@charset "UTF-8";
/* ------------------------------------------------------------
■ 下層ページ 共通
------------------------------------------------------------ */
.firstview {
  width: 100%;
  padding: 230px 0 200px;
  background-color: #F3EFE6;
}
@media (max-width: 1023px) {
  .firstview {
    padding: 108px 0 71px;
  }
}
.firstview.p-b-narrow {
  padding-bottom: 60px;
}
@media (max-width: 1023px) {
  .firstview.p-b-narrow {
    padding-bottom: 40px;
  }
}
.firstview .firstview__inner {
  width: clamp(1px, 75%, 1440px);
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .firstview .firstview__inner {
    width: clamp(320px, 94.6666666667%, 500px);
  }
}
.firstview .firstview__inner .firstview__title {
  color: #383630;
}
.firstview .firstview__inner .firstview__title .firstview__title-ja {
  display: block;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  .firstview .firstview__inner .firstview__title .firstview__title-ja {
    font-size: 1.6rem;
  }
}
.firstview .firstview__inner .firstview__title .firstview__title-en {
  display: block;
  font-size: clamp(10rem, 9.7222222222vw, 14rem);
  line-height: 1.221;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .firstview .firstview__inner .firstview__title .firstview__title-en {
    font-size: 5rem;
    line-height: 1.04;
    margin-top: 2px;
  }
}
.firstview .firstview__inner .firstview__img {
  width: 100%;
  margin-top: 20px;
}

.sec__title--black {
  color: #FFFFFF;
  background-color: #383630;
}
.sec__title .sec__title-en {
  font-size: 6rem;
  line-height: 1.2166666667;
  letter-spacing: 0;
}
@media (max-width: 1023px) {
  .sec__title .sec__title-en {
    font-size: 3.4rem;
    line-height: 1.2352941176;
  }
}
.sec__title .sec__title-ja {
  display: block;
  position: relative;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 48px;
  margin-top: 20px;
}
@media (max-width: 1023px) {
  .sec__title .sec__title-ja {
    font-size: 1.6rem;
    line-height: 1.688;
    padding-bottom: 28px;
  }
}
.sec__title .sec__title-ja::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--dot-color);
  border-radius: 50%;
}

/* ------------------------------------------------------------
■ スタッフ(詳細) 共通
------------------------------------------------------------ */
.firstview {
  padding-bottom: 0;
  background: linear-gradient(to bottom, #F3EFE6 82%, #FFFFFF 82%);
}

.firstview__img {
  position: relative;
}
.firstview__img .firstview__catchcopy {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 7.9545454545%;
  left: 5.9722222222%;
}
.firstview__img .firstview__catchcopy .catchcopy__wrap {
  width: fit-content;
  font-size: 2.6rem;
  font-size: clamp(2rem, 1.8181818182vw, 2.6rem);
  line-height: 1.6923076923;
  letter-spacing: 0.1em;
  color: #383630;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 0.4230769231em 1.1538461538em;
}
.firstview__img .firstview__catchcopy .catchcopy__wrap:not(:first-child) {
  margin-top: 12px;
}
@media (max-width: 1023px) {
  .firstview__img .firstview__catchcopy .catchcopy__wrap:not(:first-child) {
    margin-top: 4px;
  }
}
@media (max-width: 1420px) {
  .firstview__img .firstview__catchcopy .catchcopy__wrap .br__bp {
    display: block;
  }
}
@media (max-width: 1023px) {
  .firstview__img .firstview__catchcopy .catchcopy__wrap {
    font-size: 1.2rem;
  }
}
.firstview__img .firstview__name-tag {
  width: clamp(230px, 25.5555555556%, 360px);
  min-height: 115px;
  aspect-ratio: 360/130;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #FFFFFF;
  border-radius: 20px 0px 0px 0px;
}
@media (max-width: 1023px) {
  .firstview__img .firstview__name-tag {
    width: 142px;
    height: 68px;
    min-height: 68px;
    aspect-ratio: 142/68;
    bottom: -26px;
  }
}
.firstview__img .firstview__name-tag::before, .firstview__img .firstview__name-tag::after {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  background-color: #FFFFFF;
  -webkit-mask: radial-gradient(circle at 0 0, transparent 27px, #FFFFFF 27px);
  mask: radial-gradient(circle at 0 0, transparent 27px, #FFFFFF 27px);
}
@media (max-width: 1023px) {
  .firstview__img .firstview__name-tag::before, .firstview__img .firstview__name-tag::after {
    width: 16px;
    height: 16px;
    -webkit-mask: radial-gradient(circle at 0 0, transparent 16px, #FFFFFF 16px);
    mask: radial-gradient(circle at 0 0, transparent 16px, #FFFFFF 16px);
  }
}
.firstview__img .firstview__name-tag::before {
  bottom: 0;
  left: 0;
  transform: translate(-100%, 0);
}
@media (max-width: 1023px) {
  .firstview__img .firstview__name-tag::before {
    bottom: 26px;
  }
}
.firstview__img .firstview__name-tag::after {
  top: 0;
  right: 0;
  transform: translate(0, -100%);
}
.firstview__img .firstview__name-tag .name-tag__wrap {
  font-size: clamp(1.8rem, 1.6363636364vw, 2.4rem);
  line-height: 1.7083333333;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  .firstview__img .firstview__name-tag .name-tag__wrap {
    font-size: 1.3rem;
    line-height: 1.6923076923;
  }
}

.qa__question {
  font-size: 2.6rem;
  font-size: clamp(2rem, 1.953125vw, 2.6rem);
  line-height: 1.6923076923;
  letter-spacing: 0.1em;
  color: var(--theme-color);
}
@media (max-width: 1023px) {
  .qa__question {
    line-height: 1.7;
  }
}

.qa__answer {
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 1.5625vw, 1.8rem);
  line-height: 2.1111111111;
  letter-spacing: 0.1em;
  margin-top: 1.66em;
}
@media (max-width: 1023px) {
  .qa__answer {
    line-height: 1.875;
  }
}

.qa {
  width: clamp(980px, 96%, 1440px);
  padding: 200px 0;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .qa {
    width: clamp(320px, 90.6666666667%, 500px);
    padding: 80px 0;
  }
}
.qa .qa__wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
.qa .qa__wrap:not(:nth-of-type(1)) {
  margin-top: clamp(120px, 12.2222222222%, 176px);
}
@media (max-width: 1023px) {
  .qa .qa__wrap {
    align-items: center;
    margin-top: 0;
  }
}
.qa .qa__wrap .qa__img {
  width: clamp(480px, 42.6666666667vw, 640px);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1023px) {
  .qa .qa__wrap .qa__img {
    width: 97.0588235294%;
    position: static;
    transform: translateY(0);
    margin-top: 40px;
  }
}
.qa .qa__wrap .qa__content {
  width: clamp(480px, 46.6666666667vw, 700px);
}
@media (max-width: 1023px) {
  .qa .qa__wrap .qa__content {
    width: clamp(320px, 90.6666666667vw, 500px);
  }
}
.qa .qa__wrap .qa__content:not(:nth-of-type(1)) {
  margin-top: 60px;
}
.qa .qa__wrap .qa__content .qa__question {
  line-height: 1.6923076923;
}
.qa .qa__wrap:nth-of-type(even) {
  align-items: flex-end;
}
@media (max-width: 1023px) {
  .qa .qa__wrap:nth-of-type(even) {
    align-items: center;
  }
}
.qa .qa__wrap:nth-of-type(even) .qa__img {
  left: 0;
}
.qa--teruya .qa__wrap:not(:nth-of-type(1)) {
  margin-top: clamp(140px, 14.2857142857%, 270px);
}
@media (max-width: 1023px) {
  .qa--teruya .qa__wrap:not(:nth-of-type(1)) {
    margin-top: 60px;
  }
}

.fadein-img {
  width: 100%;
}
.fadein-img img {
  opacity: 0;
  clip-path: inset(45% 20% 45% 20%); /* 中央だけ残る状態 */
  will-change: opacity, clip-path;
  transition: none;
}

.oneday {
  padding: 300px 0 185px;
}
@media (max-width: 1023px) {
  .oneday {
    padding: 120px 0 160px;
  }
}
.oneday .oneday__inner {
  width: 87.5%;
  position: relative;
  background-color: #F3EFE6;
  border-radius: 0px 300px 0px 0px;
  padding: 134px 3.4895833333% 111px 0;
}
@media (max-width: 1023px) {
  .oneday .oneday__inner {
    width: 100%;
    border-radius: 0px 100px 0px 0px;
    padding: 48px 0 98px;
  }
}
.oneday .oneday__inner .oneday__title {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  font-size: clamp(10rem, 9.765625vw, 14.5rem);
  line-height: 0.65;
  color: #F3EFE6;
}
@media (max-width: 1023px) {
  .oneday .oneday__inner .oneday__title {
    font-size: clamp(6.3rem, 12.6vw, 8rem);
  }
}
.oneday .oneday__inner .oneday__timeline {
  width: max-content;
  display: flex;
  justify-content: center;
  column-gap: clamp(50px, 5.2173913043%, 100%);
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1023px) {
  .oneday .oneday__inner .oneday__timeline {
    display: block;
    margin-left: 120px;
  }
}
@media (max-width: 768px) {
  .oneday .oneday__inner .oneday__timeline {
    margin-left: 85px;
  }
}
.oneday .oneday__inner .oneday__timeline::before {
  content: "";
  width: calc(105% + 21px + 18px);
  height: 7px;
  position: absolute;
  top: 75.5px;
  transform: translate(60px, -50%);
  background: linear-gradient(to right, #00c75f 0%, #00c75f calc(100% - 39px), transparent calc(100% - 39px)) no-repeat, radial-gradient(circle, #00c75f 3.5px, transparent 3.5px) no-repeat, radial-gradient(circle, #00c75f 3.5px, transparent 3.5px) no-repeat, radial-gradient(circle, #00c75f 3.5px, transparent 3.5px) no-repeat;
  background-size: 100% 100%, 7px 7px, 7px 7px, 7px 7px;
  background-position: left center, right 26px center, right 13px center, right 0px center;
}
@media (max-width: 1200px) {
  .oneday .oneday__inner .oneday__timeline::before {
    top: 75px;
  }
}
@media (max-width: 1023px) {
  .oneday .oneday__inner .oneday__timeline::before {
    width: 4px;
    height: calc(100% + 12px + 6px);
    top: 0;
    left: -33px;
    transform: translate(-50%, 0);
    background: linear-gradient(to bottom, #00c75f 0%, #00c75f calc(100% - 18px), transparent calc(100% - 18px)) no-repeat, radial-gradient(circle, #00c75f 2px, transparent 2px) no-repeat, radial-gradient(circle, #00c75f 2px, transparent 2px) no-repeat, radial-gradient(circle, #00c75f 2px, transparent 2px) no-repeat;
    background-size: 100% 100%, 4px 4px, 4px 4px, 4px 4px;
    background-position: center top, center bottom 12px, center bottom 6px, center bottom 0px;
  }
}
.oneday .oneday__inner .oneday__timeline .timeline__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  letter-spacing: 0.1em;
}
@media (max-width: 1023px) {
  .oneday .oneday__inner .oneday__timeline .timeline__item {
    display: block;
  }
  .oneday .oneday__inner .oneday__timeline .timeline__item:not(:first-child) {
    margin-top: 60px;
  }
}
.oneday .oneday__inner .oneday__timeline .timeline__item::before {
  content: "";
  width: 47px;
  aspect-ratio: 1;
  position: absolute;
  top: 52px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--theme-color);
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .oneday .oneday__inner .oneday__timeline .timeline__item::before {
    width: 40px;
    top: 55px;
  }
}
@media (max-width: 1023px) {
  .oneday .oneday__inner .oneday__timeline .timeline__item::before {
    width: 26px;
    top: 0;
    left: -20px;
    transform: translateX(-100%);
  }
}
.oneday .oneday__inner .oneday__timeline .timeline__item .timeline__time {
  font-size: clamp(2.6rem, 2.5390625vw, 3.2rem);
  line-height: 1;
  color: var(--theme-color);
}
@media (max-width: 1023px) {
  .oneday .oneday__inner .oneday__timeline .timeline__item .timeline__time {
    line-height: 0.9;
  }
}
.oneday .oneday__inner .oneday__timeline .timeline__item .timeline__title {
  font-size: clamp(2rem, 1.953125vw, 2.6rem);
  line-height: 1;
  writing-mode: vertical-lr;
  margin-top: 92px;
}
@media (max-width: 1023px) {
  .oneday .oneday__inner .oneday__timeline .timeline__item .timeline__title {
    writing-mode: horizontal-tb;
    margin-top: 15px;
  }
}
.oneday .oneday__inner .oneday__timeline .timeline__item .timeline__description {
  font-size: 1.6rem;
  line-height: 1.25;
  writing-mode: vertical-lr;
  margin-top: 28px;
}
@media (max-width: 1023px) {
  .oneday .oneday__inner .oneday__timeline .timeline__item .timeline__description {
    writing-mode: horizontal-tb;
    margin-top: 15px;
  }
}
@media (max-width: 1023px) {
  .oneday .oneday__inner .oneday__timeline--yoshida .timeline__item:last-child {
    padding-bottom: 163px;
  }
}
.oneday .oneday__inner .oneday__timeline--yoshida .timeline__title {
  height: 146px;
}
@media (max-width: 1023px) {
  .oneday .oneday__inner .oneday__timeline--yoshida .timeline__title {
    height: auto;
  }
}
@media (min-width: 500px) {
  .oneday .oneday__inner .oneday__timeline--teruya .timeline__item:last-child .u-sp-only {
    display: none;
  }
}
@media (max-width: 1023px) {
  .oneday .oneday__inner .oneday__timeline--teruya .timeline__item:last-child {
    padding-bottom: 73px;
  }
}
.oneday .oneday__inner .oneday__img {
  width: 20.4166666667%;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(40%, 5%);
}
@media (max-width: 1023px) {
  .oneday .oneday__inner .oneday__img {
    width: 55.4666666667%;
    max-width: 270px;
    transform: translate(-5%, 28%);
  }
  .oneday .oneday__inner .oneday__img--teruya {
    transform: translate(12%, 28%);
  }
}

.comment {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: clamp(50px, 5.2083333333%, 100px);
  padding-bottom: 310px;
}
@media (max-width: 1023px) {
  .comment {
    display: block;
    padding: 32px 0 130px;
  }
}
.comment .comment__wrap {
  width: clamp(430px, 42.7777777778%, 616px);
}
@media (max-width: 1023px) {
  .comment .comment__wrap {
    width: clamp(320px, 90.6666666667%, 500px);
    margin: 0 auto;
  }
}
.comment .comment__title {
  font-size: 2.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: var(--theme-color);
}
@media (max-width: 1023px) {
  .comment .comment__title {
    font-size: 2rem;
  }
}
.comment .comment__text {
  font-size: 1.8rem;
  line-height: 2.1111111111;
  letter-spacing: 0.1em;
  margin-top: 40px;
}
@media (max-width: 1023px) {
  .comment .comment__text {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-top: 30px;
  }
}
.comment .comment__img {
  width: 50%;
  position: relative;
  padding-right: 4.1666666667%;
}
@media (max-width: 1023px) {
  .comment .comment__img {
    width: 94.6666666667%;
    max-width: 500px;
    margin: 0;
    margin-top: 40px;
    margin-left: auto;
  }
}
.comment .comment__img::before {
  content: "";
  width: 69.0909090909%;
  height: 87.7941176471%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  transform: translateY(20%);
  background-color: var(--theme-color);
  border-radius: 60px 0px 0px 60px;
}
@media (max-width: 1023px) {
  .comment .comment__img::before {
    width: 70.985915493%;
    height: 70.5882352941%;
  }
}
.comment .comment__img img {
  position: relative;
  z-index: 1;
}/*# sourceMappingURL=staff02.css.map */