@charset "UTF-8";
*,
::after,
::before {
  box-sizing: border-box;
}

picture {
  display: block;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

:root {
  --px8: 0.6153rem;
  --px10: 0.769rem;
  --px11: 0.846rem;
  --px12: 0.923rem;
  --px13: 1rem;
  --px14: 1.077rem;
  --px15: 1.154rem;
  --px16: 1.231rem;
  --px17: 1.308rem;
  --px18: 1.385rem;
  --px19: 1.462rem;
  --px20: 1.538rem;
  --px21: 1.615rem;
  --px22: 1.692rem;
  --px23: 1.769rem;
  --px24: 1.846rem;
  --px25: 1.923rem;
  --px26: 2rem;
  --px27: 2.077rem;
  --px28: 2.154rem;
  --px29: 2.231rem;
  --px30: 2.308rem;
  --px31: 2.385rem;
  --px32: 2.462rem;
  --px33: 2.583rem;
  --px34: 2.615rem;
  --base: #42210b;
  --main: #007749;
}

.contents {
  font-size: var(--px21);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 2;
  color: var(--base);
  letter-spacing: 0;
  overflow: hidden;
}

.inner {
  width: 90%;
  max-width: 980px;
  margin: auto;
}

.headingWrap {
  padding: 80px 0 50px;
}

.headingWrap_img {
  background-repeat: no-repeat;
  background-size: contain;
}

.headingWrap_txt {
  flex-grow: 1;
  flex-shrink: 0;
}

.heading {
  margin-bottom: 30px;
}

.word {
  display: inline-block;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.marker {
  background: linear-gradient(left, transparent 50%, #ffe1ae 50%) repeat-x;
  background: -webkit-linear-gradient(left, transparent 50%, #ffe1ae 50%)
    repeat-x;
  background-size: 200% 0.6em;
  background-position: 0 0.7em;
  transition: all 2s ease;
}
.marker.active {
  background-position: -100% 0.7em;
}

@media screen and (max-width: 1200px) {
  .contents {
    font-size: var(--px19);
  }
}
@media screen and (max-width: 767px) {
  .contents {
    font-size: var(--px15);
  }
  .headingWrap {
    padding: 60px 0 40px;
    position: relative;
  }
  .heading {
    width: min(450px, 90%) !important;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/* ナビゲーション
  ================================== */
.nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 40px;
}

.nav_item {
  padding-top: 18px;
  position: relative;
}
.nav_item + .nav_item::before {
  content: "";
  display: block;
  width: 1px;
  height: 76%;
  background: var(--main);
  position: absolute;
  top: 11%;
}
.nav_item a {
  text-align: center;
}
.nav_item a::after {
  content: "";
  display: block;
  aspect-ratio: 326/45;
  background: url(../img/arrow.svg) no-repeat center/contain;
}
.nav_item img {
  width: 82.8220858896%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .navWrap {
    display: contents;
  }
  .nav_item img {
    width: 93%;
  }
  .nav_item a::after {
    aspect-ratio: 326/55;
  }
}

/* ent_list
  ================================== */
.ent_list {
  text-align: center;
  padding: 90px 0 60px;
}

/* Sec intro
  ================================== */
.secIntro {
  margin-bottom: 95px;
}
.secIntro .headingWrap_inner {
  display: flex;
  padding-left: 10px;
}
.secIntro .headingWrap {
  margin-bottom: 25px;
}
.secIntro .headingWrap_txt {
  width: 430px;
}
.secIntro .heading {
  width: 99%;
}
.secIntro .lead {
  padding-left: 1.3em;
}
.secIntro_movie {
  align-self: flex-end;
  padding-bottom: 2%;
}
.secIntro_recommend {
  font-size: 3.23rem;
  text-align: center;
}
.secIntro_recommend .marker {
  background-size: 200% 0.4em;
}
.secIntro_recommend .marker.active {
  background-position: -100% 0.9em;
}

video {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .secIntro .headingWrap_inner {
    padding-left: 0;
  }
  .secIntro .headingWrap_txt {
    width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .secIntro {
    margin-bottom: 23px;
  }
  .secIntro .headingWrap {
    margin-bottom: 7px;
  }
  .secIntro .headingWrap_inner {
    flex-direction: column;
    padding-left: 10px;
  }
  .secIntro .headingWrap_txt {
    width: 100%;
    margin-bottom: 2em;
  }
  .secIntro .heading {
    width: min(360px, 81%) !important;
    margin-bottom: 25px;
  }
  .secIntro .lead {
    padding-left: 0.6em;
  }
  .secIntro_recommend {
    line-height: 1.5;
    font-size: 1.77rem;
  }
}
/* Sec1
  ================================== */
.sec1 .headingWrap {
  padding: 15px 0 40px;
  position: relative;
  z-index: 5;
}
.sec1 .headingWrap_inner {
  position: relative;
}
.sec1 .headingWrap_inner::before {
  content: "";
  display: block;
  width: 56.8367346939%;
  padding-top: 60.7142857143%;
  background: url(../img/deco01.png) no-repeat;
  background-position: 100% 0%;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0%;
  z-index: -1;
  transform: translate(34%, 25%);
}
.sec1 .heading {
  width: 68.0612244898%;
}
.sec1 .conversation {
  background:
    url(../img/deco02.png) no-repeat left 25% / min(400px, 22%),
    url(../img/deco03.png) no-repeat right 95% / min(350px, 22%),
    #f7f5f2;
}

.conversation {
  background: #f7f5f2;
  padding: 90px 0 110px;
  position: relative;
}

.conversation_item {
  width: min(900px, 91.8367346939%);
  display: flex;
  align-items: center;
}
.conversation_item:nth-of-type(odd) .conversation_txt {
  margin-left: -30px;
  padding: 1.5em 2em 1.5em calc(2em + 30px);
}
.conversation_item:nth-of-type(even) {
  margin-left: auto;
  flex-direction: row-reverse;
}
.conversation_item:nth-of-type(even) .conversation_img {
  background-image: url(../img/staff02.png);
}
.conversation_item:nth-of-type(even) .conversation_txt {
  background: #e8e2da;
  border-color: #fff;
  padding: 1.5em calc(2em + 30px) 1.5em 2em;
  margin-right: -30px;
  margin-top: 1.1em;
  margin-bottom: 1.1em;
}

.conversation_img {
  flex: 0 0 max(130px, 17.2413793103%);
  aspect-ratio: 150/186;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/staff01.png);
  position: relative;
}

.conversation_txt {
  line-height: 1.619047619;
  background: #fff;
  border-radius: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: #dfd6cc;
  min-height: 3.2380952381em;
  flex-grow: 1;
  display: grid;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .sec1 .headingWrap_inner::before {
    width: min(300px, 56.8367346939%);
    transform: translate(34%, 36%);
  }
  .sec1 .headingWrap {
    padding-top: 0;
  }
  .sec1 .lead_cont {
    width: 65%;
  }
  .sec1 .conversation {
    background-position:
      left 0%,
      right 98%;
  }
  .conversation_item {
    position: relative;
    width: 100%;
  }
  .conversation_item:nth-of-type(odd) .conversation_txt {
    margin-left: 50px;
    padding: 1em 1em 1em 50px;
  }
  .conversation_item:nth-of-type(odd) .conversation_img {
    left: 0;
    transform: translate(-10%, -50%);
  }
  .conversation_item:nth-of-type(even) .conversation_txt {
    margin-right: 50px;
    padding: 1em 50px 1em 1em;
  }
  .conversation_item:nth-of-type(even) .conversation_img {
    right: 0;
    transform: translate(10%, -50%);
  }
  .conversation_img {
    width: 100px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .conversation_txt {
    min-height: 5.5em;
    margin-top: 1.1em;
    margin-bottom: 1.1em;
  }
}
/* ランキング
  ================================== */
.ranking {
  background: #ebe6de;
}

.ranking_img {
  margin-top: -8%;
  position: relative;
}
.ranking_img::before,
.ranking_img::after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}
.ranking_img::before {
  width: 29%;
  aspect-ratio: 292/287;
  background-image: url(../img/deco04.png);
  top: 15%;
  left: 0;
  transform: translateX(-70%);
}
.ranking_img::after {
  width: min(400px, 50%);
  aspect-ratio: 433/437;
  background-image: url(../img/deco05.png);
  bottom: 0;
  right: 0%;
  transform: translate(44%, 12%);
}

@media screen and (max-width: 767px) {
  .ranking {
    padding-top: 30px;
  }
  .ranking_inner {
    display: contents;
  }
  .ranking_img {
    max-width: 560px;
    margin: auto;
    margin-top: 0;
  }
  .ranking_img::before,
  .ranking_img::after {
    display: none;
  }
}
/* Sec2
  ================================== */
.sec2_photo {
  background: linear-gradient(transparent 50%, #f7f5f2 50%);
}

.sec2_txtWrap {
  text-align: center;
  background:
    url(../img/deco07.png) no-repeat right bottom/min(400px, 28%),
    #f7f5f2;
  padding: 2em 1em;
  position: relative;
  z-index: 1;
}
.sec2_txtWrap::before {
  content: "";
  display: block;
  background: url(../img/deco06.png) no-repeat center/contain;
  aspect-ratio: 250/477;
  width: min(250px, 18%);
  position: absolute;
  bottom: 25%;
  left: 3%;
  z-index: -1;
}

.sec2_txt {
  width: 70%;
}

.sec2 .headingWrap_inner {
  display: flex;
}
.sec2 .headingWrap_img {
  flex: 0 0 66.3265306122%;
  background-image: url(../img/hamburger.jpg);
  background-position: 0 80%;
}
.sec2 .headingWrap_txt {
  flex-basis: 60.2040816327%;
}

@media screen and (max-width: 767px) {
  .sec2 .lead_cont {
    width: 57%;
  }
  .sec2 .headingWrap_img {
    position: absolute;
    bottom: 2%;
    right: 0;
    transform: translate(36%, -10%);
    width: min(300px, 85%);
    aspect-ratio: 148/103;
    z-index: -1;
  }
  .sec2_txtWrap {
    background-position: 105% bottom;
  }
  .sec2_txtWrap::before {
    bottom: unset;
    top: 2%;
    left: 0;
  }
}
@media screen and (max-width: 550px) {
  .sec2_txt {
    width: 90%;
  }
}
/* Sec3
  ================================== */
.sec3 .headingWrap {
  padding: 0;
}
.sec3 .headingWrap_inner {
  display: flex;
}
.sec3 .headingWrap_img {
  flex: 0 0 32.1428571429%;
  background-image: url(../img/staff04.jpg);
  background-position: right bottom;
}
.sec3 .headingWrap_txt {
  flex-grow: 1;
  flex-shrink: 1;
  padding: 80px 0 50px;
}
.sec3 .conversation {
  background:
    url(../img/deco08.png) no-repeat 4% 11% / min(200px, 16%),
    url(../img/deco09.png) no-repeat 94% 85% / min(200px, 16%),
    #f7f5f2;
}
.sec3 .conversation .conversation_item:nth-of-type(even) .conversation_txt {
  background: #fff;
  border-color: #dfd6cc;
}

.questionnaire {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 0;
  width: 81.6326530612%;
  margin: 8px auto 40px;
}

.conversation_list-reverse .conversation_item:nth-of-type(odd) {
  margin-left: auto;
  flex-direction: row-reverse;
}
.conversation_list-reverse
  .conversation_item:nth-of-type(odd)
  .conversation_txt {
  padding: 1.5em calc(2em + 30px) 1.5em 2em;
  margin-right: -30px;
}
.conversation_list-reverse .conversation_item:nth-of-type(even) {
  flex-direction: row;
  margin-left: unset;
  margin-right: auto;
}
.conversation_list-reverse
  .conversation_item:nth-of-type(even)
  .conversation_txt {
  margin-left: -30px;
  padding: 1.5em 2em 1.5em calc(2em + 30px);
}
.conversation_list-reverse .conversation_item:nth-of-type(1) .conversation_txt {
  margin-top: 1em;
  margin-bottom: 1em;
}
.conversation_list-reverse .conversation_item:nth-of-type(1) .conversation_img {
  background-image: url(../img/staff02.png);
}
.conversation_list-reverse .conversation_item:nth-of-type(2) .conversation_img {
  background-image: url(../img/staff01.png);
}
.conversation_list-reverse .conversation_item:nth-of-type(3) .conversation_img {
  background-image: url(../img/staff03.png);
}

@media screen and (max-width: 767px) {
  .sec3 .lead_cont {
    width: 65%;
  }
  .sec3 .headingWrap_img {
    position: absolute;
    bottom: 0;
    right: 0;
    width: min(165px, 42%);
    aspect-ratio: 327/485;
    z-index: -1;
  }
  .sec3 .headingWrap_txt {
    padding: 50px 0 40px;
  }
  .sec3 .conversation {
    background-size: 0%, 20%;
    background-position:
      0 0,
      96% 100%;
  }
  .conversation_list-reverse .conversation_item:nth-of-type(odd) {
    margin-left: auto;
    flex-direction: row-reverse;
  }
  .conversation_list-reverse
    .conversation_item:nth-of-type(odd)
    .conversation_txt {
    padding: 1em 50px 1em 1em;
    margin-right: 50px;
    margin-left: unset;
  }
  .conversation_list-reverse
    .conversation_item:nth-of-type(odd)
    .conversation_img {
    left: unset;
    right: 0;
    transform: translate(10%, -50%);
  }
  .conversation_list-reverse .conversation_item:nth-of-type(even) {
    flex-direction: row;
    margin-left: unset;
    margin-right: auto;
  }
  .conversation_list-reverse
    .conversation_item:nth-of-type(even)
    .conversation_txt {
    margin-left: 50px;
    margin-right: unset;
    padding: 1em 1em 1em 50px;
  }
  .conversation_list-reverse
    .conversation_item:nth-of-type(even)
    .conversation_img {
    right: unset;
    left: 0;
    transform: translate(-10%, -50%);
  }
  .questionnaire {
    grid-template-columns: min(350px, 100%);
    justify-content: center;
  }
}
@media screen and (max-width: 420px) {
  .questionnaire {
    width: 100%;
  }
}
/* Sec4
  ================================== */
.sec04 {
  text-align: center;
  /* padding: 60px 0 120px; */
  padding: 60px 0 80px;
}

/* .sec04_txt {
  margin-bottom: 3em;
} */

.sec04_heading {
  font-size: var(--px28);
  background: #ffe1ae;
  margin-bottom: 25px;
}

.areaList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 25px;
}

.area-toggle {
  font-size: var(--px24);
  display: block;
  width: 223px;
  background-color: #007749;
  border-radius: 10px;
  text-align: center;
  padding: 0.8333333333em 0;
  color: #fff;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

.areaList_item.is-open .area-toggle {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#sec4 .btn-list a:hover,
#sec4 .btn-list a:focus,
#sec4 .btn-list a:active {
  opacity: 1;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.area-sub {
  display: none;
}

.areaList_item.is-open .area-sub {
  display: block;
  border: 2px solid black;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

/* 矢印コンテナ */
.tglarrow {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

/* ▼矢印本体 */
.area-toggle::after {
  content: "";
  position: absolute;
  right: 5%;
  top: 45%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #fff;
  transition: transform 0.3s ease;
}

/* ボタンが開いたとき（上向き矢印） */
.areaList_item.is-open .area-toggle::after {
  transform: rotate(180deg);
}

@media screen and (max-width: 1200px) {
  .sec04_heading {
    font-size: var(--px24);
  }
  .area-toggle {
    font-size: var(--px19);
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .sec04_heading {
    font-size: var(--px20);
  }
  .area-toggle {
    font-size: var(--px16);
    width: 140px;
  }
}
@media screen and (max-width: 430px) {
  .sec04_heading {
    font-size: var(--px19);
  }
  .area-toggle {
    font-size: var(--px15);
  }
} /*# sourceMappingURL=content.css.map */
