@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Klee+One:wght@400;600&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
body {
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #473521;
  background: #231D16;
  scroll-behavior: smooth;
  position: relative;
  width: 100vw;
  height: 100dvh;
}
@media (max-width: 480px) {
  body {
    height: auto;
  }
}
body::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/global/bg/body-bg-3840.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1920px) {
  body::before {
    background-image: url(../images/global/bg/body-bg-1920.png);
  }
}
@media (max-width: 1440px) {
  body::before {
    background-image: url(../images/global/bg/body-bg-1440.png);
  }
}
@media (max-width: 1280px) {
  body::before {
    background-image: url(../images/global/bg/body-bg-1280.png);
  }
}
@media (max-width: 1024px) {
  body::before {
    background-image: url(../images/global/bg/body-bg-1024.png);
  }
}
@media (max-width: 768px) {
  body::before {
    background-image: url(../images/global/bg/body-bg-768.png);
  }
}
@media (max-width: 480px) {
  body::before {
    display: none;
  }
}

body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

button {
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  cursor: pointer;
}

.skew-text {
  display: inline-block;
  transform: skewX(-8deg);
}

.inner {
  width: 86%;
  margin: 0 auto;
  position: relative;
}

main {
  max-width: 390px;
  margin: 0 auto;
  background: #ECE5D8;
  height: calc(100dvh - 50px);
  overflow-y: scroll;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow-x: hidden;
}
@media (max-width: 480px) {
  main {
    position: fixed;
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
    height: 100dvh;
  }
}

main.is-fixed {
  overflow: hidden;
}

.section-inner {
  padding: 50px 0;
}

.section-title {
  margin-bottom: 2.5rem;
}
.section-title__head {
  margin-bottom: 1rem;
}
.section-title__decoration {
  display: flex;
  gap: 0 0.1875rem;
  align-items: center;
}
.section-title__decoration img {
  width: 14px;
  height: auto;
  opacity: 0.7;
}
.section-title__label {
  font-size: 0.875rem;
  font-weight: 700;
  color: #D06500;
  letter-spacing: 0.16em;
}
.section-title__ja {
  font-size: 1.875rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.16em;
  margin-bottom: 1rem;
}
@media (max-width: 350px) {
  .section-title__ja {
    font-size: 1.675rem;
  }
}
.section-title__en {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 800;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.125;
  opacity: 0.8;
}
.section-title.center .section-title__decoration {
  justify-content: center;
}
.section-title.center .section-title__texts {
  text-align: center;
}

.letter-body {
  letter-spacing: 0.1em;
  line-height: 1.625;
}
.letter-body p {
  margin-bottom: 1.25rem;
  font-weight: 700;
  color: #574633;
}

.marker {
  display: inline-block;
  font-weight: inherit;
  position: relative;
}
.marker::before {
  content: "";
  width: 100%;
  height: 38%;
  background: #C39C00;
  opacity: 0.4;
  position: absolute;
  left: -0.125rem;
  bottom: 0;
  transform: skewX(-8deg);
  z-index: -1;
}

.btn-design {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #D06500;
  height: 65px;
  border-radius: 32.5px;
  padding: 0 10px;
  width: 100%;
  overflow: hidden;
  transition: all 0.4s;
}
.btn-design__icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #473521;
}
.btn-design__arrow {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: relative;
}
.btn-design__arrow img {
  width: auto;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.btn-design__text {
  display: inline-block;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #fff;
  position: relative;
  transition: transform 0.4s ease-in-out;
}
.btn-design__text::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(65px);
  white-space: nowrap;
}
.btn-design:hover {
  filter: brightness(1.1);
}
.btn-design:hover .btn-design__text {
  transform: translateY(-65px);
}
.btn-design:hover .btn-design__arrow img {
  right: 7px;
}

.btn-design__small {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #D06500;
  height: 50px;
  border-radius: 25px;
  padding: 0 7px;
  width: 100%;
  overflow: hidden;
  transition: all 0.4s;
}
.btn-design__small__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #473521;
}
.btn-design__small__arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: relative;
}
.btn-design__small__arrow img {
  width: auto;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  transition: all 0.4s;
}
.btn-design__small__text {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  position: relative;
  transition: transform 0.4s ease-in-out;
}
.btn-design__small__text::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(50px);
  white-space: nowrap;
}
.btn-design__small:hover {
  filter: brightness(1.1);
}
.btn-design__small:hover .btn-design__small__text {
  transform: translateY(-50px);
}
.btn-design__small:hover .btn-design__small__arrow img {
  right: 7px;
}

.carousel {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.carousel__wrapper {
  overflow: hidden;
  position: relative;
}
.carousel__track {
  display: flex;
  transition: transform 0.3s ease;
}
.carousel__slide {
  flex-shrink: 0;
}
.carousel__pagination {
  display: flex;
  margin-top: 1rem;
  gap: 0 1.25rem;
}
.carousel__pagination .carousel__btn {
  cursor: pointer;
}
.carousel__pagination .carousel__btn img {
  transition: all 0.2s;
}
.carousel__pagination .carousel__btn:not(:disabled) img {
  opacity: 0.7;
}
.carousel__pagination .carousel__btn:disabled {
  cursor: not-allowed;
}
.carousel__pagination .carousel__btn:disabled img {
  opacity: 0.6;
  filter: brightness(90%);
}

.header {
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.header__inner {
  width: 100%;
  padding: 1.25rem 1rem;
  display: flex;
  justify-content: space-between;
}
.header__logo {
  width: 120px;
  transition: opacity 0.3s;
}
.header__logo:hover {
  opacity: 0.8;
}

.hamburger {
  width: 50px;
  height: 50px;
  background: #D06500;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3px;
  transition: all 0.4s;
}
.hamburger__icon {
  transition: all 0.4s;
  display: block;
  width: 14px;
  height: 15px;
  background: url(../images/icons/book-icon.svg) no-repeat center center/cover;
}
.hamburger__label {
  font-size: 0.625rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.02em;
  transition: all 0.4s;
  position: relative;
}
.hamburger__label::after {
  transition: all 0.4s;
  content: attr(data-ja);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  opacity: 0;
}
.hamburger.is-open .hamburger__icon {
  background: url(../images/icons/book-open.svg) no-repeat center center/cover;
}
.hamburger.is-open .hamburger__label {
  color: transparent;
}
.hamburger.is-open .hamburger__label::after {
  opacity: 1;
  color: #fff;
}
.hamburger:hover {
  opacity: 0.7;
}

.fv {
  width: 100%;
  height: 844px;
  position: relative;
  background: #111;
}
@media screen and (max-height: 900px) {
  .fv {
    height: calc(100dvh - 50px);
  }
}
@media (max-width: 480px) {
  .fv {
    height: 100dvh;
  }
}
.fv__inner {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.fv__slider {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.fv-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}
.fv__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fv__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
}
.fv__catch-copy {
  position: absolute;
  inset: auto auto 24px 24px;
  color: #fff;
}
@media (max-width: 350px) {
  .fv__catch-copy {
    inset: auto auto 20px 14px;
  }
}
.fv__catch-copy__target {
  opacity: 0.9;
  padding-bottom: 0.6875rem;
  padding-left: 0.3rem;
  width: 220px;
}
.fv__catch-copy__main {
  padding-bottom: 1rem;
}
.fv__catch-copy__main .skew-text {
  font-weight: 900;
  font-size: 2.625rem;
  letter-spacing: 0.03em;
}
@media (max-width: 350px) {
  .fv__catch-copy__main .skew-text {
    font-size: 2.2rem;
  }
}
.fv__catch-copy__main .skew-text:first-child {
  padding-left: 0.2rem;
}
.fv__catch-copy__main .fv__br {
  display: block;
  padding-bottom: 0.875rem;
}
.fv__catch-copy__sub {
  font-weight: 500;
  opacity: 0.8;
  font-size: 0.875rem;
  max-width: 300px;
  line-height: 1.4375;
  letter-spacing: 0.02em;
}
@media (max-width: 350px) {
  .fv__catch-copy__sub {
    width: 90%;
  }
}
.fv__catch-copy__line {
  transform: skewX(-8deg);
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.swiper-slide-active .slide_img,
.swiper-slide-duplicate-active .slide_img,
.swiper-slide-prev .slide_img {
  animation: zoomUp 12s linear 0s 1 normal both;
}

.about {
  position: relative;
}
.about::before {
  content: "";
  width: 100%;
  padding-top: 150%;
  display: block;
  background: url(../images/parts/about/about.jpg) no-repeat center center/cover;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 0;
}
.about__main-contents {
  background: url(../images/parts/about/about-bg.jpg) no-repeat center center/cover;
  z-index: 1;
  position: relative;
}
.about__section-title {
  color: #fff;
}
.about__section-title .section-title__label {
  color: #fff;
  opacity: 0.8;
}
.about .section-title__texts {
  padding-top: 2rem;
}
.about__section-title__parts {
  width: 215px;
  margin-bottom: 0.625rem;
  margin-left: 0.4rem;
}
.about__section-title__sub {
  font-weight: 700;
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.16em;
  margin-bottom: 0.375rem;
  padding-left: 0.25rem;
}
.about__section-title__sub--small {
  font-weight: inherit;
  font-size: 0.875em;
}
.about__section-title__main {
  font-weight: 900;
  font-size: 1.875rem;
  display: block;
  letter-spacing: 0.16em;
}
.about__letter p {
  color: #fff;
  font-weight: 400;
  margin-bottom: 1.5em;
}
.about__letter img {
  width: 280px;
  margin-bottom: 1.5em;
}
@media (max-width: 350px) {
  .about__letter img {
    width: 100%;
  }
}

.feature {
  padding-bottom: 50px;
}
.feature__inner {
  padding-bottom: 1rem;
}
.feature .carousel--feature .carousel__track {
  padding-left: 7%;
  gap: 0 1.25rem;
}
.feature .carousel--feature .carousel__pagination {
  padding-left: 7%;
}
.feature .carousel--feature__slide {
  width: 280px;
  height: 450px;
  position: relative;
  color: #fff;
  border-radius: 6px;
  margin-bottom: 10px;
  overflow: hidden;
}
.feature .carousel--feature__slide:hover .carousel--feature__slide__bg {
  transform: scale(1.05);
}
.feature .carousel--feature__slide__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.4s;
}
.feature .carousel--feature__slide:nth-child(1) .carousel--feature__slide__bg {
  background: url(../images/parts/feature/feature-1.jpg) no-repeat center center/cover;
}
.feature .carousel--feature__slide:nth-child(2) .carousel--feature__slide__bg {
  background: url(../images/parts/feature/feature-2.jpg) no-repeat center center/cover;
}
.feature .carousel--feature__slide:nth-child(3) .carousel--feature__slide__bg {
  background: url(../images/parts/feature/feature-3.jpg) no-repeat center center/cover;
}
.feature .carousel--feature__slide__inner {
  padding: 0.875rem;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.feature .carousel--feature__slide__num {
  width: auto;
  height: 40px;
  margin-bottom: 1rem;
}
.feature .carousel--feature__slide__head {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.45;
  margin-bottom: 0.625rem;
}
.feature .carousel--feature__slide__text {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  line-height: 1.4;
  opacity: 0.8;
  margin-bottom: 1rem;
}

.service {
  position: relative;
}
.service__main-content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.service__bg {
  width: 100%;
  height: 100dvh;
  background: url(../images/parts/service/service-bg.jpg) no-repeat center center/cover;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  transition: transform 0.3s, position 0.3s;
}
.service__inner {
  position: relative;
}
.service .section-title__label {
  color: #fff;
  opacity: 0.8;
  font-weight: 500;
}
.service .section-title__texts {
  color: #fff;
}
.service .section-title__ja {
  font-weight: 700;
}
.service .section-title__en {
  opacity: 0.6;
  font-weight: 500;
  line-height: 1.2;
}
.service__letter p {
  font-weight: 400;
  color: #fff;
}
.service__list {
  padding: 2rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 0;
}
.service__item {
  width: 100%;
}
.service__attention {
  background: #D06500;
  padding: 1.625rem 0 2.25rem;
  position: relative;
}
.service__attention::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/parts/service/service-noise.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
.service__attention__inner {
  position: relative;
}
.service__attention img {
  margin: 0 auto 1rem;
  width: 30px;
}
.service__attention__letter {
  text-align: center;
  color: #fff;
  line-height: 1.625;
  letter-spacing: 0.1em;
}
.service__attention__letter p {
  font-weight: 500;
}
.service__attention__letter p:not(:last-child) {
  padding-bottom: 1rem;
}

.mentor-more {
  background: #DBDFD0;
  position: relative;
}
.mentor-more::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/parts/mentor-more/mentor-more-bg.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
.mentor-more__inner {
  position: relative;
}
.mentor-more__letter {
  text-align: center;
}
.mentor-more__btn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 0;
  margin-top: 2.4rem;
}
.mentor-more__btn {
  width: 100%;
}

.voice__inner {
  padding-bottom: 2rem;
}
.voice .carousel--voice {
  padding-bottom: 110px;
}
.voice .carousel--voice .carousel__wrapper {
  overflow: visible;
  width: 86%;
  margin: 0 auto;
}
.voice .carousel--voice .carousel__pagination {
  padding-left: 7%;
}
.voice .carousel--voice .carousel__track {
  gap: 0 50px;
}
.voice .carousel--voice .carousel__pagination {
  margin-top: 1.5rem;
}
.voice .carousel--voice__slide {
  width: 100%;
  background: #FFF;
  border-radius: 1rem;
  position: relative;
}
.voice .carousel--voice__slide__inner {
  padding: 2rem 1.8rem;
}
.voice .carousel--voice__slide__head {
  font-size: 1.3rem;
  letter-spacing: 0.16em;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  padding-bottom: 0.6rem;
}
.voice .carousel--voice__slide__head::after {
  content: "";
  width: calc(100% + 4px);
  height: 2px;
  background: url(../images/parts/voice/voice-border.svg) no-repeat center center/cover;
  position: absolute;
  left: -2px;
  bottom: 0;
}
.voice .carousel--voice__slide__text {
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: 500;
  padding-top: 0.875rem;
  padding-right: 2rem;
  padding-bottom: 1.625rem;
  letter-spacing: 0.1em;
}
.voice .carousel--voice__slide__name span {
  font-weight: 500;
  letter-spacing: 0.16em;
}
.voice .carousel--voice__slide__name span:last-child {
  font-size: 0.875rem;
  opacity: 0.6;
}
.voice .carousel--voice__slide__img {
  width: 108px;
  position: absolute;
  right: -19px;
  bottom: -80px;
}

.qa {
  position: relative;
}
.qa::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 81%;
  background: url(../images/parts/qa/qa-parts.jpg) no-repeat center center/cover;
  position: sticky;
  top: 0;
  left: 0;
}
.qa__main-contents {
  position: relative;
  background: #ECE5D8;
}
.qa__letter p {
  text-align: center;
}
.qa__list {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1rem;
  gap: 1.25rem 0;
}
.qa__item {
  width: 100%;
  background: #FFF;
  border-radius: 1rem;
}
.qa__item__q, .qa__item__a {
  padding: 1.25rem 1.875rem;
}
.qa__item__q {
  border-bottom: 1px solid rgba(71, 53, 33, 0.2);
}
.qa__item__q__num {
  display: inline-block;
  font-size: 1.875rem;
  font-weight: 900;
  color: #D06500;
  letter-spacing: 0.1em;
  position: relative;
  padding-right: 7px;
}
.qa__item__q__num::after {
  content: ".";
  position: absolute;
  right: 0;
}
.qa__item__q__head {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
.qa__item__q__head span {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  display: inline-block;
  position: relative;
  line-height: 1.6;
}
.qa__item__q__head span::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #473521;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.4;
}
.qa__item__a__head {
  display: flex;
  gap: 0 0.5rem;
  align-items: end;
  padding-bottom: 0.75rem;
}
.qa__item__a__head span {
  display: inline-block;
}
.qa__item__a__head span:first-child {
  font-size: 1.6rem;
  -webkit-text-stroke: 1px #D06500;
  color: transparent;
  font-weight: 900;
}
.qa__item__a__head span:last-child {
  font-size: 1.125rem;
  font-weight: 700;
  padding-bottom: 0.1rem;
  letter-spacing: 0.1em;
}
.qa__item__a__text {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding-bottom: 0.4rem;
}

.flow {
  background: linear-gradient(to bottom, #3A2813, #1D1104);
  position: relative;
}
.flow__inner {
  padding: 50px 0 26px;
}
.flow::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/parts/flow/flow-bg.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
.flow__letter {
  position: relative;
}
.flow__letter p {
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.flow .section-title__ja {
  font-weight: 700;
  color: #fff;
}
.flow .section-title__en {
  opacity: 0.6;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
.flow .carousel--flow {
  position: relative;
  padding-bottom: 50px;
}
.flow .carousel--flow::before {
  content: "";
  width: 140%;
  height: 100%;
  -webkit-clip-path: circle(90% at 50% 100%);
          clip-path: circle(90% at 50% 100%);
  position: absolute;
  background: #ECE5D8;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.flow .carousel--flow .carousel__wrapper {
  overflow: visible;
  width: 86%;
  margin: 0 auto;
}
.flow .carousel--flow .carousel__track {
  gap: 0 50px;
}
.flow .carousel--flow .carousel__pagination {
  justify-content: center;
  position: relative;
}
.flow .carousel--flow__slide {
  width: 100%;
}
.flow .carousel--flow__slide__img {
  width: 190px;
  margin: 0 auto;
}
.flow .carousel--flow__slide__head {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding: 1rem 0;
}
.flow .carousel--flow__slide__text {
  font-size: 0.875rem;
  letter-spacing: 0.16em;
  padding-bottom: 1.4rem;
  line-height: 1.5;
  font-weight: 500;
}

.contact {
  background: url(../images/parts/contact/contact-bg.jpg) no-repeat center center/cover;
}
.contact__inner {
  padding-bottom: 70px;
}
.contact .section-title__label {
  color: #fff;
  opacity: 0.8;
  font-weight: 500;
}
.contact .section-title__texts {
  color: #fff;
}
.contact .section-title__ja {
  font-weight: 700;
}
.contact .section-title__en {
  opacity: 0.6;
  font-weight: 500;
  line-height: 1.2;
}
.contact__letter {
  text-align: center;
  padding-bottom: 40px;
}
.contact__letter p {
  font-weight: 400;
  color: #fff;
}

.afterword {
  position: relative;
}
.afterword__main-content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.afterword__bg {
  width: 100%;
  height: 100dvh;
  background: url(../images/parts/afterword/afterword-bg.jpg) no-repeat center center/cover;
  position: sticky;
  top: 0;
  left: 0;
  z-index: -1;
  transition: transform 0.3s, position 0.3s;
}
.afterword__inner {
  position: relative;
}
.afterword__head, .afterword__letter, .afterword__name {
  font-family: "Klee One", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  font-weight: 600;
}
.afterword__head {
  font-size: 1.625rem;
  line-height: 1.6;
  margin-bottom: 2.4rem;
}
.afterword__letter {
  line-height: 1.6;
}
.afterword__letter p {
  color: #fff;
  margin-bottom: 2rem;
  font-weight: 400;
}
.afterword__name {
  padding-top: 50px;
  padding-bottom: 400px;
}
.afterword .section-title__label {
  color: #fff;
  font-family: "Klee One", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  opacity: 0.6;
}

.footer {
  background: #20180E;
  color: #fff;
  position: relative;
}
.footer__logo {
  display: inline-block;
  width: 200px;
  margin-bottom: 50px;
}
.footer__logo img {
  transition: all 0.3s;
  width: 100%;
}
.footer__logo:hover img {
  opacity: 0.4;
}
.footer__contents__head {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
  transform: skewX(-8deg);
  opacity: 0.4;
  position: relative;
  margin-bottom: 1.75rem;
}
.footer__contents__head::after {
  content: "";
  width: calc(100% - 166px);
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  opacity: 0.5;
}
.footer__contents__head span {
  font-family: "Zen Kaku Gothic New", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.75rem;
  display: inline-block;
  padding-left: 4px;
}
.footer__nav {
  padding-bottom: 40px;
  position: relative;
}
.footer__nav::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.2;
}
.footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem 0;
}
.footer__nav ul li {
  width: 100%;
  overflow: hidden;
}
.footer__nav a {
  font-size: 1.125rem;
  opacity: 0.9;
  line-height: 1.4;
  display: inline-block;
  padding-left: 2.2rem;
  letter-spacing: 0.1em;
  position: relative;
  transition: all 0.3s;
}
.footer__nav a::before {
  content: attr(data-num);
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  padding-top: 2px;
  font-weight: 500;
  opacity: 0.7;
  transition: all 0.6s;
}
.footer__nav a:hover {
  opacity: 0.7;
  letter-spacing: 0.125em;
}
.footer__nav a:hover::before {
  letter-spacing: 0.1em;
}
.footer__sns {
  padding: 28px 0;
}
.footer__sns ul {
  display: flex;
  gap: 0 1rem;
}
.footer__sns ul a {
  transition: all 0.3s;
}
.footer__sns ul a:hover {
  opacity: 0.6;
}
.footer__sns ul img {
  width: 32px;
}
.footer__legal {
  padding-bottom: 32px;
  position: relative;
}
.footer__legal::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #FFF;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.2;
}
.footer__legal ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 0;
}
.footer__legal ul li {
  width: 100%;
}
.footer__legal ul li a {
  font-size: 0.875rem;
  line-height: 1.625;
  letter-spacing: 0.1em;
  font-weight: 500;
  opacity: 0.6;
  transition: all 0.4s;
}
.footer__legal ul li a:hover {
  opacity: 0.4;
}
.footer__copyright {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  opacity: 0.4;
  padding-top: 1.4rem;
}

.page-top-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.6rem;
  background: #D06500;
  padding: 1rem 0;
  transition: all 0.4s;
}
.page-top-btn:hover img {
  transform: translateY(-4px);
}
.page-top-btn:hover span {
  opacity: 0.7;
}
.page-top-btn img {
  transition: all 0.4s;
  width: 25px;
}
.page-top-btn span {
  transition: all 0.4s;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  display: inline-block;
  padding-top: 0.3rem;
  color: #fff;
  letter-spacing: 0.1em;
}

.drawer {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  height: calc(100dvh - 50px);
  background: #20180E;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease;
  color: #fff;
  overflow: scroll;
  padding-top: 60px;
  padding-bottom: 120px;
}
@media (max-width: 480px) {
  .drawer {
    padding-top: 130px;
    margin: 0 auto;
    height: 100dvh;
    position: relative;
  }
}
.drawer::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/parts/drawer/drawer-bg.png) no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.drawer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.drawer__cta {
  position: absolute;
  width: 100%;
  max-width: 390px;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: rgba(32, 24, 14, 0.9);
  padding: 1rem 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease;
}
.drawer__cta__decoration {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  color: #fff;
  opacity: 0.8;
  text-align: center;
  margin-bottom: 0.6rem;
}
.drawer__cta.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.drawer .footer__copyright {
  padding-bottom: 80px;
}

.modal {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  height: calc(100dvh - 50px);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.4s ease;
  overflow: hidden;
}
@media (max-width: 480px) {
  .modal {
    position: fixed;
    margin: 0 auto;
    height: 100dvh;
    width: 100vw;
    max-width: initial;
    left: 0;
    bottom: 0;
    transform: translateX(0);
  }
}
.modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.modal__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: rgba(32, 24, 14, 0.85);
}
.modal__content {
  background: #ECE5D8;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 94%;
  border-radius: 20px 20px 0 0;
  overflow-y: scroll;
}
.modal__content__inner {
  padding-top: 30px;
}
.modal__close--circle {
  width: 50px;
  height: 50px;
  background: #D06500;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  right: 5%;
  top: 5%;
}
.modal__close__wrap {
  padding: 26px 0 30px;
}

.profile {
  padding-top: 1rem;
  padding-bottom: 2rem;
}
.profile__head {
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(71, 53, 33, 0.6);
  margin-bottom: 1.25rem;
}
.profile-info__list {
  padding-top: 1.6rem;
}
.profile-info__item {
  display: flex;
  align-items: center;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(71, 53, 33, 0.2);
  gap: 0 1rem;
}
.profile-info__item.no-flex {
  display: block;
}
.profile-info__item.no-flex .profile-info__head {
  margin-bottom: 0.6rem;
}
.profile-info__head {
  display: inline-block;
  font-weight: 500;
  opacity: 0.6;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  padding: 0.2rem 0.6rem;
  border: 1px solid rgba(71, 53, 33, 0.6);
}
.profile-info__data {
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.6;
}

.skill {
  padding-top: 50px;
  padding-bottom: 30px;
}
.skill__head {
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 1.25rem;
  letter-spacing: 0.1em;
}
.skill__list__item {
  padding-bottom: 2.5rem;
}
.skill__list__item:last-child {
  padding-bottom: 0;
}
.skill__list__head {
  font-size: 1.25rem;
  font-weight: 700;
  opacity: 0.7;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(71, 53, 33, 0.6);
}
.skill__list__parts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
.skill__list__parts li {
  width: calc((100% - 20px) / 2);
}

.legal-page__inner {
  padding: 30px 0;
}

.legal-contents__item {
  padding-bottom: 2rem;
}
.legal-contents__item__head {
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(71, 53, 33, 0.6);
  margin-bottom: 1.25rem;
}
.legal-contents .letter-body p {
  font-size: 0.875rem;
}

.legal-info__item {
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(71, 53, 33, 0.6);
  margin-bottom: 1.8rem;
}
.legal-info__term {
  font-weight: 500;
  opacity: 0.6;
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
}
.legal-info__desc {
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.6;
}/*# sourceMappingURL=mentor-lp.css.map */