@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oooh+Baby&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.mv
------------------------------ */
.mv {
  padding: 5rem 0 0;
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 1.55rem 0 3.5rem;
  }
}
.mv .wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .mv .wrap {
    height: 81rem;
  }
}
.mv .mv_ttl {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .mv .mv_ttl {
    font-size: 3rem;
    white-space: nowrap;
  }
}
.mv .mv_ttl .big {
  font-size: 7rem;
}
@media screen and (max-width: 768px) {
  .mv .mv_ttl .big {
    font-size: 4.2rem;
  }
}
.mv .mv_ttl .bg01,
.mv .mv_ttl .bg02 {
  position: relative;
}
.mv .mv_ttl .bg01::before,
.mv .mv_ttl .bg02::before {
  position: absolute;
  content: "";
  display: block;
}
.mv .mv_ttl .bg01 span,
.mv .mv_ttl .bg02 span {
  position: relative;
  z-index: 2;
}
.mv .mv_ttl .bg01::before {
  top: 0.3rem;
  left: -2rem;
  width: 40.4rem;
  height: 10.5rem;
  background: url(../img/index/mv_bg01.png) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .mv .mv_ttl .bg01::before {
    top: 0;
    left: -1rem;
    width: 24.2rem;
    height: 6.6rem;
    background: url(../img/index/mv_bg01_sp.png) no-repeat center center;
    background-size: 100%;
  }
}
.mv .mv_ttl .bg02::before {
  bottom: 0.12em;
  left: 0;
  width: 100%;
  height: 1.4rem;
  background: url(../img/index/mv_bg02.png) no-repeat center bottom;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .mv .mv_ttl .bg02::before {
    background: url(../img/index/mv_bg02_sp.png) no-repeat bottom center;
    background-size: 100%;
  }
}
.mv .mv_txt {
  margin-top: 2rem;
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .mv .mv_txt {
    margin-top: 1.5rem;
    font-size: 1.8rem;
  }
}
.mv .bg03 {
  position: absolute;
  top: 1rem;
  left: 55rem;
}
@media screen and (max-width: 768px) {
  .mv .bg03 {
    top: 2rem;
    left: 30rem;
  }
}
.mv .bg03 img {
  width: 3.6rem;
}
@media screen and (max-width: 768px) {
  .mv .bg03 img {
    width: 2.1rem;
  }
}
@media screen and (min-width: 769px) {
  .mv .mv_img {
    position: absolute;
    top: -3rem;
    right: -12rem;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_img {
    margin-left: -1.3rem;
    margin-top: 2rem;
  }
}
.mv .mv_img img {
  width: 113rem;
}
@media screen and (max-width: 768px) {
  .mv .mv_img img {
    width: 35.6rem;
    max-width: 35.6rem;
  }
}
@media screen and (min-width: 769px) {
  .mv .img02 {
    margin-top: 4.5rem;
    margin-left: -9rem;
  }
}
@media screen and (max-width: 768px) {
  .mv .img02 {
    position: absolute;
    top: 20rem;
    left: -1rem;
  }
}
.mv .img02 img {
  width: 24.2rem;
}
@media screen and (max-width: 768px) {
  .mv .img02 img {
    width: 12.1rem;
  }
}
.mv .img03 {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .mv .img03 {
    margin-top: -10.5rem;
    padding-right: 24rem;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .mv .img03 {
    margin-left: -1rem;
    margin-top: -3.1rem;
  }
}
.mv .img03 img {
  width: 24.2rem;
}
@media screen and (max-width: 768px) {
  .mv .img03 img {
    width: 12.1rem;
  }
}
@media screen and (min-width: 769px) {
  .mv .bg04 {
    position: absolute;
    bottom: 3rem;
    right: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .mv .bg04 {
    margin-top: 1.4rem;
    padding-right: 2rem;
    text-align: right;
  }
}
.mv .bg04 img {
  width: 14.9rem;
}
@media screen and (max-width: 768px) {
  .mv .bg04 img {
    width: 10.4rem;
  }
}
.mv .mv_btn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 500;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.mv .mv_btn.hide {
  opacity: 0;
  visibility: hidden;
}
.mv .mv_btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 22.5rem;
  height: 22.5rem;
  padding-bottom: 1rem;
  background: #ca0030;
  border-radius: 50%;
  border: 0.4rem solid #f06380;
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 2.7rem;
  line-height: 1.3;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media screen and (max-width: 768px) {
  .mv .mv_btn a {
    width: 12rem;
    height: 12rem;
    padding-bottom: 1rem;
    border-width: 0.3rem;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .mv .mv_btn a:hover {
    opacity: 1;
    background: #e60030;
  }
}
.mv .mv_btn a::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.5rem;
  margin: auto;
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background: url(../img/common/ico_arw02.svg) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .mv .mv_btn a::before {
    bottom: 0.8rem;
    width: 0.5rem;
    height: 0.5rem;
  }
}
.mv .mv_btn a .btm_txt {
  width: 15rem;
  padding-top: 1.2rem;
  margin-top: 1.2rem;
  border-top: 1px solid #fff;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .mv .mv_btn a .btm_txt {
    width: 8rem;
    padding-top: 0.6rem;
    margin-top: 0.6rem;
    font-size: 1rem;
  }
}

/* ------------------------------
	.about
------------------------------ */
.about {
  background: #006400;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 0 0 6rem;
  }
}
.about .wrap {
  position: relative;
}
@media screen and (min-width: 769px) {
  .about .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 48.5rem;
  }
}
@media screen and (max-width: 768px) {
  .about .wrap {
    padding-top: 33rem;
  }
}
.about .img {
  position: absolute;
  top: -10rem;
  left: -3rem;
}
@media screen and (max-width: 768px) {
  .about .img {
    top: -6.5rem;
    left: -1.6rem;
  }
}
.about .img img {
  width: 69.6rem;
}
@media screen and (max-width: 768px) {
  .about .img img {
    width: 37.3rem;
    max-width: 37.3rem;
  }
}
.about .txt_box {
  width: 48.6rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .about .txt_box {
    width: 100%;
  }
}
.about .txt_box .about_ttl {
  padding: 2.5rem 0 4rem 5rem;
  margin-bottom: 2rem;
  background: url(../img/index/about_bg01.png) no-repeat left center;
  background-size: 47.1rem;
  color: #fff;
  font-size: 5rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .about .txt_box .about_ttl {
    padding: 2rem 0 2.5rem 3rem;
    background: url(../img/index/about_bg01_sp.png) no-repeat left center;
    background-size: 34.1rem;
    font-size: 3.6rem;
  }
}
.about .txt_box .ttl {
  margin-bottom: 2rem;
  color: #fff;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.6;
}
.about .txt_box .txt {
  color: #fff;
}
.about .txt_box .txt .txt_yellow01 {
  font-weight: 900;
}

/* ------------------------------
	.info
------------------------------ */
.info {
  padding: 15rem 0 0;
  background: url(../img/index/info_bg02.png) no-repeat;
  background-position: center 20rem;
  background-size: 114.2rem;
}
@media screen and (max-width: 768px) {
  .info {
    padding: 5rem 0 0;
    background: url(../img/index/info_bg02_sp.png) no-repeat;
    background-position: center 76.2rem;
    background-size: 33.6rem;
  }
}
.info .wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .info .wrap {
    width: 100%;
  }
}
.info .info_ttl {
  padding: 6rem 0 5.2rem;
  margin-bottom: 3rem;
  background: url(../img/index/info_bg01.png) no-repeat center center;
  background-size: 77.2rem;
  font-size: 3rem;
  text-align: center;
  font-weight: 900;
  line-height: 1.6;
  color: #006400;
}
@media screen and (max-width: 768px) {
  .info .info_ttl {
    padding: 6rem 0 5.2rem;
    margin-bottom: 1.5rem;
    background: url(../img/index/info_bg01_sp.png) no-repeat center center;
    background-size: 33.9rem;
  }
}
.info .ttl_box {
  position: relative;
}
.info .ttl_box .img {
  text-align: center;
}
.info .ttl_box .img img {
  width: 66.8rem;
}
@media screen and (max-width: 768px) {
  .info .ttl_box .img img {
    width: 100%;
  }
}
.info .ttl_box .ttl {
  position: absolute;
  left: 0;
  top: -1rem;
  right: 0;
  margin: auto;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  color: #006400;
}
@media screen and (max-width: 768px) {
  .info .ttl_box .ttl {
    font-size: 3.5rem;
  }
}
.info .info_wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .info .info_wrap {
    padding-bottom: 35rem;
  }
}
.info .info_wrap .bg_img {
  position: absolute;
  bottom: 0;
}
.info .info_wrap .bg_img.bg01 {
  left: 0;
}
@media screen and (max-width: 768px) {
  .info .info_wrap .bg_img.bg01 {
    left: -1.5rem;
    bottom: 17.2rem;
  }
}
.info .info_wrap .bg_img.bg02 {
  right: 0;
}
@media screen and (max-width: 768px) {
  .info .info_wrap .bg_img.bg02 {
    right: -1.5rem;
  }
}
.info .info_wrap .bg_img img {
  width: 36.7rem;
}
@media screen and (max-width: 768px) {
  .info .info_wrap .bg_img img {
    width: 32.5rem;
  }
}
.info .info_wrap .txt {
  position: absolute;
  width: 29.5rem;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .info .info_wrap .txt {
    width: 26.5rem;
  }
}
.info .info_wrap .txt.left {
  left: 0;
}
.info .info_wrap .txt.right {
  right: 0;
}
@media screen and (min-width: 769px) {
  .info .info_wrap .txt.txt01 {
    bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .info .info_wrap .txt.txt01 {
    top: 17.5rem;
  }
}
@media screen and (min-width: 769px) {
  .info .info_wrap .txt.txt02 {
    bottom: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .info .info_wrap .txt.txt02 {
    top: 33.2rem;
  }
}
@media screen and (min-width: 769px) {
  .info .info_wrap .txt.txt03 {
    left: 6.5rem;
    bottom: 22.5rem;
  }
}
@media screen and (max-width: 768px) {
  .info .info_wrap .txt.txt03 {
    top: 71rem;
  }
}
@media screen and (min-width: 769px) {
  .info .info_wrap .txt.txt04 {
    right: 6.5rem;
    bottom: 22.5rem;
  }
}
@media screen and (max-width: 768px) {
  .info .info_wrap .txt.txt04 {
    top: 88rem;
  }
}
@media screen and (min-width: 769px) {
  .info .info_wrap .txt.txt05 {
    bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .info .info_wrap .txt.txt05 {
    bottom: 22rem;
  }
}
@media screen and (min-width: 769px) {
  .info .info_wrap .txt.txt06 {
    bottom: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .info .info_wrap .txt.txt06 {
    bottom: 5rem;
  }
}

/* ------------------------------
	.danger
------------------------------ */
.danger {
  padding: 15rem 0 2.5rem;
}
@media screen and (max-width: 768px) {
  .danger {
    padding: 5rem 0 10rem;
  }
}
.danger .wrap {
  position: relative;
}
.danger .danger_ttl {
  position: relative;
  padding: 4rem 0 5rem;
  margin-bottom: 2rem;
  background: url(../img/index/danger_bg01.png) no-repeat center center;
  background-size: 118.9rem;
  font-size: 3rem;
  text-align: center;
  font-weight: 900;
  line-height: 1.6;
  color: #006400;
}
@media screen and (max-width: 768px) {
  .danger .danger_ttl {
    padding: 7rem 0 6.2rem;
    margin: 0 -2.5rem 2rem;
    margin-bottom: 1.5rem;
    background: url(../img/index/danger_bg01_sp.png) no-repeat -1rem center;
    background-size: 39.2rem;
  }
}
.danger .ttl_box .ttl {
  position: relative;
  text-align: center;
  font-size: 5rem;
  font-weight: 900;
  color: #006400;
}
@media screen and (max-width: 768px) {
  .danger .ttl_box .ttl {
    font-size: 4.3rem;
    line-height: 1.4;
  }
}
.danger .ttl_box .ttl .ttl_txt {
  position: relative;
  z-index: 2;
}
.danger .ttl_box .ttl::before {
  position: absolute;
  top: -6.5rem;
  left: 12rem;
  right: 0;
  margin: auto;
  content: "";
  display: block;
  width: 17.4rem;
  height: 17.4rem;
  background: url(../img/index/danger_bg02.png) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .danger .ttl_box .ttl::before {
    top: -3.5rem;
    left: 0;
  }
}
.danger .ttl_box .txt {
  display: flex;
  justify-content: center;
  margin-top: 6rem;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.6;
  text-align: center;
  color: #006400;
}
@media screen and (max-width: 768px) {
  .danger .ttl_box .txt {
    display: block;
    margin-top: 4rem;
  }
}
.danger .ttl_box .txt .txt_span {
  position: relative;
  display: block;
  padding: 0 0 0 3rem;
}
@media screen and (max-width: 768px) {
  .danger .ttl_box .txt .txt_span {
    padding: 1rem 0;
  }
}
.danger .ttl_box .txt .txt_span::before, .danger .ttl_box .txt .txt_span::after {
  position: absolute;
  content: "";
  display: block;
  width: 3.5rem;
  height: 3.5rem;
}
.danger .ttl_box .txt .txt_span::before {
  top: 0;
  left: 0;
  border-top: 0.3rem solid #006400;
  border-left: 0.3rem solid #006400;
}
.danger .ttl_box .txt .txt_span::after {
  bottom: 0;
  right: 0;
  border-bottom: 0.3rem solid #006400;
  border-right: 0.3rem solid #006400;
}
.danger .ttl_box .txt .bg01 {
  background: url(../img/index/danger_bg03.png) no-repeat center calc(100% - 0.1em);
  background-size: 100%;
}
.danger .danger_list {
  display: flex;
  justify-content: space-between;
  margin-top: -3rem;
}
@media screen and (max-width: 768px) {
  .danger .danger_list {
    flex-direction: column;
    align-items: center;
    gap: 5.5rem;
    margin-top: 5rem;
  }
}
.danger .danger_list .danger_item {
  width: 28rem;
}
@media screen and (max-width: 768px) {
  .danger .danger_list .danger_item {
    width: 100%;
  }
}
.danger .danger_list .danger_item .ttl {
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: 900;
  font-size: 3rem;
}
.danger .danger_list .danger_item .img {
  margin: -2.4rem 0 -2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .danger .danger_list .danger_item .img img {
    width: 28rem;
  }
}
@media screen and (min-width: 769px) {
  .danger .danger_list .danger_item:nth-child(2), .danger .danger_list .danger_item:nth-child(3) {
    padding-top: 8rem;
  }
}
.danger .danger_list .danger_item .txt.note {
  margin-top: 1em;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .danger .danger_list .danger_item .txt.note {
    font-size: 1.2rem;
  }
}

/* ------------------------------
	.zero
------------------------------ */
.zero .ttl_box {
  position: relative;
  z-index: 2;
}
.zero .ttl_box .img {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .zero .ttl_box .img {
    padding-right: 22rem;
  }
}
.zero .ttl_box .img img {
  width: 75.1rem;
}
@media screen and (max-width: 768px) {
  .zero .ttl_box .img img {
    width: 100%;
  }
}
.zero .ttl_box .txt {
  position: absolute;
  top: 5.5rem;
  left: 8rem;
  right: 0;
  margin: auto;
  width: 32.3rem;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .zero .ttl_box .txt {
    top: 5.5rem;
    left: 0;
  }
}
.zero .zero_ttl {
  position: relative;
  padding: 5.8rem 0 5.2rem;
  margin-top: -4rem;
  margin-bottom: 1rem;
  background: url(../img/index/zero_bg01.png) no-repeat center center;
  background-size: 104.3rem;
  font-size: 3rem;
  text-align: center;
  font-weight: 900;
  line-height: 1.6;
  color: #006400;
}
@media screen and (max-width: 768px) {
  .zero .zero_ttl {
    margin-top: -4rem;
    padding: 7rem 0 6.2rem;
    margin-bottom: 1rem;
    background: url(../img/index/zero_bg01_sp.png) no-repeat 0.5rem center;
    background-size: 35.8rem;
  }
}
.zero .wrap {
  position: relative;
}
.zero .ttl {
  color: #006400;
  text-align: center;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .zero .ttl {
    font-size: 4.3rem;
  }
}
@media screen and (min-width: 769px) {
  .zero .ttl .bg {
    background: url(../img/index/zero_bg02.png) no-repeat center calc(100% - 0.1em);
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .zero .ttl .bg01 {
    background: url(../img/index/zero_bg02_sp.png) no-repeat center calc(100% - 0.1em);
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .zero .ttl .bg02 {
    background: url(../img/index/zero_bg03_sp.png) no-repeat center calc(100% - 0.1em);
    background-size: 100%;
  }
}
.zero .zero_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .zero .zero_box {
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
    margin-top: 3.5rem;
  }
}
.zero .zero_box .img {
  margin-left: -10.5rem;
}
@media screen and (max-width: 768px) {
  .zero .zero_box .img {
    margin: 0;
  }
}
.zero .zero_box .img img {
  width: 64.1rem;
}
@media screen and (max-width: 768px) {
  .zero .zero_box .img img {
    width: 100%;
  }
}
.zero .zero_box .zero_list {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .zero .zero_box .zero_list {
    width: 100%;
  }
}
.zero .zero_box .zero_list .zero_item {
  padding-left: 5rem;
  background: url(../img/common/ico_check01.svg) no-repeat left 0.2em;
  background-size: 3.5rem;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .zero .zero_box .zero_list .zero_item {
    padding-left: 3.5rem;
    background-size: 2.5rem;
    font-size: 2.1rem;
  }
}
.zero .zero_box .zero_list .zero_item + .zero_item {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .zero .zero_box .zero_list .zero_item + .zero_item {
    margin-top: 2rem;
  }
}
.zero .zero_box .zero_list .zero_item .line {
  position: relative;
  color: #ca0030;
}
.zero .zero_box .zero_list .zero_item .line::before {
  position: absolute;
  left: 0;
  bottom: 0.1em;
  content: "";
  display: block;
  width: 100%;
  height: 0.8rem;
  border-radius: 3rem;
  background: #fff;
}
.zero .zero_box .zero_list .zero_item .line span {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .zero .zero_box .zero_list .zero_item .line.line_pc::before {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .zero .zero_box .zero_list .zero_item .line.line_sp::before {
    display: none;
  }
}

/* ------------------------------
	.reform
------------------------------ */
.reform {
  padding: 12rem 0 9rem;
}
@media screen and (max-width: 768px) {
  .reform {
    padding: 23rem 0 6rem;
  }
}
@media screen and (max-width: 768px) {
  .reform .wrap {
    width: 100%;
  }
}
.reform .reform_wrap {
  position: relative;
  background: #f6f1ea;
  padding: 0 0 4.5rem;
  border-radius: 2rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .reform .reform_wrap {
    padding: 3.5rem 2.5rem 5rem;
  }
}
.reform .reform_wrap .bg01 {
  position: absolute;
  top: -6rem;
  left: 4rem;
}
@media screen and (max-width: 768px) {
  .reform .reform_wrap .bg01 {
    top: -18.7rem;
    left: 0.8rem;
  }
}
.reform .reform_wrap .bg01 img {
  width: 26.8rem;
}
@media screen and (max-width: 768px) {
  .reform .reform_wrap .bg01 img {
    width: 17.5rem;
  }
}
.reform .reform_wrap .en_ttl {
  position: absolute;
  top: -4rem;
  right: -1rem;
  color: #ffff00;
  font-family: "Oooh Baby", "Google Sans", "Zen Kaku Gothic Antique", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 4.9rem;
  transform: rotate(7deg);
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .reform .reform_wrap .en_ttl {
    top: -18.7rem;
    right: 0.5rem;
    font-size: 3.9rem;
  }
}
.reform .reform_wrap .ttl_box {
  position: absolute;
  top: -6.5rem;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .reform .reform_wrap .ttl_box {
    top: -13rem;
  }
}
.reform .reform_wrap .ttl_box .ttl_bg {
  width: 47rem;
  height: 5.5rem;
  margin: 0 auto;
  background: #f6f1ea;
  border-radius: 2rem 2rem 0 0;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .reform .reform_wrap .ttl_box .ttl_bg {
    width: calc(100% - 5rem);
    height: 12rem;
  }
}
.reform .reform_wrap .ttl {
  position: relative;
  top: -1.5rem;
  margin-bottom: 1rem;
  text-align: center;
  font-size: 4rem;
  font-weight: 900;
  color: #006400;
}
@media screen and (max-width: 768px) {
  .reform .reform_wrap .ttl {
    position: absolute;
    top: -9rem;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1.3;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .reform .reform_wrap .ttl + .txt {
    text-align: left;
  }
}
.reform .reform_wrap .txt {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}
.reform .reform_wrap .reform_box {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .reform .reform_wrap .reform_box {
    flex-direction: column;
    margin-top: 4rem;
    gap: 3.5rem;
  }
}
.reform .reform_wrap .reform_box .reform_item {
  width: 32.8rem;
}
@media screen and (max-width: 768px) {
  .reform .reform_wrap .reform_box .reform_item {
    width: 100%;
  }
}
.reform .reform_wrap .reform_box .reform_item .img {
  width: 100%;
  margin-bottom: 0.5rem;
}
.reform .reform_btm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .reform .reform_btm {
    margin-top: 1rem;
  }
}
.reform .reform_btm .reform_btm_box {
  position: relative;
}
.reform .reform_btm .reform_btm_box .img {
  text-align: center;
}
.reform .reform_btm .reform_btm_box .img img {
  width: 137rem;
}
@media screen and (max-width: 768px) {
  .reform .reform_btm .reform_btm_box .img img {
    width: 100%;
  }
}
.reform .reform_btm .reform_btm_box .ttl {
  position: absolute;
  bottom: 17rem;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 5rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
  color: #006400;
}
@media screen and (max-width: 768px) {
  .reform .reform_btm .reform_btm_box .ttl {
    bottom: 26rem;
    font-size: 3.7rem;
  }
}
.reform .reform_btm .reform_btm_box .ttl .big {
  font-size: 7rem;
}
@media screen and (max-width: 768px) {
  .reform .reform_btm .reform_btm_box .ttl .big {
    font-size: 5.2rem;
  }
}
.reform .reform_btm .reform_btm_box .ttl .bg01 {
  background: url(../img/index/reform_btm_bg01.png) no-repeat center calc(100% - 0.1em);
  background-size: 100%;
}
.reform .reform_btm .reform_btm_box .ttl .bg02 {
  background: url(../img/index/reform_btm_bg02.png) no-repeat center calc(100% - 0.1em);
  background-size: 100%;
}
.reform .reform_btm .reform_btm_box .ttl.fade {
  transform: scale(0.8);
  transition: transform 0.8s ease;
}
.reform .reform_btm .reform_btm_box .ttl.fade.fade-on {
  transform: scale(1);
}

/* ------------------------------
	.timing
------------------------------ */
.timing {
  padding: 8rem 0;
  background: #006400 url(../img/index/timing_bg01.png) no-repeat;
  background-size: 45.3rem;
  background-position: calc(50% - 3rem) center;
}
@media screen and (max-width: 768px) {
  .timing {
    padding: 8rem 0 10rem;
    background: #006400;
  }
}
.timing .wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .timing .wrap {
    flex-direction: column;
    align-items: center;
  }
}
.timing .wrap .txt {
  color: #fff;
}
.timing .wrap .txt_box {
  width: 69rem;
}
@media screen and (max-width: 768px) {
  .timing .wrap .txt_box {
    width: 100%;
  }
}
.timing .wrap .txt_box .ttl_box {
  height: 13.5rem;
  margin-bottom: 5rem;
  padding-left: 3rem;
  background: url(../img/index/timing_bg02.png) no-repeat left top;
  background-size: 58.4rem;
}
@media screen and (max-width: 768px) {
  .timing .wrap .txt_box .ttl_box {
    height: 15rem;
    padding-left: 2.5rem;
    margin-bottom: 2rem;
    background: url(../img/index/timing_bg02_sp.png) no-repeat left top;
    background-size: 34rem;
  }
}
.timing .wrap .txt_box .ttl_box .ttl {
  position: relative;
  top: -0.5rem;
  color: #006400;
  font-size: 3rem;
  font-weight: 900;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .timing .wrap .txt_box .ttl_box .ttl {
    top: -0.3rem;
    font-size: 2.4rem;
  }
}
.timing .wrap .txt_box .txt {
  color: #fff;
  letter-spacing: 0;
}
.timing .wrap .txt_box .txt .big {
  font-size: 3rem;
  font-weight: 900;
}
.timing .wrap .img_box {
  width: 43rem;
}
@media screen and (max-width: 768px) {
  .timing .wrap .img_box {
    width: 100%;
    margin-top: 7rem;
  }
}
.timing .wrap .img_box .txt {
  margin-top: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .timing .wrap .img_box .txt {
    margin-top: 1.5rem;
    line-height: 1.6;
  }
}
.timing .wrap .img_box .txt .big {
  font-size: 2.2rem;
}

/* ------------------------------
	.reason
------------------------------ */
.reason {
  padding: 11rem 0 0;
}
@media screen and (max-width: 768px) {
  .reason {
    padding: 10rem 0 0;
  }
}
.reason .sec_ttl {
  position: relative;
}
.reason .sec_ttl .bg01 {
  background: url(../img/index/reason_bg01.png) no-repeat center calc(100% - 0.1em);
  background-size: 100%;
}
.reason .reason_wrap {
  position: relative;
}
.reason .reason_wrap .reason_box {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .reason .reason_wrap .reason_box .img {
    width: 100%;
    margin-top: 2rem;
  }
}
.reason .reason_wrap .reason_box .txt_box {
  width: 48.6rem;
}
@media screen and (max-width: 768px) {
  .reason .reason_wrap .reason_box .txt_box {
    width: 100%;
  }
}
.reason .reason_wrap .reason_box .txt_box .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.1rem;
  height: 11.3rem;
  margin-bottom: 1rem;
  background: url(../img/index/reason_bg03.png) no-repeat center center;
  background-size: 100%;
  font-size: 7.2rem;
  font-weight: bold;
  color: #ede3d6;
}
.reason .reason_wrap .reason_box .txt_box .ttl {
  margin-bottom: 1rem;
  font-size: 3rem;
  line-height: 1.6;
  font-weight: 900;
}
.reason .reason_wrap .reason_box .txt_box .ttl .line {
  position: relative;
}
.reason .reason_wrap .reason_box .txt_box .ttl .line::before {
  position: absolute;
  left: 0;
  bottom: 0.1em;
  content: "";
  display: block;
  width: 100%;
  height: 0.8rem;
  border-radius: 3rem;
  background: #fff;
}
.reason .reason_wrap .reason_box .txt_box .ttl .line span {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .reason .reason_wrap .reason_box .txt_box .ttl .line.line_pc::before {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .reason .reason_wrap .reason_box .txt_box .ttl .line.line_sp::before {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .reason .reason_wrap .reason_box.reason01 {
    width: 50%;
  }
}
.reason .reason_wrap .reason_box.reason01 .txt_box .num {
  background: url(../img/index/reason_bg02.png) no-repeat center center;
  background-size: 100%;
}
@media screen and (min-width: 769px) {
  .reason .reason_wrap .reason_box.reason01 .img {
    width: 56.6rem;
    margin-top: 2.5rem;
  }
}
.reason .reason_wrap .reason_box.reason01 .deco {
  position: absolute;
  top: 2rem;
  right: 0;
  width: 21.2rem;
  animation: decoanm01 3s ease infinite;
}
@media screen and (max-width: 768px) {
  .reason .reason_wrap .reason_box.reason01 .deco {
    top: 6.5rem;
    right: -1rem;
    width: 15rem;
  }
}
@media screen and (min-width: 769px) {
  .reason .reason_wrap .reason_box.reason02 {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason_wrap .reason_box.reason02 {
    margin-top: 6.5rem;
  }
}
@media screen and (min-width: 769px) {
  .reason .reason_wrap .reason_box.reason02 .txt_box {
    order: 2;
    margin-left: auto;
  }
}
@media screen and (min-width: 769px) {
  .reason .reason_wrap .reason_box.reason02 .img {
    order: 1;
    width: 53.7rem;
    margin-bottom: -7.5rem;
  }
}
.reason .reason_wrap .reason_box.reason02 .deco_line {
  position: absolute;
  top: 18.5rem;
  left: -9rem;
  display: block;
  width: 10.1rem;
  height: 55.3rem;
  background: url(../img/index/reason_bg06.png) no-repeat top left;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .reason .reason_wrap .reason_box.reason02 .deco_line {
    left: 0;
    top: -5rem;
    width: 100%;
    height: 5rem;
    background: url(../img/index/reason_bg06_sp.png) no-repeat top left;
    background-size: 100%;
  }
}
@media screen and (min-width: 769px) {
  .reason .reason_wrap .reason_box.reason03 {
    flex-direction: row;
    align-items: flex-end;
    padding-left: 19rem;
    margin-top: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .reason .reason_wrap .reason_box.reason03 {
    margin-top: 9rem;
  }
}
@media screen and (min-width: 769px) {
  .reason .reason_wrap .reason_box.reason03 .txt_box {
    width: 38.7rem;
  }
}
@media screen and (min-width: 769px) {
  .reason .reason_wrap .reason_box.reason03 .img {
    width: 53.4rem;
    margin-left: 3.5rem;
  }
}
.reason .reason_wrap .reason_box.reason03 .deco_line {
  position: absolute;
  top: -10rem;
  left: 0;
  display: block;
  width: 120.3rem;
  height: 10rem;
  background: url(../img/index/reason_bg07.png) no-repeat top left;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .reason .reason_wrap .reason_box.reason03 .deco_line {
    top: -7rem;
    width: 100%;
    height: 5rem;
    background: url(../img/index/reason_bg07_sp.png) no-repeat top left;
    background-size: 100%;
  }
}
.reason .reason_wrap .reason_box.reason03 .deco {
  position: absolute;
  left: -10rem;
  bottom: 0;
  width: 24.9rem;
  animation: decoanm01 3s ease infinite;
}
@media screen and (max-width: 768px) {
  .reason .reason_wrap .reason_box.reason03 .deco {
    left: auto;
    bottom: auto;
    top: -2rem;
    right: -1rem;
    width: 15.7rem;
  }
}
@keyframes decoanm01 {
  0% {
    transform: rotate(-4deg);
  }
  50% {
    transform: rotate(4deg);
  }
  100% {
    transform: rotate(-4deg);
  }
}
.reason .fade.reason02 .deco_line, .reason .fade.reason03 .deco_line {
  position: relative;
}
.reason .fade.reason02 .deco_line::after, .reason .fade.reason03 .deco_line::after {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ede3d6;
  transition: all 0.8s linear;
}
@media screen and (max-width: 768px) {
  .reason .fade.reason02 .deco_line::after, .reason .fade.reason03 .deco_line::after {
    transition: all 0.5s linear;
  }
}
@media screen and (min-width: 769px) {
  .reason .fade.reason02 .deco_line::after {
    top: auto;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .reason .fade.reason03 .deco_line::after {
    left: auto;
    right: 0;
  }
}
.reason .fade.fade-on.reason03 .deco_line::after, .reason .fade.fade-on.reason02 .deco_line::after {
  width: 0;
}
@media screen and (max-width: 768px) {
  .reason .fade.fade-on.reason03 .deco_line::after, .reason .fade.fade-on.reason02 .deco_line::after {
    width: 0;
  }
}
@media screen and (min-width: 769px) {
  .reason .fade.fade-on.reason02 .deco_line::after {
    width: 100%;
    height: 0;
  }
}

/* ------------------------------
	.service
------------------------------ */
.service {
  padding: 11rem 0 0;
}
@media screen and (max-width: 768px) {
  .service {
    padding: 10rem 0 4rem;
  }
}
.service .service_box {
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.service .service_box .ttl {
  padding: 2.5rem 0;
  background: #F6F1EB;
  color: #006400;
  text-align: center;
  font-size: 4rem;
  font-weight: 900;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .service .service_box .ttl {
    font-size: 3.5rem;
  }
}
.service .service_box .service_cnt {
  padding: 5rem;
}
@media screen and (max-width: 768px) {
  .service .service_box .service_cnt {
    padding: 3.5rem 2rem 4rem;
  }
}
.service .service_box .txt.mid {
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .service .service_box .txt.mid {
    line-height: 1.6;
  }
}
.service .service_box .txt.note {
  font-size: 1.4rem;
}
.service .service_wrap {
  display: flex;
  justify-content: space-between;
  margin: 3rem 0;
}
@media screen and (max-width: 768px) {
  .service .service_wrap {
    flex-direction: column;
    gap: 4rem;
    margin: 4rem 0;
  }
}
@media screen and (min-width: 769px) {
  .service .service_wrap .box02 {
    width: 71.4rem;
  }
}
@media screen and (min-width: 769px) {
  .service .service_wrap .box03 {
    width: 46rem;
  }
}
.service .dot_list .dot_list_item {
  position: relative;
  padding-left: 1.5em;
}
.service .dot_list .dot_list_item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  display: block;
}
@media screen and (max-width: 768px) {
  .service .box01 .txt_center {
    text-align: left;
  }
}
.service .box01 .service_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 3rem;
}
.service .box01 .service_list .service_item {
  width: calc(100% - 0.5rem);
  padding: 1.5rem 1rem;
  background: #006400;
  border-radius: 1rem;
}
.service .box01 .service_list .service_item:nth-child(odd) {
  width: 46.5rem;
}
.service .box01 .service_list .service_item:nth-child(even) {
  width: 62.5rem;
}
.service .box01 .service_list .service_item.wide {
  width: 100%;
}
.service .box01 .service_list .service_item .service_item_ttl {
  color: #ffff00;
  font-size: 3rem;
  text-align: center;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .service .box01 .service_list .service_item .service_item_ttl {
    letter-spacing: 0;
  }
}
.service .box01 .service_list .service_item .dot_list {
  display: flex;
  justify-content: center;
  gap: 2.2rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .service .box01 .service_list .service_item .dot_list {
    display: block;
    padding: 0 1rem;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .service .box01 .service_list .service_item .dot_list .dot_list_item + .dot_list_item {
    margin-top: 1rem;
  }
}
.service .box01 .service_list .service_item .txt {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .service .box01 .service_list .service_item .txt {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .service .box01 .service_list .service_item .txt.note {
    margin-top: 1rem;
    padding: 0 1rem;
  }
}
.service .box02 .service_flow {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .service .box02 .service_flow {
    gap: 2rem;
  }
}
.service .box02 .service_flow .service_flow_item {
  position: relative;
  width: calc(100% - 0.5rem);
  padding: 1.5rem 0;
  background: #006400;
  border-radius: 1rem;
}
@media screen and (max-width: 768px) {
  .service .box02 .service_flow .service_flow_item {
    padding: 1.5rem 2rem;
  }
}
.service .box02 .service_flow .service_flow_item::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.3rem;
  margin: auto;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 1.4rem solid #006400;
  border-left: 3rem solid transparent;
  border-right: 3rem solid transparent;
}
.service .box02 .service_flow .service_flow_item:last-child::before {
  display: none;
}
.service .box02 .service_flow .service_flow_item .service_flow_ttl {
  display: block;
  color: #ffff00;
  font-size: 3rem;
  text-align: center;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .service .box02 .service_flow .service_flow_item .service_flow_ttl {
    letter-spacing: 0;
  }
}
.service .box02 .service_flow .service_flow_item .txt {
  display: block;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .service .box02 .service_flow .service_flow_item .txt {
    margin-top: 1rem;
    line-height: 1.6;
  }
}
.service .box03 .area_ttl {
  display: block;
  padding: 0.8rem 0;
  margin-bottom: 2rem;
  background: #006400;
  border-radius: 5rem;
  color: #ffff00;
  font-size: 3rem;
  text-align: center;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .service .box03 .area_ttl {
    margin-bottom: 2.5rem;
    letter-spacing: 0;
  }
}
.service .box03 .list_box {
  display: flex;
  justify-content: space-between;
}
.service .box03 .dot_list .dot_list_item::before {
  color: #006400;
}
@media screen and (max-width: 768px) {
  .service .box03 .dot_list .dot_list_item + .dot_list_item {
    margin-top: 1rem;
    line-height: 1.4;
  }
}
.service .box03 .note {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .service .box03 .note {
    margin-top: 2rem;
  }
}
.service .box03 .img {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .service .box03 .img {
    margin-top: 4rem;
  }
}
.service .box03 .img img {
  width: 22rem;
}
.service .box04 .service_cnt {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .service .box04 .service_cnt {
    flex-direction: column;
  }
}
.service .box04 .service_cnt .price_box {
  flex-shrink: 0;
}
.service .box04 .service_cnt .price_box .price_list {
  display: flex;
  gap: 1.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .service .box04 .service_cnt .price_box .price_list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 1rem;
    margin: 0 -1rem;
    margin-top: 3rem;
  }
}
.service .box04 .service_cnt .price_box .price_list .price_item {
  position: relative;
  width: 18.7rem;
}
@media screen and (max-width: 768px) {
  .service .box04 .service_cnt .price_box .price_list .price_item {
    flex-shrink: 0;
    width: 15rem;
  }
}
.service .box04 .service_cnt .price_box .price_list .price_item .price_item_txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 2.4em;
  text-align: center;
  color: #ffff00;
  line-height: 1.2;
  font-size: 3rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .service .box04 .service_cnt .price_box .price_list .price_item .price_item_txt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .service .box04 .service_cnt .price_box .price_list .price_item:nth-child(3) {
    margin-top: -1rem;
  }
}
.service .box04 .service_cnt .txt_box .txt.mid {
  text-align: center;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .service .box04 .service_cnt .txt_box .txt.mid {
    line-height: 1.4;
  }
}
.service .box04 .service_cnt .txt_box .txt.mid .txt_span {
  position: relative;
  display: inline-block;
}
.service .box04 .service_cnt .txt_box .txt.mid .txt_span::before, .service .box04 .service_cnt .txt_box .txt.mid .txt_span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 1.2em;
  height: 0.2rem;
  background: #111;
}
@media screen and (max-width: 768px) {
  .service .box04 .service_cnt .txt_box .txt.mid .txt_span::before, .service .box04 .service_cnt .txt_box .txt.mid .txt_span::after {
    top: 0.3em;
    width: 3em;
  }
}
.service .box04 .service_cnt .txt_box .txt.mid .txt_span::before {
  left: -1.5em;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .service .box04 .service_cnt .txt_box .txt.mid .txt_span::before {
    left: -2.5em;
  }
}
.service .box04 .service_cnt .txt_box .txt.mid .txt_span::after {
  right: -1.5em;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .service .box04 .service_cnt .txt_box .txt.mid .txt_span::after {
    right: -2.5em;
  }
}
.service .box04 .service_cnt .txt_box .price_txt {
  margin-bottom: 1.5rem;
  color: #ca0030;
  text-align: right;
  font-size: 2.2rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .service .box04 .service_cnt .txt_box .price_txt {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.service .box04 .service_cnt .txt_box .price_txt .wave {
  vertical-align: super;
}
.service .box04 .service_cnt .txt_box .price_txt .num {
  font-size: 12.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .service .box04 .service_cnt .txt_box .price_txt .num {
    margin-right: 0.5rem;
    font-size: 7.5rem;
  }
}
.service .box04 .service_cnt .txt_box .price_txt .big {
  font-size: 5.6rem;
}
@media screen and (max-width: 768px) {
  .service .box04 .service_cnt .txt_box .price_txt .big {
    font-size: 3.5rem;
  }
}

/* ------------------------------
	.case
------------------------------ */
.case {
  padding: 12rem 0;
  background: #006400;
}
@media screen and (max-width: 768px) {
  .case {
    padding: 10rem 0;
  }
}
.case .ttl_box {
  padding-bottom: 6.7rem;
  margin-bottom: 5rem;
  background: url(../img/index/case_ttl_ico01.png) no-repeat center bottom;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .case .ttl_box {
    padding-bottom: 6rem;
    background: url(../img/index/case_ttl_ico01_sp.png) no-repeat center bottom;
    background-size: 100%;
  }
}
.case .ttl_box .ttl {
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .case .ttl_box .ttl {
    font-size: 4.3rem;
  }
}
.case .ttl_box .txt {
  margin-top: 2rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 2.2rem;
}
.case .case_cnt + .case_cnt {
  margin-top: 12rem;
  padding-top: 12rem;
  background: url(../img/index/case_line01.png) no-repeat center top;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .case .case_cnt + .case_cnt {
    margin-top: 7rem;
    padding-top: 9.5rem;
    background: url(../img/index/case_line01_sp.png) no-repeat center top;
    background-size: 100%;
  }
}
.case .case_ttl {
  position: relative;
  padding: 6.4rem 0 1.2rem;
  background: url(../img/index/case_bg01.png) no-repeat center center;
  background-size: 100%;
  font-size: 4rem;
  text-align: center;
  font-weight: 900;
  line-height: 1.6;
  color: #006400;
}
@media screen and (max-width: 768px) {
  .case .case_ttl {
    padding: 8rem 0 3rem;
    margin-bottom: 1.5rem;
    background: url(../img/index/case_bg01_sp.png) no-repeat center center;
    background-size: 100%;
    font-size: 3.5rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .case .case_ttl.ttl02 {
    padding: 8rem 0 3rem;
    background: url(../img/index/case_bg02_sp.png) no-repeat center center;
    background-size: 100%;
  }
}
.case .case_ttl_box {
  position: relative;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 768px) {
  .case .case_ttl_box {
    margin-bottom: 4rem;
  }
}
.case .en_ttl {
  position: absolute;
  top: -1rem;
  left: 0;
  color: #ffff00;
  font-family: "Oooh Baby", "Google Sans", "Zen Kaku Gothic Antique", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 4.9rem;
  transform: rotate(-7deg);
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .case .en_ttl {
    top: -2rem;
    font-size: 4.4rem;
  }
}
.case .case_box_wrap {
  display: flex;
  align-items: center;
  gap: 6rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .case .case_box_wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 6.5rem;
    margin-bottom: 5rem;
  }
}
.case .case_box_wrap .name_box {
  display: flex;
  align-items: center;
}
.case .case_box_wrap .name_box .case_ico {
  position: relative;
  z-index: 2;
  width: 10.3rem;
  margin-right: -1.2rem;
}
.case .case_box_wrap .name_box .case_name {
  padding: 1.5rem 2.2rem 1.5rem 3.5rem;
  border-top: 0.3rem solid #fff;
  border-bottom: 0.3rem solid #fff;
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
}
.case .case_box_wrap .name_box .case_name .big {
  font-size: 2.8rem;
}
.case .case_box_wrap .case_box {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 5rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .case .case_box_wrap .case_box {
    position: relative;
    display: block;
    width: 100%;
    overflow: visible;
    border-radius: 2rem;
  }
}
.case .case_box_wrap .case_box .case_box_ttl {
  text-align: center;
  width: 23rem;
  height: 100%;
  padding: 1rem 0;
  border-radius: 5rem;
  background: #ede3d6;
  font-weight: 900;
  font-size: 3rem;
  color: #006400;
}
@media screen and (max-width: 768px) {
  .case .case_box_wrap .case_box .case_box_ttl {
    position: absolute;
    top: -3rem;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21.5rem;
    height: 5.5rem;
  }
}
.case .case_box_wrap .case_box .dot_list {
  display: flex;
  gap: 2.2rem;
  padding: 0 4.5rem 0 3.5rem;
}
@media screen and (max-width: 768px) {
  .case .case_box_wrap .case_box .dot_list {
    flex-direction: column;
    padding: 5rem 2.5rem 3rem;
  }
}
.case .case_box_wrap .case_box .dot_list .dot_list_item {
  position: relative;
  padding-left: 1.5em;
  font-size: 2.2rem;
  font-weight: bold;
}
.case .case_box_wrap .case_box .dot_list .dot_list_item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  display: block;
  color: #006400;
}
.case .case_wrap {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .case .case_wrap {
    flex-direction: column;
    margin-top: 5rem;
  }
}
.case .case_wrap .img_box {
  flex-shrink: 0;
  width: 76.8rem;
}
@media screen and (max-width: 768px) {
  .case .case_wrap .img_box {
    width: 100%;
  }
}
.case .case_wrap .img_box .img + .img {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  .case .case_wrap .img_box .img + .img {
    margin-top: 5rem;
  }
}
.case .case_wrap .txt_box {
  width: 100%;
}
.case .case_wrap .txt_box .txt {
  color: #fff;
}
.case .case_wrap .txt_box .txt + .txt {
  margin-top: 1.8rem;
}
.case .case_wrap .txt_box .txt.note {
  font-size: 1.4rem;
}

/* ------------------------------
	.faq
------------------------------ */
.faq {
  padding: 12rem 0;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 10rem 0;
  }
}
.faq .wrap {
  position: relative;
}
.faq .wrap .faq_img {
  position: absolute;
  top: -9rem;
  right: 0;
  width: 17.5rem;
  height: 12.1rem;
  background: url(../img/index/faq_ttl_ico02.png) no-repeat center center;
  background-size: 100%;
}
@media screen and (max-width: 768px) {
  .faq .wrap .faq_img {
    top: -8.5rem;
    width: 10.3rem;
    height: 7.1rem;
  }
}
.faq .sec_ttl {
  margin-bottom: 5rem;
}
.faq .faq_box {
  border-radius: 2rem;
  background: #fff url(../img/index/faq_bg01.png) repeat center top;
  background-size: 117rem;
}
@media screen and (max-width: 768px) {
  .faq .faq_box {
    border-radius: 2rem;
  }
}
.faq .faq_box + .faq_box {
  margin-top: 4rem;
}
.faq .faq_box .faq_ttl {
  padding: 2rem 9rem 2rem 5rem;
  background: #006400 url(../img/index/faq_ico01.svg) no-repeat;
  background-position: calc(100% - 2rem) center;
  background-size: 4.1rem;
  border-radius: 2rem;
  color: #fff;
  font-weight: 900;
  font-size: 2.2rem;
  line-height: 1.6;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq .faq_box .faq_ttl {
    padding: 2rem 7rem 2rem 2.5rem;
    background-position: calc(100% - 1rem) center;
  }
}
.faq .faq_box .faq_txt {
  display: none;
  padding: 2rem 5rem;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .faq .faq_box .faq_txt {
    padding: 2rem 2.5rem;
  }
}
.faq .faq_box.open .faq_ttl {
  background: #006400 url(../img/index/faq_ico02.svg) no-repeat;
  background-position: calc(100% - 2rem) center;
  background-size: 4.1rem;
}
@media screen and (max-width: 768px) {
  .faq .faq_box.open .faq_ttl {
    background-position: calc(100% - 1rem) center;
  }
}
.faq .faq_box.open .faq_txt {
  display: block;
}

/* ------------------------------
	.contact
------------------------------ */
.contact {
  padding: 12rem 0 17rem;
  background: #fff url(../img/index/contact_bg01.png) no-repeat center bottom;
  background-size: 192rem;
}
@media screen and (min-width: 1920px) {
  .contact {
    background-size: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 10rem 0 12rem;
    background: #fff url(../img/index/contact_bg01_sp.png) no-repeat center bottom;
    background-size: 100%;
  }
}
.contact .ttl {
  margin-bottom: 5rem;
  text-align: center;
  color: #ca0030;
  font-weight: 900;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .contact .ttl {
    font-size: 4.3rem;
  }
}
.contact .big_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.5rem;
  width: 100%;
  height: 10rem;
  border-radius: 5rem;
  background: #ca0030;
  text-align: center;
  color: #fff;
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .contact .big_ttl {
    flex-direction: column;
    gap: 1rem;
    height: 18.3rem;
    padding-bottom: 1rem;
    font-size: 2.8rem;
    line-height: 1.4;
  }
}
.contact .big_ttl .ico {
  width: 5.2rem;
  height: 5.2rem;
}
.contact .big_ttl .ico.mail {
  height: 4rem;
  background: url(../img/index/ico_contact01.svg) no-repeat center center;
  background-size: 100%;
}
.contact .big_ttl .ico.tel {
  background: url(../img/index/ico_contact02.svg) no-repeat center center;
  background-size: 100%;
}
.contact .contact_box {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .contact .contact_box {
    margin-bottom: 3.5rem;
  }
}
.contact .contact_box .mail_txt {
  margin-top: 4.5rem;
  text-align: center;
  line-height: 1.6;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact .contact_box .mail_txt {
    margin-top: 3.5rem;
    font-size: 2.1rem;
  }
}
.contact .contact_box .mail_txt + .txt {
  margin-top: 3rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .contact .contact_box .mail_txt + .txt {
    margin-top: 2.5rem;
  }
}
.contact .tel_wrap {
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  .contact .tel_wrap {
    margin-top: 10rem;
  }
}
.contact .tel_wrap .tel_txt {
  margin-top: 6rem;
  text-align: center;
  color: #ca0030;
  font-size: 7rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact .tel_wrap .tel_txt {
    margin-top: 4rem;
    font-size: 3.8rem;
    letter-spacing: 0;
    white-space: nowrap;
  }
}

/* ------------------------------
	.form_wrap
------------------------------ */
.form_wrap .form_box {
  display: flex;
  align-items: flex-start;
  padding: 3rem 0;
  border-top: 1px solid #ede3d6;
}
@media screen and (max-width: 768px) {
  .form_wrap .form_box {
    display: block;
  }
}
.form_wrap .form_box:last-of-type {
  border-bottom: 1px solid #ede3d6;
}
@media screen and (min-width: 769px) {
  .form_wrap .form_box.center {
    justify-content: center;
  }
}
.form_wrap .form_box.nospace {
  padding-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .form_wrap .form_box.nospace {
    padding-bottom: 3rem;
  }
}
.form_wrap .form_box.nospace + .form_box {
  padding-top: 0;
  border-top: 0;
}
.form_wrap .form_ttl {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  width: 41rem;
  padding: 0.8rem 0;
  line-height: 1.8;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .form_wrap .form_ttl {
    width: 100%;
    padding: 0;
    margin-bottom: 2.5rem;
    line-height: 1;
  }
}
.form_wrap .form_ttl .req {
  padding: 0.3rem 1rem;
  background: #ca0030;
  border-radius: 2rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.form_wrap .form_txt {
  position: relative;
  width: 100%;
  line-height: 1.6;
}
.form_wrap .form_txt * {
  line-height: 1.6;
}
.form_wrap .form_txt .txt {
  line-height: 1.8;
  font-weight: bold;
}
.form_wrap .form_input,
.form_wrap .form_select,
.form_wrap .form_textarea {
  width: 100%;
  height: 5rem;
  padding: 0 2rem;
  background: #f7f7f7;
  border: 1px solid #e0e0e0;
  border-radius: 0.8rem;
  font-size: 1.8rem;
}
.form_wrap .form_input::placeholder,
.form_wrap .form_select::placeholder,
.form_wrap .form_textarea::placeholder {
  color: #c9caca;
  letter-spacing: 0.025em;
}
.form_wrap .form_textarea {
  width: 100%;
  height: 30rem;
  padding: 1rem 2rem;
  line-height: 2;
}
.form_wrap .space {
  margin-top: 2rem;
}
.form_wrap .name_wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .form_wrap .name_wrap {
    flex-direction: column;
  }
}
.form_wrap .name_box {
  flex-shrink: 0;
  display: flex;
  width: 36rem;
}
@media screen and (max-width: 768px) {
  .form_wrap .name_box {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .form_wrap .name_box + .name_box {
    margin-top: 2rem;
  }
}
.form_wrap .name_box > * {
  width: 100%;
}
.form_wrap .name_box .txt {
  flex-shrink: 0;
  width: 5.5rem;
  padding: 0.8rem 0;
}
.form_wrap .deadline_box .form_textarea {
  height: 5rem;
}
.form_wrap .post_box {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 0.8rem;
}
@media screen and (min-width: 769px) {
  .form_wrap .post_box .form_input {
    width: 34rem;
  }
}
.form_wrap .post_box .post_btn {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 17.4rem;
  height: 5rem;
  background: #ca0030;
  border-radius: 0.8rem;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .form_wrap .post_box .post_btn {
    width: 15rem;
  }
}
@media screen and (min-width: 769px) {
  .form_wrap .post_box .post_btn:hover {
    opacity: 1;
    background: #e60030;
  }
}
.form_wrap .checkbox label {
  position: relative;
  display: flex;
  cursor: pointer;
}
.form_wrap .checkbox label span {
  display: flex;
}
.form_wrap .checkbox label span::before {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  border-radius: 0.4rem;
  margin-right: 1.5rem;
  border: 1px solid #e0e0e0;
  background: #f7f7f7;
}
.form_wrap .checkbox label span::after {
  position: absolute;
  z-index: 2;
  top: 0.5rem;
  left: 0.5rem;
  margin: auto;
  content: "";
  display: none;
  width: 1.2rem;
  height: 0.7rem;
  transform: rotate(-45deg);
  border-left: 0.3rem solid #fff;
  border-bottom: 0.3rem solid #fff;
}
.form_wrap .radio label {
  display: flex;
  font-size: 1.9rem;
}
@media screen and (max-width: 768px) {
  .form_wrap .radio label {
    font-size: 1.6rem;
  }
}
.form_wrap .radio label span {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 2.2rem;
  line-height: 1.3;
  cursor: pointer;
}
.form_wrap .radio label span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: #fff;
  border: 0.2rem solid #111;
  border-radius: 50%;
}
.form_wrap .radio label span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.4rem;
  margin: auto;
  content: "";
  display: none;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
}
.form_wrap input[type=checkbox],
.form_wrap input[type=radio] {
  width: 1px;
  margin: 0;
  visibility: hidden;
}
.form_wrap input[type=checkbox]:checked,
.form_wrap input[type=radio]:checked {
  appearance: none;
}
.form_wrap .radio input[type=radio]:checked + span::after,
.form_wrap .checkbox input[type=checkbox]:checked + span::after {
  display: block;
}
.form_wrap .checkbox input[type=checkbox]:checked + span::before {
  background: #ca0030;
}
.form_wrap .radio_wrap,
.form_wrap .checkbox_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 3rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .form_wrap .radio_wrap,
  .form_wrap .checkbox_wrap {
    flex-direction: column;
    gap: 1rem;
  }
}
.form_wrap .btm_check {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .form_wrap .btm_check {
    margin-top: 3.5rem;
  }
}
.form_wrap .btm_check .txt {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.form_wrap .btm_check .checkbox {
  margin-top: 4rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .form_wrap .btm_check .checkbox {
    margin-top: 3.5rem;
  }
}
.form_wrap .btm_check .wpcf7-list-item {
  margin: 0;
}
.form_wrap .btm_check .wpcf7-list-item-label {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
}
.form_wrap .btn_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .form_wrap .btn_box {
    margin-top: 4rem;
    flex-direction: column;
    gap: 2rem;
  }
}
.form_wrap .form_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28.2rem;
  height: 7rem;
  padding-right: 6rem;
  border-radius: 0.8rem;
  background: #ca0030 url(../img/index/ico_contact01.svg) no-repeat;
  background-size: 3rem;
  background-position: calc(100% - 7rem) center;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media screen and (min-width: 769px) {
  .form_wrap .form_btn:hover {
    opacity: 1;
    background-color: #e60030;
  }
}
.form_wrap .back_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28.2rem;
  height: 7rem;
  border-radius: 0.8rem;
  background: #444;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media screen and (min-width: 769px) {
  .form_wrap .back_btn:hover {
    opacity: 1;
    background-color: #666;
  }
}
.form_wrap .error {
  color: #ca0030;
}
.form_wrap p.error {
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
.form_wrap .checkbox p.error {
  position: absolute;
  left: 0;
  bottom: -2rem;
  white-space: nowrap;
}

.wpcf7 form .wpcf7-response-output:empty {
  display: none;
}

/* ------------------------------
	.confirm
------------------------------ */
@media screen and (max-width: 768px) {
  .contact.confirm .ttl {
    line-height: 1.3;
  }
}
@media screen and (min-width: 769px) {
  .contact.confirm .form_wrap .form_txt {
    padding: 0.8rem 0;
  }
}

/* ------------------------------
	.thanks
------------------------------ */
@media screen and (max-width: 768px) {
  .contact.thanks .ttl {
    line-height: 1.3;
  }
}
@media screen and (max-width: 768px) {
  .contact.thanks .big_ttl {
    height: 14rem;
  }
}
@media screen and (min-width: 769px) {
  .contact.thanks .form_wrap .form_txt {
    padding: 0.8rem 0;
  }
}
.contact.thanks .pageback_btn {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
.contact.thanks .pageback_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28.2rem;
  height: 7rem;
  border-radius: 0.8rem;
  background: #ca0030;
  background-size: 3rem;
  background-position: calc(100% - 7rem) center;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
@media screen and (min-width: 769px) {
  .contact.thanks .pageback_btn a:hover {
    opacity: 1;
    background-color: #e60030;
  }
}