@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/*================================================================
リセットCSS
================================================================*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

body {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #463C33;
  font-size: 16px;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Noto Serif JP", serif;
}

a {
  color: #463C33;
}

img {
  vertical-align: top;
  object-fit: cover;
}

main {
  flex: 1;
}

hr {
  border-top: 1px solid #FFF;
  display: block;
  width: 100%;
}

.l-inner {
  width: 1080px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .l-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .l-inner {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 90px;
}
@media (max-width: 767px) {
  .header {
    padding: 0 20px;
    height: 70px;
    background: #fff;
  }
}

.header__logo {
  width: 126px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .header__r {
    display: none;
  }
}

.header__links {
  display: flex;
  align-items: center;
}

.header__link + .header__link {
  margin-left: 25px;
}

.header__a {
  font-size: 20px;
  letter-spacing: 0.1em;
  transition: all 0.3s;
}
.header__a:hover {
  opacity: 0.7;
}

.p-drawer-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
}
@media (max-width: 767px) {
  .p-drawer-icon {
    display: block;
  }
}
.p-drawer-icon.is-active .p-drawer-icon-bar1 {
  top: 8px;
  transform: rotate(-45deg);
}
.p-drawer-icon.is-active .p-drawer-icon-bar2 {
  top: 8px;
  display: none;
}
.p-drawer-icon.is-active .p-drawer-icon-bar3 {
  top: 8px;
  transform: rotate(45deg);
}

.p-drawer-icon-bars {
  width: 32px;
  height: 20px;
  display: block;
  position: relative;
}

.p-drawer-icon-bar1,
.p-drawer-icon-bar2,
.p-drawer-icon-bar3 {
  position: absolute;
  width: 32px;
  height: 4px;
  background: #000;
  top: 0;
  left: 0;
  border-radius: 5px;
}

.p-drawer-icon-bar1 {
  top: 0;
}

.p-drawer-icon-bar2 {
  top: 8px;
}

.p-drawer-icon-bar3 {
  top: 16px;
}

.p-drawer-content {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 70px;
  right: 0;
  z-index: 290;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
}
.p-drawer-content.is-active {
  transform: translateX(0);
}

.p-drawer-content-item {
  border-bottom: 1px dotted #000000;
  text-align: center;
}
.p-drawer-content-item a {
  display: block;
  color: #000000;
  padding: 18px 20px;
  position: relative;
  transition: all 0.3s;
}
.p-drawer-content-item a:hover {
  opacity: 0.7;
}

.p-drawer-content-item .header__a {
  font-size: 16px;
}

.footer {
  padding-top: 134px;
  padding-bottom: 20px;
  background: #2A2725;
}

.footer__logo {
  width: 126px;
  max-width: 100%;
  margin: auto;
}

.footer__links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 54px;
  margin-bottom: 54px;
}
@media (max-width: 767px) {
  .footer__links {
    flex-direction: column;
  }
}

.footer__link + .footer__link {
  margin-left: 24px;
}
@media (max-width: 767px) {
  .footer__link + .footer__link {
    margin-left: 0;
    margin-top: 24px;
  }
}

.footer__a {
  color: #FFF;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  transition: all 0.3s;
}
.footer__a:hover {
  opacity: 0.7;
}

.footer__snsItems {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 50px;
  border-bottom: 2px solid #F0F2F2;
  margin-bottom: 105px;
}

.footer__snsItem + .footer__snsItem {
  margin-left: 20px;
}

.footer__snsImg {
  width: 50px;
  max-width: 100%;
}

.footer__copy {
  color: #FFF;
  font-size: 12px;
  text-align: center;
}

.fv {
  position: relative;
}

.fv__logo {
  width: 126px;
  max-width: 100%;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.fv_copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFF;
  font-size: clamp(1.375rem, 0.728rem + 2.65vw, 2rem);
  line-height: 1;
  width: 100%;
  text-shadow: 2px 2px 12px #000;
}

.about {
  background: url(../assets/img/about_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 130px;
  padding-bottom: 104px;
}

.about__title {
  width: 166px;
  max-width: 100%;
  margin: auto;
}

.about__text {
  margin-top: clamp(3.75rem, 2.357rem + 5.71vw, 7.5rem);
  margin-bottom: clamp(4.375rem, 3.539rem + 3.43vw, 6.625rem);
  font-size: clamp(1.188rem, 0.7rem + 2vw, 2.5rem);
  line-height: 2;
  letter-spacing: 0.3em;
  text-align: center;
}

.about__btn {
  display: block;
  margin: auto;
  background: #94877B;
  padding: 10px 0;
  width: 236px;
  max-width: 100%;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #F0F2F2;
  border: 1px solid #94877B;
  transition: all 0.3s;
}
.about__btn:hover {
  color: #94877B;
  background: #F0F2F2;
}

.review {
  padding-top: 84px;
}

.title {
  font-size: clamp(1.75rem, 1.471rem + 1.14vw, 2.5rem);
  font-weight: bold;
  text-align: center;
}

.review__contents-top {
  margin-top: 80px;
  margin-bottom: -70px;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .review__contents-top {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .review__contents-top {
    margin-bottom: 0;
  }
}

.review__content {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .review__content {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .review__content {
    flex-direction: column-reverse;
  }
}
.review__content + .review__content {
  margin-top: -115px;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .review__content + .review__content {
    margin-top: 0;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .review__content + .review__content {
    margin-top: 0;
    margin-top: 40px;
  }
}

.review__contents-bottomWrap {
  padding-bottom: 60px;
  background: rgba(221, 213, 192, 0.5);
  margin: 0 calc(50% - 50vw);
  position: relative;
  z-index: -2;
}
@media (max-width: 767px) {
  .review__contents-bottomWrap {
    margin-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .review__contents-bottomWrap {
    position: unset;
    background: unset;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .review__contents-bottomWrap {
    position: unset;
    background: unset;
    margin-top: 40px;
  }
}

.review__contents-bottom .review__content {
  flex-direction: row-reverse;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .review__contents-bottom .review__content {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .review__contents-bottom .review__content {
    flex-direction: column-reverse;
  }
}
.review__contents-bottom .review__content .review__content-l {
  margin-right: 0;
  margin-left: 62px;
}
@media (max-width: 767px) {
  .review__contents-bottom .review__content .review__content-l {
    margin-left: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .review__contents-bottom .review__content .review__content-l {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .review__contents-bottom .review__content .review__content-l {
    margin-left: 0;
  }
}
.review__contents-bottom .review__content:nth-of-type(2) {
  flex-direction: row;
}
@media (max-width: 767px) {
  .review__contents-bottom .review__content:nth-of-type(2) {
    margin-top: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .review__contents-bottom .review__content:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .review__contents-bottom .review__content:nth-of-type(2) {
    flex-direction: column-reverse;
  }
}
.review__contents-bottom .review__content:nth-of-type(2) .review__content-l {
  margin-right: 62px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .review__contents-bottom .review__content:nth-of-type(2) .review__content-l {
    margin-right: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .review__contents-bottom .review__content:nth-of-type(2) .review__content-l {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .review__contents-bottom .review__content:nth-of-type(2) .review__content-l {
    margin-right: 0;
  }
}

.review__content-l {
  flex: 1;
  margin-right: 52px;
  padding-bottom: 58px;
}
@media (max-width: 767px) {
  .review__content-l {
    margin-right: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1079px) {
  .review__content-l {
    margin: 0;
    margin-top: 16px;
    width: 600px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .review__content-l {
    margin: 0;
    margin-top: 16px;
    width: 600px;
    max-width: 100%;
  }
}

.review__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2083333333;
  letter-spacing: 0.1em;
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .review__title {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

.review__text {
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0.1em;
}

.review__content-r {
  width: 390px;
  max-width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .review__content-r {
    width: 200px;
  }
}
.review__content-r::after {
  position: absolute;
  content: "";
  width: 346px;
  height: 325px;
  background: #E67B7A;
  top: -10px;
  right: -10px;
  z-index: -1;
}
@media (max-width: 767px) {
  .review__content-r::after {
    width: 140px;
    height: 145px;
  }
}

.teaching {
  padding-top: 106px;
  padding-bottom: 140px;
}

.teaching__content {
  padding: 74px clamp(0.625rem, -0.071rem + 2.86vw, 2.5rem) 148px;
  border: 2px solid #E67B7A;
  position: relative;
}
.teaching__content .title {
  width: fit-content;
  margin: auto;
  padding: 0 24px;
  background: #FFF;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.teaching__text {
  font-size: clamp(1rem, 0.837rem + 0.67vw, 1.438rem);
  line-height: 2.0833333333;
  letter-spacing: 0.1em;
  margin-top: 84px;
}

.teaching__swiper {
  margin: 0 calc(50% - 50vw);
  margin-top: -98px;
}
.teaching__swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.teaching__swiper .swiper {
  width: 100%;
  height: 100%;
}
.teaching__swiper .swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.teaching__swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.work {
  padding: 50px 0 100px;
  background: #2A2725;
  color: #FFF;
}

.work__swiper {
  position: relative;
  margin-top: 70px;
}
.work__swiper .swiper {
  width: 100%;
  height: 100%;
}
.work__swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.work__swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -40px;
}
.work__swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFF;
}
.work__swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.work__title {
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  margin-top: 26px;
  margin-bottom: 20px;
}

.work__text {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.1em;
}

.youtube {
  margin-top: 140px;
}

.youtube__content {
  border-radius: 20px;
  border: 2px solid #FF739A;
  position: relative;
  padding: 20px;
  display: flex;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .youtube__content {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .youtube__content {
    flex-direction: column-reverse;
  }
}

.youtube__movie {
  width: 540px;
  max-width: 100%;
  margin-right: 25px;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .youtube__movie {
    margin-top: 16px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .youtube__movie {
    margin-top: 16px;
    width: 100%;
  }
}
.youtube__movie iframe {
  aspect-ratio: 540/305;
  width: 100%;
}

.youtube__title {
  font-size: clamp(2rem, 1.629rem + 1.52vw, 3rem);
  color: #888;
  line-height: 1.2083333333;
  letter-spacing: 0.07em;
  font-weight: bold;
  padding-bottom: 5px;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .youtube__title {
    width: fit-content;
  }
}
@media (max-width: 767px) {
  .youtube__title {
    width: fit-content;
  }
}
.youtube__title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #FF739A;
}

.youtube__detail {
  flex: 1;
}

.youtube__detail-title {
  font-size: 24px;
  line-height: 1.2083333333;
  letter-spacing: 0;
  margin-top: 16px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #888;
}

.youtube__detail-text {
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0;
  color: #888;
}

.cta {
  padding: 130px 0;
}

.cta__btns {
  margin-top: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cta__btns {
    flex-direction: column;
  }
}

.cta__btnWrap {
  display: flex;
  align-items: center;
}
.cta__btnWrap + .cta__btnWrap {
  margin-left: 60px;
}
@media (max-width: 767px) {
  .cta__btnWrap + .cta__btnWrap {
    margin-left: 0;
    margin-top: 80px;
  }
}

.cta__btn {
  display: block;
  text-align: center;
  width: clamp(21.25rem, 9.141rem + 25.26vw, 31.875rem);
  max-width: 100%;
  padding: clamp(2.063rem, -0.288rem + 4.9vw, 4.125rem) 0;
  background: rgba(221, 213, 192, 0.5);
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2222222222;
  font-weight: bold;
  position: relative;
  transition: all 0.3s;
}
.cta__btn:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .cta__btn {
    width: 320px;
    padding: 33px 0;
  }
}
.cta__btn::after {
  position: absolute;
  content: "";
  display: block;
  width: clamp(21.25rem, 9.141rem + 25.26vw, 31.875rem);
  max-width: 100%;
  height: 100%;
  border: 3px solid rgba(221, 213, 192, 0.5);
  top: -16px;
  right: -16px;
}
@media (max-width: 767px) {
  .cta__btn::after {
    width: 320px;
  }
}

.cta__btn-img {
  width: 46px;
  max-width: 100%;
}

.fv-common {
  aspect-ratio: 1440/318;
  background: url(../assets/img/mv_contact.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media (max-width: 767px) {
  .fv-common {
    aspect-ratio: 390/600;
    background: url(../assets/img/sp_contact.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}

.fv-common.fv-philosophy {
  background: url(../assets/img/mv_philosophy.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media (max-width: 767px) {
  .fv-common.fv-philosophy {
    aspect-ratio: 390/600;
    background: url(../assets/img/sp_philosophy.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}

.fv-common.fv-plan {
  background: url(../assets/img/mv_plan.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media (max-width: 767px) {
  .fv-common.fv-plan {
    aspect-ratio: 390/600;
    background: url(../assets/img/sp_plan.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}

.title-common {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-align: center;
}
.title-common span {
  display: block;
  text-shadow: 0 4px 4px #FFF;
}

.title-common__sub {
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0.1em;
  margin-top: 18px;
  text-align: center;
  text-shadow: none !important;
}

.bread {
  font-size: 16px;
  line-height: 1.1875;
  letter-spacing: 0.1em;
  margin-left: 40px;
  padding: 20px 0;
  display: block;
}
@media (max-width: 767px) {
  .bread {
    margin-left: 16px;
  }
}

.contact {
  padding-top: 146px;
  padding-bottom: 167px;
  background: url(../assets/img/bg_contact.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.contact__form {
  padding: 0 10px;
  padding-top: 66px;
  padding-bottom: 145px;
  background: rgba(255, 255, 255, 0.7);
}

.contact__items {
  width: 800px;
  max-width: 100%;
  margin: auto;
  position: relative;
}

.contact__item + .contact__item {
  margin-top: 40px;
}

.contact__label {
  display: block;
  font-size: 24px;
  line-height: 1.2083333333;
  letter-spacing: 0.1em;
  flex-basis: 600px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .contact__label {
    font-size: 17px;
  }
}

.contact__inputText {
  display: block;
  width: 100%;
  height: 70px;
  padding: 16px;
  border: 2px solid #D9D9D9;
}
@media (max-width: 767px) {
  .contact__inputText {
    height: 50px;
  }
}

.contact__textarea {
  width: 100%;
  height: 277px;
  resize: none;
  padding: 16px;
  border: 2px solid #D9D9D9;
}

.contact__submit {
  padding: 33px 0;
  width: 275px;
  max-width: 100%;
  border: none;
  font-size: 24px;
  line-height: 1.2083333333;
  letter-spacing: 0.1em;
  background: #FFF;
  transition: all 0.3s;
  color: #463C33;
  cursor: pointer;
}
.contact__submit:hover {
  background: #463C33;
  color: #FFF;
}

.contact__item-submit {
  position: absolute;
  left: 50%;
  bottom: -190px;
  transform: translateX(-50%);
}

.philosophy__value {
  padding-bottom: 90px;
  margin-top: calc(clamp(2.5rem, -0.75rem + 13.33vw, 11.25rem) * -1);
}
@media (max-width: 767px) {
  .philosophy__value {
    margin-top: 40px;
  }
}

.philosophy__value-points {
  margin-top: clamp(2.5rem, 1.339rem + 4.76vw, 5.625rem);
}

.philosophy__value-point {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .philosophy__value-point {
    flex-direction: column;
  }
}
.philosophy__value-point + .philosophy__value-point {
  margin-top: 80px;
}

.philosophy__value-pointL {
  font-size: clamp(3.125rem, 1.964rem + 4.76vw, 6.25rem);
  font-weight: bold;
  line-height: 1.14;
  padding-right: 73px;
  position: relative;
  margin-right: 78px;
  background: linear-gradient(180deg, rgb(255, 173, 150) 0%, rgb(255, 123, 149) 100%);
  -webkit-background-clip: text; /* テキストで切り抜く */
  -webkit-text-fill-color: transparent; /* 切り抜いた部分は背景を表示 */
}
@media (max-width: 767px) {
  .philosophy__value-pointL {
    padding-right: 0;
    padding-bottom: 16px;
    margin-bottom: 24px;
    margin-right: 0;
  }
}
.philosophy__value-pointL::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 100px;
  background: #463C33;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .philosophy__value-pointL::after {
    width: 100px;
    height: 3px;
    top: unset;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.philosophy__value-pointR {
  flex: 1;
}
@media (max-width: 767px) {
  .philosophy__value-pointR {
    text-align: center;
  }
}

.philosophy__value-title {
  font-size: clamp(1.375rem, 1.05rem + 1.33vw, 2.25rem);
  line-height: 1.1944444444;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-bottom: 16px;
}

.philosophy__value-text {
  font-size: clamp(1rem, 0.907rem + 0.38vw, 1.25rem);
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.philosophy__about {
  padding-top: 148px;
  padding-bottom: 100px;
  background: url(../assets/img/bg_about_me.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.philosophy__about-contentWrap {
  position: relative;
}
.philosophy__about-contentWrap + .philosophy__about-contentWrap {
  margin-top: 152px;
}

.philosophy__about-contentBg {
  position: absolute;
  content: "";
  top: -52px;
  left: 0;
  width: 100%;
  height: 440px;
  background: #DED6C1;
}

.philosophy__about-content {
  display: flex;
  justify-content: center;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .philosophy__about-content {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .philosophy__about-content {
    flex-direction: column;
  }
}

.philosophy__about-contentL {
  width: 385px;
  max-width: 100%;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .philosophy__about-contentL {
    display: none;
  }
}
@media (max-width: 767px) {
  .philosophy__about-contentL {
    display: none;
  }
}

.philosophy__about-contentL-sp {
  display: none;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .philosophy__about-contentL-sp {
    display: block;
    margin: auto;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .philosophy__about-contentL-sp {
    display: block;
    margin: auto;
    margin-bottom: 40px;
  }
}

.philosophy__about-contentL-btn {
  display: block;
  margin: auto;
  border-radius: 50px;
  background: linear-gradient(90deg, rgb(222, 214, 193) 0%, rgb(255, 234, 180) 50%, rgb(222, 214, 193) 100%);
  width: 338px;
  height: 83px;
  max-width: 100%;
  text-align: center;
  font-size: 40px;
  line-height: 1.35;
  letter-spacing: 0.1em;
  position: relative;
  margin-top: 25px;
}
.philosophy__about-contentL-btn::before {
  position: absolute;
  content: "Work";
  width: 328px;
  max-width: 100%;
  height: 73px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.philosophy__about-contentL-btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 9px 15.6px;
  border-color: transparent transparent transparent #463C33;
  top: 50%;
  transform: translateY(-50%);
  right: 75px;
}

.philosophy__about-contentR {
  width: 685px;
  max-width: 100%;
  padding-left: 70px;
  margin-left: 70px;
  padding-bottom: 17px;
  border-left: 1px solid #000;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .philosophy__about-contentR {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    padding: 0 16px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .philosophy__about-contentR {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    padding: 0 16px;
    margin: auto;
  }
}

.philosophy__about-contentR-title {
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}

.philosophy__about-contentR-text {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0;
}

#js-pinTrigger {
  position: relative;
  z-index: 10;
}

.plan__tabWrap {
  position: relative;
  margin-top: 68px;
  margin-bottom: clamp(6.875rem, 5.993rem + 3.62vw, 9.25rem);
}
@media (max-width: 767px) {
  .plan__tabWrap {
    padding: 0 16px;
  }
}

.plan__tabLine {
  position: absolute;
  content: "";
  left: 0;
  top: clamp(1.875rem, 1.364rem + 2.1vw, 3.25rem);
  width: 100%;
  background: #817B7B;
  height: clamp(0.438rem, 0.136rem + 1.24vw, 1.25rem);
  padding: clamp(0.25rem, 0.064rem + 0.76vw, 0.75rem) 0;
  z-index: -1;
}
.plan__tabLine::before {
  position: absolute;
  content: "";
  top: -12px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #000;
}
.plan__tabLine::after {
  position: absolute;
  content: "";
  bottom: -12px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #000;
}

.plan__tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan__tab {
  width: 370px;
  max-width: 100%;
  cursor: pointer;
}
.plan__tab + .plan__tab {
  margin-left: clamp(1rem, -0.021rem + 4.19vw, 3.75rem);
}

.plan__content {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 767px) {
  .plan__content {
    flex-direction: column;
  }
}
.plan__content + .plan__content {
  margin-top: 180px;
}
.plan__content::after {
  position: absolute;
  content: "";
  top: -80px;
  right: 0;
  width: 106%;
  height: 400px;
  background: linear-gradient(90deg, rgb(255, 250, 235) 0%, rgb(221, 213, 192) 100%);
  margin-right: calc(50% - 50vw);
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1079px) {
  .plan__content::after {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .plan__content::after {
    width: 90%;
  }
}

.plan__content-l {
  width: 420px;
  max-width: 100%;
  padding-right: 32px;
  border-right: 1px solid #000;
  margin-right: 32px;
}
.plan__content-l img {
  aspect-ratio: 387/451;
}
@media (max-width: 767px) {
  .plan__content-l {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}

.plan__content-r {
  flex: 1;
}
@media (max-width: 767px) {
  .plan__content-r {
    margin-top: 16px;
  }
}

.plan__content:nth-of-type(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .plan__content:nth-of-type(2n) {
    flex-direction: column;
  }
}
.plan__content:nth-of-type(2n)::after {
  position: absolute;
  content: "";
  left: 0;
  background: linear-gradient(90deg, rgb(221, 213, 192) 0%, rgb(255, 250, 235) 100%);
  margin-left: calc(50% - 50vw);
  z-index: -1;
}
.plan__content:nth-of-type(2n) .plan__content-l {
  padding-left: 32px;
  border-left: 1px solid #000;
  margin-left: 32px;
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .plan__content:nth-of-type(2n) .plan__content-l {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}

.plan__title {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .plan__title {
    font-size: 32px;
  }
}

.plan__text {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .plan__text {
    margin-top: 16px;
    font-size: 16px;
  }
}

.single {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .single {
    padding-top: 0;
  }
}
.single .single__title {
  font-size: clamp(1.5rem, 1.129rem + 1.52vw, 2.5rem);
}
.single h3 {
  font-size: clamp(1.375rem, 1.143rem + 0.95vw, 2rem);
  line-height: 1.1875;
  letter-spacing: 0.02em;
  padding-bottom: 15px;
  border-bottom: double 6px #DDD5C0;
  margin-bottom: 46px;
  padding-left: 54px;
  position: relative;
  margin-top: 80px;
}
.single h3::before {
  position: absolute;
  content: url(../assets/img/single_h2.svg);
  top: 0;
  left: 0;
  width: 34px;
}
.single h4 {
  font-size: clamp(1.25rem, 1.157rem + 0.38vw, 1.5rem);
  line-height: 1.2083333333;
  letter-spacing: 0.02em;
  padding-bottom: 16px;
  border-bottom: 2px dashed #DDD5C0;
  padding-left: 52px;
  position: relative;
  margin-bottom: 46px;
  margin-top: 80px;
}
.single h4::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 23px;
  border-color: transparent transparent transparent #DDD5C0;
  top: 0;
  left: 11px;
}
.single p {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .single p {
    font-size: 16px;
  }
}
.single P + P {
  margin-top: 24px;
}
.single figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.single__titleWrap {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .single__titleWrap {
    display: block;
  }
}

.single__shareItems {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .single__shareItems {
    margin-top: 8px;
  }
}

.single__shareItem {
  width: clamp(1.875rem, 1.411rem + 1.9vw, 3.125rem);
}
.single__shareItem + .single__shareItem {
  margin-left: 10px;
}

.single_date {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #463C33;
  font-size: 16px;
  line-height: 1.2222222222;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .single_date {
    font-size: 14px;
  }
}

.single__img {
  width: 900px;
  max-width: 100%;
  margin: auto;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .single__img {
    padding: 0 24px;
  }
}

.single__img-logoB {
  position: absolute;
  bottom: 0;
  left: -32px;
  width: 32px;
}
@media (max-width: 767px) {
  .single__img-logoB {
    left: 4px;
    width: 20px;
  }
}

.single__img-logoA {
  position: absolute;
  top: 0;
  right: -32px;
  width: 32px;
}
@media (max-width: 767px) {
  .single__img-logoA {
    right: 4px;
    width: 20px;
  }
}

.single__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 134px;
  margin-top: 100px;
}
@media (max-width: 767px) {
  .single__btns {
    flex-direction: column;
  }
}

.single_pre_next {
  width: 294px;
  max-width: 100%;
  position: relative;
}

.single_pre_next-img {
  aspect-ratio: 294/169;
}

.single_pre_next-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1.2083333333;
  letter-spacing: 0.05em;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .single_pre_next-text {
    font-size: 18px;
  }
}

.single_top {
  margin: 0 40px;
  font-size: 24px;
  line-height: 1.2083333333;
  letter-spacing: 0.1em;
  padding: 0 18px;
  padding-bottom: 16px;
  border-bottom: double 6px #DDD5C0;
}
@media (max-width: 767px) {
  .single_top {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

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

.u-bold {
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */