@media (max-width: 768px) {
  .hero {
    padding-top: 70px;
  }
  .hero::after {
    top: -5px;
  }
}

.lp_content {
  width: 100%;
}
.lp_content__banner1 {
  display: block;
  width: 100%;
  text-decoration: none;
}
.lp_content__banner1 img {
  width: 100%;
  max-width: 1058px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.lp_content__banner1 .bannerPc {
  display: block;
}
@media (max-width: 768px) {
  .lp_content__banner1 .bannerPc {
    display: none;
  }
}
.lp_content__banner1 .bannerSp {
  display: none;
}
@media (max-width: 768px) {
  .lp_content__banner1 .bannerSp {
    display: block;
  }
}
.lp_content__banner2 {
  display: block;
  width: 100%;
  text-decoration: none;
  position: relative;
  height: 240px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .lp_content__banner2 {
    height: 140px;
  }
}
.lp_content__banner2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lp_content__banner2 .banner2Pc {
  display: block;
}
@media (max-width: 768px) {
  .lp_content__banner2 .banner2Pc {
    display: none;
  }
}
.lp_content__banner2 .banner2Sp {
  display: none;
}
@media (max-width: 768px) {
  .lp_content__banner2 .banner2Sp {
    display: block;
  }
}
.lp_content__join-button {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.join-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 50px 0;
  background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F5 100%);
  border-radius: 100px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 774px;
  position: relative;
}
.join-button:hover {
  opacity: 0.8;
  transition: ease;
}
@media (max-width: 1024px) {
  .join-button {
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .join-button {
    padding: 30px 30px;
    margin: 30px;
    border-radius: 100px;
  }
}
@media (max-width: 480px) {
  .join-button {
    padding: 20px 50px;
  }
}
.join-button__text {
  font-size: 64px;
  font-weight: 900;
  color: #E62327;
  letter-spacing: 0.05em;
  line-height: 1;
  white-space: nowrap;
  font-family: "Noto Sans CJK JP", sans-serif;
}
@media (max-width: 1024px) {
  .join-button__text {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .join-button__text {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .join-button__text {
    font-size: 24px;
  }
}
.join-button__icon {
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #E62327;
  border-radius: 50%;
  flex-shrink: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1024px) {
  .join-button__icon {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}
@media (max-width: 768px) {
  .join-button__icon {
    right: 15px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .join-button__icon {
    width: 30px;
    height: 30px;
    right: 15px;
  }
}
.join-button__icon svg {
  width: 16px;
  height: 20px;
}
@media (max-width: 768px) {
  .join-button__icon svg {
    width: 14px;
    height: 14px;
  }
}

.nayamiWrap {
  padding: 100px 0px 160px;
  background: url("../../images/top/lpBack.jpg") no-repeat center center;
  position: relative;
}
@media (max-width: 1024px) {
  .nayamiWrap {
    padding: 80px 0px 120px;
  }
}
@media (max-width: 768px) {
  .nayamiWrap {
    padding: 50px 40px 80px;
  }
}
.nayamiWrap__illust {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 310px;
  height: auto;
}
@media (max-width: 1024px) {
  .nayamiWrap__illust {
    max-width: 200px;
  }
}
@media (max-width: 768px) {
  .nayamiWrap__illust {
    max-width: 150px;
  }
}
.nayamiWrap .box h2 {
  text-align: center;
  font-size: 40px;
  margin-bottom: 60px;
  color: #3F3F3F;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .nayamiWrap .box h2 {
    font-size: 35px;
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .nayamiWrap .box h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .nayamiWrap .box h2 {
    font-size: 24px;
  }
}
.nayamiWrap .box .hukidasiChild {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nayamiWrap .box .hukidasiChild .inner {
  max-width: 525px;
  width: 100%;
}
.nayamiWrap .box .hukidasiChild .inner .hukidasiText {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  position: relative;
  min-height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  letter-spacing: -0.03em;
  font-weight: 600;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .nayamiWrap .box .hukidasiChild .inner .hukidasiText {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .nayamiWrap .box .hukidasiChild .inner .hukidasiText {
    font-size: 18px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    min-height: 130px;
  }
}
@media (max-width: 480px) {
  .nayamiWrap .box .hukidasiChild .inner .hukidasiText {
    font-size: 16px;
  }
}
.nayamiWrap .box .hukidasiChild .inner .hukidasiText .highlight {
  border-bottom: 3px solid #E62327;
  display: inline-block;
  padding-top: 3px;
}
.nayamiWrap .box .hukidasiChild .inner.hukidasi1 {
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .nayamiWrap .box .hukidasiChild .inner.hukidasi1 {
    padding-left: 0px;
  }
}
.nayamiWrap .box .hukidasiChild .inner.hukidasi1 .hukidasiText {
  background-image: url("../../images/top/hukidasi1.png");
}
.nayamiWrap .box .hukidasiChild .inner.hukidasi2 {
  padding-left: 40px;
}
@media (max-width: 1024px) {
  .nayamiWrap .box .hukidasiChild .inner.hukidasi2 {
    padding-left: 0px;
  }
}
.nayamiWrap .box .hukidasiChild .inner.hukidasi2 .hukidasiText {
  background-image: url("../../images/top/hukidasi2.png");
}
.nayamiWrap .box .hukidasiChild .inner.hukidasi3 {
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .nayamiWrap .box .hukidasiChild .inner.hukidasi3 {
    padding-right: 0px;
  }
}
.nayamiWrap .box .hukidasiChild .inner.hukidasi3 .hukidasiText {
  background-image: url("../../images/top/hukidasi3.png");
}
.nayamiWrap .box .hukidasiChild .inner.hukidasi4 {
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .nayamiWrap .box .hukidasiChild .inner.hukidasi4 {
    padding-right: 0px;
  }
}
.nayamiWrap .box .hukidasiChild .inner.hukidasi4 .hukidasiText {
  background-image: url("../../images/top/hukidasi4.png");
}

.kaiketsuWrap {
  position: relative;
  border-top: 12px solid #E62327;
}
.kaiketsuWrap::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 226px;
  margin: 0 auto;
  background-image: url("../../images/top/kaiketsuAr.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  height: 46px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .kaiketsuWrap::before {
    max-width: 150px;
    height: 36px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .kaiketsuWrap::before {
    max-width: 100px;
    height: 30px;
    margin-bottom: 20px;
  }
}
.kaiketsuWrap.backColor {
  background: #FAF5F1;
}
.kaiketsuWrap h2 {
  font-size: 36px;
  font-weight: bold;
  color: #E62327;
  text-align: center;
  margin-bottom: 70px;
  line-height: 1.6;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .kaiketsuWrap h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .kaiketsuWrap h2 {
    font-size: 27px;
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .kaiketsuWrap h2 {
    font-size: 22px;
  }
}
.kaiketsuWrap h2 .sp-only {
  display: none;
}
@media (max-width: 768px) {
  .kaiketsuWrap h2 .sp-only {
    display: block;
  }
}
.kaiketsuWrap .box {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 40px 0;
  display: flex;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 1024px) {
  .kaiketsuWrap .box {
    padding: 60px 40px 0;
  }
}
@media (max-width: 768px) {
  .kaiketsuWrap .box {
    padding: 0px 20px;
    flex-direction: column;
  }
}
.kaiketsuWrap .box .content {
  width: 55%;
}
@media (max-width: 768px) {
  .kaiketsuWrap .box .content {
    width: 100%;
  }
}
.kaiketsuWrap .box .child {
  list-style: none;
  padding: 0 0 60px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .kaiketsuWrap .box .child {
    gap: 15px;
    padding: 0 0 30px;
  }
}
.kaiketsuWrap .box .child .inner {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border: 2px solid #E62327;
  border-radius: 14px;
}
@media (max-width: 768px) {
  .kaiketsuWrap .box .child .inner {
    padding: 15px;
    gap: 15px;
  }
}
.kaiketsuWrap .box .child .inner .icon {
  flex-shrink: 0;
  width: 31px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .kaiketsuWrap .box .child .inner .icon {
    width: 35px;
    height: 35px;
  }
}
.kaiketsuWrap .box .child .inner .icon img {
  width: 100%;
  height: auto;
  display: block;
}
.kaiketsuWrap .box .child .inner .text {
  font-size: 18px;
  font-weight: 500;
  color: #3F3F3F;
  line-height: 1.6;
}
@media (max-width: 1024px) {
  .kaiketsuWrap .box .child .inner .text {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .kaiketsuWrap .box .child .inner .text {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .kaiketsuWrap .box .child .inner .text {
    font-size: 14px;
  }
}
.kaiketsuWrap .illust {
  width: 45%;
  padding-left: 110px;
}
@media (max-width: 768px) {
  .kaiketsuWrap .illust {
    width: 100%;
    padding-left: 0;
    display: block;
  }
  .kaiketsuWrap .illust img {
    display: block;
    margin: 0 auto;
    width: 70px !important;
  }
}
.kaiketsuWrap .illust img {
  width: 282px;
  height: auto;
}

.aboutus {
  padding-bottom: 220px;
  background: #F5ECE4;
}
.aboutus__wrapper {
  display: flex;
  align-items: stretch;
  gap: 0;
}
.aboutus__title-area {
  flex: 0 0 30%;
}
.aboutus__content-area {
  flex: 0 0 70%;
  padding-left: 72px;
  position: relative;
}
@media (max-width: 1024px) {
  .aboutus__content-area {
    padding-left: 0;
  }
}
.aboutus__content-inner {
  position: relative;
  z-index: 2;
}
.aboutus__image {
  margin-bottom: 90px;
  position: relative;
}
@media (max-width: 1024px) {
  .aboutus__image {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .aboutus__image {
    margin-bottom: 30px;
  }
}
.aboutus__image img {
  width: 100%;
  height: auto;
  display: block;
}
.aboutus__image .ab {
  width: 54%;
  position: absolute;
  top: 80%;
  left: -40%;
}
@media (max-width: 1024px) {
  .aboutus__image .ab {
    display: none;
  }
}
.aboutus__text {
  padding-left: 35%;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .aboutus__text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .aboutus__text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .aboutus__text {
    font-size: 12px;
  }
}
.aboutus__text {
  line-height: 1.8;
}
@media (max-width: 1024px) {
  .aboutus__text {
    padding-left: 0;
  }
}
.aboutus__bg-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../images/about/aboutus_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.15;
  z-index: 1;
}
@media (max-width: 1024px) {
  .aboutus__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .aboutus {
    padding-bottom: 165px;
  }
  .aboutus__text {
    line-height: 1.7;
  }
  .aboutus__text br {
    display: none;
  }
}
@media (max-width: 480px) {
  .aboutus {
    padding-bottom: 110px;
  }
  .aboutus__text {
    line-height: 1.6;
  }
}

.mvv {
  background: #F5ECE4;
}
.mission {
  padding: 70px 0 40px;
  background: url(../images/aboutus/circle.png) no-repeat;
  background-size: auto 100%;
  background-position: 80% center;
  margin-bottom: 15px;
  position: relative;
}
.mission:last-child {
  margin-bottom: 0;
}
.mission__lead {
  font-size: 40px;
}
@media (max-width: 1024px) {
  .mission__lead {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .mission__lead {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .mission__lead {
    font-size: 24px;
  }
}
.mission__lead {
  line-height: 1.6;
  margin-bottom: 2em;
}
.mission__label {
  display: inline-block;
  background-color: #DC2E28;
  color: white;
  padding: 8px 20px;
  font-size: 24px;
}
@media (max-width: 1024px) {
  .mission__label {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .mission__label {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .mission__label {
    font-size: 16px;
  }
}
.mission__label {
  margin-top: 40px;
  margin-bottom: 20px;
}
.mission__title {
  font-size: 168px;
}
@media (max-width: 1024px) {
  .mission__title {
    font-size: 128px;
  }
}
@media (max-width: 768px) {
  .mission__title {
    font-size: 108px;
  }
}
@media (max-width: 480px) {
  .mission__title {
    font-size: 64px;
  }
}
.mission__title {
  line-height: 1;
  color: #FFF;
  letter-spacing: -0.025em;
  font-family: "Nunito Sans", sans-serif;
}
.mission__image {
  position: absolute;
  left: 50%;
  height: 100%;
  width: 100%;
  top: 0;
}
.mission__image img {
  width: auto;
  height: 100%;
  filter: drop-shadow(0 0 10px #aaa);
}
@media (max-width: 1200px) {
  .mission {
    background: url(../images/aboutus/circle.png) no-repeat;
    background-size: auto 40vw;
    background-position: 80% center;
  }
  .mission__image {
    width: 40vw;
    height: 40vw;
  }
}
@media (max-width: 1024px) {
  .mission {
    padding: 70px 0 40px;
    background: url(../images/aboutus/circle.png) no-repeat;
    background-size: auto 40vw;
    background-position: 80% center;
  }
  .mission__image {
    width: 40vw;
    height: 40vw;
  }
}
@media (max-width: 768px) {
  .mission {
    padding: 70px 0 40px;
    background: url(../images/aboutus/circle.png) no-repeat;
    background-size: auto 40vw;
    background-position: 100% center;
  }
  .mission__image {
    width: 40vw;
    height: 40vw;
    right: -20px;
    left: auto;
    top: 90px;
  }
  .mission__label {
    z-index: 7;
    position: relative;
  }
}
@media (max-width: 480px) {
  .mission {
    padding: 40px 0 20px;
    background: url(../images/aboutus/circle.png) no-repeat;
    background-size: auto 40vw;
    background-position: 100% center;
  }
  .mission__image {
    width: 40vw;
    height: 40vw;
    right: -20px;
    left: auto;
    top: 130px;
  }
}
.mission:last-child {
  background-position: 90% center;
}
@media (max-width: 768px) {
  .mission:last-child {
    background-position: 90% 0;
  }
}
.mission:last-child .mission__lead {
  padding-top: 3em;
}
.mission:last-child .mission__image {
  top: -40px;
}

.mission.reverse {
  display: flex;
  justify-content: right;
  background-position: 20% center;
  margin-bottom: 50px;
}
.mission.reverse .mission__lead {
  margin-bottom: 1em;
}
.mission.reverse .mission__content {
  padding-top: 20px;
  position: relative;
  left: 100px;
}
.mission.reverse .mission__image {
  top: 40px;
  left: 0%;
}
@media (max-width: 1200px) {
  .mission.reverse .mission__content {
    left: 0px;
  }
}
@media (max-width: 1024px) {
  .mission.reverse .mission__content {
    left: 30px;
  }
}
@media (max-width: 768px) {
  .mission.reverse {
    background-position: 10% 80%;
  }
  .mission.reverse .mission__image {
    top: 220px;
  }
  .mission.reverse .mission__content {
    left: 0;
  }
}
@media (max-width: 480px) {
  .mission.reverse {
    background-position: 10% 75%;
  }
  .mission.reverse .mission__image {
    top: 170px;
    left: -10%;
  }
  .mission.reverse .mission__content {
    left: 0;
  }
}

.values-grid {
  background-color: #F5ECE4;
  padding-bottom: 170px;
}
.values-grid__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.values-grid__row:first-child {
  margin-bottom: 50px;
}
.values-grid__item {
  padding: 50px 40px;
  border-right: 2px solid #C6C7D0;
  width: 33.3333333333%;
}
.values-grid__item:first-child {
  border-left: 2px solid #C6C7D0;
}
.values-grid__item:nth-child(4) {
  border-left: 2px solid #C6C7D0;
}
.values-grid__title {
  font-size: 28px;
}
@media (max-width: 1024px) {
  .values-grid__title {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .values-grid__title {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .values-grid__title {
    font-size: 18px;
  }
}
.values-grid__title {
  line-height: 1.5;
  margin-bottom: 30px;
}
.values-grid__text {
  font-size: 16px;
}
@media (max-width: 1024px) {
  .values-grid__text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .values-grid__text {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .values-grid__text {
    font-size: 12px;
  }
}
.values-grid__text {
  line-height: 1.7;
}
@media (max-width: 768px) {
  .values-grid {
    padding-bottom: 128px;
  }
  .values-grid__row {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 38px;
  }
  .values-grid__row:first-child {
    margin-bottom: 38px;
  }
  .values-grid__row--two {
    grid-template-columns: 1fr;
  }
  .values-grid__item {
    padding: 38px 30px;
    width: 100%;
    border-left: 2px solid #C6C7D0;
  }
  .values-grid__title {
    margin-bottom: 23px;
    line-height: 1.5;
  }
  .values-grid__text {
    line-height: 1.7;
  }
}
@media (max-width: 480px) {
  .values-grid {
    padding-bottom: 85px;
  }
  .values-grid__row {
    margin-bottom: 25px;
  }
  .values-grid__row:first-child {
    margin-bottom: 25px;
  }
  .values-grid__item {
    padding: 25px 20px;
  }
  .values-grid__title {
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .values-grid__text {
    line-height: 1.6;
  }
}

.history {
  padding: 170px 0;
  background-color: #F0F1F3;
}
.history__wrapper {
  display: flex;
  gap: 60px;
}
.history__title-area {
  flex: 0 0 300px;
}
.history__timeline {
  flex: 1;
  position: relative;
}
.history__item {
  margin-bottom: 67px;
  position: relative;
  padding-left: 40px;
}
.history__item:last-child {
  margin-bottom: 0;
}
.history__item:last-child::before {
  display: none;
}
.history__item::before {
  content: "";
  position: absolute;
  left: 11px;
  top: 24px;
  width: 2px;
  height: calc(100% + 50px);
  background: #C6C7D0;
}
@media (max-width: 768px) {
  .history__item {
    padding-left: 30px;
    margin-bottom: 40px;
  }
  .history__item::before {
    left: 9px;
    top: 20px;
    height: calc(100% + 40px);
  }
}
.history__circle {
  position: absolute;
  left: 0;
  top: 8px;
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  border: 3px solid #CC1F22;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 768px) {
  .history__circle {
    width: 20px;
    height: 20px;
    top: 0;
  }
}
.history__item .history__wrapper {
  display: flex;
  gap: 50px;
  flex-direction: row;
  align-items: flex-start;
}
.history__item .history__wrapper .history__time {
  flex-shrink: 0;
}
.history__item .history__wrapper .history__content {
  flex: 1;
}
@media (max-width: 768px) {
  .history__item .history__wrapper {
    flex-direction: column;
    gap: 15px;
  }
}
.history__item--with-image .history__wrapper {
  flex-direction: row;
  gap: 50px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .history__item--with-image .history__wrapper {
    flex-direction: column;
    gap: 20px;
  }
}
.history__item--with-image .history__content {
  flex: 1;
}
.history__item--with-image .history__image {
  margin-top: 0;
  width: 300px;
  max-width: 300px;
  height: auto;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .history__item--with-image .history__image {
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
  }
}
.history__item--with-text .history__wrapper {
  flex-direction: row;
  gap: 50px;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .history__item--with-text .history__wrapper {
    flex-direction: column;
    gap: 15px;
  }
}
.history__item--with-text .history__content {
  flex: 1;
}
.history__item--with-text .history__text-right {
  width: 300px;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .history__item--with-text .history__text-right {
    width: 100%;
    display: none;
  }
}
.history__time {
  display: flex;
  align-items: baseline;
  gap: 20px;
}
@media (max-width: 768px) {
  .history__time {
    gap: 15px;
  }
}
.history__time-text {
  font-size: 24px;
}
@media (max-width: 1024px) {
  .history__time-text {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .history__time-text {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .history__time-text {
    font-size: 16px;
  }
}
.history__time-text {
  font-weight: 600;
  color: #CC1F22;
  font-family: "Nunito Sans", sans-serif;
}
.history__time-label {
  font-size: 21px;
}
@media (max-width: 1024px) {
  .history__time-label {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .history__time-label {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .history__time-label {
    font-size: 16px;
  }
}
.history__time-label {
  font-weight: 500;
  color: #CC1F22;
}
.history__content {
  padding-left: 0;
}
.history__description {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .history__description {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .history__description {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .history__description {
    font-size: 14px;
  }
}
.history__description {
  line-height: 1.8;
}
@media (max-width: 768px) {
  .history__description {
    line-height: 1.7;
  }
}
@media (max-width: 480px) {
  .history__description {
    line-height: 1.6;
  }
}
.history__image {
  margin-top: 20px;
  width: 100%;
  max-width: 400px;
  height: auto;
}
.history__fullimage {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .history {
    padding: 128px 0;
  }
  .history__wrapper {
    flex-direction: column;
    gap: 0;
  }
  .history__title-area {
    flex: none;
  }
}
@media (max-width: 480px) {
  .history {
    padding: 85px 0;
  }
}

.founding-story {
  padding: 170px 0 0 0;
  background: #FAF5F1;
  overflow: visible;
  position: relative;
}
.founding-story .container {
  overflow: visible;
  position: relative;
}
.founding-story__slider-wrapper {
  position: relative;
  margin-right: -50%;
  padding-right: 50%;
  margin-left: 0;
  overflow: visible;
}
.founding-story__slider-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  width: 100vw;
  background: #FAF5F1;
  z-index: 5;
}
.founding-story__slider-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: -100vw;
  width: 100vw;
  background: #FFFFFF;
  z-index: 6;
}
.founding-story__slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.founding-story__slider.slick-initialized {
  overflow: visible;
}
.founding-story__slider.slick-initialized .slick-list {
  overflow: visible;
}
.founding-story__slider.slick-initialized .slick-track {
  display: flex;
  align-items: stretch;
}
.founding-story__slide {
  margin-right: 2px;
}
.founding-story__slide.slick-slide {
  opacity: 0.85;
  transition: opacity 0.3s ease;
}
.founding-story__slide.slick-slide.slick-current {
  opacity: 1;
}
.founding-story__card {
  position: relative;
  width: 540px;
  height: 388.8px;
  overflow: hidden;
  cursor: pointer;
}
.founding-story__card:hover .founding-story__image img {
  transform: scale(1.05);
}
.founding-story__image {
  width: 100%;
  height: 100%;
  position: relative;
}
.founding-story__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.founding-story__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 28px;
  background: linear-gradient(to top, #E62327 0%, rgba(230, 35, 39, 0.7) 30%, rgba(255, 255, 255, 0) 100%);
  color: #FFFFFF;
}
.founding-story__episode {
  display: inline-flex;
  align-items: center;
  background: #E62327;
  color: #FFFFFF;
  padding: 8px 20px;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  font-family: "Nunito Sans", sans-serif;
}
.founding-story__episode::before {
  content: "FOUNDING STORY | ";
  margin-right: 10px;
}
.founding-story__title {
  font-size: 24px;
}
@media (max-width: 1024px) {
  .founding-story__title {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .founding-story__title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .founding-story__title {
    font-size: 16px;
  }
}
.founding-story__title {
  line-height: 1.4;
  color: #FFFFFF;
}
.founding-story__date {
  font-size: 14px;
}
@media (max-width: 1024px) {
  .founding-story__date {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .founding-story__date {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .founding-story__date {
    font-size: 10px;
  }
}
.founding-story__date {
  opacity: 0.9;
}
.founding-story .slick-prev,
.founding-story .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FFFFFF !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  border: none;
  z-index: 100;
  font-size: 0;
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}
.founding-story .slick-prev:hover,
.founding-story .slick-next:hover {
  background: #F5F5F5 !important;
  opacity: 1 !important;
}
.founding-story .slick-prev:focus,
.founding-story .slick-next:focus {
  outline: none;
  opacity: 1 !important;
}
.founding-story .slick-prev::before,
.founding-story .slick-next::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 18px;
  background-image: url("../images/common/arr_r.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.founding-story .slick-prev {
  left: -25px;
}
.founding-story .slick-prev::before {
  transform: translate(-50%, -50%);
}
.founding-story .slick-next {
  right: -25px;
}
.founding-story .slick-arrow.slick-hidden {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.founding-story .slick-arrow.slick-disabled {
  opacity: 0.5 !important;
  display: block !important;
  visibility: visible !important;
  cursor: not-allowed;
}
@media (max-width: 768px) {
  .founding-story {
    padding: 128px 0 0 0;
  }
  .founding-story__header {
    flex-direction: column;
    gap: 20px;
  }
  .founding-story__title-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .founding-story__title-en {
    line-height: 1.25;
  }
  .founding-story__subtitle {
    padding: 6px 12px;
  }
  .founding-story__episode {
    padding: 6px 15px;
    margin-bottom: 11px;
  }
  .founding-story .slick-prev,
  .founding-story .slick-next {
    width: 40px;
    height: 40px;
  }
  .founding-story .slick-prev::before,
  .founding-story .slick-next::before {
    width: 6px;
    height: 14px;
  }
  .founding-story .slick-prev {
    left: -20px;
  }
  .founding-story .slick-next {
    right: -20px;
  }
  .founding-story__card {
    width: 45vw;
    height: 32.4vw;
  }
  .founding-story__overlay {
    padding: 21px;
  }
  .founding-story__title {
    line-height: 1.4;
  }
  .founding-story__prev, .founding-story__next {
    width: 40px;
    height: 40px;
  }
  .founding-story__prev {
    left: 10px;
  }
  .founding-story__next {
    right: 10px;
  }
}
@media (max-width: 480px) {
  .founding-story {
    padding: 85px 0 0 0;
  }
  .founding-story__episode {
    padding: 4px 12px;
    margin-bottom: 8px;
  }
  .founding-story__overlay {
    padding: 14px;
  }
  .founding-story__title {
    line-height: 1.3;
  }
  .founding-story__card {
    width: calc(100vw - 40px);
    height: calc((100vw - 40px) * 0.72);
  }
}

.partners {
  padding: 170px 0;
  background: #FFFFFF;
}
.partners__logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: nowrap;
}
.partners__logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 114px;
  width: 100%;
}
.partners__logo-img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .partners {
    padding: 128px 0;
  }
  .partners__logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
    flex-wrap: wrap;
  }
  .partners__logo-item {
    height: 70px;
  }
}
@media (max-width: 480px) {
  .partners {
    padding: 85px 0;
  }
  .partners__logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 15px;
  }
  .partners__logo-item {
    height: 60px;
    padding: 10px;
  }
  .partners__logo-img {
    max-width: 120px;
  }
}

.speakerWrap {
  padding: 100px 0 90px;
  background: #FFFFFF;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .speakerWrap {
    padding: 80px 40px;
  }
}
@media (max-width: 768px) {
  .speakerWrap {
    padding: 60px 40px;
  }
}
.speakerWrap .title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .speakerWrap .title {
    margin-bottom: 40px;
    gap: 10px;
  }
}
.speakerWrap .title-icon {
  width: 24px;
  height: 24px;
  border: 4px solid #E62327;
  border-radius: 50%;
  background: transparent;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .speakerWrap .title-icon {
    width: 16px;
    height: 16px;
  }
}
.speakerWrap .title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #3F3F3F;
  margin: 0;
  line-height: 1;
}
@media (max-width: 1024px) {
  .speakerWrap .title h2 {
    font-size: 27px;
  }
}
@media (max-width: 768px) {
  .speakerWrap .title h2 {
    font-size: 22px;
  }
}
.speakerWrap .box {
  max-width: 100%;
}
.speakerWrap .box .child {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .speakerWrap .box .child {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .speakerWrap .box .child {
    flex-direction: column;
    gap: 30px;
  }
}
.speakerWrap .box .child .inner {
  flex: 1;
  overflow: hidden;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .speakerWrap .box .child .inner {
    max-width: 100%;
  }
}
.speakerWrap .box .child .inner .image {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border: 2px solid #E62327;
  border-radius: 14px;
  margin-bottom: 30px;
}
.speakerWrap .box .child .inner .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.speakerWrap .box .child .inner .info {
  display: flex;
  flex-direction: column;
}
.speakerWrap .box .child .inner .info .company {
  font-size: 14px;
  color: #505050;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .speakerWrap .box .child .inner .info .company {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .speakerWrap .box .child .inner .info .company {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.speakerWrap .box .child .inner .info .name {
  font-size: 21px;
  font-weight: bold;
  color: #333;
  line-height: 1;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .speakerWrap .box .child .inner .info .name {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .speakerWrap .box .child .inner .info .name {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .speakerWrap .box .child .inner .info .name {
    font-size: 18px;
  }
}
.speakerWrap .box .child .inner .info .text {
  font-size: 16px;
  color: #333;
  margin: 0;
  background: #F7F7F7;
  border-radius: 20px;
  padding: 20px;
}
@media (max-width: 1024px) {
  .speakerWrap .box .child .inner .info .text {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .speakerWrap .box .child .inner .info .text {
    font-size: 14px;
    line-height: 1.6;
  }
}

.aboutWrap {
  padding: 55px 40px 90px;
  background: #FAF5F1;
}
@media (max-width: 1024px) {
  .aboutWrap {
    padding: 50px 40px 70px;
  }
}
@media (max-width: 768px) {
  .aboutWrap {
    padding: 40px 40px 60px;
  }
}
.aboutWrap .title {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .aboutWrap .title {
    margin-bottom: 45px;
  }
}
@media (max-width: 768px) {
  .aboutWrap .title {
    margin-bottom: 35px;
  }
}
.aboutWrap .title h2 {
  font-size: 24px;
  font-weight: bold;
  color: #3F3F3F;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 10px;
  position: relative;
  border-bottom: none;
}
@media (max-width: 1024px) {
  .aboutWrap .title h2 {
    font-size: 22px;
    padding-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .aboutWrap .title h2 {
    font-size: 20px;
    padding-bottom: 8px;
  }
}
@media (max-width: 480px) {
  .aboutWrap .title h2 {
    font-size: 18px;
  }
}
.aboutWrap .title .progress-bar {
  display: flex;
  width: 100%;
  max-width: 126px;
  margin: 0 auto;
  height: 5px;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1024px) {
  .aboutWrap .title .progress-bar {
    max-width: 110px;
    height: 4px;
  }
}
@media (max-width: 768px) {
  .aboutWrap .title .progress-bar {
    max-width: 100px;
    height: 4px;
  }
}
.aboutWrap .title .progress-bar__filled {
  width: 75%;
  background-color: #E62327;
  height: 100%;
}
.aboutWrap .title .progress-bar__unfilled {
  width: 25%;
  background-color: #505050;
  height: 100%;
}
.aboutWrap .box {
  max-width: 832px;
  margin: 0 auto;
}
.aboutWrap .box .child {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (max-width: 768px) {
  .aboutWrap .box .child {
    gap: 20px;
  }
}
.aboutWrap .box .child .inner {
  display: flex;
  align-items: stretch;
}
@media (max-width: 768px) {
  .aboutWrap .box .child .inner {
    flex-direction: column;
    gap: 0;
    border-radius: 8px;
    overflow: hidden;
  }
}
.aboutWrap .box .child .inner .label {
  font-size: 16px;
  font-weight: bold;
  background: #D8D8D8;
  min-width: 154px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  line-height: 1.6;
  text-align: center;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .aboutWrap .box .child .inner .label {
    font-size: 15px;
    min-width: 120px;
    margin-right: 8px;
  }
}
@media (max-width: 768px) {
  .aboutWrap .box .child .inner .label {
    font-size: 15px;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    width: 100%;
    border-radius: 8px 8px 0 0;
  }
}
@media (max-width: 480px) {
  .aboutWrap .box .child .inner .label {
    font-size: 14px;
  }
}
.aboutWrap .box .child .inner .label span {
  border-bottom: 1px solid #fff;
  margin: 0 20px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  height: 100%;
  flex: 1;
}
@media (max-width: 1024px) {
  .aboutWrap .box .child .inner .label span {
    margin: 0 15px;
    padding: 18px 0;
  }
}
@media (max-width: 768px) {
  .aboutWrap .box .child .inner .label span {
    margin: 0 20px;
    padding: 18px 0;
    border-bottom: none;
  }
}
.aboutWrap .box .child .inner:first-child .label {
  border-radius: 14px 0 0 0;
}
@media (max-width: 768px) {
  .aboutWrap .box .child .inner:first-child .label {
    border-radius: 8px 8px 0 0;
  }
}
.aboutWrap .box .child .inner:last-child .label {
  border-radius: 0 0 0 14px;
}
@media (max-width: 768px) {
  .aboutWrap .box .child .inner:last-child .label {
    border-radius: 0;
  }
}
.aboutWrap .box .child .inner:last-child .label span {
  border-bottom: none;
}
.aboutWrap .box .child .inner:last-child .value p {
  border-bottom: 0;
}
.aboutWrap .box .child .inner:last-child .value .map {
  width: 100%;
}
.aboutWrap .box .child .inner:last-child .value .map iframe {
  width: 100%;
  min-height: 363px;
}
.aboutWrap .box .child .inner .value {
  font-size: 16px;
  background: #fff;
  line-height: 1.6;
  color: #3F3F3F;
  text-align: center;
  margin-right: 10px;
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: 0;
}
@media (max-width: 1024px) {
  .aboutWrap .box .child .inner .value {
    font-size: 15px;
    margin-right: 8px;
  }
}
@media (max-width: 768px) {
  .aboutWrap .box .child .inner .value {
    font-size: 15px;
    line-height: 1.8;
    margin-right: 0;
    width: 100%;
    border-radius: 0 0 8px 8px;
  }
}
@media (max-width: 480px) {
  .aboutWrap .box .child .inner .value {
    font-size: 14px;
  }
}
.aboutWrap .box .child .inner .value p {
  margin: 0 20px;
  padding: 20px 0;
  border-bottom: 1px solid #D3D3D3;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex: 1;
}
@media (max-width: 1024px) {
  .aboutWrap .box .child .inner .value p {
    margin: 0 15px;
    padding: 18px 0;
  }
}
@media (max-width: 768px) {
  .aboutWrap .box .child .inner .value p {
    margin: 0 20px;
    padding: 18px 0;
    border-bottom: none;
  }
}
.aboutWrap .map {
  margin-top: 70px;
}
@media (max-width: 768px) {
  .aboutWrap .map {
    margin-top: 50px;
  }
}
.aboutWrap .map-title {
  font-size: 24px;
  font-weight: bold;
  color: #3F3F3F;
  margin-bottom: 25px;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .aboutWrap .map-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .aboutWrap .map-title {
    font-size: 20px;
    margin-bottom: 18px;
  }
}
@media (max-width: 480px) {
  .aboutWrap .map-title {
    font-size: 18px;
  }
}
.aboutWrap .map-content {
  width: 100%;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  overflow: hidden;
  background: #FFFFFF;
}
@media (max-width: 768px) {
  .aboutWrap .map-content {
    border-radius: 6px;
  }
}
.aboutWrap .map-content img {
  width: 100%;
  height: auto;
  display: block;
}

.row2box {
  display: flex;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px 155px;
}
@media (max-width: 1024px) {
  .row2box {
    gap: 30px;
    padding: 0px 40px 100px;
  }
}
@media (max-width: 768px) {
  .row2box {
    flex-direction: column;
    gap: 40px;
    padding: 0px 40px 60px;
  }
}
.row2box__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .row2box__item {
    gap: 15px;
  }
}
.row2box__logo {
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .row2box__logo {
    height: 55px;
  }
}
@media (max-width: 768px) {
  .row2box__logo {
    height: 50px;
  }
}
.row2box__logo img {
  width: auto;
  height: 100%;
  max-width: 100%;
  display: block;
  object-fit: contain;
}
.row2box__video {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.row2box__video img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.row2box__caption {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 768px) {
  .row2box__caption {
    gap: 8px;
  }
}
.row2box__arrow {
  color: #E62327;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 1024px) {
  .row2box__arrow {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .row2box__arrow {
    font-size: 20px;
  }
}
.row2box__text {
  font-size: 16px;
  line-height: 1.6;
  font-family: "Noto Sans CJK JP", sans-serif;
  text-align: left;
}
@media (max-width: 768px) {
  .row2box__text {
    font-size: 14px;
  }
}