@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  font-family: "Noto Sans JP", sans-serif;
}
body .pc {
  display: block;
}
@media (max-width: 1000px) {
  body .pc {
    display: none;
  }
}
body .sp {
  display: none;
}
@media (max-width: 1000px) {
  body .sp {
    display: block;
  }
}

main {
  overflow: hidden;
}

img {
  max-width: 100%;
}

.c-width {
  width: 100%;
  max-width: 1090px;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 1000px) {
  .c-width {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}

header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 25px 50px;
  display: flex;
  align-items: center;
  gap: 11px;
}
@media (max-width: 1000px) {
  header {
    position: relative;
    padding: 3.3333333333vw 2.6666666667vw;
    gap: 1.4666666667vw;
  }
}
header h1 img {
  width: 253px;
}
@media (max-width: 1000px) {
  header h1 img {
    width: 33.7333333333vw;
  }
}
header h2 {
  color: #231815;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  header h2 {
    font-size: 3.2vw;
  }
}

.mv {
  background: #fff100;
  padding-bottom: 40px;
}
@media (max-width: 1000px) {
  .mv {
    padding-bottom: 6.6666666667vw;
  }
}
.mv .mv-img img {
  width: 100%;
}
.mv .bnr {
  margin-top: -115px;
}
@media (max-width: 1000px) {
  .mv .bnr {
    margin-top: -20vw;
    padding: 0;
  }
}
.mv .bnr img {
  width: 100%;
}
.mv .links {
  margin-top: 20px;
}
@media (max-width: 1000px) {
  .mv .links {
    margin-top: 6.6666666667vw;
  }
}
.mv .links .text {
  text-align: center;
  font-size: 14px;
  text-decoration: underline;
  font-weight: bold;
  text-underline-offset: 6px;
}
@media (max-width: 1000px) {
  .mv .links .text {
    font-size: 2.8vw;
    text-underline-offset: 0.8vw;
  }
}
.mv .links .link-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 20px;
  gap: 13px;
}
@media (max-width: 1000px) {
  .mv .links .link-list {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 5.3333333333vw;
    gap: 5.3333333333vw 3.3333333333vw;
    padding: 0 2.6666666667vw;
  }
}
.mv .links .link-list li {
  background-image: url("../images/link-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  color: #231815;
}
.mv .links .link-list li:nth-child(1) a:before {
  content: "理由１";
}
.mv .links .link-list li:nth-child(2) a:before {
  content: "理由２";
}
.mv .links .link-list li:nth-child(3) a:before {
  content: "理由３";
}
.mv .links .link-list li:nth-child(4) a:before {
  content: "理由４";
}
.mv .links .link-list li:nth-child(5) a:before {
  content: "理由５";
}
.mv .links .link-list li:nth-child(6) a:before {
  content: "理由６";
}
.mv .links .link-list li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 82/95;
}
.mv .links .link-list li a::before {
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  background: #fff100;
  color: #e03521;
  padding: 3px 10px;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .mv .links .link-list li a::before {
    font-size: 2.4vw;
    padding: 0.6666666667vw 2.4vw;
    top: 3.2vw;
  }
}
.mv .links .link-list li a p {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  margin-top: -20px;
}
@media (max-width: 1000px) {
  .mv .links .link-list li a p {
    font-size: 3.0666666667vw;
    margin-top: -2.6666666667vw;
  }
}

.reason {
  background-image: url("../images/reason-bg.png");
  background-size: 100%;
  padding-top: 75px;
}
@media (max-width: 1000px) {
  .reason {
    padding-top: 10.6666666667vw;
  }
}
.reason .reason-list {
  display: flex;
  flex-direction: column;
  gap: 77px;
}
@media (max-width: 1000px) {
  .reason .reason-list {
    gap: 11.3333333333vw;
  }
}
.reason .reason-list li {
  position: relative;
  display: flex;
}
@media (max-width: 1000px) {
  .reason .reason-list li {
    display: block;
  }
}
.reason .reason-list li::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 16px;
  left: 16px;
  background: #fff100;
}
@media (max-width: 1000px) {
  .reason .reason-list li::before {
    top: 2.1333333333vw;
    left: 2.1333333333vw;
  }
}
.reason .reason-list li:nth-child(even)::before {
  transform: rotate(1.1deg);
}
.reason .reason-list li:nth-child(odd)::before {
  transform: rotate(-1.1deg);
}
.reason .reason-list li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
.reason .reason-list li .text {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 40px 10px 20px 50px;
}
@media (max-width: 1000px) {
  .reason .reason-list li .text {
    padding: 5.3333333333vw 4vw 3.3333333333vw;
  }
}
.reason .reason-list li .text h4 {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  background: #e03521;
  color: #fff100;
  padding: 13px 35px;
}
@media (max-width: 1000px) {
  .reason .reason-list li .text h4 {
    font-size: 2.6666666667vw;
    padding: 2vw 5.0666666667vw;
  }
}
.reason .reason-list li .text h2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 46px;
  color: #fff;
}
@media (max-width: 1000px) {
  .reason .reason-list li .text h2 {
    font-size: 7.0666666667vw;
    gap: 1.3333333333vw;
  }
}
.reason .reason-list li .text h2 span {
  width: fit-content;
  background: #e03521;
  padding: 10px;
}
@media (max-width: 1000px) {
  .reason .reason-list li .text h2 span {
    padding: 1.3333333333vw;
  }
}
.reason .reason-list li .text h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
}
@media (max-width: 1000px) {
  .reason .reason-list li .text h3 {
    font-size: 4vw;
    margin-top: 2.6666666667vw;
  }
}
.reason .reason-list li .text h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 15px;
}
@media (max-width: 1000px) {
  .reason .reason-list li .text h5 {
    font-size: 3.6vw;
    padding-top: 2.6666666667vw;
  }
}
.reason .reason-list li .text p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #d0d0d0;
}
@media (max-width: 1000px) {
  .reason .reason-list li .text p {
    font-size: 3.0666666667vw;
    padding-top: 2.6666666667vw;
    margin-top: 3.3333333333vw;
  }
}
.reason .reason-list li .img {
  position: relative;
  z-index: 1;
  width: 46%;
  min-width: 46%;
}
@media (max-width: 1000px) {
  .reason .reason-list li .img {
    width: 100%;
  }
}
.reason .reason-list li .img img {
  width: 100%;
  aspect-ratio: 24/19;
}
.reason .band {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e03521;
  height: 110px;
  gap: 260px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin-top: 180px;
}
@media (max-width: 1000px) {
  .reason .band {
    height: 14.6666666667vw;
    gap: 32vw;
    margin-top: 26.6666666667vw;
    font-size: 3.4666666667vw;
  }
}
.reason .band > div {
  display: flex;
  align-items: center;
}
.reason .band > div .l {
  font-size: 72px;
  margin-top: -10px;
}
@media (max-width: 1000px) {
  .reason .band > div .l {
    font-size: 7.2vw;
    margin-top: -1.3333333333vw;
  }
}
.reason .band > div .m {
  font-size: 48px;
}
@media (max-width: 1000px) {
  .reason .band > div .m {
    font-size: 4.6666666667vw;
  }
}
.reason .band > p {
  transform: translateX(-30px);
}
.reason .band img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 260px;
}
@media (max-width: 1000px) {
  .reason .band img {
    width: 32vw;
  }
}

.voice {
  background-image: url("../images/voice-bg.png");
  background-size: 100%;
  padding-top: 45px;
  padding-bottom: 60px;
}
@media (max-width: 1000px) {
  .voice {
    padding-top: 6.4vw;
    padding-bottom: 12.5333333333vw;
  }
}
.voice > h2 {
  position: relative;
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: auto;
  gap: 15px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .voice > h2 {
    font-size: 5.7333333333vw;
    gap: 2vw;
  }
}
.voice > h2::before, .voice > h2::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
}
.voice > h2::before {
  left: -40px;
  transform: rotate(-25deg);
}
@media (max-width: 1000px) {
  .voice > h2::before {
    left: -40;
  }
}
.voice > h2::after {
  right: -40px;
  transform: rotate(25deg);
}
@media (max-width: 1000px) {
  .voice > h2::after {
    right: -5.3333333333vw;
  }
}
.voice > h2 small {
  font-size: 21px;
}
@media (max-width: 1000px) {
  .voice > h2 small {
    font-size: 3.3333333333vw;
  }
}
.voice > p {
  background: #fffa9e;
  border-radius: 999px;
  font-size: 18px;
  font-weight: bold;
  width: fit-content;
  margin: 16px auto;
  padding: 12px 45px;
}
@media (max-width: 1000px) {
  .voice > p {
    font-size: 2.8vw;
    margin: 2.5333333333vw auto;
    padding: 1.8666666667vw 7.4666666667vw;
  }
}
.voice .voice-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 25px;
}
@media (max-width: 1000px) {
  .voice .voice-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 6vw;
    margin-top: 4.2666666667vw;
    width: 82.6666666667vw;
  }
}
.voice .voice-list > li {
  background: #fff;
  border-radius: 15px;
  box-shadow: 8px 8px 0 #dddddd;
  padding: 40px 18px;
}
@media (max-width: 1000px) {
  .voice .voice-list > li {
    border-radius: 2vw;
    box-shadow: 1.0666666667vw 1.0666666667vw 0 #dddddd;
    padding: 5.3333333333vw 4vw 4vw;
  }
}
.voice .voice-list > li h3 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #a0a0a0;
  padding-bottom: 18px;
}
@media (max-width: 1000px) {
  .voice .voice-list > li h3 {
    font-size: 4vw;
    padding-bottom: 4vw;
  }
}
.voice .voice-list > li .info {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 10px 6px;
}
@media (max-width: 1000px) {
  .voice .voice-list > li .info {
    padding: 1.7333333333vw 0;
    gap: 2.9333333333vw;
  }
}
.voice .voice-list > li .info .stars {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 1000px) {
  .voice .voice-list > li .info .stars {
    gap: 0.8vw;
  }
}
.voice .voice-list > li .info .stars ul {
  display: flex;
  gap: 5px;
}
@media (max-width: 1000px) {
  .voice .voice-list > li .info .stars ul {
    gap: 0.8vw;
  }
}
.voice .voice-list > li .info .stars ul li {
  color: #ff8e28;
  font-size: 24px;
}
@media (max-width: 1000px) {
  .voice .voice-list > li .info .stars ul li {
    font-size: 3.8666666667vw;
  }
}
.voice .voice-list > li .info .stars ul li.disabled {
  -webkit-text-stroke: 2px #ff8e28;
  color: #fff;
}
.voice .voice-list > li .info .stars ul li.half {
  display: inline-block;
  background: linear-gradient(90deg, #ff8e28 50%, #fff 50%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 2px #ff8e28;
}
.voice .voice-list > li .info .stars .point {
  font-size: 14px;
}
@media (max-width: 1000px) {
  .voice .voice-list > li .info .stars .point {
    font-size: 2.2666666667vw;
  }
}
.voice .voice-list > li .info .stars .point strong {
  font-weight: bold;
  font-size: 24px;
  color: #ff8e28;
}
@media (max-width: 1000px) {
  .voice .voice-list > li .info .stars .point strong {
    font-size: 3.8666666667vw;
  }
}
.voice .voice-list > li .info .date {
  font-size: 14px;
  color: #a0a0a0;
}
@media (max-width: 1000px) {
  .voice .voice-list > li .info .date {
    font-size: 2.4vw;
  }
}
.voice .voice-list > li .text {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.4;
}
@media (max-width: 1000px) {
  .voice .voice-list > li .text {
    margin-top: 2.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
.voice .voice-list > li .img {
  width: 63%;
  margin: auto;
  margin-top: 34px;
}
@media (max-width: 1000px) {
  .voice .voice-list > li .img {
    margin-top: 4.6666666667vw;
  }
}
.voice .voice-list > li .img img {
  width: 100%;
}
.voice .voice-list > li .user {
  font-size: 14px;
  margin-top: 24px;
}
@media (max-width: 1000px) {
  .voice .voice-list > li .user {
    font-size: 2.8vw;
    margin-top: 4.5333333333vw;
  }
}
.voice .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  background: #e03521;
  box-shadow: 0px 5px 6.75px 2.25px rgba(0, 0, 0, 0.33);
  color: #fff;
  max-width: 800px;
  width: 100%;
  margin: 60px auto 0;
  padding: 30px;
  font-size: 21px;
  font-weight: bold;
  border-radius: 999px;
}
@media (max-width: 1000px) {
  .voice .btn {
    gap: 1.7333333333vw;
    box-shadow: 0px 0.6666666667vw 0.9333333333vw 0.2666666667vw rgba(0, 0, 0, 0.33);
    width: 94.6666666667vw;
    margin: 11.6vw auto 0;
    padding: 4vw;
    font-size: 3.7333333333vw;
  }
  .voice .btn img {
    height: 3.7333333333vw;
    object-fit: contain;
  }
}

.cons {
  background-image: url("../images/cons-bg.png");
  background-size: 100%;
  padding-top: 90px;
  padding-bottom: 80px;
}
@media (max-width: 1000px) {
  .cons {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
.cons h2 {
  text-align: center;
}
@media (max-width: 1000px) {
  .cons h2 {
    padding: 0 2.6666666667vw;
  }
}
.cons .cons-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  border-top: 1px dashed #fff;
  margin-top: 35px;
  padding-top: 130px;
}
@media (max-width: 1000px) {
  .cons .cons-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20vw;
    margin-top: 4vw;
    padding-top: 21.3333333333vw;
    width: 90.6666666667vw;
  }
}
.cons .cons-list li {
  position: relative;
  background: #fff;
  border: 5px solid #e03521;
  box-shadow: 6px 10px 0px 0px rgba(0, 0, 0, 0.24);
  color: #333333;
  padding: 28px;
}
@media (max-width: 1000px) {
  .cons .cons-list li {
    border: 0.6666666667vw solid #e03521;
    box-shadow: 0.8vw 1.3333333333vw 0px 0px rgba(0, 0, 0, 0.24);
    padding: 10.6666666667vw 6.6666666667vw 6vw;
  }
}
.cons .cons-list li .img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1000px) {
  .cons .cons-list li .img {
    width: 29.8666666667vw;
  }
  .cons .cons-list li .img img {
    width: 100%;
  }
}
.cons .cons-list li .name {
  margin-top: 60px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .cons .cons-list li .name {
    margin-top: 8vw;
    font-size: 5.6vw;
  }
}
.cons .cons-list li .detail {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 25px;
}
@media (max-width: 1000px) {
  .cons .cons-list li .detail {
    font-size: 2.9333333333vw;
    margin-top: 4vw;
    text-align: center;
  }
}
.cons .cons-list li .text {
  font-size: 16px;
  padding-top: 14px;
  margin-top: 14px;
  border-top: 1px solid #e03521;
  line-height: 1.5;
}
@media (max-width: 1000px) {
  .cons .cons-list li .text {
    padding: 4.6666666667vw;
    font-size: 3.2vw;
    margin-top: 2.6666666667vw;
  }
}
.cons .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  background: #fff100;
  box-shadow: 0px 5px 6.75px 2.25px rgba(0, 0, 0, 0.33);
  max-width: 800px;
  width: 100%;
  margin: 60px auto 0;
  padding: 30px;
  font-size: 21px;
  font-weight: bold;
  border-radius: 999px;
}
@media (max-width: 1000px) {
  .cons .btn {
    gap: 1.7333333333vw;
    box-shadow: 0px 0.6666666667vw 0.9333333333vw 0.2666666667vw rgba(0, 0, 0, 0.33);
    width: 94.6666666667vw;
    margin: 11.6vw auto 0;
    padding: 4vw;
    font-size: 3.7333333333vw;
    padding-left: 12vw;
  }
}
.cons .btn .norika {
  position: absolute;
  bottom: 0;
  left: 120px;
}
@media (max-width: 1000px) {
  .cons .btn .norika {
    width: 18.6666666667vw;
    left: 4.5333333333vw;
  }
}

.step {
  padding-top: 90px;
  padding-bottom: 160px;
}
@media (max-width: 1000px) {
  .step {
    padding-top: 12vw;
    padding-bottom: 16vw;
  }
}
.step h2 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #e03521;
}
@media (max-width: 1000px) {
  .step h2 {
    font-size: 8vw;
  }
}
.step h3 {
  position: relative;
  text-align: center;
  color: #e03521;
  font-weight: bold;
  width: fit-content;
  margin: 45px auto 0;
}
@media (max-width: 1000px) {
  .step h3 {
    font-size: 3.3333333333vw;
    margin-top: 9.8666666667vw;
  }
}
.step h3:before, .step h3:after {
  content: "";
  position: absolute;
  bottom: -3px;
  display: block;
  width: 1px;
  height: 22px;
  background: #e03521;
}
@media (max-width: 1000px) {
  .step h3:before, .step h3:after {
    height: 4.6666666667vw;
  }
}
.step h3::before {
  left: -20px;
  transform: rotate(-25deg);
}
@media (max-width: 1000px) {
  .step h3::before {
    left: -2.6666666667vw;
  }
}
.step h3::after {
  right: -20px;
  transform: rotate(25deg);
}
@media (max-width: 1000px) {
  .step h3::after {
    right: -2.6666666667vw;
  }
}
.step .step-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 30px;
}
@media (max-width: 1000px) {
  .step .step-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.3333333333vw;
    margin-top: 6vw;
  }
}
.step .step-list li {
  position: relative;
  background: #f6f6f6;
  border-radius: 8px;
  padding: 35px 10px 40px;
}
@media (max-width: 1000px) {
  .step .step-list li {
    border-radius: 1.0666666667vw;
    padding: 10vw 8vw 12vw;
    width: 80vw;
    margin: auto;
  }
}
.step .step-list li:not(:last-child)::after {
  content: "";
  display: block;
  width: 18px;
  height: 16px;
  background-image: url("../images/icon-triangle.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
}
@media (max-width: 1000px) {
  .step .step-list li:not(:last-child)::after {
    width: 2.9333333333vw;
    height: 2.4vw;
    right: unset;
    top: unset;
    bottom: -2.6666666667vw;
    left: 50%;
    transform: rotate(90deg) translateY(50%);
  }
}
.step .step-list li h4 {
  text-align: center;
  color: #e03521;
  font-size: 24px;
  font-weight: bold;
  margin: 29px auto;
}
@media (max-width: 1000px) {
  .step .step-list li h4 {
    font-size: 6.6666666667vw;
    margin: 6.6666666667vw auto;
  }
}
.step .step-list li h5 {
  background: #e03521;
  color: #fff;
  width: fit-content;
  padding: 9px 30px;
  border-radius: 999px;
  margin: auto;
}
@media (max-width: 1000px) {
  .step .step-list li h5 {
    font-size: 4.4vw;
    padding: 2.5333333333vw 9.3333333333vw;
  }
}
.step .step-list li p {
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
}
@media (max-width: 1000px) {
  .step .step-list li p {
    font-size: 4vw;
  }
}

.qa {
  background: #fffaf9;
  padding-top: 30px;
  padding-bottom: 120px;
}
@media (max-width: 1000px) {
  .qa {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.qa h2 {
  text-align: center;
  color: #e03521;
  font-size: 36px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .qa h2 {
    font-size: 8vw;
  }
}
.qa .qa-list {
  margin-top: 70px;
}
@media (max-width: 1000px) {
  .qa .qa-list {
    margin-top: 12.8vw;
  }
}
.qa .qa-list li {
  position: relative;
  background: #fff2f2;
  margin-top: 23px;
  padding: 37px 50px;
  border-radius: 10px;
}
@media (max-width: 1000px) {
  .qa .qa-list li {
    margin-top: 3.0666666667vw;
    padding: 4.9333333333vw 6.6666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.qa .qa-list li {
  cursor: pointer;
}
.qa .qa-list li::before, .qa .qa-list li:after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  position: absolute;
  right: 30px;
  top: 50px;
  background: #e03521;
  transition: 0.3s;
}
@media (max-width: 1000px) {
  .qa .qa-list li::before, .qa .qa-list li:after {
    width: 2.6666666667vw;
    height: 0.4vw;
    right: 4vw;
    top: 6.6666666667vw;
  }
}
.qa .qa-list li:after {
  transform: rotate(90deg);
}
.qa .qa-list li.active:after {
  transform: rotate(0);
}
.qa .qa-list li .q {
  color: #e03521;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .qa .qa-list li .q {
    font-size: 3.4666666667vw;
  }
}
.qa .qa-list li .a {
  display: none;
  font-size: 16px;
  font-weight: bold;
  padding-left: 1.2em;
  text-indent: -1.2em;
  margin-top: 37px;
  line-height: 1.7;
  color: #333333;
}
@media (max-width: 1000px) {
  .qa .qa-list li .a {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
}

.map {
  display: flex;
}
@media (max-width: 1000px) {
  .map {
    flex-direction: column-reverse;
  }
}
.map > div {
  width: 50%;
}
@media (max-width: 1000px) {
  .map > div {
    width: 100%;
  }
}
.map > div iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 1000px) {
  .map > div iframe {
    display: block;
    width: 94.6666666667vw;
    height: 76vw;
    margin: -9.3333333333vw auto 0;
  }
}
.map .info {
  background: #e03521;
  padding: 40px 100px;
  color: #fff;
}
@media (max-width: 1000px) {
  .map .info {
    padding: 8vw 9.3333333333vw 16vw;
  }
}
.map .info h3 {
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .map .info h3 {
    font-size: 6.4vw;
  }
}
.map .info p {
  margin-top: 28px;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 1000px) {
  .map .info p {
    margin-top: 5.8666666667vw;
    font-size: 3.2vw;
  }
}
.map .info .img {
  margin-top: 20px;
  width: 240px;
}
@media (max-width: 1000px) {
  .map .info .img {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
  .map .info .img img {
    width: 100%;
  }
}

.contact {
  padding-top: 130px;
  padding-bottom: 60px;
  background: #fffaf9;
}
@media (max-width: 1000px) {
  .contact {
    padding-top: 20vw;
    padding-bottom: 18.6666666667vw;
  }
}
.contact h2 {
  text-align: center;
  color: #e03521;
  font-size: 32px;
  font-weight: bold;
}
@media (max-width: 1000px) {
  .contact h2 {
    font-size: 6.4vw;
  }
}
.contact fieldset {
  max-width: 650px;
  margin: auto;
}
@media (max-width: 1000px) {
  .contact fieldset > p {
    font-size: 2.9333333333vw;
  }
}
.contact fieldset:not(:first-child) {
  border-top: 1px solid #aaaaaa;
  margin-top: 25px;
  padding-top: 25px;
}
@media (max-width: 1000px) {
  .contact fieldset:not(:first-child) {
    margin-top: 3.3333333333vw;
    padding-top: 3.3333333333vw;
  }
}
.contact fieldset > label {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #e03521;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (max-width: 1000px) {
  .contact fieldset > label {
    gap: 2vw;
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
  }
}
.contact fieldset > label.required::after {
  content: "必須";
  color: #fff;
  background: #fc7c6d;
  font-size: 12px;
  border-radius: 999px;
  padding: 4px 8px;
}
@media (max-width: 1000px) {
  .contact fieldset > label.required::after {
    font-size: 2.2666666667vw;
    padding: 0.8vw 1.6vw;
  }
}
.contact .input-area {
  background: #fff;
  border-radius: 10px;
  margin-top: 60px;
  padding: 60px 0;
}
@media (max-width: 1000px) {
  .contact .input-area {
    border-radius: 1.3333333333vw;
    margin-top: 9.8666666667vw;
    padding: 6.6666666667vw 4vw;
  }
}
.contact .input-flex {
  display: flex;
  gap: 50px;
  width: 100%;
}
@media (max-width: 1000px) {
  .contact .input-flex {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.contact .input-flex > div {
  width: 50%;
}
@media (max-width: 1000px) {
  .contact .input-flex > div {
    width: 100%;
  }
}
.contact .content-list {
  display: flex;
  flex-wrap: wrap;
  gap: 26px 57px;
}
@media (max-width: 1000px) {
  .contact .content-list {
    gap: 4vw;
  }
}
.contact .content-list label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 1.4;
  color: #333333;
}
@media (max-width: 1000px) {
  .contact .content-list label {
    gap: 1.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
.contact .booking-box {
  display: flex;
  align-items: center;
  white-space: nowrap;
  gap: 24px;
  margin-top: 20px;
}
@media (max-width: 1000px) {
  .contact .booking-box {
    gap: 1.3333333333vw;
    margin-top: 4vw;
    font-size: 3.2vw;
  }
}
.contact .booking-box > input,
.contact .booking-box select {
  max-width: 300px;
}
@media (max-width: 1000px) {
  .contact .booking-box > input,
  .contact .booking-box select {
    max-width: 60vw;
  }
}
.contact .agree > div {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #333333;
}
@media (max-width: 1000px) {
  .contact .agree > div {
    font-size: 2.8vw;
  }
}
.contact .agree .error-message {
  text-align: center;
}
.contact .agree a {
  color: #e03521;
  text-decoration: underline;
}
.contact input:not([type=checkbox]),
.contact select,
.contact textarea {
  width: 100%;
  background: #f4f4f4;
  padding: 25px 20px;
  font-size: 18px;
  border-radius: 8px;
}
@media (max-width: 1000px) {
  .contact input:not([type=checkbox]),
  .contact select,
  .contact textarea {
    padding: 3.3333333333vw 2.6666666667vw;
    font-size: 3.2vw;
    border-radius: 1.0666666667vw;
  }
}
.contact textarea {
  line-height: 1.3;
}
.contact input[type=checkbox],
.contact input[type=radio] {
  accent-color: #ff442e;
  width: 20px;
  height: 20px;
}
@media (max-width: 1000px) {
  .contact input[type=checkbox],
  .contact input[type=radio] {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.contact .error-message {
  color: #e03521;
  margin-top: 8px;
  font-size: 14px;
}
@media (max-width: 1000px) {
  .contact .error-message {
    font-size: 2.8vw;
    margin-top: 1.3333333333vw;
  }
}
.contact .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  background: #e03521;
  box-shadow: 0px 5px 6.75px 2.25px rgba(0, 0, 0, 0.33);
  color: #fff;
  max-width: 800px;
  width: 100%;
  margin: 35px auto 0;
  padding: 30px;
  font-size: 21px;
  font-weight: bold;
  border-radius: 999px;
}
@media (max-width: 1000px) {
  .contact .btn {
    box-shadow: 0px 0.6666666667vw 0.9333333333vw 0.9333333333vw rgba(0, 0, 0, 0.33);
    width: 94.6666666667vw;
    margin-top: 6.6666666667vw;
    padding: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
.contact .btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #e03521;
  z-index: 3;
}
.cta > div {
  width: fit-content;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 19px;
  padding: 0 14px;
  padding-right: 130px;
  margin: auto;
  height: 100px;
}
@media (max-width: 1000px) {
  .cta > div {
    padding: 0 1.3333333333vw;
    height: 17.3333333333vw;
  }
}
.cta > div .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 3px 5px 0px rgba(37, 4, 0, 0.3), inset 0px 0px 1px 0px rgba(255, 255, 255, 0.004);
  color: #e03521;
  font-size: 24px;
  font-weight: bold;
  width: 363px;
  height: 72px;
  text-align: center;
  gap: 11px;
}
@media (max-width: 1000px) {
  .cta > div .btn {
    width: 48.4vw;
    height: 11.7333333333vw;
    font-size: 3.2vw;
  }
}
.cta > div .btn img {
  object-fit: contain;
  height: 30px;
}
@media (max-width: 1000px) {
  .cta > div .btn img {
    width: 100%;
    height: 4vw;
  }
}
.cta > div .norika {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 1000px) {
  .cta > div .norika {
    right: 3.2vw;
    bottom: 1.8666666667vw;
    height: 18.6666666667vw;
  }
}

.send-bar {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #333;
  width: 100%;
  padding: 16px 30px;
  z-index: 10;
}
.send-bar p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
}
.send-bar .close-box {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.send-bar .close-box .close {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  right: 0;
  cursor: pointer;
}
.send-bar .close-box .close::before, .send-bar .close-box .close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 16px;
  background: #fff;
}
.send-bar .close-box .close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.send-bar .close-box .close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

footer {
  font-size: 16px;
  background: #e03521;
  color: #fff;
  text-align: center;
  padding: 30px;
  margin-bottom: 108px;
}
@media (max-width: 1000px) {
  footer {
    font-size: 2.1333333333vw;
    padding: 4vw 1.3333333333vw;
    margin-bottom: 14.6666666667vw;
  }
}

/*# sourceMappingURL=style.css.map */
