@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;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-color: #F7F7F7;
}

main {
  padding-top: clamp(44px, 0px + 5.7291666667vw, 110px);
}
@media screen and (max-width: 1024px) {
  main {
    margin-top: 0;
  }
}

.l-header {
  width: 100%;
  position: absolute;
}
.l-header.is-transparent .l-header__container,
.l-header.is-transparent .l-header-nav {
  background-color: transparent;
}
.l-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: clamp(44px, 0px + 5.7291666667vw, 110px);
  padding: 0 20px 0 35px;
}
@media screen and (max-width: 1024px) {
  .l-header__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 70px;
    width: 100%;
    padding: 0 10px 0 20px;
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 1000;
  }
}
.l-header__container.is-open {
  background-color: #fff !important;
}
.l-header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10.4px, 0px + 1.3541666667vw, 26px);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header__logo-link:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .l-header__logo-link {
    gap: 15px;
  }
}
.l-header__logo-image {
  width: clamp(100.8px, 0px + 13.125vw, 252px);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 1024px) {
  .l-header__logo-image {
    width: 162px;
  }
}
.l-header__logo-label {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  padding: clamp(3.2px, 0px + 0.4166666667vw, 8px) clamp(5.2px, 0px + 0.6770833333vw, 13px);
  background-color: #BC0D17;
  color: #fff;
  font-size: clamp(5.6px, 0px + 0.7291666667vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .l-header__logo-label {
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.025em;
    padding: 5px 8px;
  }
}
.l-header.is-open .l-header-nav {
  background-color: #fff;
}
.l-header-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  padding: clamp(0px, 0px + 0vw, 0px) clamp(8px, 0px + 1.0416666667vw, 20px) clamp(0px, 0px + 0vw, 0px) clamp(22px, 0px + 2.8645833333vw, 55px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: clamp(44px, 0px + 5.7291666667vw, 110px);
}
@media screen and (max-width: 1024px) {
  .l-header-nav {
    position: static;
  }
}
.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%;
}
@media screen and (max-width: 1024px) {
  .l-header-nav__list {
    display: none;
  }
}
.l-header-nav__item {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: clamp(0px, 0px + 0vw, 0px) clamp(8px, 0px + 1.0416666667vw, 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: #C3C3C3;
  -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-size: clamp(10px, 6px + 0.5208333333vw, 16px);
  line-height: 1.5;
  letter-spacing: 0em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header-nav__link:hover {
  opacity: 0.6;
}
.l-header-child {
  display: none;
  position: fixed;
  top: clamp(44px, 0px + 5.7291666667vw, 110px);
  right: 0;
  z-index: 10;
  width: 100%;
  background: #F7F7F7;
}
.l-header-child__inner {
  padding: clamp(18px, 0px + 2.34375vw, 45px) clamp(30.4px, 0px + 3.9583333333vw, 76px) clamp(22px, 0px + 2.8645833333vw, 55px) clamp(22px, 0px + 2.8645833333vw, 55px);
}
.l-header-child__title {
  font-family: "Shippori Mincho", serif;
  display: block;
  font-size: clamp(16px, 10.6666666667px + 0.6944444444vw, 24px);
  line-height: 1.2083333333;
  letter-spacing: 0em;
  margin-bottom: clamp(10px, 0px + 1.3020833333vw, 25px);
}
.l-header-child__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.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: clamp(32px, 0px + 4.1666666667vw, 80px);
  font-size: clamp(10px, 7.3333333333px + 0.3472222222vw, 14px);
  line-height: 1.4285714286;
  letter-spacing: 0.025em;
  background: #fff;
  padding: clamp(10px, 0px + 1.3020833333vw, 25px) clamp(16px, 0px + 2.0833333333vw, 40px) clamp(10px, 0px + 1.3020833333vw, 25px) clamp(10px, 0px + 1.3020833333vw, 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: clamp(8.8px, 0px + 1.1458333333vw, 22px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 10px;
  background: url(../img/common/icon_chevron_r01.svg) no-repeat center/contain;
}
.l-header-entry {
  width: clamp(88px, 0px + 11.4583333333vw, 220px);
  margin-left: clamp(20px, 0px + 2.6041666667vw, 50px);
}
@media screen and (max-width: 1024px) {
  .l-header-entry {
    display: none;
  }
}
.l-header-entry__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: clamp(28px, 0px + 3.6458333333vw, 70px);
  font-family: "Outfit", serif;
  font-size: clamp(10px, 6px + 0.5208333333vw, 16px);
  line-height: 1.25;
  letter-spacing: 0.33em;
  font-weight: 500;
  color: #fff;
  background: #E6000D;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header-entry__link:hover {
  color: #E6000D;
  background-color: #fff;
  border: 1px solid #E6000D;
}
.l-header-entry__icon {
  margin-right: 10px;
}
.l-header-btn {
  position: relative;
  display: none;
  width: 70px;
  height: 70px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .l-header-btn {
    display: block;
  }
}
.l-header-btn__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 45px;
  height: 10px;
}
.l-header-btn__bar, .l-header-btn__bar--bottom, .l-header-btn__bar--top {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #B5B5B5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header-btn__bar--top {
  top: 0;
}
.l-header-btn__bar--bottom {
  bottom: 0;
}
.l-header-btn.is-open .l-header-btn__btn {
  width: 15px;
  height: 15px;
  left: 70%;
}
.l-header-btn.is-open .l-header-btn__bar--top {
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  top: 50%;
}
.l-header-btn.is-open .l-header-btn__bar--bottom {
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  top: 50%;
  bottom: auto;
}
.l-header-spnav {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: fixed;
  top: 70px;
  right: 0;
  z-index: 20;
  width: 100%;
  height: 100vh;
  color: #383232;
  background: #fff;
  padding: 60px 0 150px;
  overflow: hidden auto;
}
.l-header-spnav.is-open {
  opacity: 1;
  pointer-events: all;
}
.l-header-spnav__content {
  border-bottom: 1px solid #DBDBDB;
  padding: 0 48px 40px;
  margin-bottom: 40px;
}
.l-header-spnav__title {
  font-family: "Shippori Mincho", serif;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0.025em;
  margin-bottom: 20px;
  font-weight: 500;
  display: block;
}
.l-header-spnav__list {
  max-width: 650px;
}
.l-header-spnav__sub {
  position: relative;
  padding: 0 40px;
}
.l-header-spnav__sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -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: 15px;
  letter-spacing: 0.025em;
  font-weight: 500;
  position: relative;
  padding-left: 24px;
}
.l-header-spnav__sub-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13.5px;
  height: 13.5px;
  background: url(../img/common/icon_apple01.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.l-header-spnav__sub-link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-header-spnav__sub-link:hover {
  opacity: 0.6;
}

.l-entry {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-entry {
    display: block;
    position: fixed;
    bottom: 12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0 10px;
    width: 100%;
    max-width: 374px;
    z-index: 900;
  }
}
.l-entry__btn {
  width: 100%;
  height: 50px;
  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;
  background-color: #E6000D;
  padding: 10px;
}
.l-entry__link {
  color: #fff;
  font-size: 14px;
  line-height: 1.2857142857;
  letter-spacing: 0.33em;
  font-weight: 500;
  font-family: "Outfit", serif;
}

.l-cta {
  background: url(../img/common/bg_recruit_contact.png);
  background-position: bottom 0% left 45%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: clamp(56px, 0px + 7.2916666667vw, 140px) clamp(0px, 0px + 0vw, 0px);
}
@media screen and (max-width: 768px) {
  .l-cta {
    padding: 100px 0 105px;
  }
}
.l-cta__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .l-cta__container {
    gap: 20px;
  }
}
.l-cta__title {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(30px, 20px + 1.3020833333vw, 45px);
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-cta__title {
    font-size: 25px;
    line-height: 1.64;
    letter-spacing: 0.1em;
  }
}
.l-cta__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
@media screen and (max-width: 768px) {
  .l-cta__body {
    gap: 20px;
  }
}
.l-cta__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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  height: 220px;
  width: 220px;
  background-color: #BC0D17;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-cta__link:hover {
  opacity: 0.6;
}
.l-cta__link:hover .l-cta__link__icon {
  -webkit-transform: translate(3px, -3px);
          transform: translate(3px, -3px);
}
@media screen and (max-width: 768px) {
  .l-cta__link {
    height: 120px;
    width: 120px;
    gap: 12px;
  }
}
.l-cta__link__icon {
  width: 28px;
  height: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .l-cta__link__icon {
    width: 24px;
  }
}
.l-cta__link__txt {
  font-family: "Outfit", serif;
  font-weight: 300;
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 768px) {
  .l-cta__link__txt {
    font-size: 12px;
    line-height: 1.25;
    letter-spacing: 0.3em;
  }
}
.l-cta__txt {
  text-align: center;
  color: #fff;
  font-size: clamp(14px, 11.3333333333px + 0.3472222222vw, 18px);
  line-height: 2.0555555556;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 768px) {
  .l-cta__txt {
    font-size: 13px;
    line-height: 1.9230769231;
    letter-spacing: 0.025em;
  }
}

.l-footer {
  background: #222222;
}
.l-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer-head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42%;
          flex: 0 0 42%;
  padding: clamp(62px, 0px + 8.0729166667vw, 155px) clamp(66px, 0px + 8.59375vw, 165px) clamp(71.2px, 0px + 9.2708333333vw, 178px) clamp(0px, 0px + 0vw, 0px);
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer-head {
    padding: 70px 0 60px;
  }
}
.l-footer-head__container {
  display: table;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  .l-footer-head__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}
.l-footer-head__logo {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer-head__logo {
    max-width: 210px;
    margin: 0 auto 30px;
  }
}
.l-footer-head__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer-head__info {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer-head__icon {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .l-footer-head__icon {
    margin-right: 15px;
  }
}
.l-footer-head__text {
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: 0.025em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer-head__text {
    font-size: 12px;
    line-height: 1.5833333333;
    letter-spacing: 0.025em;
  }
}
.l-footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .l-footer-sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 30px 0 0;
  }
}
.l-footer-sns__link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-footer-sns__link:hover {
  opacity: 0.6;
}
.l-footer-body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58%;
          flex: 0 0 58%;
  background: #1D1D1D;
  padding: clamp(62px, 0px + 8.0729166667vw, 155px) clamp(60px, 0px + 7.8125vw, 150px) clamp(26px, 0px + 3.3854166667vw, 65px) clamp(77.2px, 0px + 10.0520833333vw, 193px);
}
@media screen and (max-width: 768px) {
  .l-footer-body {
    padding: 60px 20px 120px;
  }
}
.l-footer-body__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(54px, 0px + 7.03125vw, 135px);
}
@media screen and (max-width: 768px) {
  .l-footer-body__container {
    gap: 30px;
    margin: 0 auto;
    max-width: 500px;
  }
}
.l-footer-nav__content {
  color: #fff;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-footer-nav__content {
    margin-bottom: 30px;
  }
}
.l-footer-nav__title {
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.025em;
  color: #fff;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .l-footer-nav__title {
    font-size: 14px;
    line-height: 1.5714285714;
    letter-spacing: 0.025em;
    margin-bottom: 20px;
  }
}
.l-footer-nav__title-link {
  position: relative;
}
.l-footer-nav__title-link::after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #E6000D;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.l-footer-nav__title-link:hover::after {
  width: 100%;
}
.l-footer-nav__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.l-footer-nav__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(20px, 0px + 2.6041666667vw, 50px);
  margin-bottom: 40px;
}
.l-footer-nav__sub:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-footer-nav__sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
}
.l-footer-nav__sub-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 0px + 2.6041666667vw, 50px);
}
@media screen and (max-width: 768px) {
  .l-footer-nav__sub-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.l-footer-nav__sub-item {
  font-size: 16px;
  line-height: 1.375;
  letter-spacing: 0.025em;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-footer-nav__sub-item {
    font-size: 14px;
  }
}
.l-footer-nav__sub-link {
  position: relative;
}
.l-footer-nav__sub-link::after {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #E6000D;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.l-footer-nav__sub-link:hover::after {
  width: 100%;
}
.l-footer .c-list-nav01--recruit {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.l-footer .c-list-nav01--recruit__item::before {
  background: #7B7474;
}
.l-footer-copy {
  text-align: right;
}
.l-footer-copy__text {
  font-size: 14px;
  line-height: 1.5714285714;
  letter-spacing: 0.025em;
  color: #A5A5A5;
}
@media screen and (max-width: 768px) {
  .l-footer-copy__text {
    font-size: 11px;
    line-height: 2;
    letter-spacing: 0.025em;
  }
}

.l-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #DDDDDD;
}
.l-breadcrumb__item {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  .l-breadcrumb__item {
    font-size: 12px;
  }
}
.l-breadcrumb__item:not(:last-of-type) {
  position: relative;
  padding: 0 34px 0 12px;
  color: #E6000D;
}
@media screen and (max-width: 768px) {
  .l-breadcrumb__item:not(:last-of-type) {
    padding-right: 24px;
    padding-left: 10px;
  }
}
.l-breadcrumb__item:not(:last-of-type)::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #E6000D;
  position: absolute;
  top: 0.55em;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l-breadcrumb__item:not(:last-of-type)::before {
    width: 5px;
    height: 5px;
  }
}
.l-breadcrumb__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 0.5em;
  right: 15px;
  width: 6px;
  height: 10px;
  background: url(../img/common/icon_chevron_r01.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .l-breadcrumb__item:not(:last-of-type)::after {
    width: 4px;
    height: 8px;
    right: 10px;
  }
}
.l-breadcrumb__link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.l-breadcrumb__link:hover {
  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 60px 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;
}