@charset "UTF-8";
.l-container {
  max-width: 1290px;
  padding: 0 20px;
  margin: 0 auto;
}

.l-container--small {
  max-width: 1140px;
  padding: 0 20px;
  margin: 0 auto;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.l-header.is-home .l-header__logo-link {
  position: relative;
}
.l-header.is-home .l-header__logo-link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/logo02.webp) no-repeat center/contain;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header.is-home.is-transparent .l-header__logo-image {
  opacity: 0;
}
.l-header.is-home.is-transparent.is-open .l-header__logo-link::after {
  opacity: 0;
}
.l-header.is-home.is-transparent.is-open .l-header__logo-image {
  opacity: 1;
}
.l-header.is-home.is-transparent:not(.is-open) {
  background-color: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.l-header.is-home.is-transparent:not(.is-open) .l-header-nav__item.has-child::before, .l-header.is-home.is-transparent:not(.is-open) .l-header-nav__item.has-child::after {
  background-color: #fff;
}
.l-header.is-home.is-transparent:not(.is-open) .l-header-nav__link {
  color: #fff;
}
.l-header.is-home.is-transparent:not(.is-open) .l-header-btn__bar, .l-header.is-home.is-transparent:not(.is-open) .l-header-btn__bar--bottom, .l-header.is-home.is-transparent:not(.is-open) .l-header-btn__bar--top {
  background-color: #fff;
}
.l-header.is-home:not(.is-transparent) .l-header__logo-link::after {
  opacity: 0;
}
.l-header.is-open {
  background-color: #F7F7F7;
}
.l-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 124px;
  padding: 0 40px;
}
@media screen and (max-width: 1550px) {
  .l-header__container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 70px;
    padding: 0 10px 0 20px;
  }
}
.l-header__logo {
  width: 252px;
}
@media screen and (max-width: 1550px) {
  .l-header__logo {
    width: 14vw;
  }
}
@media screen and (max-width: 1024px) {
  .l-header__logo {
    width: 162px;
  }
}
.l-header__logo-link {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header__logo-link:hover {
  opacity: 0.6;
}
.l-header__logo-image {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .l-header-nav {
    display: none;
  }
}
.l-header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
.l-header-nav__item {
  position: relative;
  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;
  height: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 1550px) {
  .l-header-nav__item {
    padding: 0 10px;
  }
}
.l-header-nav__item:last-of-type {
  padding-right: 0;
}
.l-header-nav__item.has-child .l-header-nav__link {
  position: relative;
  padding-right: 25px;
}
.l-header-nav__item.has-child .l-header-nav__link::before, .l-header-nav__item.has-child .l-header-nav__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 1px;
  background-color: #BC0D17;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.l-header-nav__item.has-child .l-header-nav__link::after {
  -webkit-transform: translateY(-50%) rotateZ(90deg);
          transform: translateY(-50%) rotateZ(90deg);
}
.l-header-nav__link {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 1550px) {
  .l-header-nav__link {
    font-size: clamp(1px, 1.1vw, 16px);
  }
}
.l-header-child {
  display: none;
  position: fixed;
  top: 124px;
  left: 0;
  z-index: 10;
  width: 100vw;
  background: #F7F7F7;
}
.l-header-child__inner {
  padding-top: 35px;
  padding-bottom: 85px;
}
.l-header-child__title {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  margin-bottom: 35px;
}
.l-header-child__title-en {
  display: block;
  font-family: "Roboto", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #A5A5A5;
  margin-bottom: 10px;
}
.l-header-child__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.l-header-child__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32.5%;
          flex: 0 0 32.5%;
}
.l-header-child__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(10px, 1.5vw, 16px);
  font-weight: 500;
  background: #fff;
  padding: 10px 25px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.l-header-child__link:hover {
  background-color: #EFEFEF;
}
.l-header-child__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 10px;
  background: url(../img/common/icon_chevron_r01.svg) no-repeat center/contain;
}
.l-header-tel {
  width: 220px;
  margin: 0 30px 0 50px;
}
@media screen and (max-width: 1550px) {
  .l-header-tel {
    max-width: 170px;
    width: 15vw;
    margin: 0 15px 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-tel {
    display: none;
  }
}
.l-header-tel__link, .l-header-spnav__sub-tel-link {
  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;
  height: 64px;
  font-family: "Barlow", serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #222222;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header-tel__link:hover, .l-header-spnav__sub-tel-link:hover {
  opacity: 0.6;
}
.l-header-tel__icon {
  margin-right: 10px;
}
.l-header-btn {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header-btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1550px) {
  .l-header-btn {
    width: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-btn {
    width: 70px;
  }
}
.l-header-btn__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 45px;
  height: 10px;
}
@media screen and (max-width: 1550px) {
  .l-header-btn__btn {
    width: 30px;
  }
}
@media screen and (max-width: 1550px) {
  .l-header-btn__btn {
    width: 35px;
  }
}
.l-header-btn__bar, .l-header-btn__bar--bottom, .l-header-btn__bar--top {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #222222;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.l-header-btn__bar--top {
  top: 0;
}
.l-header-btn__bar--bottom {
  bottom: 0;
}
.l-header-spnav {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 21;
  max-width: 960px;
  width: 100%;
  height: 100vh;
  color: #fff;
  background: #222222;
  padding: 20px 0 80px 110px;
  overflow: hidden auto;
}
@media screen and (max-width: 1024px) {
  .l-header-spnav {
    padding: 10px 0 80px 60px;
  }
}
@media screen and (max-width: 768px) {
  .l-header-spnav {
    padding: 10px 0 80px;
  }
}
.l-header-spnav__head {
  height: 124px;
  padding: 0 40px;
}
@media screen and (max-width: 1550px) {
  .l-header-spnav__head {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-header-spnav__head {
    height: 70px;
    padding: 0 10px;
  }
}
.l-header-spnav-btn {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  margin-left: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header-spnav-btn:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1550px) {
  .l-header-spnav-btn {
    width: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-spnav-btn {
    width: 70px;
  }
}
.l-header-spnav-btn__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 45px;
  height: 10px;
}
@media screen and (max-width: 1550px) {
  .l-header-spnav-btn__btn {
    width: 35px;
  }
}
@media screen and (max-width: 768px) {
  .l-header-spnav-btn__btn {
    top: 35%;
    width: 30px;
  }
}
.l-header-spnav-btn__bar, .l-header-spnav-btn__bar--bottom, .l-header-spnav-btn__bar--top {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: #4E4E4E;
}
.l-header-spnav-btn__bar--top {
  -webkit-transform: translate(-50%, -50%) rotateZ(20deg);
          transform: translate(-50%, -50%) rotateZ(20deg);
}
.l-header-spnav-btn__bar--bottom {
  -webkit-transform: translate(-50%, -50%) rotateZ(-20deg);
          transform: translate(-50%, -50%) rotateZ(-20deg);
}
.l-header-spnav-btn__text, .l-header-spnav-btn__text--black {
  position: absolute;
  top: 23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Barlow", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-header-spnav-btn__text, .l-header-spnav-btn__text--black {
    top: 18px;
    font-size: 11px;
  }
}
.l-header-spnav-btn__text--black {
  color: #222222;
}
.l-header-spnav__content {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .l-header-spnav__content {
    border-bottom: 1px solid #707070;
    padding: 0 40px 40px;
    margin-bottom: 40px;
  }
}
.l-header-spnav__title {
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  letter-spacing: 0.025em;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .l-header-spnav__title {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
.l-header-spnav__list {
  max-width: 650px;
}
@media screen and (max-width: 768px) {
  .l-header-spnav__sub {
    position: relative;
    padding: 0 40px;
  }
}
.l-header-spnav__sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 30px;
}
@media screen and (max-width: 768px) {
  .l-header-spnav__sub-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-header-spnav__sub-item {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .l-header-spnav__sub-item {
    font-size: 14px;
  }
}
.l-header-spnav__sub-link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header-spnav__sub-link:hover {
  opacity: 0.6;
}
.l-header-spnav__sub-tel {
  position: absolute;
  top: 29px;
  right: 140px;
  width: 220px;
}
@media screen and (max-width: 1550px) {
  .l-header-spnav__sub-tel {
    right: 85px;
    max-width: 170px;
    width: 15vw;
  }
}
@media screen and (max-width: 1024px) {
  .l-header-spnav__sub-tel {
    top: 24px;
    right: 100px;
    width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .l-header-spnav__sub-tel {
    top: auto;
    bottom: 0;
    right: 40px;
    width: 160px;
  }
}
.l-header-spnav__sub-tel-link {
  border: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  .l-header-spnav__sub-tel-link {
    height: 50px;
    font-size: 14px;
  }
}
.l-header-spnav__sub-tel-icon {
  margin-right: 10px;
}
.l-header-spnav__image {
  position: absolute;
  bottom: 50px;
  right: -55px;
  z-index: -1;
  opacity: 0.03;
}
@media screen and (max-width: 768px) {
  .l-header-spnav__image {
    top: 49%;
    bottom: auto;
    right: -8%;
    width: 60%;
  }
}
.l-header__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.l-footer-head {
  background: #333;
  padding: 90px 0 80px;
}
@media screen and (max-width: 767px) {
  .l-footer-head {
    padding: 60px 0 50px;
  }
}
.l-footer-head__logo {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .l-footer-head__logo {
    max-width: 200px;
    margin: 0 auto 30px;
  }
}
.l-footer-head__info {
  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;
  margin-bottom: 10px;
}
.l-footer-head__info a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footer-head__info a:hover {
  opacity: 0.6;
}
.l-footer-head__icon {
  margin-right: 10px;
}
.l-footer-head__text {
  font-size: 14px;
  line-height: 1.67;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer-head__text {
    font-size: 12px;
  }
}
.l-footer-body {
  background: #222222;
}
.l-footer-body__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .l-footer-body__container {
    display: block;
    padding: 0;
  }
}
.l-footer-nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52%;
          flex: 0 0 52%;
  border-right: 1px solid #707070;
  padding: 100px 20px 100px 0;
}
@media screen and (max-width: 1024px) {
  .l-footer-nav {
    border-bottom: 1px solid #707070;
    border-right: none;
    padding: 60px 20px;
  }
}
.l-footer-nav__content {
  max-width: 550px;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .l-footer-nav__content {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-nav__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-footer-nav__title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    font-size: 14px;
    line-height: 1.5;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-nav__title-block {
    display: inline-block;
  }
}
.l-footer-nav__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__list {
    line-height: 1.5;
  }
}
.l-footer-nav__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 40px;
  }
}
.l-footer-nav__sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__sub-list {
    gap: 0 40px;
  }
}
.l-footer-nav__sub-item {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  letter-spacing: 0.025em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer-nav__sub-item {
    font-size: 14px;
  }
}
.l-footer-nav__sub-link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footer-nav__sub-link:hover {
  opacity: 0.6;
}
.l-footer-cta {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  padding: 55px 0 100px 20px;
}
@media screen and (max-width: 1024px) {
  .l-footer-cta {
    padding: 20px 20px 60px;
  }
}
.l-footer-cta__item {
  max-width: 520px;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .l-footer-cta__item {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-cta__item {
    max-width: 400px;
  }
}
.l-footer-cta__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 205px;
  color: #fff;
  padding: 0 50px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 1024px) {
  .l-footer-cta__link {
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-cta__link {
    height: 120px;
    padding: 0 20px;
  }
}
.l-footer-cta__link:hover {
  background-color: #2c2c2c;
}
.l-footer-cta__title {
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .l-footer-cta__title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.l-footer-cta__text {
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  .l-footer-cta__text {
    font-size: 12px;
  }
}
.l-footer-cta__arrow {
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .l-footer-cta__arrow {
    right: 20px;
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-cta__arrow-icon {
    width: 13px;
  }
}
.l-footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  margin: 170px 0 30px;
}
@media screen and (max-width: 1024px) {
  .l-footer-sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 60px 0 20px;
  }
}
.l-footer-sns__link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footer-sns__link:hover {
  opacity: 0.6;
}
.l-footer-copy {
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .l-footer-copy {
    text-align: center;
  }
}
.l-footer-copy__text {
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-footer-copy__text {
    font-size: 11px;
  }
}

.l-breadcrumb {
  padding: 20px;
}
.l-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
  max-width: 1100px;
  margin: 0 auto;
}
.l-breadcrumb__item {
  font-size: 12px;
}
.l-breadcrumb__item:not(:last-of-type) {
  position: relative;
  padding-right: 25px;
}
.l-breadcrumb__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 10px;
  background: url(../img/common/icon_chevron_r01.svg) no-repeat center/contain;
}
.l-breadcrumb__link {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-breadcrumb__link:hover {
  text-decoration: none;
  opacity: 0.6;
}

.l-side-cta {
  background: rgba(0, 0, 0, 0.6);
  padding: 150px 0 130px;
}
@media screen and (max-width: 768px) {
  .l-side-cta {
    padding: 100px 0 90px;
  }
}
.l-side-cta__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .l-side-cta__container {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .l-side-cta__title {
    margin-bottom: 80px;
  }
}
.l-side-cta__body {
  max-width: 690px;
  width: 56%;
}
@media screen and (max-width: 1024px) {
  .l-side-cta__body {
    max-width: 500px;
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .l-side-cta__body {
    max-width: 100%;
    width: 100%;
  }
}
.l-side-cta__item {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-side-cta__item {
    max-width: 340px;
    margin: 0 auto 5px;
  }
}
.l-side-cta__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 142px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 60px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media screen and (max-width: 1024px) {
  .l-side-cta__link {
    height: 130px;
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-side-cta__link {
    display: block;
    text-align: center;
    padding: 32px 0 0;
  }
}
.l-side-cta__link:hover {
  border-color: #fff;
}
.l-side-cta__subtitle {
  font-size: 18px;
  line-height: 1.67;
}
@media screen and (max-width: 1024px) {
  .l-side-cta__subtitle {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.l-side-cta__tel {
  font-family: "Roboto", serif;
  font-size: 28px;
  padding-right: 15px;
}
@media screen and (max-width: 1024px) {
  .l-side-cta__tel {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .l-side-cta__tel {
    padding-right: 0;
  }
}
.l-side-cta__mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
}
@media screen and (max-width: 1024px) {
  .l-side-cta__mail {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .l-side-cta__mail {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-side-cta__mail-icon {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .l-side-cta__mail-icon {
    width: 22px;
  }
}
.l-side-contact {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .l-side-contact {
    bottom: 10px;
    right: 10px;
  }
}
.l-side-contact__link {
  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;
  width: 180px;
  height: 180px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
@media screen and (max-width: 768px) {
  .l-side-contact__link {
    width: 75px;
    height: 75px;
  }
}
.l-side-contact__link:hover .l-side-contact__bg--default {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .l-side-contact__image-icon {
    width: 20px;
  }
}
.l-side-contact__text {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 500;
  margin: 16px 0 8px;
}
@media screen and (max-width: 768px) {
  .l-side-contact__text {
    display: none;
  }
}
.l-side-contact__en {
  font-family: "Barlow", serif;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .l-side-contact__en {
    display: none;
  }
}
.l-side-contact__bg, .l-side-contact__bg--hover, .l-side-contact__bg--default {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-side-contact__bg--default {
  z-index: -1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .l-side-contact__bg--default {
    display: none;
  }
}
.l-side-contact__bg--hover {
  z-index: -2;
}
.l-side-service {
  position: relative;
  background: url(../img/service/bg_aside01.webp) no-repeat center right 30%/cover;
  padding: 160px 0;
}
@media screen and (max-width: 768px) {
  .l-side-service {
    background: url(../img/service/bg_aside01_sp.webp) no-repeat center/cover;
  }
}
.l-side-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  .l-side-service {
    padding: 80px 0;
  }
}
.l-side-service__container {
  position: relative;
  z-index: 2;
}
.l-side-service__title {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .l-side-service__title {
    margin-bottom: 40px;
  }
}
.l-side-service__text {
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .l-side-service__text {
    font-size: clamp(10px, 3.7vw, 15px);
    line-height: 2;
    text-align: left;
    margin-bottom: 70px;
  }
}
.l-side-service__btn {
  max-width: 690px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l-side-service__btn {
    max-width: 330px;
  }
}
.l-side-service__link {
  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;
  gap: 0 20px;
  height: 142px;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 60px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media screen and (max-width: 768px) {
  .l-side-service__link {
    gap: 0 10px;
    height: 110px;
  }
}
.l-side-service__link:hover {
  border-color: #fff;
}
@media screen and (max-width: 768px) {
  .l-side-service__link img {
    width: 20px;
  }
}
.l-side-business {
  position: relative;
}
.l-side-business__content {
  display: none;
  position: fixed;
  top: 180px;
  right: calc(50% + 380px);
  z-index: 100;
  width: 240px;
  background: #fff;
  border-radius: 12px;
  padding: 30px 0;
}
@media screen and (max-width: 1550px) {
  .l-side-business__content {
    right: auto;
    left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .l-side-business__content {
    display: none !important;
  }
}
.l-side-business__content.stop {
  position: absolute;
  top: auto;
  bottom: 115px;
}
.l-side-business__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
.l-side-business__link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-side-business__link:hover {
  opacity: 0.6;
}
.l-side-business__item {
  position: relative;
  padding-left: 65px;
}
.l-side-business__item.is-active::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 32px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 10px;
  background: url(../img/common/icon_triangle_r01.svg) no-repeat center/contain;
}
.l-side-business__no {
  font-family: "Roboto", serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #BC0D17;
  margin-bottom: 5px;
}
.l-side-business__text {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
}

.c-btn01, .c-btn06, .c-btn02, .c-btn01--low, .c-btn04, .c-btn05, .c-btn01--en, .c-btn01--en-low {
  position: relative;
  display: inline-block;
  min-width: 300px;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #222222;
  border: 1px solid #CECECE;
  padding: 30px 60px 30px 35px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn01, .c-btn06, .c-btn02, .c-btn01--low, .c-btn04, .c-btn05, .c-btn01--en, .c-btn01--en-low {
    min-width: 240px;
    font-size: 14px;
    padding: 23px 40px 23px 23px;
  }
}
.c-btn01:hover, .c-btn06:hover, .c-btn02:hover, .c-btn01--low:hover, .c-btn04:hover, .c-btn05:hover, .c-btn01--en:hover, .c-btn01--en-low:hover {
  color: #FFF;
  background-color: #222222;
}
.c-btn01::after, .c-btn06::after, .c-btn02::after, .c-btn01--low::after, .c-btn04::after, .c-btn05::after, .c-btn01--en::after, .c-btn01--en-low::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 5px;
  background: url(../img/common/icon_arrow_r01.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .c-btn01::after, .c-btn06::after, .c-btn02::after, .c-btn01--low::after, .c-btn04::after, .c-btn05::after, .c-btn01--en::after, .c-btn01--en-low::after {
    width: 16px;
    height: 4px;
  }
}
.c-btn01--en, .c-btn01--en-low {
  font-family: "Cormorant", serif;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-btn01--en, .c-btn01--en-low {
    font-size: 16px;
  }
}
.c-btn01--low, .c-btn04, .c-btn05 {
  padding: 19px 60px 19px 35px;
}
.c-btn01--en-low {
  padding: 18px 60px 18px 35px;
}
.c-btn02 {
  color: #fff;
}
.c-btn02:hover {
  color: #222222;
  background: #fff;
}
.c-btn03 {
  display: inline-block;
  min-width: 250px;
  font-family: "Barlow", serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  color: #222222;
  border: 1px solid #CECECE;
  padding: 20px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .c-btn03 {
    min-width: 170px;
    font-size: 13px;
    padding: 14px;
  }
}
.c-btn03:hover {
  color: #fff;
  background-color: #222222;
}
.c-btn04, .c-btn05 {
  width: 100%;
  min-width: auto;
}
.c-btn04-wrap, .c-btn05-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .c-btn04-wrap, .c-btn05-wrap {
    max-width: 250px;
  }
}
.c-btn04-wrap::after, .c-btn05-wrap::after {
  content: "";
  position: absolute;
  top: 26px;
  right: 35px;
  width: 20px;
  height: 5px;
  background: url(../img/common/icon_arrow_r01.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .c-btn04-wrap::after, .c-btn05-wrap::after {
    width: 16px;
    height: 4px;
  }
}
.c-btn05 {
  text-align: right;
  padding: 19px 35px 19px 60px;
}
.c-btn05-wrap::after {
  right: auto;
  left: 35px;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}
.c-btn06 {
  padding: 30px 58px 30px 35px;
  color: #fff;
  background: #E6000D;
  border: 1px solid #E6000D;
}
@media screen and (max-width: 768px) {
  .c-btn06 {
    padding: 23px 40px 23px 23px;
  }
}
.c-btn06::after {
  background: url(../img/common/icon_arrow_r02.svg) no-repeat center/contain;
}
.c-btn06:hover {
  color: #E6000D;
  background-color: #fff;
  border: 1px solid #E6000D;
}
.c-btn06:hover::after {
  background: url(../img/common/icon_arrow_r04.svg) no-repeat center/contain;
}

.c-title01, .c-title01--white, .c-title01--left-sp, .c-title01--left, .c-title01--left-white {
  position: relative;
  z-index: 10;
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  letter-spacing: 0.1em;
  line-height: 1.67;
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .c-title01, .c-title01--white, .c-title01--left-sp, .c-title01--left, .c-title01--left-white {
    font-size: 23px;
    padding-bottom: 20px;
  }
}
.c-title01::after, .c-title01--white::after, .c-title01--left-sp::after, .c-title01--left::after, .c-title01--left-white::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 25px;
  height: 10px;
  background: url(../img/common/icon_head01.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .c-title01::after, .c-title01--white::after, .c-title01--left-sp::after, .c-title01--left::after, .c-title01--left-white::after {
    width: 16px;
    height: 7px;
  }
}
.c-title01__en {
  position: relative;
  display: block;
  font-family: "Roboto", serif;
  font-size: 17px;
  font-weight: 500;
  color: #A5A5A5;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .c-title01__en {
    font-size: 13px;
  }
}
.c-title01__bg, .c-title01__bg--gray {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  font-family: "Cormorant", serif;
  font-size: 193px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #F7F7F7;
}
@media screen and (max-width: 768px) {
  .c-title01__bg, .c-title01__bg--gray {
    font-size: 95px;
    letter-spacing: 0.075em;
  }
}
.c-title01__bg.u-fade03, .u-fade03.c-title01__bg--gray {
  -webkit-transform: translate(calc(-50% - 20px), -50%);
          transform: translate(calc(-50% - 20px), -50%);
}
.c-title01__bg.u-fade03.start, .u-fade03.start.c-title01__bg--gray {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-title01__bg--gray {
  color: #EFEFEF;
}
@media screen and (min-width: 769px) {
  .c-title01--left, .c-title01--left-white {
    text-align: left;
  }
}
@media screen and (min-width: 769px) {
  .c-title01--left::after, .c-title01--left-white::after {
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}
.c-title01--left-sp {
  text-align: left;
}
.c-title01--left-sp::after {
  left: 0;
  -webkit-transform: none;
          transform: none;
}
.c-title01--white {
  color: #fff;
}
.c-title01--white .c-title01__en {
  color: #fff;
}
.c-title01--left-white {
  color: #fff;
}
.c-title01--left-white .c-title01__en {
  color: #fff;
}
.c-title02, .c-title02--white {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .c-title02, .c-title02--white {
    font-size: 19px;
    padding-top: 36px;
  }
}
.c-title02::before, .c-title02--white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26px;
  height: 26px;
  background: url(../img/common/icon_apple01.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .c-title02::before, .c-title02--white::before {
    width: 21px;
    height: 21px;
  }
}
.c-title02--white {
  color: #fff;
}
.c-title03, .c-title03--center {
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  letter-spacing: 0.075em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-title03, .c-title03--center {
    font-size: 22px;
    text-align: center;
  }
}
.c-title03__en {
  display: block;
  font-family: "Roboto", serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
  color: #BC0D17;
}
@media screen and (max-width: 768px) {
  .c-title03__en {
    font-size: 12px;
  }
}
.c-title03--center {
  text-align: center;
}
.c-title04 {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  border-bottom: 1px solid #DDD;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .c-title04 {
    font-size: 20px;
  }
}
.c-title05 {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  font-weight: 500;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .c-title05 {
    font-size: 15px;
  }
}
.c-title05::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 11px;
  height: 11px;
  background: #BC0D17;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-title05::before {
    top: 6px;
    width: 7px;
    height: 7px;
  }
}

/* アイコン用 */
/* フォーム用 */
.c-text01 {
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .c-text01 {
    font-size: 13px;
  }
}
.c-text02 {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .c-text02 {
    font-size: 14px;
    line-height: 2;
    text-align: justify;
  }
}
.c-text03 {
  font-size: 16px;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .c-text03 {
    font-size: 14px;
    line-height: 2;
    text-align: justify;
  }
}
.c-text04 {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-text04 {
    font-size: 14px;
    text-align: justify;
  }
}

/* ナビ用 */
/* 画像用 */
/* リスト用 */
.c-list01__item {
  position: relative;
  font-size: 16px;
  line-height: 1.875;
  padding-left: 1.7em;
}
@media screen and (max-width: 768px) {
  .c-list01__item {
    font-size: 14px;
    line-height: 2;
  }
}
.c-list01__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0.3em;
}
.c-list02 {
  counter-reset: list-num;
}
.c-list02__item {
  position: relative;
  font-size: 15px;
  line-height: 1.74;
  padding-left: 1.7em;
}
@media screen and (max-width: 768px) {
  .c-list02__item {
    font-size: 13px;
  }
}
.c-list02__item::before {
  counter-increment: list-num;
  content: counter(list-num) ".";
  position: absolute;
  top: 0;
  left: 0;
}
.c-list03__item {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 18px;
}
@media screen and (max-width: 768px) {
  .c-list03__item {
    font-size: 14px;
    padding-left: 15px;
  }
}
.c-list03__item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #BC0D17;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-list03__item::before {
    top: 6px;
    width: 8px;
    height: 8px;
  }
}
.c-list03__item:not(:last-of-type) {
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .c-list03__item:not(:last-of-type) {
    margin-bottom: 11px;
  }
}

.c-list-nav01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 30px;
}
@media screen and (max-width: 768px) {
  .c-list-nav01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .c-list-nav01.sp-col2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .c-list-nav01.sp-col2 .c-list-nav01__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
.c-list-nav01__item {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.025em;
  padding-left: 18px;
}
@media screen and (max-width: 768px) {
  .c-list-nav01__item {
    font-size: clamp(10px, 3vw, 12px);
    padding-left: 14px;
  }
}
.c-list-nav01__item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #BC0D17;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-list-nav01__item::before {
    top: 4px;
    width: 6px;
    height: 6px;
  }
}
.c-list-nav01__link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-list-nav01__link:hover {
  opacity: 0.6;
}
.c-list-nav02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 30px;
}
@media screen and (max-width: 767px) {
  .c-list-nav02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-list-nav02__item {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.025em;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .c-list-nav02__item {
    font-size: clamp(10px, 3vw, 12px);
    padding-left: 14px;
  }
}
.c-list-nav02__item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #BC0D17;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-list-nav02__item::before {
    top: 4px;
    width: 6px;
    height: 6px;
  }
}
.c-list-nav02__link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-list-nav02__link:hover {
  opacity: 0.6;
}

.c-list-nav01--recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-list-nav01--recruit__item {
  position: relative;
  font-size: 14px;
  letter-spacing: 0.025em;
  padding-left: 15px;
}
.c-list-nav01--recruit__item::before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 7px;
  height: 1px;
  background: #DBDBDB;
}
.c-list-nav01--recruit__link {
  position: relative;
}
.c-list-nav01--recruit__link::after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #E6000D;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.c-list-nav01--recruit__link:hover::after {
  width: 100%;
}

.c-list-news01__item:not(:last-of-type) {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .c-list-news01__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.c-list-news01__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-list-news01__link:hover {
  opacity: 0.6;
}
.c-list-news01__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  border-right: 1px solid #D6D6D6;
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .c-list-news01__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95px;
            flex: 0 0 95px;
    padding-right: 15px;
  }
}
.c-list-news01__date {
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  text-align: center;
  color: #606060;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-list-news01__date {
    font-size: 12px;
  }
}
.c-list-news01__category {
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #383232;
  padding: 10px 5px;
}
@media screen and (max-width: 768px) {
  .c-list-news01__category {
    font-size: 11px;
    padding: 8px 3px;
  }
}
.c-list-news01__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 25px;
}
@media screen and (max-width: 768px) {
  .c-list-news01__body {
    padding-left: 15px;
  }
}
.c-list-news01__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-list-news01__title {
    font-size: 13px;
    line-height: 1.5;
  }
}
.c-list-news02 {
  margin-bottom: 80px;
}
.c-list-news02__item {
  border-bottom: 1px solid #CECECE;
  padding: 25px 0;
}
.c-list-news02__link {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-list-news02__link:hover {
  opacity: 0.6;
}
.c-list-news02__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  .c-list-news02__head {
    margin-bottom: 15px;
  }
}
.c-list-news02__date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 105px;
          flex: 0 0 105px;
  font-family: "Shippori Mincho", serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  .c-list-news02__date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 95px;
            flex: 0 0 95px;
    font-size: 14px;
  }
}
.c-list-news02__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .c-list-news02__category {
    gap: 5px;
  }
}
.c-list-news02__category-item {
  font-size: 14px;
  color: #fff;
  background: #383232;
  padding: 9px 28px;
}
@media screen and (max-width: 768px) {
  .c-list-news02__category-item {
    font-size: 13px;
    padding: 7px 20px;
  }
}
.c-list-news02__title {
  font-size: 16px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}

.c-list-staff01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 2.5%;
}
@media screen and (max-width: 767px) {
  .c-list-staff01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px 0;
  }
}
.c-list-staff01__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.66%;
          flex: 0 0 31.66%;
  width: 100%;
  max-width: 380px;
}
@media screen and (max-width: 768px) {
  .c-list-staff01__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.75%;
            flex: 0 0 48.75%;
  }
}
@media screen and (max-width: 767px) {
  .c-list-staff01__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.c-list-column01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 2.5%;
}
@media screen and (max-width: 767px) {
  .c-list-column01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-list-column01__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31.66%;
          flex: 0 0 31.66%;
  width: 100%;
  max-width: 380px;
}
@media screen and (max-width: 768px) {
  .c-list-column01__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.75%;
            flex: 0 0 48.75%;
  }
}
@media screen and (max-width: 767px) {
  .c-list-column01__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/* テーブル用 */
.c-table01 {
  width: 100%;
}
.c-table01 tr:not(:last-of-type) {
  border-bottom: 1px solid #CECECE;
}
.c-table01 th {
  width: 25%;
  font-size: 18px;
  font-weight: 700;
  vertical-align: middle;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .c-table01 th {
    width: 110px;
    font-size: 16px;
    padding: 15px 0;
  }
}
.c-table01 td {
  font-size: 16px;
  vertical-align: middle;
  line-height: 2;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .c-table01 td {
    font-size: 14px;
    padding: 15px 0;
  }
}
.c-table01 small {
  font-size: 12px;
}
.c-table01 a {
  text-decoration: underline;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-table01 a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.c-table02 {
  width: 100%;
}
.c-table02 th {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border: 1px solid #fff;
  padding: 23px;
}
@media screen and (max-width: 768px) {
  .c-table02 th {
    font-size: 13px;
    padding: 15px 0;
  }
}
.c-table02 th.th1 {
  background: #B666D2;
}
.c-table02 th.th2 {
  background: #222222;
}
.c-table02 td {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  background: #F7F7F7;
  border: 1px solid #fff;
  padding: 23px;
}
@media screen and (max-width: 768px) {
  .c-table02 td {
    font-size: 13px;
    padding: 15px 18px;
  }
}
.c-table02 .left {
  text-align: left;
}
.c-table02 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 10px;
}
.c-table02 .flex-th {
  padding: 10px 10px 10px 23px;
}
@media screen and (max-width: 768px) {
  .c-table02 .flex p {
    font-size: 13px;
  }
}
.c-table02 .box {
  width: 125px;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  background: #383232;
  border-radius: 5px;
  padding: 9px;
}
.c-table02 .box-price {
  font-size: 16px;
}
.c-table02 .bg-red {
  background: #BC0D17;
}
@media screen and (max-width: 1024px) {
  .c-table02__scroll {
    overflow-x: auto;
  }
}
@media screen and (max-width: 1024px) {
  .c-table02__scroll .c-table02 {
    min-width: 1100px;
  }
}
@media screen and (max-width: 768px) {
  .c-table02__scroll .c-table02 {
    min-width: 980px;
  }
}
.c-table02__scroll-text {
  display: none;
  font-size: 12px;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .c-table02__scroll-text {
    display: block;
  }
}

/* 罫線用 */
/* ビデオ用 */
/* スライド用 */
/* カード用 */
.c-card01 {
  border-top: 4px solid #81D8D0;
}
.c-card01:nth-of-type(even) {
  border-color: #B666D2;
}
.c-card01__link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-card01__link:hover {
  opacity: 0.6;
}
.c-card01__image {
  margin-bottom: 13px;
}
.c-card01__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card01__image-pic {
  position: relative;
  padding-top: 51.58%;
}
.c-card01__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-card01__title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.c-card01__name, .c-card01__info {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-card01__name, .c-card01__info {
    font-size: 12px;
  }
}
.c-card01__name {
  margin-bottom: 10px;
}
.c-card02 {
  max-width: 400px;
}
.c-card02__link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-card02__link:hover {
  opacity: 0.6;
}
.c-card02__image {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .c-card02__image {
    margin-bottom: 15px;
  }
}
.c-card02__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #CECECE;
}
@media screen and (max-width: 768px) {
  .c-card02__head {
    padding-bottom: 15px;
  }
}
.c-card02__title {
  font-family: "Shippori Mincho", serif;
  font-size: 22px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .c-card02__title {
    font-size: 18px;
  }
}
.c-card02__arrow {
  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;
  width: 36px;
  height: 36px;
  background: #222222;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .c-card02__arrow {
    width: 30px;
    height: 30px;
  }
}
.c-card03 {
  background: #F7F7F7;
  border-top: 4px solid #81D8D0;
}
.c-card03:nth-of-type(even) {
  border-color: #B666D2;
}
.c-card03__link {
  display: block;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-card03__link:hover {
  opacity: 0.6;
}
.c-card03__image-pic {
  position: relative;
  padding-top: 51.58%;
}
.c-card03__image-pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card03__text {
  padding: 20px;
}
.c-card03__category, .c-card03__category--voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 10px;
  margin-top: 12px;
}
.c-card03__category-item, .c-card03__category--voice .c-card03__category-item {
  font-size: 12px;
  background: #fff;
  padding: 7px 15px;
}
.c-card03__category--voice {
  margin: 0 0 12px;
}
.c-card03__category--voice .c-card03__category-item {
  color: #fff;
  background: #383232;
}
.c-card03__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-card03__title {
    font-size: 16px;
  }
}
.c-card03__name {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-card03__name {
    font-size: 14px;
  }
}
.c-card03__info {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .c-card03__info {
    font-size: 14px;
  }
}
.c-card04 {
  border-top: 4px solid #81D8D0;
}
.c-card04:nth-of-type(even) {
  border-color: #B666D2;
}
.c-card04__link {
  display: block;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-card04__link:hover {
  opacity: 0.6;
}
.c-card04__image-pic {
  position: relative;
  padding-top: 64.2%;
}
.c-card04__image-pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card04__text {
  padding-top: 20px;
}
.c-card04__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 12px;
}
.c-card04__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.c-card04__category-item {
  font-size: 12px;
  color: #fff;
  background: #383232;
  padding: 7px 15px;
}
.c-card04__date {
  font-family: "Roboto", serif;
  font-size: 16px;
  font-weight: 500;
  margin-left: auto;
}
.c-card04__title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-card04__title {
    font-size: 16px;
  }
}
.c-card04__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-card04__author-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  margin-right: 15px;
}
.c-card04__author-text {
  font-size: 16px;
}

/* その他 */
.c-category01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F7F7F7;
  border-radius: 17px;
  padding: 35px 50px;
}
@media screen and (max-width: 768px) {
  .c-category01 {
    display: block;
    padding: 30px 20px;
  }
}
.c-category01__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  font-size: 16px;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  .c-category01__head {
    text-align: center;
    padding: 0 0 40px;
  }
}
.c-category01__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
}
.c-category01__link {
  display: block;
  min-width: 110px;
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.c-category01__link:hover {
  opacity: 0.6;
}
.c-category01__link.is-active {
  color: #fff;
  background: #383232;
  pointer-events: none;
}
.c-category02 {
  margin-bottom: 40px;
}
.c-category02__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 30px;
}
@media screen and (max-width: 767px) {
  .c-category02__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px 0;
  }
}
.c-category02__item {
  width: 100%;
  max-width: 250px;
}
.c-category02__link {
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  border: 1px solid #CECECE;
  padding: 20px 10px;
  -webkit-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .c-category02__link {
    font-size: 14px;
    padding: 15px 10px;
  }
}
.c-category02__link:hover, .c-category02__link.is-active {
  color: #fff;
  background-color: #BC0D17;
}
.c-category02__link.is-active {
  pointer-events: none;
}

.nav-links {
  text-align: center;
}
.nav-links-wrap ul {
  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;
  gap: 0 25px;
}
@media screen and (max-width: 768px) {
  .nav-links-wrap ul {
    gap: 0 5%;
  }
}
.nav-links-wrap li {
  font-family: "Roboto", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #A5A5A5;
}
@media screen and (max-width: 768px) {
  .nav-links-wrap li {
    font-size: clamp(5px, 4vw, 16px);
  }
}
.nav-links-wrap li a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nav-links-wrap li a:hover {
  opacity: 0.6;
}
.nav-links-wrap li .current {
  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;
  width: 60px;
  height: 60px;
  color: #fff;
  background: #BC0D17;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .nav-links-wrap li .current {
    width: clamp(10px, 12vw, 54px);
    height: clamp(10px, 12vw, 54px);
  }
}
.nav-links-wrap li .prev, .nav-links-wrap li .next {
  display: inline-block;
  border: none;
  padding-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .nav-links-wrap li .prev img, .nav-links-wrap li .next img {
    width: clamp(3px, 2.5vw, 10px);
  }
}
.nav-links-wrap li .prev img {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.nav-links-wrap li .dots {
  display: inline-block;
  padding-bottom: 0.6rem;
}

.c-modal01, .c-modal01--full {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10001;
  max-width: 1250px;
  width: calc(100% - 80px);
  height: 80%;
  background: #F7F7F7;
  padding: 20px 55px 60px;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .c-modal01, .c-modal01--full {
    width: calc(100% - 40px);
    padding: 20px 25px 40px;
  }
}
.c-modal01--full {
  max-width: 100%;
  height: 95%;
}
.c-modal01__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}