@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
========================================================================== */
.bousai_01 .inner {
  max-width: 1080px;
  width: 100%;
  padding: 0 34px;
  margin: 0 auto;
}
@media only screen and (max-width: 849px) {
  .bousai_01 .inner {
    max-width: 100vw;
    padding: 0 4.5333333333vw;
  }
}

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

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

.mv {
  margin-bottom: 23px;
}
@media only screen and (max-width: 849px) {
  .mv {
    margin-bottom: 5.6vw;
  }
}
.mv .inner {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (max-width: 849px) {
  .mv .inner {
    max-width: 100vw;
    padding: 0 1.3333333333vw;
  }
}
.mv .mv_img_wrap {
  position: relative;
  background-image: url(../../../assets/kurashito/img/management/bousai/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: 474px;
}
@media only screen and (max-width: 849px) {
  .mv .mv_img_wrap {
    background-image: url(../../../assets/kurashito/img/management/bousai/01/mv_img_sp.jpg);
    width: 100vw;
    height: 64vw;
  }
}
.mv .mv_img_wrap h1 {
  position: absolute;
  max-width: 802px;
  width: 100%;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 849px) {
  .mv .mv_img_wrap h1 {
    max-width: 100vw;
    top: 9.3333333333vw;
  }
}
.mv .mv_txtWrap {
  padding-top: 24px;
  text-align: center;
}
@media only screen and (max-width: 849px) {
  .mv .mv_txtWrap {
    padding-top: 5.6vw;
  }
}
.mv .introTxt01 {
  font-size: 3rem;
  font-weight: 800;
  color: #0B2C73;
  line-height: 1.35;
  letter-spacing: 0;
  background: linear-gradient(transparent 65%, #FFD100 40%);
  display: inline-block;
  margin-bottom: 10px;
}
@media only screen and (max-width: 849px) {
  .mv .introTxt01 {
    font-size: 5.3333333333vw;
    line-height: 1.375;
    margin-bottom: 1.6vw;
  }
}
.mv .introTxt02 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.65384615;
  letter-spacing: 0.06em;
  padding-top: 16px;
}
.mv .introTxt02 span {
  font-weight: 800;
  color: #c8161d;
}
@media only screen and (max-width: 849px) {
  .mv .introTxt02 {
    font-size: 4.2666666667vw;
    line-height: 1.625;
    padding-top: 2.1333333333vw;
  }
}

.intro {
  padding-top: 61px;
  padding-bottom: 47px;
  position: relative;
}
@media only screen and (max-width: 849px) {
  .intro {
    padding-top: 8.8vw;
    padding-bottom: 7.2vw;
  }
}
.intro::before {
  content: "";
  position: absolute;
  background-image: url(../../../assets/kurashito/img/management/bousai/01/intro_bg_pc.jpg);
  background-position: center center;
  background-repeat: repeat-x;
  top: 0;
  left: 0;
  width: 100%;
  height: 14px;
}
@media only screen and (max-width: 849px) {
  .intro::before {
    background-image: url(../../../assets/kurashito/img/management/bousai/01/intro_bg_sp.jpg);
    background-size: 4.8vw 2.1333333333vw;
    width: 100vw;
    height: 2.1333333333vw;
  }
}
.intro .inner {
  max-width: 828px;
  width: 100%;
  padding: 0 20px;
}
@media only screen and (max-width: 849px) {
  .intro .inner {
    max-width: 100vw;
    padding: 0 4.8vw;
  }
}
.intro .introTxt {
  font-size: 2.4rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: justify;
}
@media only screen and (max-width: 849px) {
  .intro .introTxt {
    font-size: 4.5333333333vw;
    line-height: 1.41176471;
  }
}
.intro .introTxt + .introTxt {
  padding-top: 28px;
}
@media only screen and (max-width: 849px) {
  .intro .introTxt + .introTxt {
    padding-top: 5.8666666667vw;
  }
}

.caseStudy {
  padding-top: 48px;
  padding-bottom: 80px;
  background-color: #E7EAF1;
}
@media only screen and (max-width: 849px) {
  .caseStudy {
    padding-top: 6.4vw;
    padding-bottom: 9.6vw;
  }
}
.caseStudy .inner {
  max-width: 846px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}
@media only screen and (max-width: 849px) {
  .caseStudy .inner {
    max-width: 100vw;
    padding: 0 4.5333333333vw;
  }
}
.caseStudy .caseStudy_box:not(:first-child) {
  margin-top: 70px;
}
@media only screen and (max-width: 849px) {
  .caseStudy .caseStudy_box:not(:first-child) {
    margin-top: 12.5333333333vw;
  }
}
.caseStudy .caseStudy_box .Ttl_wrap {
  position: relative;
  padding-top: 120px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 849px) {
  .caseStudy .caseStudy_box .Ttl_wrap {
    padding-top: 19.2vw;
    margin-bottom: 4.5333333333vw;
  }
}
.caseStudy .caseStudy_box .Ttl_wrap .ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 724px;
  width: 100%;
}
@media only screen and (max-width: 849px) {
  .caseStudy .caseStudy_box .Ttl_wrap .ttl {
    width: 92.8vw;
  }
}
.caseStudy .caseStudy_box .Ttl_wrap .ttl_img {
  max-width: 806px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 849px) {
  .caseStudy .caseStudy_box .Ttl_wrap .ttl_img {
    width: 90.6666666667vw;
  }
}
.caseStudy .caseStudy_box .articleTxt p {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: justify;
}
@media only screen and (max-width: 849px) {
  .caseStudy .caseStudy_box .articleTxt p {
    font-size: 4vw;
    line-height: 1.46666667;
    letter-spacing: 0.02em;
  }
}
.caseStudy .caseStudy_box .articleTxt p + p {
  padding-top: 32px;
}
@media only screen and (max-width: 849px) {
  .caseStudy .caseStudy_box .articleTxt p + p {
    padding-top: 6.1333333333vw;
  }
}
.caseStudy .caseStudy_box .articleTxt.first {
  padding-bottom: 60px;
}
@media only screen and (max-width: 849px) {
  .caseStudy .caseStudy_box .articleTxt.first {
    padding: 0 5.3333333333vw 8.8vw;
  }
}
.caseStudy .caseStudy_box .articleTxt.second {
  max-width: 704px;
  width: 100%;
  margin: 0 auto;
  padding: 0 21px 20px;
  border: solid #FFD100;
  border-width: 0 4px;
}
@media only screen and (max-width: 849px) {
  .caseStudy .caseStudy_box .articleTxt.second {
    max-width: 80vw;
    padding: 0 3.4666666667vw;
    border-width: 0 0.5333333333vw;
  }
}
.caseStudy .caseStudy_box .articleTxt.second .article_img {
  max-width: 652px;
  width: 100%;
  margin-bottom: 17px;
}
@media only screen and (max-width: 849px) {
  .caseStudy .caseStudy_box .articleTxt.second .article_img {
    max-width: 72vw;
    margin-bottom: 2.6666666667vw;
  }
}

.advice {
  background-color: #EAE2D1;
  padding-top: 98px;
  padding-bottom: 73px;
}
@media only screen and (max-width: 849px) {
  .advice {
    padding-top: 11.7333333333vw;
    padding-bottom: 6.9333333333vw;
  }
}
.advice .inner {
  max-width: 846px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}
@media only screen and (max-width: 849px) {
  .advice .inner {
    max-width: 100vw;
    padding: 0 4.2666666667vw;
  }
}
.advice .advice_box {
  position: relative;
}
.advice .advice_box:not(:first-child) {
  margin-top: 92px;
}
@media only screen and (max-width: 849px) {
  .advice .advice_box:not(:first-child) {
    margin-top: 10.1333333333vw;
  }
}
.advice .advice_box .ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 696px;
  width: 100%;
}
@media only screen and (max-width: 849px) {
  .advice .advice_box .ttl {
    max-width: 91.2vw;
  }
}
.advice .advice_box .advice_img {
  padding-top: 77px;
  max-width: 808px;
  width: 100%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 849px) {
  .advice .advice_box .advice_img {
    padding-top: 11.4666666667vw;
    max-width: 78.4vw;
    margin: 0 auto 1.0666666667vw;
  }
}
.advice .advice_box .advice_txt {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: justify;
}
@media only screen and (max-width: 849px) {
  .advice .advice_box .advice_txt {
    font-size: 4vw;
    line-height: 1.46666667;
    letter-spacing: 0.06em;
    width: 78.4vw;
    margin: 0 auto;
  }
}
.advice .advice_box .advice_txt + .advice_txt {
  padding-top: 32px;
}
@media only screen and (max-width: 849px) {
  .advice .advice_box .advice_txt + .advice_txt {
    padding-top: 5.6vw;
  }
}
.advice .advice_box .advice_itemWrap {
  padding-top: 91px;
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 849px) {
  .advice .advice_box .advice_itemWrap {
    padding-top: 10.9333333333vw;
    max-width: 74.1333333333vw;
  }
}
.advice .advice_box .advice_itemWrap .advice_item {
  position: relative;
}
.advice .advice_box .advice_itemWrap .advice_item:not(:first-child) {
  margin-top: 84px;
}
@media only screen and (max-width: 849px) {
  .advice .advice_box .advice_itemWrap .advice_item:not(:first-child) {
    margin-top: 12vw;
  }
}
.advice .advice_box .advice_itemWrap .advice_item .ico {
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
}
@media only screen and (max-width: 849px) {
  .advice .advice_box .advice_itemWrap .advice_item .ico {
    top: -6.6666666667vw;
    width: 19.2vw;
  }
}
.advice .advice_box .advice_itemWrap .advice_item .advice_item_ttl {
  background-color: #FFD100;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 800;
  line-height: 1;
  padding-top: 75px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 849px) {
  .advice .advice_box .advice_itemWrap .advice_item .advice_item_ttl {
    font-size: 4.8vw;
    padding-top: 13.0666666667vw;
    padding-bottom: 2.6666666667vw;
    line-height: 1.4;
  }
}
.advice .advice_box .advice_itemWrap .advice_item .advice_item_txt {
  background-color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: justify;
  padding: 24px 32px;
}
@media only screen and (max-width: 849px) {
  .advice .advice_box .advice_itemWrap .advice_item .advice_item_txt {
    font-size: 4vw;
    line-height: 1.46666667;
    letter-spacing: 0.06em;
    padding: 2.6666666667vw 4vw;
  }
}
.advice .bnr_box {
  max-width: 600px;
  width: 100%;
  margin: 74px auto 0;
}
@media only screen and (max-width: 849px) {
  .advice .bnr_box {
    max-width: 78.9333333333vw;
    margin-top: 5.6vw;
  }
}

.sec_popular {
  margin-top: 0;
}

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