@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Zen+Maru+Gothic:wght@500;700&display=swap");
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: #343434;
  font-size: 14px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.25;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
}
@media screen and (min-width: 375px) {
  body {
    font-size: 15px;
  }
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #343434;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
a:hover {
  color: #343434;
  outline-width: 0;
  text-decoration: none;
  opacity: 0.8;
}

img {
  max-width: 100%;
  border-style: none;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

/* ============= common class ================ */
.inner {
  width: calc(100% - 25px);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1200px;
  }
}

@media screen and (min-width: 576px) {
  .disp_xs {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .disp_tab {
    display: none !important;
  }
  .disp_pc {
    display: none !important;
  }
  .disp_notsp {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .disp_sp {
    display: none !important;
  }
  .disp_pc {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .disp_sp {
    display: none !important;
  }
  .disp_tab {
    display: none !important;
  }
  .disp_notpc {
    display: none !important;
  }
}
.center {
  text-align: center;
}

/*------------------------------------------------------
    header
-------------------------------------------------------*/
.header {
  width: 100%;
  height: 60px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
}
@media screen and (min-width: 1024px) {
  .header {
    height: 100px;
  }
}
.header__container {
  width: 100%;
  max-width: 100%;
  height: 100%;
  padding-left: 12.5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header__container {
    max-width: 1200px;
  }
}
@media screen and (min-width: 1200px) {
  .header__container {
    width: calc(100% - 25px);
    padding-left: 0;
  }
}
.header__title {
  color: #5a3d2f;
  font-size: 100%;
}
.header__title a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header__title__icon {
  width: 35px;
  margin-right: 5px;
  display: block;
}
.header__title__text01 {
  font-weight: 400;
  display: block;
}
.header__title__text02 {
  font-weight: 700;
  font-size: 120%;
  display: block;
}
@media screen and (min-width: 1024px) {
  .header__title {
    font-size: 160%;
  }
  .header__title__icon {
    width: 70px;
    margin-right: 25px;
  }
  .header__title__text02 {
    font-size: 125%;
  }
}
.header__btns {
  display: flex;
}
.header__btns__btn {
  width: 60px;
  height: 60px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__btns__btn--tel {
  background-color: #f9bf03;
}
.header__btns__btn--mail {
  background-color: #fd8b00;
}
.header__btns__btn--menu {
  background-color: #1d6b43;
  z-index: 1040;
}
.header__btns__btn--menu img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__btns__btn--menu img.open {
  display: block;
}
.header__btns__btn--menu img.close {
  display: none;
}
.header__btns__btn--menu.open img.open {
  display: none;
}
.header__btns__btn--menu.open img.close {
  display: block;
}
@media screen and (min-width: 768px) {
  .header__btns__btn--tel img {
    width: 25px;
    -o-object-position: center;
       object-position: center;
  }
}
@media screen and (min-width: 1024px) {
  .header__btns {
    grid-gap: 8px;
  }
  .header__btns__btn {
    width: 100px;
    height: 100px;
  }
  .header__btns__btn--tel {
    width: 320px;
    font-weight: 700;
    white-space: nowrap;
    justify-content: center;
    grid-gap: 10px;
  }
  .header__btns__btn--tel:hover {
    color: #fff;
  }
  .header__btns__btn--tel img {
    width: 35px;
  }
  .header__btns__btn--tel__text01 {
    font-size: 226.66%;
    letter-spacing: 0.25px;
    display: block;
  }
  .header__btns__btn--tel__text02 {
    font-size: 106.66%;
    text-align: center;
    display: block;
  }
}
.header__menu {
  width: 100%;
  height: 0;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
  z-index: 10;
  overflow-y: auto;
}
.header__menu.open {
  height: 100vh;
  opacity: 1;
  pointer-events: auto;
}
.header__menu__container {
  width: calc(100% - 30px);
  max-width: 335px;
  padding: 60px 0 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.header__menu__nav_wrap {
  width: 100%;
  margin-bottom: 20px;
}
.header__menu__nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 17px 0;
}
.header__menu__nav_link {
  padding-left: 1em;
  color: #343434;
  font-weight: 500;
  font-size: 15px;
  white-space: nowrap;
  position: relative;
}
.header__menu__nav_link::after {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
.header__menu__txt01 {
  margin-bottom: 55px;
  color: #191919;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.3px;
  text-align: center;
}
.header__menu__btnlist_wrap {
  width: calc(100% + 20px);
  margin: 0 -10px 20px;
}
.header__menu__btnlist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.header__menu__btn {
  width: 100%;
  height: 80px;
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header__menu__btn:hover {
  color: #fff;
}
.header__menu__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 45%, 0 60%);
          clip-path: polygon(0 0, 100% 0%, 100% 45%, 0 60%);
  border-radius: 10px;
  opacity: 0.1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.header__menu__btn--tel {
  background-color: #85a93d;
  box-shadow: 0px 5px #2d6725;
}
.header__menu__btn--tel img {
  width: 58px;
  margin-right: -12px;
  margin-left: -21px;
}
.header__menu__btn--mail {
  background-color: #fd8b00;
  box-shadow: 0px 5px #50280e;
}
.header__menu__btn--mail img {
  width: 50px;
  margin-right: -4px;
  margin-left: -11px;
}
.header__menu__btn__text01 {
  font-weight: 700;
  font-size: 140%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.header__menu__btn__text01 img {
  display: inline-block;
}
.header__menu__btn__text02 {
  margin: -5px 0 5px;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 375px) {
  .header__menu__navlink {
    padding-left: 2.45em;
  }
}
@media screen and (min-width: 768px) {
  .header__menu {
    width: 0;
    height: 100vh;
    padding-top: 75px;
    top: 0;
  }
  .header__menu.open {
    width: 428px;
    height: 100vh;
  }
  .header__menu__container {
    padding-top: 0;
  }
  .header__menu__txt01 {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .header__menu {
    padding-top: 100px;
  }
  .header__menu__nav_wrap {
    margin-bottom: 75px;
  }
  .header__menu__nav_link {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .header__menu.open {
    width: calc(50vw - 600px + 428px);
    padding-right: calc(50vw - 600px);
  }
}
.header__credit {
  width: 100%;
}
.header__credit__image {
  margin-bottom: 13px;
}
.header__credit__text {
  font-size: 93.33%;
  text-align: center;
}

/*------------------------------------------------------
    footer
-------------------------------------------------------*/
.footer__box1 {
  padding: 30px 0 17px;
  background-color: #fdf9f6;
  color: #5a3e2f;
}
.footer__box1__title {
  margin-bottom: 35px;
  font-size: 160%;
  font-weight: 700;
  letter-spacing: 1px;
}
.footer__box1__navigation {
  width: 100%;
  padding: 0 24px;
  margin-bottom: 40px;
}
.footer__box1__navlist {
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 14px 10px;
}
.footer__box1__navlist li:nth-child(2),
.footer__box1__navlist li:nth-child(7) {
  order: 1;
}
.footer__box1__navlist li:nth-child(3),
.footer__box1__navlist li:nth-child(8) {
  order: 2;
}
.footer__box1__navlist li:nth-child(4),
.footer__box1__navlist li:nth-child(9) {
  order: 3;
}
.footer__box1__navlist li:nth-child(5),
.footer__box1__navlist li:nth-child(10) {
  order: 4;
}
.footer__box1__navlink {
  color: #5a3e2f;
}
.footer__box1__copyright {
  font-size: 73.33%;
  letter-spacing: 0.5px;
}
@media screen and (min-width: 768px) {
  .footer__box1 {
    padding: 72px 0 62px;
  }
  .footer__box1__title {
    margin-bottom: 52px;
    font-size: 240%;
  }
  .footer__box1__navigation {
    width: 100%;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto 80px;
    grid-template-columns: auto;
    grid-gap: 34px;
  }
  .footer__box1__navlist {
    padding: 0 20px;
    font-size: 110%;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
  }
  .footer__box1__navlist li {
    order: 0!important;
  }
  .footer__box1__copyright {
    font-size: 80%;
  }
}
@media screen and (min-width: 1024px) {
  .footer__box1__navlist {
    font-size: 133.33%;
    grid-gap: 40px;
  }
}
.footer__box2 {
  padding: 20px 0;
  background-color: #5a3e2f;
  color: #fff;
}
.footer__box2__container {
  width: calc(100% - 15px);
}
.footer__box2__btnlist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.footer__box2__btn {
  width: 100%;
  height: 80px;
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.footer__box2__btn:hover {
  color: #fff;
}
.footer__box2__btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 45%, 0 60%);
          clip-path: polygon(0 0, 100% 0%, 100% 45%, 0 60%);
  border-radius: 10px;
  opacity: 0.1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.footer__box2__btn--tel {
  background-color: #85a93d;
  box-shadow: 5px 5px #2d6725;
}
.footer__box2__btn--tel img {
  width: 58px;
  margin-right: -12px;
  margin-left: -21px;
}
.footer__box2__btn--mail {
  background-color: #fd8b00;
  box-shadow: 5px 5px #50280e;
}
.footer__box2__btn--mail img {
  width: 50px;
  margin-right: -4px;
  margin-left: -11px;
}
.footer__box2__btn__text01 {
  font-weight: 700;
  font-size: 140%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.footer__box2__btn__text01 img {
  display: inline-block;
}
.footer__box2__btn__text02 {
  margin: -5px 0 5px;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .footer__box2__container {
    width: calc(100% - 15px);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .footer__box2__text_wrap {
    width: 38%;
    padding: 0 10px;
    font-size: 80%;
  }
  .footer__box2__text {
    font-size: 133.33%;
    letter-spacing: 0.5px;
    text-align: center;
  }
  .footer__box2__list {
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .footer__box2__list li {
    height: 40px;
    background-color: #fff;
    border-radius: 5px;
    color: #fd8b00;
    font-size: 140%;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .footer__box2__list li::before {
    content: "";
    width: 32px;
    height: 28px;
    margin-right: 5px;
    background: url(../images/icon_check-box.png) center/contain no-repeat;
    display: block;
  }
  .footer__box2__btnlist {
    width: 62%;
    padding-right: 15px;
    grid-gap: 24px;
  }
  .footer__box2__btn {
    font-size: 133.33%;
  }
  .footer__box2__btn::before {
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 45%, 0 60%);
            clip-path: polygon(0 0, 100% 0%, 100% 45%, 0 60%);
  }
  .footer__box2__btn--tel {
    box-shadow: 8px 8px #2d6725;
  }
  .footer__box2__btn--mail {
    box-shadow: 8px 8px #50280e;
  }
  .footer__box2__btn__text01 {
    font-weight: 500;
    font-size: 120%;
  }
  .footer__box2__btn__text02 {
    margin: 5px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer__box2__text_wrap {
    padding: 0 25px;
    font-size: 100%;
  }
  .footer__box2__list li {
    font-size: 140%;
  }
}
@media screen and (min-width: 1200px) {
  .footer__box2__list li {
    font-size: 160%;
  }
}

/*------------------------------------------------------
    common parts
-------------------------------------------------------*/
.page_title {
  width: 100%;
  height: 100px;
  /* margin-bottom: 50px; */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.page_title--about {
  background-image: url(../images/titilebg_about-sp.jpg);
}
.page_title--hojokin {
  background-image: url(../images/titilebg_hojokin-sp.jpg);
}
.page_title--price {
  background-image: url(../images/titilebg_price-sp.jpg);
}
.page_title--strength {
  background-image: url(../images/titilebg_strength-sp.jpg);
}
.page_title--works {
  background-image: url(../images/titilebg_works-sp.jpg);
}
.page_title--faq {
  background-image: url(../images/titilebg_faq-sp.jpg);
}
.page_title--flow {
  background-image: url(../images/titilebg_flow-sp.jpg);
}
.page_title--contact {
  background-image: url(../images/titilebg_contact-sp.jpg);
}
.page_title--company {
  background-image: url(../images/titilebg_company-sp.jpg);
}
@media screen and (min-width: 768px) {
  .page_title {
    height: 200px;
    /* margin-bottom: 95px; */
  }
  .page_title--about {
    background-image: url(../images/titilebg_about-pc.jpg);
  }
  .page_title--hojokin {
    background-image: url(../images/titilebg_hojokin-pc.jpg);
  }
  .page_title--price {
    background-image: url(../images/titilebg_price-pc.jpg);
  }
  .page_title--strength {
    background-image: url(../images/titilebg_strength-pc.jpg);
  }
  .page_title--works {
    background-image: url(../images/titilebg_works-pc.jpg);
  }
  .page_title--faq {
    background-image: url(../images/titilebg_faq-pc.jpg);
  }
  .page_title--flow {
    background-image: url(../images/titilebg_flow-pc.jpg);
  }
  .page_title--contact {
    background-image: url(../images/titilebg_contact-pc.jpg);
  }
  .page_title--company {
    background-image: url(../images/titilebg_company-pc.jpg);
  }
}
@media screen and (min-width: 1920px) {
  .page_title {
    background-size: 1920px;
  }
  .page_title--about, .page_title--hojokin, .page_title--price, .page_title--flow, .page_title--company {
    background-size: cover;
  }
  .page_title--strength {
    background-color: #0b110f;
  }
  .page_title--works {
    background-color: #7ea5eb;
  }
  .page_title--faq {
    background-color: #445c30;
  }
  .page_title--contact {
    background-color: #ccc;
  }
}
.page_title__text {
  width: 50%;
  height: 40px;
  padding-left: 12.5px;
  background: url(../images/title_text_bg.jpg) left top/25px;
  border-radius: 0 10px 10px 0;
  color: #fff;
  font-weight: 700;
  font-size: 120%;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: -20px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .page_title__text {
    height: 80px;
    font-size: 240%;
    border-radius: 0 20px 20px 0;
    bottom: -40px;
  }
}
@media screen and (min-width: 1212.5px) {
  .page_title__text {
    padding-left: calc(50vw - 600px);
  }
}

.cta {
  position: relative;
}
.cta__box1 {
  padding: 35px 0 50px;
  background: #fff url(../images/cta_bg-sp.jpg) center top/100% no-repeat;
  position: relative;
}
.cta__box1::after {
  content: "";
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, transparent 0%, #fff 50%, #fff 100%);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.cta__box1__container {
  z-index: 1;
}
.cta__box1__text01 {
  margin-bottom: 3px;
}
.cta__box1__text03 {
  width: calc(100% + 25px);
  height: 215px;
  margin: -26px -12.5px 0;
}
.cta__box1__text_wrap {
  width: 100%;
}
.cta__box1__text_wrap__text01 {
  color: #fff;
  font-size: 125%;
  font-weight: 700;
  position: relative;
}
.cta__box1__text_wrap__text01 span {
  position: relative;
  z-index: 1;
}
.cta__box1__text_wrap__text01 .stroke {
  -webkit-text-stroke: 4px #1d6b43;
  text-stroke: 4px #1d6b43;
  position: absolute;
  top: 0.5px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}
.cta__box1__text_wrap__text01 strong {
  font-size: 150%;
}
.cta__box1__text_wrap__text02 img {
  margin: 6px auto -9px;
}
.cta__box1__text_wrap__text03 {
  color: #e92127;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.9);
  font-weight: 700;
  font-size: 253.13%;
  white-space: nowrap;
}
.cta__box1__text_wrap__text03 strong {
  font-size: 210%;
}
.cta__box1__text_wrap__text03 span {
  position: relative;
}
.cta__box1__text_wrap__text03 small {
  font-size: 31.6%;
  text-shadow: none;
  position: absolute;
  top: -4px;
  left: -4px;
}
.cta__box1__text_wrap__text04 {
  padding-top: 5px;
  color: #000;
  font-size: 80%;
  font-weight: 400;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .cta__box1__text_wrap__text01 {
    margin-bottom: 8px;
    font-size: 240%;
    letter-spacing: 7px;
  }
  .cta__box1__text_wrap__text01 .stroke {
    -webkit-text-stroke: 7px #1d6b43;
    text-stroke: 7px #1d6b43;
    top: 0;
  }
  .cta__box1__text_wrap__text01 strong {
    font-size: 166.66%;
  }
  .cta__box1__text_wrap__text03 {
    margin-top: 3px;
    text-shadow: 5px 5px 0 rgba(0, 0, 0, 0.9);
    font-size: 400%;
  }
  .cta__box1__text_wrap__text03 strong {
    font-size: 185%;
  }
  .cta__box1__text_wrap__text03 small {
    font-size: 30%;
    top: -14px;
    left: 8px;
  }
  .cta__box1__text_wrap__text04 {
    padding-top: 12px;
    font-size: 106.66%;
  }
}
@media screen and (min-width: 768px) {
  .cta__box1 {
    padding: 27px 0 65px;
    background-image: url(../images/cta_bg-pc.jpg);
  }
  .cta__box1::after {
    display: none;
  }
  .cta__box1__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    z-index: 1;
  }
  .cta__box1__text01 {
    padding-top: 24px;
    margin: 0;
  }
  .cta__box1__text01 img {
    max-width: 380px;
  }
  .cta__box1__text02 {
    width: 50%;
    padding: 0 70px 0 0px;
    margin-top: -7px;
    order: 1;
  }
  .cta__box1__text03 {
    width: 180px;
    height: auto;
    padding: 0 0 0 30px;
    margin: 0;
  }
  .cta__box1__text04 {
    width: 50vw;
    position: absolute;
    top: -52px;
    left: -62px;
    z-index: -1;
    order: 1;
  }
  .cta__box1__text_wrap {
    margin-top: -10px;
    font-size: 70%;
    order: 1;
  }
}
@media screen and (min-width: 1024px) {
  .cta__box1__text01 img {
    max-width: 460px;
  }
  .cta__box1__text02 {
    padding: 0 118px 0 0px;
  }
  .cta__box1__text03 {
    width: 220px;
    padding: 0 0 0 50px;
  }
  .cta__box1__text04 {
    width: 530px;
  }
  .cta__box1__text_wrap {
    font-size: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .cta__box1__text01 img {
    max-width: 100%;
  }
  .cta__box1__text03 {
    width: 300px;
    padding: 0 40px 0 38px;
  }
  .cta__box1__text04 {
    width: 650px;
  }
}
.cta__box2 {
  padding: 15px 0 35px;
  background-color: #1d6b43;
  color: #fff;
}
.cta__box2__container {
  position: relative;
}
.cta__box2__container::after {
  content: "";
  width: 145px;
  height: 195px;
  background: url(../images/cta_img05.png) left bottom/contain no-repeat;
  display: block;
  position: absolute;
  left: -7px;
  bottom: -38px;
}
.cta__box2__title {
  margin-bottom: 8px;
  font-size: 160%;
  line-height: 1.45;
  letter-spacing: -0.2px;
}
.cta__box2__title strong {
  color: #f58233;
  font-size: 125%;
}
.cta__box2__box {
  width: 100%;
  max-width: 500px;
  padding: 8px 10px 25px;
  margin: 0 auto 38px;
  background-color: #fff;
  border-radius: 10px;
  color: #343434;
}
.cta__box2__box__text01 {
  font-weight: 700;
  font-size: 240%;
  letter-spacing: 3.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 7px;
}
.cta__box2__box__text01 img {
  width: 16px;
  transform: translateY(2px);
}
.cta__box2__box__text02 {
  margin: 4px 0 16px;
  font-size: 80%;
  letter-spacing: 1px;
}
.cta__box2__box__text03 {
  width: 100%;
  max-width: 290px;
  height: 35px;
  margin: 0 auto;
  background-color: #f9bf03;
  border-radius: 5px;
  box-shadow: 3px 3px 0 rgba(242, 99, 0, 0.8);
  color: #fff;
  font-size: 113.33%;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.cta__box2__box__text03:hover {
  color: #fff;
}
.cta__box2__box__text03::after {
  content: "";
  width: 27px;
  height: 31px;
  background: url(../images/intro_box02_text01.png) center/contain no-repeat;
  display: block;
  position: absolute;
  bottom: -12px;
  right: -12px;
  z-index: 1;
}
.cta__box2__box__text03 span {
  color: #f56400;
}
.cta__box2__list {
  width: calc(100% - 130px);
  margin: 0 0 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  font-size: 120%;
  font-weight: 700;
  letter-spacing: 1px;
}
.cta__box2__list li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta__box2__list li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/icon_check-circle.png) center/contain no-repeat;
  margin-right: 10px;
  display: inline-block;
}
.cta__box2__text {
  width: calc(100% - 120px);
  margin: 8px 0 0 auto;
  font-weight: 700;
  font-size: 133%;
  letter-spacing: 3px;
  line-height: 1.7;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cta__box2 {
    padding: 35px 0 73px;
  }
  .cta__box2__container {
    font-size: 90%;
  }
  .cta__box2__container::after {
    width: 195px;
    height: 345px;
    left: 33px;
    bottom: -73px;
  }
  .cta__box2__title {
    margin-bottom: 28px;
    font-size: 160%;
    letter-spacing: 1px;
    line-height: 1.4;
  }
  .cta__box2__title strong {
    font-size: 160%;
  }
  .cta__box2__box {
    margin-bottom: 56px;
  }
  .cta__box2__box__text01 {
    font-size: 333.33%;
    grid-gap: 10px;
  }
  .cta__box2__box__text01 img {
    width: 22px;
    transform: translateY(5px);
  }
  .cta__box2__box__text02 {
    margin: 10px 0 16px;
    font-size: 133.33%;
    letter-spacing: 0;
  }
  .cta__box2__box__text03 {
    max-width: 430px;
    height: 50px;
    border-radius: 10px;
    box-shadow: 7px 7px 0 rgba(242, 99, 0, 0.8);
    font-size: 150%;
  }
  .cta__box2__box__text03::after {
    content: "";
    width: 36px;
    height: 42px;
    bottom: -12px;
    right: -12px;
  }
  .cta__box2__list {
    width: 100%;
    max-width: 400px;
    padding: 0;
    margin: 0 auto 10px;
    font-size: 200%;
  }
  .cta__box2__list li::before {
    width: 36px;
    height: 36px;
    margin-right: 15px;
  }
  .cta__box2__text {
    margin: -5px auto 0;
    font-size: 160%;
    letter-spacing: 4px;
  }
}
@media screen and (min-width: 1024px) {
  .cta__box2__container::after {
    width: 195px;
    height: 345px;
    left: 113px;
  }
}
@media screen and (min-width: 1200px) {
  .cta__box2__container {
    font-size: 100%;
  }
  .cta__box2__container::after {
    width: 255px;
    left: 143px;
  }
}
.cta__box3 {
  background-color: #1d6b43;
  padding-bottom: 30px;
}
.cta__box3__btn img {
  border-radius: 15px;
  box-shadow: 5px 5px 0 rgba(249, 191, 3, 0.8);
  transition: 0.3s;
}
.cta__box3__btn:hover img {
  transform: translate(2.5px);
  box-shadow: none;
}

.form_wrap .wpcf7-form {
  padding: 36px 20px 45px;
  margin-bottom: 27px;
  border: 3px solid #1d6b43;
  border-radius: 5px;
}
.form_wrap .wpcf7-spinner {
  display: none;
}
.form_wrap .wpcf7-spinner + br {
  display: none;
}
.form_wrap .wpcf7-form_complete p {
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 2;
}
.form_wrap .wpcf7-form_complete p:not(:last-child) {
  margin-bottom: 1.5em;
}
.form_wrap__intro_text {
  font-size: 93.33%;
  letter-spacing: 0.5px;
  line-height: 1.7;
}
.form_wrap__input_wrap {
  margin-bottom: 21px;
  display: flex;
  flex-direction: column;
}
.form_wrap__input_wrap input[type=text],
.form_wrap__input_wrap input[type=tel],
.form_wrap__input_wrap input[type=email],
.form_wrap__input_wrap select,
.form_wrap__input_wrap textarea {
  width: 100%;
  padding: 8px 10px;
  background-color: #daeae5;
  border-radius: 2.5px;
  font-size: 80%;
  font-weight: 400;
}
.form_wrap__input_wrap input[type=text]::-moz-placeholder,
.form_wrap__input_wrap input[type=tel]::-moz-placeholder,
.form_wrap__input_wrap input[type=email]::-moz-placeholder,
.form_wrap__input_wrap select::-moz-placeholder,
.form_wrap__input_wrap textarea::-moz-placeholder {
  color: #909090;
  line-height: 1.5;
  letter-spacing: 1px;
}
.form_wrap__input_wrap input[type=text]::placeholder,
.form_wrap__input_wrap input[type=tel]::placeholder,
.form_wrap__input_wrap input[type=email]::placeholder,
.form_wrap__input_wrap select::placeholder,
.form_wrap__input_wrap textarea::placeholder {
  color: #909090;
  line-height: 1.5;
  letter-spacing: 1px;
}
.form_wrap__input_wrap select.noVal {
  color: #909090;
}
.form_wrap__input_wrap select {
  appearance: auto;
}
.form_wrap__input_wrap br {
  display: none;
}
.form_wrap__input_wrap--attachment {
  flex-direction: row;
  align-items: center;
}
.form_wrap__input_wrap--attachment p {
  display: flex;
  align-items: flex-start;
  word-break: break-all;
}
.form_wrap__input_wrap--attachment .form_wrap__label {
  margin: 0 0.3em 0 0;
  flex-shrink: 0;
}
.form_wrap__label {
  margin-bottom: 0.3em;
  display: block;
}
.form_wrap__label span {
  width: 35px;
  height: 15px;
  margin-left: 10px;
  background-color: #f00;
  border-radius: 8px;
  color: #fff;
  font-size: 73.33%;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.form_wrap__policy {
  margin: 25px 0 50px;
  letter-spacing: 1px;
}
.form_wrap__policy__title {
  margin-bottom: 7px;
  font-weight: 700;
}
.form_wrap__policy__text {
  margin-bottom: 12px;
  font-size: 93.33%;
  line-height: 2;
}
.form_wrap__policy__check {
  display: flex;
  align-items: center;
}
.form_wrap__policy input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.form_wrap__btn_wrap {
  font-size: 93.33%;
  line-height: 2;
}
.form_wrap__btn_wrap__text {
  margin-bottom: 15px;
  line-height: 1.8;
}
.form_wrap__btn_wrap__text span {
  display: inline-block;
  position: relative;
}
.form_wrap__btn_wrap__text span::before, .form_wrap__btn_wrap__text span::after {
  content: "";
  width: 3px;
  height: 65%;
  background-color: #343434;
  display: block;
  position: absolute;
  bottom: 5px;
}
.form_wrap__btn_wrap__text span::before {
  left: -40px;
  transform: skew(30deg);
}
.form_wrap__btn_wrap__text span::after {
  right: -40px;
  transform: skew(-30deg);
}
.form_wrap__btn_wrap input[type=submit] {
  width: 100%;
  max-width: 265px;
  height: 50px;
  margin: 0 auto;
  background: linear-gradient(180deg, #f9bf03 0%, #f9bf03 10%, #f9c61f 10%, #f9c61f 40%, #f9bf03 40%);
  border-radius: 25px;
  color: #fff;
  font-size: 170%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form_wrap__btn_wrap input[type=submit]:hover {
  opacity: 0.8;
}
.form_wrap__btn_wrap input[type=button].back {
  width: 64.1%;
  height: 50px;
  margin: 2em auto 0;
  background: #c7c9cd;
  border-radius: 25px;
  color: #fff;
  font-size: 93.33%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.form_wrap__btn_wrap input + br {
  display: none;
}
.form_wrap--confirm .form_wrap__input_wrap {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.form_wrap--confirm .form_wrap__label span {
  border-radius: 4px;
}
.form_wrap--confirm .form_wrap__policy {
  display: none;
}
.form_wrap--confirm .form_wrap__btn_wrap {
  position: relative;
}
.form_wrap--confirm .form_wrap__btn_wrap::after {
  content: "";
  width: calc(64.1% - 10px);
  height: 40px;
  border: 2px dashed #fff;
  border-radius: 25px;
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  pointer-events: none;
}
.form_wrap--complete {
  padding: 36px 0px 45px;
}
.form_wrap--complete p {
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
.form_wrap--complete p:not(:last-of-type) {
  margin-bottom: 1.8em;
}
.form_wrap__policy_area {
  width: 100%;
}
.form_wrap__policy_area__title {
  width: 100%;
  height: 50px;
  background-color: #1d6b43;
  color: #fff;
  font-weight: 700;
  font-size: 160%;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form_wrap__policy_area__text {
  height: 328px;
  padding: 15px 12.5px;
  border: 3px solid #1d6b43;
}
.form_wrap__policy_area__text__box {
  height: 100%;
  overflow-y: scroll;
}
.form_wrap__policy_area__text__box h4 {
  margin: 1.5em 0;
  font-weight: 700;
}
.form_wrap__policy_area__text__box ol,
.form_wrap__policy_area__text__box p {
  margin-left: 1em;
}
.form_wrap__policy_area__text__box ol li {
  list-style-type: decimal;
}
@media screen and (min-width: 768px) {
  .form_wrap .wpcf7-form {
    width: calc(100% - 50px);
    padding: 32px 50px 48.5px;
    margin: 0 auto 60px;
    border-width: 6px;
  }
  .form_wrap__intro_text {
    font-size: 160%;
    line-height: 2;
  }
  .form_wrap__input_wrap {
    margin-bottom: 24px;
  }
  .form_wrap__input_wrap input[type=text],
  .form_wrap__input_wrap input[type=tel],
  .form_wrap__input_wrap input[type=email],
  .form_wrap__input_wrap select,
  .form_wrap__input_wrap textarea {
    padding: 8px 18px;
    font-size: 93.33%;
  }
  .form_wrap__input_wrap textarea {
    height: 10.5em;
  }
  .form_wrap__label {
    margin-bottom: 0.5em;
    font-size: 133.33%;
  }
  .form_wrap__policy {
    padding: 0 14px;
    margin: 48px 0 25px;
    font-size: 106.66%;
  }
  .form_wrap__policy__title {
    margin-bottom: 12px;
  }
  .form_wrap__policy__text {
    margin-bottom: 32px;
  }
  .form_wrap__policy__check {
    justify-content: center;
  }
  .form_wrap__btn_wrap__text {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .form_wrap__btn_wrap input[type=submit] {
    max-width: 450px;
    height: 80px;
    border-radius: 40px;
    font-size: 120%;
  }
  .form_wrap__policy_area {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
  .form_wrap__policy_area__title {
    height: 80px;
    font-size: 200%;
  }
  .form_wrap__policy_area__text {
    height: 300px;
    padding: 16px;
    border-width: 0 6px 6px 6px;
  }
  .form_wrap__policy_area__text__box {
    font-size: 106.66%;
  }
  .form_wrap--confirm .wpcf7-form {
    width: 100%;
    border: 0;
  }
  .form_wrap--confirm .form_wrap__input_wrap {
    font-size: 133.33%;
  }
  .form_wrap--confirm .form_wrap__label {
    font-size: 100%;
  }
  .form_wrap--confirm .form_wrap__btn_wrap__text {
    font-size: 133.33%;
  }
  .form_wrap--confirm .form_wrap__btn_wrap input[type=submit] {
    font-size: 180%;
  }
  .form_wrap__btn_wrap input[type=button].back {
    height: 80px;
    border-radius: 40px;
    font-size: 145%;
  }
  .form_wrap--confirm .form_wrap__btn_wrap::after {
    height: 70px;
    border-radius: 40px;
  }
  .form_wrap--complete p {
    font-size: 133.33%;
  }
}
/* パンくずリスト */
div.breadcrumb_block{
  max-width: 1200px;
  margin: 25px auto;
  padding-left: 12.5px;
}
ul:has(li.breadcrumb){
  list-style: none;
}
li.breadcrumb{
  font-size: 16px;
  display: inline;
}
li.breadcrumb a{
  color: inherit;
  text-decoration: none;
}
li.breadcrumb + li:before{
  content: ">";
  margin:.5em;
}
@media screen and (min-width: 1212.5px){
  div.breadcrumb_block{
    padding-left: 0px;
  }
}
@media screen and (min-width: 768px){
  div.breadcrumb_block{
    margin: 49px auto;
  }
}
/*.page_titleのマージンボトムとる*/

.grecaptcha-badge {
	z-index: 2!important;
}