@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.05em;
}

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: #000000;
  background-color: #eee;
  font-family: "LINE Seed JP", sans-serif;
}

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);
  }
}
.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;
  }
} 
.poyopoyo {
  animation: poyopoyo 3s ease-out infinite;
  opacity: 1;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.common-ttl {
  font-size: 8.5333333333vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 751px), print {
  .common-ttl {
    font-size: 64px;
  }
}
.common-ttl .small {
  font-size: 4.8vw;
}
@media screen and (min-width: 751px), print {
  .common-ttl .small {
    font-size: 36px;
  }
}
.common-ttl img {
  display: inline-block;
  width: 42.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .common-ttl img {
    width: 320px;
  }
}

.mvArea {
  position: relative;
}
.mvArea h1 {
  width: 100%;
  display: block;
  text-align: center;
  position: absolute;
  top: 6.4vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  line-height: 1.2;
}
@media screen and (min-width: 751px), print {
  .mvArea h1 {
    top: 48px;
  }
}
.mvArea h1 span {
  display: block;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .mvArea h1 span {
    font-size: 40px;
  }
}
.mvArea h1 img {
  display: block;
  width: 80vw;
  margin: 0 auto;
  margin-top: 1.0666666667vw;
}
@media screen and (min-width: 751px), print {
  .mvArea h1 img {
    width: 600px;
    margin-top: 8px;
  }
}
.mvArea-box {
  background-color: #FDEBC7;
  padding-bottom: 6.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .mvArea-box {
    padding-bottom: 50px;
  }
}
.mvArea-img-2 {
  display: block;
  width: 97.3333333333vw;
  margin-top: -18.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .mvArea-img-2 {
    width: 730px;
    margin: 0 auto;
    margin-top: -140px;
  }
}
.mvArea-btnArea {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .mvArea-btnArea {
    margin-top: 40px;
  }
}
.mvArea .btn_1 {
  margin: 0 auto;
  width: 93.3333333333vw;
  padding-left: 2.1333333333vw;
}
@media screen and (min-width: 751px), print {
  .mvArea .btn_1 {
    width: 700px;
    padding-left: 8px;
  }
}
.mvArea .btn_1 a {
  display: block;
}
.mvArea .btn_2 {
  margin: 0 auto;
  width: 93.3333333333vw;
  padding-left: 2.1333333333vw;
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .mvArea .btn_2 {
    width: 700px;
    padding-left: 8px;
    margin-top: 10px;
  }
}
.mvArea .btn_2 a {
  display: block;
}

.huanArea {
  position: relative;
  background: #EBEAE8;
  padding-top: 8.5333333333vw;
  padding-bottom: 20vw;
}
@media screen and (min-width: 751px), print {
  .huanArea {
    padding-top: 64px;
    padding-bottom: 150px;
  }
}
.huanArea-ttl {
  display: flex;
  width: 81.3333333333vw;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (min-width: 751px), print {
  .huanArea-ttl {
    width: 610px;
  }
}
.huanArea-ttl span {
  line-height: 1.5;
  font-size: 6.4vw;
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 751px), print {
  .huanArea-ttl span {
    font-size: 48px;
  }
}
.huanArea-ttl img {
  display: block;
  width: 27.7333333333vw;
}
@media screen and (min-width: 751px), print {
  .huanArea-ttl img {
    width: 208px;
  }
}
.huanArea-list {
  width: 76.8vw;
  margin: 0 auto;
  margin-top: 4.2666666667vw;
}
@media screen and (min-width: 751px), print {
  .huanArea-list {
    width: 576px;
    margin-top: 32px;
  }
}
.huanArea-list li {
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  font-size: 4.2666666667vw;
  border-radius: 100px;
  border: solid #D9D9D9 0.5333333333vw;
  margin-top: 2.1333333333vw;
  background: #fff;
  padding: 3.2vw 0;
}
@media screen and (min-width: 751px), print {
  .huanArea-list li {
    font-size: 32px;
    border: solid #D9D9D9 4px;
    padding: 24px 0;
    margin-top: 16px;
  }
}
.huanArea-list li .green {
  color: #4D8377;
  font-size: 4.8vw;
}
@media screen and (min-width: 751px), print {
  .huanArea-list li .green {
    font-size: 36px;
  }
}

.kaiketsuArea {
  position: relative;
  background-color: #FCF8E7;
  padding-bottom: 10.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea {
    padding-bottom: 40px;
  }
}
.kaiketsuArea:after {
  content: "";
  display: inline-block;
  background-image: url(../img/huanArea_img_2.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 8.8vw;
  height: 10.9333333333vw;
  display: inline-block;
  position: absolute;
  top: -14.4vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 3;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea:after {
    width: 66px;
    height: 82px;
    top: -108px;
  }
}
.kaiketsuArea .arch-window {
  width: 100vw;
  height: 12vw;
  position: absolute;
  overflow: hidden; /* ★ここが重要：枠からはみ出た部分を隠す */
  top: -8vw;
  z-index: 1;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea .arch-window {
    width: 750px;
    height: 90px;
    top: -60px;
  }
}
.kaiketsuArea .arch-window .huge-circle {
  background-color: #FCF8E7; /* お好きな色に */
  border-radius: 50%; /* 完全な円にする */
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 320vw;
  height: 320vw;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea .arch-window .huge-circle {
    width: 2400px;
    height: 2400px;
  }
}
.kaiketsuArea .common-ttl {
  position: relative;
  z-index: 2;
}
.kaiketsuArea-list {
  width: 89.3333333333vw;
  margin: 0 auto;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea-list {
    width: 670px;
  }
}
.kaiketsuArea-list li {
  border-radius: 2.1333333333vw;
  background: #fff;
  margin-top: 5.3333333333vw;
  padding-bottom: 3.2vw;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea-list li {
    border-radius: 16px;
    margin-top: 40px;
    padding-bottom: 24px;
  }
}
.kaiketsuArea-list-ttl {
  display: flex;
  align-items: flex-end;
  padding-left: 2.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea-list-ttl {
    padding-left: 20px;
  }
}
.kaiketsuArea-list-ttl span {
  display: block;
  color: #008852;
  font-weight: 700;
  font-size: 6.4vw;
  line-height: 1.3;
  padding-left: 2.1333333333vw;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea-list-ttl span {
    font-size: 48px;
    padding-left: 16px;
  }
}
.kaiketsuArea-list-ttl img {
  display: block;
  width: 16vw;
  height: 16vw;
  margin-top: -4vw;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea-list-ttl img {
    width: 120px;
    height: 120px;
    margin-top: -30px;
  }
}
.kaiketsuArea-list-txt {
  font-size: 4.2666666667vw;
  padding: 0 5.3333333333vw;
  line-height: 1.5;
  margin-top: 2.1333333333vw;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea-list-txt {
    font-size: 32px;
    padding: 0 40px;
    margin-top: 16px;
  }
}
.kaiketsuArea-list-caution {
  font-size: 3.2vw;
  color: #8E8E8E;
  padding: 0 5.3333333333vw;
  margin-top: 1.0666666667vw;
}
@media screen and (min-width: 751px), print {
  .kaiketsuArea-list-caution {
    font-size: 24px;
    padding: 0 40px;
    margin-top: 8px;
  }
}

.campaignArea {
  background-image: url(../img/campaignArea_bg.webp);
  background-size: cover;
  padding-bottom: 8vw;
}
@media screen and (min-width: 751px), print {
  .campaignArea {
    padding-bottom: 60px;
  }
}
.campaignArea-img-1 {
  width: 83.2vw;
  margin: 0 auto;
}
@media screen and (min-width: 751px), print {
  .campaignArea-img-1 {
    width: 624px;
  }
}
.campaignArea-img-2 {
  margin-top: -2.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .campaignArea-img-2 {
    margin-top: -20px;
  }
}
.campaignArea-img-3 {
  margin-top: -5.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .campaignArea-img-3 {
    margin-top: -40px;
  }
}
.campaignArea-btnArea {
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .campaignArea-btnArea {
    margin-top: 40px;
  }
}
.campaignArea .btn_1 {
  margin: 0 auto;
  width: 93.3333333333vw;
  padding-left: 2.1333333333vw;
}
@media screen and (min-width: 751px), print {
  .campaignArea .btn_1 {
    width: 700px;
    padding-left: 8px;
  }
}
.campaignArea .btn_1 a {
  display: block;
}
.campaignArea .btn_2 {
  margin: 0 auto;
  width: 93.3333333333vw;
  padding-left: 2.1333333333vw;
  margin-top: 1.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .campaignArea .btn_2 {
    width: 700px;
    padding-left: 8px;
    margin-top: 10px;
  }
}
.campaignArea .btn_2 a {
  display: block;
}

.aboutArea {
  padding-top: 8vw;
}
@media screen and (min-width: 751px), print {
  .aboutArea {
    padding-top: 60px;
  }
}
.aboutArea-lead {
  width: 89.3333333333vw;
  font-size: 4.2666666667vw;
  margin: 0 auto;
  letter-spacing: 0;
  margin-top: 4vw;
  line-height: 1.5;
}
@media screen and (min-width: 751px), print {
  .aboutArea-lead {
    width: 670px;
    font-size: 32px;
    margin-top: 30px;
  }
}
.aboutArea-lead .bg_orange {
  font-weight: 700;
  background-color: #FFE5BD;
}
.aboutArea-img-1 {
  width: 89.3333333333vw;
  margin: 0 auto;
  margin-top: 2.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .aboutArea-img-1 {
    width: 670px;
    margin-top: 20px;
  }
}
.aboutArea-img-2 {
  margin-top: 8vw;
}
@media screen and (min-width: 751px), print {
  .aboutArea-img-2 {
    margin-top: 60px;
  }
}
.aboutArea .tableArea {
  width: 94.6666666667vw;
  margin: 0 auto;
  background-color: #FCF8E7;
  padding-bottom: 4vw;
}
@media screen and (min-width: 751px), print {
  .aboutArea .tableArea {
    width: 710px;
    padding-bottom: 30px;
  }
}
.aboutArea .tableArea-ttl {
  font-size: 7.4666666667vw;
  padding: 3.2vw 0;
  text-align: center;
  font-weight: 700;
  background-color: #FDEBC7;
  border-radius: 4.2666666667vw 4.2666666667vw 0 0;
}
@media screen and (min-width: 751px), print {
  .aboutArea .tableArea-ttl {
    font-size: 56px;
    padding: 24px;
    border-radius: 32px 32px 0 0;
  }
}
.aboutArea .tableArea-ttl .small {
  font-size: 6.4vw;
}
@media screen and (min-width: 751px), print {
  .aboutArea .tableArea-ttl .small {
    font-size: 48px;
  }
}
.aboutArea .tableArea table {
  width: 89.3333333333vw;
  margin: 0 auto;
  max-width: 670px;
  margin-top: 12vw;
}
@media screen and (min-width: 751px), print {
  .aboutArea .tableArea table {
    margin-top: 90px;
  }
}
.aboutArea .tableArea table tr:nth-last-child(1) td:nth-child(2) {
  border-bottom: 1.3333333333vw solid #ff6f18;
}
@media screen and (min-width: 751px), print {
  .aboutArea .tableArea table tr:nth-last-child(1) td:nth-child(2) {
    border-bottom: 10px solid #ff6f18;
  }
}
.aboutArea .tableArea table tr:nth-last-child(1) td:nth-last-child(1) {
  border-bottom: none;
}
.aboutArea .tableArea table th {
  padding: 1.6vw 0;
  color: #fff;
  font-size: 3.2vw;
  line-height: 1;
  font-weight: 700;
}
@media screen and (min-width: 751px), print {
  .aboutArea .tableArea table th {
    padding: 12px 0;
    font-size: 24px;
  }
}
.aboutArea .tableArea table th:nth-child(1) {
  background-color: #4C8074;
  font-size: 3.2vw;
  height: 7.4666666667vw;
}
@media screen and (min-width: 751px), print {
  .aboutArea .tableArea table th:nth-child(1) {
    font-size: 24px;
    height: 56px;
  }
}
.aboutArea .tableArea table th:nth-child(1) .small {
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .aboutArea .tableArea table th:nth-child(1) .small {
    font-size: 20px;
  }
}
.aboutArea .tableArea table th:nth-child(2) {
  border-radius: 0;
  background-color: #ff6f18;
  color: #fff153;
  position: relative;
  padding: 0;
  line-height: 1.2;
  height: 7.4666666667vw;
  border-right: 1.3333333333vw solid #ff6f18;
  border-left: 1.3333333333vw solid #ff6f18;
}
@media screen and (min-width: 751px), print {
  .aboutArea .tableArea table th:nth-child(2) {
    height: 56px;
    border-right: 10px solid #ff6f18;
    border-left: 10px solid #ff6f18;
  }
}
.aboutArea .tableArea table th:nth-child(2) img {
  display: block;
  width: 21.3333333333vw;
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 751px), print {
  .aboutArea .tableArea table th:nth-child(2) img {
    width: 160px;
  }
}
.aboutArea .tableArea table th:nth-child(2):before {
  position: absolute;
  content: "";
  background-color: #ff6f18;
  display: block;
  width: 100%;
  height: 6.6666666667vw;
  border-radius: 1.0666666667vw 1.0666666667vw 0 0;
  top: -6.6666666667vw;
  border-right: 1.3333333333vw solid #ff6f18;
  border-left: 1.3333333333vw solid #ff6f18;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 751px), print {
  .aboutArea .tableArea table th:nth-child(2):before {
    height: 50px;
    border-radius: 8px 8px 0 0;
    top: -50px;
    border-right: 10px solid #ff6f18;
    border-left: 10px solid #ff6f18;
  }
}
.aboutArea .tableArea table th:nth-child(3) {
  background-color: #606060;
  border-right: 0.5333333333vw solid #FCF8E7;
}
@media screen and (min-width: 751px), print {
  .aboutArea .tableArea table th:nth-child(3) {
    border-right: 2px solid #FCF8E7;
  }
}
.aboutArea .tableArea table th:nth-child(4) {
  background-color: #606060;
}
.aboutArea .tableArea table td {
  font-size: 5.3333333333vw;
  border-right: 0.2666666667vw solid #FCF8E7;
  border-bottom: 0.2666666667vw solid #FCF8E7;
  text-align: center;
  line-height: 1.2;
  background-color: #D9D9D9;
  padding: 2.6666666667vw 0;
  font-weight: 700;
  vertical-align: baseline;
}
@media screen and (min-width: 751px), print {
  .aboutArea .tableArea table td {
    font-size: 40px;
    border-right: 2px solid #FCF8E7;
    border-bottom: 2px solid #FCF8E7;
    padding: 20px 0;
  }
}
.aboutArea .tableArea table td .small {
  font-size: 3.2vw;
}
@media screen and (min-width: 751px), print {
  .aboutArea .tableArea table td .small {
    font-size: 24px;
  }
}
.aboutArea .tableArea table td:nth-child(1) {
  color: #4C8074;
  text-align: right;
  padding-right: 2.1333333333vw;
  background-color: #fff;
  width: 27.7333333333vw;
  font-size: 4.2666666667vw;
  letter-spacing: normal;
}
@media screen and (min-width: 751px), print {
  .aboutArea .tableArea table td:nth-child(1) {
    font-size: 32px;
    width: 208px;
    padding-right: 16px;
  }
}
.aboutArea .tableArea table td:nth-child(1) .small {
  font-size: 3.2vw;
}
@media screen and (min-width: 751px), print {
  .aboutArea .tableArea table td:nth-child(1) .small {
    font-size: 24px;
  }
}
.aboutArea .tableArea table td:nth-child(2) {
  color: #ff6f18;
  background-color: #FFF7EB;
  font-size: 6.9333333333vw;
  border-right: 1.3333333333vw solid #ff6f18;
  border-left: 1.3333333333vw solid #ff6f18;
  border-bottom: #fff solid 0.2666666667vw;
}
@media screen and (min-width: 751px), print {
  .aboutArea .tableArea table td:nth-child(2) {
    font-size: 52px;
    border-right: 10px solid #ff6f18;
    border-left: 10px solid #ff6f18;
    border-bottom: solid 2px #fff;
  }
}
.aboutArea .tableArea table td:nth-child(3) {
  color: #606060;
  width: 15.7333333333vw;
}
@media screen and (min-width: 751px), print {
  .aboutArea .tableArea table td:nth-child(3) {
    width: 118px;
  }
}
.aboutArea .tableArea table td:nth-last-child(1) {
  border-right: none;
  color: #606060;
  width: 15.7333333333vw;
}
@media screen and (min-width: 751px), print {
  .aboutArea .tableArea table td:nth-last-child(1) {
    width: 118px;
  }
}
.aboutArea .tableArea .caution {
  font-size: 3.2vw;
  font-weight: 500;
  width: 89.3333333333vw;
  max-width: 670px;
  margin: 0 auto;
  text-align: right;
  margin-top: 2.1333333333vw;
}
@media screen and (min-width: 751px), print {
  .aboutArea .tableArea .caution {
    font-size: 24px;
    margin-top: 16px;
  }
}

.otokuArea {
  background-image: url(../img/otokuArea_bg.webp);
  background-size: cover;
  padding-bottom: 9.0666666667vw;
}
@media screen and (min-width: 751px), print {
  .otokuArea {
    padding-bottom: 68px;
  }
}
.otokuArea-txt {
  font-size: 5.3333333333vw;
  text-align: center;
  padding-top: 6.4vw;
}
@media screen and (min-width: 751px), print {
  .otokuArea-txt {
    font-size: 40px;
    padding-top: 48px;
  }
}
.otokuArea-txt .small {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 751px), print {
  .otokuArea-txt .small {
    font-size: 32px;
  }
}
.otokuArea-txt .green {
  display: inline-block;
  font-size: 6.4vw;
  font-weight: 700;
  color: #009975;
  position: relative;
  margin-top: 0.45em;
}
@media screen and (min-width: 751px), print {
  .otokuArea-txt .green {
    font-size: 48px;
  }
}
.otokuArea-txt .green:before {
  content: "・";
  display: block;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  top: -0.75em;
}
.otokuArea-img-1 {
  width: 75.7333333333vw;
  padding-top: 11.2vw;
  margin: 0 auto;
}
@media screen and (min-width: 751px), print {
  .otokuArea-img-1 {
    padding-top: 84px;
    width: 568px;
  }
}

.purposeArea {
  padding: 8.5333333333vw 0 10.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .purposeArea {
    padding: 64px 0 80px;
  }
}
.purposeArea .common-ttl {
  line-height: 1.3;
}
.purposeArea .swiperArea {
  margin-top: 4.2666666667vw;
}
@media screen and (min-width: 751px), print {
  .purposeArea .swiperArea {
    margin-top: 32px;
  }
}
.purposeArea .swiperArea .purpose-swiper {
  /* ページネーション用の余白を下にあけておく */
  padding-bottom: 10.1333333333vw;
  /* 両サイドに見切れ用の余白を持たせる場合 */
  padding-left: 5.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .purposeArea .swiperArea .purpose-swiper {
    padding-bottom: 76px;
    padding-left: 40px;
  }
}
.purposeArea .swiperArea {
  /* --- カード部分のデザイン --- */
}
.purposeArea .swiperArea .card {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2.6666666667vw;
  padding: 4.2666666667vw 3.2vw;
  box-sizing: border-box;
  height: auto; /* コンテンツに合わせて高さを可変にする */
}
@media screen and (min-width: 751px), print {
  .purposeArea .swiperArea .card {
    border-radius: 20px;
    padding: 32px 24px;
  }
}
.purposeArea .swiperArea .card-head {
  display: flex;
  align-items: center;
  gap: 2.6666666667vw;
  margin-bottom: 4vw;
}
@media screen and (min-width: 751px), print {
  .purposeArea .swiperArea .card-head {
    gap: 20px;
    margin-bottom: 30px;
  }
}
.purposeArea .swiperArea .card-head .badge {
  border: 1px solid #666;
  border-radius: 1.6vw;
  padding: 1.0666666667vw 1.6vw;
  font-size: 3.7333333333vw;
  color: #666;
  line-height: 1.2;
}
@media screen and (min-width: 751px), print {
  .purposeArea .swiperArea .card-head .badge {
    border-radius: 12px;
    padding: 8px 12px;
    font-size: 28px;
  }
}
.purposeArea .swiperArea .card-head .title {
  color: #ff6f18; /* オレンジ色 */
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 751px), print {
  .purposeArea .swiperArea .card-head .title {
    font-size: 40px;
  }
}
.purposeArea .swiperArea .card-body {
  display: flex;
  gap: 4vw;
}
@media screen and (min-width: 751px), print {
  .purposeArea .swiperArea .card-body {
    gap: 30px;
  }
}
.purposeArea .swiperArea .card-body .user-info {
  width: 24vw;
  flex-shrink: 0;
  text-align: center;
}
@media screen and (min-width: 751px), print {
  .purposeArea .swiperArea .card-body .user-info {
    width: 180px;
  }
}
.purposeArea .swiperArea .card-body .user-info img {
  width: 24vw;
  height: 24vw;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 751px), print {
  .purposeArea .swiperArea .card-body .user-info img {
    width: 180px;
    height: 180px;
    margin-bottom: 16px;
  }
}
.purposeArea .swiperArea .card-body .user-info .user-attr {
  font-size: 3.4666666667vw;
  color: #666;
  line-height: 1.4;
}
@media screen and (min-width: 751px), print {
  .purposeArea .swiperArea .card-body .user-info .user-attr {
    font-size: 26px;
  }
}
.purposeArea .swiperArea .card-body .review-text {
  font-size: 3.7333333333vw;
  color: #333;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (min-width: 751px), print {
  .purposeArea .swiperArea .card-body .review-text {
    font-size: 28px;
  }
}
.purposeArea .swiperArea {
  /* --- ページネーション（ドット）のデザイン --- */
}
.purposeArea .swiperArea .swiper-pagination {
  bottom: 0 !important;
}
.purposeArea .swiperArea .swiper-pagination-bullet {
  width: 2.6666666667vw;
  height: 2.6666666667vw;
  background: #d9d9d9; /* 非アクティブ時のグレー */
  opacity: 1;
  margin: 0 1.6vw !important;
  transition: all 0.3s ease;
}
@media screen and (min-width: 751px), print {
  .purposeArea .swiperArea .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    margin: 0 12px !important;
  }
}
.purposeArea .swiperArea .swiper-pagination-bullet-active {
  background: #ff6f18; /* アクティブ時のオレンジ */
}

.guidanceArea {
  background-color: #FFFCF5;
  padding: 8.5333333333vw 0;
}
@media screen and (min-width: 751px), print {
  .guidanceArea {
    padding: 64px 0;
  }
}
.guidanceArea-ttlArea {
  padding-bottom: 2.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .guidanceArea-ttlArea {
    padding-bottom: 20px;
  }
}
.guidanceArea-ttlArea-box {
  width: 72vw;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 751px), print {
  .guidanceArea-ttlArea-box {
    width: 540px;
  }
}
.guidanceArea-ttlArea-ttl span {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  font-size: 6.4vw;
}
@media screen and (min-width: 751px), print {
  .guidanceArea-ttlArea-ttl span {
    font-size: 48px;
  }
}
.guidanceArea-ttlArea-img {
  width: 25.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .guidanceArea-ttlArea-img {
    width: 190px;
  }
}
.guidanceArea-ttlArea-txtArea {
  width: 89.3333333333vw;
  border-radius: 1.0666666667vw;
  border: solid #D9D9D9 0.2666666667vw;
  background: #fff;
  padding: 2.6666666667vw 0;
  margin: 0 auto;
}
@media screen and (min-width: 751px), print {
  .guidanceArea-ttlArea-txtArea {
    width: 670px;
    border-radius: 8px;
    border: solid #D9D9D9 2px;
    padding: 20px 0;
  }
}
.guidanceArea-ttlArea-txtArea p {
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 751px), print {
  .guidanceArea-ttlArea-txtArea p {
    font-size: 36px;
  }
}
.guidanceArea-box {
  width: 89.3333333333vw;
  border-bottom: dotted 0.2666666667vw #D9D9D9;
  margin: 0 auto;
  padding: 4.2666666667vw 0;
}
@media screen and (min-width: 751px), print {
  .guidanceArea-box {
    width: 670px;
    border-bottom: dotted 2px #D9D9D9;
    padding: 32px 0;
  }
}
.guidanceArea-box:nth-last-child(1) {
  border-bottom: none;
}
.guidanceArea-box-q {
  color: #FE7902;
  display: flex;
  font-size: 5.3333333333vw;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 751px), print {
  .guidanceArea-box-q {
    font-size: 40px;
  }
}
.guidanceArea-box-q img {
  display: block;
  width: 8vw;
  height: 6.4vw;
  margin-right: 1.0666666667vw;
}
@media screen and (min-width: 751px), print {
  .guidanceArea-box-q img {
    width: 60px;
    height: 48px;
    margin-right: 8px;
  }
}
.guidanceArea-box-a {
  color: #009975;
  display: flex;
  font-size: 4.8vw;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.0666666667vw;
  letter-spacing: 0;
}
@media screen and (min-width: 751px), print {
  .guidanceArea-box-a {
    font-size: 36px;
    margin-top: 8px;
  }
}
.guidanceArea-box-a img {
  display: block;
  width: 8vw;
  height: 6.4vw;
  margin-right: 1.0666666667vw;
}
@media screen and (min-width: 751px), print {
  .guidanceArea-box-a img {
    width: 60px;
    height: 48px;
    margin-right: 8px;
  }
}
.guidanceArea-box-txt {
  letter-spacing: 0;
  font-size: 3.7333333333vw;
  padding-left: 8.8vw;
  line-height: 1.5;
  margin-top: 1.0666666667vw;
}
@media screen and (min-width: 751px), print {
  .guidanceArea-box-txt {
    font-size: 28px;
    padding-left: 66px;
    margin-top: 8px;
  }
}

.faqArea {
  padding: 8.5333333333vw 0;
}
@media screen and (min-width: 751px), print {
  .faqArea {
    padding: 64px 0;
  }
}
.faqArea-ttl {
  font-size: 4.8vw;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8vw;
}
@media screen and (min-width: 751px), print {
  .faqArea-ttl {
    font-size: 36px;
    margin-bottom: 60px;
  }
}
.faqArea-ttl .bold {
  font-size: 12.8vw;
}
@media screen and (min-width: 751px), print {
  .faqArea-ttl .bold {
    font-size: 96px;
  }
}
.faqArea-box {
  width: 94.6666666667vw;
  margin: 0 auto;
  border-radius: 2.1333333333vw;
  overflow: hidden;
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 751px), print {
  .faqArea-box {
    width: 710px;
    border-radius: 16px;
    margin-bottom: 16px;
  }
}
.faqArea-btn {
  font-size: 4.2666666667vw;
  line-height: 1.5;
  background-color: #FBF4E7;
  position: relative;
  padding: 2.1333333333vw 0;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  padding-left: 3.2vw;
  padding-right: 11.7333333333vw;
}
@media screen and (min-width: 751px), print {
  .faqArea-btn {
    font-size: 32px;
    padding: 16px 0;
    padding-left: 24px;
    padding-right: 88px;
  }
}
.faqArea-btn .q {
  font-size: 6.6666666667vw;
  font-weight: 700;
  color: #FE7902;
  margin-right: 2.1333333333vw;
}
@media screen and (min-width: 751px), print {
  .faqArea-btn .q {
    font-size: 50px;
    margin-right: 16px;
  }
}
.faqArea-btn .txt {
  letter-spacing: 0;
}
.faqArea-btn:before {
  content: "";
  width: 4.6666666667vw;
  height: 0.6666666667vw;
  background-color: #FE7902;
  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: #FE7902;
  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-item {
  display: none;
  background-color: #fff;
  font-size: 3.7333333333vw;
  position: relative;
  padding: 2.1333333333vw 4.2666666667vw;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 751px), print {
  .faqArea-item {
    font-size: 28px;
    padding: 16px 32px;
  }
}

.formArea {
  padding-bottom: 16vw;
}
@media screen and (min-width: 751px), print {
  .formArea {
    padding-bottom: 120px;
  }
}
.formArea-ttlArea {
  padding: 4.2666666667vw 0;
  background-color: #FE7902;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media screen and (min-width: 751px), print {
  .formArea-ttlArea {
    padding: 32px 0;
  }
}
.formArea-ttl {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-size: 4.2666666667vw;
  color: #FE7902;
  background-color: #fff;
  border-radius: 100px;
  padding: 1.0666666667vw 4.8vw;
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 751px), print {
  .formArea-ttl {
    font-size: 32px;
    padding: 8px 36px;
  }
}
.formArea-ttl:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.6vw 1.0666666667vw 0 1.0666666667vw;
  border-color: #fff transparent transparent transparent;
  display: inline-block;
  position: absolute;
  bottom: -1.6vw;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (min-width: 751px), print {
  .formArea-ttl:before {
    border-width: 12px 8px 0 8px;
    bottom: -12px;
  }
}
.formArea-subttl {
  font-size: 7.4666666667vw;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin-top: 2.1333333333vw;
}
@media screen and (min-width: 751px), print {
  .formArea-subttl {
    font-size: 56px;
    margin-top: 16px;
  }
}
.formArea {
  /* --- フォーム全体のラッパー --- */
}
.formArea .form-wrapper {
  width: 89.3333333333vw;
  margin: 0 auto;
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .formArea .form-wrapper {
    width: 670px;
    margin-top: 50px;
  }
}
.formArea {
  /* --- 各入力行 --- */
}
.formArea .form-row {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .formArea .form-row {
    margin-bottom: 40px;
  }
}
.formArea {
  /* --- ラベル部分 --- */
}
.formArea .form-label {
  display: flex;
  align-items: center;
  margin-bottom: 2.1333333333vw;
}
@media screen and (min-width: 751px), print {
  .formArea .form-label {
    margin-bottom: 16px;
  }
}
.formArea .label-text {
  font-size: 4.2666666667vw;
  font-weight: bold;
}
@media screen and (min-width: 751px), print {
  .formArea .label-text {
    font-size: 32px;
  }
}
.formArea .badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 3.2vw;
  font-weight: bold;
  color: #fff;
  margin-right: 1.6vw;
  line-height: 1;
}
@media screen and (min-width: 751px), print {
  .formArea .badge {
    margin-right: 12px;
    font-size: 24px;
  }
}
.formArea .badge-req {
  background-color: #ff8c00; /* 必須のオレンジ */
}
.formArea .badge-opt {
  background-color: #333; /* 任意のダークグレー */
}
.formArea .form-sub-label {
  font-weight: bold;
  margin-top: -5px;
  margin-bottom: 2.1333333333vw;
  font-size: 3.2vw;
  margin-left: 14.4vw;
}
@media screen and (min-width: 751px), print {
  .formArea .form-sub-label {
    font-size: 24px;
    margin-bottom: 16px;
    margin-left: 80px;
  }
}
.formArea {
  /* --- 入力パーツ（共通） --- */
}
.formArea .form-control {
  width: 100%;
  border: 1px solid #333; /* 黒いボーダー */
  border-radius: 6px;
  padding: 12px 15px;
  font-size: 3.4666666667vw;
  color: #333;
  background-color: #fff;
  box-sizing: border-box;
  appearance: none; /* デフォルトのスタイルをリセット */
}
@media screen and (min-width: 751px), print {
  .formArea .form-control {
    font-size: 26px;
  }
}
.formArea .form-control:focus {
  outline: 2px solid #ff8c00;
  outline-offset: -2px;
}
.formArea .textarea {
  height: 150px;
  resize: vertical;
}
.formArea {
  /* --- セレクトボックス特有（右側の矢印） --- */
}
.formArea select.form-control {
  cursor: pointer;
  background-image: url('data:image/svg+xml;utf8,<svg fill="%23333" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 40px;
}
.formArea {
  /* --- 利用金額（円をボックス内に入れる） --- */
}
.formArea .input-unit-wrapper {
  position: relative;
}
.formArea .input-unit-wrapper .form-control {
  padding-right: 45px;
}
.formArea .input-unit-wrapper .text-right {
  text-align: right;
}
.formArea .input-unit-wrapper .unit {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 4vw;
}
@media screen and (min-width: 751px), print {
  .formArea .input-unit-wrapper .unit {
    font-size: 30px;
  }
}
.formArea {
  /* --- ラジオボタン --- */
}
.formArea .radio-group {
  display: flex;
  gap: 30px;
  padding: 5px 0;
}
.formArea .radio-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 751px), print {
  .formArea .radio-label {
    font-size: 28px;
  }
}
.formArea .radio-label input[type=radio] {
  transform: scale(1.3);
  accent-color: #333;
  margin: 0;
}
.formArea {
  /* --- 注釈テキスト --- */
}
.formArea .form-note {
  font-size: 2.9333333333vw;
  color: #555;
  margin-top: 2.1333333333vw;
  line-height: 1.5;
  letter-spacing: normal;
}
@media screen and (min-width: 751px), print {
  .formArea .form-note {
    font-size: 22px;
    margin-top: 16px;
  }
}
.formArea {
  /* --- 確認事項エリア --- */
}
.formArea .confirm-section {
  margin-top: 6.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .formArea .confirm-section {
    margin-top: 50px;
  }
}
.formArea .confirm-title {
  text-align: center;
  font-size: 4.2666666667vw;
  font-weight: bold;
  margin-bottom: 2.1333333333vw;
  letter-spacing: normal;
}
@media screen and (min-width: 751px), print {
  .formArea .confirm-title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.formArea .confirm-box {
  background-color: #f6f5ef; /* 薄いベージュ */
  padding: 5.3333333333vw 3.2vw;
  border-radius: 6px;
  font-size: 3.7333333333vw;
  line-height: 1.7;
  margin-bottom: 30px;
}
@media screen and (min-width: 751px), print {
  .formArea .confirm-box {
    font-size: 28px;
    padding: 40px 24px;
  }
}
.formArea .confirm-box ul {
  margin: 0;
}
.formArea .confirm-box li {
  padding-left: 1em;
  text-indent: -1em;
}
.formArea .confirm-box li .bold {
  font-weight: 700;
}
.formArea .confirm-box li:last-child {
  margin-bottom: 0;
}
.formArea {
  /* --- 同意チェック --- */
}
.formArea .agree-label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-size: 4.2666666667vw;
  font-weight: bold;
  cursor: pointer;
  margin-bottom: 1.6vw;
}
@media screen and (min-width: 751px), print {
  .formArea .agree-label {
    font-size: 32px;
    margin-bottom: 12px;
  }
}
.formArea .agree-label input[type=checkbox] {
  transform: scale(1.5);
  accent-color: #333;
  margin: 0;
}
@media screen and (min-width: 751px), print {
  .formArea .agree-label input[type=checkbox] {
    transform: scale(2);
  }
}
.formArea {
  /* --- 送信ボタン --- */
}
.formArea .submit-area {
  text-align: center;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .formArea .submit-area {
    margin-top: 40px;
  }
}
.formArea .submit-btn {
  background-color: #009975;
  color: #fff;
  font-size: 4.8vw;
  font-weight: bold;
  padding: 2.6666666667vw 6.4vw;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  transition: opacity 0.2s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 751px), print {
  .formArea .submit-btn {
    font-size: 36px;
    padding: 20px 48px;
  }
}
.formArea .submit-btn:hover {
  opacity: 0.8;
}
.formArea .next-btn img {
  display: block;
  width: 3.7333333333vw;
  height: 3.2vw;
  margin-left: 4.2666666667vw;
}
@media screen and (min-width: 751px), print {
  .formArea .next-btn img {
    margin-left: 32px;
    width: 28px;
    height: 24px;
  }
}
.formArea {
  /* --- エラー時のスタイル --- */
}
.formArea .err-msg {
  color: #e60000;
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
}
.formArea .text-center {
  text-align: center;
}
.formArea .is-error {
  border: 2px solid #e60000 !important;
  background-color: #fff5f5;
}

.footerArea {
  background-color: #333333;
  padding: 2.6666666667vw 0;
}
@media screen and (min-width: 751px), print {
  .footerArea {
    padding: 10px 0;
  }
}
.footerArea p:nth-child(1) {
  font-size: 3.7333333333vw;
  text-align: center;
}
@media screen and (min-width: 751px), print {
  .footerArea p:nth-child(1) {
    font-size: 28px;
  }
}
.footerArea p:nth-child(2) {
  font-size: 2.6666666667vw;
  text-align: center;
}
@media screen and (min-width: 751px), print {
  .footerArea p:nth-child(2) {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */