@charset "UTF-8";
/*-----------
fv_main
-----------*/
.fv_main {
  position: relative;
  background-image: url(../img/fv-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 87.266vw;
}
@media (max-width: 768px) {
  .fv_main {
    height: 120vw;
    background-image: url(../img/fv-sp-img.png);
  }
}
.fv_main h1.ttl {
  position: absolute;
  top: calc(50% - 100px);
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1180px) {
  .fv_main h1.ttl {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .fv_main h1.ttl {
    top: calc(50% - 10px);
  }
}
.fv_main h1.ttl .fv_pic.pc_only {
  width: 1110px;
}
@media (max-width: 1180px) {
  .fv_main h1.ttl .fv_pic.pc_only {
    width: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .fv_main h1.ttl .fv_pic.pc_only {
    display: none;
  }
}
.fv_main h1.ttl .fv_pic.pc_only img {
  width: 100%;
}
.fv_main h1.ttl .fv_pic.sp_only {
  display: none;
}
@media (max-width: 768px) {
  .fv_main h1.ttl .fv_pic.sp_only {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}
.fv_main h1.ttl .fv_pic.sp_only img {
  width: 100%;
}

/*-----------
.what_aged_day
-----------*/
.what_aged_day {
  position: relative;
  top: -55px;
  padding: 0 0 20px;
}
@media (max-width: 768px) {
  .what_aged_day {
    top: 0;
  }
}
.what_aged_day .inner {
  width: 1100px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  margin-top: 55px;
}
@media (max-width: 1200px) {
  .what_aged_day .inner {
    width: 90%;
    margin: 0 auto;
    margin-top: 55px;
  }
}
@media (max-width: 768px) {
  .what_aged_day .inner {
    width: 90%;
    margin: 0 auto;
  }
}
.what_aged_day .inner h2.ttl {
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  padding: 30px 0 0;
}
@media (max-width: 768px) {
  .what_aged_day .inner h2.ttl {
    font-size: 1.6em;
    padding: 15px 0 0;
  }
}
.what_aged_day .inner h2.ttl:after {
  display: block;
  margin: 18px auto;
  height: 10px; /* ドットの直径に合わせる */
  content: "";
  /* 丸いドットを背景として繰り返す */
  background-image: radial-gradient(circle, #efe2b3 5px, transparent 5px);
  background-size: 20px 10px; /* ドット間隔（横方向 20px / 縦方向 10px） */
  background-repeat: repeat-x;
  content: "";
}
@media (max-width: 768px) {
  .what_aged_day .inner h2.ttl:after {
    height: 10px;
    width: calc(100% - 5px);
    margin: 10px auto 15px;
  }
}
.what_aged_day .inner p.txt {
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  padding: 0 70px 30px;
  line-height: 1.75;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 768px) {
  .what_aged_day .inner p.txt {
    font-size: 1.15em;
    padding: 0 20px 10px;
    text-align: left;
    margin-bottom: 45px;
    text-align: justify;
    font-feature-settings: "palt";
  }
}

/*-----------
.intro
-----------*/
.intro .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .intro .inner {
    width: 90%;
    margin: 0 auto;
  }
}
.intro .inner h2.bg_ttl {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  height: 70px;
  background-image: url(../img/ttl-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  z-index: -1;
  text-align: center;
}
@media (max-width: 768px) {
  .intro .inner h2.bg_ttl {
    background-image: url(../img/ttl-sp-bg.png);
    top: -10px;
    height: 65px;
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) and (max-width: 480px) {
  .intro .inner h2.bg_ttl {
    height: 96px;
  }
}
.intro .inner h2.bg_ttl span {
  position: relative;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  top: 10px;
}
@media (max-width: 768px) {
  .intro .inner h2.bg_ttl span {
    font-size: 1.6em;
    top: 12px;
  }
}
.intro .inner h2.bg_ttl span .sp_only {
  display: none;
}
@media (max-width: 480px) {
  .intro .inner h2.bg_ttl span .sp_only {
    display: block;
  }
}
.intro .inner h2.bg_ttl:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/ttl-bg-left.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  width: 60px;
  height: 60px;
  content: "";
}
@media (max-width: 768px) {
  .intro .inner h2.bg_ttl:before {
    background-image: url(../img/ttl-sp-bg-left.png);
    width: 40px;
    height: 40px;
  }
}
.intro .inner h2.bg_ttl:after {
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../img/ttl-bg-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  width: 60px;
  height: 60px;
  content: "";
}
@media (max-width: 768px) {
  .intro .inner h2.bg_ttl:after {
    background-image: url(../img/ttl-sp-bg-right.png);
    width: 40px;
    height: 40px;
  }
}
.intro .inner p.txt {
  font-size: 1.5em;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .intro .inner p.txt {
    font-size: 1.15em;
  }
}

.what_gift_vaccine {
  padding-top: 36px;
}
@media (max-width: 768px) {
  .what_gift_vaccine {
    padding-top: 23px;
  }
}
.what_gift_vaccine .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .what_gift_vaccine .inner {
    width: 90%;
    margin: 0 auto;
  }
}
.what_gift_vaccine .inner h2.deco_ttl {
  margin-bottom: 20px;
  position: relative;
  font-size: 2em;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .what_gift_vaccine .inner h2.deco_ttl {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .what_gift_vaccine .inner h2.deco_ttl {
    font-size: 1.6em;
  }
}
.what_gift_vaccine .inner h2.deco_ttl:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 665px;
  height: 10px; /* ドットの直径に合わせる */
  content: "";
  /* 丸いドットを背景として繰り返す */
  background-image: radial-gradient(circle, #efe2b3 5px, transparent 5px);
  background-size: 20px 10px; /* ドット間隔（横方向 20px / 縦方向 10px） */
  background-repeat: repeat-x;
  content: "";
}
@media (max-width: 1200px) {
  .what_gift_vaccine .inner h2.deco_ttl:after {
    width: 100%;
    top: calc(50% + 50px);
  }
}
@media (max-width: 768px) {
  .what_gift_vaccine .inner h2.deco_ttl:after {
    top: calc(50% + 32px);
  }
}
.what_gift_vaccine .inner .what_gift_vaccine_con {
  padding: 60px 50px;
  background: #fff;
  border-radius: 24px;
  border: 3px solid #f3e5ab;
}
@media (max-width: 1200px) {
  .what_gift_vaccine .inner .what_gift_vaccine_con {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .what_gift_vaccine .inner .what_gift_vaccine_con {
    margin-top: 32px;
    padding: 50px 20px;
  }
}
.what_gift_vaccine .inner .what_gift_vaccine_con .wrap {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .what_gift_vaccine .inner .what_gift_vaccine_con .wrap {
    display: block;
    margin-bottom: 30px;
  }
}
.what_gift_vaccine .inner .what_gift_vaccine_con .wrap:last-of-type {
  margin-bottom: 0;
}
.what_gift_vaccine .inner .what_gift_vaccine_con .wrap .left {
  width: 354px;
}
@media (max-width: 768px) {
  .what_gift_vaccine .inner .what_gift_vaccine_con .wrap .left {
    margin: 0 auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 525px) {
  .what_gift_vaccine .inner .what_gift_vaccine_con .wrap .left {
    width: 100%;
  }
}
.what_gift_vaccine .inner .what_gift_vaccine_con .wrap .left img {
  width: 100%;
}
.what_gift_vaccine .inner .what_gift_vaccine_con .wrap .right {
  width: 676px;
}
@media (max-width: 768px) {
  .what_gift_vaccine .inner .what_gift_vaccine_con .wrap .right {
    width: 100%;
  }
}
.what_gift_vaccine .inner .what_gift_vaccine_con .wrap .right h3.ttl {
  margin-bottom: 30px;
  font-size: 1.75em;
}
@media (max-width: 768px) {
  .what_gift_vaccine .inner .what_gift_vaccine_con .wrap .right h3.ttl {
    font-size: 1.6em;
    margin-bottom: 5px;
  }
}
.what_gift_vaccine .inner .what_gift_vaccine_con .wrap .right p.txt {
  font-size: 1.5em;
  font-weight: bold;
  color: #8d6e63;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .what_gift_vaccine .inner .what_gift_vaccine_con .wrap .right p.txt {
    font-size: 1.15em;
  }
}
.what_gift_vaccine .inner .what_gift_vaccine_con .wrap.reverse {
  flex-direction: row-reverse;
}

.merit {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .merit {
    padding-top: 40px;
  }
}
.merit .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .merit .inner {
    width: 90%;
  }
}
.merit .inner h2.deco_ttl {
  margin-bottom: 20px;
  position: relative;
  font-size: 2em;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .merit .inner h2.deco_ttl {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .merit .inner h2.deco_ttl {
    font-size: 1.6em;
  }
}
.merit .inner h2.deco_ttl:after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 458px;
  height: 10px; /* ドットの直径に合わせる */
  content: "";
  /* 丸いドットを背景として繰り返す */
  background-image: radial-gradient(circle, #efe2b3 5px, transparent 5px);
  background-size: 20px 10px; /* ドット間隔（横方向 20px / 縦方向 10px） */
  background-repeat: repeat-x;
  content: "";
}
@media (max-width: 1200px) {
  .merit .inner h2.deco_ttl:after {
    width: 100%;
    top: calc(50% + 50px);
  }
}
@media (max-width: 900px) {
  .merit .inner h2.deco_ttl:after {
    top: calc(50% + 70px);
  }
}
@media (max-width: 768px) {
  .merit .inner h2.deco_ttl:after {
    width: 100%;
    top: calc(50% + 60px);
  }
}
@media (max-width: 412px) {
  .merit .inner h2.deco_ttl:after {
    width: 100%;
    top: calc(50% + 84px);
  }
}
@media (max-width: 390px) {
  .merit .inner h2.deco_ttl:after {
    width: 100%;
    top: calc(50% + 60px);
  }
}
.merit .inner .merit_con {
  padding: 30px 0 60px;
  border-radius: 24px;
}
@media (max-width: 768px) {
  .merit .inner .merit_con {
    padding: 30px 0 24px;
  }
}
.merit .inner .merit_con .wrap {
  margin-bottom: 30px;
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .merit .inner .merit_con .wrap {
    display: block;
  }
}
.merit .inner .merit_con .wrap:last-of-type {
  margin-bottom: 0;
}
.merit .inner .merit_con .wrap .left {
  width: 387px;
}
@media (max-width: 768px) {
  .merit .inner .merit_con .wrap .left {
    margin: 0 auto;
  }
}
@media (max-width: 455px) {
  .merit .inner .merit_con .wrap .left {
    width: 100%;
  }
}
.merit .inner .merit_con .wrap .left img {
  width: 100%;
}
.merit .inner .merit_con .wrap .right {
  width: 743px;
}
@media (max-width: 768px) {
  .merit .inner .merit_con .wrap .right {
    width: 100%;
  }
}
.merit .inner .merit_con .wrap .right .ttl_wrap {
  display: flex;
  gap: 4px;
}
@media (max-width: 768px) {
  .merit .inner .merit_con .wrap .right .ttl_wrap {
    margin-top: 15px;
  }
}
.merit .inner .merit_con .wrap .right .ttl_wrap h3.ttl {
  margin-bottom: 10px;
  font-size: 1.75em;
  position: relative;
  padding-left: 0px;
  text-indent: 45px;
}
.merit .inner .merit_con .wrap .right .ttl_wrap h3.ttl:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 3px;
  left: -2px;
  content: "";
  width: 38px;
  flex: 0 0 38px;
  height: 38px;
}
@media (max-width: 390px) {
  .merit .inner .merit_con .wrap .right .ttl_wrap h3.ttl:before {
    top: 0;
  }
}
.merit .inner .merit_con .wrap .right .ttl_wrap h3.ttl.ttl1:before {
  background-image: url(../img/num1.svg);
}
.merit .inner .merit_con .wrap .right .ttl_wrap h3.ttl.ttl2:before {
  background-image: url(../img/num2.svg);
}
.merit .inner .merit_con .wrap .right .ttl_wrap h3.ttl.ttl3:before {
  background-image: url(../img/num3.svg);
}
.merit .inner .merit_con .wrap .right p.txt {
  font-size: 1.25em;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .merit .inner .merit_con .wrap .right p.txt {
    font-size: 1.15em;
  }
}

.recommend .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .recommend .inner {
    width: 90%;
  }
}
.recommend .inner .recommend_con {
  width: 880px;
  margin: 0 auto;
  padding: 40px 70px 80px;
  background: #fff;
  border: 10px solid #f3dab5;
}
@media (max-width: 1050px) {
  .recommend .inner .recommend_con {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .recommend .inner .recommend_con {
    padding: 24px 24px 50px;
    border: 5px solid #f3dab5;
  }
}
.recommend .inner .recommend_con .recommend_ttl {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .recommend .inner .recommend_con .recommend_ttl {
    font-size: 1.6em;
    margin-bottom: 17px;
  }
}
.recommend .inner .recommend_con .recommend_ttl:after {
  display: block;
  background-image: url(../img/recommend-ttl-line.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 335px;
  margin: 0 auto;
  height: 10px;
  content: "";
}
@media (max-width: 480px) {
  .recommend .inner .recommend_con .recommend_ttl:after {
    width: 100%;
  }
}
.recommend .inner .recommend_con ul li {
  padding-left: 38px;
  font-size: 1.5em;
  position: relative;
  font-weight: bold;
}
@media (max-width: 768px) {
  .recommend .inner .recommend_con ul li {
    font-size: 1.15em;
    padding-left: 25px;
  }
}
.recommend .inner .recommend_con ul li:before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  background-image: url(../img/check-i.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 24px;
  height: 19px;
}
@media (max-width: 768px) {
  .recommend .inner .recommend_con ul li:before {
    top: 4px;
    width: 16px;
    height: 14px;
  }
}
.recommend .inner .recommend_con ul li:after {
  display: block;
  margin: 10px auto;
  transform: translateX(-38px);
  width: calc(100% + 38px);
  border-bottom: 2px dashed #5d4037;
  content: "";
}
@media (max-width: 768px) {
  .recommend .inner .recommend_con ul li:after {
    transform: translateX(-25px);
    width: calc(100% + 25px);
  }
}
.recommend .inner .recommend_con ul li:not(:first-of-type) {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .recommend .inner .recommend_con ul li:not(:first-of-type) {
    margin-top: 25px;
  }
}
.recommend .inner .can_wrap {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1200px) {
  .recommend .inner .can_wrap {
    display: block;
    margin-top: 50px;
  }
}
.recommend .inner .can_wrap .can_b.b1 {
  width: 565px;
  border: 4px solid #f4a78d;
  border-radius: 24px;
  background: #fff;
}
@media (max-width: 1200px) {
  .recommend .inner .can_wrap .can_b.b1 {
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 645px) {
  .recommend .inner .can_wrap .can_b.b1 {
    width: 100%;
  }
}
.recommend .inner .can_wrap .can_b.b1 h3.ttl {
  border-radius: 16px 16px 0 0;
  font-size: 1.5em;
  padding: 12px 0;
  background: #f4a78d;
  text-align: center;
}
@media (max-width: 768px) {
  .recommend .inner .can_wrap .can_b.b1 h3.ttl {
    font-size: 1.6em;
  }
}
.recommend .inner .can_wrap .can_b.b1 p.txt {
  padding: 40px 20px;
  font-size: 1.5em;
  line-height: 1.75;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 768px) {
  .recommend .inner .can_wrap .can_b.b1 p.txt {
    font-size: 1.15em;
    padding: 25px 20px;
  }
}
.recommend .inner .can_wrap .can_b.b1 .can_b_wrap.pc_only {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .recommend .inner .can_wrap .can_b.b1 .can_b_wrap.pc_only {
    padding: 0 10px;
  }
}
@media (max-width: 480px) {
  .recommend .inner .can_wrap .can_b.b1 .can_b_wrap.pc_only {
    display: none;
  }
}
.recommend .inner .can_wrap .can_b.b1 .can_b_wrap.pc_only:last-of-type {
  margin-bottom: 0;
  padding-bottom: 40px;
}
.recommend .inner .can_wrap .can_b.b1 .can_b_wrap.pc_only .can_i {
  width: 150px;
}
.recommend .inner .can_wrap .can_b.b1 .can_b_wrap.pc_only .can_i .can_img img {
  width: 100%;
}
.recommend .inner .can_wrap .can_b.b1 .can_b_wrap.pc_only .can_i .can_txt {
  font-size: 1em;
  text-align: center;
  font-weight: bold;
}
.recommend .inner .can_wrap .can_b.b1 .can_b_wrap.sp_only {
  display: none;
}
@media (max-width: 480px) {
  .recommend .inner .can_wrap .can_b.b1 .can_b_wrap.sp_only {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
    padding: 0 10px;
  }
}
.recommend .inner .can_wrap .can_b.b1 .can_b_wrap.sp_only:last-of-type {
  margin-bottom: 0;
  padding-bottom: 40px;
}
.recommend .inner .can_wrap .can_b.b1 .can_b_wrap.sp_only .can_i {
  width: 150px;
}
.recommend .inner .can_wrap .can_b.b1 .can_b_wrap.sp_only .can_i .can_img img {
  width: 100%;
}
.recommend .inner .can_wrap .can_b.b1 .can_b_wrap.sp_only .can_i .can_txt {
  font-size: 1.125em;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .recommend .inner .can_wrap .can_b.b1 .can_b_wrap.sp_only .can_i .can_txt {
    margin-top: 5px;
    font-size: 1em;
  }
}
.recommend .inner .can_wrap .can_b.b1 .can_b_wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .recommend .inner .can_wrap .can_b.b1 .can_b_wrap {
    padding: 0 10px;
  }
}
.recommend .inner .can_wrap .can_b.b1 .can_b_wrap:last-of-type {
  margin-bottom: 0;
  padding-bottom: 40px;
}
.recommend .inner .can_wrap .can_b.b1 .can_b_wrap .can_i {
  width: 150px;
}
.recommend .inner .can_wrap .can_b.b1 .can_b_wrap .can_i .can_img img {
  width: 100%;
}
.recommend .inner .can_wrap .can_b.b1 .can_b_wrap .can_i .can_txt {
  font-size: 1.125em;
  text-align: center;
  font-weight: bold;
}
.recommend .inner .can_wrap .can_b.b2 {
  width: 565px;
  border: 4px solid #d7ccc8;
  border-radius: 24px;
  background: #fff;
}
@media (max-width: 1200px) {
  .recommend .inner .can_wrap .can_b.b2 {
    margin: 0 auto;
  }
}
@media (max-width: 645px) {
  .recommend .inner .can_wrap .can_b.b2 {
    width: 100%;
  }
}
.recommend .inner .can_wrap .can_b.b2 h3.ttl {
  border-radius: 16px 16px 0 0;
  font-size: 1.5em;
  padding: 13px 0;
  background: #d7ccc8;
  text-align: center;
}
@media (max-width: 768px) {
  .recommend .inner .can_wrap .can_b.b2 h3.ttl {
    font-size: 1.6em;
  }
}
.recommend .inner .can_wrap .can_b.b2 p.txt {
  padding: 40px 20px;
  font-size: 1.5em;
  line-height: 1.75;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 768px) {
  .recommend .inner .can_wrap .can_b.b2 p.txt {
    font-size: 1.15em;
    padding: 25px 20px;
  }
}
.recommend .inner .can_wrap .can_b.b2 .can_b_wrap {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 410px) {
  .recommend .inner .can_wrap .can_b.b2 .can_b_wrap {
    padding: 0 10px;
  }
}
.recommend .inner .can_wrap .can_b.b2 .can_b_wrap:last-of-type {
  margin-bottom: 0;
  padding-bottom: 40px;
}
.recommend .inner .can_wrap .can_b.b2 .can_b_wrap .can_i {
  width: 150px;
}
.recommend .inner .can_wrap .can_b.b2 .can_b_wrap .can_i .can_img img {
  width: 100%;
}
.recommend .inner .can_wrap .can_b.b2 .can_b_wrap .can_i .can_txt {
  font-size: 1em;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .recommend .inner .can_wrap .can_b.b2 .can_b_wrap .can_i .can_txt {
    margin-top: 5px;
    font-size: 1em;
  }
}

.flow {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .flow {
    padding-top: 60px;
  }
}
.flow .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .flow .inner {
    width: 90%;
    margin: 0 auto;
  }
}
.flow .inner h2.bg_ttl {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  height: 70px;
  background-image: url(../img/ttl-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  z-index: -1;
  text-align: center;
}
@media (max-width: 768px) {
  .flow .inner h2.bg_ttl {
    background-image: url(../img/ttl-sp-bg.png);
    top: -10px;
    height: 65px;
    margin-bottom: 20px;
  }
}
.flow .inner h2.bg_ttl span {
  position: relative;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  top: 10px;
}
@media (max-width: 768px) {
  .flow .inner h2.bg_ttl span {
    font-size: 1.6em;
    top: 12px;
  }
}
.flow .inner h2.bg_ttl:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/ttl-bg-left.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  width: 60px;
  height: 60px;
  content: "";
}
@media (max-width: 768px) {
  .flow .inner h2.bg_ttl:before {
    background-image: url(../img/ttl-sp-bg-left.png);
    width: 40px;
    height: 40px;
  }
}
.flow .inner h2.bg_ttl:after {
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../img/ttl-bg-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  width: 60px;
  height: 60px;
  content: "";
}
@media (max-width: 768px) {
  .flow .inner h2.bg_ttl:after {
    background-image: url(../img/ttl-sp-bg-right.png);
    width: 40px;
    height: 40px;
  }
}
.flow .inner .flow_wrap1 {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .flow .inner .flow_wrap1 {
    display: block;
  }
}
.flow .inner .flow_wrap1 .flow_b {
  width: 350px;
}
@media (max-width: 768px) {
  .flow .inner .flow_wrap1 .flow_b {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .flow .inner .flow_wrap1 .flow_b:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 420px) {
  .flow .inner .flow_wrap1 .flow_b {
    width: 100%;
  }
}
.flow .inner .flow_wrap1 .flow_b .flow_img {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .flow .inner .flow_wrap1 .flow_b .flow_img {
    margin-bottom: 10px;
  }
}
.flow .inner .flow_wrap1 .flow_b .flow_img img {
  width: 100%;
}
.flow .inner .flow_wrap1 .flow_b .ttl_wrap {
  display: flex;
  gap: 4px;
}
.flow .inner .flow_wrap1 .flow_b .ttl_wrap .deco {
  width: 60px;
  flex: 0 0 60px;
  margin-top: -5px;
}
@media (max-width: 768px) {
  .flow .inner .flow_wrap1 .flow_b .ttl_wrap .deco {
    margin-top: 0;
    width: 38px;
    flex: 0 0 38px;
  }
}
.flow .inner .flow_wrap1 .flow_b .ttl_wrap .deco img {
  width: 100%;
}
.flow .inner .flow_wrap1 .flow_b .ttl_wrap h3.ttl {
  margin-bottom: 10px;
  font-size: 2em;
}
@media (max-width: 768px) {
  .flow .inner .flow_wrap1 .flow_b .ttl_wrap h3.ttl {
    font-size: 1.6em;
    margin-top: -2px;
  }
}
.flow .inner .flow_wrap1 .flow_b p.txt {
  font-size: 1.25em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .flow .inner .flow_wrap1 .flow_b p.txt {
    font-size: 1.15em;
  }
}
.flow .inner .flow_wrap2 {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .flow .inner .flow_wrap2 {
    display: block;
  }
}
.flow .inner .flow_wrap2 .flow_b {
  width: 350px;
}
@media (max-width: 768px) {
  .flow .inner .flow_wrap2 .flow_b {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .flow .inner .flow_wrap2 .flow_b:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 420px) {
  .flow .inner .flow_wrap2 .flow_b {
    width: 100%;
  }
}
.flow .inner .flow_wrap2 .flow_b .flow_img {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .flow .inner .flow_wrap2 .flow_b .flow_img {
    margin-bottom: 10px;
  }
}
.flow .inner .flow_wrap2 .flow_b .flow_img img {
  width: 100%;
}
.flow .inner .flow_wrap2 .flow_b .ttl_wrap {
  display: flex;
  gap: 4px;
}
.flow .inner .flow_wrap2 .flow_b .ttl_wrap .deco {
  width: 60px;
  flex: 0 0 60px;
  margin-top: -5px;
}
@media (max-width: 768px) {
  .flow .inner .flow_wrap2 .flow_b .ttl_wrap .deco {
    width: 38px;
    flex: 0 0 38px;
    margin-top: -3px;
  }
}
.flow .inner .flow_wrap2 .flow_b .ttl_wrap .deco img {
  width: 100%;
}
.flow .inner .flow_wrap2 .flow_b .ttl_wrap h3.ttl {
  margin-bottom: 10px;
  font-size: 2em;
}
@media (max-width: 768px) {
  .flow .inner .flow_wrap2 .flow_b .ttl_wrap h3.ttl {
    font-size: 1.6em;
    margin-top: -2px;
  }
}
.flow .inner .flow_wrap2 .flow_b p.txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.25em;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .flow .inner .flow_wrap2 .flow_b p.txt {
    font-size: 1.15em;
  }
}

.achieve {
  position: relative;
  z-index: 1;
  padding-top: 90px;
}
@media (max-width: 768px) {
  .achieve {
    padding-top: 50px;
  }
}
.achieve .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .achieve .inner {
    width: 90%;
    margin: 0 auto;
  }
}
.achieve .inner h2.bg_ttl {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  height: 70px;
  background-image: url(../img/ttl-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  z-index: -1;
  text-align: center;
}
@media (max-width: 768px) {
  .achieve .inner h2.bg_ttl {
    background-image: url(../img/ttl-sp-bg.png);
    top: -10px;
    height: 65px;
    margin-bottom: 18px;
  }
}
.achieve .inner h2.bg_ttl span {
  position: relative;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  top: 10px;
}
@media (max-width: 768px) {
  .achieve .inner h2.bg_ttl span {
    font-size: 1.6em;
    top: 12px;
  }
}
.achieve .inner h2.bg_ttl:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/ttl-bg-left.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  width: 60px;
  height: 60px;
  content: "";
}
@media (max-width: 768px) {
  .achieve .inner h2.bg_ttl:before {
    background-image: url(../img/ttl-sp-bg-left.png);
    width: 40px;
    height: 40px;
  }
}
.achieve .inner h2.bg_ttl:after {
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../img/ttl-bg-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  width: 60px;
  height: 60px;
  content: "";
}
@media (max-width: 768px) {
  .achieve .inner h2.bg_ttl:after {
    background-image: url(../img/ttl-sp-bg-right.png);
    width: 40px;
    height: 40px;
  }
}
.achieve .inner p.txt {
  margin-bottom: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .achieve .inner p.txt {
    font-size: 1.15em;
    margin-bottom: 20px;
  }
}
.achieve .inner h3.ttl {
  font-size: 2.625em;
  text-align: center;
}
@media (max-width: 768px) {
  .achieve .inner h3.ttl {
    font-size: 1.65em;
  }
}
.achieve .inner h3.ttl span {
  position: relative;
  top: -15px;
  font-size: 0.571em;
}
@media (max-width: 768px) {
  .achieve .inner h3.ttl span {
    top: -30px;
    top: -15px;
  }
}
.achieve .inner .achieve_wrap {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 1200px) {
  .achieve .inner .achieve_wrap {
    margin-top: 30px;
    display: block;
    margin-top: 55px;
  }
}
.achieve .inner .achieve_wrap .achieve_b {
  position: relative;
  width: 560px;
  height: 375px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  background: #ffe7d1;
  border: 5px solid #45241a;
}
@media (max-width: 1200px) {
  .achieve .inner .achieve_wrap .achieve_b {
    margin: 0 auto;
  }
}
@media (max-width: 665px) {
  .achieve .inner .achieve_wrap .achieve_b {
    width: 100%;
    height: 275px;
    padding: 0 8px;
  }
}
.achieve .inner .achieve_wrap .achieve_b .txt_b p.txt1 {
  line-height: 2;
  font-size: 2em;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: bold;
}
.achieve .inner .achieve_wrap .achieve_b .txt_b p.txt1 span {
  font-size: 0.65em;
  padding-left: 5px;
}
@media (max-width: 665px) {
  .achieve .inner .achieve_wrap .achieve_b .txt_b p.txt1 span {
    font-size: 0.75em;
  }
}
@media (max-width: 665px) {
  .achieve .inner .achieve_wrap .achieve_b .txt_b p.txt1 {
    font-size: 1.5em;
    line-height: 1.5;
  }
}
.achieve .inner .achieve_wrap .achieve_b .txt_b p.txt2 {
  margin: 15px auto;
  font-size: 2.75em;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: bold;
}
.achieve .inner .achieve_wrap .achieve_b .txt_b p.txt2 span {
  font-size: 0.65em;
  padding-left: 5px;
}
@media (max-width: 665px) {
  .achieve .inner .achieve_wrap .achieve_b .txt_b p.txt2 span {
    font-size: 0.75em;
  }
}
@media (max-width: 665px) {
  .achieve .inner .achieve_wrap .achieve_b .txt_b p.txt2 {
    font-size: 1.6em;
    line-height: 1.5;
  }
}
.achieve .inner .achieve_wrap .achieve_b .txt_b p.ps {
  font-size: 1.75em;
  font-family: "Inter", sans-serif;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 768px) {
  .achieve .inner .achieve_wrap .achieve_b .txt_b p.ps {
    font-size: 1.15em;
    line-height: 1.5;
  }
}
.achieve .inner .achieve_wrap .achieve_b.b1:before {
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/achieve-i1.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 101px;
  content: "";
}
@media (max-width: 768px) {
  .achieve .inner .achieve_wrap .achieve_b.b1:before {
    width: 80px;
    height: 81px;
  }
}
@media (max-width: 1200px) {
  .achieve .inner .achieve_wrap .achieve_b.b2 {
    margin-top: 100px;
  }
}
@media (max-width: 768px) {
  .achieve .inner .achieve_wrap .achieve_b.b2 {
    margin-top: 70px;
  }
}
.achieve .inner .achieve_wrap .achieve_b.b2:before {
  position: absolute;
  top: -55px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/achieve-i2.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 101px;
  content: "";
}
@media (max-width: 768px) {
  .achieve .inner .achieve_wrap .achieve_b.b2:before {
    width: 80px;
    height: 81px;
  }
}

.cta_sec .inner h2.ttl {
  padding-top: 11.667vw;
  font-size: 3em;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .cta_sec .inner h2.ttl {
    padding-top: 168px;
  }
}
@media (max-width: 768px) {
  .cta_sec .inner h2.ttl {
    font-size: 2.3em;
    padding-top: 0;
  }
}
@media (max-width: 650px) {
  .cta_sec .inner h2.ttl {
    margin-bottom: 15px;
  }
}
.cta_sec .inner p.txt {
  font-size: 1.75em;
  text-align: center;
  font-weight: bold;
  color: #5D4037;
}
@media (max-width: 768px) {
  .cta_sec .inner p.txt {
    font-size: 1.15em;
    margin-bottom: 10px;
  }
}
.cta_sec .inner .btn_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 50px;
  top: 48px;
  margin-bottom: 85px;
}
@media (max-width: 960px) {
  .cta_sec .inner .btn_wrap {
    display: block;
  }
}
@media (max-width: 650px) {
  .cta_sec .inner .btn_wrap {
    top: 18px;
  }
}
.cta_sec .inner .btn_wrap .btn_b {
  width: 452px;
  height: 100px;
  background: #45241a;
  border-radius: 9999px;
}
@media (max-width: 960px) {
  .cta_sec .inner .btn_wrap .btn_b {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .cta_sec .inner .btn_wrap .btn_b {
    width: 360px;
    margin: 0 auto;
  }
}
@media (max-width: 650px) {
  .cta_sec .inner .btn_wrap .btn_b {
    height: 85px;
  }
}
@media (max-width: 420px) {
  .cta_sec .inner .btn_wrap .btn_b {
    width: 100%;
  }
}
.cta_sec .inner .btn_wrap .btn_b a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.cta_sec .inner .btn_wrap .btn_b a .btn_txt {
  font-size: 2.625em;
}
@media (max-width: 768px) {
  .cta_sec .inner .btn_wrap .btn_b a .btn_txt {
    font-size: 2.25em;
  }
}
.cta_sec .inner .btn_wrap .btn_b a .i_pic {
  width: 45px;
}
.cta_sec .inner .btn_wrap .btn_b a .i_pic img {
  width: 100%;
}
.cta_sec .inner .btn_wrap .btn_b.b1 {
  background: linear-gradient(to right, #955F2F, #45241A);
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.5);
}
@media (max-width: 960px) {
  .cta_sec .inner .btn_wrap .btn_b.b1 {
    margin-bottom: 30px;
  }
}
.cta_sec .inner .btn_wrap .btn_b.b2 {
  background: linear-gradient(to right, #E6A93F, #C97124);
  box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.5);
}

.cta_sec.sec1 {
  position: relative;
  top: -4.236vw;
}
@media (max-width: 1440px) {
  .cta_sec.sec1 {
    top: -61px;
  }
}
@media (max-width: 768px) {
  .cta_sec.sec1 {
    top: 50px;
  }
}
.cta_sec.sec1:before {
  content: "";
  position: absolute;
  bottom: -90px;
  background-image: url("../img/btn-wrap1-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 29vw;
  z-index: -1;
}
@media (max-width: 1370px) {
  .cta_sec.sec1:before {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .cta_sec.sec1:before {
    height: 90%;
    bottom: 6px;
  }
}
@media (max-width: 420px) {
  .cta_sec.sec1:before {
    background-image: url("../img/btn-wrap1-sp-bg.png");
  }
}
.cta_sec.sec1 .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .cta_sec.sec1 .inner {
    width: 90%;
    margin: 0 auto;
  }
}

.voice {
  padding-top: 50px;
}
.voice .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .voice .inner {
    width: 90%;
    margin: 0 auto;
  }
}
.voice .inner h2.bg_ttl {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  height: 70px;
  background-image: url(../img/ttl-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  z-index: -1;
  text-align: center;
}
@media (max-width: 768px) {
  .voice .inner h2.bg_ttl {
    background-image: url(../img/ttl-sp-bg.png);
    top: -10px;
    height: 65px;
  }
}
@media (max-width: 600px) {
  .voice .inner h2.bg_ttl {
    margin-bottom: 12px;
  }
}
.voice .inner h2.bg_ttl span {
  position: relative;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  top: 10px;
}
@media (max-width: 768px) {
  .voice .inner h2.bg_ttl span {
    font-size: 1.6em;
    top: 12px;
  }
}
.voice .inner h2.bg_ttl:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/ttl-bg-left.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  width: 60px;
  height: 60px;
  content: "";
}
@media (max-width: 768px) {
  .voice .inner h2.bg_ttl:before {
    background-image: url(../img/ttl-sp-bg-left.png);
    width: 40px;
    height: 40px;
  }
}
.voice .inner h2.bg_ttl:after {
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../img/ttl-bg-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  width: 60px;
  height: 60px;
  content: "";
}
@media (max-width: 768px) {
  .voice .inner h2.bg_ttl:after {
    background-image: url(../img/ttl-sp-bg-right.png);
    width: 40px;
    height: 40px;
  }
}
.voice .inner .voice_con .wrap {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  /* 共通のCSS */
  /* 吹き出し上 */
  /* 吹き出し右 */
  /* 吹き出し下 */
  /* 吹き出し左 */
}
@media (max-width: 600px) {
  .voice .inner .voice_con .wrap {
    display: block;
    margin-bottom: 28px;
  }
}
.voice .inner .voice_con .wrap .left {
  width: 184px;
  flex: 0 0 184px;
}
@media (max-width: 600px) {
  .voice .inner .voice_con .wrap .left {
    margin: 0 auto;
  }
}
.voice .inner .voice_con .wrap .left img {
  width: 100%;
}
.voice .inner .voice_con .wrap .balloon {
  line-height: 1.75;
  background-color: #faf8f5;
  border-radius: 24px;
  filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.2));
  margin-left: 50px;
  padding: 40px 30px;
  position: relative;
  width: 813px;
  font-size: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 600px) {
  .voice .inner .voice_con .wrap .balloon {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
    font-size: 1.15em;
  }
}
.voice .inner .voice_con .wrap .balloon span {
  font-size: 1.25em;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}
.voice .inner .voice_con .wrap .balloon-right {
  margin-left: auto;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .voice .inner .voice_con .wrap .balloon-right {
    margin-top: 40px;
  }
}
.voice .inner .voice_con .wrap .balloon-right span {
  font-size: 1.25em;
  font-weight: bold;
}
.voice .inner .voice_con .wrap .balloon::before {
  background-color: #faf8f5;
  content: "";
  height: 30px;
  position: absolute;
  width: 30px;
}
.voice .inner .voice_con .wrap .balloon-top::before {
  -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
          clip-path: polygon(0 100%, 50% 0, 100% 100%);
  left: 43%;
  top: -20px;
}
.voice .inner .voice_con .wrap .balloon-right::before {
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 50%);
          clip-path: polygon(0 0, 0 100%, 100% 50%);
  right: -20px;
  top: 42%;
}
@media (max-width: 600px) {
  .voice .inner .voice_con .wrap .balloon-right::before {
    top: -29px;
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
  }
}
.voice .inner .voice_con .wrap .balloon-bottom::before {
  bottom: -20px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  left: 43%;
}
.voice .inner .voice_con .wrap .balloon-left::before {
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  left: -20px;
  top: 42%;
}
@media (max-width: 600px) {
  .voice .inner .voice_con .wrap .balloon-left::before {
    top: -29px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.voice .inner .voice_con .wrap.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 600px) {
  .voice .inner .voice_con .wrap.last {
    margin-bottom: 52px;
  }
}

.qa .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .qa .inner {
    width: 90%;
    margin: 0 auto;
  }
}
.qa .inner h2.bg_ttl {
  position: relative;
  margin-bottom: 40px;
  width: 100%;
  height: 70px;
  background-image: url(../img/ttl-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  content: "";
  z-index: -1;
  text-align: center;
}
@media (max-width: 768px) {
  .qa .inner h2.bg_ttl {
    background-image: url(../img/ttl-sp-bg.png);
    top: -10px;
    height: 65px;
    margin-bottom: 32px;
  }
}
.qa .inner h2.bg_ttl span {
  position: relative;
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  top: 10px;
}
@media (max-width: 768px) {
  .qa .inner h2.bg_ttl span {
    font-size: 1.6em;
    top: 12px;
  }
}
.qa .inner h2.bg_ttl:before {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/ttl-bg-left.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  width: 60px;
  height: 60px;
  content: "";
}
@media (max-width: 768px) {
  .qa .inner h2.bg_ttl:before {
    background-image: url(../img/ttl-sp-bg-left.png);
    width: 40px;
    height: 40px;
  }
}
.qa .inner h2.bg_ttl:after {
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../img/ttl-bg-right.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  width: 60px;
  height: 60px;
  content: "";
}
@media (max-width: 768px) {
  .qa .inner h2.bg_ttl:after {
    background-image: url(../img/ttl-sp-bg-right.png);
    width: 40px;
    height: 40px;
  }
}
.qa .inner .qa_con {
  /* 必須 */
}
.qa .inner .qa_con .accordion-content {
  display: none;
}
.qa .inner .qa_con .accordion-header {
  background-color: #d7ccc8;
  padding: 12px 45px 10px 20px;
  margin: 20px 0 0;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .qa .inner .qa_con .accordion-header {
    padding: 12px 55px 10px 20px;
  }
}
.qa .inner .qa_con .accordion-header:first-of-type {
  margin: 0;
}
.qa .inner .qa_con .accordion-header::before,
.qa .inner .qa_con .accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 20px;
  height: 3px;
  margin: auto;
  background: #151e2f;
}
.qa .inner .qa_con .accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.qa .inner .qa_con .accordion-header.active::after {
  transform: rotate(0deg);
}
.qa .inner .qa_con .accordion-content {
  padding: 12px 20px 10px;
  margin: 20px auto;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .qa .inner .qa_con .accordion-content {
    padding: 0;
  }
}
.qa .inner .qa_con .accordion-header span {
  position: relative;
  font-size: 1.125em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}
@media (max-width: 768px) {
  .qa .inner .qa_con .accordion-header span {
    font-size: 1.15em;
  }
}
.qa .inner .qa_con .accordion-content span {
  position: relative;
  font-size: 1.125em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media (max-width: 768px) {
  .qa .inner .qa_con .accordion-content span {
    font-size: 1.15em;
  }
}

.cta_sec.sec2 {
  position: relative;
  z-index: 2;
  top: -55px;
  height: auto;
  background-repeat: repeat;
  background-size: 200px 200px;
}
@media (max-width: 768px) {
  .cta_sec.sec2 {
    top: 50px;
  }
}
.cta_sec.sec2 .inner {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .cta_sec.sec2 .inner {
    width: 90%;
    margin: 0 auto;
  }
}
.cta_sec.sec2 .inner h2.ttl {
  padding-top: 0;
  margin-top: 168px;
}
@media (max-width: 768px) {
  .cta_sec.sec2 .inner h2.ttl {
    margin-top: 0;
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .cta_sec.sec2 .inner p.txt {
    margin-bottom: 10px;
  }
}
.cta_sec.sec2 .inner .btn_wrap.ftr_btn {
  margin-bottom: 0;
}
@media (max-width: 650px) {
  .cta_sec.sec2 .inner .btn_wrap.ftr_btn {
    display: block;
    margin-bottom: 190px;
    margin-bottom: 155px;
  }
}

.ftr_main {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 155px;
}
@media (max-width: 768px) {
  .ftr_main {
    margin-top: 90px;
  }
}
.ftr_main:before {
  position: absolute;
  top: -66px;
  background-image: url(../img/wave.png);
  width: 100%;
  height: 25.486vw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  z-index: -1;
}
@media (max-width: 1440px) {
  .ftr_main:before {
    height: 367px;
  }
}
@media (max-width: 768px) {
  .ftr_main:before {
    height: 330px;
    top: -56px;
  }
}
.ftr_main .inner {
  padding: 10.069vw 3.472vw 5.556vw;
}
@media (max-width: 1440px) {
  .ftr_main .inner {
    padding: 145px 50px 80px;
  }
}
@media (max-width: 1200px) {
  .ftr_main .inner {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .ftr_main .inner {
    padding: 105px 30px 46px;
  }
}
.ftr_main .inner .ftr_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .ftr_main .inner .ftr_wrap {
    display: block;
  }
}
.ftr_main .inner .ftr_wrap nav ul {
  display: flex;
  gap: 35px;
}
@media (max-width: 768px) {
  .ftr_main .inner .ftr_wrap nav ul {
    display: block;
  }
}
@media (max-width: 768px) {
  .ftr_main .inner .ftr_wrap nav ul li {
    margin-bottom: 20px;
  }
}
.ftr_main .inner .ftr_wrap nav ul li a {
  font-family: "M PLUS 2", sans-serif;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .pc__only {
    display: none;
  }
}

.sp__only {
  display: none;
}
@media (max-width: 768px) {
  .sp__only {
    display: block;
  }
}/*# sourceMappingURL=lp.css.map */