@charset "UTF-8";
/* --------------------------------------------------

初期設定

-------------------------------------------------- */
/* --------------------------------------------------

hover

-------------------------------------------------- */
/* --------------------------------------------------

スマホサイズのフォント指定

-------------------------------------------------- */
/* --------------------------------------------------

breakpoint

-------------------------------------------------- */
/* CSS Document */
/* --------------------------------------------------

movie-area

-------------------------------------------------- */
.movie-area {
  position: relative;
  overflow: hidden;
  aspect-ratio: 2/1;
}
.movie-area iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 120% !important;
  height: 142% !important;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.movie-area .ttl-copy {
  width: min(18%, 300px);
  position: absolute;
  top: 5%;
  left: 5%;
}
@media only screen and (max-width: 768px) {
  .movie-area .ttl-copy {
    width: 30%;
  }
}

/* --------------------------------------------------

main-area

-------------------------------------------------- */
.main-area {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .main-area {
    display: block;
  }
}
.main-area .ttl-copy {
  padding: 3.5em 2em;
  position: absolute;
  left: 1%;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .main-area .ttl-copy {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    padding: 1em 2em;
  }
}
.main-area .slider-block {
  max-width: 1200px;
  margin-left: auto;
}

/* --------------------------------------------------

lead

-------------------------------------------------- */
.lead {
  line-height: 2.3;
  text-align: center;
}

/* --------------------------------------------------

装飾 縦文字

-------------------------------------------------- */
section .inner {
  position: relative;
}
section .inner:before {
  content: "";
  width: 14px;
  height: 100%;
  display: inline-block;
  position: absolute;
  right: -60px;
}
@media only screen and (max-width: 1520px) {
  section .inner:before {
    right: 5%;
  }
}
@media only screen and (max-width: 768px) {
  section .inner:before {
    display: none;
  }
}
section:nth-child(even) .inner:before {
  right: auto;
  left: -60px;
}
section:nth-child(even) .inner:after {
  right: auto;
  left: -55px;
}
@media only screen and (max-width: 1520px) {
  section:nth-child(even) .inner:after {
    left: 0;
  }
}
section.main-area:before {
  content: "";
  width: 14px;
  height: 100%;
  display: inline-block;
  background: url(../img/top/line_scroll.svg) no-repeat border-box top/contain;
  position: absolute;
  top: 35%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  section.main-area:before {
    display: none;
  }
}
section.news-area .inner:before {
  background: url(../img/top/line_news.svg) no-repeat border-box top/contain;
}
section.interview-area .inner:before {
  background: url(../img/top/line_interview.svg) no-repeat border-box top/contain;
}
section.about-area .inner:before {
  background: url(../img/top/line_about.svg) no-repeat border-box top/contain;
}
section.life-area .inner:before {
  background: url(../img/top/line_life.svg) no-repeat border-box top/contain;
}
section.step-area .inner:before {
  background: url(../img/top/line_step.svg) no-repeat border-box top/contain;
}

/* --------------------------------------------------

ニュースエリア_news

-------------------------------------------------- */
.news-area {
  margin: 5% 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .news-area {
    margin-top: 3em;
  }
}
.news-area:before {
  content: "";
  display: inline-block;
  background: #F7F7F7;
  border-radius: 4em 0 0 4em;
  width: 68%;
  height: 168%;
  position: absolute;
  top: -60%;
  right: 0;
  z-index: -2;
}
@media only screen and (max-width: 768px) {
  .news-area:before {
    width: 80%;
    height: 145%;
  }
}

.news-block {
  display: grid;
  display: -ms-grid;
  grid-template-columns: 25% 75%;
  grid-template-rows: auto 75%;
  -ms-grid-columns: 25% 75%;
  -ms-grid-rows: auto 75%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .news-block {
    display: block;
  }
}
.news-block .ttl-top {
  grid-column: 1/2;
  grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  padding: 1em 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .news-block .ttl-top {
    width: 100%;
    margin: 0 0 5%;
  }
}
.news-block .ttl-top .ttl {
  font-size: 3.2rem;
  margin: 1em 0;
}
@media only screen and (max-width: 768px) {
  .news-block .ttl-top .ttl {
    font-size: 1.8rem;
    text-align: center;
  }
}
.news-block .ttl-top .txt-area {
  font-size: 1.8rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  .news-block .ttl-top .txt-area {
    font-size: 1.4rem;
  }
}
.news-block .list-article {
  grid-column: 2/3;
  grid-row: 1/3;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  margin-left: 15%;
}
@media only screen and (max-width: 1520px) {
  .news-block .list-article {
    margin-right: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .news-block .list-article {
    width: 100%;
    margin: 0 0 15%;
  }
}
.news-block .btn-block {
  grid-column: 1/2;
  grid-row: 2;
  -ms-grid-column: 1;
  -ms-grid-row: 2;
}
.news-block .btn-block .btn-base {
  margin: 0;
}
.news-block .btn-block .btn-base a {
  min-width: 250px;
}
@media only screen and (max-width: 768px) {
  .news-block .btn-block {
    justify-content: center;
  }
}

/* --------------------------------------------------

インタビューエリア_interview

-------------------------------------------------- */
.interview-area {
  margin: 10% 0;
  position: relative;
}
.interview-area:before {
  content: "";
  display: inline-block;
  background: #F6DB6F;
  border-radius: 0 5em 5em 0;
  width: 20%;
  height: 60%;
  position: absolute;
  left: 0;
  bottom: -3%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .interview-area:before {
    width: 80%;
  }
}
.interview-area::after {
  content: "";
  background-image: url(../img/common/bg_dot.svg);
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  bottom: 12%;
  z-index: -2;
}
@media only screen and (max-width: 768px) {
  .interview-area::after {
    display: none;
  }
}
.interview-area .list-thumb {
  padding: 5% 0;
}

/* --------------------------------------------------

知るエリア_about

-------------------------------------------------- */
.about-area {
  margin: 7% 0 2%;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .about-area .inner {
    width: 100%;
  }
}
.about-area:before {
  content: "";
  display: inline-block;
  background: url(../img/top/bg_about_map.png) no-repeat center/contain;
  border-radius: 0 5em 5em 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10%;
  right: -23%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .about-area:before {
    border-radius: 0;
    background: url(../img/top/bg_about_map.png) no-repeat center top/contain;
    display: none;
    top: 20%;
    right: 0;
  }
}
.about-area .about-block {
  max-width: 24em;
  margin-right: auto;
  padding: 15% 0;
}
.about-area .about-block .ph-about-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .about-area .about-block {
    max-width: none;
    padding: 5% 0;
  }
  .about-area .about-block .ph-about-sp {
    display: block;
  }
  .about-area .about-block p {
    margin: 2em 4%;
    text-align: center;
  }
}
.about-area .list-about {
  margin: 10% 0;
}
@media only screen and (max-width: 768px) {
  .about-area .list-about {
    width: 80%;
    margin: 5% auto;
  }
}
.about-area .list-about li a {
  display: block;
  border-bottom: 4px solid #cc4904;
  padding: 1.5em 4em 1.5em 0;
  margin-bottom: 2em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .about-area .list-about li a {
    padding: 1em 3em 1em 0;
    margin-bottom: 1em;
  }
}
.about-area .list-about li a:after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/ico_arrow_m.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 37px;
  height: 37px;
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .about-area .list-about li a:after {
    width: 28px;
    height: 28px;
  }
}

/* --------------------------------------------------

暮らしエリア_life

-------------------------------------------------- */
.life-area {
  padding-bottom: 5%;
  margin: 7% 0 10%;
  position: relative;
}
.life-area:before {
  content: "";
  display: inline-block;
  background: #99D3B0;
  border-radius: 0 5em 5em 0;
  width: 20%;
  height: 60%;
  position: absolute;
  left: 0;
  bottom: -5%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .life-area:before {
    width: 80%;
    bottom: 20%;
  }
}
.life-area .wrap-in:before {
  content: "";
  display: inline-block;
  background: #99D3B0;
  border-radius: 5em 0 0 5em;
  width: 10%;
  height: 60%;
  position: absolute;
  right: 0;
  bottom: -5%;
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .life-area .wrap-in:before {
    display: none;
  }
}
.life-area::after {
  content: "";
  background-image: url(../img/common/bg_dot.svg);
  display: block;
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}
@media only screen and (max-width: 768px) {
  .life-area::after {
    display: none;
  }
}

/* list-life */
.list-life {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 2em auto;
}
.list-life > li {
  width: 49%;
  margin: 0 2% 2% 0;
}
.list-life > li:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .list-life > li {
    width: 100%;
    margin: 0 0 1em;
  }
}
.list-life > li a {
  display: block;
  height: 100%;
  background: #FFF;
  position: relative;
  border-radius: 0.5em;
  overflow: hidden;
}
.list-life > li a:after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/ico_arrow_l.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 56px;
  height: 56px;
  position: absolute;
  right: 1em;
  bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .list-life > li a:after {
    width: 30px;
    height: 30px;
    right: 0.5em;
    bottom: 0.5em;
  }
}
.list-life > li a img {
  width: 100%;
  height: auto;
}

/* --------------------------------------------------

ステップエリア_step

-------------------------------------------------- */
.step-area {
  margin: 10% 0;
}

/* list-step */
.list-step {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 3em auto;
}
@media only screen and (max-width: 768px) {
  .list-step {
    margin: 2em auto;
  }
}
.list-step > li {
  width: 31%;
  margin: 0 3.5% 3% 0;
}
.list-step > li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .list-step > li:nth-child(3n) {
    margin-right: auto;
  }
}
@media only screen and (max-width: 768px) {
  .list-step > li {
    width: 46%;
    margin: 0 8% 2em 0;
  }
  .list-step > li:nth-child(2n) {
    margin-right: 0;
  }
}
.list-step > li {
  text-align: center;
}
.list-step > li .txt-no {
  display: block;
  text-align: center;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .list-step > li .txt-no {
    font-size: 14rem;
    font-size: 3.7333333333vmin;
  }
}
.list-step > li .pht-list {
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 768px) {
  .list-step > li p {
    font-size: 11rem;
    font-size: 2.9333333333vmin;
  }
}

/* --------------------------------------------------

体験_サポート

-------------------------------------------------- */
.experience-support-block {
  margin-bottom: 10%;
}
.experience-support-block .experience-support a {
  width: 100%;
  border-radius: 30px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  background: #fff;
  margin: 5% 0;
  display: flex;
}
.experience-support-block .experience-support a .pht-area {
  border-radius: 5px;
  padding: 3%;
  width: 40%;
}
.experience-support-block .experience-support a .txt-area {
  padding: 3%;
  width: 60%;
  position: relative;
}
.experience-support-block .experience-support a .txt-area .experience-support-ttl {
  border-bottom: 2px solid #E9B031;
  font-size: 2.9rem;
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  padding: 0.5em 0;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .experience-support-block .experience-support a .txt-area .experience-support-ttl {
    font-size: 22rem;
    font-size: 5.8666666667vmin;
  }
}
.experience-support-block .experience-support a .txt-area p {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .experience-support-block .experience-support a .txt-area p {
    font-size: 11rem;
    font-size: 2.9333333333vmin;
  }
}
.experience-support-block .experience-support a .txt-area:after {
  content: "";
  display: inline-block;
  background-image: url(../img/common/ico_arrow_l.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  width: 56px;
  height: 56px;
  position: absolute;
  bottom: -1rem;
  right: 1em;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .experience-support-block .experience-support a .txt-area:after {
    width: 28px;
    height: 28px;
    right: 0.5em;
    bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .experience-support-block .experience-support a {
    display: block;
  }
  .experience-support-block .experience-support a .pht-area {
    width: 100%;
    padding-bottom: 0;
  }
  .experience-support-block .experience-support a .txt-area {
    width: 100%;
    padding-bottom: 5%;
  }
}

/* --------------------------------------------------

バナーエリア_bnr

-------------------------------------------------- */
/*.bnr-area{
    margin: 10% 0 5%;
    background: url(../img/top/bg_campaign.jpg) no-repeat border-box top/contain;
    padding-top: 15%;
    @include bp {
        padding-top: 25%;
        margin-bottom: 4em;
    }
}*/
/*.campaign-block{
    max-width: 870px;
    margin: 0 auto 4em;
    @include bp {
        margin: 0 auto 2em;
    }
}

.ttl-campaign{
    font-size: 2.3rem;
    color: #FFF;
    background: $color-campaign;
    text-align: center;
    padding: 1em;
    border-radius: 30px 30px 0 0;
	@include fz-vw(16);
    @include bp {
        padding: 1em .5em;
        border-radius: 15px 15px 0 0;
    }
}*/
.insta-block {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  margin-bottom: 3em;
}
@media only screen and (max-width: 768px) {
  .insta-block {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 2fr 1fr 1fr;
  }
}
.insta-block li:first-child {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-column-end: 2;
}
@media only screen and (max-width: 768px) {
  .insta-block li:first-child {
    grid-column-end: 4;
  }
}
.insta-block li a {
  display: block;
}
.insta-block li a figure {
  background: #e2e5ec;
  position: relative;
  padding-top: 100%;
}
.insta-block li a figure img {
  width: 100%;
  height: 100%;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.7s;
  object-fit: cover;
}

.campaign-box {
  background: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
  padding: 2em;
  border-radius: 0 0 30px 30px;
}
@media only screen and (max-width: 768px) {
  .campaign-box {
    padding: 0.5em;
    border-radius: 0 0 15px 15px;
  }
}
.campaign-box .badge-campaign {
  position: absolute;
  top: -7em;
  right: -3em;
}
@media only screen and (max-width: 1020px) {
  .campaign-box .badge-campaign {
    right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .campaign-box .badge-campaign {
    width: 30%;
    top: -9em;
    right: 0;
  }
}
.campaign-box .hashtag {
  font-family: "Noto Serif JP", "游明朝", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 5rem;
  text-align: center;
  margin-bottom: 1em;
}
@media only screen and (max-width: 768px) {
  .campaign-box .hashtag {
    font-size: 28rem;
    font-size: 7.4666666667vmin;
  }
}
.campaign-box .hashtag span {
  border-bottom: 5px solid #a76801;
}
.campaign-box > dl {
  max-width: 550px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 auto 2em;
}
@media only screen and (max-width: 768px) {
  .campaign-box > dl {
    display: block;
    margin: 0 auto 1em;
  }
}
.campaign-box > dl > dt {
  width: 7em;
  font-size: 1.8rem;
  text-align: center;
  color: #FFF;
  background: #a76801;
  padding: 0.3em 0.5em;
  margin: 0 0.5em 1em 0;
}
@media only screen and (max-width: 768px) {
  .campaign-box > dl > dt {
    font-size: 16rem;
    font-size: 4.2666666667vmin;
  }
}
@media only screen and (max-width: 768px) {
  .campaign-box > dl > dt {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.campaign-box > dl > dd {
  width: calc(100% - 7.5em);
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .campaign-box > dl > dd {
    font-size: 16rem;
    font-size: 4.2666666667vmin;
  }
}
@media only screen and (max-width: 768px) {
  .campaign-box > dl > dd {
    width: 100%;
    margin-bottom: 0.5em;
  }
}
.campaign-box > dl > dd span {
  font-weight: normal;
}
.campaign-box .txt-box {
  background: #EAEAEA;
  text-align: center;
  padding: 1em;
  border-radius: 0.5em;
}
@media only screen and (max-width: 768px) {
  .campaign-box .txt-box {
    font-size: 13rem;
    font-size: 3.4666666667vmin;
  }
}
@media only screen and (max-width: 768px) {
  .campaign-box .txt-box {
    text-align: left;
  }
  .campaign-box .txt-box br {
    display: none;
  }
}
/*# sourceMappingURL=top.css.map */