@charset "UTF-8";
/**************************************/
/* -------------------------
 * 共通
 * ------------------------- */
body.under {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

html {
  scroll-padding-top: 120px;
}

.under .header.fcw {
  color: #000;
}
.under .header-contact {
  border: 1px solid #000;
}

.under-main {
  margin-block: 160px 165px;
}
@media (max-width: 499px) {
  .under-main {
    margin-block: 90px 60px;
  }
}

/* 改行 */
.br-834 {
  display: none;
}
@media (max-width: 834px) {
  .br-834 {
    display: block;
  }
}

.no-br-834 {
  display: block;
}
@media (max-width: 834px) {
  .no-br-834 {
    display: none;
  }
}

/* -------------------------
 * フォント
 * ------------------------- */
.f30 {
  font-size: 3rem;
}
@media (max-width: 1334px) {
  .f30 {
    font-size: 2.6rem;
  }
}
@media (max-width: 834px) {
  .f30 {
    font-size: 1.8rem;
  }
}

.f38 {
  font-size: 3.8rem;
}
@media (max-width: 1334px) {
  .f38 {
    font-size: 3.2rem;
  }
}
@media (max-width: 834px) {
  .f38 {
    font-size: 2.2rem;
  }
}

/* -------------------------
 * 色
 * ------------------------- */
/* 背景色 */
.bg--navy {
  background-color: #424553;
}

.bg--gray {
  background: #f8f8f8;
}

.bg--gray-blue {
  background-color: #cfd2df;
}

/* -------------------------
 * ページタイトル
 * ------------------------- */
.under__page-ttl {
  margin-bottom: 180px;
}
@media (max-width: 834px) {
  .under__page-ttl {
    margin-bottom: 100px;
  }
}
@media (max-width: 499px) {
  .under__page-ttl {
    margin-bottom: 60px;
  }
}
.under__page-ttl .en {
  line-height: 1;
  margin-bottom: 16px;
}
@media (max-width: 499px) {
  .under__page-ttl .en {
    font-size: 50px;
  }
}
.under__page-ttl .ja {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: normal;
  font-size: 13px;
}
@media (max-width: 499px) {
  .under__page-ttl .ja {
    font-size: 13px;
  }
}
.under__page-ttl .ttl-line {
  width: 45px;
  height: 1px;
  background: #000;
}

.sp {
  display: none;
}
@media (max-width: 499px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media (max-width: 499px) {
  .pc {
    display: none;
  }
}

/* -------------------------
 * common-mv
 * ------------------------- */
.common-mv {
  max-height: 600px;
  overflow: hidden;
  margin-bottom: 120px;
}

@media (max-width: 834px) {
  .common-mv {
    margin-bottom: 100px;
  }
}
@media (max-width: 499px) {
  .common-mv {
    margin-bottom: 60px;
  }
}
/* -------------------------
 * under__page-header with-bg
 * ------------------------- */
.under-main.main-with-bg {
  padding-bottom: 165px;
  margin-block: 0 0;
}

.with-bg {
  background: #eee;
  color: #fff;
  height: 600px;
  display: flex;
  align-items: center;
  margin-bottom: 130px;
  background-size: cover !important;
  background-position: center center !important;
}
.with-bg .under__page-ttl {
  margin-bottom: 0;
}
.with-bg .under__page-ttl .ensmall {
  display: block;
}

@media (max-width: 1240px) {
  .with-bg {
    height: 440px;
  }
}
@media (max-width: 834px) {
  .with-bg {
    height: 340px;
    margin-bottom: 60px;
  }
}
@media (max-width: 499px) {
  .under-main.main-with-bg {
    padding-bottom: 60px !important;
  }
  .with-bg .ensmall {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
/* -------------------------
 * 下層レイアウト
 * ------------------------- */
/* セクション */
.under_cont-sec:first-of-type {
  padding-bottom: 100px;
}
@media (max-width: 834px) {
  .under_cont-sec:first-of-type {
    padding-bottom: 60px;
  }
}
@media (max-width: 499px) {
  .under_cont-sec:first-of-type {
    padding-bottom: 45px;
  }
}
.under_cont-sec:not(:first-of-type) {
  padding-block: 100px;
}
@media (max-width: 834px) {
  .under_cont-sec:not(:first-of-type) {
    padding-block: 60px;
  }
}
@media (max-width: 499px) {
  .under_cont-sec:not(:first-of-type) {
    padding-block: 45px;
  }
}

/* レイアウト詳細 */
.under__content-flex {
  display: flex;
  justify-content: space-between;
}

.under__content-flex--with-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem 13%;
  justify-content: space-between;
}

.under__content-flex-left {
  font-size: 30px;
  margin-right: 5%;
  width: 20%;
}
.under__content-flex-left span {
  display: block;
}

.under__content-flex-left-inner {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 834px) {
  .under__content-flex-left-inner {
    gap: 0;
  }
}

.under__content-flex-left--with-img {
  width: 100%;
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 3rem 9%;
  justify-content: space-between;
}

.under__content-flex-right {
  width: 75%;
}

.under__content-flex--with-img .under__content-flex-right {
  width: 100%;
}
@media (max-width: 834px) {
  .under__content-flex--with-img .under__content-flex-right {
    width: 100%;
  }
}

@media (max-width: 834px) {
  .under__content-flex {
    display: block;
  }
  .under__content-flex-left {
    margin: 0 auto 25px;
    text-align: center;
    width: 100%;
  }
  .under__content-flex-right {
    width: 100%;
  }
}
.under__content-flex-right-en-heading {
  line-height: 1;
}
@media (max-width: 834px) {
  .under__content-flex-right-en-heading {
    text-align: center;
  }
}

.under__content-catch {
  font-weight: 300;
}
@media (max-width: 834px) {
  .under__content-catch {
    text-align: center;
  }
}

.under__content-catch + .under__content-txt {
  margin-top: 30px;
}

.under__content-flex-right-en-heading + .under__content-catch {
  margin-top: 60px;
}
@media (max-width: 834px) {
  .under__content-flex-right-en-heading + .under__content-catch {
    margin-top: 30px;
  }
}

.under__content-txt {
  line-height: 2;
}
@media (max-width: 834px) {
  .under__content-txt {
    line-height: 1.75;
  }
}

/* -------------------------
 * ボタン
 * ------------------------- */
.base-btn {
  width: 150px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 1px solid #eee;
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
}
.base-btn:hover {
  opacity: 0.7;
}
@media (max-width: 834px) {
  .base-btn {
    font-size: 1.8rem;
  }
}

.base-btn--white-line {
  color: #fff;
  border: 1px solid #fff;
}

.base-btn--black-line {
  color: #000;
  border: 1px solid #000;
}

.base-btn--gray-line {
  color: #000;
  border: 1px solid #ddd;
}

/* -------------------------
 * パンくずリスト
 * ------------------------- */
.under__breadcrumnbs {
  background-color: #020204;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  padding-block: 30px;
  line-height: 1;
}
@media (max-width: 499px) {
  .under__breadcrumnbs {
    padding-block: 16px;
  }
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb li::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1em;
  background-color: #fff;
  margin-inline: 20px;
}
@media (max-width: 499px) {
  .breadcrumb li::after {
    margin-inline: 10px;
  }
}
.breadcrumb li:last-of-type::after {
  content: none;
}

.breadcrumb__home a {
  text-decoration: underline;
}

/* -------------------------
 * パララックス
 * ------------------------- */
.parallax-bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1; /* コンテンツの後ろに配置 */
}

.js-parallax {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  display: block;
}/*# sourceMappingURL=under.css.map */