.elementor-widget-wrap {

}
body img {
  width: auto;
  height: auto;
  max-width: 100%;
  transition: 0.2s;
}
body a:hover img {
  opacity: 0.8;
}
body figure {
  margin: 0;
}
body ul, main ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body .h2_styled {
  text-align: center;
  font-size: 30px;
  margin: 0 0 20px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  body .h2_styled {
    font-size: 42px;
    margin: 0 0 40px;
  }
}
body .h2_styled .sub_ja {
  display: block;
  color: #7dbc44;
  font-weight: normal;
  font-family: "Times New Roman", serif;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  body .h2_styled .sub_ja {
    font-size: 20px;
  }
}
body .desc {
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.main_visual {
  position: relative;
}
.main_visual .main_image img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.main_visual .main_copy {
  position: absolute;
  top: auto;
  bottom: 33%;
  right: 0;
  left: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 40%;
}
@media (max-width: 767px) {
  .main_visual .main_copy {
    bottom: 25%;
    max-width: 90%;
  }
}
.main_visual .main_copy img {
  max-width: 100%;
}
.main_visual .main_btn {
  position: absolute;
  top: auto;
  bottom: 10%;
  right: 0;
  left: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-width: 40%;
}
@media (max-width: 767px) {
  .main_visual .main_btn {
    max-width: 90%;
  }
}
section .container {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 1140px) {
  section .container {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  section .container {
    padding: 0 15px;
  }
}
@media (min-width: 768px) {
  section .row {
    display: flex;
    flex-wrap: wrap;
    gap: 35px 40px;
  }
  section .row .col.span_6 {
    width: calc((100% - 40px) / 2);
  }
  section .row .col.span_4 {
    width: calc((100% - 80px) / 3);
  }
}

.sec_serivce {
  padding: 100px 0 50px;
  background: url(/wp-content/uploads/2025/07/bg_img001.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_serivce {
    padding: 50px 0 25px;
  }
}
.sec_serivce .desc.pc-text-center {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .sec_serivce .desc.pc-text-center {
    text-align: center;
    margin: 0 0 50px;
  }
}
.sec_serivce .h3_styled {
  padding: 0 0 10px;
  margin: 15px 0 10px;
  font-size: clamp(20px, 2vw, 28px);
  border-bottom: 1px solid #7dbc44;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  .sec_serivce .h3_styled {
    padding: 0 0 8px;
    margin: 10px 0 5px;
  }
}
@media (max-width: 767px) {
  .sec_serivce .h3_styled + .desc {
    margin: 0 0 20px;
  }
}

.sec_type {
  padding: 50px 0 100px;
}
@media (max-width: 767px) {
  .sec_type {
    padding: 25px 0 50px;
  }
}
.sec_type .h3_type {
  text-align: center;
  padding: 10px 0 13px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: clamp(22px, 2.2vw, 30px);
}
@media (max-width: 767px) {
  .sec_type .h3_type {
    margin: 0 0 10px;
  }
}
.sec_type .h3_type.color01 {
  background: #ff9921;
}
.sec_type .h3_type.color02 {
  background: #198ada;
}
.sec_type .h3_type.color03 {
  background: #29b60c;
}
.sec_voice {
  padding: 100px 0;
  background: url(/wp-content/uploads/2025/07/bg_img002.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_voice {
    padding: 50px 0;
  }
}
.sec_voice .h2_styled {
  color: #fff;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .sec_voice .h2_styled {
    margin: 0 0 70px;
  }
}
.sec_voice .h2_styled .sub_ja {
  color: #fff;
}
.sec_voice .voice_block {
  padding: 20px;
  background: #fff;
  position: relative;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .sec_voice .voice_block {
    padding: 50px;
    margin-top: 80px;
  }
}
.sec_voice .voice_block .title {
  position: absolute;
  top: -5%;
  right: 20px;
  margin: 0;
  line-height: 1;
  font-size: clamp(60px, 10vw, 110px);
  font-family: "Times New Roman", serif;
  color: rgba(89, 177, 24, 0.5);
}
@media (max-width: 767px) {
  .sec_voice .voice_block .title {
    top: -1.4%;
    right: 5px;
  }
}
.sec_voice .voice_block .heading {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .sec_voice .voice_block .heading {
    display: grid;
    gap: 0 40px;
    align-items: center;
    grid-template-columns: auto 1fr;
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  .sec_voice .voice_block .heading .bnr {
    display: block;
    max-width: 80%;
    margin: 20px auto 10px;
  }
}
.sec_voice .voice_block .heading .txt_wrap .h3_review {
  color: #63b51a;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: clamp(19px, 2vw, 28px);
  margin: 0 0 0.4em;
}
.sec_voice .voice_block .heading .txt_wrap .name {
  margin: 0;
}
.sec_voice .voice_block .contents .h4_review {
  color: #63b51a;
  letter-spacing: 0.1em;
  font-size: clamp(18px, 1.8vw, 24px);
  margin: 0 0 15px;
  position: relative;
  padding-left: 43px;
}
.sec_voice .voice_block .contents .h4_review.mt-custom {
  margin: 20px 0 10px;
}
@media (min-width: 768px) {
  .sec_voice .voice_block .contents .h4_review.mt-custom {
    margin: 30px 0 15px;
  }
}
.sec_voice .voice_block .contents .h4_review:after {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  width: 35px;
  height: 1px;
  background: #63b51a;
}
.sec_voice .voice_block .contents .desc {
  margin: 0;
}
.sec_voice .voice_block .contents .list_num {
  padding-left: 20px;
}
.sec_voice .voice_block .contents .list_num li {
  line-height: 1.8;
  list-style-type: decimal;
}
.sec_voice .voice_block .contents .list_num li::marker {
  color: #63b51a;
}
.sec_voice .voice_block .contents .list_circle li {
  position: relative;
  padding-left: 20px;
  line-height: 1.8;
}
.sec_voice .voice_block .contents .list_circle li:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 100vh;
  background: #63b51a;
}

.sec_reason {
  padding: 100px 0;
  background: url(/wp-content/uploads/2025/07/bg_img003.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .sec_reason {
    padding: 50px 0;
  }
}
.sec_reason .h2_styled {
  color: #fff;
}
.sec_reason .h2_styled .sub_ja {
  color: #fff;
}
.sec_reason .list_bnr {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 40px;
}
@media (max-width: 767px) {
  .sec_reason .list_bnr {
    gap: 15px;
  }
}
.sec_reason .list_bnr li {
  width: calc((100% - 40px) / 2);
}
@media (max-width: 767px) {
  .sec_reason .list_bnr li {
    width: calc((100% - 15px) / 2);
  }
}
.sec_reason .list_bnr li:first-child {
  width: 100%;
  text-align: center;
}
.sec_reason .list_bnr li picture img {
  display: block;
  margin: 0 auto;
}

.sec_benefit {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .sec_benefit {
    padding: 50px 0;
  }
}
.sec_benefit .benefit_block {
  height: 100%;
  background: #e4f4d6;
}
@media (max-width: 767px) {
  .sec_benefit .benefit_block {
    margin-top: 20px;
  }
}
.sec_benefit .benefit_block .h3_benefit {
  color: #fff;
  background: #63b51a;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 15px 0 20px;
  font-weight: 500;
  font-size: clamp(20px, 2.2vw, 30px);
  margin: 0;
}
.sec_benefit .benefit_block .contents {
  padding: 15px;
}
@media (min-width: 768px) {
  .sec_benefit .benefit_block .contents {
    padding: 30px;
  }
}
.sec_benefit .benefit_block .contents .h4_benefit {
  color: #279f13;
  margin: 0 0 5px;
  letter-spacing: 0.1em;
  font-size: clamp(18px, 1.8vw, 24px);
  position: relative;
  padding-left: 0.9em;
}
.sec_benefit .benefit_block .contents .h4_benefit:after {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 12px;
  max-width: 0.5em;
  aspect-ratio: 1/1;
  border-radius: 100vh;
  background: #7dbc44;
}
.sec_benefit .benefit_block .contents .desc {
  margin: 0;
  padding-bottom: 15px;
  border-bottom: 2px solid #63b51a;
}
@media (max-width: 767px) {
  .sec_benefit .benefit_block .contents .desc {
    margin-bottom: 10px;
  }
}
.sec_benefit .benefit_block .contents .desc:not(:last-of-type) {
  margin: 0 0 20px;
}

.sec_faq {
  padding: 100px 0;
  background: url(/wp-content/uploads/2025/07/bg_img004.jpg) repeat top center/ auto;
}
@media (max-width: 767px) {
  .sec_faq {
    padding: 50px 0;
  }
}
.sec_faq .faq_wrap .faq_block {
  position: relative;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .sec_faq .faq_wrap .faq_block {
    margin-top: 25px;
  }
}
.sec_faq .faq_wrap .faq_block:after, .sec_faq .faq_wrap .faq_block:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 37px;
  right: 25px;
  width: 20px;
  height: 3px;
  background: #63b51a;
  transition: 0.2s;
  transform: rotate(0deg);
}
@media (max-width: 767px) {
  .sec_faq .faq_wrap .faq_block:after, .sec_faq .faq_wrap .faq_block:before {
    width: 16px;
    top: 25px;
    right: 14px;
  }
}
.sec_faq .faq_wrap .faq_block:before {
  transform: rotate(90deg);
}
.sec_faq .faq_wrap .faq_block.open:before {
  transform: rotate(0deg);
}
.sec_faq .faq_wrap .faq_block .question {
  color: #333;
  background: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  padding: 25px 50px 25px 80px;
  margin: 0;
  cursor: pointer;
  position: relative;
  transition: 0.2s;
  font-weight: 600;
  font-size: clamp(16px, 1.6vw, 20px);
}
@media (max-width: 767px) {
  .sec_faq .faq_wrap .faq_block .question {
    padding: 20px 35px 20px 70px;
  }
}

.sec_faq .faq_wrap .faq_block .question:after {
  content: "Q";
  position: absolute;
  top: 13px;
  left: 15px;
  color: #fff;
  background: #63b51a;
  font-size: 3.5rem;
  width: 1.8em;
  line-height: 1.6em;
  aspect-ratio: 1/1;
  font-size: clamp(22px, 2.2vw, 30px);
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  transition: 0.2s;
}

.sec_faq .faq_wrap .faq_block .answer {
  display: none;
  background: #fff;
  margin: 0;
  font-size: 1.6rem;
  padding: 15px 15px 25px 80px;
  position: relative;
  font-size: clamp(14px, 1.4vw, 16px);
}
@media (max-width: 767px) {
  .sec_faq .faq_wrap .faq_block .answer {
    padding: 15px 15px 15px 70px;
  }
}
.sec_faq .faq_wrap .faq_block .answer:after {
  content: "A";
  position: absolute;
  top: 13px;
  left: 15px;
  color: #fff;
  background: #ff9921;
  font-size: 3.5rem;
  width: 1.8em;
  line-height: 1.65em;
  text-indent: 2px;
  aspect-ratio: 1/1;
  font-size: clamp(22px, 2.2vw, 30px);
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  transition: 0.2s;
}

.answer p {
    margin-top: 0px;
}
.question p {
    margin: 0px;
}

.sec_type02 {
  padding: 100px 0 50px;
}
@media (max-width: 767px) {
  .sec_type02 {
    padding: 50px 0 25px;
  }
}
.sec_type02 .tab_wrap .tab_btn_wrap {
  display: flex;
  margin: 0 0 20px;
}
.sec_type02 .tab_wrap .tab_btn_wrap .tab_btn {
  width: 50%;
  display: block;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  font-size: clamp(10px, 2vw, 30px);
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media (max-width: 767px) {
  .sec_type02 .tab_wrap .tab_btn_wrap .tab_btn {
    padding: 6px 0 10px;
  }
}
.sec_type02 .tab_wrap .tab_btn_wrap .tab_btn.color01 {
  background: #ff9921;
}
.sec_type02 .tab_wrap .tab_btn_wrap .tab_btn.color02 {
  background: #198ada;
}
.sec_type02 .tab_wrap .tab_btn_wrap .tab_btn.color03 {
  background: #29b60c;
}
.sec_type02 .tab_wrap .tab_content .tab_item {
  display: none;
}
.sec_type02 .tab_wrap .tab_content .tab_item.active {
  display: block;
}
.sec_type02 .table_default {
  width: 100%;
  border-collapse: collapse;
}
.sec_type02 .table_default th, .sec_type02 .table_default td {
  padding: 20px 30px;
  letter-spacing: 0.1em;
  border: 1px solid #000;
  text-align: left;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .sec_type02 .table_default th, .sec_type02 .table_default td {
    padding: 10px;
  }
}
.sec_type02 .table_default th {
  width: 28%;
  font-weight: 600;
  background: #f2f2f2;
}
@media (min-width: 768px) {
  .sec_type02 .table_default th {
    width: 20%;
    padding: 20px 60px;
  }
}

.sec_flow {
  padding: 50px 0 100px;
  background: url(/wp-content/uploads/2025/07/bg_img005.jpg) repeat-x bottom center/auto;
}
@media (max-width: 767px) {
  .sec_flow {
    padding: 25px 0 50px;
    background: url(/wp-content/uploads/2025/07/bg_img005.jpg) repeat-x bottom center/auto 50%;
  }
}
@media (max-width: 767px) {
  .sec_flow picture img {
    display: block;
    max-width: 66%;
    margin: 0 auto;
  }
}

.sec_entry {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .sec_entry {
    padding: 50px 0;
  }
}
.sec_entry a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}
.sec_entry .elementor-field-group {
  margin-top: 2em;
}
@media (max-width: 767px) {
  .sec_entry .elementor-field-group {
    margin-top: 1em;
  }
}
.sec_entry .elementor-field-group .elementor-field-label {
  margin: 0 0 10px;
}
.sec_entry .elementor-widget-form .elementor-button[type=submit] {
  background: none;
  margin-top: 2em;
  padding: 0;
}
@media (max-width: 767px) {
  .sec_entry .elementor-widget-form .elementor-button[type=submit] {
    margin-top: 1em;
  }
}
.sec_entry .elementor-widget-form .elementor-button[type=submit] img {
  cursor: pointer;
  transition: 0.2s;
}
.sec_entry .elementor-widget-form .elementor-button[type=submit] img:hover {
  opacity: 0.8;
}

.fixed_bnr {
  position: fixed;
  z-index: 99;
  right: 0;
  bottom: 15%;
}
@media (max-width: 767px) {
  .fixed_bnr {
    bottom: 0;
  }
}
.fixed_bnr .list_bnr {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 767px) {
  .fixed_bnr .list_bnr {
    display: flex;
  }
}
.fixed_bnr .list_bnr li a img {
  display: block;
  transition: 0.2s;
  max-width: 100%;
}
.fixed_bnr .list_bnr li a:hover img {
  opacity: 0.8;
}

/*
@media (max-width: 767px) {
  .elementor-widget-wrap {
    padding-bottom: 14vw;
  }
  .elementor-64 .elementor-element.elementor-element-7dd7d61 {
    bottom: 16vw;
  }
    }
*/

.wpcf7-form .form_wrap .table-default {
  width: 100%;
}
.wpcf7-form .form_wrap .table-default tr {
  display: block;
  margin-top: 30px;
}
.wpcf7-form .form_wrap .table-default th, .wpcf7-form .form_wrap .table-default td {
  display: block;
}
.wpcf7-form .form_wrap .table-default th > p, .wpcf7-form .form_wrap .table-default td > p {
  margin: 0;
  text-align: left;
  font-weight: 400;
  position: relative;
}
.wpcf7-form .form_wrap .table-default th > p:after, .wpcf7-form .form_wrap .table-default td > p:after {
  color: red;
  content: "*";
  padding-inline-start: 0.2em;
}
.wpcf7-form .form_wrap .table-default th .input_wrap p, .wpcf7-form .form_wrap .table-default td .input_wrap p {
  margin: 0;
}
.wpcf7-form .form_wrap .table-default th .input_wrap input, .wpcf7-form .form_wrap .table-default th .input_wrap textarea, .wpcf7-form .form_wrap .table-default td .input_wrap input, .wpcf7-form .form_wrap .table-default td .input_wrap textarea {
  padding: 15px;
}
@media (min-width: 768px) {
  .wpcf7-form .form_wrap .table-default th .input_wrap input, .wpcf7-form .form_wrap .table-default th .input_wrap textarea, .wpcf7-form .form_wrap .table-default td .input_wrap input, .wpcf7-form .form_wrap .table-default td .input_wrap textarea {
    width: 98%;
  }  
}
.wpcf7-form .form_button_wrap {
  margin-top: 40px;
}
.wpcf7-form .form_button_wrap p {
  text-align: center;
}
.wpcf7-form .form_button_wrap .form_button {
  height: auto;
  max-width: 100%;
  transition: .2s;
}
.wpcf7-form .form_button_wrap .form_button:hover {
  opacity: .7;
}