@charset "UTF-8";
/*変数設定用*/
.under-page section.section-gap {
  margin: 140px 0 0;
}
@media screen and (max-width: 768px) {
  .under-page section.section-gap {
    margin: 60px 0 0;
  }
}
.under-page .under-mv-area {
  padding: 20px 0 0;
  margin: 0 0 140px;
}
@media screen and (max-width: 768px) {
  .under-page .under-mv-area {
    margin: 0 0 80px;
  }
}
.under-page .under-mv-area .inner .under-mv-ttl {
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.under-page .under-mv-area .inner .under-mv-ttl .ja-txt {
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  padding: 0 0 0 25px;
}
.under-page .under-mv-area .inner .under-mv-ttl .ja-txt::before {
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: #000;
  position: absolute;
  top: 60%;
  left: 0;
  translate: 0 -50%;
}
.under-page .under-mv-area .inner .under-mv-ttl .en-txt {
  font-size: 9rem;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  color: #000;
  letter-spacing: 0.1em;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .under-page .under-mv-area .inner .under-mv-ttl .en-txt {
    font-size: 4.8rem;
  }
}
.under-page .under-mv-area .inner .bread-crumbs-area {
  margin: 0 0 60px 17px;
}
@media screen and (max-width: 768px) {
  .under-page .under-mv-area .inner .bread-crumbs-area {
    margin: 0 0 40px 15px;
  }
}
.under-page .under-mv-area .inner .bread-crumbs-area .breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 23px;
       column-gap: 23px;
  row-gap: 8px;
  align-items: center;
}
.under-page .under-mv-area .inner .bread-crumbs-area .breadcrumbs > span {
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  position: relative;
}
.under-page .under-mv-area .inner .bread-crumbs-area .breadcrumbs > span:not(:first-child)::before {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  left: -17px;
  translate: 0 -50%;
  width: 7px;
  height: 7px;
  margin: auto;
  border-top: 2px solid #aaaaaa;
  border-right: 2px solid #aaaaaa;
  transform: rotate(45deg);
  box-sizing: border-box;
}
.under-page .under-mv-area .inner .bread-crumbs-area .breadcrumbs > span a.home {
  position: relative;
  padding: 0 0 0 6px;
}
.under-page .under-mv-area .inner .bread-crumbs-area .breadcrumbs > span a.home::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url(../img/common/icon_home.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 53%;
  left: -16px;
  translate: 0 -50%;
}
.under-page .section-sub-ttl {
  display: flex;
  font-size: 1.2rem;
  -moz-column-gap: 25px;
       column-gap: 25px;
  align-items: center;
  margin: 0 0 30px;
}
.under-page .section-sub-ttl .en-txt {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-weight: 400;
  color: #003B7C;
  letter-spacing: 0.1em;
}
.under-page .section-sub-ttl .en-txt.bar {
  padding: 0 0 0 30px;
  position: relative;
}
.under-page .section-sub-ttl .en-txt.bar::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #003B7C;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
}
.under-page .section-sub-ttl .en-txt.bar.white::before {
  background-color: #fff;
}
.under-page .section-sub-ttl .ja-txt {
  letter-spacing: 0.1em;
  position: relative;
}
.under-page .section-sub-ttl .ja-txt::before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: -13px;
  translate: 0 -50%;
}
.under-page .section-sub-ttl.white .en-txt {
  color: #fff;
}
.under-page .section-sub-ttl.white .ja-txt {
  color: #fff;
}
.under-page .section-sub-ttl.white .ja-txt::before {
  background-color: #fff;
}
.under-page .sub-catch-des {
  font-size: 3.2rem;
  line-height: 1.5625;
}
@media screen and (max-width: 768px) {
  .under-page .sub-catch-des {
    font-size: 2rem;
  }
}
.under-page .sub-catch-des.white {
  color: #fff;
}/*# sourceMappingURL=under-page.css.map */