@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	.mv
------------------------------ */
.mv {
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.mv .mv_img {
  width: 100%;
}
.mv .mv_img img {
  width: 100%;
}
.mv .txt_box {
  position: absolute;
  left: 5vw;
  bottom: 5.33vw;
}
@media screen and (max-width: 1500px) {
  .mv .txt_box {
    left: 75px;
    bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .mv .txt_box {
    position: relative;
    left: 0;
    bottom: 0;
    padding: 0 4%;
    margin: -1vw auto 0;
  }
}
.mv .txt_box .mv_txt {
  width: 42.8vw;
  min-width: 643px;
}
@media screen and (max-width: 768px) {
  .mv .txt_box .mv_txt {
    width: 100%;
    min-width: 0;
  }
}
.mv .txt_box .mv_txt img {
  width: 100%;
}
.mv .txt_box .logo {
  width: 16vw;
  min-width: 240px;
  margin-top: 0.5vw;
  margin-left: 0.5vw;
}
@media screen and (max-width: 1500px) {
  .mv .txt_box .logo {
    margin-top: 8px;
    margin-left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .mv .txt_box .logo {
    width: 200px;
    min-width: 0;
    margin-top: 12px;
    margin-left: 0;
  }
}
.mv .txt_box .logo img {
  width: 100%;
}

/* ------------------------------
	.about
------------------------------ */
.about {
  position: relative;
  padding: 120px 0;
}
@media screen and (min-width: 769px) {
  .about {
    background: radial-gradient(#fff, #FBF9F0);
  }
}
@media screen and (max-width: 768px) {
  .about {
    padding: 64px 0;
  }
}
.about .ttl {
  margin-bottom: 40px;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .about .ttl {
    margin-bottom: 40px;
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 400px) {
  .about .ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .about .ttl .big {
    font-size: 3rem;
  }
}
@media screen and (max-width: 400px) {
  .about .ttl .big {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .about .txt_box {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .about .txt_box {
    padding: 0 4%;
  }
}
@media screen and (max-width: 390px) {
  .about .txt_box {
    padding: 0 2%;
  }
}
.about .txt_box .txt {
  font-size: 1.8rem;
}
@media screen and (max-width: 390px) {
  .about .txt_box .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .about .txt_box .txt + .txt {
    margin-top: 16px;
  }
}

/* ------------------------------
	.slide_img
------------------------------ */
.slide_img {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.slide_img .slide_img_box {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.slide_img .slide_img_box .img {
  flex-shrink: 0;
  width: 324px;
}
@media screen and (max-width: 768px) {
  .slide_img .slide_img_box .img {
    width: 206px;
  }
}
.slide_img .slide_img_box .img img {
  width: 100%;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  will-change: transform;
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.slide_img.slide01 .slide_img_box {
  animation: infinity-scroll-left 40s infinite linear;
}
@media screen and (max-width: 768px) {
  .slide_img.slide01 .slide_img_box {
    animation: infinity-scroll-left 30s infinite linear;
  }
}
.slide_img.slide02 .slide_img_box {
  animation: infinity-scroll-right 40s infinite linear;
}
@media screen and (max-width: 768px) {
  .slide_img.slide02 .slide_img_box {
    animation: infinity-scroll-right 30s infinite linear;
  }
}

/* ------------------------------
	.reason
------------------------------ */
.reason {
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .reason {
    padding: 64px 0;
  }
}
.reason .reason_list {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .reason .reason_list {
    flex-direction: column;
    gap: 32px;
    padding: 0 4%;
  }
}
@media screen and (max-width: 390px) {
  .reason .reason_list {
    padding: 0 2%;
  }
}
.reason .reason_list .reason_item {
  width: 300px;
  padding: 8px;
  background: #F1EADE;
}
@media screen and (max-width: 768px) {
  .reason .reason_list .reason_item {
    width: 100%;
  }
}
.reason .reason_list .reason_item .reason_box {
  height: 100%;
  padding: 18px 24px;
  border: 2px solid #D3B586;
}
@media screen and (max-width: 768px) {
  .reason .reason_list .reason_item .reason_box {
    padding: 28px 24px;
  }
}
.reason .reason_list .reason_item .reason_box .num {
  text-align: center;
  color: #D3B586;
  font-size: 5.6rem;
}
.reason .reason_list .reason_item .reason_box .ttl {
  margin-bottom: 24px;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}
.reason .reason_list .reason_item .reason_box .txt {
  font-size: 1.5rem;
}

/* ------------------------------
	.step
------------------------------ */
.step {
  position: relative;
  padding: 120px 0;
  background: url(../img/index/step_bg01.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .step {
    padding: 64px 0;
    background: url(../img/index/step_bg01_sp.jpg) no-repeat center center/cover;
  }
}
.step .step_list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .step .step_list {
    flex-direction: column;
    padding: 0 4%;
  }
}
@media screen and (max-width: 390px) {
  .step .step_list {
    padding: 0 2%;
  }
}
.step .step_list .step_item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .step .step_list .step_item {
    width: 100%;
  }
}
.step .step_list .step_item:nth-child(2) {
  padding: 0 50px 0 60px;
  margin: 0 60px 0 50px;
  border-left: 3px dotted #D3B586;
  border-right: 3px dotted #D3B586;
}
@media screen and (max-width: 768px) {
  .step .step_list .step_item:nth-child(2) {
    padding: 45px 0 32px 0;
    margin: 32px 0 45px 0;
    border-left: 0;
    border-right: 0;
    border-top: 3px dotted #D3B586;
    border-bottom: 3px dotted #D3B586;
  }
}
.step .step_list .step_item:nth-child(2)::before, .step .step_list .step_item:nth-child(2)::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-left: 13px solid #D3B586;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
@media screen and (max-width: 768px) {
  .step .step_list .step_item:nth-child(2)::before, .step .step_list .step_item:nth-child(2)::after {
    left: 0;
    right: 0;
    transform: rotate(90deg);
  }
}
.step .step_list .step_item:nth-child(2)::before {
  left: 1px;
}
@media screen and (max-width: 768px) {
  .step .step_list .step_item:nth-child(2)::before {
    left: 0;
    top: -2px;
    bottom: auto;
  }
}
.step .step_list .step_item:nth-child(2)::after {
  right: -17px;
}
@media screen and (max-width: 768px) {
  .step .step_list .step_item:nth-child(2)::after {
    right: 0;
    top: auto;
    bottom: -20px;
  }
}
.step .step_list .step_item .step_box {
  width: 253px;
}
@media screen and (max-width: 768px) {
  .step .step_list .step_item .step_box {
    width: 100%;
  }
}
.step .step_list .step_item .step_box .num {
  text-align: center;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .step .step_list .step_item .step_box .num {
    font-size: 2.8rem;
  }
}
.step .step_list .step_item .step_box .num .big {
  font-size: 3.4rem;
}
.step .step_list .step_item .step_box .ico {
  width: 80px;
  margin: 12px auto 16px;
}
.step .step_list .step_item .step_box .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3em;
  margin-bottom: 16px;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .step .step_list .step_item .step_box .ttl {
    min-height: 0;
  }
}
.step .step_list .step_item .step_box .txt {
  font-size: 1.5rem;
}

/* ------------------------------
	.cta
------------------------------ */
.cta {
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 64px 0;
  }
}
.cta .cta_box {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 61px 70px 61px 100px;
  border: 3px solid #F27C27;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .cta .cta_box {
    flex-direction: column;
    padding: 21px;
    gap: 32px;
  }
}
.cta .cta_box .img {
  flex-shrink: 0;
  width: 454px;
}
@media screen and (max-width: 768px) {
  .cta .cta_box .img {
    width: 100%;
  }
}
.cta .cta_box .txt_box {
  width: 100%;
}
.cta .cta_box .txt_box .cta_txt {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .cta .cta_box .txt_box .cta_txt {
    text-align: center;
  }
}
.cta .cta_box .txt_box .cta_pay {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .cta .cta_box .txt_box .cta_pay {
    text-align: center;
  }
}
.cta .cta_box .txt_box .cta_pay .min {
  font-size: 2.2rem;
}
.cta .cta_box .txt_box .btn_box {
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .cta .cta_box .txt_box .btn_box {
    align-items: center;
  }
}
.cta .cta_box .txt_box .ttl {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .cta .cta_box .txt_box .ttl {
    text-align: center;
    font-size: 1.8rem;
  }
}
.cta .cta_box .txt_box .txt {
  font-weight: bold;
  color: #444;
  font-style: 1.4rem;
}
.cta .btn_box {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .cta .btn_box {
    margin-top: 40px;
  }
}
.cta .btn_box .cta_btn {
  display: flex;
  justify-content: center;
}
.cta .btn_box .cta_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 48px;
  border-radius: 8px;
  background: #492606;
  border: 1px solid #492606;
  font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  -webkit-transition: transform 0.4s ease, background-color 0.4s ease, color 0.4s ease;
  transition: transform 0.4s ease, background-color 0.4s ease, color 0.4s ease;
}
@media screen and (min-width: 769px) {
  .cta .btn_box .cta_btn a:hover {
    opacity: 1;
    background: #fff;
    color: #492606;
  }
}
.cta .btn_box .note {
  margin-top: 20px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5;
}

/* ------------------------------
	.faq
------------------------------ */
.faq {
  position: relative;
  padding: 0 0 120px;
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 64px 0;
  }
}
.faq .faq_box + .faq_box {
  margin-top: 20px;
}
.faq .faq_box .faq_ttl {
  position: relative;
  padding: 24px 96px 24px 56px;
  display: flex;
  align-items: center;
  gap: 24px;
  background: #F1E7D7;
  border-radius: 10px;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .faq .faq_box .faq_ttl {
    padding: 12px 64px 12px 24px;
  }
}
.faq .faq_box .faq_ttl .ico_q {
  flex-shrink: 0;
  display: block;
  font-family: "Roboto", "Zen Old Mincho", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .faq .faq_box .faq_ttl .ico_q {
    font-size: 2.8rem;
  }
}
.faq .faq_box .faq_ttl .ico {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 56px;
  margin: auto;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  .faq .faq_box .faq_ttl .ico {
    right: 24px;
  }
}
.faq .faq_box .faq_ttl .ico::before, .faq .faq_box .faq_ttl .ico::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #492606;
}
.faq .faq_box .faq_ttl .ico::before {
  width: 100%;
  height: 1px;
}
.faq .faq_box .faq_ttl .ico::after {
  width: 1px;
  height: 100%;
}
.faq .faq_box .faq_txt {
  display: none;
  padding: 12px 56px 24px;
  border-bottom: 1px solid #D3B586;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .faq .faq_box .faq_txt {
    padding: 12px 24px 24px;
    line-height: 1.8;
  }
}
.faq .faq_box .faq_txt .dot {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
.faq .faq_box .faq_txt .dot::before {
  content: "・";
}
.faq .faq_box.open .faq_ttl .ico::after {
  display: none;
}

/* ------------------------------
	.add
------------------------------ */
.add {
  position: relative;
  padding: 120px 0;
  background: url(../img/index/step_bg01.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .add {
    padding: 64px 0;
    background: url(../img/index/step_bg01_sp.jpg) no-repeat center center/cover;
  }
}
.add .add_wrap {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .add .add_wrap {
    flex-direction: column;
  }
}
.add .add_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 475px;
  height: 300px;
  background: #FAF8ED;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .add .add_box {
    width: 100%;
    padding: 40px 4%;
  }
}
.add .add_box .ttl {
  font-weight: bold;
  font-size: 2.8rem;
  text-align: center;
  line-height: 1.5;
}
.add .add_box .txt {
  margin-top: 12px;
  font-size: 1.5rem;
}
.add .add_box .tel_txt {
  margin-top: 42px;
}
.add .add_box .tel_txt a {
  display: block;
  padding-left: 32px;
  background: url(../img/index/ico_tel01.png) no-repeat left bottom;
  background-size: 24px;
  font-size: 3.2rem;
}
.add .add_box .btn_box {
  margin-top: 24px;
}
.add .add_box.box01 .txt {
  margin-top: 25px;
}

/* ------------------------------
	.contact
------------------------------ */
.contact {
  position: relative;
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 64px 0 0;
  }
}

/* ------------------------------
	.form_wrap
------------------------------ */
.form_wrap {
  padding: 72px 140px;
  background: url(../img/index/contact_bg01.jpg) repeat-y center center;
  background-size: 1100px;
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .form_wrap {
    margin: 0 -4vw;
    padding: 62px 4% 50px;
    border-radius: 0;
  }
}
.form_wrap .ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: 2.4rem;
  line-height: 2;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .form_wrap .ttl {
    gap: 15px;
    font-size: 2rem;
  }
}
.form_wrap .ttl .ttl_txt {
  flex-shrink: 0;
}
.form_wrap .ttl::before, .form_wrap .ttl::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  background: #492606;
}
.form_wrap .form_set + .form_set {
  margin-top: 56px;
}
.form_wrap .form_box {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #D3B586;
}
@media screen and (max-width: 768px) {
  .form_wrap .form_box {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .form_wrap .form_box + .wide {
    margin-top: 5px;
  }
}
.form_wrap .form_box.wide {
  display: block;
  border-bottom: 0;
  padding-bottom: 0;
}
.form_wrap .form_box.wide .form_ttl {
  width: 100%;
  margin-bottom: 10px;
}
.form_wrap .form_ttl {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  width: 240px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .form_wrap .form_ttl {
    width: 100%;
    margin-bottom: 10px;
  }
}
.form_wrap .form_ttl .req {
  padding: 3px 5px;
  background: #C5251C;
  color: #fff;
  font-family: "Zen Maru Gothic", "Zen Old Mincho", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
}
.form_wrap .form_txt {
  position: relative;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.5;
}
.form_wrap .form_txt * {
  line-height: 1.5;
}
.form_wrap .form_input,
.form_wrap .form_select,
.form_wrap .form_textarea,
.form_wrap .wpcf7-select {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  background: #fff;
  border: 1px solid #D3B586;
  border-radius: 0;
  font-size: 1.5rem;
}
.form_wrap .form_input.post,
.form_wrap .form_select.post,
.form_wrap .form_textarea.post,
.form_wrap .wpcf7-select.post {
  max-width: 210px;
}
.form_wrap .form_input.gift,
.form_wrap .form_select.gift,
.form_wrap .form_textarea.gift,
.form_wrap .wpcf7-select.gift {
  width: 180px;
}
.form_wrap .gift_txt {
  position: absolute;
  top: 0;
  left: 190px;
  line-height: 40px;
}
.form_wrap .form_select,
.form_wrap .wpcf7-select {
  width: auto;
  padding-right: 40px;
  background: #fff url(../img/index/select_ico01.png) no-repeat;
  background-size: 13px;
  background-position: calc(100% - 13px) center;
  min-width: 180px;
}
.form_wrap .form_textarea {
  width: 100%;
  height: 180px;
  padding: 10px 15px;
  line-height: 1.8;
}
.form_wrap .checkbox label {
  position: relative;
  display: flex;
  cursor: pointer;
}
.form_wrap .checkbox label .wpcf7-list-item-label {
  display: flex;
}
.form_wrap .checkbox label .wpcf7-list-item-label::before {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 0;
  margin-right: 12px;
  margin-top: 5px;
  border: 1px solid #492606;
  background: none;
}
.form_wrap .checkbox label .wpcf7-list-item-label::after {
  position: absolute;
  z-index: 2;
  top: 9px;
  left: 4px;
  margin: auto;
  content: "";
  display: none;
  width: 8px;
  height: 5px;
  transform: rotate(-45deg);
  border-left: 2px solid #492606;
  border-bottom: 2px solid #492606;
}
.form_wrap .radio label,
.form_wrap .wpcf7-radio label {
  display: flex;
  font-size: 1.5rem;
}
.form_wrap .radio label .wpcf7-list-item-label,
.form_wrap .wpcf7-radio label .wpcf7-list-item-label {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 27px;
  line-height: 1.4;
  cursor: pointer;
}
.form_wrap .radio label .wpcf7-list-item-label::before,
.form_wrap .wpcf7-radio label .wpcf7-list-item-label::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background: none;
  border: 2px solid #D3B586;
  border-radius: 50%;
}
.form_wrap .radio label .wpcf7-list-item-label::after,
.form_wrap .wpcf7-radio label .wpcf7-list-item-label::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto;
  content: "";
  display: none;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #492606;
}
.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 + .wpcf7-list-item-label::after,
.form_wrap .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label::after,
.form_wrap .checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  display: block;
}
.form_wrap .radio_wrap,
.form_wrap .radio_wrap .wpcf7-radio,
.form_wrap .checkbox_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
}
.form_wrap .radio_wrap,
.form_wrap .radio_wrap .wpcf7-radio {
  align-items: center;
}
.form_wrap .wpcf7-list-item {
  margin: 0;
}
.form_wrap .btm_check {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .form_wrap .btm_check {
    margin-top: 10px;
  }
}
.form_wrap .btm_check .txt {
  font-size: 1.3rem;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
.form_wrap .btm_check .checkbox {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .form_wrap .btm_check .checkbox {
    margin-top: 56px;
  }
}
.form_wrap .btm_check .wpcf7-list-item-label {
  font-size: 1.5rem;
  line-height: 1.5;
}
.form_wrap .btn_box {
  align-items: center;
  margin-top: 32px;
}
.form_wrap .form_btn_box {
  position: relative;
  margin-top: 4px;
  border-radius: 50px;
  background: #D06111;
}
.form_wrap .form_btn_box .form_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 252px;
  height: 48px;
  border-radius: 50px;
  background: #F27C27;
  border: 1px solid #F27C27;
  font-family: "Zen Kaku Gothic New", "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  transform: translate(0, -4px);
  -webkit-transition: transform 0.4s ease, background-color 0.4s ease, color 0.4s ease;
  transition: transform 0.4s ease, background-color 0.4s ease, color 0.4s ease;
}
@media screen and (min-width: 769px) {
  .form_wrap .form_btn_box .form_btn:hover {
    opacity: 1;
    transform: translate(0, 0);
    background: #fff;
    color: #F27C27;
  }
}
.form_wrap .wpcf7-not-valid-tip {
  display: block;
  color: #C5251C;
}
.form_wrap .wpcf7-not-valid-tip {
  font-size: 1.3rem;
  margin-top: 5px;
}
.form_wrap .checkbox .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  bottom: -2rem;
  white-space: nowrap;
}
.form_wrap .wpcf7-spinner {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
}
.form_wrap .wpcf7 .wpcf7-response-output {
  line-height: 1.5;
  padding: 0.5em 1em;
  margin: 40px 0 0;
  border-color: #F27C27;
}

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

/* ------------------------------
	.thanks
------------------------------ */
.contact.thanks {
  padding: 232px 0 20px;
}
@media screen and (max-width: 768px) {
  .contact.thanks {
    padding: 137px 0 48px;
  }
}
.contact.thanks .wrap {
  padding: 8px;
  background: #F1EADE;
}
@media screen and (min-width: 769px) {
  .contact.thanks .wrap {
    max-width: 980px;
  }
}
.contact.thanks .thanks_box {
  padding: 72px 4%;
  border: 2px solid #D3B586;
}
.contact.thanks .thanks_box .thanks_ttl {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .contact.thanks .thanks_box .thanks_ttl {
    font-size: 2.4rem;
  }
}
.contact.thanks .thanks_box .txt {
  text-align: center;
  font-size: 1.8rem;
}
.contact.thanks .thanks_box .txt.min {
  margin: 24px 0;
  font-size: 1.5rem;
}
.contact.thanks .thanks_box .btn_box {
  margin-top: 40px;
}