@charset "UTF-8";
html {
  font-size: 62.5%;
}
#sj {
  width: 100%;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #777;
}
html body img {
  width: 100%;
}
html body .container {
  overflow: hidden;
}

@media screen and (max-width: 750px) {
  .pcdisp {
    display: none;
  }
}

.spdisp {
  display: none;
}
@media screen and (max-width: 750px) {
  .spdisp {
    display: block;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.sec {
  padding: 0 10px;
  max-width: 1000px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .sec {
    padding: 0 20px;
  }
}
.sec_txt {
  font-size: 1.6rem;
  line-height: 220%;
}
@media screen and (max-width: 750px) {
  .sec_txt {
    font-size: 1.5rem;
    line-height: 190%;
	  margin-top: 30px;
  }
}
.sec_ttl {
  text-align: center;
  color: #155B8C;
  font-family: "プフマーチ", "Puffmarch", sans-serif;
  font-size: 4rem;
  margin-bottom: 15px;
  line-height: 100%;
}
@media screen and (max-width: 750px) {
  .sec_ttl {
    font-size: 3.4rem;
  }
}
.sec_ttl .sml {
  font-size: 2rem;
  font-family: "Zen Maru Gothic", sans-serif;
  display: grid;
  grid-template-columns: 8px auto 8px;
  justify-content: center;
  gap: 1em;
  white-space: nowrap;
  margin-bottom: 1em;
  line-height: normal;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .sec_ttl .sml {
    font-size: 1.7rem;
  }
}
.sec_ttl .sml:before {
  content: "";
  width: 8px;
  height: 1em;
  display: block;
  background-image: url("../img/ttl_left.svg");
}
@media screen and (max-width: 750px) {
  .sec_ttl .sml:before {
    width: 16px;
    height: 100%;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url("../img/sp/ttl_left.svg");
  }
}
.sec_ttl .sml:after {
  content: "";
  width: 8px;
  height: 1em;
  display: block;
  background-image: url("../img/ttl_right.svg");
}
@media screen and (max-width: 750px) {
  .sec_ttl .sml:after {
    width: 16px;
    height: 100%;
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url("../img/sp/ttl_right.svg");
  }
}
.sec_ttl .num {
  font-size: 6.3rem;
  margin-bottom: 0.3em;
  color: #A5BFE8;
}
.sec_ttl .num.green {
  color: #CBE6B2;
}
.sec_ttl .num.red {
  color: #FFC9D2;
}

.smlsec {
  max-width: 900px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .smlsec {
    padding: 0 20px;
  }
}

.fadein {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-out;
}
.fadein.show {
  opacity: 1;
  transform: translateY(0);
}

.floating {
  display: inline-block;
  animation: fluffy 3s ease-in-out infinite;
}

@keyframes fluffy {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.mv {
  width: 900px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .mv {
    padding: 0;
    width: 100%;
  }
}
.mv:before {
  content: "";
  width: 495px;
  height: 440px;
  position: absolute;
  right: calc(50% + 190px);
  top: 50px;
  background-image: url("../img/mv_back.webp");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-10deg);
}
@media screen and (max-width: 750px) {
  .mv:before {
    background-image: url("../img/sp/mv_back_left.webp");
    width: 200px;
    height: 130px;
    top: 0;
    right: auto;
    left: 0;
    z-index: -1;
    transform: rotate(0deg);
  }
}
.mv_catch {
  width: 518px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .mv_catch {
    width: max(309px, 90%);
  }
}
@media screen and (max-width: 530px) {
  .mv_catch {
    width: 309px;
  }
}
.mv_copy {
  margin-top: 80px;
  color: #155B8C;
  margin-left: 136px;
  line-height: 170%;
  padding-bottom: 120px;
  font-family: "プフマーチ", "Puffmarch", sans-serif;
  font-size: 2.6rem;
}
@media screen and (max-width: 750px) {
  .mv_copy {
    font-size: 2rem;
    margin-left: 20px;
    margin-top: 113px;
    padding-bottom: max(60px, 30%);
  }
}
@media screen and (max-width: 530px) {
  .mv_copy {
    padding-bottom: 60px;
  }
}
.mv_copy_cloud {
  background-image: url("../img/text_back_okosama.webp");
  background-repeat: no-repeat;
  background-size: contain;
  color: #A5BFE8;
  display: block;
  width: fit-content;
  background-position: center;
  padding: 0.3em;
}
.mv_copy_cloud.hakuba {
  color: #CBE6B2;
  background-image: url("../img/text_back_hakuba.webp");
  display: inline-block;
}
.mv_copy .large {
  font-size: 4rem;
}
@media screen and (max-width: 750px) {
  .mv_copy .large {
    font-size: 2.8rem;
  }
}
.mv_back {
  position: absolute;
  z-index: -1;
  width: 880px;
  top: 138px;
}
@media screen and (max-width: 750px) {
  .mv_back {
    width: 100%;
    top: max(80px, 20%);
  }
}
@media screen and (max-width: 530px) {
  .mv_back {
    top: 80px;
  }
}

.copy {
  position: relative;
background-image: url(../img/copy_bg.png);
background-size: contain;
	background-repeat: no-repeat;

}
@media screen and (max-width: 750px) {
  .copy {
    margin-top: max(38px, 30%);
  }
}
@media screen and (max-width: 530px) {
  .copy {
    margin-top: 38px;
  }
}
.copy:before {
  content: "";
  width: 495px;
  height: 440px;
  position: absolute;
  right: -220px;
  top: -230px;
  background-image: url("../img/mv_back.webp");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
}
@media screen and (max-width: 750px) {
  .copy:before {
    background-image: url("../img/sp/mv_back_right.webp");
    width: 140px;
    height: 190px;
    top: 0;
    left: auto;
    bottom: -100px;
    z-index: -1;
    transform: rotate(0);
    right: 0;
  }
}
.copy_txt {
  color: #777;
  font-size: 1.8rem;
  line-height: 200%;
  margin-left: 42px;
  max-width: 680px;
  margin-bottom: 1em;
}
@media screen and (max-width: 750px) {
  .copy_txt {
    margin-left: auto;
    font-size: 1.6rem;
    margin-right: 40px;
  }
}
.copy_txt.right {
  margin-left: auto;
  margin-right: 42px;
}
@media screen and (max-width: 750px) {
  .copy_txt.right {
    margin-right: auto;
    margin-left: 40px;
  }
}

.btn {
  margin-top: calc(50px + 2em);
  width: 900px;
  padding: 0 10px;
}
@media screen and (max-width: 750px) {
  .btn {
    margin-top: 50px;
    width: 100%;
    padding: 0 20px;
  }
}
.btn_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 750px) {
  .btn_box {
    grid-template-columns: auto;
    gap: 16px;
  }
  .btn_box li {
    text-align: center;
  }
  .btn_box li:nth-child(2) {
    text-align: left;
  }
  .btn_box li:nth-child(3) {
    text-align: right;
  }
}
.btn_box_link {
  text-decoration: none;
  background-image: url("../img/btn_back.webp");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 15px 0 25px;
  line-height: 200%;
  color: #fff;
  font-family: "プフマーチ", "Puffmarch", sans-serif;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .btn_box_link {
    display: inline-flex;
    width: 238px;
    font-size: 1.7rem;
    padding: 14px 0 20px;
  }
}
.btn_box_link::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  bottom: 12px;
  margin: auto;
  right: 0;
  left: 0;
  background-size: contain;
}

@keyframes rotation {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}
.circle {
  position: fixed;
  width: 174px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  right: min(230px, 7%);
  bottom: 10px;
  text-decoration: none;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .circle {
    width: 116px;
    right: 10px;
    bottom: 30px;
  }
}
.circle_move {
  animation: 20s linear infinite rotation;
  position: absolute;
}
.circle_txt {
  color: #fff;
  font-size: 2rem;
  line-height: 150%;
  z-index: 2;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .circle_txt {
    font-size: 1.5rem;
    line-height: 140%;
  }
}

#situation {
  padding-top: 80px;
  position: relative;
}
#situation:before, #situation:after {
  content: "";
  width: 495px;
  height: 440px;
  position: absolute;
  right: calc(50% + 240px);
  top: 140px;
  background-image: url("../img/mv_back.webp");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-10deg);
}
@media screen and (max-width: 750px) {
  #situation:before, #situation:after {
    background-image: url("../img/sp/backstar_left.webp");
    width: 225px;
    height: 180px;
    top: -335px;
    right: auto;
    left: 20px;
    z-index: -1;
    transform: rotate(0deg);
  }
}
#situation:after {
  right: auto;
  left: calc(50% + 170px);
  top: 470px;
  transform: rotate(180deg);
  z-index: -1;
}
@media screen and (max-width: 750px) {
  #situation:after {
    display: none;
  }
}
#situation .sec_ttl {
  padding-bottom: 32px;
  background-image: url("../img/ttl_back.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  #situation .sec_ttl {
    background-size: 180px;
    padding-bottom: 25px;
  }
}

.situation {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 70px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .situation {
    grid-template-columns: auto;
    row-gap: 40px;
  }
}
.situation:before {
  content: "";
  width: 495px;
  height: 440px;
  position: absolute;
  right: calc(50% + 190px);
  bottom: -350px;
  background-image: url("../img/mv_back.webp");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-10deg);
}
@media screen and (max-width: 750px) {
  .situation:before {
    display: none;
  }
}
.situation_box {
  position: relative;
  width: max(464px, 50%);
}
@media screen and (max-width: 750px) {
  .situation_box {
    width: 100%;
	  margin-bottom: 20px;
  }
}
.situation_box:first-child:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  background-image: url("../img/q1_next.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 100px;
  margin: auto;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 750px) {
  .situation_box:first-child:after {
    transform: rotate(90deg);
    top: auto;
    left: 0;
    width: 18px;
    height: 84px;
    bottom: -80px;
    background-position: bottom;
  }
}
/*.situation_box:first-child:before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/sp/mv_back_right.webp");
  width: 140px;
  height: 190px;
  top: 50px;
  left: auto;
  bottom: -100px;
  z-index: -1;
  transform: rotate(0);
  right: -20px;
}*/
.situation_box:nth-child(2) {
  margin-top: 150px;
}
@media screen and (max-width: 750px) {
  .situation_box:nth-child(2) {
    margin-top: 0px;
  }
  .situation_box:nth-child(2):before {
    position: absolute;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/sp/backstar_left.webp");
    width: 225px;
    height: 180px;
    left: -40px;
    bottom: -150px;
    z-index: -1;
  }
}
@media screen and (max-width: 750px) {
  .situation_box:nth-child(4):before {
    position: absolute;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/sp/mv_back_right.webp);
    width: 140px;
    height: 190px;
    top: 0px;
    left: auto;
    bottom: -100px;
    z-index: -1;
    transform: rotate(0);
    right: -20px;
  }
}
.situation_box_ttl {
  font-size: 2.2rem;
  display: grid;
  grid-template-columns: 5em auto;
  line-height: 160%;
  gap: 15px;
  margin-bottom: 20px;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .situation_box_ttl {
    font-size: 1.7rem;
    grid-template-columns: 5em auto;
    gap: 8px;
  }
}
.situation_box_ttl .num {
  font-family: "プフマーチ", "Puffmarch", sans-serif;
  color: #CBE6B2;
  font-size: 9rem;
}
@media screen and (max-width: 750px) {
  .situation_box_ttl .num {
    font-size: 6rem;
  }
}
.situation_box_ttl .num .q {
  font-size: 5rem;
}
@media screen and (max-width: 750px) {
  .situation_box_ttl .num .q {
    font-size: 4.4rem;
  }
}
.situation_box_ttl.sml {
  font-size: 2rem;
  grid-template-columns: 38px auto;
}
@media screen and (max-width: 750px) {
  .situation_box_ttl.sml {
    font-size: 1.7rem;
    grid-template-columns: 30px auto;
    gap: 20px;
  }
}
.situation_box_img {
  position: absolute;
}
.situation_box_img.graph0 {
  width: 180px;
  top: 137px;
  right: 0;
}
@media screen and (max-width: 750px) {
  .situation_box_img.graph0 {
    width: 150px;
    right: auto;
    left: 0;
    top: -70px;
  }
}
.situation_box_img.graph1 {
  width: 140px;
  left: 0;
  bottom: -30px;
}
@media screen and (max-width: 750px) {
  .situation_box_img.graph1 {
    width: 90px;
    left: auto;
    right: 0;
    bottom: -80px;
  }
}
.situation_box_img.graph2 {
  width: 140px;
  right: 0;
  bottom: 0px;
}
@media screen and (max-width: 750px) {
  .situation_box_img.graph2 {
    width: 90px;
  }
}
.situation_box_etc {
  font-size: 1.6rem;
  text-align: center;
  background-image: url("../img/cloud_line.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 45px 1em 20px;
  box-sizing: border-box;
  width: fit-content;
  margin: 20px auto 0;
}
@media screen and (max-width: 750px) {
  .situation_box_etc {
    font-size: 1.4rem;
    margin-top: 0;
    padding: 45px 0 20px;
    width: 100%;
    line-height: 150%;
  }
}
.situation_box_a {
  display: grid;
  grid-template-columns: 176px 62px auto;
  gap: 10px 20px;
  align-items: center;
  background-image: url("../img/a.webp");
  background-size: 130px;
  background-repeat: no-repeat;
  background-position: left center;
}
@media screen and (max-width: 750px) {
  .situation_box_a {
    padding: 0 30px;
    grid-template-columns: 5em auto;
    position: relative;
    background-size: 106px;
    background-image: url("../img/sp/a.webp");
    background-position: right bottom 20px;
  }
}
.situation_box_a_txt {
  font-size: 1.8rem;
  line-height: 124%;
}
@media screen and (max-width: 750px) {
  .situation_box_a_txt {
    position: absolute;
	  font-size: 1.6rem;
    left: 8px;
    margin: auto;
    top: 0;
    bottom: 0;
    white-space: nowrap;
  }
}
.situation_box_a_txt.sml {
  font-size: 1.6rem;
  line-height: normal;
}
.situation_box_a_num {
  font-family: "プフマーチ", "Puffmarch", sans-serif;
  font-size: 3.3rem;
}
@media screen and (max-width: 750px) {
  .situation_box_a_num {
    font-size: 2.8rem;
    text-align: right;
  }
}
.situation_box_a_num .sml {
  font-size: 2.2rem;
}
@media screen and (max-width: 750px) {
  .situation_box_a_num .sml {
    font-size: 1.8rem;
  }
}
.situation_box_a_num.sml {
  font-size: 2.4rem;
}
@media screen and (max-width: 750px) {
  .situation_box_a_num.sml {
    font-size: 2rem;
  }
}
.situation_box_a_num.sml .sml {
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .situation_box_a_num.sml .sml {
    font-size: 1.3rem;
  }
}
.situation_box_a_graph {
  background: #EBF3E4;
  height: 26px;
}
@media screen and (max-width: 750px) {
  .situation_box_a_graph {
    height: 22px;
    position: relative;
  }
}
.situation_box_a_graph#first {
  background: #CBE6B2;
  width: 100%;
  height: 45px;
}
@media screen and (max-width: 750px) {
  .situation_box_a_graph#first {
    height: 74px;
  }
}
.situation_box_a_graph#second {
  width: 33%;
}
.situation_box_a_graph#third {
  width: 31%;
}
.situation_box_a_graph#fourth {
  width: 17%;
}
.situation_box_a_graph#fifth {
  width: 15%;
}
.situation_box_a_graph#last {
  width: 5%;
}
.situation_box .graph_img {
  width: 250px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .situation_box .graph_img {
    width: 212px;
  }
}
.situation_box .graph_img_txt {
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 1.6rem;
  text-align: center;
  top: 0;
  bottom: 0;
  height: fit-content;
  line-height: 160%;
}
@media screen and (max-width: 750px) {
  .situation_box .graph_img_txt {
    font-size: 1.3rem;
  }
}
.situation_box .graph_img_txt .percentage {
  padding-top: 0.3em;
  font-family: "プフマーチ", "Puffmarch", sans-serif;
  display: block;
  font-size: 5rem;
  color: #CBE6B2;
}
@media screen and (max-width: 750px) {
  .situation_box .graph_img_txt .percentage {
    font-size: 4.plan_logo_img:not(:last-child):afterrem;
  }
}
.situation_box .graph_img_txt .percentage .sml {
  font-size: 4rem;
}
@media screen and (max-width: 750px) {
  .situation_box .graph_img_txt .percentage .sml {
    font-size: 3.4rem;
  }
}
.situation_box .graph_img:after {
  content: "";
  display: block;
  background-image: url("../img/answer.webp");
  background-size: contain;
  background-repeat: no-repeat;
  width: 120px;
  height: 74px;
  position: absolute;
  left: -90px;
  top: 50px;
}
@media screen and (max-width: 750px) {
  .situation_box .graph_img:after {
    width: 102px;
    height: 62px;
    top: 10px;
    left: -60px;
  }
}
.situation_result {
  max-width: 645px;
  margin: 80px auto 0;
  background-image: url("../img/cloud.webp");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center;
  position: relative;
  padding: 100px 0 50px;
  color: #155B8C;
  font-size: 2rem;
  line-height: 160%;
}
@media screen and (max-width: 750px) {
  .situation_result {
    font-size: 1.7rem;
    margin-top: 90px;
    padding: 90px 40px 40px;
    width: 100vw;
    margin: 90px -20px 0;
    background-image: url("../img/sp/cloud.webp");
  }
}
.situation_result:after {
  content: "";
  width: 495px;
  height: 440px;
  position: absolute;
  bottom: -250px;
  right: auto;
  left: calc(50% + 170px);
  transform: rotate(180deg);
  z-index: -1;
  background-image: url("../img/mv_back.webp");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .situation_result:after {
    display: none;
  }
}
.situation_result_img {
  width: 150px;
  position: absolute;
  margin: auto;
  right: 0;
  left: 0;
  top: -60px;
}
@media screen and (max-width: 750px) {
  .situation_result_img {
    width: 140px;
    top: -70px;
    right: -15px;
  }
}
.situation_source {
  font-size: 1.3rem;
  text-align: center;
  line-height: 180%;
  margin: 26px auto 0;
}
@media screen and (max-width: 750px) {
  .situation_source {
    font-size: 1.1rem;
    margin: 20px auto 0;
  }
}

#about {
  padding-top: 80px;
  position: relative;
}
@media screen and (max-width: 750px) {
  #about {
    padding-top: 50px;
  }
}
#about .sec_txt {
  width: max(450px, 46%);
  z-index: 2;
}
@media screen and (max-width: 750px) {
  #about .sec_txt {
    width: 100%;
    font-size: 1.5rem;
    line-height: 190%;
  }
}

.about_box {
  position: relative;
  padding-right: 530px;
}
@media screen and (max-width: 750px) {
  .about_box {
    padding: 0;
    display: grid;
  }
  .about_box:before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/sp/backstar_left.webp");
    width: 225px;
    height: 180px;
    top: -50px;
    right: auto;
    left: -40px;
    z-index: -1;
    transform: rotate(0deg);
  }
}
.about_box .sec_txt {
  position: relative;
}
.about_box .sec_txt .sml {
  font-size: 1.2rem;
  bottom: 0;
  right: -80px;
}
@media screen and (max-width: 750px) {
  .about_box .sec_txt .sml {
    position: relative;
    font-size: 1rem;
    display: block;
    right: auto;
    line-height: 180%;
    margin-top: 1em;
  }
}
.about_box.center {
  padding: 0;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .about_box.center {
    padding-top: 60px;
  }
  .about_box.center:before {
    display: none;
  }
  .about_box.center .sec_ttl {
    font-size: 3rem;
    font-feature-settings: "palt";
  }
}
.about_box.center .sec_txt {
  margin: 0 auto;
}
.about_img {
  position: absolute;
}
@media screen and (max-width: 750px) {
  .about_img {
    position: relative;
  }
}
.about_img#about1 {
  width: 624px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -2;
}
@media screen and (max-width: 750px) {
  .about_img#about1 {
    width: calc(100% + 40px);
    margin: -25px -20px 0;
    grid-row-start: 2;
  }
}
.about_img#about2 {
  right: calc(50% + 230px);
  width: 440px;
  min-width: 310px;
  top: 150px;
  animation-delay: 0.5s;
}
@media screen and (max-width: 750px) {
  .about_img#about2 {
    display: none;
  }
}
.about_img#about3 {
  left: calc(50% + 200px);
  width: 430px;
  min-width: 300px;
  top: 55px;
  animation-delay: 1s;
}
@media screen and (max-width: 750px) {
  .about_img#about3 {
    grid-row-start: 2;
    left: auto;
    width: calc(100% + 40px);
    margin: -55px -20px 55px;
  }
}
.about_img#about4 {
  right: -14px;
  bottom: -80px;
  min-width: 300px;
  width: 335px;
  animation-delay: 0.5s;
}
@media screen and (max-width: 750px) {
  .about_img#about4 {
    width: 180px;
    right: -20px;
    bottom: auto;
    top: -60px;
    min-width: auto;
    position: absolute;
  }
}
.about_comment {
  background-color: #EBF3E4;
  display: grid;
  grid-template-columns: 140px auto;
  grid-template-rows: auto 1fr;
  gap: 18px 55px;
  padding: 38px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .about_comment {
    border-radius: 17px;
    padding: 13px 20px 24px;
    grid-template-columns: 80px auto;
    gap: 15px 20px;
    align-items: center;
  }
}
.about_comment_img {
  width: 140px;
  grid-row-start: 1;
  grid-row-end: 3;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .about_comment_img {
    width: 80px;
    border-radius: 5px;
    grid-row-end: 1;
  }
}
.about_comment .sec_txt {
  width: 100% !important;
}
@media screen and (max-width: 750px) {
  .about_comment .sec_txt {
    font-size: 1.3rem !important;
  }
}
.about_comment_txt {
  grid-column-start: 2;
  font-size: 1.5rem;
  line-height: 200%;
  font-family: "Zen Maru Gothic", sans-serif;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .about_comment_txt {
    grid-column-start: 1;
    grid-column-end: 3;
    font-size: 1.3rem;
    line-height: 150%;
  }
}
.about_prof {
  margin-top: 16px;
}
.about_prof_ttl {
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .about_prof_ttl {
    font-size: 1.2rem;
  }
}
.about_prof_txt {
  margin-top: 1em;
  font-size: 1.2rem;
  line-height: 150%;
}
@media screen and (max-width: 750px) {
  .about_prof_txt {
    font-size: 1rem;
  }
}

#plan {
  padding-top: 80px;
}
@media screen and (max-width: 750px) {
  #plan {
    padding-top: 50px;
  }
}

.plan {
  position: relative;
}
.plan:before, .plan:after {
  content: "";
  width: 495px;
  height: 440px;
  position: absolute;
  right: calc(50% + 190px);
  top: 100px;
  background-image: url("../img/mv_back.webp");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-10deg);
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .plan:before, .plan:after {
    background-image: url("../img/sp/backstar_left.webp");
    width: 225px;
    height: 180px;
    top: 10px;
    right: auto;
    left: -60px;
    z-index: -1;
    transform: rotate(0deg);
  }
}
.plan:after {
  bottom: -250px;
  top: 420px;
  right: auto;
  left: calc(50% + 170px);
  transform: rotate(180deg);
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .plan:after {
    background-image: url("../img/sp/mv_back_right.webp");
    width: 140px;
    height: 190px;
    top: 545px;
    left: auto;
    bottom: -100px;
    z-index: -1;
    transform: rotate(0);
    right: 0;
  }
}
.plan_box {
  margin: 40px auto 30px;
  display: grid;
  grid-template-columns: 400px auto;
  gap: 40px;
}
@media screen and (max-width: 750px) {
  .plan_box {
    margin: 20px auto 30px;
    grid-template-columns: auto;
    padding: 0;
    gap: 15px;
  }
}
.plan_box_img {
  border-radius: 10px;
  overflow: hidden;
}
.plan_logo {
  border: 1px solid #777;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 612px;
  margin: 0 auto;
  gap: 40px;
  padding: 20px;
}
@media screen and (max-width: 750px) {
  .plan_logo {
    border-radius: 6px;
    gap: 25px;
    justify-content: space-between;
  }
}
.plan_logo_img {
	width: 32%;
  position: relative;
  display: flex;
  align-items: center;
	justify-content: center;
}
@media screen and (max-width: 750px) {
  .plan_logo_img {
    gap: 25px;
  }
}
.plan_logo_img#wacoal img {
  width: 76px;
}
@media screen and (max-width: 750px) {
  .plan_logo_img#wacoal img {
    width: 48px;
  }
}
.plan_logo_img#brainsleep img {
  width: 92px;
}
@media screen and (max-width: 750px) {
  .plan_logo_img#brainsleep img {
    width: 56px;
    gap: 27px;
  }
}
.plan_logo_img#aroma img {
  width: 120px;
}
@media screen and (max-width: 750px) {
  .plan_logo_img#aroma img {
    width: 76px;
  }
}
.plan_logo_img:nth-of-type(even) {
	width: 2%;
}
.plan_logo_img:nth-of-type(even):after {
  content: "";
  display: block;
    width: 1px;
    background: #777;
    height: 35px;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .plan_logo_img:not(:last-child):after {
    width: 1px;
    background: #777;
    height: 35px;
  }
}
.plan_list {
  display: grid;
  gap: 25px;
}
.plan_list.top {
  grid-template-columns: repeat(3, 1fr);
  margin: 32px auto 28px;
}
@media screen and (max-width: 750px) {
  .plan_list.top {
    grid-template-columns: auto;
  }
  .plan_list.top .plan_list_box_img {
    height: 120px;
    overflow: hidden;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
	
  }
  .plan_list.top .plan_list_box_img img {
    margin-top: -50px;
  }
}
.plan_list.bottom {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 750px) {
  .plan_list.bottom {
    gap: 6px;
  }
  .plan_list.bottom .plan_list_box_img {
    height: 160px;
  }
  .plan_list.bottom .plan_list_box_img_txt {
    font-size: 1.3rem;
    padding-left: 6px;
    padding-right: 14px;
  }
  .plan_list.bottom .plan_list_box_img_txt .num {
    font-size: 1.8rem;
  }
}
.plan_list.bottom .plan_list_box_txt {
  padding-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .plan_list.bottom .plan_list_box_txt {
    padding: 10px 10px 15px;
  }
}
.plan_list_box {
  position: relative;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
.plan_list_box.green .plan_list_box_img_txt {
  color: #5B8C2F;
}
.plan_list_box.green .plan_list_box_img_txt .num {
  color: #CBE6B2;
}
.plan_list_box.green .plan_list_box_txt {
  background-color: #acce8d;
}
.plan_list_box_img {
  position: relative;
  flex-shrink: 0;
background-color: #A5BFE8;
    border-radius: 10px 10px 0 0;
}
.plan_list_box_img.g {
  position: relative;
  flex-shrink: 0;
background-color: #acce8d;
    border-radius: 10px 10px 0 0;
}
.plan_list_box_img_txt {
  position: absolute;
  left: 0;
  top: 14px;
  background: #fff;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 1.6rem;
  color: #155B8C;
  padding: 15px 2em 12px 13px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .plan_list_box_img_txt {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    font-size: 1.7rem;
    padding: 12px 22px 10px 12px;
    line-height: 1em;
  }
}
.plan_list_box_img_txt .num {
  font-size: 2.2rem;
  color: #A5BFE8;
  font-family: "プフマーチ", "Puffmarch", sans-serif;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .plan_list_box_img_txt .num {
    font-size: 2rem;
  }
}
.plan_list_box_img_txt .num:after {
  content: "";
  background-image: url("../img/twinkle.webp");
  width: 10px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  margin: 0 6px;
}
@media screen and (max-width: 750px) {
  .plan_list_box_img_txt .num:after {
    width: 9px;
    height: 9px;
    margin: 0 5px;
  }
}
.plan_list_box_txt {
  color: #fff;
  background-color: #A5BFE8;
  font-size: 1.5rem;
  font-size: 15px;
  line-height: 180%;
  padding: 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-sizing: border-box;
  font-family: "Zen Maru Gothic", sans-serif;
  flex-grow: 1;
}
@media screen and (max-width: 750px) {
  .plan_list_box_txt {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 1.3rem;
    padding: 12px 10px 14px;
    line-height: 150%;
  }
}
.plan_list_box_txt .etc {
  margin-top: 1em;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.plan_list_box_txt .etc:before, .plan_list_box_txt .etc:after {
  content: "☆";
  display: inline-block;
  width: 1em;
  height: 100%;
  font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
  .plan_list_box_txt .etc:before, .plan_list_box_txt .etc:after {
    font-size: 1rem;
  }
}
.plan_list_box_float {
  position: absolute;
}
.plan_list_box_float#plan1 {
  width: 100px;
  bottom: -10px;
  right: 0;
  z-index: 1;
}
.plan_list_box_float#plan3 {
  width: 150px;
  bottom: -10px;
  right: 0;
  z-index: 1;
  animation-delay: 0.3s;
}
@media screen and (max-width: 750px) {
  .plan_list_box_float#plan3 {
    width: 100px;
    bottom: auto;
    top: 13px;
  }
}
.plan_list_box_float#plan5 {
  width: 108px;
  bottom: -50px;
  right: 40px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .plan_list_box_float#plan5 {
    width: 80px;
    right: 9px;
  }
}
.plan#plan {
  background-image: url("../img/plan1_back.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top 40px center;
}
@media screen and (max-width: 750px) {
  .plan#plan {
    background-size: 800px;
    background-position: top center;
  }
}
.plan#plan2 {
  padding-top: 100px;
  background-image: url("../img/plan2_back.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top 40px center;
}
.plan#plan2:before, .plan#plan2:after {
  display: none;
}
@media screen and (max-width: 750px) {
  .plan#plan2 {
    background-size: 800px;
    background-position: top center;
    padding-top: 50px;
  }
  .plan#plan2 .sec_ttl {
    font-size: 3.2rem;
  }
  .plan#plan2 .smlsec {
    padding: 0;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .plan#plan2 .smlsec {
    margin-top: 50px;
  }
}
.plan_imglist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin: 36px auto 25px;
}
@media screen and (max-width: 750px) {
  .plan_imglist.pcdisp {
    display: none;
  }
}
.plan_imglist.spdisp {
  display: none;
}
@media screen and (max-width: 750px) {
  .plan_imglist.spdisp {
    display: block;
    width: 100vw;
    margin: 0 -20px;
  }
  .plan_imglist.spdisp .slick-slide {
    margin: 0 10px;
  }
  .plan_imglist.spdisp .slick-dots {
    bottom: -35px;
  }
  .plan_imglist.spdisp .slick-dots li button:before {
    opacity: 1;
    content: "";
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    border-radius: 50%;
  }
  .plan_imglist.spdisp .slick-dots li.slick-active button:before {
    opacity: 1;
    content: "";
    width: 8px;
    height: 8px;
    background: #777;
    border-radius: 50%;
  }
}
.plan_info {
  background-image: url("../img/plan2_back.svg"), url("../img/plan2_back.svg");
  background-repeat: no-repeat;
  background-size: min(516px, 45%), min(516px, 45%);
  background-position: top left, bottom right;
}
@media screen and (max-width: 750px) {
  .plan_info {
    background: none;
    margin-top: 25px;
  }
}
.plan_info_etc {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .plan_info_etc {
    font-size: 1.1rem;
    margin-bottom: 1em;
  }
}
.plan_info_ttl {
  font-size: 1.4rem;
  color: #5B8C2F;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .plan_info_ttl {
    font-size: 1.3rem;
    gap: 6px;
  }
}
.plan_info_ttl:last-of-type {
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .plan_info_ttl:last-of-type {
    margin-top: 30px;
  }
}
.plan_info_ttl .num {
  font-family: "プフマーチ", "Puffmarch", sans-serif;
  font-size: 2rem;
  color: #CBE6B2;
}
.plan_info_box {
  display: grid;
  grid-template-columns: auto 710px;
  justify-content: end;
  font-size: 1.4rem;
  line-height: 200%;
}
@media screen and (max-width: 750px) {
  .plan_info_box {
    grid-template-columns: auto;
    font-size: 1.2rem;
    line-height: 180%;
  }
}
.plan_info_box_txt {
  margin-bottom: 1em;
}
.plan_info_box_txt a {
  text-decoration: none;
  color: #A5BFE8;
}
.plan_info_box_txt:last-child {
  margin-bottom: 0;
}
.plan_dinner {
  padding: 80px 10px;
}
.plan_dinner#plan3 {
  background-image: url("../img/plan3_back.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top 40px center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .plan_dinner#plan3 {
    background-size: 800px;
    background-position: top center;
    padding: 80px 20px 40px;
  }
}
.plan_dinner#plan3:before, .plan_dinner#plan3:after {
  content: "";
  width: 495px;
  height: 440px;
  position: absolute;
  right: calc(50% + 190px);
  top: 100px;
  background-image: url("../img/mv_back.webp");
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-10deg);
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .plan_dinner#plan3:before, .plan_dinner#plan3:after {
    background-image: url("../img/sp/backstar_left.webp");
    width: 225px;
    height: 180px;
    left: -40px;
    top: 0px;
    z-index: -1;
  }
}
.plan_dinner#plan3:after {
  bottom: -250px;
  top: 420px;
  right: auto;
  left: calc(50% + 170px);
  transform: rotate(180deg);
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .plan_dinner#plan3:after {
    background-image: url("../img/sp/mv_back_right.webp");
    width: 140px;
    height: 190px;
    top: auto;
    left: auto;
    bottom: 50px;
    z-index: -1;
    transform: rotate(0);
    right: 0;
  }
}
.plan_dinner_box {
  display: grid;
  grid-template-columns: auto 400px;
  gap: 40px;
}
@media screen and (max-width: 750px) {
  .plan_dinner_box {
    grid-template-columns: auto;
    gap: 15px;
  }
  .plan_dinner_box .sec_txt {
    grid-row-start: 2;
  }
}
.plan_dinner_menu {
  font-size: 1.4rem;
  line-height: 180%;
}
@media screen and (max-width: 750px) {
  .plan_dinner_menu {
    font-size: 1.2rem;
    margin-top: 15px;
  }
}
.plan_dinner_menu_ttl {
  position: relative;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.5em;
}
@media screen and (max-width: 750px) {
  .plan_dinner_menu_ttl {
    font-size: 1.2rem;
  }
}
.plan_dinner_menu_ttl:before, .plan_dinner_menu_ttl:after {
  content: "☆";
  display: inline-block;
  width: 1em;
  height: 100%;
  font-size: 1.2rem;
}
.plan_dinner_menu_txt {
  position: relative;
  display: flex;
  align-items: top;
}
@media screen and (max-width: 750px) {
  .plan_dinner_menu_txt {
    align-items: baseline;
    line-height: 180%;
  }
}
.plan_dinner_menu_txt:before {
  content: "・";
  display: inline-block;
  width: 1em;
  height: 100%;
  font-size: 1.2rem;
}
.plan_float {
  position: absolute;
  width: 60px;
  top: 8%;
  right: calc(50% + 200px);
}

.reserve {
  padding: 60px 0;
  background: #EBF3E4;
  position: relative;
}
@media screen and (max-width: 750px) {
  .reserve {
    padding: 40px 0 25px;
  }
}
.reserve_ttl {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .reserve_ttl {
    line-height: 160%;
  }
}
.reserve_info {
  display: grid;
  grid-template-columns: 8rem auto;
  font-size: 1.4rem;
  align-items: baseline;
  margin-top: 12px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 750px) {
  .reserve_info {
    grid-template-columns: auto;
    font-size: 1.3rem;
    line-height: 180%;
  }
}
.reserve_info_ttl {
  text-align: right;
}
@media screen and (max-width: 750px) {
  .reserve_info_ttl {
    text-align: left;
    font-weight: bold;
    display: flex;
  }
  .reserve_info_ttl:after {
    content: "：";
    display: inline-block;
    width: 1em;
    height: 100%;
    font-size: 1.3rem;
    margin: 0 0.5em;
  }
}
.reserve_info_txt {
  line-height: 190%;
  display: flex;
}
.reserve_info_txt:before {
  content: "：";
  display: inline-block;
  width: 1em;
  height: 100%;
  font-size: 1.4rem;
  margin: 0 0.5em;
}
@media screen and (max-width: 750px) {
  .reserve_info_txt:before {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .reserve_info_txt {
    margin-bottom: 20px;
  }
  .reserve_info_txt:last-child {
    margin-bottom: 0;
  }
}
.reserve_info_txt ul {
  margin-bottom: 1em;
}
.reserve_info_txt ul li {
	  display: block;
    text-indent:-1em;
	padding-left:1em;
}
@media screen and (max-width: 750px) {
  .reserve_info_txt ul li {
	  display: block;
    text-indent:-1em;
	padding-left:1em;
  }
}
/*.reserve_info_txt ul li:before {
  content: "・";
  display: inline-block;
  width: 1em;
  height: 100%;
  font-size: 1.2rem;
}*/
.reserve_illust {
  position: absolute;
  width: 310px;
  top: 90px;
  left: calc(50% + 310px);
}
@media screen and (max-width: 1100px) {
  .reserve_illust {
    right: 0;
    left: auto;
  }
}
@media screen and (max-width: 750px) {
  .reserve_illust {
    position: relative;
    width: 240px;
    top: auto;
    display: block;
    margin: 25px auto 0;
  }
}
.reserve_btn {
  display: block;
	color: #777;
  margin-top: 24px;
  border: 1px solid #777;
  background-color: #CBE6B2;
  font-size: 1.6rem;
  padding: 14px 0;
  border-radius: 20px;
  line-height: 1em;
  text-decoration: none;
  width: 240px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 750px) {
  .reserve_btn {
    width: 100%;
    font-size: 1.7rem;
    border-radius: 50px;
  }
}
.reserve_btn i {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 10px;
  height: 1em;
	color: #777;
}
@media screen and (max-width: 750px) {
  .reserve_btn i {
    right: 12px;
  }
}/*# sourceMappingURL=style.css.map */


 .dinner_imglist {
    display: block;
    width: 100%;
    margin: 0;
  }
 .dinner_imglist .slick-slide {
    margin: 0 18px;
  }
 .dinner_imglist .slick-dots {
    bottom: -35px;
  }
 .dinner_imglist .slick-dots li button:before {
    opacity: 1;
    content: "";
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    border-radius: 50%;
  }
 .dinner_imglist .slick-dots li.slick-active button:before {
    opacity: 1;
    content: "";
    width: 8px;
    height: 8px;
    background: #777;
    border-radius: 50%;
  }
@media screen and (max-width: 750px) {
  .dinner_imglist.spdisp {
    display: block;
    width: 100vw;
    margin: 0 -20px;
  }
  .dinner_imglist.spdisp .slick-slide {
    margin: 0 18px;
  }
  .dinner_imglist.spdisp .slick-dots {
    bottom: -35px;
  }
  .dinner_imglist.spdisp .slick-dots li button:before {
    opacity: 1;
    content: "";
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    border-radius: 50%;
  }
  .dinner_imglist.spdisp .slick-dots li.slick-active button:before {
    opacity: 1;
    content: "";
    width: 8px;
    height: 8px;
    background: #777;
    border-radius: 50%;
  }
}
