* {
  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;
  }
} 
.check {
  width: 89.3333333333vw;
  padding: 11.2vw 0;
  margin: 0 auto;
}
@media screen and (min-width: 751px), print {
  .check {
    width: 670px;
    padding: 84px 0;
  }
}
.check-heading {
  font-size: 6.1333333333vw;
  color: #FE7902;
  font-weight: 700;
  margin: 0 auto;
  position: relative;
  padding-left: 2.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .check-heading {
    font-size: 46px;
    padding-left: 20px;
  }
}
.check-heading:before {
  content: "";
  display: block;
  background-color: #FE7902;
  width: 0.5333333333vw;
  height: 8vw;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media screen and (min-width: 751px), print {
  .check-heading:before {
    width: 4px;
    height: 60px;
  }
}
.check form {
  margin-top: 4vw;
}
@media screen and (min-width: 751px), print {
  .check form {
    margin-top: 30px;
  }
}
.check-form__list {
  background-color: #F9F9F9;
  border-radius: 2.6666666667vw;
  margin-bottom: 16vw;
  margin-top: 4.2666666667vw;
}
@media screen and (min-width: 751px), print {
  .check-form__list {
    border-radius: 20px;
    margin-bottom: 120px;
    margin-top: 32px;
  }
}
.check-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: solid 2px #fff;
}
.check-title {
  width: 24vw;
  font-size: 3.7333333333vw;
  font-weight: 700;
  padding: 3.2vw;
  padding-right: 0;
  line-height: 1.5;
}
@media screen and (min-width: 751px), print {
  .check-title {
    width: 180px;
    font-size: 28px;
    padding: 24px;
    padding-right: 0;
  }
}
.check-text {
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 64vw;
  font-size: 3.7333333333vw;
  padding: 3.2vw 0;
  line-height: 1.5;
  padding-right: 2.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .check-text {
    width: 480px;
    font-size: 28px;
    padding: 24px 0;
    padding-right: 20px;
  }
}
.check-box {
  padding: 3.2vw 0;
}
@media screen and (min-width: 751px), print {
  .check-box {
    padding: 24px 0;
  }
}
.check-box .check-text {
  padding: 0;
  padding-bottom: 1.6vw;
}
@media screen and (min-width: 751px), print {
  .check-box .check-text {
    padding-bottom: 12px;
  }
}
.check-box iframe {
  width: 61.3333333333vw;
  height: 26.6666666667vw;
}
@media screen and (min-width: 751px), print {
  .check-box iframe {
    width: 460px;
    height: 200px;
  }
}
.check-caution {
  font-size: 4.2666666667vw;
  line-height: 1.5;
  text-align: center;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 751px), print {
  .check-caution {
    font-size: 32px;
    margin-top: 40px;
  }
}
.check-gray {
  border-radius: 2.1333333333vw;
  background-color: #F9F9F9;
  padding: 4.2666666667vw;
  line-height: 1.5;
  font-size: 3.7333333333vw;
  margin-top: 2.1333333333vw;
}
@media screen and (min-width: 751px), print {
  .check-gray {
    border-radius: 16px;
    padding: 32px;
    font-size: 28px;
    margin-top: 16px;
  }
}

.check-form__button-group {
  width: 74.6666666667vw;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (min-width: 751px), print {
  .check-form__button-group {
    width: 560px;
  }
}

.submit-btn {
  margin: 0 auto;
  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;
}
@media screen and (min-width: 751px), print {
  .submit-btn {
    font-size: 36px;
    padding: 20px 48px;
  }
}

.submit-btn:hover {
  opacity: 0.8;
}

.next-btn img {
  display: block;
  width: 3.7333333333vw;
  height: 3.2vw;
  margin-left: 4.2666666667vw;
}
@media screen and (min-width: 751px), print {
  .next-btn img {
    margin-left: 32px;
    width: 28px;
    height: 24px;
  }
}

.back-btn {
  border: solid #009975 2px;
  background-color: #fff;
  color: #009975;
  font-size: 4.8vw;
  font-weight: bold;
  padding: 2.6666666667vw 6.4vw;
  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;
}
@media screen and (min-width: 751px), print {
  .back-btn {
    font-size: 36px;
    padding: 20px 48px;
  }
}
.back-btn img {
  display: block;
  width: 3.7333333333vw;
  height: 3.2vw;
  margin-right: 4.2666666667vw;
}
@media screen and (min-width: 751px), print {
  .back-btn img {
    margin-right: 32px;
    width: 28px;
    height: 24px;
  }
}

.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=company.css.map */