@charset "utf-8";

a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

body#home {
  /* background-image: url(../img/top/bg_main.png); */
  background-size: 100% auto;
  background-position: center 80%;
}

#contents {
  padding: 1px 0;
  background-image: url(../img/top/bg_contact_bottom.png);
  background-repeat: no-repeat;
  background-position: center 105%;
  background-size: 100% auto;
}

.anchor-area {
  padding-top: 150px;
  margin-top: -150px;
}


/* NEXT SCHOOL LIFE */

.nextlife-area {
  margin-bottom: -50px;
}

@media (orientation: landscape){
  .nextlife-area .nextlife-title.load_active {
    max-height: 60vh;
  }
}


.life-bg {
  background-image: url(../img/top/fv_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  position: absolute;
  top: 0;
  width: 82%;
  z-index: -1;
  height: 100vh;
  right: 0;
}

.nextlife-area .nextlife-title {
  height: 70vh;
  justify-content: flex-start;
  max-width: 1200px;
  width: 100%;
  margin: auto;
  font-family: oswald;
  flex-direction: row;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  color: #3d5b76;
  font-size: 330%;
  right: 100px;
  opacity: 0;
  position: relative;
}

.nextlife-area .nextlife-title.load_active {
  animation: loadingactive 1s linear forwards 0.5s normal;
}

@keyframes loadingactive {
  0% {
    opacity: 0;
  }

  100% {
    right: 0;
    opacity: 1;
  }
}


.nextlife-area .nextlife-title .title-sub {
  display: block;
  width: 100%;
  margin-top: 30px;
  font-size: 42%;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.nextlife-title .next-title {
  margin-right: 17px;
  letter-spacing: 6px;
}

/* slider */
.life-list-area {
  position: relative;
  bottom: 220px;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 10px;
  z-index: 0;
  height: 640px;
  opacity: 0;
  transition: .5s;
}

.slide-title {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: -1;
  font-family: oswald;
  color: #3d5b76;
  font-size: 18px;
}

.life-list-area.load_active {
  opacity: 1;
  transition: .5s;
}
.life-list {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: calc(100vw + 45px);
    height: 100%;
}

.life-list .life-item {
  background-color: #4a769b;
  box-shadow: 0 0 26px 8px rgb(73 144 166 / 19%);
  margin: 0 12px;
  color: #fff;
  text-align: center;
  background-image: url(../img/top/bg_life_item.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  transition: .5s;
  float: left;
  max-width: calc(100% / 7);
  position: relative;
  display: block;
  bottom: 0;
}

.life-list .slick-list {
  overflow: visible;
  height: 420px;
}

.life-list .life-img {
  aspect-ratio: 3/2;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  background-color: #fff;
  transition: .5s;
}

.life-list .life-img img {
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}
.life-text-area {
    box-sizing: border-box;
    padding: 0 min(0.5vw, 10px) 20px;
}
.life-list .life-item .life-text {
  font-size: min(13px,1.7vw);
  letter-spacing: 0;
}

.life-list .life-item .life-ttl {
  margin: 15px 0 10px;
  /* font-size: min(1vw, 18px); */
}

.life-list .life-item.slick-center,
.life-list .life-item.is-active-next {
  position: relative;
  bottom: 80px;
  transition: .5s;
  transform: scale(1.05);
}
/*
.life-list .life-item.slick-center .life-img,
.life-list .life-item.is-active-next .life-img {
  height: 250px;
}
*/


.slick-prev,
.slick-next {
  position: absolute;
  left: 0;
  top: 89%;
  max-width: 109px;
  margin: auto;
  right: 270px;
  border-radius: 0;
  border: 1px solid #3e5b76;
  background-color: transparent;
  text-indent: -9999px;
  height: 50px;
  width: 50px;
  background-image: url(../img/top/ico_slider_left.png);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9999;
  transition: .5s;
}

.slick-prev:hover,
.slick-next:hover {
  transition: .5s;
  border: 2px solid #3e5b76;
}

.slick-next {
  left: 270px;
  right: 0;
  background-image: url(../img/top/ico_slider_right.png);
}

/* journey */
.journey-title-area {
  margin: 0 0 50px auto;
  width: 100%;
  max-width: calc(100% - 460px - 60px);
  font-size: 17px;
  position: relative;
}

.journey-title-area .title-sub {
  color: #3690b5;
  font-size: 33px;
}

.journey-title {
  font-family: oswald;
  max-width: max-content;
  border-top: 3px solid #358fb5;
  padding-top: 25px;
  margin-bottom: 40px;
}

.journey-title::before {
  content: "";
  top: -30px;
  height: 187px;
  background-image: url(../img/top/deco_journey.png);
  width: 160px;
  display: block;
  position: absolute;
  left: calc(100% - 260px);
  background-repeat: no-repeat;
  background-position: center;
}

.journey-title .title-main {
  color: #3d5b76;
  font-size: 52px;
}

.journey-catch .text-blue {
  color: #2b81a5;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.journey-catch {
  line-height: 2em;
}

.journey-bg {
  background-image: url(../img/top/bg_journey_left.png), url(../img/top/bg_journey_right.png);
  background-repeat: no-repeat;
  background-position: left 0, right 80%;
  background-size: auto;
  padding-bottom: 150px;
}

.journey-area {
  max-width: 1200px;
  margin: auto;
  width: 95%;
}

.journey-area .journey-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 60px;
  border-bottom: 1px solid #577b93;
  padding-bottom: 75px;
  margin-bottom: 75px;
}

.journey-area .journey-item .journey-thm {
  width: 460px;
  display: block;
  height: 460px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

.journey-area .journey-item .journey-details {
  width: calc(100% - 460px - 60px);
}

.journey-area .journey-item h3 {
  color: #3d5b76;
  font-size: 23px;
  line-height: 1.7em;
  margin-bottom: 35px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.journey-area .journey-item .linkArea {
  font-family: oswald;
  margin: 20px 0 0 auto;
  max-width: 100%;
  width: 360px;
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 30px;
  display: block;
  background-color: #3d5b76;
  transition: .5s;
  background-image: url(../img/top/bg_contact_btn.png);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

.journey-details .excerpt {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px dotted #bccbd4;
  font-size: 18px;
}

.journey-area .journey-item .linkArea::before {
  content: "";
  position: absolute;
  right: 20px;
  left: auto;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 50px;
  height: 40px;
  background-image: url(../img/top/ico_arrow_right.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: .5s;
}

.journey-area .journey-link {
  border-radius: 50px;
  display: block;
  width: 100%;
  max-width: 320px;
  margin: auto auto 0;
  padding: 13px;
  color: #fff;
  transition: .5s;
  font-size: 124%;
  background-image: url(../img/top/bg_product_btn.png);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  text-align: center;
}

.journey-area .journey-link::before {
  content: "";
  position: absolute;
  right: 20px;
  left: auto;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 50px;
  height: 40px;
  background-image: url(../img/top/ico_arrow_right.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: .5s;
}

.journey-area .journey-link:hover::before {
  right: 0;
  transiton: .5s;
}

.interview-parson {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 35px;
}

.interview-parson .interview-img {
  order: 2;
  width: 150px;
  height: 150px;
}

.interview-parson .interview-parson-text {
  text-align: right;
  margin-right: 10px;
  width: calc(100% - 160px);
  font-size: 15px;
  color: #3d5b76;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.interview-parson .interview-parson-text .interview-name {
  font-size: 18px;
  margin-bottom: 5px;
  width: 100%;
}

.interview-parson .parson-detail {
  line-height: 1.45em;
  width: 100%;
}

.journey-bottom .date {
  font-size: 18px;
  font-family: oswald;
  color: #7d7d7d;
  letter-spacing: -1px;
  width: 120px;
  text-align: right;
}

.journey-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
}

.journey-bottom .category-list {
  width: calc(100% - 140px);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  align-items: stretch;
}

.journey-bottom .category-item {
  border: 1px solid #c6cad1;
  padding: 7px 10px;
  color: #3e5b76;
  letter-spacing: 0;
}

.journey-area .journey-item .linkArea:hover::before {
  transition: .5s;
  right: 0;
}

/* product */
.product-bg {
  background-image: url(../img/top/bg_product_left.png), url(../img/top/bg_product_right.png);
  background-repeat: no-repeat;
  background-position: left 0, right 100%;
  background-size: auto;
  padding-bottom: 150px;
  margin-bottom: -30px;
}

.product-area {
  max-width: 1200px;
  margin: auto auto 0;
  width: 95%;
}

.product-area .product-list {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 90px;
}

.product-area .product-title {
  font-size: 330%;
  max-width: max-content;
  margin: auto auto 50px;
  border-top: 4px solid #358fb5;
  padding-top: 20px;
  letter-spacing: 4px;
  color: #3d5b76;
  font-family: oswald;
  position: relative;
}

.product-area .product-title::before {
  content: "";
  bottom: 0;
  height: 100px;
  background-image: url(../img/top/deco_product.png);
  width: 120px;
  display: block;
  position: absolute;
  left: calc(100% + 20px);
  background-repeat: no-repeat;
}

.product-area .product-title .title-sub {
  display: block;
  color: #2b81a5;
  font-size: 33%;
  margin: 30px 0 0;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.product-area .product-item {
  background-color: #fff;
  padding: 20px 20px 110px;
  box-sizing: border-box;
  box-shadow: 0 0 26px 8px rgb(73 144 166 / 19%);
  transition: .5s;
  position: relative;
}

.product-area .product-item:hover {
  transform: scale(1.08);
  transition: .5s;
}

.product-area .product-item .photoContainer {
  margin-bottom: 30px;
}

.product-area .product-item h3 {
  font-size: 120%;
  color: #3d5b76;
  margin-bottom: 20px;
  line-height: 1.5em;
  letter-spacing: -1px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.product-item .bottom {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: calc(100% - 40px);
  right: 0;
  margin: auto;
}

.product-area .product-item .date {
  color: #7d7d7d;
  font-family: oswald;
  text-align: right;
}

.product-item .category-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px;
  align-items: stretch;
  margin-bottom: 10px;
}

.product-item .category-item {
  border: 1px solid #c6cad1;
  padding: 5px 8px;
  color: #3e5b76;
  font-size: 15px;
  letter-spacing: 0;
}

.product-area .product-more {
  border-radius: 50px;
  display: block;
  width: 100%;
  max-width: 320px;
  margin: auto auto;
  padding: 13px;
  color: #fff;
  transition: .5s;
  font-size: 124%;
  background-image: url(../img/top/bg_product_btn.png);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  text-align: center;
}

.product-area .product-more::after {
  content: "";
  position: absolute;
  right: 20px;
  left: auto;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 50px;
  height: 40px;
  background-image: url(../img/top/ico_arrow_right.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: .5s;
}

.product-area .product-more:hover::after {
  right: 10px;
  transition: .5s;
}

.product-area .product-more:hover {
  box-shadow: 0 0 26px 8px rgb(73 144 166 / 19%);
}

/* パートナー */
.partner-area h2 {
  font-size: 330%;
  max-width: max-content;
  margin: auto auto 50px;
  border-top: 4px solid #358fb5;
  padding-top: 20px;
  letter-spacing: 4px;
  color: #3d5b76;
  font-family: oswald;
  position: relative;
}

.partner-area h2::before {
  content: "";
  position: absolute;
  left: calc(100% + 40px);
  background-image: url(../img/top/deco_partner.png);
  height: 135px;
  width: 116px;
  display: block;
  background-repeat: no-repeat;
  bottom: 0;
}

.partner-area h2 .jp-ttl {
  display: block;
  color: #2b81a5;
  font-size: 33%;
  margin: 30px 0 0;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.partner-list {
  display: grid;
  gap: 25px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 1200px;
  margin: auto auto 170px;
  width: 95%;
}

.partner-list .partner-item {
  box-sizing: border-box;
}

a.partner-link {
  box-shadow: 0 0 26px 8px rgb(73 144 166 / 19%);
  background-color: #fff;
  outline: 4px solid transparent;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  max-height: 120px;
  overflow: hidden;
  object-fit: contain;
  transition: .5s;
}

a.partner-link:hover {
  outline: 4px solid #358fb5;
  transition: .5s;
}

/* お問い合わせ */
.home-contact {
  max-width: 1200px;
  margin: auto auto 100px;
  background-color: #fff;
  box-shadow: 0 0 46px 18px rgb(73 144 166 / 19%);
  padding: 40px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  width: 95%;
}

.home-contact h2 {
  text-align: center;
  font-size: 250%;
  color: #3d5b76;
  font-family: oswald;
  margin-bottom: 40px;
}

.home-contact h2 .jp-ttl {
  display: block;
  font-size: 45%;
  font-weight: 500;
  margin-top: 10px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", "Meiryo",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.home-contact::before {
  content: "";
  position: absolute;
  right: 250px;
  background-image: url(../img/top/deco_contact.png);
  height: 190px;
  width: 200px;
  display: block;
  background-repeat: no-repeat;
  bottom: calc(100% - 7em);
}

.home-contact .contact-link:hover {
  transition: .5s;
  box-shadow: 0 0 26px 8px rgb(73 144 166 / 19%);
}

.home-contact .contact-link {
  border-radius: 50px;
  display: block;
  background-color: #3d5b76;
  width: 100%;
  max-width: 480px;
  margin: 30px auto auto;
  padding: 20px;
  color: #fff;
  transition: .5s;
  font-size: 124%;
  border: 3px solid transparent;
  background-image: url(../img/top/bg_contact_btn.png);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}

a.partner-link img {
  object-fit: cover;
  max-height: 150%;
  max-width: 100%;
}

.home-contact .contact-link::before,
.home-contact .contact-link::after {
  content: "";
  position: absolute;
  left: 40px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 50px;
  height: 40px;
  background-image: url(../img/top/ico_contact.png);
  background-repeat: no-repeat;
  background-position: center;
}

.home-contact .contact-link:hover::after {
  right: 10px;
  transition: .5s;
}

.home-contact .contact-link::after {
  content: "";
  position: absolute;
  right: 20px;
  left: auto;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 50px;
  height: 40px;
  background-image: url(../img/top/ico_arrow_right.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: .5s;
}

/* anime */
.js-slide-up-row {
  position: relative;
  opacity: 0;
  width: fit-content;
  transition: .5s;
}

.js-slide-up-row.is-setup {
  opacity: 1;
}

.js-slide-up-row__base {
  opacity: 0;
}

.js-slide-up-row__line,
.js-slide-up-row__checker {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  transition: opacity 1s cubic-bezier(.49,.1,.43,.99),transform 1s cubic-bezier(.17,.67,.32,.96);
  opacity: 0;
}

.js-slide-up-row__text {
  display: block;
  opacity: 0;
}

.u-visually-hidden {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

@media screen and (min-width: 1180px) {
  .life-list {
    width: 160vw;
  }
}
@media screen and (min-width: 1300px) {
  .life-list {
    width: 110vw;
  }
}
@media screen and (min-width: 1024px) {
  #home #commonHeader .headerInner {
    background-color: transparent;
    box-shadow: none;
    transition: .5s;
  }

  #home #commonHeader .headerInner.header-fix {
    background-color: #fff;
    box-shadow: 0 0 26px 8px rgb(73 144 166 / 19%);
    transition: .5s;
    padding: 15px 20px;
  }
  .life-list .life-item .life-text {
    font-size: min(13px,1.1vw);
}
}

@media screen and (max-width: 1400px) {

  .life-list .life-item .life-text br {
    display: none;
  }
}

@media screen and (max-width: 1300px) {

  /* NEXT SCHOOL LIFE */

  .journey-title-area br:nth-of-type(2) {
    display: none;
  }

  .journey-catch {
    font-size: 16px;
  }

  .journey-details .excerpt {
    font-size: 17px;
  }

  .journey-details .excerpt p br {
    display: none;
  }

  .product-area .product-list {
    gap: 35px;
  }

  .product-area .product-item h3 {
    font-size: 110%;
  }

  .product-area .product-item .excerpt p {
    font-size: 15px;
  }

  .product-area .product-item {
    padding: 20px 15px 110px;
  }

  .product-item .bottom {
    width: calc(100% - 30px);
  }

  .product-item .category-item {
    font-size: 13px;
  }

  .home-contact::before {
    right: 170px;
  }

  .life-list .life-item .life-text br {
    display: block;
  }
}

@media screen and (max-width: 1140px) {

  /* NEXT SCHOOL LIFE */
  .life-bg {
    background-image: url(../img/top/fv_bg_sp.png);
    background-size: 100% auto;
    background-position: left top;
  }

  .journey-title-area {
    max-width: calc(100% - 400px - 45px);
  }

  .journey-area .journey-item .linkArea {
    width: 280px;
  }

  .journey-area .journey-item .journey-details {
    width: calc(100% - 400px - 45px);
  }

  .journey-area .journey-item {
    gap: 45px;
  }

  .journey-area .journey-item .journey-thm {
    width: 400px;
  }

  .product-area .product-item h3 br {
    display: none;
  }

  .life-list-area {
    bottom: 130px;
  }
  .life-list {
      flex-wrap: wrap;
      width: 130vw;
      position: absolute;
  }

  .life-list .life-item {
    max-width: calc(100% / 5);
  }
}

@media screen and (max-width: 1023px) {
  .life-list-area {
    padding-top: 130px;
    height: 75vw;
    bottom: 0;
  }

  .nextlife-area .nextlife-title {
    height: 75vw;
  }

  /* NEXT SCHOOL LIFE */

  .journey-title-area {
    max-width: 100%;
  }

  .journey-title::before {
    left: calc(100% - 180px);
  }

  .journey-title-area br:nth-of-type(2) {
    display: block;
  }

  .journey-details .excerpt {
    font-size: 16px;
  }

  .journey-area .journey-item {
    display: block;
  }

  .journey-area .journey-item .journey-thm {
    margin-bottom: 40px;
    width: 100%;
    aspect-ratio: 1/1;
    height: auto;
  }

  .journey-area .journey-item .journey-details {
    width: 100%;
  }

  .home-contact::before {
    left: calc(100% - 200px);
    right: auto;
  }
  .life-list {
    width: 160vw;
  }

  .life-list .life-item {
    margin: 0 1vw;
    max-width: none;
    width: calc(100% / 3);
  }

  .life-list .life-item.slick-center, .life-list .life-item.is-active-next{
    transform: scale(1.02);
  }
}

@media screen and (max-width: 767px) {


  body#home {
    background-size: cover;
    background-position: top center;
  }
  .life-list-area {
    height: 590px;
    bottom: 12vw;
    padding-bottom: 2vw;
}
.life-list .life-item {
    margin: 0 1vw;
    width: calc((100% + 50%)  / 3);
    max-width: none;
}
  .life-list .life-item.slick-center .life-text,
  .life-list .life-item.is-active-next .life-text {
    font-size: 2.2vw;
    padding: 0 min(0.2vw, 5px) 20px;
  }

  .life-list .life-item .life-text {
    font-size: 2.2vw;
  }

  .nextlife-title .next-title {
    margin-right: 9px;
  }

  .nextlife-area .nextlife-title .title-sub {
    margin-top: 10px;
  }

  .life-list-area {
    bottom: 12vw;
    padding-bottom: 1vw;
    height: 112vw;
    padding-top: 30vw;
  }

  .life-list-area .slick-slider {
    height: 100%;
  }

  .life-list .life-item.slick-center .life-ttl,
  .life-list .life-item.is-active-next .life-ttl {
    font-size: min(3.5vw, 18px);
  }

  .life-list .life-item .life-ttl {
    font-size: min(3.5vw, 18px);
  }

  .product-area .product-title::before {
    left: 0;
    right: 0;
    bottom: 100%;
    margin: auto;
  }

  .product-area {
    margin-top: 70px;
  }

  .partner-area h2::before {
    left: 110%;
    right: 0;
    margin: auto;
    width: 50%;
    background-size: contain;
    top: 0;
    bottom: auto;
  }

  .partner-list {
    grid-template-columns: 1fr 1fr;
  }

  .journey-area .journey-item .journey-details {
    width: 100%;
  }

  .journey-area .journey-item .journey-thm {
    width: 100%;
  }

  .product-area .product-list {
    grid-template-columns: 1fr;
  }

  .nextlife-area .nextlife-title {
    height: 40vh;
    justify-content: flex-start;
    font-size: 8vw;
    padding: 0 5vw;
  }

  .journey-bg,
  .product-bg,
  .partner-bg {
    padding: 70px 4vw;
    box-sizing: border-box;
  }

  .home-contact::before {
    right: 0;
    bottom: calc(100% - 40px);
  }

  .home-contact .contact-link::before {
    background-position: left;
    width: 20px;
    background-size: contain;
    left: 30px;
  }

.life-text-area {
    padding: 0 min(0.5vw, 10px) 0;
}
}


@media screen and (max-width: 559px) {
  .life-list-area {
    height: 132vw;
    bottom: 2vw;
    padding-bottom: 2vw;
}
}

@media screen and (max-width: 440px) {
.life-list-area {
    height: 122vw;
    bottom: 12vw;
    padding-bottom: 7vw;
}
}