@charset "UTF-8";
/* フォント */
/*background: url("../img/ya_red.jpg");*/
/* 設定 */
/*
Reset Stylesheet
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #333;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

figure {
  margin: 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/*common*/
html {
  scroll-behavior: smooth;
  min-width: 310px;
  font-feature-settings: "palt";
  line-height: 1.5em;
  letter-spacing: 0.02em;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック Mediu", YuGothic, YuGothicM, ‘メイリオ’, meiryo, sans-serif;
  overflow-x: hidden;
  font-size: clamp(6.5px, 2vw, 16px);
  color: #222;
  background-color: #fff;
  scroll-padding: 20px;
  font-weight: 500;
}

form {
  background-color: #fff;
  width: 96%;
  margin: 0 auto;
  max-width: 1100px;
  border-radius: 1em;
  overflow: hidden;
  padding: 0 0 1.5em;
}

.frame {
  width: 92%;
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}

.frame1 {
  width: 92%;
  margin: 0 auto;
}

.frame2 {
  overflow-x: hidden;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

li {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}

a {
  text-decoration: none;
  transition: 0.3s;
  opacity: 1;
  display: inline-block;
}
a:active {
  transform: scale(0.95);
}
a:hover {
  opacity: 0.6;
}

h1,
h2,
h3 {
  font-size: initial;
  font-weight: 900;
  letter-spacing: 0.1em;
}



.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  border-bottom: 1px solid #262262;
  font-size: 2em;
  padding: 1em 0 0.5em;
  color: #e31a4c;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 2em;
    padding: 0.3em 0 0em;
  }
}
.title span {
  position: relative;
}
.title span:before {
  display: block;
  position: absolute;
  content: "必須";
  right: -0.5em;
  top: 50%;
  width: 3.2em;
  color: #e31a4c;
  border: 2px solid #e31a4c;
  line-height: 1em;
  transform: translate(100%, -50%);
  text-align: center;
  font-size: 0.5em;
  border-radius: 0.3em;
  letter-spacing: 0.05em;
  padding: 0.2em;
}

/*breadcrumb*/
.breadcrumb {
  overflow-x: auto;
  padding: 0.5em 0;
  background-color: #f7f7f7;
}

/*header*/
header {
  background-color: #fff;
  padding: 1em 0 1em 3%;
}
header .logo {
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  header {
    padding: 0.5em 0 0;
  }
  header .logo {
    padding: 0.5em 6% ;
  }
}

.logo img {
  display: block;
  max-width: 75%;
}

/*footer*/
footer .flex {
  padding:10px 0;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .flex {
    flex-direction: column;
  }
}
footer .flex figure {
  width: 40%;
  max-width: 420px;
}
@media screen and (max-width: 768px) {
  footer .flex figure {
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: .3rem;
  }
}
footer .flex .box {
  text-align: right;
}
footer .flex .box a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  footer .flex .box {
    width: 100%;
    font-size: 1.5em;
    line-height: 1.8;
    padding-top: .3rem;
  }
}

/* 携帯用メニュー用css*/
.hamburger {
  display: none;
  margin: auto 0;
  cursor: pointer;
  text-align: center;
  position: relative;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hamburger {
    display: flex;
  }
}

nav.globalMenuSp {
  position: fixed;
  z-index: 15;
  top: 0;
  left: 0;
  color: #000;
  background: #fff;
  text-align: center;
  transform: translateX(120%);
  transition: all 0.6s;
  width: 100%;
  height: 100vh;
}
nav.globalMenuSp.active {
  transform: translateX(0%);
}
nav.globalMenuSp figure {
  display: flex;
  width: calc(80% - 10em);
  height: calc(5em + 20px);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 5%;
}
nav.globalMenuSp figure img {
  width: 70%;
}
nav.globalMenuSp .close_menu {
  border: 2px solid #333;
  width: 5em;
  height: 5em;
  top: 10px;
  right: 10px;
  position: absolute;
  cursor: pointer;
}
nav.globalMenuSp .close_menu:before, nav.globalMenuSp .close_menu:after {
  /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  /* 棒の幅（太さ） */
  height: 30px;
  /* 棒の高さ */
  background: #333;
}
nav.globalMenuSp .close_menu:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
nav.globalMenuSp .close_menu:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  transition: 0.4s all;
  font-size: 160%;
  width: 100%;
  margin: 0.2rem auto;
  border-left: 5px solid #333;
  padding: 0;
  padding-left: 0.3em;
  height: auto;
  text-align: left;
}
nav.globalMenuSp ul li a {
  margin: 0;
  text-align: left;
  display: block;
  padding: 0.7em;
  text-decoration: none;
  font-weight: 900;
  width: 100%;
  letter-spacing: 0.12em;
}
nav.globalMenuSp ul li a span {
  font-size: 70%;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li:hover {
  background: #ddd;
}

/* pageの一番上に戻るボタン用 css*/
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 100;
  opacity: 0;
  transform: translateY(100px);
}
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333;
  width: 60px;
  height: 60px;
  font-size: 200%;
  font-weight: 800;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
  font-size: 140%;
  border: 1px solid #333;
}
#page-top a:hover {
  background: #fff;
  opacity: 1;
  color: #333;
}

.step {
  display: none;
}

.bg {
  background-color: #f4f2f0;
  padding: 3em 0;
  background: url("../img/bg.webp") no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .bg {
    display: block;
    justify-content: center;
    align-items: center;
    padding: .8rem 0 1.5rem 0;
  }
}

.step_display {
  background-color: #262262;
  padding: 1em 0;
  text-align: center;
}
.step_display img {
  width: 82%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .step_display {
    padding: 0.9em 0;
  }
  .step_display img {
    width: 98%;
  }
}

.step_title {
  background-color: #f51967;
}
.step_title .frame {
  padding: 3em 1% 2em;
  position: relative;
}
.step_title figure:nth-child(1) {
  display: block;
  position: absolute;
  top: -46%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 78%;
}

h2 {
  font-size: 1.2em;
  font-weight: 900;
  padding: 4% 0;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.8em;
    padding: 2% 0;
    line-height: 1.2em;
  }
}

input {
  display: block;
  width: 100%;
}

.select_list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.select_list label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.select_list input[type=radio],
.select_list input[type=checkbox] {
  display: none;
}
.select_list input[type=radio]:checked + label,
.select_list input[type=checkbox]:checked + label {
  border: 2px solid #f51967;
}

.step1-2 .select_list img {
  width: 18%;
}

.select_list label {
  width: 47%;
  height: auto;
  margin-bottom: 0.2%;
  border-radius: 0.5em;
  padding: 0.7em 0;
  text-align: center;
  font-weight: 800;
  font-size: 1.3em;
  line-height: 1.1em;
  border: 2px solid #fff;
  transition: 0.3s;
  background-color: #ecebf1;
}
@media screen and (max-width: 768px) {
  .select_list label {
    width: 49.8%;
    font-size: 1.6em;
  }
}

#step2 .next span:nth-child(1) {
  font-size: 1.7em;
  font-weight: 700;
}
#step2 .next span:nth-child(2) {
  font-size: 1.1em;
}
#step2 .step2-1 img {
  width: 31%;
}
#step2 .step2-2 img {
  width: 23%;
  margin: 0.5em auto 0.6em;
}

#step3 input {
  width: auto;
  margin: 0;
  padding: 0.9em 0.8em;
  border: 1px solid #828282;
  border-radius: 0.3em;
  font-size: 1.2em;
}
#step3 input#postcode {
  width: 100%;
  max-width: 400px;
}
#step3 input#municipalities {
  width: calc(100% - 7.5em);
}
@media screen and (max-width: 768px) {
  #step3 input#postcode {
    width: 100%;
    max-width: 100%;
  }
  #step3 input#municipalities {
    width: 100%;
  }
}
#step3 select {
  width: auto;
  margin: 0;
  padding: 0.9em 0.8em;
  background-color: #ecebf1;
  border: 0px solid #000;
  border-radius: 0.3em;
  font-size: 1.2em;
  width: 100%;
  max-width: 400px;
}
#step3 select#prefectures {
  width: 100%;
  max-width: 400px;
}
#step3 .step3-1 b {
  display: inline;
  position: relative;
  width: 100%;
  max-width: 400px;
}
#step3 .step3-1 b:before {
  display: block;
  position: absolute;
  content: "〉";
  right: 1em;
  top: 59%;
  width: 1em;
  height: 1em;
  line-height: 1em;
  transform: translateY(-50%) rotate(90deg);
}
#step3 .btnq3 {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  #step3 .btnq3 {
    font-size: 2em;
  }
}
#step3 label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5em;
}
#step3 label span {
  font-size: 1em;
  width: 7.5em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #step3 label {
    flex-direction: column;
    font-size: 2em;
  }
  #step3 label span {
    width: 100%;
  }
}
#step3 #date option[value=""] {
  color: gray;
}
#step3 #date option:not([value=""]) {
  color: black;
}

#step4 .step4-1 {
  margin-top: 1.5em;
}
#step4 .ymd {
  margin-left: 0 !important;
}
#step4 .ymd .in {
  width: calc(100% - 7.5em);
}
@media screen and (max-width: 768px) {
  #step4 .ymd .in {
    font-size: 0.37em;
    width: 100%;
  }
  #step4 .ymd .in > label {
    flex-direction: row;
  }
}
#step4 .box > label {
  margin-bottom: 1.5em;
}
#step4 label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#step4 label span {
  font-size: 1em;
  width: 7.5em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #step4 label {
    flex-direction: column;
    font-size: 2em;
  }
  #step4 label span {
    width: 100%;
  }
}
#step4 label + label {
  margin-left: 1em;
}
#step4 .in {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#step4 input {
  width: auto;
  padding: 0.9em 0.8em;
  border: 1px solid #828282;
  border-radius: 0.3em;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  #step4 input {
    width: 100%;
  }
}
#step4 select {
  width: auto;
  margin: 0 0.5em 0 0;
  padding: 0.9em 0.8em;
  background-color: #ecebf1;
  border: 0px solid #000;
  border-radius: 0.3em;
  font-size: 1.2em;
  width: 100%;
  max-width: 400px;
}

#step5 .box > label {
  margin: 1.5em 0 1.5em 1.5em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #step5 .box > label {
    flex-direction: column;
    margin: 1.5em auto;
  }
}
#step5 .errortell1,
#step5 .errortell2,
#step5 .errormail1 {
  display: none;
  color: #f81a69;
}
#step5 label span {
  font-size: 1em;
  width: 9em;
  letter-spacing: 0.1em;
}
#step5 label span + label {
  width: calc(100% - 9em);
}
@media screen and (max-width: 768px) {
  #step5 label span + label {
    width: 100%;
    font-size: 1em;
  }
}
@media screen and (max-width: 768px) {
  #step5 label {
    font-size: 2em;
  }
  #step5 label span {
    width: 100%;
  }
}
#step5 label + label {
  margin-left: 1em;
}
#step5 input {
  padding: 0.9em 0.8em;
  border: 1px solid #828282;
  border-radius: 0.3em;
  font-size: 1.2em;
}
@media screen and (max-width: 768px) {
  #step5 input {
    width: 100%;
  }
}
#step5 select {
  margin: 0 0.5em 0 0;
  padding: 0.9em 0.8em;
  background-color: #ecebf1;
  border: 0px solid #000;
  border-radius: 0.3em;
  font-size: 1.2em;
  width: 100%;
  max-width: 400px;
}

.next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  max-width: 290px;
  border-radius: 999px;
  text-align: center;
  font-size: 1.3em;
  background-color: #e31a4c;
  color: #fff;
  margin: 0.3em auto 0.6em;
  font-weight: 800;
  opacity: 1;
  min-height: 3em;
  letter-spacing: 0.2em;
  position: relative;
  padding: 0;
  border: 0px solid #fff;
}
@media screen and (max-width: 768px) {
  .next {
    font-size: 1.8em;
    min-height: 2.5em;
  }
}
.next:disabled {
  opacity: 0.3;
}
.next span {
  font-size: 1.1em;
}

.back {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  max-width: 290px;
  border-radius: 999px;
  text-align: center;
  font-size: 1.3em;
  background-color: #acacac;
  color: #fff;
  margin: 0.3em auto 0.6em;
  font-weight: 800;
  opacity: 1;
  min-height: 3em;
  letter-spacing: 0.2em;
  position: relative;
  padding: 0;
  border: 0px solid #fff;
}
.back span {
  font-size: 1.1em;
}
@media screen and (max-width: 768px) {
  .back {
    font-size: 1.8em;
  }
}

.last {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  border-radius: 999px;
  text-align: center;
  color: #fff;
  font-size: 2.1em;
  background-color: #f81a69;
  margin: 0.6em auto 0;
  font-weight: 800;
  opacity: 1;
  min-height: 3em;
  letter-spacing: 0.05em;
  border: 0px solid #000;
  position: relative;
}
.last:disabled {
  opacity: 0.3;
}
.last span {
  font-size: 1.1em;
}
.last:before {
  display: block;
  position: absolute;
  content: "";
  right: 1em;
  top: 50%;
  width: 1.3em;
  height: 1.3em;
  transform: translateY(-50%);
  background: url("../img/icon2.webp") no-repeat center/contain;
}

.banner {
  margin-top: 4em;
}

.error-message {
  margin: 0.5em 0;
  font-size: 1.2em;
  text-align: center;
  color: #f81a69;
}
@media screen and (max-width: 768px) {
  .error-message {
    font-size: 1.5em;
    margin: 0;
  }
}

.info h3 {
  text-align: center;
  color: #f81a69;
  font-size: 2.25em;
  margin: 1.5em 0 0.9em;
}
.info p {
  font-size: 1.8em;
  letter-spacing: 0.1em;
  line-height: 1.8em;
}

.swiper {
  margin-top: 1.5em;
  padding-bottom: 38px;
  overflow: inherit;
}
.swiper .swiper-button-next {
  top: calc(50% - 19px);
  right: -3%;
}
.swiper .swiper-button-prev {
  top: calc(50% - 19px);
  left: -3%;
}
.swiper .swiper_box {
  border: 3px solid #f81a69;
  background-color: #fff;
  border-radius: 1.8em;
  padding: 4em 4em 1em;
  height: 100%;
  min-height: 47em;
  margin-bottom: 1.5em;
}
.swiper .swiper_box h3 {
  text-align: center;
  font-size: 4em;
  border-bottom: 3px solid #f81a69;
  padding-bottom: 1em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.swiper .swiper_box h3 span {
  color: #f81a69;
  font-size: 2em;
}
.swiper .swiper_box p {
  font-size: 2em;
  line-height: 1.8em;
}
.swiper .swiper-pagination-bullet {
  width: 3em;
  border-radius: 0;
  background-color: #fff;
  border: 2px solid #525252;
}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #525252;
}
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  height: 7em;
  width: 3em;
  background: url("../img/icon4.webp") no-repeat center/contain;
}
.swiper .swiper-button-prev {
  transform: scale(-1, 1);
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  display: none;
}

#sec1 {
  width: 100%;
}

#thanks #sec1 {
  padding: 1.5em 0;
}
#thanks #sec1 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #f4f2f0;
  font-size: 2.6em;
  margin-bottom: 0.5em;
  padding: 1em 1.3em 1.1em;
  border-radius: 0.6em;
  line-height: 1em;
}
#thanks #sec1 a span {
  text-align: center;
}
#thanks #sec1 a b {
  color: #f81a69;
  font-size: 1.5em;
}
#thanks #sec1 p {
  font-size: 2em;
  text-align: center;
  line-height: 1.8em;
}

.bg {
  min-height: 75vh;
}

.w_box {
  background-color: #fff;
  width: 96%;
  margin: 0 auto;
  max-width: 1100px;
  border-radius: 1em;
  overflow: hidden;
}
.w_box form {
  width: 100% !important;
}
.w_box p {
  padding: 1em 0;
  font-size: 1.4em !important;
}

.w_title {
  background-color: #262262;
  padding: 1em 0;
  text-align: center;
  color: #fff;
  font-weight: 800;
  font-size: 1.8em;
  letter-spacing: 0.1em;
}

.mail_box .w_title {
  width: 100%;
}
.mail_box .w_title + p {
  text-align: center;
  margin: 1.5em 0;
}
.mail_box p {
  font-size: 0.9em;
  text-align: center;
}
.mail_box table {
  width: 94%;
  margin: 0 auto 2em;
  font-size: 1.3em;
  max-width: 700px;
}
.mail_box table th {
  padding: 0.4em 0;
  min-width: 8em;
}
.mail_box table td {
  padding-left: 1.5em;
  word-break: break-all;
}
.draten_fv  {
  display: none;
}

.thanks_bottom {
  background-color: #fff;
  width: 88%;
  margin: 0 auto;
  max-width: 700px;
  border-radius: 1em;
  overflow: hidden;
  padding: 1.8em;
  margin-top: 16px;
}

.line_cta-wrap {
  width: 100%;
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 12px;
  font-size: 1.8em;
}

.line_cta-thanks {
  width: 85%;
  padding: 16px;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
  color: #fff;
  background-color: #04C755;
  border-radius: 8px;
  letter-spacing: 0.06em;
}

.thanks_txt2 p  {
  font-size: 1.6em;
  text-align: center;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .mail_box table {
    font-size: 1.9em;
  }
  .mail_box table th,
  .mail_box table td {
    display: block;
  }
  .mail_box table th {
    background-color: #ebebeb;
    padding: 0.5em 0;
  }
  .mail_box table td {
    padding: 0.5em 0 0;
    margin-bottom: 1.5em;
  }
  .draten_fv  {
    display: block;
    width: 100%;
    max-width: 96%;
    margin: 0 auto;
    padding-bottom: 12px;
  }
  .draten_header {
    display: none;
  }
  .line_cta-thanks {
  font-size: 18px;
  padding: 14px;
}
}

