header {
  width: 100%;
  background: #fff;
  position: fixed;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 1000;
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  height: 77px;
  margin: 0 auto;
  padding: 5px 0 0;
}
header .inner .site_logo {
  max-width: 235px;
}
header .inner .header_txt {
  font-size: 18px;
  line-height: 1.5;
  color: #437007;
  margin: 0 50px 8px 40px;
}
header .inner .header_link {
  display: flex;
}
header .inner .header_link .header_mail {
  max-width: 289px;
  margin: 0 20px 5px 0;
}
header .inner .header_link .header_tel {
  max-width: 295px;
  margin-bottom: 5px;
}

.fv {
  padding-top: 77px;
}
.fv .top {
  height: 424px;
  background: url(../img/fv_bg.png) no-repeat center top;
  padding: 12px 0 0 24px;
}
.fv .top .fv_txt {
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
}
.fv .bottom {
  background: url(../img/fv_bg2.png) repeat center top;
  padding: 14px 0 12px;
}
.fv .bottom .fx_txt2 {
  max-width: 1100px;
  margin: 0 auto;
}

.section01 {
  background: url(../img/section01_bg.png) repeat center top;
}
.section01 .inner {
  position: relative;
  width: 1100px;
  padding: 22px 255px 22px 10px;
  margin: 0 auto;
}
.section01 .inner::before {
  content: "";
  position: absolute;
  width: 32%;
  aspect-ratio: 349/376;
  background: url(../img/section01_image.png) 0/contain no-repeat;
  bottom: 0;
  right: -46px;
}
.section01 .inner .read {
  color: #314c0c;
  font-size: 1.8em;
  font-weight: bold;
}
.section01 .inner .txt {
  color: #314c0c;
  font-size: 1.2em;
  font-weight: bold;
}
.section01 .inner .txt .orange {
  color: #ff4800;
}
.section01 .inner .txt .orange .font-up {
  font-size: 1.3em;
}

.section01 .cta_area {
  background: #fff;
  border: 4px solid #5f941b;
  border-radius: 10px;
  margin-top: 10px;
}
.section01 .cta_area .head {
  background: #5f941b;
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  border-radius: 6px 6px 0 0;
  padding: 8px 0;
}
.section01 .cta_area .head .main_time {
  position: relative;
  display: inline-block;
  font-size: 1.2em;
  margin-right: 20px;
  padding-left: 1em;
}
.section01 .cta_area .head .main_time::before {
  content: "";
  position: absolute;
  height: 100%;
  aspect-ratio: 1/1;
  left: -1em;
  background: url(../img/section01_ico.png) 0/contain no-repeat;
  top: 50%;
  transform: translateY(-50%);
}
.section01 .cta_area .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
}

.section02 {
  background: url(../img/section02_bg.png) repeat center top;
}
.section02 .ttl {
  position: relative;
  background: #ffe9b3;
  height: 153px;
}
.section02 .ttl h2 {
  position: absolute;
  max-width: 1100px;
  margin: 0 auto;
  top: -20px;
  left: 0;
  right: 0;
}

.section02 .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0 30px;
}
.section02 .inner .read {
  font-size: 2em;
  font-weight: bold;
  color: #ff9000;
}
.section02 .inner ul.discount {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
.section02 .inner ul.discount li {
  position: relative;
  width: 32%;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
.section02 .inner ul.discount li h3 {
  background: #319f2d;
  color: #fff;
  font-size: 1.6em;
  padding: 10px;
}
.section02 .inner ul.discount li .box {
  padding: 20px;
}
.section02 .inner ul.discount li .box .txt1 {
  font-size: 1.2em;
  line-height: 1.3;
}
.section02 .inner ul.discount li .box .txt1 .red {
  color: #be0000;
  font-weight: bold;
}
.section02 .inner ul.discount li .box .txt1 .red span {
  font-size: 1.6em;
}
.section02 .inner ul.discount li .box .txt2 {
  margin-top: 10px;
}
.section02 .inner ul.discount li .box .txt2 span {
  font-size: 0.9em;
}
.section02 .inner ul.discount li:nth-of-type(1) .box {
  background: url(../img/section02_bg1.png) no-repeat right 90%;
}
.section02 .inner ul.discount li:nth-of-type(1) .box .txt1 {
  padding: 12px 0;
}
.section02 .inner ul.discount li:nth-of-type(2) .box {
  background: url(../img/section02_bg2.png) no-repeat right 90%;
}
.section02 .inner ul.discount li:nth-of-type(3)::after {
  content: "";
  position: absolute;
  width: 141px;
  height: 141px;
  background: url(../img/section02_ico.png) no-repeat center top;
  top: -72px;
  right: -40px;
}
.section02 .inner ul.discount li:nth-of-type(3) .box {
  background: url(../img/section02_bg3.png) no-repeat right 90%;
}

.section02 ul.plan {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.section02 ul.plan li {
  width: 48%;
  margin-bottom: 30px;
}
.section02 ul.plan li:first-child {
  width: 100%;
}

.section02 .bottom_txt {
  margin-top: 40px;
}

.section_form {
  padding: 1em 0;
}

.inquiry_section {
  width: 80%;
  max-width: 600px;
  background: #fff;
  border: #ff4800 2px solid;
  margin: 0 auto;
}
.inquiry_section .form_title {
  background: #ff4800;
  color: #fff;
  font-size: 1.3em;
  margin-bottom: 1em;
  padding: 0.4em 0 0.3em;
}
.inquiry_section .form_title .sub_title {
  display: inline-block;
  background: #fff;
  color: #ff4800;
  font-size: 0.9em;
  border-radius: 6px;
  margin-bottom: 0.1em;
  padding: 0.2em 0.6em;
}
.inquiry_section .progress_bar {
  width: 90%;
  height: 4px;
  background: #eee;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 auto 1em;
}
.inquiry_section .progress_bar .progress_inner {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #e60000, #e68200);
  transition: width 0.4s ease;
}

.form_step {
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.form_step.active {
  display: block;
}
.form_step.fadein {
  opacity: 1;
}
.form_step h3 {
  font-size: 1.1em;
  margin-bottom: 0.8em;
}

.choice_buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 0;
  padding: 0 0.8em;
}
.choice_buttons input[type=radio] {
  display: none;
}
.choice_buttons .choice_label {
  display: block;
  width: 48%;
  background: #f9f9f9;
  font-size: 0.9em;
  font-weight: bold;
  border: 2px solid #ccc;
  border-radius: 8px;
  padding: 0.5em 0;
  cursor: pointer;
  transition: all 0.2s ease;
}
.choice_buttons input[type=radio]:checked + .choice_label {
  background: #ff9900;
  color: #fff;
}

.form_step h4 {
  width: 90%;
  text-align: left;
  margin: 0 auto 0.5em;
}
.form_step h4 .require {
  display: inline-block;
  background: #bb0000;
  color: #fff;
  font-size: 0.8em;
  font-weight: normal;
  border-radius: 5px;
  margin-left: 0.4em;
  padding: 0.2em 0.4em;
}
.form_step input[type=text], .form_step textarea {
  width: 90%;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 0.4em 0.6em;
  box-sizing: border-box;
}
.form_step textarea {
  height: 200px;
}
.form_step input.error, .form_step textarea.error {
  border: 2px solid #e63946;
  background-color: #fff5f5;
}

.confirm_area {
  width: 90%;
  border-collapse: collapse;
  border-spacing: 0;
  margin: auto;
}
.confirm_area th, .confirm_area td {
  font-size: 0.9em;
  border: 1px solid #bebebe;
  padding: 0.4em 0;
}

.form_step .buttons {
  width: 90%;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
.form_step button {
  background: #ff9900;
  color: #fff;
  border: none;
  font-weight: bold;
  border-radius: 6px;
  margin: 1em 0;
  padding: 0.3em 0.6em 0.5em;
  cursor: pointer;
  transition: background 0.2s ease;
}
.form_step button.next.disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
  transition: opacity 0.2s ease;
}
.form_step button.prev {
  background: #d6d6d6;
  color: #333;
}

.section03 {
  position: relative;
  background: url(../img/section03_bg.png) no-repeat center top;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}
.section03 .inner {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 60px;
}

.section04 {
  background: url(../img/section04_bg.png) repeat center top;
}
.section04 .inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 40px;
}
.section04 .inner .block2 {
  background: #fff;
  margin-top: 50px;
  border-radius: 10px;
  padding: 40px 30px 25px;
}
.section04 .inner .block2 p {
  text-align: left;
  margin-top: 20px;
  font-size: 0.9em;
}

.section05 {
  background: url(../img/section05_bg.png) repeat center top;
  padding-bottom: 40px;
}
.section05 h2 {
  width: 100%;
  height: 217px;
  background: url(../img/section05_ttl.png) no-repeat center top;
  color: #fff;
  font-size: 2.4em;
  padding-top: 15px;
}

.cv_section2 {
  background: linear-gradient(to right, #f1e078 0%, #cea318 30%, #f1e078 72%, #cfa61a 100%);
  padding: 7px 0;
}
.cv_section2 .wrap {
  background: url(../img/cv_section_bg.png) repeat center top;
}
.cv_section2 .wrap .inner {
  width: 924px;
  margin: 0 auto;
  padding: 20px 0;
}
.cv_section2 .wrap .inner .txt_wrap {
  background: url(../img/cv_section2_txt_tel.png) no-repeat center top;
  color: #4a4a4a;
  font-size: 2em;
  font-weight: bold;
  text-align: left;
  height: 58px;
  padding: 5px 0 0 85px;
}
.cv_section2 .wrap .inner .btn {
  margin-top: 10px;
}

.section06 h2 {
  background: url(../img/section06_ttl_bg.png) no-repeat center top;
  height: 180px;
  padding-top: 35px;
}
.section06 .wrap {
  background: url(../img/section06_bg.png) no-repeat center top;
}
.section06 .wrap .inner {
  width: 1100px;
  height: 1058px;
  text-align: left;
  margin: 0 auto;
}

.section07 {
  background: url(../img/section07_bg.png) repeat center top;
}
.section07 h2 {
  width: 100%;
  height: 217px;
  background: url(../img/section05_ttl.png) no-repeat center top;
  color: #fff;
  font-size: 2.5em;
  text-align: center;
  padding-top: 15px;
}
.section07 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px 0 40px;
}
.section07 ul li {
  width: 50%;
}

.section08 {
  background: url(../img/section08_bg.png) no-repeat center top;
}
.section08 .inner {
  width: 1100px;
  text-align: left;
  margin: 0 auto;
  padding: 50px 0 40px;
}
.section08 .inner .txt {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  margin-top: 25px;
}
.section08 .inner .txt .orange {
  color: #f57340;
}
.section08 .inner .txt .red {
  color: #c70202;
}
.section08 .inner ul {
  display: flex;
  justify-content: space-evenly;
  margin-top: 30px;
}

.section09 {
  background: url(../img/section04_bg.png) repeat center top;
  padding: 50px 0;
}
.section09 .inner {
  width: 1100px;
  background: #fff;
  border-radius: 10pxd;
  margin: 40px auto 0;
  padding: 30px 60px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
.section09 .inner ul li {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 50px;
}
.section09 .inner ul li::after {
  content: "";
  position: absolute;
  width: 846px;
  height: 9px;
  background: url(../img/section09_ico.png) no-repeat center top;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
}
.section09 .inner ul li h3 {
  text-align: left;
}
.section09 .inner ul li .images {
  margin-top: 10px;
}
.section09 .inner ul li .txt {
  background: #d4e3b8;
  font-size: 1.05em;
  text-align: left;
  border-radius: 10px;
  margin-top: 20px;
  padding: 20px;
}

.section10 {
  background: url(../img/section10_bg.png) repeat center top;
}
.section10 h2 {
  width: 100%;
  background: url(../img/section05_ttl.png) no-repeat center top;
  text-align: center;
  font-size: 2.4em;
  font-weight: bold;
  color: #fff;
  padding-top: 47px;
  height: 217px;
}

.section10 ul {
  width: 1100px;
  margin: 0 auto;
  padding: 20px 0 40px;
}
.section10 ul li {
  display: grid;
  grid-template-columns: 270px 1fr;
  grid-template-areas: "images right" "images txt";
  justify-items: start;
  justify-content: start;
  align-items: center;
  gap: 0 20px;
  background: #f8ffee;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.15);
}
.section10 ul li .image {
  grid-area: images;
}
.section10 ul li .right {
  grid-area: right;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section10 ul li .right .heading {
  color: #fb8e00;
  font-size: 34px;
  font-weight: bold;
  margin-top: 10px;
}
.section10 ul li .txt {
  grid-area: txt;
  font-size: 18px;
  text-align: left;
  margin-top: 10px;
}

.section11 {
  background: #ffedcf;
}
.section11 h2 {
  width: 100%;
  height: 217px;
  background: url(../img/section05_ttl.png) no-repeat center top;
  color: #fff;
  font-size: 40px;
  padding-top: 47px;
}

.section11 ul {
  width: 885px;
  margin: 0 auto;
  padding: 30px 0 60px;
}
.section11 ul li {
  border-bottom: 1px dotted #f95151;
  text-align: left;
  padding: 30px 20px;
}
.section11 ul li .question, .section11 ul li .answer {
  position: relative;
  padding-left: 60px;
}
.section11 ul li .question::before, .section11 ul li .answer::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 46px;
  height: 46px;
  margin-top: -23px;
}
.section11 ul li .trigger {
  position: relative;
}
.section11 ul li .trigger span {
  position: absolute;
  width: 34px;
  height: 34px;
  right: 10px;
  top: -2px;
  background: url(../img/section11_ico.png) no-repeat center top;
}
.section11 ul li .trigger.active span {
  background: url(../img/section11_ico_active.png) no-repeat center top;
}
.section11 ul li .question {
  font-size: 18px;
  font-weight: bold;
}
.section11 ul li .question::before {
  background: url(../img/section11_question.png) no-repeat center top;
}
.section11 ul li .answer {
  margin-top: 40px;
}
.section11 ul li .answer::before {
  background: url(../img/section11_answer.png) no-repeat center top;
}

.section12 {
  background: #f5f5f5;
  padding-bottom: 50px;
}
.section12 h2 {
  width: 100%;
  background: url(../img/section05_ttl.png) no-repeat center top;
  color: #fff;
  font-size: 2.4em;
  padding-top: 47px;
  height: 217px;
}

.section12 .inner {
  width: 885px;
  margin: 0 auto;
  padding: 40px 0 0;
}
.section12 .inner .read {
  background: #fff;
  font-size: 18px;
  border: 1px dotted #ff9000;
  padding: 20px 0;
}
.section12 .inner .read2 {
  font-size: 15px;
  text-align: left;
  margin-top: 20px;
}

.form_section {
  background: #fff;
  margin-top: 20px;
  border-radius: 10px;
  padding: 20px 40px 40px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2) inset;
}
.form_section [type=check], .form_section [type=radio], .form_section [type=submit] {
  cursor: pointer;
}
.form_section [type=check] + label, .form_section [type=radio] + label {
  display: inline-block;
  cursor: pointer;
}
.form_section [type=tel], .form_section [type=email], .form_section [type=text], .form_section [type=password], .form_section textarea, .form_section select {
  width: 100%;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 1em;
}
.form_section textarea {
  height: 200px;
}
.form_section input#zip1 {
  display: inline-block;
  width: 80px;
}
.form_section input#zip2 {
  display: inline-block;
  width: 150px;
  margin-bottom: 7px;
}
.form_section .checkbox input, .form_section .radio input {
  display: none;
}
.form_section .checkbox li, .form_section .radio li {
  margin-bottom: 6px;
}
.form_section .checkbox li label, .form_section .radio li label {
  display: block;
  background: #fff;
  padding: 10px 20px;
  border: 1px solid #ddd;
  border-left: 4px solid #ff9000;
  border-radius: 5px;
}
.form_section .checkbox li label:hover, .form_section .radio li label:hover {
  background: #f8f8f8;
}
.form_section .checkbox .parts, .form_section .radio .parts {
  position: relative;
  padding-left: 25px;
  line-height: 1;
}
.form_section .checkbox .parts::before, .form_section .radio .parts::before {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  border: 1px solid #ccc;
}
.form_section .parts::before {
  width: 15px;
  height: 15px;
  border-radius: 4px;
}
.form_section .parts::before {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.form_section .radio input:checked + .parts {
  color: #ff9000;
}
.form_section .radio input:checked + .parts::after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  background: #ff9000;
  top: 10px;
  left: 4px;
  border-radius: 50%;
}
.form_section input:checked + .parts {
  color: #ff9000;
}
.form_section input:checked + .parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #ff9000;
  border-right: 3px solid #ff9000;
}
.form_section table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.form_section table tr {
  border-bottom: 1px solid #ddd;
}
.form_section table th, .form_section table td {
  vertical-align: top;
  text-align: left;
  padding: 25px 20px 20px;
}
.form_section table th {
  position: relative;
  width: 240px;
}
.form_section table td {
  position: relative;
}
.form_section span.require, .form_section span.option {
  position: absolute;
  display: inline-block;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.07em;
  margin-top: -12px;
  padding: 3px 10px;
  top: 40px;
  right: 15px;
}
.form_section span.require {
  background: #cb1c1c;
}
.form_section span.option {
  background: #1c77cb;
}
.form_section p.ermsg {
  font-size: 11px;
  color: #C20003;
  margin-bottom: 3px;
  position: absolute;
  top: 5px;
  left: 20px;
}
.form_section [type=submit] {
  display: block;
  border: none;
  border-bottom: 5px solid #800f0f;
  background: #f05b1b;
  background: linear-gradient(to bottom, #f05b1b 1%, #c00000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f05b1b", endColorstr="#c00000", GradientType=0);
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
  font-weight: bold;
  width: 400px;
  margin: 25px auto;
  transition: 0.3s;
}

footer {
  background: #f5f5f5;
}
footer .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
}
footer .inner .f_nav {
  margin-left: 50px;
}
footer .inner .f_nav ul {
  display: flex;
}
footer .inner .f_nav ul li {
  margin: 0 20px;
}
footer .copyright {
  background: #437007;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 14px 0;
}

.page_top {
  position: relative;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  width: 50px;
  height: 50px;
  background: rgba(255, 144, 0, 0.75);
  text-align: center;
  color: #fff;
  font-size: 30px;
  text-decoration: none;
  border-radius: 50%;
  transition: 0s;
}
.page_top::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-top: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.page {
  background: #eaf1cd;
  position: relative;
  margin-top: 77px;
  padding: 0 0 40px;
}
.page h2 {
  background: #437007;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding: 25px 0;
}
.page .page_wrap {
  width: 900px;
  margin: 40px auto 0;
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}
.page .page_wrap p {
  text-align: left;
}
.page .page_wrap h3 {
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
  margin: 30px 0 10px;
}

.thanks_title {
  background: #437007;
  color: #fff;
  font-size: 2em;
  margin: 77px 0 1.2em;
  padding: 1em 0;
}

.thanks_con {
  max-width: 750px;
  margin-inline: auto;
}
.thanks_con h2 {
  font-size: 1.6em;
  margin-bottom: 1em;
}
.thanks_con p {
  width: 94%;
  text-align: left;
  margin: 0 auto 1.2em;
}