@charset "UTF-8";
.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(22, 65, 125, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(22, 65, 125, 0.7);
}

/*==============================
intersection of SubPage
==============================*/
.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

form ::-webkit-input-placeholder {
  color: #C6C6C6;
}
form :-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form ::-moz-placeholder {
  opacity: 1;
  color: #C6C6C6;
}
form :-ms-input-placeholder {
  color: #C6C6C6;
}

::-moz-selection {
  color: #FFF;
  background: rgba(22, 65, 125, 0.7);
}

::selection {
  color: #FFF;
  background: rgba(22, 65, 125, 0.7);
}

/*==============================
intersection of SubPage
==============================*/
.page-mv {
  padding-top: 5.625rem;
  position: relative;
}
.page-mv:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(22, 65, 125, 0.4);
  z-index: 1;
}
.page-mv:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: no-repeat left center/cover;
}
.page-mv .bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: width 1s 0.75s;
  transition: width 1s 0.75s;
}
.page-mv .page-mv-txt {
  height: 31.25em;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
}
.page-mv .page-mv-en {
  font-size: min(6.25em, 13vw);
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #fff;
  text-transform: capitalize;
  position: relative;
}
.page-mv .page-mv-en span {
  display: inline-block;
}
.page-mv .page-mv-en:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc((100vw - min(100%, 1200px + 12%) + 1.8em) * -1);
  margin: auto;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.page-mv .outer {
  position: relative;
  padding-bottom: 0.15em;
  overflow: hidden;
}
.page-mv .outer:after {
  background: #fff;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  opacity: 0;
}
.page-mv .inner {
  visibility: hidden;
}
.page-mv h1 {
  position: relative;
  z-index: 1;
  font-size: 1.25em;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.01em;
  padding-left: 0.5em;
  margin-top: -1em;
  opacity: 0;
  -webkit-transition: opacity 0.5s 1s ease-out;
  transition: opacity 0.5s 1s ease-out;
  text-shadow: 1px 1px 0 rgba(22, 65, 125, 0.4), -1px -1px 0 rgba(22, 65, 125, 0.4), -1px 1px 0 rgba(22, 65, 125, 0.4), 1px -1px 0 rgba(22, 65, 125, 0.4), 0px 1px 0 rgba(22, 65, 125, 0.4), -1px 0 rgba(22, 65, 125, 0.4), -1px 0 0 rgba(22, 65, 125, 0.4), 1px 0 0 rgba(22, 65, 125, 0.4);
}
.page-mv.visible .bg {
  width: 0;
}
.page-mv.visible .page-mv-en span {
  opacity: 1;
}
.page-mv.visible .page-mv-en:before {
  width: calc(100vw - 0.625rem - min(100%, 1200px + 12%) + 1.8em);
}
.page-mv.visible .outer:after {
  -webkit-animation: mask-bg 1s cubic-bezier(0.8, 0, 0.17, 1);
          animation: mask-bg 1s cubic-bezier(0.8, 0, 0.17, 1);
}
.page-mv.visible .inner {
  visibility: visible !important;
  -webkit-transition: visibility 0s 0.5s;
  transition: visibility 0s 0.5s;
}
.page-mv.visible h1 {
  opacity: 1;
}

@-webkit-keyframes mask-bg {
  0% {
    opacity: 1;
    -webkit-transform: translate(-101%, 0);
            transform: translate(-101%, 0);
  }
  43%, 57% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  99% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes mask-bg {
  0% {
    opacity: 1;
    -webkit-transform: translate(-101%, 0);
            transform: translate(-101%, 0);
  }
  43%, 57% {
    -webkit-transform: translate(0, 0%);
            transform: translate(0, 0%);
  }
  99% {
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media only screen and (min-width: 768px) {
  .product-mv:after {
    background-image: url(../img/page/product/product_mv.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .product-mv:after {
    background-image: url(../img/page/product/sp_product_mv@2x.jpg);
  }
}
@media only screen and (max-width: 480px) {
  .product-mv:after {
    background-image: url(../img/page/product/sp_product_mv.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .company-mv:after {
    background-image: url(../img/page/company/company_mv.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .company-mv:after {
    background-image: url(../img/page/company/sp_company_mv@2x.jpg);
  }
}
@media only screen and (max-width: 480px) {
  .company-mv:after {
    background-image: url(../img/page/company/sp_company_mv.jpg);
  }
}

.magazine-mv h1 span {
  font-size: 0.75em;
  padding-left: 1em;
}
@media only screen and (min-width: 768px) {
  .magazine-mv:after {
    background-image: url(../img/page/magazine/magazine_mv.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .magazine-mv:after {
    background-image: url(../img/page/magazine/sp_magazine_mv@2x.jpg);
  }
}
@media only screen and (max-width: 480px) {
  .magazine-mv:after {
    background-image: url(../img/page/magazine/sp_magazine_mv.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .access-mv:after {
    background-image: url(../img/page/access/access_mv.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .access-mv:after {
    background-image: url(../img/page/access/sp_access_mv@2x.jpg);
  }
}
@media only screen and (max-width: 480px) {
  .access-mv:after {
    background-image: url(../img/page/access/sp_access_mv.jpg);
  }
}

.recruit-mv:after {
  background-position: center;
}
@media only screen and (min-width: 768px) {
  .recruit-mv:after {
    background-image: url(../img/page/recruit/recruit_mv.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .recruit-mv:after {
    background-image: url(../img/page/recruit/sp_recruit_mv@2x.jpg);
  }
}
@media only screen and (max-width: 480px) {
  .recruit-mv:after {
    background-image: url(../img/page/recruit/sp_recruit_mv.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .fact-mv:after {
    background-image: url(../img/page/fact/fact_mv.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .fact-mv:after {
    background-image: url(../img/page/fact/sp_fact_mv@2x.jpg);
  }
}
@media only screen and (max-width: 480px) {
  .fact-mv:after {
    background-image: url(../img/page/fact/sp_fact_mv.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .cloth-mv:after {
    background-image: url(../img/page/cloth/cloth_mv.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .cloth-mv:after {
    background-image: url(../img/page/cloth/sp_cloth_mv@2x.jpg);
  }
}
@media only screen and (max-width: 480px) {
  .cloth-mv:after {
    background-image: url(../img/page/cloth/sp_cloth_mv.jpg);
  }
}

@media only screen and (min-width: 768px) {
  .cartridge-mv:after {
    background-image: url(../img/page/cartridge/cartridge_mv.jpg);
  }
}
@media only screen and (max-width: 767px) {
  .cartridge-mv:after {
    background-image: url(../img/page/cartridge/sp_cartridge_mv@2x.jpg);
  }
}
@media only screen and (max-width: 480px) {
  .cartridge-mv:after {
    background-image: url(../img/page/cartridge/sp_cartridge_mv.jpg);
  }
}

.l-breadcrumbs {
  font-family: "Plus Jakarta Sans", "Noto Sans JP", sans-serif;
  background: #e9f0f9;
  font-size: 0.875em;
  line-height: 1.5;
  padding: 0.32em 6%;
  margin-bottom: min(6.25em, 13vw);
  text-transform: capitalize;
}
.l-breadcrumbs span[property=itemListElement]:not(:last-child):after {
  content: "/";
  padding: 0 0.25em;
}
@media (hover: hover) {
  .l-breadcrumbs a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .l-breadcrumbs a:hover, .l-breadcrumbs a:active, .l-breadcrumbs a:focus {
    opacity: 0.7;
  }
}
.l-breadcrumbs.article-breadcrumbs {
  margin-top: 5.625rem;
}

.l-contents {
  padding-bottom: min(11.875em, 24.7vw);
}
.l-contents .sp-block {
  display: inline-block;
}

.md-lnav {
  background: #F4F7FC;
  margin-top: calc(-1 * min(4.53125em, 11.05vw));
  margin-bottom: min(9.375em, 19.5vw);
}
.md-lnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.875em;
}
.md-lnav ul li {
  position: relative;
}
.md-lnav ul li + li:before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
}
.md-lnav ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.35;
  padding: 0.6em min(3.5714em, 7.4vw);
  position: relative;
}
.md-lnav ul a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 1em;
  margin: auto;
  right: 0.5em;
  font-family: "Phosphor" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e136";
  font-size: 0.857em;
}
@media (hover: hover) {
  .md-lnav ul a {
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .md-lnav ul a:hover, .md-lnav ul a:active, .md-lnav ul a:focus {
    background: #C9DBF5;
  }
}
@media only screen and (max-width: 480px) {
  .md-lnav ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.l-pp {
  counter-reset: number 0;
}
.l-pp .pp-intro {
  margin: auto;
  max-width: 860px;
  font-weight: 700;
  margin-bottom: 4em;
  letter-spacing: 0.05em;
}
.l-pp .pp-box {
  margin: auto;
  max-width: 860px;
}
.l-pp .pp-box h2 {
  font-weight: 700;
  font-size: 1.3em;
  color: #16417d;
  border-bottom: 2px solid;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  letter-spacing: 0.075em;
  line-height: 1.35;
}
.l-pp .pp-box h2:before {
  counter-increment: number 1;
  content: "第" counter(number) "条";
  margin-right: 1em;
}
.l-pp .pp-box p {
  letter-spacing: 0.05em;
}
.l-pp .pp-box p + p {
  margin-top: 1.75em;
}
.l-pp .pp-box ol {
  margin-top: 1em;
  counter-reset: number 0;
}
.l-pp .pp-box ol li {
  position: relative;
  padding-left: 1.25em;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.l-pp .pp-box ol li:not(ol ol li):before {
  position: absolute;
  left: 0em;
  top: 0;
  counter-increment: number 1;
  content: counter(number) ".";
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #5b92df;
  font-weight: 600;
  font-size: 1.1em;
}
.l-pp .pp-box ol li ol {
  margin-top: 0.25em;
}
.l-pp .pp-box ol li li:before {
  position: absolute;
  left: 0.5em;
  top: 0;
  content: "・";
}
.l-pp .pp-box ol li + li {
  margin-top: 0.75em;
}
.l-pp .pp-box a {
  color: #5b92df;
  text-decoration: underline;
}
@media (hover: hover) {
  .l-pp .pp-box a:hover, .l-pp .pp-box a:active, .l-pp .pp-box a:focus {
    text-decoration: none;
  }
}
.l-pp .update-log {
  margin-top: 1em;
}
.l-pp .update-log dt {
  float: left;
  font-weight: 700;
}
.l-pp .update-log dd {
  padding-left: 7em;
  margin-top: 0.25em;
}
.l-pp .pp-box + .pp-box {
  margin-top: 4em;
}

.l-contact .contact-intro {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}
.l-contact .contact-tel {
  margin: 2em auto 0;
  border: 1px solid #5b92df;
  max-width: 600px;
}
.l-contact .contact-tel h2 {
  background: #5b92df;
  color: #fff;
  padding: 0.25em;
  margin-bottom: 0;
}
.l-contact .contact-tel dl {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  padding: 1.5em 3%;
  margin: auto;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.l-contact .contact-tel dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2em;
  font-weight: 600;
  line-height: 1;
}
.l-contact .contact-tel dl div + div {
  margin-top: 0.5em;
}
.l-contact .contact-tel dl dt {
  width: 3em;
}
.l-contact .contact-tel dl dd span {
  font-size: 0.65em;
}
.l-contact .contact-form {
  margin-top: 4em;
}
.l-contact .contact-form-note {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
}
.l-contact .form-table {
  margin: 2em auto;
  max-width: 860px;
  width: 100%;
}
.l-contact .form-table th {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.075em;
  vertical-align: top;
}
.l-contact .form-table td {
  border-bottom: 1px solid #e9f0f9;
}
.l-contact .form-table .must {
  font-size: 0.7em;
  color: #fff;
  background: #5b92df;
  display: inline-block;
  line-height: 1.2;
  padding: 0.15em 0.5em 0.25em;
  margin-left: 0.5em;
  letter-spacing: 0.1em;
  margin-top: -0.1em;
  vertical-align: middle;
}
.l-contact .form-table input[type=text],
.l-contact .form-table input[type=email],
.l-contact .form-table input[type=tel],
.l-contact .form-table textarea {
  border: 1px solid #C9DBF5;
  padding: 0.25em 0.5em;
  width: 100%;
  height: 2.7 em;
}
.l-contact .form-table input[type=text]:focus,
.l-contact .form-table input[type=email]:focus,
.l-contact .form-table input[type=tel]:focus,
.l-contact .form-table textarea:focus {
  outline: none;
  background: #e9f0f9;
}
.l-contact .form-table textarea {
  max-height: 20em;
  min-height: 10em;
  field-sizing: content;
}
.l-contact .form-table .note {
  color: #999;
  font-size: 0.75em;
  line-height: 1.5;
}
.l-contact .submit {
  max-width: 17.5rem;
  width: 100%;
  margin: auto;
}
.l-contact .submit input {
  min-height: 3em;
  padding: 0.25em 2.6em 0.25em 7%;
  color: #fff;
  background: #16417d;
  font-size: 1em;
  font-weight: 700;
  width: 100%;
  text-transform: capitalize;
  border: 1px solid #16417d;
}
@media (hover: hover) {
  .l-contact .submit input {
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
  }
  .l-contact .submit input:hover, .l-contact .submit input:active, .l-contact .submit input:focus {
    color: #16417d;
    background: rgba(255, 255, 255, 0.8);
  }
  .l-contact .submit input:hover:after, .l-contact .submit input:active:after, .l-contact .submit input:focus:after {
    background: #16417d;
    width: 1.5em;
  }
}
.l-contact .submit:hover span:after, .l-contact .submit:active span:after, .l-contact .submit:focus span:after {
  background: #16417d;
  width: 1.5em;
}
.l-contact .submit span {
  position: relative;
}
.l-contact .submit span:after {
  width: 2.6em;
  height: 2px;
  background: #fff;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: width 0.3s, color 0.3s;
  transition: width 0.3s, color 0.3s;
}
.l-contact .confirm_area {
  display: none;
}
.l-contact .wpcf7-response-output {
  display: none;
}
.l-contact .wpcf7-spinner {
  display: none;
}
.l-contact .confirm_button:disabled {
  background: #999;
  border-color: #999;
  color: #fff;
  cursor: not-allowed;
  pointer-events: none;
}
.l-contact .submit:has(.confirm_button:disabled) {
  pointer-events: none;
}
.l-contact .back {
  margin-top: 2em;
  text-align: center;
}
.l-contact .back_button {
  background: #C9DBF5;
  padding: 0.5em 2em;
  text-align: center;
}
.l-contact .contact-thanks p {
  text-align: center;
}
.l-contact .contact-thanks p + p {
  margin-top: 1.75em;
}
.l-contact .contact-thanks .more-btn {
  margin: 4em auto 0;
}
@media only screen and (min-width: 768px) {
  .l-contact .form-table th {
    padding: 1.8em 0.5em 1.25em;
    width: 14em;
    border-bottom: 1px solid #e9f0f9;
  }
  .l-contact .form-table td {
    padding: 1.25em 0.5em;
    width: calc(100% - 14em);
  }
}
@media only screen and (max-width: 767px) {
  .l-contact .form-table th, .l-contact .form-table td {
    display: block;
    width: 100%;
  }
  .l-contact .form-table th {
    padding-top: 1em;
  }
  .l-contact .form-table td {
    padding: 0.5em 0 1em;
  }
}

.layout-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-pagenavi {
  text-align: center;
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  margin-top: min(4em, 8.32vw);
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0.25em;
  height: 2.5em;
  width: 2.5em;
  font-weight: 600;
  letter-spacing: normal;
  border: 1px solid #e9f0f9;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.wp-pagenavi .current {
  color: #fff;
  border: 1px solid #16417d;
  background: #16417d;
}
.wp-pagenavi .previouspostslink {
  border: none;
  vertical-align: bottom;
  font-weight: normal;
}
.wp-pagenavi .nextpostslink {
  border: none;
  vertical-align: bottom;
  font-weight: normal;
}
@media (hover: hover) {
  .wp-pagenavi a {
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
  }
  .wp-pagenavi a:hover, .wp-pagenavi a:active, .wp-pagenavi afocus {
    background-color: rgba(91, 146, 223, 0.3);
  }
}
.wp-pagenavi .last, .wp-pagenavi .first {
  border: none;
  font-weight: normal;
}
.wp-pagenavi .extend {
  border: none;
}

@media only screen and (min-width: 961px) {
  .contents-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 6%;
  }
  .contents-main {
    min-width: calc(90% - 18.75em);
    width: 69%;
  }
  .side-wrap {
    width: min(18.75em, 25%);
  }
  .side-wrap .side-box + .side-box {
    margin-top: 3.75em;
  }
}
.l-article .article-header {
  margin-bottom: 1.5em;
}
.l-article .article-header h1 {
  font-size: min(2em, 5.525vw);
  line-height: 1.35;
  margin-bottom: 0.25em;
  padding-bottom: 0.25em;
  font-weight: 700;
  letter-spacing: 0.075em;
  border-bottom: 2px solid #5b92df;
  color: #16417d;
}
.l-article .article-s-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 1em;
}
.l-article .article-s-data i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.1em;
}
.l-article .article-s-cat {
  margin-left: 1.5em;
  padding-left: 1.5em;
  font-size: 0.875em;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  max-width: calc(100% - 17em);
}
.l-article .article-s-cat:before {
  position: absolute;
  top: 0em;
  bottom: 0;
  margin: auto;
  left: 0;
  font-family: "Phosphor-Bold" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e190";
  color: #5b92df;
  height: 1cap;
}
.l-article .article-s-cat li {
  letter-spacing: 0.1em;
  color: #5b92df;
}
.l-article .article-s-cat li:after {
  content: ",";
  padding: 0 0.2em;
}
.l-article .article-s-cat li:last-child:after {
  content: none;
}
.l-article .article-s-date {
  font-size: 0.875em;
  color: #5b92df;
  letter-spacing: 0.1em;
  line-height: 1.5;
  white-space: nowrap;
}
.l-article .article-s-date .post-date {
  color: #cad5d1;
}
.l-article .fi {
  margin-bottom: 1em;
}
.l-article .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-article .author .author-icon {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.5em;
  border: 1px solid #C9DBF5;
}
.l-article .author .author-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-article .author .author-name {
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #16417d;
}
.l-article .article-body {
  margin-bottom: 5em;
  word-break: break-all;
}
.l-article .article-body p {
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.l-article .article-body h2 {
  margin-top: 3em;
  margin-bottom: 1em;
  font-size: 1.25em;
  color: #fff;
  background: #16417d;
  letter-spacing: 0.1em;
  font-weight: 700;
  position: relative;
  padding: 0.6em 1em;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.l-article .article-body h3 {
  margin-top: 3em;
  margin-bottom: 1em;
  font-size: 1.25em;
  font-weight: 700;
  background: #C9DBF5;
  color: #16417d;
  letter-spacing: 0.1em;
  padding: 0.4em 1em;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-radius: 5px;
}
.l-article .article-body h4 {
  margin-top: 3em;
  margin-bottom: 1.2em;
  font-size: 1.25em;
  font-weight: 700;
  border-left: 4px solid #5b92df;
  padding: 0.15em 1em;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.l-article .article-body h5 {
  margin-top: 3em;
  margin-bottom: 1.2em;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.l-article .article-body h2 + h2,
.l-article .article-body h2 + h3,
.l-article .article-body h2 + h4,
.l-article .article-body h2 + h5,
.l-article .article-body h3 + h2,
.l-article .article-body h3 + h3,
.l-article .article-body h3 + h4,
.l-article .article-body h3 + h5,
.l-article .article-body h4 + h2,
.l-article .article-body h4 + h3,
.l-article .article-body h4 + h4,
.l-article .article-body h4 + h5,
.l-article .article-body h5 + h2,
.l-article .article-body h5 + h3,
.l-article .article-body h5 + h4,
.l-article .article-body h5 + h5 {
  margin-top: 0.9em;
}
.l-article .article-body p + p,
.l-article .article-body p + img,
.l-article .article-body p + ul,
.l-article .article-body p + ol,
.l-article .article-body img + p,
.l-article .article-body img + ul,
.l-article .article-body img + ol,
.l-article .article-body ul + ol,
.l-article .article-body ul + p,
.l-article .article-body ul + img,
.l-article .article-body ol + p,
.l-article .article-body ol + img,
.l-article .article-body ol + ul {
  margin-top: 1.8em;
}
.l-article .article-body ul li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5;
  margin-bottom: 0.35em;
  letter-spacing: 0.075em;
}
.l-article .article-body ul li:before {
  position: absolute;
  content: "・";
  left: 0.25em;
  top: 0;
}
.l-article .article-body ol {
  counter-reset: number 0;
}
.l-article .article-body ol li {
  counter-increment: number 1;
  position: relative;
  padding-left: 1.5em;
  line-height: 1.5;
  margin-bottom: 0.35em;
  letter-spacing: 0.075em;
}
.l-article .article-body ol li:before {
  position: absolute;
  content: "・";
  left: 0;
  top: 0;
  content: counter(number) ".";
  font-weight: 700;
}
.l-article .article-body a {
  color: #16417d;
  text-decoration: underline;
}
.l-article .article-body a:hover, .l-article .article-body a:active {
  text-decoration: none;
}
.l-article .article-body em {
  font-style: italic;
  font-weight: 700;
}
.l-article .article-body blockquote {
  position: relative;
  padding: 1em 1em 1em 2em;
  font-style: italic;
  color: #464646;
  border: 1px solid #5b92df;
  border-radius: 3px;
}
.l-article .article-body blockquote:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Phosphor-Fill" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e660";
  color: #16417d;
  font-size: 22px;
  line-height: 1;
  z-index: 2;
  font-weight: 900;
}
.l-article .article-body blockquote:after {
  position: absolute;
  content: "";
  left: -1px;
  top: -1px;
  border-width: 0 0 2.5em 2.5em;
  border-style: solid;
  border-color: transparent #ffffff;
}
.l-article .article-body blockquote p {
  position: relative;
  padding: 0;
  margin: 1em 0;
  z-index: 3;
}
.l-article .article-body blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.l-article .article-body code {
  display: inline-block;
  padding: 0.25em 0.5em;
  background-color: #eee;
  border-radius: 3px;
  border: solid 1px #d6dde4;
}
.l-article .article-body hr {
  border: 1px solid #C9DBF5;
}
.l-article .article-body .gallery {
  margin-bottom: 20px;
}
.l-article .article-body .gallery-item {
  float: left;
  margin: 0 4px 4px 0;
  overflow: hidden;
  position: relative;
}
.l-article .article-body .gallery-columns-1 .gallery-item {
  max-width: 100%;
}
.l-article .article-body .gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: calc(50% - 4px);
}
.l-article .article-body .gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: calc(33.3% - 4px);
}
.l-article .article-body .gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: calc(25% - 4px);
}
.l-article .article-body .gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: calc(20% - 4px);
}
.l-article .article-body .gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: calc(16.7% - 4px);
}
.l-article .article-body .gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: calc(14.28% - 4px);
}
.l-article .article-body .gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: calc(12.5% - 4px);
}
.l-article .article-body .gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: calc(11.1% - 4px);
}
.l-article .article-body .gallery-columns-1 .gallery-item:nth-of-type(1n),
.l-article .article-body .gallery-columns-2 .gallery-item:nth-of-type(2n),
.l-article .article-body .gallery-columns-3 .gallery-item:nth-of-type(3n),
.l-article .article-body .gallery-columns-4 .gallery-item:nth-of-type(4n),
.l-article .article-body .gallery-columns-5 .gallery-item:nth-of-type(5n),
.l-article .article-body .gallery-columns-6 .gallery-item:nth-of-type(6n),
.l-article .article-body .gallery-columns-7 .gallery-item:nth-of-type(7n),
.l-article .article-body .gallery-columns-8 .gallery-item:nth-of-type(8n),
.l-article .article-body .gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}
.l-article .article-body .gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  /* font-size: 12px; */
  font-size: 80%;
  line-height: 1.5;
  margin: 0;
  max-height: 60%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}
.l-article .article-body .ie7 .gallery-caption,
.l-article .article-body .ie8 .gallery-caption {
  background: #000;
  filter: alpha(opacity=0);
}
.l-article .article-body .gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.l-article .article-body .gallery-item:hover .gallery-caption {
  opacity: 1;
}
.l-article .article-body .ie7 .gallery-item:hover .gallery-caption,
.l-article .article-body .ie8 .gallery-item:hover .gallery-caption {
  filter: alpha(opacity=70);
}
.l-article .article-body .gallery-columns-7 .gallery-caption,
.l-article .article-body .gallery-columns-8 .gallery-caption,
.l-article .article-body .gallery-columns-9 .gallery-caption {
  display: none;
}
.l-article .article-body .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1em;
}
.l-article .article-body .alignright {
  float: right;
  margin-bottom: 1em;
  margin-left: 1em;
}
.l-article .article-body .alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
.l-article .article-body .wp-caption,
.l-article .article-body [class*=wp-image] {
  display: block;
  max-width: 100% !important;
  margin-top: 1.5em;
  text-align: center;
  color: #999;
  font-size: 0.75em;
}
.l-article .article-body .wp-caption-text {
  margin-top: 0;
}
.l-article .article-body img + .wp-caption-text {
  margin-top: 1em;
}
.l-article .article-body table:not([class]) {
  width: 100%;
  margin: 0.5em 0;
}
.l-article .article-body table:not([class]) th {
  padding: 0.5em 1em;
  background: #e9f0f9;
  line-height: 1.5;
  border: solid 1px #C9DBF5;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.l-article .article-body table:not([class]) td {
  padding: 0.5em 1em;
  border: solid 1px #C9DBF5;
}
.l-article .article-body p {
  letter-spacing: 0.075em;
}
.l-article #toc_container {
  width: 100% !important;
  margin: 3.3em 0;
  font-size: 1em;
  padding: 1.5em 2.9%;
  border: none;
  background: #e9f0f9 !important;
}
.l-article #toc_container .toc_title {
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
  text-align: left;
}
.l-article #toc_container span.toc_toggle a {
  padding: 0;
}
.l-article #toc_container li {
  margin-bottom: 0.5em;
}
.l-article #toc_container a {
  line-height: 1.35em;
  color: #0a1b31;
  background: none;
  font-size: 0.875em;
}
.l-article #toc_container .toc_list {
  counter-reset: li;
  list-style: none;
}
.l-article #toc_container .toc_list > li {
  position: relative;
  padding-left: 1.5em;
}
.l-article #toc_container .toc_list > li:before {
  counter-increment: li;
  content: counter(li) ".";
  position: absolute;
  left: 0;
  top: 0px;
  background: none;
}
.l-article #toc_container .toc_list > li ul {
  list-style: none;
  margin: 0;
}
.l-article #toc_container .toc_list > li ul li {
  position: relative;
  margin: 0.25em 0 0;
  padding: 0 0 0 1em;
}
.l-article #toc_container .toc_list > li ul li:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "・";
  color: #5b92df;
}
.l-article #toc_container .toc_list > li ul li a {
  color: #5b92df;
}
.l-article #toc_container .toc_list > li ul a {
  padding: 0;
}
.l-article #toc_container p.toc_title + ul.toc_list {
  margin-top: 0.5em;
}
.l-article #toc_container .toc_number {
  color: #16417d;
  padding-right: 1em;
}
.l-article .archive-list {
  display: grid;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em min(1em, 2%);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 480px) {
  .l-article .archive-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.l-article .archive-list li {
  display: contents;
}
.l-article .archive-list a {
  border-bottom: 1px solid #C9DBF5;
  padding: 1em 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0.5em;
}
@media (hover: hover) {
  .l-article .archive-list a img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .l-article .archive-list a:hover .title, .l-article .archive-list a:active .title, .l-article .archive-list a:focus .title {
    color: #5b92df;
  }
}
.l-article .archive-list .text {
  display: contents;
}
.l-article .archive-list .title {
  font-weight: 700;
  color: #16417d;
  line-height: 1.35;
  letter-spacing: 0.075em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.l-article .archive-list .disc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 0.875em;
  color: #666;
}
.l-article .archive-list .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 1em;
}
.l-article .archive-list .date {
  text-align: right;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #C9DBF5;
  font-size: 0.75em;
  margin-left: auto;
}
.l-article .archive-list .category {
  font-size: 0.75em;
  color: #5b92df;
  letter-spacing: 0.1em;
  padding-left: 1.5em;
  font-size: 0.875em;
  line-height: 1.5;
  position: relative;
}
.l-article .archive-list .category:before {
  position: absolute;
  top: 0em;
  bottom: 0;
  margin: auto;
  left: 0;
  font-family: "Phosphor-Bold" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e190";
  color: #5b92df;
  height: 1cap;
}

.side-wrap .side-list li {
  border-bottom: 1px solid #C9DBF5;
}
.side-wrap .side-list a {
  margin-top: 0.75em;
  padding: 0.5em 0 0.5em;
  display: block;
}
@media (hover: hover) {
  .side-wrap .side-list a img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .side-wrap .side-list a:hover .title, .side-wrap .side-list a:active .title, .side-wrap .side-list a:focus .title {
    color: #5b92df;
  }
}
.side-wrap .side-list .thumb {
  margin-bottom: 0.5em;
}
.side-wrap .side-list .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 1em;
}
.side-wrap .side-list .text .title {
  width: 100%;
}
.side-wrap .side-list .text .date {
  margin-left: auto;
}
.side-wrap .side-list .title {
  font-weight: 700;
  font-size: 0.875em;
  color: #16417d;
  line-height: 1.35;
  letter-spacing: 0.075em;
  margin-bottom: 0.5em;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.side-wrap .side-list .date {
  text-align: right;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #C9DBF5;
  font-size: 0.75em;
}
.side-wrap .side-list .category {
  font-size: 0.75em;
  color: #5b92df;
  letter-spacing: 0.1em;
  padding-left: 1.5em;
  font-size: 0.875em;
  line-height: 1.5;
  position: relative;
}
.side-wrap .side-list .category:before {
  position: absolute;
  top: 0em;
  bottom: 0;
  margin: auto;
  left: 0;
  font-family: "Phosphor-Bold" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e190";
  color: #5b92df;
  height: 1cap;
}
.side-wrap .side-list.cat-side a {
  display: block;
  line-height: 1.5;
  padding: 0.7em 0.5em 0.87em;
  background: url(../img/common/icon_arw_01_nvy.svg) no-repeat right 0.2% center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media (hover: hover) {
  .side-wrap .side-list.cat-side a:hover, .side-wrap .side-list.cat-side a:active, .side-wrap .side-list.cat-side a:focus {
    color: #5b92df;
  }
}
.side-wrap .side-list + .side-list,
.side-wrap .wpp-shortcode {
  margin-top: 3.75em;
}
.side-wrap .side-headline {
  font-size: 1.25em;
  font-weight: 700;
  color: #16417d;
  border-bottom: 1px solid #5b92df;
  padding: 0.25em 0;
  margin-bottom: 0.25em;
}
.side-wrap .side-headline i {
  padding-right: 0.4em;
  vertical-align: middle;
  margin-top: -0.1em;
  display: inline-block;
}
@media only screen and (max-width: 960px) {
  .side-wrap {
    margin-top: min(6.25em, 13vw);
  }
  .side-wrap .article-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .side-wrap .article-side .side-headline {
    width: 100%;
  }
  .side-wrap .article-side li {
    width: 49%;
  }
}
@media only screen and (max-width: 480px) {
  .side-wrap .article-side li {
    width: 100%;
  }
}

.l-company {
  padding-bottom: 0;
}
.l-company .company-about-inner {
  padding-bottom: min(9.375em, 19.5vw);
  background: url(../img/page/company/company_about_bg@2x.jpg) no-repeat center bottom/cover;
}
.l-company .company-about p:not(.ttl-en) {
  color: #16417d;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
.l-company .company-about p + p {
  margin-top: 2.5em;
}
.l-company .company-about-copy {
  font-size: 1.75em;
  font-weight: 700;
}
.l-company .company-about-body {
  font-size: 1.125em;
  line-height: 2.5;
}
.l-company .company-gallery {
  padding: min(9.375em, 19.5vw) 0;
  background: #e9f0f9;
}
.l-company .company-gallery h3 {
  text-align: center;
  font-size: min(2em, 5vw);
  font-weight: 700;
  color: #16417d;
  margin: 0 0 1.5em;
}
.l-company .company-gallery .company-gallery-slider + h3 {
  margin-top: 4em;
}
.l-company .company-gallery-slider {
  max-width: 800px;
  margin: 0 auto;
}
.l-company .company-gallery-slider .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.l-company .company-gallery-slider .swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
}
.l-company .company-gallery-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-company .company-gallery-slider .gallery-thumbs .swiper-slide {
  opacity: 0.4;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-company .company-gallery-slider .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.l-company .company-gallery-slider .swiper-button-next,
.l-company .company-gallery-slider .swiper-button-prev {
  background: rgba(255, 255, 255, 0.9) url(../img/common/icon_arw_01_nvy.svg) no-repeat center/1.3em;
  width: 2.5em;
  height: 2.5em;
}
.l-company .company-gallery-slider .swiper-button-next::after,
.l-company .company-gallery-slider .swiper-button-prev::after {
  font-size: 1.5em;
  line-height: 1;
  font-weight: 900;
}
.l-company .company-gallery-slider .swiper-button-next {
  right: 0;
  left: auto;
}
.l-company .company-gallery-slider .swiper-button-prev {
  left: 0;
  right: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-company .company-philosophy {
  padding: min(9.375em, 19.5vw) 0;
  background: #16417d;
}
.l-company .company-philosophy .ttl-layout-03 {
  color: #fff;
}
.l-company .company-philosophy .ttl-layout-03 .ttl-jp:before, .l-company .company-philosophy .ttl-layout-03 .ttl-jp:after {
  background: #fff;
}
.l-company .company-philosophy-list {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  margin-top: min(8em, 16.64vw);
}
.l-company .company-philosophy-list div {
  position: relative;
}
.l-company .company-philosophy-list div + div {
  margin-top: 7.5em;
}
.l-company .company-philosophy-list dt {
  color: #fff;
  font-size: min(3em, 9.5vw);
  font-weight: 700;
}
.l-company .company-philosophy-list dd:not(.f-en) {
  color: #fff;
  font-size: 1.25em;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-company .company-philosophy-list .f-en {
  position: absolute;
  color: rgba(201, 219, 245, 0.35);
  font-size: min(8em, 9.8vw);
  text-align: center;
  font-weight: 600;
  left: 50%;
  right: 0;
  margin-left: -4em;
  letter-spacing: 0.1em;
  width: 8em;
  text-transform: capitalize;
  line-height: 1;
}
.l-company .company-message {
  padding-bottom: min(9.375em, 19.5vw);
}
.l-company .company-message-img {
  text-align: center;
}
.l-company .company-message-txt h3 {
  color: #16417d;
  font-size: min(2.25em, 6vw);
  font-weight: 700;
  padding-left: 1.5em;
  position: relative;
  line-height: 1.2;
  letter-spacing: 0.15em;
  margin: 0.5em 0 2em;
}
.l-company .company-message-txt h3:before {
  content: "";
  position: absolute;
  top: 0.65em;
  left: 0;
  width: 1.1em;
  height: 1px;
  background: #16417d;
}
.l-company .company-message-txt p {
  letter-spacing: 0.075em;
}
.l-company .company-message-txt p span {
  display: inline-block;
}
.l-company .company-message-txt p + p:not(.company-message-sign) {
  margin-top: 1.75em;
}
.l-company .company-message-sign {
  font-weight: 700;
  text-align: right;
  margin-top: min(6em, 7vw);
}
.l-company .company-message-sign span {
  font-size: 0.875em;
}
.l-company .company-history {
  padding: min(9.375em, 19.5vw) 0;
  background: #e9f0f9;
}
.l-company .company-history-list {
  max-width: 860px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.l-company .company-history-list:after {
  content: "";
  width: 1px;
  height: calc(100% - 2.75em);
  top: 2.75em;
  background: #fff;
  position: absolute;
  z-index: -1;
}
.l-company .company-history-list dt {
  font-size: 3em;
  font-weight: 600;
  color: #C9DBF5;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.l-company .company-history-list .unit {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.33em;
}
.l-company .company-history-list .month {
  font-size: 0.5em;
}
.l-company .company-history-list dd {
  padding-left: 2.5em;
  position: relative;
  letter-spacing: 0.075em;
}
.l-company .company-history-list dd:before {
  content: "";
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.25em;
  border: 4px solid #fff;
  background: #e9f0f9;
}
.l-company .company-overview {
  padding: min(9.375em, 19.5vw) 0;
}
.l-company .company-overview .ttl-en {
  color: #e9f0f9;
}
.l-company .company-overview h3 {
  font-weight: 700;
}
.l-company .company-office div {
  position: relative;
  padding-left: 1em;
}
.l-company .company-office div:before {
  position: absolute;
  top: 0.65em;
  left: 0;
  font-family: "Phosphor-Fill" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e1ec";
  color: #16417d;
  font-size: 0.825em;
  line-height: 1;
  font-weight: 900;
}
.l-company .company-office div + div {
  margin-top: 1.5em;
}
.l-company .company-office dt {
  font-weight: 700;
}
.l-company .company-office dd {
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.l-company .company-office a {
  color: #5b92df;
  text-decoration: underline;
  display: inline-block;
  padding-left: 1.2em;
  position: relative;
}
.l-company .company-office a:before {
  position: absolute;
  top: 0.25em;
  bottom: 0;
  left: 0.25em;
  height: 1em;
  margin: auto;
  font-family: "Phosphor" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\e316";
  font-size: 0.857em;
}
@media (hover: hover) {
  .l-company .company-office a:hover, .l-company .company-office a:active, .l-company .company-office a:focus {
    text-decoration: none;
  }
}
.l-company .company-equipment div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-company .company-equipment dt,
.l-company .company-equipment li {
  width: 20em;
  padding-left: 1.5em;
  position: relative;
}
.l-company .company-equipment dt:before,
.l-company .company-equipment li:before {
  content: "・";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0.05em;
}
.l-company .company-equipment + h3 {
  margin-top: 1.5em;
}
.l-company .company-partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-company .company-partners li:not(:last-child):after {
  content: "/";
  padding: 0 0.2em;
  color: #C9DBF5;
}
.l-company .company-sponsor {
  padding: min(4.6875em, 9.75vw) 0;
  background: #e9f0f9;
}
.l-company .company-sponsor .ttl-layout-05 {
  margin-bottom: 3.75em;
}
.l-company .company-sponsor-outer {
  container-type: inline-size;
  max-width: 1000px;
  margin: auto;
}
.l-company .company-sponsor-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2cqw;
}
.l-company .company-sponsor-list a img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .l-company .company-sponsor-list a:hover img, .l-company .company-sponsor-list a:active img, .l-company .company-sponsor-list a:focus img {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px) {
  .l-company .company-about-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-company .company-about-img li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .l-company .company-philosophy-list div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-company .company-philosophy-list dd:not(.f-en):before {
    content: "";
    width: 2.5em;
    height: 2px;
    background: #fff;
    margin: 0 2em;
    display: inline-block;
  }
  .l-company .company-philosophy-list .f-en {
    top: -0.5em;
  }
  .l-company .company-message-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-company .company-message-img {
    width: 33%;
  }
  .l-company .company-message-txt {
    width: 60%;
  }
  .l-company .company-history-list:after {
    left: 13.2em;
  }
  .l-company .company-history-list div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-company .company-history-list dt {
    width: 4.2em;
    text-align: right;
    padding-right: 0.7em;
  }
  .l-company .company-history-list dd {
    width: calc(100% - 12.6em);
    margin-top: 2.5em;
  }
  .l-company .company-sponsor-list li {
    width: 49cqw;
  }
}
@media only screen and (max-width: 767px) {
  .l-company .company-philosophy-list dt {
    text-align: center;
  }
  .l-company .company-philosophy-list dd:not(.f-en) {
    max-inline-size: -webkit-max-content;
    max-inline-size: -moz-max-content;
    max-inline-size: max-content;
    margin-inline: auto;
  }
  .l-company .company-philosophy-list .f-en {
    top: 0.25em;
  }
  .l-company .company-message-txt {
    margin-top: 5em;
  }
  .l-company .company-history-list:after {
    left: 0.5em;
  }
  .l-company .company-history-list dt {
    padding-left: 0.83em;
  }
  .l-company .company-history-list dd:before {
    top: -2.95em;
  }
  .l-company .company-equipment {
    max-inline-size: -webkit-max-content;
    max-inline-size: -moz-max-content;
    max-inline-size: max-content;
  }
  .l-company .company-equipment div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-company .company-equipment dd {
    margin-left: auto;
  }
  .l-company .company-sponsor-outer {
    max-width: 490px;
  }
}

.l-access .access-box + .access-box {
  margin-top: min(6em, 12.48vw);
}
.l-access .access-box .ttl-layout-06 .ttl-en {
  margin-bottom: -0.2em;
}
.l-access .access-map {
  position: relative;
  width: 100%;
}
.l-access .access-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-access .access-addr {
  margin-top: 1em;
  border-left: 5px solid #16417d;
  padding: 0 0 0 1em;
}
.l-access .access-addr p {
  line-height: 1.5;
  letter-spacing: 0.075em;
}
@media only screen and (min-width: 768px) {
  .l-access .access-map {
    aspect-ratio: 7/2.5;
  }
}
@media only screen and (max-width: 767px) {
  .l-access .access-map {
    aspect-ratio: 7/6;
  }
}

.l-recruit {
  padding-bottom: 0;
}
.l-recruit .recruit-info {
  padding: 0 0 min(9.375em, 19.5vw);
}
.l-recruit .recruit-info .status {
  margin: auto;
  max-width: 860px;
  font-weight: 700;
  color: #5b92df;
  font-size: 1.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-recruit .recruit-info .status::after {
  margin-left: 1em;
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #5b92df;
}
.l-recruit table .sub {
  font-size: 0.875em;
}
.l-recruit table td {
  line-height: 1.5;
}
.l-recruit table dl {
  margin-top: 0.5em;
}
.l-recruit table li, .l-recruit table dd {
  padding-left: 1.5em;
  position: relative;
  line-height: 1.5;
}
.l-recruit table li:before, .l-recruit table dd:before {
  content: "・";
  font-weight: 700;
  position: absolute;
  left: 0.2em;
  top: 0.05em;
}
.l-recruit table li + li,
.l-recruit table dd + dd {
  margin-top: 0.5em;
}
.l-recruit table dt {
  font-weight: 700;
}
.l-recruit table p + p {
  margin-top: 1.5em;
}
.l-recruit table a {
  color: #16417d;
  text-decoration: underline;
}
@media (hover: hover) {
  .l-recruit table a:hover, .l-recruit table a:active {
    text-decoration: none;
  }
}
.l-recruit .note {
  margin-top: 0.5em;
  padding-left: 1.71em;
  position: relative;
  line-height: 1.5;
  font-size: 0.875em;
  color: #16417d;
}
.l-recruit .note:before {
  content: "※";
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0.05em;
}
.l-recruit .recruit-box {
  padding-top: min(6em, 12.48vw);
}
.l-recruit .not-recruiting {
  text-align: center;
}
.l-recruit .recruit-gallery {
  padding: min(9.375em, 19.5vw) 0;
  background: #e9f0f9;
}
.l-recruit .recruit-gallery .wrap {
  container-type: inline-size;
}
.l-recruit .recruit-gallery-box {
  display: grid;
  gap: min(1em, 3cqw);
}
@media only screen and (min-width: 768px) {
  .l-recruit .table-layout-01 th {
    width: 12em;
  }
  .l-recruit .table-layout-01 td {
    width: calc(100% - 12em);
  }
}
@media only screen and (min-width: 961px) {
  .l-recruit .recruit-gallery-box {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 960px) {
  .l-recruit .recruit-gallery-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .l-recruit .recruit-gallery-box {
    grid-template-columns: repeat(2, 1fr);
  }
}

.lg-backdrop {
  background: rgba(10, 27, 49, 0.9);
}

.lg-outer .lg-img-wrap {
  padding: 0 6%;
}

.l-cloth {
  padding-bottom: 0;
}
.l-cloth .cloth-overview {
  text-align: center;
}
.l-cloth .cloth-overview .note {
  margin-top: 1em;
}
.l-cloth .cloth-overview .note a {
  color: #5b92df;
  font-size: 1.125em;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.l-cloth .cloth-overview .note a:before {
  content: "※";
  letter-spacing: 0.5em;
  text-decoration: none;
}
.l-cloth .cloth-overview-txt {
  font-size: 1.25em;
  line-height: 2;
  letter-spacing: 0.01em;
}
.l-cloth .cloth-overview-txt span {
  display: inline-block;
}
.l-cloth .cloth-gallery {
  padding: min(4.375em, 9.1vw) 0 min(9.375em, 19.5vw);
}
.l-cloth .cloth-gallery .ttl-en {
  color: #e9f0f9;
}
.l-cloth .cloth-gallery-intro {
  margin: -3.5em 0 3em;
  font-size: 1.25em;
  text-align: center;
}
.l-cloth .cloth-gallery-list {
  display: grid;
  gap: 2em min(3em, 3%);
  grid-template-columns: repeat(5, 1fr);
  margin-bottom: 3.75em;
}
.l-cloth .cloth-gallery-img {
  text-align: center;
}
.l-cloth .cloth-gallery-txt {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  line-height: 1.5;
  margin-top: 0.58em;
}
.l-cloth .cloth-faq {
  background: #e9f0f9;
  padding: min(9.375em, 19.5vw) 0;
}
@media only screen and (min-width: 768px) {
  .l-cloth .cloth-gallery-list {
    grid-template-columns: repeat(5, 1fr);
  }
  .l-cloth .cloth-gallery-txt {
    font-size: min(1.125em, 1.9vw);
  }
}
@media only screen and (max-width: 767px) {
  .l-cloth .cloth-gallery-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .l-cloth .cloth-gallery-txt {
    font-size: min(1.125em, 3vw);
  }
}
@media only screen and (max-width: 480px) {
  .l-cloth .cloth-gallery-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.md-faq-list {
  max-width: 860px;
  margin: auto;
}
.md-faq-list > div > dt {
  position: relative;
  padding: 1.21em 4em 1.21em min(5.44em, 18vw);
  font-size: 1.125em;
  font-weight: 700;
  color: #16417d;
  line-height: 1.5;
  background: #fff;
}
.md-faq-list > div > dt::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: min(2em, 12vw);
  font-size: min(2em, 12vw);
  background: #16417d;
}
.md-faq-list > div > dt::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "Q";
  height: 100%;
  width: min(2em, 12vw);
  font-size: min(2em, 12vw);
  color: #fff;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-align: center;
  padding-top: 0.15em;
}
@media (hover: hover) {
  .md-faq-list > div > dt {
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    cursor: pointer;
  }
  .md-faq-list > div > dt:hover {
    color: #5b92df;
  }
}
.md-faq-list > div > dd {
  padding: 1.25em 3em 1.25em min(6.12em, 18vw);
  background: #fff;
  border-top: 6px solid #e9f0f9;
  position: relative;
  display: none;
}
.md-faq-list > div > dd::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "A";
  width: min(2em, 12vw);
  font-size: min(2em, 12vw);
  color: #5b92df;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-align: center;
  padding-top: 0.25em;
}
.md-faq-list > div + div {
  margin-top: 1.25em;
}
.md-faq-list .icon-pm {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  width: 2.22em;
  height: 1em;
  position: absolute;
  right: 0;
  top: 1.4em;
}
.md-faq-list .icon-pm:before, .md-faq-list .icon-pm:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1em;
  border-radius: 2px;
  height: 2px;
  background: #16417d;
}
.md-faq-list .icon-pm:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.md-faq-list .icon-pm.open:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.md-faq-list .faq-detail dt {
  margin-top: 1em;
  font-weight: 700;
}
.md-faq-list .faq-detail dd {
  padding-left: 1.25em;
  position: relative;
  line-height: 1.5;
}
.md-faq-list .faq-detail dd::before {
  position: absolute;
  content: "・";
  left: 0.25em;
  top: 0.125em;
}

.l-product-item .product-item-summary {
  display: grid;
  gap: 3em 2%;
}
.l-product-item .product-item-summary .summary-item {
  gap: 0;
  font-weight: 700;
  display: grid;
  grid-row: span 2;
  grid-template-rows: subgrid;
}
.l-product-item .product-item-summary .summary-item h3 {
  color: #16417d;
  font-size: min(1.5em, 4.35vw);
  line-height: 1.35;
  margin-bottom: 0.5em;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.l-product-item .product-item-summary .summary-item h3 span {
  display: inline-block;
}
.l-product-item .product-item-summary .summary-txt {
  padding: 1.875em 3.4%;
  background: #e9f0f9;
}
.l-product-item .product-item-summary .summary-txt p {
  line-height: 1.5;
  letter-spacing: 0.01em;
}
.l-product-item .product-item-summary .summary-txt p + p {
  margin-top: 1.5em;
}
.l-product-item .product-item-summary .summary-txt ul {
  counter-reset: number 0;
}
.l-product-item .product-item-summary .summary-txt ul li {
  padding-left: 2em;
  line-height: 1.5;
  letter-spacing: 0.01em;
  position: relative;
}
.l-product-item .product-item-summary .summary-txt ul li:before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #16417d;
}
.l-product-item .product-item-summary .summary-txt ul li + li {
  margin-top: 0.5em;
}
@media only screen and (min-width: 768px) {
  .l-product-item .product-item-summary {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .l-product-item .product-item-summary {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-cartridge .cartridge-overview-txt {
  text-align: center;
  margin-bottom: min(3.2em, 11vw);
  font-size: 1.75em;
  line-height: 2;
  font-weight: 700;
  color: #16417d;
  letter-spacing: 0.01em;
}
.l-cartridge .cartridge-overview-txt span {
  display: inline-block;
}
.l-cartridge .cartridge-overview-list {
  counter-reset: number 0;
  border: 1px solid #C9DBF5;
  padding: 2.5em 3.4%;
}
.l-cartridge .cartridge-overview-list li {
  position: relative;
  padding-left: 3em;
  font-size: 1.125em;
  line-height: 1.5;
}
.l-cartridge .cartridge-overview-list li:before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero) ".";
  font-size: 1.55em;
  color: #5b92df;
  font-weight: 600;
  position: absolute;
  left: 0;
  top: -0.05em;
  line-height: 1;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.l-cartridge .cartridge-overview-list li + li {
  margin-top: 1em;
}
.l-cartridge .cartridge-gallery {
  padding: min(4.375em, 9.1vw) 0 min(9.375em, 19.5vw);
}
.l-cartridge .cartridge-gallery .ttl-en {
  color: #e9f0f9;
}
.l-cartridge .cartridge-gallery-intro {
  margin: -3.5em 0 3em;
  font-size: 1.25em;
  text-align: center;
}
.l-cartridge .cartridge-gallery-list {
  display: grid;
  gap: 2em min(3em, 3%);
  margin-bottom: 3.75em;
}
.l-cartridge .cartridge-gallery-img {
  text-align: center;
}
.l-cartridge .cartridge-gallery-txt {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  line-height: 1.5;
  margin-top: 0.58em;
}
.l-cartridge .cartridge-data {
  overflow: hidden;
  background: #e9f0f9;
  padding: 0 0 min(9.375em, 19.5vw);
}
.l-cartridge .cartridge-data .ttl-layout-04 .ttl-en {
  color: rgba(255, 255, 255, 0.5);
}
.l-cartridge .cartridge-data .cartridge-data-overview {
  text-align: center;
  padding-bottom: min(6.25em, 13vw);
}
.l-cartridge .cartridge-data .cartridge-data-overview .copy {
  margin-bottom: 1.5em;
  font-weight: 700;
  color: #16417d;
  line-height: 2;
  letter-spacing: 0.01em;
}
.l-cartridge .cartridge-data .cartridge-data-overview .copy span {
  display: inline-block;
}
.l-cartridge .cartridge-data .cartridge-data-overview .body {
  font-size: 1.125em;
  line-height: 2;
}
.l-cartridge .cartridge-data .cartridge-data-box + .cartridge-data-box {
  margin-top: min(6.25em, 13vw);
}
.l-cartridge .cartridge-data .cartridge-data-box h4:not(.cartridge-data-list h4) {
  margin-top: min(2.85em, 8vw);
  color: #16417d;
  font-weight: 700;
  font-size: min(1.5em, 4.35vw);
  line-height: 1.35;
  margin-bottom: 0.5em;
}
.l-cartridge .cartridge-data .cartridge-data-box h4:not(.cartridge-data-list h4) span {
  display: inline-block;
}
.l-cartridge .cartridge-data .cartridge-data-box .white-box {
  background: #fff;
  text-align: center;
}
.l-cartridge .cartridge-data .cartridge-data-ttl {
  margin-bottom: min(3.125em, 6.25vw);
}
.l-cartridge .cartridge-data .cartridge-data-ttl h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #16417d;
  font-weight: 700;
  text-align: center;
  line-height: 1.355;
}
.l-cartridge .cartridge-data .cartridge-data-ttl h3 span span {
  display: inline-block;
}
.l-cartridge .cartridge-data .cartridge-data-ttl h3:before, .l-cartridge .cartridge-data .cartridge-data-ttl h3:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #16417d;
  min-width: 1em;
}
.l-cartridge .cartridge-data .cartridge-data-ttl h3:before {
  margin-right: 1em;
}
.l-cartridge .cartridge-data .cartridge-data-ttl h3:after {
  margin-left: 1em;
}
.l-cartridge .cartridge-data .cartridge-data-ttl p {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin-inline: auto;
  margin-top: 1em;
  font-size: 1.125em;
}
.l-cartridge .cartridge-data .cartridge-data-ttl + h4:not(.cartridge-data-list h4) {
  margin-top: min(2em, 6.24vw);
}
.l-cartridge .cartridge-data .cartridge-data-list {
  display: grid;
  gap: 1.5em 2%;
  counter-reset: number 0;
}
.l-cartridge .cartridge-data .cartridge-data-list li {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 4.5em 6.803% 2.5em;
}
.l-cartridge .cartridge-data .cartridge-data-list li:before {
  counter-increment: number 1;
  content: counter(number, decimal-leading-zero);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 10.5em;
  font-weight: 600;
  position: absolute;
  line-height: 1;
  top: -0.16em;
  left: -0.13em;
  z-index: -1;
  color: #e9f0f9;
}
.l-cartridge .cartridge-data .cartridge-data-list li h4 {
  font-size: 2.25em;
  font-weight: 700;
  color: #16417d;
  line-height: 1.35;
  margin-bottom: 1em;
}
.l-cartridge .cartridge-data .cartridge-data-list li p {
  font-weight: 700;
  font-size: 1.5em;
}
.l-cartridge .cartridge-data .cartridge-data-list li p span {
  display: inline-block;
}
.l-cartridge .cartridge-data .cartridge-data-img {
  margin-bottom: 2.5em;
}
.l-cartridge .cartridge-data .cartridge-data-img .note {
  font-size: 0.875em;
  line-height: 1.5;
  text-align: right;
  margin-top: 0.5em;
}
@media only screen and (min-width: 768px) {
  .l-cartridge .cartridge-gallery-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .l-cartridge .cartridge-gallery-txt {
    font-size: min(1.125em, 1.9vw);
  }
  .l-cartridge .cartridge-data-overview .copy {
    font-size: min(1.875em, 5.4vw);
  }
  .l-cartridge .cartridge-data-ttl h3 {
    font-size: min(1.75em, 5vw);
  }
  .l-cartridge .cartridge-data-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .l-cartridge .cartridge-data-list li {
    font-size: min(1em, 1.5vw);
  }
  .l-cartridge .cartridge-data-img.layout-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5em 2%;
  }
  .l-cartridge .cartridge-data-img.layout-half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.5em 2%;
  }
}
.l-cartridge .cartridge-faq {
  padding: min(9.375em, 19.5vw) 0 0;
}
.l-cartridge .cartridge-faq .ttl-en {
  color: #e9f0f9;
}
.l-cartridge .cartridge-faq .md-faq-list > div > dt {
  border: 1px solid #C9DBF5;
}
.l-cartridge .cartridge-faq .md-faq-list > div > dd {
  margin-top: 5px;
  border: 1px solid #C9DBF5;
}
@media only screen and (min-width: 768px) and (max-width: 1378px) {
  .l-cartridge .cartridge-data-01 .cartridge-data-ttl h3 > span {
    max-width: 20em;
  }
}
@media only screen and (max-width: 960px) {
  .l-cartridge .cartridge-gallery-list {
    grid-template-columns: repeat(3, 1fr);
  }
  .l-cartridge .cartridge-gallery-txt {
    font-size: min(1.125em, 3vw);
  }
}
@media only screen and (max-width: 767px) {
  .l-cartridge .cartridge-gallery-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .l-cartridge .cartridge-data-overview .copy {
    font-size: min(1.875em, 4.2vw);
  }
  .l-cartridge .cartridge-data-overview .body {
    text-align: left;
  }
  .l-cartridge .cartridge-data-ttl h3 {
    font-size: min(1.75em, 4.5vw);
  }
  .l-cartridge .cartridge-data-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .l-cartridge .cartridge-data-list li {
    font-size: min(1em, 2.4vw);
  }
  .l-cartridge .cartridge-data-img.layout-01 {
    text-align: center;
  }
  .l-cartridge .cartridge-data-img.layout-01 div + div {
    margin-top: 1.5em;
  }
  .l-cartridge .cartridge-data-img.layout-half {
    text-align: center;
  }
  .l-cartridge .cartridge-data-img.layout-half div + div {
    margin-top: 1.5em;
  }
}

.l-fact .fact-overview {
  text-align: center;
}
.l-fact .fact-overview-txt {
  font-size: 1.25em;
  line-height: 2;
  letter-spacing: 0.01em;
}
.l-fact .fact-overview-txt span {
  display: inline-block;
}
.l-fact .fact-flow {
  padding: min(4.375em, 9.1vw) 0 min(9.375em, 19.5vw);
  overflow: hidden;
}
.l-fact .fact-flow .ttl-en {
  color: #e9f0f9;
}
.l-fact .fact-flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em 3em;
  margin-top: max(-2.5em, -5.2vw);
}
.l-fact .fact-flow-list li {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.35;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-fact .fact-flow-list li > span {
  padding: 1em 0.25em;
  letter-spacing: 0.1em;
  background: #16417d;
  color: #fff;
}
.l-fact .fact-flow-list li .small {
  font-size: 0.7em;
}
.l-fact .fact-flow-list li .dot {
  display: inline-block;
  vertical-align: middle;
}
.l-fact .fact-flow-list li:not(:last-child)::after {
  display: inline-block;
  position: absolute;
  font-family: "Phosphor-Fill" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #5b92df;
  font-size: 0.8em;
  line-height: 1;
  z-index: 2;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-fact .fact-movie {
  padding: min(9.375em, 19.5vw) 0;
  background: #e9f0f9;
}
.l-fact .fact-movie-list {
  display: grid;
  gap: 1.5em 2%;
}
.l-fact .fact-movie-list li {
  background: #fff;
  padding: 5px;
  aspect-ratio: 272/153;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.l-fact .fact-movie-list li:before {
  content: "";
  position: absolute;
  border: 5px solid #fff;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  z-index: 1;
  height: 100%;
  background: url(../img/page/fact/icon_youtube.svg) no-repeat center/min(2.8125em, 20vw);
  pointer-events: none;
}
.l-fact .fact-movie-list li:after {
  border: 1px solid #C9DBF5;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  height: 100%;
  pointer-events: none;
}
.l-fact .fact-movie-list li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (hover: hover) {
  .l-fact .fact-movie-list li:hover img, .l-fact .fact-movie-list li:active img, .l-fact .fact-movie-list li:focus img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.l-fact .fact-equipment {
  padding: min(9.375em, 19.5vw) 0 0;
}
.l-fact .fact-equipment .ttl-en {
  color: #e9f0f9;
}
.l-fact .fact-equipment-list {
  display: grid;
  gap: 2.5em 2%;
}
.l-fact .fact-equipment-txt {
  line-height: 1.5;
  text-align: center;
  margin-top: 0.25em;
}
@media only screen and (min-width: 768px) {
  .l-fact .fact-flow-list {
    font-size: min(1em, 1.4vw);
  }
  .l-fact .fact-flow-list li {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
  }
  .l-fact .fact-flow-list li > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 4em;
    height: 11em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .l-fact .fact-flow-list li:not(:last-child):after {
    top: 0;
    bottom: 0;
    right: -2.95em;
    width: 2.95em;
    content: "\e13a";
  }
  .l-fact .fact-movie-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .l-fact .fact-equipment-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 960px) {
  .l-fact .fact-flow-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1em;
  }
  .l-fact .fact-flow-list li {
    width: 17%;
  }
  .l-fact .fact-movie-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .l-fact .fact-flow-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-fact .fact-flow-list li {
    width: 100%;
  }
  .l-fact .fact-flow-list li > span {
    width: 100%;
    text-align: center;
  }
  .l-fact .fact-flow-list li:not(:last-child)::after {
    bottom: -1.5em;
    left: 0;
    width: 100%;
    content: "\e136";
  }
  .l-fact .fact-movie-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .l-fact .fact-equipment-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.modal-video {
  background: rgba(10, 27, 49, 0.9);
}