@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* リセットcss
========================================================================== */
p {
  margin: 0;
}

/* common css
========================================================================== */
.post .inner {
  max-width: 1080px;
  width: 100%;
  padding: 0 36px;
  margin: 0 auto;
}
@media only screen and (max-width: 849px) {
  .post .inner {
    max-width: 100vw;
    padding: 0 4.5333333333vw;
  }
}
.post img {
  vertical-align: bottom;
}

:root {
  --theme-color: #825538;
  --bg-color-dark: #F5F3E0;
  --bg-color-light: #F9F1D7;
}

/* main
========================================================================== */
.main {
  background-color: #e8f0f3;
}
@media only screen and (max-width: 849px) {
  .main {
    margin-top: 86px;
  }
}

.mv {
  margin-bottom: 65px;
}
@media only screen and (max-width: 849px) {
  .mv {
    margin-bottom: 9.8666666667vw;
  }
}
.mv .inner {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 849px) {
  .mv .inner {
    max-width: 100vw;
    padding: 0 4.6666666667vw;
  }
}
.mv .mv_img_wrap {
  position: relative;
  background-image: url(../../../assets/kurashito/img/lifestyle/hiroba/02/mv_img_pc.jpg);
  background-position: center center;
  background-size: cover;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  height: 474px;
}
@media only screen and (max-width: 849px) {
  .mv .mv_img_wrap {
    background-image: url(../../../assets/kurashito/img/lifestyle/hiroba/02/mv_img_sp.jpg);
    width: 100vw;
    height: 101.8666666667vw;
  }
}
.mv .mv_img_wrap h1 {
  position: absolute;
  max-width: 598px;
  width: 100%;
  top: 18px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 849px) {
  .mv .mv_img_wrap h1 {
    max-width: 90.6666666667vw;
    top: 6.6666666667vw;
  }
}

#introduction .intro_txt p {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.54166667;
  letter-spacing: 0.02em;
  text-align: center;
}
@media only screen and (max-width: 849px) {
  #introduction .intro_txt p {
    font-size: 4vw;
    line-height: 1.5333;
  }
}
#introduction .intro_txt p:not(:first-child) {
  padding-top: 37px;
}
@media only screen and (max-width: 849px) {
  #introduction .intro_txt p:not(:first-child) {
    padding-top: 6.1333333333vw;
  }
}
#introduction .applyExample {
  padding-top: 92px;
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  color: #000;
}
@media only screen and (max-width: 849px) {
  #introduction .applyExample {
    padding-top: 10.6666666667vw;
    max-width: 100vw;
  }
}
#introduction .applyExample .example_ttl {
  width: 190px;
  margin: 0 auto 24px;
}
@media only screen and (max-width: 849px) {
  #introduction .applyExample .example_ttl {
    width: 30.9333333333vw;
    margin-bottom: 6.1333333333vw;
  }
}
#introduction .applyExample ul {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media only screen and (max-width: 849px) {
  #introduction .applyExample ul {
    gap: 11.2vw;
  }
}
#introduction .applyExample ul li {
  position: relative;
}
#introduction .applyExample ul li .example_img {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 849px) {
  #introduction .applyExample ul li .example_img {
    max-width: 100vw;
  }
}
#introduction .applyExample ul li .example_txtBox {
  background-color: rgba(255, 255, 255, 0.8);
  max-width: 564px;
  width: 100%;
  margin-inline: auto;
  padding: 24px 30px;
  border-radius: 5px;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 849px) {
  #introduction .applyExample ul li .example_txtBox {
    max-width: 77.8666666667vw;
    padding: 3.2vw 4.2666666667vw 4.2666666667vw;
    margin-top: -10.1333333333vw;
  }
}
#introduction .applyExample ul li .example_txtBox .example_txt {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.45454545;
  letter-spacing: 0.07em;
  text-align: justify;
}
@media only screen and (max-width: 849px) {
  #introduction .applyExample ul li .example_txtBox .example_txt {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}
#introduction .applyExample ul li .example_txtBox .example_txt:not(:first-child) {
  padding-top: 30px;
}
@media only screen and (max-width: 849px) {
  #introduction .applyExample ul li .example_txtBox .example_txt:not(:first-child) {
    padding-top: 5.3333333333vw;
  }
}

#overview {
  padding: 80px 0 86px;
  position: relative;
  z-index: 2;
}
@media (max-width: 849px) {
  #overview {
    padding: 10.6666666667vw 0 8vw;
  }
}
#overview .inner {
  max-width: 1152px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 849px) {
  #overview .inner {
    max-width: 93.3333333333vw;
  }
}
#overview .inner .overview_ttl {
  background: #006ba1;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 13px;
  letter-spacing: 0.1em;
}
@media (max-width: 849px) {
  #overview .inner .overview_ttl {
    font-size: 4.2666666667vw;
    letter-spacing: 0.1em;
    padding-top: 1.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
}
#overview .inner .overview_explanation {
  padding: 20px 20px;
  font-size: 1.6rem;
  font-weight: 700;
  background: #fff;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation {
    padding: 4vw 2.6666666667vw 2.6666666667vw;
    font-size: 3.2vw;
    line-height: 1.25;
    letter-spacing: 0.08em;
  }
}
#overview .inner .overview_explanation .txt_front {
  margin-top: 0;
  text-align: justify;
  margin-bottom: 15px;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .txt_front {
    margin-bottom: 4.8vw;
  }
}
#overview .inner .overview_explanation .txt_front a {
  color: #0b2c73;
  text-decoration: underline;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .txt_front a {
    font-size: 3.2vw;
  }
}
#overview .inner .overview_explanation dl dt {
  color: #006ba1;
  font-size: 2.2rem;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation dl dt {
    font-size: 3.2vw;
  }
}
#overview .inner .overview_explanation dl dd {
  padding-left: 25px;
  padding-right: 1em;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation dl dd {
    padding-left: 3.4666666667vw;
    padding-right: 0;
    line-height: 1.5;
    margin-bottom: 4vw;
    font-size: 2.6666666667vw;
  }
}
#overview .inner .overview_explanation .accordion {
  margin-bottom: 25px;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .accordion {
    margin-bottom: 6.6666666667vw;
  }
}
#overview .inner .overview_explanation .accordion dt {
  text-align: center;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #006ba1;
  position: relative;
  cursor: pointer;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .accordion dt {
    letter-spacing: 0.1em;
    border-bottom: 0.5333333333vw solid #006ba1;
    font-size: 4.2666666667vw;
    padding-bottom: 1.3333333333vw;
  }
}
#overview .inner .overview_explanation .accordion dt::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border: solid #006ba1;
  border-width: 2px 2px 0 0;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  right: 5px;
  transition: 0.2s;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .accordion dt::before {
    width: 1.8666666667vw;
    height: 1.8666666667vw;
    border-width: 0.5333333333vw 0.5333333333vw 0 0;
    transform: translateY(-50%) rotate(135deg);
    top: auto;
    bottom: 10%;
    right: 1.3333333333vw;
    margin-top: 4vw;
  }
}
#overview .inner .overview_explanation .accordion dt.active::before {
  transform: translateY(-20%) rotate(135deg) scale(-1);
}
#overview .inner .overview_explanation .accordion dd {
  padding-left: 1rem;
  text-indent: -1rem;
  margin-top: 25px;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .accordion dd {
    padding-left: 1em;
    text-indent: -0.6em;
  }
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .accordion:last-of-type {
    margin-bottom: 8vw;
  }
}
#overview .inner .overview_explanation .precautions {
  margin-top: 34px;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .precautions {
    margin-top: 0;
  }
}
#overview .inner .overview_explanation .precautions ul {
  padding-bottom: 15px;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .precautions ul {
    padding-bottom: 4vw;
  }
}
#overview .inner .overview_explanation .precautions ul li {
  text-align: justify;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .prohibitions dd {
    padding-left: 0;
  }
}
#overview .inner .overview_explanation .prohibitions dd > p {
  margin-bottom: 20px;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .prohibitions dd > p {
    text-indent: 0em;
  }
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .prohibitions dd ul {
    padding-left: 2.6666666667vw;
  }
}
#overview .inner .overview_explanation .prohibitions dd ul li {
  text-align: justify;
}
#overview .inner .overview_explanation .disclaimer {
  margin-bottom: 70px;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .disclaimer {
    margin-bottom: 9.3333333333vw;
  }
}
#overview .inner .overview_explanation .disclaimer li {
  text-align: justify;
}
#overview .inner .participate {
  position: relative;
  /* ボタン */
}
#overview .inner .participate .checkbox__button {
  margin-top: 74px;
}
@media (max-width: 849px) {
  #overview .inner .participate .checkbox__button {
    margin-top: 6.6666666667vw;
  }
}
#overview .inner .participate .js-button__window {
  display: block;
  text-decoration: none;
  text-align: center;
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px;
  font-size: 2.8rem;
  font-weight: 500;
  background-color: #006ba1 !important;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  color: #fff;
  border: none;
  border-radius: 22px;
  cursor: pointer;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (max-width: 849px) {
  #overview .inner .participate .js-button__window {
    max-width: 64.2666666667vw;
    padding: 3.8666666667vw 0;
    font-size: 4.2666666667vw;
    border-radius: 8vw;
  }
}
#overview .inner .participate .js-button__window .nonId {
  font-size: 2.8rem;
  display: block;
  margin-top: 8px;
}
@media only screen and (max-width: 849px) {
  #overview .inner .participate .js-button__window .nonId {
    font-size: 4.2666666667vw;
    margin-top: -2px;
  }
}
#overview .inner .participate .js-button__window:has(.nonId) {
  max-width: 494px;
  padding: 11px 20px;
  border-radius: 48px;
}
@media only screen and (max-width: 849px) {
  #overview .inner .participate .js-button__window:has(.nonId) {
    max-width: 80vw;
    line-height: 1.5;
    padding: 0.5333333333vw 0;
  }
}

.sec_popular {
  margin-top: 0;
}

.l-footer {
  padding-top: 0;
}