@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: YuGothic, "Yu Gothic", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.07em;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.7;
}

table {
  border-collapse: collapse;
}

.wrapper {
  overflow: hidden;
}

.content {
  width: 750px;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

button {
  appearance: none;
  border: none;
  box-shadow: none;
  background: none;
}

header {
  position: fixed;
  top: 0;
  left: 50%;
  width: 750px;
  transform: translateX(-50%);
  background: #fff;
  border-bottom: 1px solid #b5b5b5;
  z-index: 100;
}
header .inner {
  display: flex;
  align-items: center;
}
header .inner h1 {
  width: 45.4%;
  display: flex;
  justify-content: center;
}
header .inner nav {
  width: 54.6%;
}
header .inner nav ul {
  display: flex;
}
header .inner nav ul li:nth-child(1) {
  width: 23.9%;
}
header .inner nav ul li:nth-child(2) {
  width: 76.1%;
}

.fv {
  margin-top: 16%;
}

.cta {
  position: relative;
}
.cta .btn {
  position: absolute;
  bottom: 11.1%;
  left: 50%;
  transform: translateX(-50%);
  width: 81.3%;
}

.page__section-container {
  margin-top: 121px;
  padding-top: 80px;
}
.page__section-container .inner {
  margin-right: auto;
  margin-left: auto;
}
.page__section-container .inner .page__section-text {
  margin-top: clamp(2.5rem, 1.74rem + 3.24vw, 3.75rem);
  line-height: 2.5;
  text-align: center;
}

.page__section + .page__section {
  margin-top: clamp(2.5rem, 0.981rem + 6.48vw, 5rem);
}

.common-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(1.625rem, 0.789rem + 3.57vw, 3rem);
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
.common-heading::after {
  display: block;
  width: 100%;
  max-width: clamp(3.75rem, 2.231rem + 6.48vw, 6.25rem);
  height: clamp(0.25rem, 0.174rem + 0.32vw, 0.375rem);
  margin-top: 1.5rem;
  content: "";
  background-image: linear-gradient(135deg, #151515 50%, #63c5eb 50%);
}

footer {
  padding-top: 100px;
  text-align: center;
}
footer h1 span {
  font-size: 30px;
  display: block;
  margin-top: 10px;
}
footer .btn {
  margin-top: 70px;
}
footer .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: bold;
  width: 517px;
  height: 100px;
  border-radius: 50px;
  border: 2px solid #000;
  margin: 0 auto;
}
footer .copy {
  margin-top: 70px;
  background: #2f93f0;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  padding: 40px 0 35px;
}

@media (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .content {
    width: 100%;
  }
  header {
    width: 100%;
  }
  header h1 {
    text-align: center;
  }
  header h1 img {
    width: 80%;
  }
  .page__section-container {
    margin-top: 16.2vw;
    padding-top: 8vw;
  }
  .page__section-container .inner {
    width: 90%;
  }
  .page__section-container .inner .page__section-text {
    text-align: left;
    line-height: 1.5;
  }
  footer {
    padding-top: 13.333vw;
  }
  footer h1 img {
    width: 58.133vw;
  }
  footer h1 span {
    font-size: 4vw;
    margin-top: 1.333vw;
  }
  footer .btn {
    margin-top: 9.333vw;
  }
  footer .btn a {
    font-size: 4vw;
    width: 68.933vw;
    height: 13.333vw;
    border-width: 0.266vw;
  }
  footer .copy {
    margin-top: 9.333vw;
    font-size: 2.666vw;
    line-height: 3.466vw;
    padding: 5.333vw 0 4.666vw;
  }
}
html {
  scroll-behavior: smooth;
}

#top .cnt01 {
  position: relative;
}
#top .cnt01 .nayami li {
  position: absolute;
  color: #fff;
  font-size: 30px;
  line-height: 1.53;
  font-weight: bold;
  text-align: center;
}
#top .cnt01 .nayami li:nth-child(1) {
  top: 30.6%;
  left: 13.7%;
}
#top .cnt01 .nayami li:nth-child(2) {
  top: 34.6%;
  right: 9.2%;
}
#top .cnt01 .nayami li:nth-child(3) {
  bottom: 24.4%;
  left: 7.5%;
}
#top .cnt01 .nayami li:nth-child(4) {
  bottom: 22.2%;
  right: 10.7%;
}
#top .cnt01 .other {
  position: absolute;
  left: 0;
  bottom: 4%;
  width: 100%;
}
#top .cnt01 .other .ttl {
  background: #919191;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  width: 140px;
  margin: 0 auto 26px;
  padding: 3px 0;
  text-align: center;
}
#top .cnt01 .other ul {
  width: fit-content;
  margin: 0 auto;
}
#top .cnt01 .other ul li {
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
  display: flex;
  align-items: center;
}
#top .cnt01 .other ul li::before {
  content: "";
  display: block;
  width: 34px;
  height: 30px;
  background: url(../img/icon_check.png) no-repeat center/contain;
  margin-right: 9px;
}
#top .cnt02 {
  position: relative;
}
#top .cnt02 .point {
  position: absolute;
  top: 10.5%;
  left: 0;
  width: 100%;
}
#top .cnt02 .point li {
  padding: 5% 4% 3.5%;
}
#top .cnt02 .point li .ttl {
  color: #2f93f0;
  font-size: 52px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-left: 23.1%;
  font-feature-settings: "palt";
  margin-bottom: 4.2%;
}
#top .cnt02 .point li .desc {
  font-size: 28px;
  line-height: 1.42;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-left: 4.1%;
  width: 66.4%;
}
#top .cnt02 .point li:not(:last-child) {
  margin-bottom: 5.4%;
}
#top .cnt02 .jisseki {
  position: absolute;
  top: 50.8%;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 36px;
  line-height: 1.66;
  font-weight: bold;
  font-feature-settings: "palt";
}
#top .cnt02 .jisseki span {
  color: #f0385e;
  letter-spacing: 0.05em;
}
#top .cnt02 .nayami {
  position: absolute;
  left: 0;
  top: 69%;
  padding: 0 4%;
  width: 100%;
}
#top .cnt02 .nayami li {
  padding-top: 3.8%;
}
#top .cnt02 .nayami li .q {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.38;
  color: #fff;
  margin-left: 21.2%;
  padding: 3% 0;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  margin-bottom: 5%;
}
#top .cnt02 .nayami li .a {
  font-size: 28px;
  line-height: 1.42;
  font-weight: bold;
  margin-left: 10.6%;
  padding: 3.7% 0;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
#top .cnt02 .nayami li:not(:last-child) {
  margin-bottom: 4.3%;
}
#top .cnt02 .nayami li:nth-child(3) .q {
  padding: 3.7% 0;
}
#top .cnt03 {
  position: relative;
}
#top .cnt03 ul {
  position: absolute;
  top: 21.5%;
  left: 0;
  width: 100%;
}
#top .cnt03 ul li {
  color: #fff;
  font-size: 28px;
  line-height: 1.6;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  padding-top: 14.6%;
  padding-left: 4%;
  padding-right: 46%;
}
#top .cnt03 ul li span {
  color: #fff799;
}
#top .cnt03 ul li:nth-child(2n+1) {
  padding-left: 46%;
  padding-right: 4%;
}
#top .cnt03 ul li:not(:last-child) {
  margin-bottom: 10.5%;
}
#top .cnt03 ul li:nth-child(2) {
  margin-bottom: 13%;
}
#top .cnt04 {
  position: relative;
}
#top .cnt04 h2 {
  position: absolute;
  top: 4.5%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 40px;
  line-height: 75px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
#top .cnt04 h2 span {
  font-size: 60px;
  color: #2f93f0;
}
#top .cnt04 .desc {
  position: absolute;
  bottom: 39.4%;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.42;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
#top .cnt05 {
  position: relative;
}
#top .cnt05 h2 {
  position: absolute;
  top: 4%;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 50px;
  padding: 0 4%;
  line-height: 88px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
#top .cnt05 h2 span {
  font-size: 100px;
}
#top .cnt05 table {
  position: absolute;
  top: 21.8%;
  left: 0;
  width: 100%;
}
#top .cnt05 table tr th, #top .cnt05 table tr td {
  width: 50%;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  height: 80px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
#top .cnt05 table tr th span, #top .cnt05 table tr td span {
  font-size: 50px;
}
#top .cnt05 table tr th:nth-child(1), #top .cnt05 table tr td:nth-child(1) {
  font-size: 27px;
  padding-left: 4%;
}
#top .cnt05 table tr th:nth-child(2), #top .cnt05 table tr td:nth-child(2) {
  padding-right: 4%;
}
#top .cnt05 table tr:nth-child(1) th {
  height: 99px;
  font-size: 30px;
}
#top .cnt05 table tr:nth-child(1) th:nth-child(2) {
  padding-bottom: 19px;
}
#top .cnt05 .kinri {
  position: absolute;
  bottom: 5.5%;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
#top .cnt05 .kinri .ttl {
  color: #fff;
  font-size: 29px;
  margin-bottom: 26px;
}
#top .cnt05 .kinri h3 {
  font-size: 30px;
  color: #fff;
}
#top .cnt05 .kinri h3 span {
  font-size: 40px;
}
#top .cnt05 .kinri .desc {
  font-size: 28px;
  line-height: 1.6;
  padding: 5.7% 0;
}
#top .cnt06 {
  position: relative;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
#top .cnt06 .hoshou {
  padding: 0 13%;
  position: absolute;
  bottom: 20.3%;
  left: 0;
  width: 100%;
}
#top .cnt06 .hoshou .desc {
  font-size: 36px;
  line-height: 1.66;
}
#top .cnt06 .hoshou .from {
  margin-top: 37px;
  text-align: right;
  font-size: 28px;
}
#top .cnt07 {
  position: relative;
}
#top .cnt07 h2 {
  position: absolute;
  top: 4.3%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 40px;
  line-height: 64px;
}
#top .cnt07 h2 span {
  display: block;
  font-size: 60px;
  color: #f08200;
}
#top .cnt07 .point {
  position: absolute;
  text-align: center;
  bottom: 7.4%;
  left: 0;
  width: 100%;
  font-size: 28px;
  line-height: 1.6;
  font-weight: bold;
}
#top .cnt07 .point span {
  color: #f08200;
}
#top .cnt08 {
  position: relative;
}
#top .cnt08 h2 {
  position: absolute;
  top: 2.6%;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
}
#top .cnt08 ul {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  padding: 0 4%;
}
#top .cnt08 ul li {
  padding-top: 17.6%;
  font-weight: bold;
}
#top .cnt08 ul li .ttl {
  text-align: center;
  color: #2f93f0;
  font-size: 40px;
  margin-bottom: 43%;
}
#top .cnt08 ul li .desc {
  font-size: 28px;
  line-height: 1.6;
  padding: 0 7%;
}
#top .cnt08 ul li:not(:last-child) {
  margin-bottom: 17.5%;
}
#top .cnt09 {
  position: relative;
}
#top .cnt09 .catch {
  position: absolute;
  top: 18.2%;
  left: 4%;
}
#top .cnt09 .catch span {
  background: #fff;
  color: #2f93f0;
  font-size: 40px;
  line-height: 1;
  display: block;
  width: fit-content;
  font-weight: bold;
  padding: 5px;
}
#top .cnt09 .catch span:not(:last-child) {
  margin-bottom: 20px;
}
#top .cnt09 .desc {
  position: absolute;
  bottom: 8.6%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 1.8;
  font-weight: bold;
}
#top .cnt10 {
  background: #d0e8ff;
  padding: 75px 4% 70px;
}
#top .cnt10 h2 {
  text-align: center;
  font-size: 60px;
  line-height: 1;
  color: #2f93f0;
  margin-bottom: 70px;
  position: relative;
}
#top .cnt10 h2::after {
  content: "";
  display: block;
  width: 200px;
  height: 15px;
  background: url(../img/h2_line.svg) no-repeat center/contain;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
}
#top .cnt10 .accordion .question {
  background: #fff;
  border-radius: 10px;
  padding: 30px 23px;
  display: flex;
  cursor: pointer;
  position: relative;
}
#top .cnt10 .accordion .question .num {
  background: #2f93f0;
  color: #fff;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  flex-shrink: 0;
}
#top .cnt10 .accordion .question .txt {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.48;
  margin-left: 20px;
}
#top .cnt10 .accordion .question::after {
  content: "+";
  display: block;
  font-size: 60px;
  line-height: 1;
  font-weight: 500;
  color: #2f93f0;
  position: absolute;
  right: 11px;
  top: 35px;
}
#top .cnt10 .accordion .question:not(:first-child) {
  margin-top: 20px;
}
#top .cnt10 .accordion .question.open::after {
  content: "-";
}
#top .cnt10 .accordion .answer {
  margin-top: 8px;
  display: none;
}
#top .cnt10 .accordion .answer .row {
  background: #fff;
  border-radius: 10px;
  padding: 30px 48px 30px 23px;
  display: flex;
}
#top .cnt10 .accordion .answer .row .num {
  border: 2px solid #2f93f0;
  color: #2f93f0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  flex-shrink: 0;
}
#top .cnt10 .accordion .answer .row .txt {
  font-size: 24px;
  line-height: 1.66;
  margin-left: 20px;
}
#top .cnt11 {
  position: relative;
}
#top .cnt11 h2 {
  position: absolute;
  top: 4.1%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 36px;
  line-height: 54px;
}
#top .cnt11 h2 span {
  font-size: 50px;
}
#top .cnt11 ul {
  position: absolute;
  top: 20.3%;
  left: 0;
  width: 100%;
  padding: 0 4%;
}
#top .cnt11 ul li {
  font-size: 36px;
  line-height: 1.66;
  font-weight: bold;
  margin-left: 52.1%;
}
#top .cnt11 ul li span {
  color: #f08200;
}
#top .cnt11 ul li:nth-child(2n) {
  margin-left: 0;
}
#top .cnt11 ul li:nth-child(1) {
  margin-bottom: 29.5%;
}
#top .cnt11 ul li:nth-child(2) {
  margin-bottom: 27.3%;
}
#top #form {
  background: #d0e8ff;
  padding-top: 121px;
  margin-top: -121px;
}
#top #form .inner {
  padding: 70px 30px;
}
#top #form .inner .sub {
  color: #fff;
  background: #2f93f0;
  font-size: 30px;
  text-align: center;
  margin: 0 auto 30px;
  width: fit-content;
  padding: 15px 25px;
  line-height: 1;
  font-weight: bold;
  position: relative;
}
#top #form .inner .sub::after {
  content: "";
  display: block;
  border: 10px solid transparent;
  border-top: 11px solid #2f93f0;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
#top #form .inner h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 60px;
  line-height: 1;
  color: #2f93f0;
  margin-bottom: 90px;
}
#top #form .inner h2::after {
  content: "";
  display: block;
  width: 200px;
  height: 4px;
  background: #2f93f0;
  margin-top: 15px;
}
#top #form .inner .form_area {
  background: #fff;
  padding: 70px 40px;
}
#top #form .inner .form_area .intro {
  text-align: center;
  font-size: 30px;
  line-height: 1.53;
  font-weight: bold;
  margin-bottom: 40px;
}
#top #form .inner .form_area .list .item {
  border-top: 2px solid #000;
  padding: 40px 0;
}
#top #form .inner .form_area .list .item .q {
  display: flex;
  align-items: flex-start;
  font-weight: bold;
  font-size: 28px;
}
#top #form .inner .form_area .list .item .q span {
  color: #fff;
  text-align: center;
  width: 80px;
  padding: 7px 0 4px;
  margin-right: 12px;
  line-height: 1;
}
#top #form .inner .form_area .list .item .q span.required {
  background: #f02f58;
}
#top #form .inner .form_area .list .item .q span.option {
  background: #666;
}
#top #form .inner .form_area .list .item .a {
  padding-left: 94px;
  font-size: 20px;
}
#top #form .inner .form_area .list .item .a input[type=radio] {
  width: 0;
  height: 0;
  display: inline;
}
#top #form .inner .form_area .list .item .a input[type=radio] + label {
  line-height: 1;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 28px;
  position: relative;
}
#top #form .inner .form_area .list .item .a input[type=radio] + label::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: #bababa;
  border-radius: 50%;
  margin-right: 17px;
}
#top #form .inner .form_area .list .item .a input[type=radio]:checked + label::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #2f93f0;
  position: absolute;
  top: 9px;
  left: 6px;
  border-radius: 50%;
}
#top #form .inner .form_area .list .item .a p {
  margin-top: 10px;
}
#top #form .inner .form_area .list .item .a input[type=text],
#top #form .inner .form_area .list .item .a input[type=tel],
#top #form .inner .form_area .list .item .a input[type=email],
#top #form .inner .form_area .list .item .a textarea,
#top #form .inner .form_area .list .item .a select {
  width: 100%;
  padding: 0.5rem;
  line-height: 1.5;
  background-color: #eee;
  border: 1px solid #babbbb;
  font-size: 20px;
}
#top #form .inner .form_area .list .item .a input[type=text]::placeholder,
#top #form .inner .form_area .list .item .a input[type=tel]::placeholder,
#top #form .inner .form_area .list .item .a input[type=email]::placeholder,
#top #form .inner .form_area .list .item .a textarea::placeholder,
#top #form .inner .form_area .list .item .a select::placeholder {
  font-size: inherit;
}
#top #form .inner .form_area .list .item .a input[name=zipcode1] {
  width: 210px;
  margin-right: 10px;
}
#top #form .inner .form_area .list .item .a input[name=zipcode2] {
  width: 210px;
  margin-left: 10px;
}
#top #form .inner .form_area .list .item .a input[name=amount] {
  width: 210px;
  margin-right: 10px;
}
#top #form .inner .form_area .list .item .a select {
  width: 210px;
}
#top #form .inner .form_area .list .item:last-child {
  border-bottom: 2px solid #000;
}
#top #form .inner .form_area button {
  margin-top: 70px;
  display: block;
  cursor: pointer;
  transition: 0.3s;
}
#top #form .inner .form_area button:hover {
  opacity: 0.7;
}
#top #form .inner .form_area .caution {
  margin-top: 75px;
  background: #ebebeb;
  padding: 50px 25px;
}
#top #form .inner .form_area .caution .main {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 35px;
}
#top #form .inner .form_area .caution ul li {
  font-size: 24px;
  line-height: 1.66;
}

body {
  color: #370000;
  background-color: #eee;
}

main {
  background-color: #fff;
}

.jost {
  font-family: "Jost", sans-serif;
}

@media (max-width: 750px) {
  #top .cnt01 .nayami li {
    font-size: 4vw;
  }
  #top .cnt01 .other .ttl {
    font-size: 5.333vw;
    width: 18.666vw;
    margin-bottom: 4vw;
  }
  #top .cnt01 .other ul li {
    font-size: 4vw;
  }
  #top .cnt01 .other ul li::before {
    width: 4.533vw;
    height: 4vw;
  }
  #top .cnt02 .point li .ttl {
    font-size: 6.933vw;
  }
  #top .cnt02 .point li .desc {
    font-size: 3.733vw;
  }
  #top .cnt02 .point li:not(:last-child) {
    margin-bottom: 5%;
  }
  #top .cnt02 .jisseki {
    font-size: 4.8vw;
  }
  #top .cnt02 .nayami li .q {
    font-size: 4.6vw;
  }
  #top .cnt02 .nayami li .a {
    font-size: 3.5vw;
  }
  #top .cnt02 .nayami li:not(:last-child) {
    margin-bottom: 5.2vw;
  }
  #top .cnt03 ul li {
    font-size: 3.5vw;
    padding-top: 15.2vw;
  }
  #top .cnt04 h2 {
    font-size: 5.333vw;
    line-height: 10vw;
  }
  #top .cnt04 h2 span {
    font-size: 8vw;
  }
  #top .cnt04 .desc {
    font-size: 3.733vw;
  }
  #top .cnt05 h2 {
    font-size: 6.666vw;
    line-height: 11.733vw;
  }
  #top .cnt05 h2 span {
    font-size: 13.333vw;
  }
  #top .cnt05 table tr th, #top .cnt05 table tr td {
    height: 10.666vw;
  }
  #top .cnt05 table tr th span, #top .cnt05 table tr td span {
    font-size: 6.666vw;
  }
  #top .cnt05 table tr th:nth-child(1), #top .cnt05 table tr td:nth-child(1) {
    font-size: 3.6vw;
  }
  #top .cnt05 table tr th:nth-child(2), #top .cnt05 table tr td:nth-child(2) {
    font-size: 3.733vw;
  }
  #top .cnt05 table tr:nth-child(1) th {
    height: 13.2vw;
    font-size: 4vw;
  }
  #top .cnt05 table tr:nth-child(1) th:nth-child(2) {
    padding-bottom: 2vw;
  }
  #top .cnt05 table tr:nth-child(1) th:nth-child(2) img {
    width: 35.466vw;
  }
  #top .cnt05 .kinri .ttl {
    font-size: 3.866vw;
    margin-bottom: 2.666vw;
  }
  #top .cnt05 .kinri h3 {
    font-size: 4vw;
    margin-bottom: 0.6vw;
  }
  #top .cnt05 .kinri h3 span {
    font-size: 5.333vw;
  }
  #top .cnt05 .kinri .desc {
    font-size: 3.5vw;
    padding: 6.3vw 0;
  }
  #top .cnt06 .hoshou .desc {
    font-size: 4.8vw;
  }
  #top .cnt06 .hoshou .from {
    margin-top: 4.933vw;
    font-size: 3.733vw;
  }
  #top .cnt07 h2 {
    font-size: 5.333vw;
    line-height: 8.533vw;
  }
  #top .cnt07 h2 span {
    font-size: 8vw;
  }
  #top .cnt07 .point {
    bottom: 20vw;
    font-size: 3.4vw;
  }
  #top .cnt08 h2 {
    font-size: 8vw;
  }
  #top .cnt08 ul li .ttl {
    font-size: 5.333vw;
  }
  #top .cnt08 ul li .desc {
    font-size: 3.733vw;
  }
  #top .cnt09 .catch span {
    font-size: 5.333vw;
    padding: 0.666vw;
  }
  #top .cnt09 .catch span:not(:last-child) {
    margin-bottom: 2.666vw;
  }
  #top .cnt09 .desc {
    font-size: 4vw;
  }
  #top .cnt10 {
    padding: 10vw 4%;
  }
  #top .cnt10 h2 {
    font-size: 8vw;
    margin-bottom: 9.333vw;
  }
  #top .cnt10 h2::after {
    width: 26.666vw;
    height: 2vw;
    top: calc(100% + 2.666vw);
  }
  #top .cnt10 .accordion .question {
    padding: 4vw 3.066vw;
    border-radius: 1.333vw;
  }
  #top .cnt10 .accordion .question .num {
    width: 9.333vw;
    height: 9.333vw;
    font-size: 4vw;
  }
  #top .cnt10 .accordion .question .txt {
    font-size: 3.6vw;
    margin-left: 2.666vw;
  }
  #top .cnt10 .accordion .question::after {
    font-size: 8vw;
    right: 1.466vw;
    top: 4.666vw;
  }
  #top .cnt10 .accordion .question:not(:first-child) {
    margin-top: 2.666vw;
  }
  #top .cnt10 .accordion .answer {
    margin-top: 1.066vw;
    border-radius: 1.333vw;
  }
  #top .cnt10 .accordion .answer .row {
    padding: 4vw 6.4vw 4vw 3.066vw;
  }
  #top .cnt10 .accordion .answer .row .num {
    width: 9.333vw;
    height: 9.333vw;
    font-size: 4vw;
  }
  #top .cnt10 .accordion .answer .row .txt {
    font-size: 3.2vw;
    margin-left: 2.666vw;
  }
  #top .cnt11 h2 {
    font-size: 4.8vw;
    line-height: 7.2vw;
  }
  #top .cnt11 h2 span {
    font-size: 6.666vw;
  }
  #top .cnt11 ul li {
    font-size: 4.4vw;
    margin-left: 51.5%;
  }
  #top .cnt11 ul li:nth-child(1) {
    margin-bottom: 30vw;
  }
  #top .cnt11 ul li:nth-child(2) {
    margin-bottom: 30vw;
  }
  #top #form .inner {
    padding: 9.3vw 4vw;
  }
  #top #form .inner .sub {
    font-size: 4vw;
    margin: 0 auto 4vw;
    padding: 2vw 3.3vw;
  }
  #top #form .inner h2 {
    font-size: 8vw;
    margin-bottom: 12vw;
  }
  #top #form .inner .form_area {
    padding: 9.3vw 5.3vw;
  }
  #top #form .inner .form_area .intro {
    font-size: 4vw;
    margin-bottom: 5.3vw;
  }
  #top #form .inner .form_area .list .item {
    border-top: 0.2vw solid #000;
    padding: 5.3vw 0;
  }
  #top #form .inner .form_area .list .item .q {
    font-size: 3.6vw;
  }
  #top #form .inner .form_area .list .item .q span {
    width: 10.6vw;
    padding: 0.9vw 0 0.5vw;
    margin-right: 1.6vw;
  }
  #top #form .inner .form_area .list .item .a {
    padding-left: 12.5vw;
    font-size: 14px;
  }
  #top #form .inner .form_area .list .item .a .radio p {
    display: flex;
  }
  #top #form .inner .form_area .list .item .a input[type=radio] + label {
    font-size: 3.7vw;
  }
  #top #form .inner .form_area .list .item .a input[type=radio] + label::before {
    width: 2.9vw;
    height: 2.9vw;
    margin-right: 2.2vw;
  }
  #top #form .inner .form_area .list .item .a input[type=radio]:checked + label::after {
    width: 1.3vw;
    height: 1.3vw;
    top: 1.2vw;
    left: 0.8vw;
  }
  #top #form .inner .form_area .list .item .a input[type=text],
  #top #form .inner .form_area .list .item .a input[type=tel],
  #top #form .inner .form_area .list .item .a input[type=email],
  #top #form .inner .form_area .list .item .a textarea,
  #top #form .inner .form_area .list .item .a select {
    font-size: 14px;
  }
  #top #form .inner .form_area .list .item .a input[name=zipcode1],
  #top #form .inner .form_area .list .item .a input[name=zipcode2] {
    width: 100px;
  }
  #top #form .inner .form_area .list .item:last-child {
    border-bottom: 0.2vw solid #000;
  }
  #top #form .inner .form_area button {
    margin-top: 9.3vw;
  }
  #top #form .inner .form_area .caution {
    margin-top: 10vw;
    padding: 6.6vw 3.3vw;
  }
  #top #form .inner .form_area .caution .main {
    font-size: 3.7vw;
    margin-bottom: 4.6vw;
  }
  #top #form .inner .form_area .caution ul li {
    font-size: 3.2vw;
  }
}
.poyopoyo {
  animation: poyopoyo 3s ease-out infinite;
  opacity: 1;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.js-acord-btn:hover {
  cursor: pointer;
}

.contentArea {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.orange {
  color: #ff6f18;
}

.yellow_under {
  background-image: repeating-linear-gradient(-60deg, #fff153 0, #fff153 0.6666666667vw, transparent 0.6666666667vw, transparent 0.9333333333vw);
  background-repeat: no-repeat;
  background-size: 100% 0.4em;
  background-position: bottom;
}
@media screen and (min-width: 751px), print {
  .yellow_under {
    background-image: repeating-linear-gradient(-60deg, #fff153 0, #fff153 5px, transparent 5px, transparent 7px);
  }
}

.mvArea {
  height: 206.9333333333vw;
  position: relative;
}
@media screen and (min-width: 751px), print {
  .mvArea {
    height: 1552px;
  }
}
.mvArea h1 {
  height: 100%;
}
.mvArea h1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.mvArea .txt {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 3.4666666667vw;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  position: absolute;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 58.1333333333vw;
}
@media screen and (min-width: 751px), print {
  .mvArea .txt {
    font-size: 26px;
    bottom: 436px;
  }
}
.mvArea .txt .blinking-text {
  color: #ff6f18;
  font-size: 4.6666666667vw;
  line-height: 1;
  display: inline-block;
  background-color: #fff;
  padding: 1.0666666667vw 2vw;
  margin: 0 0.8vw;
}
@media screen and (min-width: 751px), print {
  .mvArea .txt .blinking-text {
    font-size: 35px;
    padding: 8px 15px;
    margin: 0 6px;
  }
}
.mvArea .note {
  text-align: center;
  width: 100%;
  font-size: 2.1333333333vw;
  color: #fff;
  position: absolute;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 53.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .mvArea .note {
    font-size: 16px;
    bottom: 400px;
  }
}
.mvArea .btn_1 {
  border-radius: 100px;
  width: 89.3333333333vw;
  max-width: 670px;
  margin: 0 auto;
  filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.4));
  position: absolute;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 32vw;
}
@media screen and (min-width: 751px), print {
  .mvArea .btn_1 {
    bottom: 240px;
  }
}
.mvArea .btn_1 a {
  transition: all ease 0.2s;
  display: block;
}
.mvArea .btn_1 a:hover {
  opacity: 1;
  transform: scale(1.01);
}
.mvArea .btn_2 {
  border-radius: 100px;
  width: 89.3333333333vw;
  max-width: 670px;
  margin: 0 auto;
  filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.4));
  position: absolute;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 9.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .mvArea .btn_2 {
    bottom: 70px;
    width: 670px;
  }
}
.mvArea .btn_2 a {
  transition: all ease 0.3s;
  display: block;
  transition: all ease 0.3s;
}
.mvArea .btn_2 a:hover {
  opacity: 1;
  transform: scale(1.01);
}

.kaiketsuArea {
  background-color: #fef3d7;
  padding-top: 8vw;
  margin-top: -10.6666666667vw;
  padding-bottom: 10.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea {
    padding-top: 60px;
    margin-top: -80px;
    padding-bottom: 80px;
  }
}
.kaiketsuArea-ttl {
  width: 93.6vw;
  margin: 0 auto;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea-ttl {
    width: 702px;
  }
}
.kaiketsuArea-box {
  width: 89.3333333333vw;
  max-width: 670px;
  margin: 0 auto;
  border-radius: 2.6666666667vw;
  overflow: hidden;
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea-box {
    border-radius: 20px;
    margin-top: 50px;
  }
}
.kaiketsuArea-btn {
  font-size: 6vw;
  line-height: 1.44;
  font-weight: 700;
  background-color: #ff6f18;
  color: #fff;
  position: relative;
  padding: 2.6666666667vw;
  padding-right: 14.6666666667vw;
  padding-left: 5.3333333333vw;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea-btn {
    font-size: 45px;
    padding: 20px;
    padding-right: 110px;
    padding-left: 40px;
  }
}
.kaiketsuArea-btn .yellow {
  color: #fff153;
}
.kaiketsuArea-btn .circle {
  display: block;
  border-radius: 100px;
  width: 4.8vw;
  height: 4.8vw;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 5.0666666667vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea-btn .circle {
    width: 36px;
    height: 36px;
    right: 38px;
  }
}
.kaiketsuArea-btn:before {
  content: "";
  width: 2.6666666667vw;
  height: 0.5333333333vw;
  background-color: #ff6f18;
  display: block;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 6.1333333333vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea-btn:before {
    width: 20px;
    height: 4px;
    right: 46px;
  }
}
.kaiketsuArea-btn:after {
  content: "";
  width: 2.6666666667vw;
  height: 0.5333333333vw;
  background-color: #ff6f18;
  display: block;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 6.1333333333vw;
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transition: all ease 0.2s;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea-btn:after {
    width: 20px;
    height: 4px;
    right: 46px;
  }
}
.kaiketsuArea-btn.active:after {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.kaiketsuArea-item {
  display: none;
  background-color: #fff;
}
.kaiketsuArea-item-1 {
  padding-top: 4vw;
  padding-bottom: 6.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea-item-1 {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.kaiketsuArea-item-1 .txt {
  font-size: 3.4666666667vw;
  line-height: 1.8;
  padding: 0 6.2666666667vw;
  letter-spacing: 0.17em;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea-item-1 .txt {
    font-size: 26px;
    padding: 0 47px;
  }
}
.kaiketsuArea-item-1 .txt .orange {
  font-weight: 700;
}
.kaiketsuArea-item-1 .img {
  width: 84.5333333333vw;
  margin: 0 auto;
  margin-top: 4.5333333333vw;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea-item-1 .img {
    width: 634px;
    margin-top: 34px;
  }
}
.kaiketsuArea-item-2 {
  background-color: #edf7f4;
  padding-top: 6.6666666667vw;
  padding-bottom: 5.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea-item-2 {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
.kaiketsuArea-item-2 .ttl {
  display: flex;
  justify-content: center;
}
.kaiketsuArea-item-2 .ttl .orange_bg {
  display: inline-block;
  font-size: 6.6666666667vw;
  text-align: center;
  color: #fff;
  background-color: #ff6f18;
  margin: 0 auto;
  padding: 0 1.3333333333vw;
  letter-spacing: 0.07em;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea-item-2 .ttl .orange_bg {
    font-size: 50px;
    padding: 0 10px;
  }
}
.kaiketsuArea-item-2 .ttl .small {
  font-size: 0.8em;
}
.kaiketsuArea-item-2 .txt {
  font-size: 3.4666666667vw;
  line-height: 1.8;
  padding: 0 6.2666666667vw;
  letter-spacing: 0.11em;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea-item-2 .txt {
    font-size: 26px;
    padding: 0 47px;
  }
}
.kaiketsuArea-item-2 .txt .orange {
  font-weight: 700;
}
.kaiketsuArea-item-2 .img {
  width: 72.2666666667vw;
  margin: 0 auto;
  margin-top: 3.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea-item-2 .img {
    width: 542px;
    margin-top: 25px;
  }
}
.kaiketsuArea-item-3 {
  position: relative;
  padding-top: 6.6666666667vw;
  padding-bottom: 16vw;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea-item-3 {
    padding-top: 50px;
    padding-bottom: 120px;
  }
}
.kaiketsuArea-item-3 .ttl {
  width: 76.5333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea-item-3 .ttl {
    width: 574px;
  }
}
.kaiketsuArea-item-3 ul {
  width: 81.0666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea-item-3 ul {
    width: 608px;
  }
}
.kaiketsuArea-item-3 ul li {
  font-size: 5.3333333333vw;
  line-height: 1.5;
  position: relative;
  border-bottom: dotted #000 2px;
  padding: 2.6666666667vw 0;
  padding-left: 18.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea-item-3 ul li {
    font-size: 40px;
    padding: 20px 0;
    padding-left: 140px;
  }
}
.kaiketsuArea-item-3 ul li .orange {
  font-weight: 700;
}
.kaiketsuArea-item-3 ul li:before {
  width: 6.8vw;
  height: 5.8666666667vw;
  display: block;
  content: "";
  background-image: url(../img/kaiketsuArea_img_6.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 3.7333333333vw;
  left: 9.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea-item-3 ul li:before {
    width: 51px;
    height: 44px;
    top: 28px;
    left: 70px;
  }
}
.kaiketsuArea-item-3 ul li:nth-last-child(1) {
  border: none;
  padding-bottom: 5.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea-item-3 ul li:nth-last-child(1) {
    padding-bottom: 40px;
  }
}
.kaiketsuArea-item-3 ul li .kome {
  vertical-align: super;
  font-size: 0.6em;
}
.kaiketsuArea-item-3 ul li .caution {
  display: block;
  font-size: 0.6em;
  line-height: 1.11;
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea-item-3 ul li .caution {
    margin-top: 10px;
  }
}
.kaiketsuArea-item-3 .icon {
  width: 21.3333333333vw;
  height: 21.3333333333vw;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea-item-3 .icon {
    width: 160px;
    height: 160px;
    right: 0;
  }
}

.choiceArea {
  background-color: #50c7a5;
  padding-top: 4.8vw;
}
@media screen and (min-width: 751px), print {
  .choiceArea {
    padding-top: 36px;
  }
}
.choiceArea > h2 {
  width: 100%;
}
.choiceArea-ttl {
  font-size: 6.6666666667vw;
  color: #370000;
  padding-left: 5.3333333333vw;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 700;
}
@media screen and (min-width: 751px), print {
  .choiceArea-ttl {
    font-size: 50px;
    padding-left: 40px;
  }
}
.choiceArea-ttl .orange {
  font-size: 9.3333333333vw;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 751px), print {
  .choiceArea-ttl .orange {
    font-size: 70px;
  }
}
.choiceArea-ttl .small {
  font-size: 0.8em;
}
.choiceArea-ttl .big {
  font-size: 1.2em;
}
.choiceArea-ttl .jost {
  font-weight: 500;
}
.choiceArea-list {
  background-color: #edf7f4;
  position: relative;
  padding-top: 9.3333333333vw;
  padding-bottom: 1.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .choiceArea-list {
    padding-top: 70px;
    padding-bottom: 10px;
  }
}
.choiceArea-list .arch-window {
  width: 100vw;
  height: 9.3333333333vw;
  position: absolute;
  overflow: hidden; /* ★ここが重要：枠からはみ出た部分を隠す */
  top: -9.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .choiceArea-list .arch-window {
    width: 750px;
    height: 70px;
    top: -70px;
  }
}
.choiceArea-list .arch-window .huge-circle {
  background-color: #edf7f4; /* お好きな色に */
  border-radius: 50%; /* 完全な円にする */
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 306.6666666667vw;
  height: 306.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .choiceArea-list .arch-window .huge-circle {
    width: 2300px;
    height: 2300px;
  }
}
.choiceArea-item {
  width: 94.6666666667vw;
  background-color: #fff;
  border-radius: 0 13.3333333333vw 13.3333333333vw 0;
  box-shadow: 4px 4px 0px #108463;
  position: relative;
  padding-top: 6vw;
  padding-bottom: 6.6666666667vw;
  margin-top: 8vw;
}
@media screen and (min-width: 751px), print {
  .choiceArea-item {
    width: 710px;
    border-radius: 0 100px 100px 0;
    padding-top: 45px;
    padding-bottom: 50px;
    margin-top: 60px;
  }
}
.choiceArea-item-1 {
  margin-top: 0;
}
.choiceArea-item-1 .num {
  font-family: "Jost", sans-serif;
  position: absolute;
  width: 13.4666666667vw;
  top: -6.6666666667vw;
  left: 5.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .choiceArea-item-1 .num {
    width: 101px;
    top: -50px;
    left: 40px;
  }
}
.choiceArea-item-1 .icon {
  width: 13.6vw;
  position: absolute;
  top: -3.3333333333vw;
  right: -1.6vw;
}
@media screen and (min-width: 751px), print {
  .choiceArea-item-1 .icon {
    width: 102px;
    top: -25px;
    right: -12px;
  }
}
.choiceArea-item-2 {
  border-radius: 6.6666666667vw 0 0 6.6666666667vw;
  margin-left: auto;
  margin-right: 0;
  box-shadow: 0 4px 0px #108463;
}
@media screen and (min-width: 751px), print {
  .choiceArea-item-2 {
    border-radius: 50px 0 0 50px;
  }
}
.choiceArea-item-2 .num {
  font-family: "Jost", sans-serif;
  position: absolute;
  width: 13.4666666667vw;
  top: -5.3333333333vw;
  right: 5.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .choiceArea-item-2 .num {
    width: 101px;
    top: -40px;
    right: 40px;
  }
}
.choiceArea-item-2 .icon {
  width: 16.9333333333vw;
  position: absolute;
  top: -2.6666666667vw;
  left: -3.0666666667vw;
}
@media screen and (min-width: 751px), print {
  .choiceArea-item-2 .icon {
    width: 127px;
    top: -20px;
    left: -23px;
  }
}
.choiceArea-item-2 .choiceArea-box {
  flex-direction: row-reverse;
  margin-left: auto;
  margin-right: 0;
}
.choiceArea-item-3 .num {
  font-family: "Jost", sans-serif;
  position: absolute;
  width: 13.4666666667vw;
  top: -5.3333333333vw;
  left: 5.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .choiceArea-item-3 .num {
    width: 101px;
    top: -40px;
    left: 40px;
  }
}
.choiceArea-item-3 .icon {
  width: 13.8666666667vw;
  position: absolute;
  top: -5.8666666667vw;
  right: 2.1333333333vw;
}
@media screen and (min-width: 751px), print {
  .choiceArea-item-3 .icon {
    width: 104px;
    top: -44px;
    right: 16px;
  }
}
.choiceArea-box {
  display: flex;
  justify-content: space-between;
  width: 89.3333333333vw;
  margin-top: 4vw;
}
@media screen and (min-width: 751px), print {
  .choiceArea-box {
    width: 670px;
    margin-top: 30px;
  }
}
.choiceArea-box img {
  object-fit: contain;
  width: 36vw;
}
@media screen and (min-width: 751px), print {
  .choiceArea-box img {
    width: 270px;
  }
}
.choiceArea-box .txt {
  width: 48.5333333333vw;
  font-size: 3.4666666667vw;
  line-height: 1.97;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 751px), print {
  .choiceArea-box .txt {
    width: 364px;
    font-size: 26px;
  }
}
.choiceArea-box .txt .orange {
  font-weight: 700;
}
.choiceArea-footer {
  background-color: #edf7f4;
  padding-top: 7.2vw;
  padding-bottom: 13.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .choiceArea-footer {
    padding-top: 54px;
    padding-bottom: 100px;
  }
}
.choiceArea-footer-img {
  width: 61.6vw;
  margin: 0 auto;
}
@media screen and (min-width: 751px), print {
  .choiceArea-footer-img {
    width: 462px;
  }
}
.choiceArea-footer-txt {
  text-align: center;
  font-size: 4vw;
  font-weight: 700;
  margin-top: 1em;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 751px), print {
  .choiceArea-footer-txt {
    font-size: 30px;
  }
}
.choiceArea-footer-txt span {
  letter-spacing: 0.13em;
  font-size: 6vw;
}
@media screen and (min-width: 751px), print {
  .choiceArea-footer-txt span {
    font-size: 45px;
  }
}
.choiceArea-footer-box {
  width: 89.3333333333vw;
  max-width: 670px;
  border-radius: 5.3333333333vw;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 5.3333333333vw;
  padding-top: 5.3333333333vw;
  padding-bottom: 5.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .choiceArea-footer-box {
    border-radius: 40px;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.choiceArea-footer-box .img {
  width: 80.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 751px), print {
  .choiceArea-footer-box .img {
    width: 605px;
  }
}
.choiceArea-footer-box .txt {
  font-size: 3.4666666667vw;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: center;
  margin-top: 4vw;
}
@media screen and (min-width: 751px), print {
  .choiceArea-footer-box .txt {
    font-size: 26px;
    margin-top: 30px;
  }
}

.ctaArea {
  background-color: #4bbf9e;
  padding: 10vw 0;
}
@media screen and (min-width: 751px), print {
  .ctaArea {
    padding: 75px 0;
  }
}
.ctaArea .btn_1 {
  border-radius: 100px;
  width: 89.3333333333vw;
  max-width: 670px;
  margin: 0 auto;
  filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.4));
}
.ctaArea .btn_1 a {
  transition: all ease 0.2s;
  display: block;
}
.ctaArea .btn_1 a:hover {
  opacity: 1;
  transform: scale(1.01);
}
.ctaArea .btn_2 {
  border-radius: 100px;
  width: 89.3333333333vw;
  max-width: 670px;
  margin: 0 auto;
  filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.4));
  margin-top: 4vw;
}
@media screen and (min-width: 751px), print {
  .ctaArea .btn_2 {
    margin-top: 30px;
  }
}
.ctaArea .btn_2 a {
  transition: all ease 0.2s;
  display: block;
}
.ctaArea .btn_2 a:hover {
  opacity: 1;
  transform: scale(1.01);
}

.tableArea {
  background-color: #fef3d7;
  padding-top: 9.3333333333vw;
  padding-bottom: 10.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .tableArea {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}
.tableArea-ttl {
  width: 84.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 751px), print {
  .tableArea-ttl {
    width: 635px;
  }
}
.tableArea table {
  width: 89.3333333333vw;
  margin: 0 auto;
  max-width: 670px;
  margin-top: 12vw;
}
@media screen and (min-width: 751px), print {
  .tableArea table {
    margin-top: 90px;
  }
}
.tableArea table tr:nth-child(2n) td {
  background-color: #fff;
}
.tableArea table tr:nth-child(2n-1) td {
  background-color: #edf7f4;
}
.tableArea table th {
  padding: 2.4vw 0 2.1333333333vw;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  color: #fff;
  font-size: 3.2vw;
  line-height: 1.2;
}
@media screen and (min-width: 751px), print {
  .tableArea table th {
    padding: 18px 0 16px;
    border-radius: 20px 20px 0 0;
    font-size: 24px;
  }
}
.tableArea table th:nth-child(2) {
  border-radius: 0;
  background-color: #ff6f18;
  color: #fff153;
  position: relative;
  padding: 0;
  font-size: 3.2vw;
  line-height: 1.2;
}
@media screen and (min-width: 751px), print {
  .tableArea table th:nth-child(2) {
    font-size: 24px;
  }
}
.tableArea table th:nth-child(2) span {
  position: relative;
  display: block;
  margin-top: -2.1333333333vw;
}
@media screen and (min-width: 751px), print {
  .tableArea table th:nth-child(2) span {
    margin-top: -16px;
  }
}
.tableArea table th:nth-child(2):before {
  position: absolute;
  content: "";
  background-color: #ff6f18;
  display: block;
  width: 100%;
  height: 2.6666666667vw;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  top: -2.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .tableArea table th:nth-child(2):before {
    height: 20px;
    border-radius: 20px 20px 0 0;
    top: -20px;
  }
}
.tableArea table th:nth-child(2) p {
  width: 115%;
  position: absolute;
  text-align: center;
  color: #ff6f18;
  font-size: 2.9333333333vw;
  display: inline-block;
  position: absolute;
  top: -7.3333333333vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 751px), print {
  .tableArea table th:nth-child(2) p {
    font-size: 22px;
    top: -55px;
  }
}
.tableArea table th:nth-child(2) p:before {
  content: "";
  display: block;
  width: 0.2666666667vw;
  height: 100%;
  background-color: #ff6f18;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(20deg);
  -webkit-transform: translateY(-50%) rotate(20deg);
  -ms-transform: translateY(-50%) rotate(20deg);
}
@media screen and (min-width: 751px), print {
  .tableArea table th:nth-child(2) p:before {
    width: 2px;
  }
}
.tableArea table th:nth-child(2) p:after {
  content: "";
  display: block;
  width: 0.2666666667vw;
  height: 100%;
  background-color: #ff6f18;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-20deg);
  -webkit-transform: translateY(-50%) rotate(-20deg);
  -ms-transform: translateY(-50%) rotate(-20deg);
}
@media screen and (min-width: 751px), print {
  .tableArea table th:nth-child(2) p:after {
    width: 2px;
  }
}
.tableArea table th:nth-child(3) {
  background-color: #4bbf9e;
}
.tableArea table th:nth-child(4) {
  background-color: #1a8264;
}
.tableArea table td {
  width: 21.3333333333vw;
  max-width: 160px;
  font-size: 6.6666666667vw;
  border-right: 1px solid #000;
  text-align: center;
  padding: 2.6666666667vw 0;
  line-height: 1.2;
}
@media screen and (min-width: 751px), print {
  .tableArea table td {
    font-size: 50px;
    padding: 20px 0;
  }
}
.tableArea table td .small {
  font-size: 0.8em;
}
.tableArea table td:nth-child(1) {
  width: 24vw;
  max-width: 180px;
  font-size: 2.6666666667vw;
  letter-spacing: normal;
}
@media screen and (min-width: 751px), print {
  .tableArea table td:nth-child(1) {
    font-size: 20px;
  }
}
.tableArea table td:nth-child(1) .jost {
  font-size: 3.2vw;
}
@media screen and (min-width: 751px), print {
  .tableArea table td:nth-child(1) .jost {
    font-size: 24px;
  }
}
.tableArea table td:nth-last-child(1) {
  border: none;
}
.tableArea .caution {
  font-size: 2.4vw;
  font-weight: 500;
  width: 89.3333333333vw;
  max-width: 670px;
  margin: 0 auto;
  text-align: right;
  margin-top: 0.8vw;
}
@media screen and (min-width: 751px), print {
  .tableArea .caution {
    font-size: 18px;
    margin-top: 6px;
  }
}

.simArea {
  background-color: #fef3d7;
  padding-bottom: 26.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .simArea {
    padding-bottom: 200px;
  }
}
.simArea-ttl {
  width: 74.8vw;
  margin: 0 auto;
}
@media screen and (min-width: 751px), print {
  .simArea-ttl {
    width: 561px;
  }
}
.simArea-subttl {
  font-size: 8vw;
  font-weight: 700;
  text-align: center;
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .simArea-subttl {
    font-size: 60px;
    margin-top: 10px;
  }
}
.simArea .box {
  width: 89.3333333333vw;
  max-width: 670px;
  border-radius: 2.6666666667vw;
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 751px), print {
  .simArea .box {
    border-radius: 20px;
  }
}
.simArea .box-1 {
  border-radius: 0;
  padding: 6vw 6.6666666667vw;
  display: flex;
  align-items: flex-end; /* 下のラインを揃える */
  margin-top: 4vw;
}
@media screen and (min-width: 751px), print {
  .simArea .box-1 {
    padding: 45px 50px;
    margin-top: 30px;
  }
}
.simArea .box-1 #moneyInput {
  width: 62.6666666667vw;
  max-width: 470px;
  height: 13.3333333333vw;
  max-height: 100px;
  background-color: #edf7f4; /* 薄い緑色の背景 */
  border: 0.2666666667vw solid #370000; /* 暗い赤茶色の枠線 */
  font-size: 9.3333333333vw;
  font-weight: bold;
  color: #370000;
  text-align: right; /* 数字なので右寄せが見やすいです */
  padding: 0 2.6666666667vw;
  box-sizing: border-box;
  outline: none;
}
@media screen and (min-width: 751px), print {
  .simArea .box-1 #moneyInput {
    font-size: 70px;
    border: 2px solid #370000; /* 暗い赤茶色の枠線 */
    padding: 0 20px;
  }
}
.simArea .box-1 .unit-text {
  color: #370000;
  font-size: 4.6666666667vw;
  font-weight: 700;
  padding-left: 1.7333333333vw;
}
@media screen and (min-width: 751px), print {
  .simArea .box-1 .unit-text {
    font-size: 35px;
    padding-left: 13px;
  }
}
.simArea .box #moneyInput::-webkit-outer-spin-button,
.simArea .box #moneyInput::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.simArea .box #moneyInput[type=number] {
  -moz-appearance: textfield;
}
.simArea .box-2 {
  padding: 5.3333333333vw 4.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .simArea .box-2 {
    padding: 40px 35px;
  }
}
.simArea .box-2 .exchange {
  display: flex;
  justify-content: space-around;
  padding: 0 6.6666666667vw;
  padding-top: 2.1333333333vw;
  background-color: #edf7f4;
  border-radius: 2.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .simArea .box-2 .exchange {
    padding: 0 50px;
    border-radius: 20px;
    padding-top: 16px;
  }
}
.simArea .box-2 .exchange .rate-display {
  text-align: center;
  max-width: 50%;
  display: block;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.simArea .box-2 .exchange .rate {
  display: inline-block;
  border-radius: 100px;
  background-color: #4bbf9e;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  padding: 1.0666666667vw 4vw;
  font-size: 3.2vw;
}
@media screen and (min-width: 751px), print {
  .simArea .box-2 .exchange .rate {
    padding: 8px 30px;
    font-size: 24px;
  }
}
.simArea .box-2 .exchange .jost {
  font-size: 9.3333333333vw;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (min-width: 751px), print {
  .simArea .box-2 .exchange .jost {
    font-size: 70px;
  }
}
.simArea .box-2 .exchange .small {
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .simArea .box-2 .exchange .small {
    font-size: 40px;
  }
}
.simArea .box-2 .notes {
  font-size: 2.4vw;
  margin-top: 1.6vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 751px), print {
  .simArea .box-2 .notes {
    font-size: 18px;
    margin-top: 12px;
  }
}
.simArea .box-2 .img {
  display: block;
  width: 67.8666666667vw;
  max-width: 509px;
  margin: 0 auto;
  margin-top: 2.6666666667vw;
}
.simArea .box-2 .btn {
  width: 100%;
  margin-top: 3.3333333333vw;
  filter: drop-shadow(0 0.6666666667vw 1.3333333333vw rgba(0, 0, 0, 0.3));
}
@media screen and (min-width: 751px), print {
  .simArea .box-2 .btn {
    margin-top: 25px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.3));
  }
}
.simArea .box-2 .btn a {
  transition: all ease 0.2s;
  display: block;
}
.simArea .box-2 .btn a:hover {
  opacity: 1;
  transform: scale(1.01);
}
.simArea .triangle3 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.8vw 4.8vw 0 4.8vw;
  border-color: #4bbf9e transparent transparent transparent;
  margin: 0 auto;
  margin: 3.2vw auto;
}
@media screen and (min-width: 751px), print {
  .simArea .triangle3 {
    border-width: 36px 36px 0 36px;
    margin: 24px auto;
  }
}
.simArea-card {
  display: block;
  width: 89.3333333333vw;
  max-width: 670px;
  margin: 0 auto;
  margin-top: 8vw;
}
@media screen and (min-width: 751px), print {
  .simArea-card {
    margin-top: 60px;
  }
}

.ctaArea2 {
  position: relative;
  background-color: #4bbf9e;
  padding: 10vw 0;
  padding-top: 16vw;
}
@media screen and (min-width: 751px), print {
  .ctaArea2 {
    padding: 75px 0;
    padding-top: 120px;
  }
}
.ctaArea2 .arch-window {
  width: 100vw;
  height: 9.3333333333vw;
  position: absolute;
  overflow: hidden; /* ★ここが重要：枠からはみ出た部分を隠す */
  top: -9.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .ctaArea2 .arch-window {
    width: 750px;
    height: 70px;
    top: -70px;
  }
}
.ctaArea2 .arch-window .huge-circle {
  background-color: #4bbf9e; /* お好きな色に */
  border-radius: 50%; /* 完全な円にする */
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 306.6666666667vw;
  height: 306.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .ctaArea2 .arch-window .huge-circle {
    width: 2300px;
    height: 2300px;
  }
}
.ctaArea2 .imgArea {
  position: absolute;
  top: -17.3333333333vw;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 751px), print {
  .ctaArea2 .imgArea {
    top: -130px;
  }
}
.ctaArea2 .imgArea .img {
  width: 74.1333333333vw;
  max-width: 556px;
  margin: 0 auto;
  display: block;
}
.ctaArea2 .imgArea .txt {
  font-size: 3.7333333333vw;
  line-height: 1.6;
  font-weight: 700;
  position: absolute;
  top: 2.6666666667vw;
  left: 4vw;
}
@media screen and (min-width: 751px), print {
  .ctaArea2 .imgArea .txt {
    font-size: 28px;
    top: 20px;
    left: 30px;
  }
}
.ctaArea2 .btn_1 {
  border-radius: 100px;
  width: 89.3333333333vw;
  max-width: 670px;
  margin: 0 auto;
  filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.4));
}
.ctaArea2 .btn_1 a {
  transition: all ease 0.2s;
  display: block;
}
.ctaArea2 .btn_1 a:hover {
  opacity: 1;
  transform: scale(1.01);
}
.ctaArea2 .btn_2 {
  border-radius: 100px;
  width: 89.3333333333vw;
  max-width: 670px;
  margin: 0 auto;
  filter: drop-shadow(5px 5px 8px rgba(0, 0, 0, 0.4));
  margin-top: 4vw;
}
@media screen and (min-width: 751px), print {
  .ctaArea2 .btn_2 {
    margin-top: 30px;
  }
}
.ctaArea2 .btn_2 a {
  transition: all ease 0.2s;
  display: block;
}
.ctaArea2 .btn_2 a:hover {
  opacity: 1;
  transform: scale(1.01);
}

.formArea {
  padding: 10.6666666667vw 0;
}
@media screen and (min-width: 751px), print {
  .formArea {
    padding: 80px 0;
  }
}
.formArea-ttl {
  width: 55.4666666667vw;
  max-width: 416px;
  margin: 0 auto;
}
.formArea-subttl {
  font-size: 9.3333333333vw;
  color: #ff6f18;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 2vw;
}
@media screen and (min-width: 751px), print {
  .formArea-subttl {
    font-size: 70px;
    margin-top: 15px;
  }
}
.formArea-box {
  width: 89.3333333333vw;
  max-width: 670px;
  border-radius: 5.3333333333vw;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 4.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .formArea-box {
    border-radius: 40px;
    margin-top: 35px;
  }
}
.formArea-btn {
  width: 89.3333333333vw;
  max-width: 670px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 3.4666666667vw;
  line-height: 1.44;
  background-color: #50c7a5;
  color: #fff;
  position: relative;
  padding: 2.6666666667vw;
  padding-right: 10.6666666667vw;
  padding-left: 14.6666666667vw;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 751px), print {
  .formArea-btn {
    font-size: 26px;
    padding: 20px;
    padding-right: 80px;
    padding-left: 110px;
  }
}
.formArea-btn img {
  width: 8.1333333333vw;
  height: 7.2vw;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 4vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (min-width: 751px), print {
  .formArea-btn img {
    width: 61px;
    height: 54px;
    left: 30px;
  }
}
.formArea-btn .yellow {
  color: #fff153;
}
.formArea-btn .circle {
  display: block;
  border-radius: 100px;
  width: 4.8vw;
  height: 4.8vw;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 4vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (min-width: 751px), print {
  .formArea-btn .circle {
    width: 36px;
    height: 36px;
    right: 30px;
  }
}
.formArea-btn:before {
  content: "";
  width: 2.6666666667vw;
  height: 0.5333333333vw;
  background-color: #50c7a5;
  display: block;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 5.0666666667vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 1;
}
@media screen and (min-width: 751px), print {
  .formArea-btn:before {
    width: 20px;
    height: 4px;
    right: 38px;
  }
}
.formArea-btn:after {
  content: "";
  width: 2.6666666667vw;
  height: 0.5333333333vw;
  background-color: #50c7a5;
  display: block;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 5.0666666667vw;
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transition: all ease 0.2s;
}
@media screen and (min-width: 751px), print {
  .formArea-btn:after {
    width: 20px;
    height: 4px;
    right: 38px;
  }
}
.formArea-btn.active:after {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.formArea-item {
  display: none;
  background-color: #edf7f4;
  padding: 5.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .formArea-item {
    padding: 40px;
  }
}
.formArea-item .txt {
  font-size: 3.4666666667vw;
  line-height: 1.8;
}
@media screen and (min-width: 751px), print {
  .formArea-item .txt {
    font-size: 26px;
  }
}
.formArea .tabArea {
  display: flex;
  width: 89.3333333333vw;
  max-width: 670px;
  margin: 0 auto;
  margin-top: 10.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .formArea .tabArea {
    margin-top: 80px;
  }
}
.formArea .tabArea-item {
  display: block;
  width: 50%;
  font-size: 4.6666666667vw;
  text-align: center;
  color: #fff;
  border-radius: 0;
  font-weight: 700;
  padding: 2.6666666667vw 0;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 751px), print {
  .formArea .tabArea-item {
    font-size: 35px;
    padding: 20px 0;
    border-radius: 20px 20px 0 0;
  }
}
.formArea .tabArea-item:nth-child(1) {
  background-color: #ff6f18;
}
.formArea .tabArea-item:nth-child(1).is-active:before {
  background-color: #ff6f18;
}
.formArea .tabArea-item:nth-child(2) {
  background-color: #50c7a5;
}
.formArea .tabArea-item:nth-child(2).is-active:before {
  background-color: #50c7a5;
}
.formArea .tabArea-item.is-active {
  position: relative;
  line-height: 1.2;
  border-radius: 0;
  padding-top: 1.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .formArea .tabArea-item.is-active {
    border-radius: 0;
    padding-top: 10px;
  }
}
.formArea .tabArea-item.is-active span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.formArea .tabArea-item.is-active:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 4vw;
  border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  top: -4vw;
}
@media screen and (min-width: 751px), print {
  .formArea .tabArea-item.is-active:before {
    height: 30px;
    border-radius: 20px 20px 0 0;
    top: -30px;
  }
}
.formArea .tabArea-item input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
}
.formArea .contentArea {
  width: 89.3333333333vw;
  max-width: 670px;
  margin: 0 auto;
  display: none;
  padding: 5.3333333333vw;
  padding-bottom: 6.6666666667vw;
  background-color: #fef3d7;
}
@media screen and (min-width: 751px), print {
  .formArea .contentArea {
    padding: 40px;
    padding-bottom: 50px;
  }
}
.formArea .contentArea.second {
  background-color: #edf7f4;
}
.formArea .contentArea.is-active {
  display: block;
}
.formArea .contentArea .form_row {
  margin-bottom: 6vw;
}
@media screen and (min-width: 751px), print {
  .formArea .contentArea .form_row {
    margin-bottom: 45px;
  }
}
.formArea .contentArea .form_head {
  display: flex;
  align-items: center;
  margin-bottom: 2vw;
}
@media screen and (min-width: 751px), print {
  .formArea .contentArea .form_head {
    margin-bottom: 15px;
  }
}
.formArea .contentArea .err {
  color: #ff0000;
  font-size: 2.6666666667vw;
  font-weight: bold;
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .formArea .contentArea .err {
    font-size: 14px;
    margin-top: 10px;
  }
}
.formArea .contentArea .input_text.is-error,
.formArea .contentArea .input_select.is-error,
.formArea .contentArea .input_textarea.is-error {
  border-color: #ff0000 !important;
  background-color: #fff0f0;
}
.formArea .contentArea .radio_toggle {
  display: flex;
  gap: 2.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .formArea .contentArea .radio_toggle {
    gap: 20px;
  }
}
.formArea .contentArea .radio_toggle .toggle_label {
  position: relative;
  cursor: pointer;
}
.formArea .contentArea .radio_toggle .toggle_label input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
}
.formArea .contentArea .radio_toggle .toggle_label .toggle_text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20.2666666667vw;
  height: 7.4666666667vw;
  border-radius: 3.3333333333vw;
  font-size: 2.9333333333vw;
  font-weight: 700;
  background-color: #fff;
  border: 0.2666666667vw solid #ccc;
  color: #999;
  transition: all 0.2s;
}
@media screen and (min-width: 751px), print {
  .formArea .contentArea .radio_toggle .toggle_label .toggle_text {
    width: 152px;
    height: 56px;
    border-radius: 25px;
    font-size: 22px;
    border-width: 2px;
  }
}
.formArea .contentArea .radio_toggle .toggle_label {
  /* 選択時のスタイル変更 */
}
/* .formArea .contentArea .radio_toggle .toggle_label:has(input[value=はい]:checked) .toggle_text {
  background-color: #f37022;
  border-color: #f37022;
  color: #fff;
}
.formArea .contentArea .radio_toggle .toggle_label:has(input[value=いいえ]:checked) .toggle_text {
  background-color: #888888;
  border-color: #888888;
  color: #fff;
} */

.formArea .contentArea .radio_toggle .toggle_label.yes:has(input:checked) .toggle_text {
  background-color: #f37022;
  border-color: #f37022;
  color: #fff;
}
.formArea .contentArea .radio_toggle .toggle_label.no:has(input:checked) .toggle_text {
  background-color: #888888;
  border-color: #888888;
  color: #fff;
}
.formArea .contentArea .label_req, .formArea .contentArea .label_opt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 9.3333333333vw;
  height: 4.8vw;
  border-radius: 0.8vw;
  color: #fff;
  font-size: 2.6666666667vw;
  font-weight: 700;
}
@media screen and (min-width: 751px), print {
  .formArea .contentArea .label_req, .formArea .contentArea .label_opt {
    width: 70px;
    height: 36px;
    border-radius: 6px;
    font-size: 20px;
  }
}
.formArea .contentArea .label_req {
  background-color: #ff6f18;
}
.formArea .contentArea .label_opt {
  background-color: #999999;
}
.formArea .contentArea .head_txt {
  font-size: 3.4666666667vw;
  font-weight: 700;
  margin-left: 2vw;
}
@media screen and (min-width: 751px), print {
  .formArea .contentArea .head_txt {
    font-size: 26px;
    margin-left: 15px;
  }
}
.formArea .contentArea .sub_head {
  font-size: 2.9333333333vw;
  font-weight: 700;
  color: #333;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .formArea .contentArea .sub_head {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.formArea .contentArea {
  /* 入力パーツ共通 */
}
.formArea .contentArea .input_text, .formArea .contentArea .input_select, .formArea .contentArea .input_textarea {
  width: 100%;
  background-color: #fff;
  border: 0.2666666667vw solid #8e7c75;
  padding: 2.6666666667vw;
  font-size: 3.4666666667vw;
  appearance: none;
  border-radius: 0;
}
@media screen and (min-width: 751px), print {
  .formArea .contentArea .input_text, .formArea .contentArea .input_select, .formArea .contentArea .input_textarea {
    border-width: 2px;
    padding: 20px;
    font-size: 26px;
  }
}
.formArea .contentArea .input_text::placeholder, .formArea .contentArea .input_select::placeholder, .formArea .contentArea .input_textarea::placeholder {
  color: #b3b3b3;
}
.formArea .contentArea .input_textarea {
  height: 26.6666666667vw;
  resize: vertical;
}
@media screen and (min-width: 751px), print {
  .formArea .contentArea .input_textarea {
    height: 200px;
  }
}
.formArea .contentArea {
  /* 利用金額エリアの横並び */
}
.formArea .contentArea .flex_body {
  display: flex;
  align-items: flex-end;
  gap: 2vw;
}
@media screen and (min-width: 751px), print {
  .formArea .contentArea .flex_body {
    gap: 15px;
  }
}
.formArea .contentArea .flex_body .input_text {
  width: 85%;
}
.formArea .contentArea .flex_body .unit {
  font-size: 3.7333333333vw;
  font-weight: 700;
  padding-bottom: 1.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .formArea .contentArea .flex_body .unit {
    font-size: 28px;
    padding-bottom: 10px;
  }
}
.formArea .contentArea {
  /* 注釈テキスト */
}
.formArea .contentArea .note {
  font-size: 2.6666666667vw;
  color: #ff6f18;
  margin-top: 1.3333333333vw;
  line-height: 1.5;
}
@media screen and (min-width: 751px), print {
  .formArea .contentArea .note {
    font-size: 20px;
    margin-top: 10px;
  }
}
.formArea .contentArea {
  /* --- 確認エリア --- */
}
.formArea .contentArea .confirm_area {
  margin-top: 9.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .formArea .contentArea .confirm_area {
    margin-top: 70px;
  }
}
.formArea .contentArea .confirm_ttl {
  font-size: 3.4666666667vw;
  font-weight: 700;
  margin-bottom: 2.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .formArea .contentArea .confirm_ttl {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.formArea .contentArea .confirm_box {
  background-color: #fff;
  padding: 5.3333333333vw 4vw;
}
@media screen and (min-width: 751px), print {
  .formArea .contentArea .confirm_box {
    padding: 40px 30px;
  }
}
.formArea .contentArea .confirm_box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.formArea .contentArea .confirm_box li {
  font-size: 2.9333333333vw;
  line-height: 1.8;
  margin-bottom: 3.3333333333vw;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 751px), print {
  .formArea .contentArea .confirm_box li {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
.formArea .contentArea .confirm_box li:last-child {
  margin-bottom: 0;
}
.formArea .contentArea .confirm_box li .orange_note {
  color: #ff6f18;
  display: block;
  margin-top: 0.6666666667vw;
  font-size: 2.4vw;
}
@media screen and (min-width: 751px), print {
  .formArea .contentArea .confirm_box li .orange_note {
    margin-top: 5px;
    font-size: 18px;
  }
}
.formArea .contentArea .agree_label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2vw;
  margin-top: 4vw;
  font-size: 3.2vw;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (min-width: 751px), print {
  .formArea .contentArea .agree_label {
    gap: 15px;
    margin-top: 30px;
    font-size: 24px;
  }
}
.formArea .contentArea .agree_label input[type=checkbox] {
  transform: scale(1.5);
  accent-color: #50c7a5;
}
.formArea .contentArea .agree_label.red input[type=checkbox] {
  accent-color: #ff6f18;
}
.formArea .contentArea {
  /* --- 送信ボタン --- */
}
.formArea .contentArea .submit_area {
  margin-top: 5.3333333333vw;
  text-align: center;
}
@media screen and (min-width: 751px), print {
  .formArea .contentArea .submit_area {
    margin-top: 40px;
  }
}
.formArea .contentArea .submit_btn {
  width: 100%;
  max-width: 80vw;
  background-color: #50c7a5;
  color: #fff;
  font-size: 5.3333333333vw;
  font-weight: 700;
  padding: 4vw 0;
  border-radius: 13.3333333333vw;
  border: none;
  box-shadow: 0 1.3333333333vw 0 #2a8167;
  cursor: pointer;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
}
@media screen and (min-width: 751px), print {
  .formArea .contentArea .submit_btn {
    max-width: 600px;
    font-size: 40px;
    padding: 30px 0;
    border-radius: 100px;
    box-shadow: 0 10px 0 #2a8167;
  }
}
.formArea .contentArea .submit_btn.red {
  background-color: #ff6f18;
  box-shadow: 0 1.3333333333vw 0 #4e1d00;
}
@media screen and (min-width: 751px), print {
  .formArea .contentArea .submit_btn.red {
    box-shadow: 0 10px 0 #4e1d00;
  }
}
.formArea .contentArea .submit_btn.red:hover {
  transform: translateY(0.5333333333vw);
  box-shadow: 0 0.8vw 0 #4e1d00;
}
@media screen and (min-width: 751px), print {
  .formArea .contentArea .submit_btn.red:hover {
    transform: translateY(4px);
    box-shadow: 0 6px 0 #4e1d00;
  }
}
.formArea .contentArea .submit_btn:hover {
  transform: translateY(0.5333333333vw);
  box-shadow: 0 0.8vw 0 #2a8167;
}
@media screen and (min-width: 751px), print {
  .formArea .contentArea .submit_btn:hover {
    transform: translateY(4px);
    box-shadow: 0 6px 0 #2a8167;
  }
}

.voiceArea {
  background-color: #edf7f4;
  padding-top: 8vw;
  padding-bottom: 14.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .voiceArea {
    padding-top: 60px;
    padding-bottom: 110px;
  }
}
.voiceArea-ttl {
  font-size: 12vw;
  color: #ff6f18;
  text-align: center;
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .voiceArea-ttl {
    font-size: 90px;
    margin-bottom: 10px;
  }
}
.voiceArea-ttl span {
  font-size: 0.8em;
}
.voiceArea-box {
  width: 89.3333333333vw;
  max-width: 670px;
  margin: 0 auto;
  border-bottom: dotted #4bbf9e 0.5333333333vw;
  padding-bottom: 4vw;
  margin-bottom: 3.4666666667vw;
}
@media screen and (min-width: 751px), print {
  .voiceArea-box {
    border-bottom: dotted #4bbf9e 4px;
    padding-bottom: 30px;
    margin-bottom: 26px;
  }
}
.voiceArea-box:nth-last-child(1) {
  border: none;
}
.voiceArea-box .imgArea {
  display: flex;
  align-items: center;
}
.voiceArea-box .imgArea-img {
  width: 23.4666666667vw;
  padding-right: 4.2666666667vw;
}
@media screen and (min-width: 751px), print {
  .voiceArea-box .imgArea-img {
    width: 176px;
    padding-right: 32px;
  }
}
.voiceArea-box .imgArea-txt {
  color: #370000;
  font-size: 5.3333333333vw;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 751px), print {
  .voiceArea-box .imgArea-txt {
    font-size: 40px;
  }
}
.voiceArea .txtArea {
  margin-top: 2.1333333333vw;
  font-size: 3.4666666667vw;
  line-height: 1.9;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 751px), print {
  .voiceArea .txtArea {
    font-size: 26px;
    margin-top: 16px;
  }
}
.voiceArea .txtArea .orange {
  color: #ff6f18;
  font-weight: 700;
}

.graphArea {
  background-image: url(../img/graphArea_img_bg.webp);
  background-size: cover;
  padding-top: 23.8666666667vw;
  height: 210vw;
  margin-top: -14.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .graphArea {
    height: 1575px;
    padding-top: 179px;
    margin-top: -110px;
  }
}
.graphArea-img {
  width: 93.6vw;
  margin: 0 auto;
}
@media screen and (min-width: 751px), print {
  .graphArea-img {
    width: 702px;
  }
}

.faqArea {
  background-color: #fef3d7;
  padding: 13.3333333333vw 0;
}
@media screen and (min-width: 751px), print {
  .faqArea {
    padding: 100px 0;
  }
}
.faqArea-ttl {
  width: 11.2vw;
  margin: 0 auto;
}
@media screen and (min-width: 751px), print {
  .faqArea-ttl {
    width: 84px;
  }
}
.faqArea-subttl {
  font-size: 9.3333333333vw;
  font-weight: 700;
  text-align: center;
  color: #ff6f18;
  margin-top: 0.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .faqArea-subttl {
    font-size: 70px;
    margin-top: 5px;
  }
}
.faqArea-subttl + .faqArea-heading {
  margin-top: 8vw;
}
@media screen and (min-width: 751px), print {
  .faqArea-subttl + .faqArea-heading {
    margin-top: 60px;
  }
}
.faqArea-heading {
  width: 89.3333333333vw;
  max-width: 670px;
  margin: 0 auto;
  font-size: 4vw;
  margin-top: 10.6666666667vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 751px), print {
  .faqArea-heading {
    font-size: 30px;
    margin-top: 80px;
    margin-bottom: 30px;
  }
}
.faqArea-box {
  width: 89.3333333333vw;
  max-width: 670px;
  margin: 0 auto;
  border-radius: 2.6666666667vw;
  overflow: hidden;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .faqArea-box {
    border-radius: 20px;
    margin-bottom: 50px;
  }
}
.faqArea-btn {
  font-size: 4vw;
  line-height: 1.5;
  background-color: #50c7a5;
  color: #fff;
  position: relative;
  padding: 2.6666666667vw;
  padding-right: 9.3333333333vw;
  padding-left: 14.6666666667vw;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media screen and (min-width: 751px), print {
  .faqArea-btn {
    font-size: 30px;
    padding: 20px;
    padding-right: 70px;
    padding-left: 110px;
  }
}
.faqArea-btn:before {
  content: "";
  width: 4.6666666667vw;
  height: 0.6666666667vw;
  background-color: #fff;
  display: block;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2.9333333333vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (min-width: 751px), print {
  .faqArea-btn:before {
    width: 35px;
    height: 5px;
    right: 22px;
  }
}
.faqArea-btn:after {
  content: "";
  width: 4.6666666667vw;
  height: 0.6666666667vw;
  background-color: #fff;
  display: block;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 2.9333333333vw;
  transform: translateY(-50%) rotate(-90deg);
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transition: all ease 0.2s;
}
@media screen and (min-width: 751px), print {
  .faqArea-btn:after {
    width: 35px;
    height: 5px;
    right: 22px;
  }
}
.faqArea-btn.active:after {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.faqArea-btn img {
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  position: absolute;
  left: 4.4vw;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (min-width: 751px), print {
  .faqArea-btn img {
    width: 50px;
    height: 50px;
    left: 33px;
  }
}
@media screen and (min-width: 751px), print {
  .faqArea-btn img {
    width: 50px;
    height: 50px;
  }
}
.faqArea-item {
  display: none;
  background-color: #fff;
  font-size: 3.4666666667vw;
  color: #370000;
  position: relative;
  padding: 5.3333333333vw;
  padding-top: 4.8vw;
  padding-left: 14.6666666667vw;
  line-height: 1.8;
}
@media screen and (min-width: 751px), print {
  .faqArea-item {
    font-size: 26px;
    padding: 40px;
    padding-top: 36px;
    padding-left: 110px;
  }
}
.faqArea-item img {
  width: 6.6666666667vw;
  height: 6.6666666667vw;
  position: absolute;
  left: 4.4vw;
  top: 4.5333333333vw;
}
@media screen and (min-width: 751px), print {
  .faqArea-item img {
    width: 50px;
    height: 50px;
    top: 34px;
    left: 33px;
  }
}

.companyArea {
  padding-top: 16vw;
  padding-bottom: 12vw;
}
@media screen and (min-width: 751px), print {
  .companyArea {
    padding-top: 120px;
    padding-bottom: 90px;
  }
}
.companyArea-ttl {
  width: 30.2666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 751px), print {
  .companyArea-ttl {
    width: 227px;
  }
}
.companyArea > h2 {
  font-size: 9.3333333333vw;
  text-align: center;
  color: #ff6f18;
  margin-top: 0.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .companyArea > h2 {
    font-size: 70px;
    margin-top: 5px;
  }
}
.companyArea-table {
  width: 89.3333333333vw;
  margin: 0 auto;
  margin-top: 4vw;
}
@media screen and (min-width: 751px), print {
  .companyArea-table {
    margin-top: 30px;
    width: 670px;
  }
}
.companyArea-table .group {
  padding: 4.6666666667vw 0;
  display: flex;
  border-top: 1px solid #000;
}
@media screen and (min-width: 751px), print {
  .companyArea-table .group {
    padding: 35px 0;
  }
}
.companyArea-table .group:nth-child(1) {
  border: none;
}
.companyArea-table .group dt {
  width: 26.6666666667vw;
  font-size: 3.4666666667vw;
  text-align: center;
}
@media screen and (min-width: 751px), print {
  .companyArea-table .group dt {
    width: 200px;
    font-size: 26px;
  }
}
.companyArea-table .group dd {
  width: 62.6666666667vw;
  font-size: 3.4666666667vw;
  padding-left: 5.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .companyArea-table .group dd {
    width: 470px;
    font-size: 26px;
    padding-left: 40px;
  }
}
.companyArea-table .group .map {
  width: 53.3333333333vw;
  height: 31.2vw;
  margin-top: 2.1333333333vw;
}
@media screen and (min-width: 751px), print {
  .companyArea-table .group .map {
    width: 400px;
    height: 234px;
    margin-top: 16px;
  }
}
.companyArea-table .group .map iframe {
  width: 100%;
  height: 100%;
}
.companyArea-btn {
  color: #0081ef;
  text-align: center;
  text-decoration: underline;
  transition: all ease 0.2s;
  font-size: 3.2vw;
  margin-top: 4vw;
}
@media screen and (min-width: 751px), print {
  .companyArea-btn {
    font-size: 24px;
    margin-top: 30px;
  }
}
.companyArea-btn:hover {
  opacity: 0.7;
}
.companyArea-privacy .ttl {
  font-size: 6.6666666667vw;
  font-weight: 700;
  text-align: center;
  padding: 4vw 0;
}
@media screen and (min-width: 751px), print {
  .companyArea-privacy .ttl {
    font-size: 50px;
    padding: 30px 0;
  }
}
.companyArea-privacy h3 {
  font-size: 4.5333333333vw;
  margin-top: 2em;
}
@media screen and (min-width: 751px), print {
  .companyArea-privacy h3 {
    font-size: 34px;
  }
}
.companyArea-privacy h4 {
  font-size: 4vw;
  margin-top: 1em;
}
@media screen and (min-width: 751px), print {
  .companyArea-privacy h4 {
    font-size: 30px;
  }
}
.companyArea-privacy p {
  font-size: 3.4666666667vw;
}
@media screen and (min-width: 751px), print {
  .companyArea-privacy p {
    font-size: 26px;
  }
}
.companyArea {
  /* --- モーダル全体のラッパー（非表示状態） --- */
}
.companyArea .modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: none; /* 最初は隠しておく */
}
.companyArea {
  /* JSでこのクラスが付与されたら表示する */
}
.companyArea .modal.is-active {
  display: block;
}
.companyArea {
  /* --- 背景の黒いオーバーレイ --- */
}
.companyArea .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* 60%の黒 */
}
.companyArea {
  /* --- モーダルの白いウィンドウ --- */
}
.companyArea .modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 画面のど真ん中に配置 */
  width: 90%;
  max-width: 750px;
  padding: 5.3333333333vw;
  background-color: #fff;
  border-radius: 8px; /* 角丸 */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 751px), print {
  .companyArea .modal-inner {
    padding: 40px 30px;
  }
}
.companyArea {
  /* --- 閉じるボタン（×） --- */
}
.companyArea .modal-close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 30px;
  cursor: pointer;
  color: #666;
  line-height: 1;
}
.companyArea {
  /* --- プライバシーポリシー内のスクロール設定 --- */
}
.companyArea .companyArea-privacy {
  max-height: 80vh; /* 画面の高さの70%までに制限 */
  overflow-y: auto; /* はみ出たらスクロールバーを出す */
}

.footerArea {
  background-color: #ff6f18;
  color: #fff;
  padding: 5.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .footerArea {
    padding: 40px;
  }
}
.footerArea p {
  text-align: center;
  line-height: 1.5;
  font-weight: 400;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .footerArea p {
    font-size: 20px;
  }
}

#check #confirm {
  margin-top: 121px;
  padding: 50px 0;
}
#check #confirm .check-form {
  width: 94%;
  margin-top: clamp(2.5rem, 1.74rem + 3.24vw, 3.75rem);
  margin-right: auto;
  margin-left: auto;
}
#check #confirm .check-form__item .title {
  padding-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.3;
  border-bottom: 2px solid #63c5eb;
  font-size: 20px;
}
#check #confirm .check-form__item .text {
  margin-top: 0.5em;
  line-height: 1.3;
  font-size: 20px;
}
#check #confirm .check-form__item + .check-form__item {
  margin-top: 1.5em;
}
#check #confirm .check-form__button-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: clamp(2.5rem, 0.981rem + 6.48vw, 5rem);
  margin-right: auto;
  margin-left: auto;
}
#check #confirm .check-form__button-group .send {
  width: 100%;
  max-width: 11.25rem;
  padding: 1.5rem 1rem;
  font-weight: 700;
  color: #fff;
  background-color: #ff0080;
  border: 2px solid #ff0080;
  border-radius: 100vmax;
  transition: background-color 0.3s, color 0.3s;
  font-size: 20px;
}
#check #confirm .check-form__button-group .back {
  margin-top: 2em;
  font-size: 20px;
  color: #666;
  transition: opacity 0.3s;
}

@media (max-width: 750px) {
  #check #confirm {
    margin-top: 61px;
  }
  #check #confirm .check-form__item .title {
    font-size: 15px;
  }
  #check #confirm .check-form__item .text {
    font-size: 17px;
  }
  #check #confirm .check-form__button-group .send {
    font-size: 16px;
  }
  #check #confirm .check-form__button-group .back {
    font-size: 15px;
  }
}
body {
  padding: 0;
  margin: 0;
}

#confirm.confirm {
  max-width: 750px;
  background-color: #fff;
  padding: 0;
  margin: 0 auto;
}
#confirm.confirm .header-logo {
  padding: 4vw 0;
  border-bottom: 0.2666666667vw #000 solid;
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 751px), print {
  #confirm.confirm .header-logo {
    padding: 30px 0;
    border-bottom: 2px #000 solid;
    margin-bottom: 40px;
  }
}
#confirm.confirm .header-logo img {
  width: 67.3333333333vw;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 751px), print {
  #confirm.confirm .header-logo img {
    width: 505px;
  }
}
#confirm.confirm .common-heading::after {
  background-image: linear-gradient(135deg, #151515 50%, #50c7a5 50%);
}
#confirm.confirm .check-form {
  margin-top: 4vw;
}
@media screen and (min-width: 751px), print {
  #confirm.confirm .check-form {
    margin-top: 30px;
  }
}
#confirm.confirm .check-form__item .title {
  border-bottom: 2px solid #50c7a5;
}
#confirm.confirm .check-form__button-group {
  margin-top: 8vw;
}
@media screen and (min-width: 751px), print {
  #confirm.confirm .check-form__button-group {
    margin-top: 60px;
  }
}
#confirm.confirm .submit_btn {
  width: 100%;
  max-width: 80vw;
  background-color: #50c7a5;
  color: #fff;
  font-size: 5.3333333333vw;
  font-weight: 700;
  padding: 4vw 0;
  border-radius: 13.3333333333vw;
  border: none;
  box-shadow: 0 1.3333333333vw 0 #2a8167;
  cursor: pointer;
  letter-spacing: 0.05em;
  transition: all 0.2s ease;
}
@media screen and (min-width: 751px), print {
  #confirm.confirm .submit_btn {
    max-width: 600px;
    font-size: 40px;
    padding: 30px 0;
    border-radius: 100px;
    box-shadow: 0 10px 0 #2a8167;
  }
}
#confirm.confirm .submit_btn.red {
  background-color: #ff6f18;
  box-shadow: 0 1.3333333333vw 0 #4e1d00;
}
@media screen and (min-width: 751px), print {
  #confirm.confirm .submit_btn.red {
    box-shadow: 0 10px 0 #4e1d00;
  }
}
#confirm.confirm .submit_btn.red:hover {
  transform: translateY(0.5333333333vw);
  box-shadow: 0 0.8vw 0 #4e1d00;
}
@media screen and (min-width: 751px), print {
  #confirm.confirm .submit_btn.red:hover {
    transform: translateY(4px);
    box-shadow: 0 6px 0 #4e1d00;
  }
}
#confirm.confirm .submit_btn:hover {
  transform: translateY(0.5333333333vw);
  box-shadow: 0 0.8vw 0 #2a8167;
}
@media screen and (min-width: 751px), print {
  #confirm.confirm .submit_btn:hover {
    transform: translateY(4px);
    box-shadow: 0 6px 0 #2a8167;
  }
}
#confirm.confirm .check-form__button-group .back {
  margin-top: 5.3333333333vw;
  margin-bottom: 8vw;
}
@media screen and (min-width: 751px), print {
  #confirm.confirm .check-form__button-group .back {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

#admin .admin__company-list {
  --color: #63c5eb;
  max-width: 56.25rem;
  padding: clamp(1.5rem, 0.892rem + 2.59vw, 2.5rem) clamp(0.75rem, 0.294rem + 1.94vw, 1.5rem);
  margin-top: clamp(2.5rem, 1.74rem + 3.24vw, 3.75rem);
  margin-right: auto;
  margin-left: auto;
  border: 1px solid var(--color);
}
#admin .admin__company-list dl {
  max-width: 80%;
  margin-right: auto;
  margin-left: auto;
}
#admin .admin__company-list .group {
  display: flex;
}
#admin .admin__company-list .group dt {
  flex: 0 0 20%;
  min-width: 5rem;
  padding-right: clamp(1.5rem, 0.892rem + 2.59vw, 2.5rem);
  color: var(--color);
  white-space: nowrap;
  padding-top: clamp(1rem, 0.696rem + 1.3vw, 1.5rem);
  padding-bottom: clamp(1rem, 0.696rem + 1.3vw, 1.5rem);
}
#admin .admin__company-list .group dd {
  flex: 1 1 100%;
  padding-left: clamp(1.5rem, 0.892rem + 2.59vw, 2.5rem);
  line-height: 1.3;
  border-left: 1px solid var(--color);
  padding-top: clamp(1rem, 0.696rem + 1.3vw, 1.5rem);
  padding-bottom: clamp(1rem, 0.696rem + 1.3vw, 1.5rem);
}
#admin .admin__company-list .group .map {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 1em;
}
#admin .admin__company-list .group .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#admin .admin__company-list .group + .group {
  margin-top: clamp(1rem, 0.696rem + 1.3vw, 1.5rem);
}
#admin .admin__privacy-policy {
  max-width: 56.25rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-top: clamp(2.5rem, 0.981rem + 6.48vw, 5rem);
  margin-right: auto;
  margin-left: auto;
  border-top: 0.5px solid #a4a4a4;
  border-bottom: 0.5px solid #a4a4a4;
}
#admin .admin__privacy-policy ol {
  margin-top: 2em;
  list-style-type: none;
}
#admin .admin__privacy-policy ol .heading {
  padding-left: 1.2em;
  font-size: clamp(1.25rem, 1.022rem + 0.97vw, 1.625rem);
  font-weight: 700;
  line-height: 1.3;
  text-indent: -1.2em;
}
#admin .admin__privacy-policy ol li + li {
  margin-top: 2em;
}
#admin .admin__privacy-policy ol p {
  margin-top: 1em;
}
#admin .admin__privacy-policy .contact {
  margin-top: clamp(1.5rem, 0.892rem + 2.59vw, 2.5rem);
}
#admin .admin__privacy-policy .contact p {
  margin-bottom: 0.5em;
  font-weight: 700;
}
#admin .admin__privacy-policy .contact ul {
  list-style-type: none;
}
#admin .admin__privacy-policy .contact ul li {
  line-height: 1.3;
}
#admin .admin__privacy-policy .contact ul li:last-of-type {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
}
#admin .admin__privacy-policy .contact ul li + li {
  margin-top: 1em;
}

@media (max-width: 750px) {
  #admin .admin__company-list dl {
    max-width: none;
  }
}
#mailstop .form__container {
  max-width: 56.25rem;
  padding: clamp(2.5rem, 1.74rem + 3.24vw, 3.75rem) clamp(1rem, 0.088rem + 3.89vw, 2.5rem);
  margin-top: clamp(2.5rem, 1.74rem + 3.24vw, 3.75rem);
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#mailstop .form__container > p {
  font-size: clamp(1rem, 0.696rem + 1.3vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
#mailstop .form__container .form__main {
  margin-top: clamp(2.5rem, 1.74rem + 3.24vw, 3.75rem);
}
#mailstop .form__container .form__item {
  --border: #babbbb;
  --bg: #eee;
  --required: #ff0080;
  --optional: #666;
  display: flex;
  align-items: center;
  font-size: clamp(1rem, 0.924rem + 0.32vw, 1.125rem);
}
#mailstop .form__container .form__item + .form__item {
  margin-top: 2em;
}
#mailstop .form__container .form__heading {
  display: flex;
  flex-basis: 35%;
  flex-shrink: 0;
  align-items: baseline;
}
#mailstop .form__container .form__label {
  font-weight: 700;
  line-height: 1.5;
}
#mailstop .form__container .form__optional, #mailstop .form__container .form__require {
  flex-shrink: 0;
  order: -1;
  padding: 0.25rem;
  margin-right: 0.5em;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
}
#mailstop .form__container .form__require {
  background-color: #ff0080;
}
#mailstop .form__container .form__optional {
  background-color: #666;
}
#mailstop .form__container .form__body {
  display: flex;
  flex-basis: 65%;
  flex-grow: 1;
  align-items: center;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  padding-left: 2em;
  margin-left: 2em;
  border-left: 1px solid #000;
}
#mailstop .form__container .form__input {
  flex-grow: 1;
}
#mailstop .form__container .form__input input, #mailstop .form__container .form__input textarea {
  width: 100%;
  padding: 0.5rem;
  line-height: 1.5;
  background-color: #eee;
  border: 1px solid #babbbb;
  width: 100%;
}
#mailstop .form__confirm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: clamp(2.5rem, 0.981rem + 6.48vw, 5rem);
}
#mailstop .form__confirm .button {
  position: relative;
  width: 100%;
  max-width: 25rem;
  padding: clamp(1rem, 0.696rem + 1.3vw, 1.5rem) 1rem;
  font-size: clamp(1.375rem, 1.147rem + 0.97vw, 1.75rem);
  font-weight: 700;
  color: #fff;
  background-color: #1fbe1b;
  border: 2px solid #1fbe1b;
  border-radius: 100vmax;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
}
#mailstop .form__confirm .button::before {
  position: absolute;
  top: 50%;
  right: 1em;
  width: clamp(0.5rem, 0.348rem + 0.65vw, 0.75rem);
  height: clamp(0.5rem, 0.348rem + 0.65vw, 0.75rem);
  content: "";
  border-top: clamp(0.125rem, 0.049rem + 0.32vw, 0.25rem) solid #fff;
  border-right: clamp(0.125rem, 0.049rem + 0.32vw, 0.25rem) solid #fff;
  transition: border 0.3s, transform 0.3s;
  transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  #mailstop .form__confirm .button:hover {
    color: #1fbe1b;
    background-color: #fff;
  }
  #mailstop .form__confirm .button:hover::before {
    border-color: #1fbe1b;
    transform: translateX(4px) translateY(-50%) rotate(45deg);
  }
}

@media (max-width: 750px) {
  #mailstop .form__container .form__item {
    flex-direction: column;
    align-items: stretch;
    padding-top: clamp(1rem, 0.067rem + 3.98vw, 1.5rem);
    padding-bottom: clamp(1rem, 0.067rem + 3.98vw, 1.5rem);
    border-top: 1px solid #000;
  }
  #mailstop .form__container .form__item:last-of-type {
    border-bottom: 1px solid #000;
  }
  #mailstop .form__container .form__item + .form__item {
    margin-top: 0;
  }
  #mailstop .form__container .form__body {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-top: 1em;
    margin-left: 0;
    border: none;
  }
}
#mailstop .form__container {
  max-width: 56.25rem;
  padding: clamp(2.5rem, 1.74rem + 3.24vw, 3.75rem) clamp(1rem, 0.088rem + 3.89vw, 2.5rem);
  margin-top: clamp(2.5rem, 1.74rem + 3.24vw, 3.75rem);
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
#mailstop .form__container > p {
  font-size: clamp(1rem, 0.696rem + 1.3vw, 1.5rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
#mailstop .form__container .form__main {
  margin-top: clamp(2.5rem, 1.74rem + 3.24vw, 3.75rem);
}
#mailstop .form__container .form__item {
  --border: #babbbb;
  --bg: #eee;
  --required: #ff0080;
  --optional: #666;
  display: flex;
  align-items: center;
  font-size: clamp(1rem, 0.924rem + 0.32vw, 1.125rem);
}
#mailstop .form__container .form__item + .form__item {
  margin-top: 2em;
}
#mailstop .form__container .form__heading {
  display: flex;
  flex-basis: 35%;
  flex-shrink: 0;
  align-items: baseline;
}
#mailstop .form__container .form__label {
  font-weight: 700;
  line-height: 1.5;
}
#mailstop .form__container .form__optional, #mailstop .form__container .form__require {
  flex-shrink: 0;
  order: -1;
  padding: 0.25rem;
  margin-right: 0.5em;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
}
#mailstop .form__container .form__require {
  background-color: #ff0080;
}
#mailstop .form__container .form__optional {
  background-color: #666;
}
#mailstop .form__container .form__body {
  display: flex;
  flex-basis: 65%;
  flex-grow: 1;
  align-items: center;
  padding-top: 0.5em;
  padding-right: 1em;
  padding-bottom: 0.5em;
  padding-left: 2em;
  margin-left: 2em;
  border-left: 1px solid #000;
}
#mailstop .form__container .form__input {
  flex-grow: 1;
}
#mailstop .form__container .form__input input, #mailstop .form__container .form__input textarea {
  width: 100%;
  padding: 0.5rem;
  line-height: 1.5;
  background-color: #eee;
  border: 1px solid #babbbb;
  width: 100%;
}
#mailstop .form__confirm {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: clamp(2.5rem, 0.981rem + 6.48vw, 5rem);
}
#mailstop .form__confirm .button {
  position: relative;
  width: 100%;
  max-width: 25rem;
  padding: clamp(1rem, 0.696rem + 1.3vw, 1.5rem) 1rem;
  font-size: clamp(1.375rem, 1.147rem + 0.97vw, 1.75rem);
  font-weight: 700;
  color: #fff;
  background-color: #1fbe1b;
  border: 2px solid #1fbe1b;
  border-radius: 100vmax;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
}
#mailstop .form__confirm .button::before {
  position: absolute;
  top: 50%;
  right: 1em;
  width: clamp(0.5rem, 0.348rem + 0.65vw, 0.75rem);
  height: clamp(0.5rem, 0.348rem + 0.65vw, 0.75rem);
  content: "";
  border-top: clamp(0.125rem, 0.049rem + 0.32vw, 0.25rem) solid #fff;
  border-right: clamp(0.125rem, 0.049rem + 0.32vw, 0.25rem) solid #fff;
  transition: border 0.3s, transform 0.3s;
  transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover) and (pointer: fine) {
  #mailstop .form__confirm .button:hover {
    color: #1fbe1b;
    background-color: #fff;
  }
  #mailstop .form__confirm .button:hover::before {
    border-color: #1fbe1b;
    transform: translateX(4px) translateY(-50%) rotate(45deg);
  }
}

@media (max-width: 750px) {
  #mailstop .form__container .form__item {
    flex-direction: column;
    align-items: stretch;
    padding-top: clamp(1rem, 0.067rem + 3.98vw, 1.5rem);
    padding-bottom: clamp(1rem, 0.067rem + 3.98vw, 1.5rem);
    border-top: 1px solid #000;
  }
  #mailstop .form__container .form__item:last-of-type {
    border-bottom: 1px solid #000;
  }
  #mailstop .form__container .form__item + .form__item {
    margin-top: 0;
  }
  #mailstop .form__container .form__body {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-top: 1em;
    margin-left: 0;
    border: none;
  }
}/*# sourceMappingURL=style.css.map */