@charset "UTF-8";
/* commonParts
---------------------------------------------------- */
@media screen and (max-width: 991px) {
  #page-ttl .pgttl-inner h2 {
    margin-top: 1em;
  }
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner h2 {
    margin-top: 2em;
    margin-bottom: 0.6em;
  }
}
#page-ttl .pgttl-inner h2 span.__jp {
  font-size: max(3.5rem, 2.375em);
  font-feature-settings: normal;
  box-shadow: 4px 4px 8px rgba(60, 60, 60, 0.2);
  padding: 0 0.4em 0.1em;
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner h2 span.__jp {
    font-size: 1.75em;
    letter-spacing: 0;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
#page-ttl .pgttl-inner h2 span.__en {
  font-size: 1.125em;
  margin-left: 1.6em;
}
@media screen and (max-width: 767px) {
  #page-ttl .pgttl-inner h2 span.__en {
    display: block;
    font-size: 0.95em;
    margin-left: 0;
  }
}

.__breadcrumbs {
  color: #fff;
  background: linear-gradient(135deg, #007c8e, #2d56a6);
  padding: 0.1em 0;
}
@media screen and (max-width: 767px) {
  .__breadcrumbs {
    padding: 0.2em 0;
  }
}
.__breadcrumbs ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.__breadcrumbs ul li {
  display: flex;
  align-items: center;
  padding: 0.36em 0;
  margin-left: 1em;
  font-weight: 400;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .__breadcrumbs ul li {
    font-size: 0.825em;
  }
}
.__breadcrumbs ul li::after {
  content: ">";
  margin-left: 1em;
}
@media screen and (max-width: 991px) {
  .__breadcrumbs ul li.__txtlimit {
    max-width: 13em;
  }
}
.__breadcrumbs ul li a {
  color: #fff;
  font-size: 1em;
}
.__breadcrumbs ul li:last-of-type::after {
  content: none;
}

.__table-style01 {
  display: flex;
  flex-wrap: wrap;
}
.__table-style01 dl {
  display: flex;
  width: calc(50% - 3px);
  margin-top: 6px;
  margin-right: 6px;
}
.__table-style01 dl:nth-of-type(2n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .__table-style01 dl {
    width: 100%;
    margin-right: 0;
  }
}
.__table-style01 dl dt, .__table-style01 dl dd {
  border: solid 1px #bbb;
  padding: 0.6em 1em 0.7em;
}
.__table-style01 dl dt {
  font-weight: 600;
  width: calc(100% - max(6.25rem, 5em));
  border-right: none;
}
.__table-style01 dl dd {
  text-align: center;
  background-color: #efefef;
  width: max(6.25rem, 5em);
}

.__table-style02 dl {
  display: flex;
}
@media screen and (max-width: 767px) {
  .__table-style02 dl {
    display: block;
  }
}
.__table-style02 dl dt {
  align-items: flex-start;
  width: max(15rem, 10em);
  font-weight: 600;
  line-height: 1.2em;
  padding: 1.8em 0;
  border-bottom: solid 1px #bbb;
}
@media screen and (max-width: 767px) {
  .__table-style02 dl dt {
    font-size: 0.95em;
    width: 100%;
    border-bottom: none;
  }
}
.__table-style02 dl dt::before {
  width: 3px;
  height: 1.2em;
  margin-right: 12px;
}
.__table-style02 dl dd {
  width: calc(100% - max(15rem, 10em));
  padding: 1.6em 0;
  padding-left: 2em;
  border-bottom: solid 1px #bbb;
}
@media screen and (max-width: 767px) {
  .__table-style02 dl dd {
    width: 100%;
    padding-top: 0;
    padding-bottom: 1.2em;
    padding-left: 1em;
  }
}
.__table-style02 dl dd a {
  display: inline;
  font-size: 1em;
}
.__table-style02 dl dd p:not(:nth-of-type(1)) {
  margin-top: 1.6em;
  margin-bottom: 0.4em;
  padding-top: 1.6em;
  border-top: solid 1px #bbb;
}
.__table-style02 dl dd ul {
  margin-top: 0.4em;
}

.category-list, .genre-list {
  padding-top: 5em;
}
@media screen and (max-width: 767px) {
  .category-list, .genre-list {
    padding-top: 48px;
  }
}
.category-list ul, .genre-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .category-list ul, .genre-list ul {
    justify-content: flex-start;
  }
}
.category-list ul .category-btn, .category-list ul .genre-btn, .genre-list ul .category-btn, .genre-list ul .genre-btn {
  text-align: center;
  width: calc(25% - 0.75em);
  margin-top: 1em;
  margin-right: 1em;
}
.category-list ul .category-btn:nth-of-type(4n), .category-list ul .category-btn:last-of-type, .category-list ul .genre-btn:nth-of-type(4n), .category-list ul .genre-btn:last-of-type, .genre-list ul .category-btn:nth-of-type(4n), .genre-list ul .category-btn:last-of-type, .genre-list ul .genre-btn:nth-of-type(4n), .genre-list ul .genre-btn:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .category-list ul .category-btn, .category-list ul .genre-btn, .genre-list ul .category-btn, .genre-list ul .genre-btn {
    width: calc(50% - 0.3em);
    margin-top: 0.6em;
    margin-right: 0.6em;
  }
  .category-list ul .category-btn:nth-of-type(2n), .category-list ul .genre-btn:nth-of-type(2n), .genre-list ul .category-btn:nth-of-type(2n), .genre-list ul .genre-btn:nth-of-type(2n) {
    margin-right: 0;
  }
}
.category-list ul .category-btn a, .category-list ul .genre-btn a, .genre-list ul .category-btn a, .genre-list ul .genre-btn a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 0.6em;
  padding-bottom: 0.7em;
}
@media screen and (max-width: 767px) {
  .category-list ul .category-btn a, .category-list ul .genre-btn a, .genre-list ul .category-btn a, .genre-list ul .genre-btn a {
    padding-top: 0.4em;
    padding-bottom: 0.5em;
  }
}
.category-list ul .category-btn.__current a, .category-list ul .genre-btn.__current a, .genre-list ul .category-btn.__current a, .genre-list ul .genre-btn.__current a {
  color: #fff;
  background-color: #3966af;
  border-color: #3966af;
}

.__content-style01 .sec-txt, .__content-style01 .item-txt {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .__content-style01 .sec-txt, .__content-style01 .item-txt {
    margin-top: 1.6em;
  }
}
.__content-style01 .sec-txt p, .__content-style01 .item-txt p {
  margin-top: 1em;
}
.__content-style01 .sec-txt p:nth-of-type(1), .__content-style01 .item-txt p:nth-of-type(1) {
  margin-top: 0;
}

.__content-style02 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .__content-style02 {
    display: block;
  }
}
.__content-style02 .txt-wrap {
  width: calc(100% - 31.875 * 1rem - 8.75 * 1rem);
}
@media screen and (max-width: 991px) {
  .__content-style02 .txt-wrap {
    width: 100%;
  }
}
.__content-style02 .img-wrap {
  width: 31.875rem;
  box-shadow: 4px 4px 8px rgba(60, 60, 60, 0.2);
}
@media screen and (max-width: 991px) {
  .__content-style02 .img-wrap {
    width: 100%;
    aspect-ratio: 3/2;
    margin-top: 3em;
  }
}
@media screen and (max-width: 767px) {
  .__content-style02 .img-wrap {
    margin-top: 2em;
  }
}
.__content-style02 .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.__content-style02.__reverse {
  flex-direction: row-reverse;
}

.__content-style03 {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .__content-style03 {
    margin-top: 1.6em;
  }
}
.__content-style03 h4, .__content-style03 h5 {
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  .__content-style03 h4, .__content-style03 h5 {
    font-size: 0.85em;
  }
}
.__content-style03 p {
  margin-top: 1em;
}
.__content-style03 p span.__label-style {
  font-size: 0.95em;
  margin-right: 0.6em;
  margin-bottom: 0.6em;
}
.__content-style03 ul {
  margin-top: 1em;
}

.intro-content .intro-txt {
  margin-top: -1em;
}
@media screen and (max-width: 767px) {
  .intro-content .intro-txt {
    margin-top: 0;
    margin-bottom: 1em;
  }
}
.intro-content .intro-txt p {
  font-weight: 600;
  font-size: max(1.125rem, 1em);
  margin-top: 0.6em;
}

/* strength.html
---------------------------------------------------- */
@media screen and (max-width: 991px) {
  .sec-strength-list .strength-list ul .strength-list-item {
    padding-top: 72px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sec-strength-list .strength-list ul .strength-list-item {
    padding-top: 52px;
    padding-bottom: 40px;
  }
}
.sec-strength-list .strength-list ul .strength-list-item:nth-of-type(odd) {
  background: linear-gradient(160deg, transparent, #efefef 60%, transparent);
  border-top: solid 1px rgba(180, 180, 180, 0.1);
  border-bottom: solid 1px rgba(180, 180, 180, 0.1);
}
.sec-strength-list .strength-list ul .strength-list-item .txt-wrap .item-num {
  color: #fff;
  background-color: #3966af;
  font-weight: 600;
  padding-bottom: 0.3em;
}
.sec-strength-list .strength-list ul .strength-list-item .txt-wrap .item-name {
  margin-top: 1.6em;
}
.sec-strength-list .strength-list ul .strength-list-item .txt-wrap .item-link {
  margin-top: 2em;
}
.sec-strength-list .strength-list ul .strength-list-item .txt-wrap .item-link .__linkbtn01 {
  margin-left: auto;
}

/* products.html
---------------------------------------------------- */
.sec-products-about {
  background: linear-gradient(160deg, transparent, #efefef 60%, transparent);
  border-top: solid 1px rgba(180, 180, 180, 0.1);
  border-bottom: solid 1px rgba(180, 180, 180, 0.1);
}

.sec-products-list .products-list ul .products-list-item .img-wrap {
  flex-shrink: 0;
  margin-right: 8.75rem;
}
@media screen and (max-width: 991px) {
  .sec-products-list .products-list ul .products-list-item .img-wrap {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-products-list .products-list ul .products-list-item .img-wrap {
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 1199px) {
  .sec-products-list .products-list ul .products-list-item:nth-of-type(1) {
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .sec-products-list .products-list ul .products-list-item:nth-of-type(1) .txt-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .sec-products-list .products-list ul .products-list-item:nth-of-type(1) .img-wrap {
    width: 100%;
    aspect-ratio: 3/2;
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 991px) {
  .sec-products-list .products-list ul .products-list-item:nth-of-type(1) .img-wrap {
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 767px) {
  .sec-products-list .products-list ul .products-list-item:nth-of-type(1) .img-wrap {
    margin-bottom: 2em;
  }
}
.sec-products-list .products-list ul .products-list-item .txt-wrap {
  width: 100%;
}
.sec-products-list .products-list ul .products-list-item:not(:nth-of-type(1)) .txt-wrap {
  margin-top: 1em;
}
.sec-products-list .products-list ul .products-list-item.__reverse .img-wrap {
  margin-right: 0;
  margin-left: 8.75rem;
}
@media screen and (max-width: 991px) {
  .sec-products-list .products-list ul .products-list-item.__reverse .img-wrap {
    margin-left: 0;
  }
}

.sec-products-processing .processing-list {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-products-processing .processing-list {
    margin-top: 2em;
  }
}
.sec-products-processing .processing-list p span.__label-style {
  background-color: #fff;
}

.sec-products-gallery .gallery-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
}
.sec-products-gallery .gallery-list .gallery-img {
  position: relative;
  cursor: pointer;
  width: calc(25% - max(1.875rem, 1em) * 3 / 4);
  margin-top: max(1.875rem, 1em);
  margin-right: max(1.875rem, 1em);
  aspect-ratio: 4/3;
  overflow: clip;
}
.sec-products-gallery .gallery-list .gallery-img:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .sec-products-gallery .gallery-list .gallery-img {
    width: calc(33.3333333333% - max(1.875rem, 1em) * 2 / 3);
  }
  .sec-products-gallery .gallery-list .gallery-img:nth-of-type(4n) {
    margin-right: max(1.875rem, 1em);
  }
  .sec-products-gallery .gallery-list .gallery-img:nth-of-type(3n) {
    margin-right: 0;
  }
}
.sec-products-gallery .gallery-list .gallery-img::after {
  color: #fff;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  margin: 0.6em;
  content: "\f065";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: max(1.375vw, 1em);
  line-height: 1em;
}
.sec-products-gallery .gallery-list .gallery-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  filter: brightness(0.8);
  transition: all 0.24s ease;
}
@media screen and (min-width: 1200px) {
  .sec-products-gallery .gallery-list .gallery-img:hover img {
    filter: brightness(1);
    transform: scale(1.05);
  }
}

.viewer-backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}

.viewer-button {
  top: 16px !important;
  right: 16px !important;
  width: 56px !important;
  height: 56px !important;
  background-color: initial !important;
  border: solid 1px #fff;
  transition: all 0.24s !important;
}
.viewer-button::before {
  bottom: initial !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) scale(1.25);
}
.viewer-button:hover {
  opacity: 0.6;
}

.viewer-footer {
  margin-bottom: 8vh;
}

.viewer-title {
  color: #fff !important;
  font-size: 1em !important;
}

.viewer-toolbar {
  margin-top: 1em;
}
.viewer-toolbar .viewer-prev,
.viewer-toolbar .viewer-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  margin: 0 0.4em;
}
@media screen and (max-width: 767px) {
  .viewer-toolbar .viewer-prev,
  .viewer-toolbar .viewer-next {
    width: 3em;
    height: 3em;
    margin: 0 1em;
  }
}

.sec-products-others .sec-ttl {
  margin-top: 1em;
}

/* terminal.html
---------------------------------------------------- */
.intro-content .howto-search {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  border: double 3px #bbb;
  padding: 2em;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .intro-content .howto-search {
    padding: 27px 20px;
    margin-top: 3em;
  }
}
.intro-content .howto-search p {
  margin-right: 2em;
}
@media screen and (max-width: 991px) {
  .intro-content .howto-search p {
    margin-right: 0;
  }
}
.intro-content .howto-search p .__ttl {
  color: #2d56a6;
  display: block;
  font-weight: 600;
  margin-bottom: 0.4em;
}
.intro-content .howto-search p .__ttl::before {
  content: "◆";
  display: inline-block;
  font-size: 0.9em;
  margin-top: 0.1em;
  margin-right: 0.4em;
}
.intro-content .howto-search ul {
  margin-top: 0.6em;
}

.sec-terminal-list .item-wrap {
  position: relative;
}
.sec-terminal-list .item-ttl h3::before {
  margin-right: 0.6em;
}
.sec-terminal-list .terminal-list .terminal-content {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-terminal-list .terminal-list .terminal-content {
    margin-top: 2em;
  }
}
.sec-terminal-list .terminal-list .terminal-content .content-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .sec-terminal-list .terminal-list .terminal-content .content-list {
    margin-top: 0.6em;
  }
}
.sec-terminal-list .terminal-list .terminal-content .content-list .content-list-item {
  border: solid 1px #bbb;
  padding: 0.8em 1em 0.9em;
  width: calc(25% - 4.5px);
  margin-top: 6px;
  margin-right: 6px;
}
.sec-terminal-list .terminal-list .terminal-content .content-list .content-list-item:nth-of-type(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1199px) {
  .sec-terminal-list .terminal-list .terminal-content .content-list .content-list-item {
    width: calc(50% - 3px);
  }
  .sec-terminal-list .terminal-list .terminal-content .content-list .content-list-item:nth-of-type(2n) {
    margin-right: 0;
  }
}

/* equipment（production.html, inspection.html）
---------------------------------------------------- */
.sec-equipment-applicator .sec-content {
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-equipment-applicator .sec-content {
    display: block;
    margin-top: 2em;
  }
}
@media screen and (max-width: 1199px) {
  .sec-equipment-applicator .sec-content .txt-wrap {
    width: 100%;
  }
}
.sec-equipment-applicator .sec-content .txt-wrap .sec-txt {
  margin-top: 0;
}
@media screen and (max-width: 1199px) {
  .sec-equipment-applicator .sec-content .img-wrap {
    width: min(100%, 700px);
    aspect-ratio: 3/2;
    margin: 0 auto;
    margin-top: 4em;
  }
}
@media screen and (max-width: 991px) {
  .sec-equipment-applicator .sec-content .img-wrap {
    margin-top: 3em;
  }
}

.sec-equipment-list {
  background: linear-gradient(160deg, transparent, #efefef 60%, transparent);
  border-top: solid 1px rgba(180, 180, 180, 0.1);
  border-bottom: solid 1px rgba(180, 180, 180, 0.1);
}
.sec-equipment-list .equipment-list ul .equipment-list-item .txt-wrap h4 {
  color: #2d56a6;
  font-weight: 700;
  font-size: max(1.6875rem, 1.25em);
  font-feature-settings: normal;
}
@media screen and (max-width: 767px) {
  .sec-equipment-list .equipment-list ul .equipment-list-item .txt-wrap h4 {
    font-size: 1.125em;
  }
}
.sec-equipment-list .equipment-list ul .equipment-list-item .txt-wrap p {
  margin-top: 1em;
}

@media screen and (max-width: 991px) {
  .sec-equipment-others .equipment-list {
    margin-top: -1em;
  }
}
.sec-equipment-others .equipment-list ul .equipment-list-item {
  padding-top: 4em;
}
.sec-equipment-others .equipment-list ul .equipment-list-item .txt-wrap .item-txt {
  margin-top: 0;
}
.sec-equipment-others .equipment-list ul .equipment-list-item .txt-wrap .item-txt h4 {
  color: #2d56a6;
  font-weight: 700;
  font-size: max(1.6875rem, 1.25em);
  font-feature-settings: normal;
}
@media screen and (max-width: 767px) {
  .sec-equipment-others .equipment-list ul .equipment-list-item .txt-wrap .item-txt h4 {
    font-size: 1.125em;
  }
}
.sec-equipment-others .equipment-list ul .equipment-list-item .txt-wrap .item-txt p {
  margin-top: 1em;
}
.sec-equipment-others .equipment-list ul .equipment-list-item .txt-wrap .connector-list h5 {
  background-color: #222222;
}
.sec-equipment-others .equipment-list ul .equipment-list-item .txt-wrap .connector-list p {
  margin-top: 0.6em;
}
@media screen and (max-width: 991px) {
  .sec-equipment-others .equipment-list ul .equipment-list-item .img-wrap {
    margin-top: 0;
    margin-bottom: 2em;
  }
}
@media screen and (max-width: 767px) {
  .sec-equipment-others .equipment-list ul .equipment-list-item .img-wrap {
    margin-bottom: 1em;
  }
}
.sec-equipment-others .equipment-table {
  margin-top: 4em;
}
@media screen and (max-width: 767px) {
  .sec-equipment-others .equipment-table {
    margin-top: 3em;
  }
}
.sec-equipment-others.__inspection .equipment-table {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-equipment-others.__inspection .equipment-table {
    margin-top: 2em;
  }
}

/* flow.html
---------------------------------------------------- */
.sec-flow-list .flow-chart {
  width: 104%;
  margin-top: -1em;
  margin-left: -2%;
}
@media screen and (max-width: 767px) {
  .sec-flow-list .flow-chart {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.sec-flow-list .flow-chart ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec-flow-list .flow-chart ul {
    display: block;
    margin-left: -2em;
  }
}
.sec-flow-list .flow-chart ul .chart-item {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 14.2857142857%;
}
@media screen and (max-width: 767px) {
  .sec-flow-list .flow-chart ul .chart-item {
    display: flex;
    align-items: center;
    text-align: start;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 1.6em;
  }
}
.sec-flow-list .flow-chart ul .chart-item::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #bbb;
  margin-top: 1.4em;
}
@media screen and (max-width: 767px) {
  .sec-flow-list .flow-chart ul .chart-item::before {
    width: 1px;
    height: 100%;
    margin-top: 0;
    margin-left: 1.2em;
  }
}
.sec-flow-list .flow-chart ul .chart-item:nth-of-type(1)::before {
  width: 50%;
  left: initial;
  right: 0;
}
@media screen and (max-width: 767px) {
  .sec-flow-list .flow-chart ul .chart-item:nth-of-type(1)::before {
    width: 1px;
    right: initial;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sec-flow-list .flow-chart ul .chart-item:last-of-type {
    padding-bottom: 0;
  }
}
.sec-flow-list .flow-chart ul .chart-item:last-of-type::before {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sec-flow-list .flow-chart ul .chart-item:last-of-type::before {
    width: 1px;
  }
}
.sec-flow-list .flow-chart ul .chart-item .item-num {
  color: #fff;
  background-color: #008876;
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1em;
  width: 2.6em;
  aspect-ratio: 1/1;
  margin: 0 auto;
  border-radius: 50%;
  overflow: clip;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .sec-flow-list .flow-chart ul .chart-item .item-num {
    font-size: 1em;
    margin: 0;
  }
}
.sec-flow-list .flow-chart ul .chart-item .item-name {
  height: 2.4em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: max(1.125rem, 0.9em);
  line-height: 1.4em;
  margin-top: 0.8em;
}
@media screen and (max-width: 767px) {
  .sec-flow-list .flow-chart ul .chart-item .item-name {
    font-size: 1em;
    justify-content: flex-start;
    margin-left: 1.2em;
    margin-top: 0;
  }
}
.sec-flow-list .sec-txt {
  margin-top: 5em;
}
@media screen and (max-width: 767px) {
  .sec-flow-list .sec-txt {
    margin-top: 4em;
  }
}
.sec-flow-list .sec-txt p {
  color: #103364;
  text-align: center;
  font-weight: 600;
  font-size: 1.125em;
  line-height: 2em;
}
@media screen and (max-width: 1199px) {
  .sec-flow-list .sec-txt p {
    font-size: 1em;
  }
}
.sec-flow-list .flow-list {
  margin-top: 4em;
}
.sec-flow-list .flow-list ul .flow-list-item {
  position: relative;
  border: double 3px #bbb;
  padding: 3.2em 3em;
  margin-bottom: 4em;
}
@media screen and (max-width: 991px) {
  .sec-flow-list .flow-list ul .flow-list-item {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .sec-flow-list .flow-list ul .flow-list-item {
    padding: 27px 20px;
    margin-bottom: 3em;
  }
}
.sec-flow-list .flow-list ul .flow-list-item::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -2.8em;
  content: "";
  display: block;
  width: 0.9em;
  aspect-ratio: 3/4;
  background-image: url(../images/arrow-down.png);
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .sec-flow-list .flow-list ul .flow-list-item::after {
    width: 0.85em;
    margin-bottom: -2.2em;
  }
}
.sec-flow-list .flow-list ul .flow-list-item:last-of-type {
  margin-bottom: 0;
}
.sec-flow-list .flow-list ul .flow-list-item:last-of-type::after {
  display: none;
}
.sec-flow-list .flow-list ul .flow-list-item .item-name {
  margin-top: -0.2em;
  margin-left: -0.2em;
}
.sec-flow-list .flow-list ul .flow-list-item .item-name h3 {
  font-weight: 700;
  font-size: max(2rem, 1.25em);
  font-feature-settings: normal;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .sec-flow-list .flow-list ul .flow-list-item .item-name h3 {
    font-size: 1.125em;
  }
}
.sec-flow-list .flow-list ul .flow-list-item .item-name h3 span.__num {
  color: #fff;
  background-color: #008876;
  font-weight: 600;
  font-size: 0.75em;
  line-height: 1em;
  width: 2em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: clip;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1em;
  margin-right: 0.8em;
}
@media screen and (max-width: 767px) {
  .sec-flow-list .flow-list ul .flow-list-item .item-name h3 span.__num {
    font-size: 0.85em;
    margin-top: -0.2em;
  }
}
.sec-flow-list .flow-list ul .flow-list-item .item-name h3 span.__txt {
  line-height: 1.6em;
}
.sec-flow-list .flow-list ul .flow-list-item .item-txt {
  margin-top: 1em;
}

/* company.html
---------------------------------------------------- */
.sec-company-philosophy .sec-txt p em {
  color: #3966af;
  font-weight: 600;
  margin: 0 1em;
}

.sec-company-greeting {
  background: linear-gradient(160deg, transparent, #efefef 60%, transparent);
  border-top: solid 1px rgba(180, 180, 180, 0.1);
  border-bottom: solid 1px rgba(180, 180, 180, 0.1);
}
.sec-company-greeting .sec-content {
  margin-top: 3em;
}
@media screen and (max-width: 1199px) {
  .sec-company-greeting .sec-content {
    display: block;
    margin-top: 2em;
  }
}
.sec-company-greeting .sec-content .txt-wrap {
  width: calc(100% - 30 * 1rem - 4em);
}
@media screen and (max-width: 1199px) {
  .sec-company-greeting .sec-content .txt-wrap {
    width: 100%;
  }
}
.sec-company-greeting .sec-content .txt-wrap .sec-txt {
  margin-top: 0;
}
.sec-company-greeting .sec-content .txt-wrap .sec-txt p.__name {
  text-align: end;
  font-size: 0.9em;
  font-weight: 600;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-company-greeting .sec-content .txt-wrap .sec-txt p.__name {
    margin-top: 2em;
  }
}
.sec-company-greeting .sec-content .txt-wrap .sec-txt p.__name em {
  font-size: 1.5em;
}
.sec-company-greeting .sec-content .img-wrap {
  width: 30rem;
}
@media screen and (max-width: 1199px) {
  .sec-company-greeting .sec-content .img-wrap {
    width: min(100%, 700px);
    aspect-ratio: 3/2;
    margin: 0 auto;
    margin-top: 4em;
  }
}
@media screen and (max-width: 991px) {
  .sec-company-greeting .sec-content .img-wrap {
    margin-top: 3em;
  }
}

.sec-company-outline .outline-table {
  margin-top: 1em;
}
.sec-company-outline .outline-table dl dt {
  width: max(22.5rem, 16em);
}
.sec-company-outline .outline-table dl dt::before {
  background-image: none;
  background-color: #008876;
}
.sec-company-outline .outline-table dl dd {
  width: calc(100% - max(22.5rem, 16em));
}
@media screen and (max-width: 767px) {
  .sec-company-outline .outline-table dl dd {
    width: 100%;
  }
}
.sec-company-outline .outline-table dl dd a.__map {
  display: inline-block;
  color: #fff;
  font-size: 1.125em;
  margin-left: 0.4em;
}
.sec-company-outline .outline-table dl dd a.__txtlink {
  display: inline-block;
  color: #efefef;
  line-height: 1.4em;
}
.sec-company-outline .outline-table dl dd a.__txtlink:not(:nth-of-type(1)) {
  margin-top: 0.6em;
}
.sec-company-outline .outline-table dl dd a.__txtlink i {
  display: inline-block;
  font-size: 0.75em;
  margin-left: 1em;
}

.sec-company-history .sec-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .sec-company-history .sec-inner {
    display: block;
  }
}
.sec-company-history .sec-inner .sec-ttl {
  position: sticky;
  left: 0;
  height: -moz-max-content;
  height: max-content;
}
@media screen and (max-width: 991px) {
  .sec-company-history .sec-inner .sec-ttl {
    position: relative;
    top: 0 !important;
  }
}
.sec-company-history .sec-inner .sec-ttl h3 {
  padding-right: 4em;
}
.sec-company-history .sec-inner .history-table {
  width: calc(100% - max(20rem, 14em));
}
@media screen and (max-width: 991px) {
  .sec-company-history .sec-inner .history-table {
    width: 100%;
    margin-top: 1em;
  }
}
.sec-company-history .sec-inner .history-table dl dt {
  color: #007c8e;
}
@media screen and (max-width: 767px) {
  .sec-company-history .sec-inner .history-table dl dt {
    padding-bottom: 0.6em;
  }
}
.sec-company-history .sec-inner .history-table dl:nth-of-type(1) dt {
  padding-top: 0.6em;
}
@media screen and (max-width: 991px) {
  .sec-company-history .sec-inner .history-table dl:nth-of-type(1) dt {
    padding-top: 1.8em;
  }
}
.sec-company-history .sec-inner .history-table dl:nth-of-type(1) dd {
  padding-top: 0.6em;
}
@media screen and (max-width: 991px) {
  .sec-company-history .sec-inner .history-table dl:nth-of-type(1) dd {
    padding-top: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .sec-company-history .sec-inner .history-table dl:nth-of-type(1) dd {
    padding-top: 0;
  }
}

/* recruit.html
---------------------------------------------------- */
.sec-recruit-environment {
  background: linear-gradient(160deg, transparent, #efefef 60%, transparent);
  border-top: solid 1px rgba(180, 180, 180, 0.1);
  border-bottom: solid 1px rgba(180, 180, 180, 0.1);
}
.sec-recruit-environment .sec-content {
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-recruit-environment .sec-content {
    margin-top: 2em;
  }
}
.sec-recruit-environment .sec-content .txt-wrap .sec-txt {
  margin-top: 1.2em;
}
.sec-recruit-environment .sec-content .txt-wrap .sec-txt:nth-of-type(1) {
  margin-top: 0;
}
.sec-recruit-environment .sec-content .txt-wrap .environment-list h4 {
  background-color: #007c8e;
}
.sec-recruit-environment .sec-content .txt-wrap .environment-list p span.__label-style {
  background-color: #fff;
}
.sec-recruit-environment .sec-content .img-wrap img {
  -o-object-position: 30% 50%;
     object-position: 30% 50%;
}

.sec-recruit-event .sec-txt:not(:nth-of-type(2)) {
  margin-top: 1.2em;
}
.sec-recruit-event .sec-img {
  display: flex;
  justify-content: space-between;
  margin-top: 3em;
}
@media screen and (max-width: 767px) {
  .sec-recruit-event .sec-img {
    display: block;
    margin-top: 2em;
  }
}
.sec-recruit-event .sec-img .img-wrap {
  width: calc(33.3333333333% - max(1.875rem, 1em) * 2 / 3);
  aspect-ratio: 4/3;
  box-shadow: 4px 4px 8px rgba(60, 60, 60, 0.2);
}
@media screen and (max-width: 767px) {
  .sec-recruit-event .sec-img .img-wrap {
    width: 100%;
    margin-top: 1em;
  }
}
.sec-recruit-event .sec-img .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sec-recruit-qualities {
  color: #fff;
  background: linear-gradient(135deg, #103364, #007c8e);
}
.sec-recruit-qualities .qualities-list {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .sec-recruit-qualities .qualities-list {
    margin-top: 1em;
  }
}
.sec-recruit-qualities .qualities-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec-recruit-qualities .qualities-list ul .qualities-list-item {
  background-color: #fff;
  padding: 1em 1.6em;
  width: calc(33.3333333333% - 0.6666666667em);
  margin-right: 1em;
  margin-top: 1em;
}
.sec-recruit-qualities .qualities-list ul .qualities-list-item:nth-of-type(3n) {
  margin-right: 0;
}
.sec-recruit-qualities .qualities-list ul .qualities-list-item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 991px) {
  .sec-recruit-qualities .qualities-list ul .qualities-list-item {
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 0;
  }
}
.sec-recruit-qualities .qualities-list ul .qualities-list-item .item-icon {
  width: 4em;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .sec-recruit-qualities .qualities-list ul .qualities-list-item .item-icon {
    flex-shrink: 0;
    width: 3.4em;
    margin-left: -0.4em;
    margin-right: 1.6em;
  }
}
@media screen and (max-width: 767px) {
  .sec-recruit-qualities .qualities-list ul .qualities-list-item .item-icon {
    width: 3em;
  }
}
.sec-recruit-qualities .qualities-list ul .qualities-list-item .item-icon img {
  width: 100%;
  height: auto;
}
.sec-recruit-qualities .qualities-list ul .qualities-list-item .item-name {
  margin-top: 1em;
}
@media screen and (max-width: 991px) {
  .sec-recruit-qualities .qualities-list ul .qualities-list-item .item-name {
    width: 100%;
    margin-top: 0;
  }
}
.sec-recruit-qualities .qualities-list ul .qualities-list-item .item-name h4 {
  width: 100%;
  text-align: center;
  color: #2d56a6;
  border: solid 1px #3966af;
  background-color: #fff;
  line-height: 1.4em;
  padding: 0.4em 1em 0.5em;
}
@media screen and (max-width: 767px) {
  .sec-recruit-qualities .qualities-list ul .qualities-list-item .item-name h4 {
    font-size: 0.95em;
  }
}

.sec-recruit-jobdetail .detail-table {
  margin-top: 1em;
}
.sec-recruit-jobdetail .detail-table dl dd p .__ttl {
  color: #2d56a6;
  display: block;
  font-weight: 600;
  margin-bottom: 0.4em;
}
.sec-recruit-jobdetail .detail-table dl dd p .__ttl::before {
  content: "◆";
  display: inline-block;
  font-size: 0.9em;
  margin-top: 0.1em;
  margin-right: 0.4em;
}/*# sourceMappingURL=sub.css.map */