@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;
  }
}

:root {
  --theme-color: #825538;
  --bg-color-dark: #F5F3E0;
  --bg-color-light: #F9F1D7;
}

/* main
========================================================================== */
.main {
  background-color: #fffaf5;
}
@media only screen and (max-width: 849px) {
  .main {
    margin-top: 86px;
  }
}

.mv {
  margin-bottom: 74px;
}
@media only screen and (max-width: 849px) {
  .mv {
    margin-bottom: 12.2666666667vw;
  }
}
.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/01/mv_img_pc.jpg);
  background-position: center center;
  background-size: cover;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  height: 472px;
}
@media only screen and (max-width: 849px) {
  .mv .mv_img_wrap {
    background-image: url(../../../assets/kurashito/img/lifestyle/hiroba/01/mv_img_sp.jpg);
    width: 100vw;
    height: 101.3333333333vw;
  }
}
.mv .mv_img_wrap h1 {
  position: absolute;
  max-width: 520px;
  width: 100%;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 849px) {
  .mv .mv_img_wrap h1 {
    max-width: 89.3333333333vw;
    top: 9.6vw;
  }
}

#introduction .intro_txt {
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (max-width: 849px) {
  #introduction .intro_txt {
    max-width: 86.6666666667vw;
  }
}
#introduction .applyExample {
  padding-top: 100px;
  max-width: 840px;
  width: 100%;
  margin: 0 auto;
  color: #000;
}
@media only screen and (max-width: 849px) {
  #introduction .applyExample {
    padding-top: 12.5333333333vw;
    max-width: 78.6666666667vw;
  }
}
#introduction .applyExample li {
  display: flex;
  gap: 2.38095238%;
  align-items: flex-end;
  justify-content: space-between;
}
@media only screen and (max-width: 849px) {
  #introduction .applyExample li {
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: center;
  }
}
#introduction .applyExample li + li {
  margin-top: 80px;
}
@media only screen and (max-width: 849px) {
  #introduction .applyExample li + li {
    margin-top: 13.3333333333vw;
  }
}
@media only screen and (min-width: 850px) {
  #introduction .applyExample li.reverse {
    flex-direction: row-reverse;
  }
  #introduction .applyExample li:nth-child(odd) .example_img {
    max-width: 338px;
    width: 40.23809524%;
    margin-left: -13px;
  }
  #introduction .applyExample li:nth-child(even) .example_img {
    max-width: 325px;
    width: 38.69047619%;
  }
  #introduction .applyExample li.example04 .example_img {
    max-width: 343px;
    width: 40.83333333%;
    margin-right: -18px;
  }
}
@media only screen and (max-width: 849px) {
  #introduction .applyExample li .example_img img {
    vertical-align: bottom;
  }
}
#introduction .applyExample li .example_txt {
  background-color: #f0ede4;
  max-width: 495px;
  width: 58.92857143%;
  border-radius: 6px;
  padding: 23px 30px;
}
@media only screen and (max-width: 849px) {
  #introduction .applyExample li .example_txt {
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    padding: 2.6666666667vw 4.2666666667vw;
  }
}
#introduction .applyExample li .example_txt p {
  font-size: 2.2rem;
  line-height: 1.454;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: justify;
}
@media only screen and (max-width: 849px) {
  #introduction .applyExample li .example_txt p {
    font-size: 3.7333333333vw;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}
#introduction .example_ttl {
  font-size: 2.8rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 24px 0;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 849px) {
  #introduction .example_ttl {
    font-size: 4.2666666667vw;
    padding: 4vw 0;
    margin-bottom: 5.3333333333vw;
  }
}
#introduction .example_ttl::before, #introduction .example_ttl::after {
  content: "";
  width: 186px;
  height: 15px;
  display: block;
  position: absolute;
  left: 50%;
  background-repeat: no-repeat;
  background-image: url(../../../assets/kurashito/img/lifestyle/hiroba/01/example_ttl_deco.png);
  background-size: 100%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 849px) {
  #introduction .example_ttl::before, #introduction .example_ttl::after {
    width: 29.3333333333vw;
    height: 2.1333333333vw;
  }
}
#introduction .example_ttl::before {
  top: 0;
}
#introduction .example_ttl::after {
  bottom: 0;
  transform: translateX(-50%) rotate(180deg);
}

#overview {
  padding: 100px 0 86px;
  position: relative;
  z-index: 2;
}
@media (max-width: 849px) {
  #overview {
    padding: 13.3333333333vw 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;
}
@media (max-width: 849px) {
  #overview .inner .overview_explanation .txt_front {
    margin-bottom: 4.8vw;
  }
}
#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: 8px 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: 62.9333333333vw;
    padding: 4.8vw 0;
    font-size: 3.7333333333vw;
    border-radius: 8vw;
  }
}
#overview .inner .participate .js-button__window .nonId {
  font-size: 2rem;
}
@media only screen and (max-width: 849px) {
  #overview .inner .participate .js-button__window .nonId {
    font-size: 3.2vw;
  }
}
#overview .inner .participate .js-button__window:has(.nonId) {
  max-width: 394px;
  padding: 11px 20px;
  border-radius: 38px;
}
@media only screen and (max-width: 849px) {
  #overview .inner .participate .js-button__window:has(.nonId) {
    max-width: 72vw;
    line-height: 1.5;
    padding: 0.8vw 0;
  }
}

.sec_popular {
  margin-top: 0;
}

.l-footer {
  padding-top: 0;
}