/* ===============================================
# initial settings
=============================================== */
* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 16px;
  text-align: center;
}
/* html, body {
  scroll-behavior: smooth;
} */
a {
  text-decoration: none;
  transition: all ease 0.3s;
}
a:hover {
  opacity: 0.9;
}

img {
  width: 100%;
}

iframe {
  width: 100%;
  min-height: 300px;
}

section {
  width: 100%;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.p-20 {
  padding: 20px;
}

.px-20 {
  padding: 0 20px;
}

.py-20 {
  padding: 20px 0;
}

.pt-10 {
  padding-top: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.p-10 {
  padding: 10px;
}

.px-10 {
  padding: 0 10px;
}

.py-10 {
  padding: 10px 0;
}

.mt-10 {
  margin-top: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.m-10 {
  margin: 10px;
}

.mx-10 {
  margin: 0 10px;
}

.my-10 {
  margin: 10px 0;
}

.d-i-b {
  display: inline-block;
}

.d-b {
  display: block;
}

.d-i {
  display: inline;
}

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

#page_top {
    position: fixed;
    right: 5%;
    z-index: 1000;
    width: 15%;
    transform: translateY(-150%);
}

.wrap_1050{
  max-width: 1050px;
  width: 100%;
}
.wrap_688{
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
padding: 0 4%;
}
.text{
  line-height: 1.5em;
}
h2 {
  font-size: 40px;
  border-bottom: 10px solid #FFF002;
  line-height: 1.3em;
  display: inline-block;
  margin-bottom: 40px;
  font-weight: 600;
}
input{
  padding: 0 5px;
}
input,textarea{
  border-radius: 0px;
  border: #707070 1px solid;
}
textarea{
  padding: 10px 0 10px 5px;
}
input::placeholder{
  color: #CDD6DD;
  font-size: 12px;
  line-height: 1.3em;
  font: 400 12px "Noto Sans JP", sans-serif;
  font-weight: normal;
}
textarea::placeholder{
    color: #CDD6DD;
  font-size: 12px;
  line-height: 1.3em;
font: 600 12px "Noto Sans JP", sans-serif;

}



input[type="button"], input[type="submit"]{
  max-width: 422px;
  width: 100%;
  height: 84px;
  background-color: #000000;
  color: #fff;
  font-size: 16px;
    box-shadow: 5px 5px 0px #FFF002;
  transition: .3s;
  border: none;
}
input[type="button"]:hover, input[type="submit"]:hover{
  box-shadow: unset;
  transform: translate(4px,4px);
}
@media screen and (max-width: 414px){
  h2{
  font-size: clamp(16px, -3.015px + 6.767vw, 25px);
  }
  .text{
  font-size: 16px;
}
input[type="button"], input[type="submit"]{
    width: 77%;
    height: 50px;
    font-size: 12px;
}
}
.btn_flex2{
 display: flex;
gap: 20px;
}




/* ===============================================
# header
=============================================== */
header{
  background-color: #000000;
  height: 90px;
  display: flex;
  align-items: center;   
  justify-content: center
}
header h1{
  max-width: 750px;
  width: 100%;
  padding: 0 50px;
  margin: 0;
}
header h1 a{
  display: inline-block;
  width: 100%;
  /* top: 50%;
  left: 0;
  transform: translateY(50%); */
}
@media screen and (max-width: 414px){
  header{
  height: 60px;
  }
  header h1{
  padding: 0 15px;
  }
}

/* ===============================================
# main
=============================================== */


/* ===============================================
# footer
=============================================== */
footer{
  background-color: #000000;
  padding: 30px 0;
}
/*footer img{
  width: 290px;
}
@media screen and (max-width: 414px){
  footer img{
    width: 80%;
  }
}*/
footer p, .form_result footer p {
	font-size: 10px;
	color: #FFF;
	text-align: center;
}

/* ===============================================
# index
=============================================== */
#index header{
  width: 100%;
  background-image: url(./../img/back_hero.jpg);
  background-size: cover;
  background-position: center center;
  height: auto;
  display: block;
}
@media screen and (max-width: 414px){
#index header{
  background-image: url(./../img/back_hero.jpg);
}
}

#index .head_box{
  background-color: rgba(00, 00, 00, 0.7);
  width: 100%;
  padding: 50px 0;
  margin: 0 auto;
  max-width: 690px;
  aspect-ratio: 1/1;
  /*position: relative;*/
	text-align: center;
}
#index .head_box img{
  width: 80%;
    /*position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);*/
}
#index .head_box .pc {
	display: inline;
}
@media screen and (max-width: 414px){
.head_box{
  aspect-ratio: 1 / 1.15;
  padding: 50px 0;
}
.head_box img{
  width: 90%;
  
}
	#index .head_box .pc {
		display: none;
	}
	#index .head_box .sp {
		display: inline;
		width: 90%;
	}
	#index .head_box{
		padding: 30px 0;
	}
}
@media screen and (min-width: 1124px){
  #index header{
    background-size: contain;
    aspect-ratio: 1280 / 785;
  }
  .head_box{
    width: 690px;
    height: 100%;
  }

}

#index #section1{
padding: 60px 40px;
font-size: 20px;
}
#index #section1 h2{
  width: 10em;
}
#index #section1 p{
 margin-bottom: 40px;
}
@media screen and (max-width: 414px){
  #index #section1{
        padding: 30px 0 38px;
  }
	#index #section1 p{
		padding: 0 15px;
	}
}
/* ===============================================
# form
=============================================== */
#form #section1{
  background-color: #000000;
  color: #fff;
  padding: 45px 0 38px;
}
#form #section1 h2{
width: 100%;
border-bottom: 1px solid #fff;
}
#form #section1 h2 img{
  max-width: 340px;
}
#form #sec1_box p{
  display: inline-block;
  padding: 0 3%;
  line-height: 1.5em;
  font-size: 12px;
  text-align: left;
}

#form #section2{
  padding: 60px 4%;
}
#vol_form table{
width: 100%;
text-align: left;
padding: 0 5%;
margin: 0 0 30px;
font-size: 16px;
}
#vol_form tr{
  margin-bottom: 10px;
  display: block;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#vol_form th{
  width: 25%;
  line-height: 2.5em;
  min-width: 175px;
  background-color: #D1D9E0;
  padding-left: 10px;
  vertical-align: middle;
  margin-right: 10px;
  font-weight: 600;
}
#vol_form #tel-th {
	line-height: 120%;
	padding: 5px 10px;
}
#vol_form td{
height: 40px;
width: 74%;
}
#vol_form td input{
  width: 100%;
  height: 100%;
}
#vol_form td textarea{
  width: 100%;
  height: 100%;
	max-height: 200px;
}
#vol_form .vol_form_blank_l{
	line-height: 1em;
	margin-top: -5px;
}
#vol_form .vol_form_blank_l th{
background-color: #fff;
line-height: 1em;
height: 1em;
}
#vol_form .vol_form_blank_l td{
  height: 1em;
  font-size: 12px;
}
.vol_form_text {
  height: 120px;
}
#vol_form .vol_form_text td{
  height: auto;
}
#vol_form input[type="checkbox"]{
  height: auto;
  width: auto;
}
/*#vol_form tr:last-of-type {
display: block;
}*/
#vol_form input[type="button"], #vol_form input[type="submit"]{
  width: 100%;
  max-width: 100%;
  height: 60px;
}
#vol_form label{
  font-size: 12px;
	/*display: block;
	background-color: #FFEEEE;*/
}
.required{
  width: 40px;
  vertical-align: middle;
  margin-left: 5px;
}

#vol_form .vol_form_text td textarea::placeholder{
  font: 400 12px "Noto Sans JP", sans-serif;
}
.error {
	background-color: #FFEEEE;
}
#vol_form .error-txt {
	color: #FF0000;
	font-size: 12px;
	height: auto;
	text-align: right;
	width: 100%;
	padding-bottom: 10px;
}
#vol_form #tel {
	height: 49px;
}
.req {
	background-color: #FF0000;
	color: #FFF;
	border-radius: 3px;
	margin-left: 5px;
	padding: 0 5px;
	font-size: 12px;
}
#vol_form table input, #vol_form table textarea {
	font-size: 16px;
}

@media screen and (max-width: 414px){
    #form #section1{
          padding: 30px 0 30px;
    }
  #form #section1 h2{
        margin-bottom: 32px;
        padding-bottom: 10px;
  }
  #form #sec1_box p{
    line-height: 1.9em;
  }
#vol_form tr{
  display: block;
          margin-bottom: 25px;
}
/*#vol_form tr:last-of-type{
  margin-bottom: 0px;
}
#vol_form tr:last-of-type td{
  height: 20px;
  padding: 20px 0;
}*/
th, td {
  display: block;
  width: 100%;
}
#vol_form td{
height: 40px;
width: 100%;
}
/*#vol_form .vol_form_blank_l{
  display: none;
}*/
	#vol_form .vol_form_blank_l {
		margin-top: -20px;
	}
#vol_form .vol_form_blank_l th {
  display: none;
}
#form #section2{
  padding: 60px 8%;
}
#vol_form th{
      width: 100%;
      line-height: 2em;
      padding-left: 0;
      line-height: 1em;
      background-color: #fff;
          margin-bottom: 5px;
}
#vol_form #tel-th{
	padding: 0;
	line-height: 1em;
}
#vol_form td textarea{
  height: 120px;
}
	#vol_form #tel {
		height: 100%;
	}
}

/* form_check */
#form.form_check #section1 {
    padding: 45px 0 0px;
}
#vol_form .form_check_td{
  border-top: #000000 1px solid;
  border-bottom: 1px solid #000;
  padding: 10px;
}
#vol_form .btn_flex2 input[type="button"]:first-of-type, #vol_form .btn_flex2 input[type="submit"]:first-of-type {
background-color: #707070;
box-shadow: none;
}
#vol_form .btn_flex2 input[type="button"]:first-of-type:hover, #vol_form .btn_flex2 input[type="submit"]:first-of-type:hover {
  transform: translate(0px,0px);
  opacity: 0.8;
}
.form_check #vol_form table{
      margin: 0 0 50px;
}
.form_check #vol_form th{
  height: auto;
}
.form_check #vol_form .vol_form_text{
  height: auto;
}

.form_check #section2 p{
  font-weight: 600;
  display: block;
  margin-bottom: 30px;
}
#return-btn {
	background-color: #999;
}

@media screen and (max-width: 414px){
  #form.form_check.form_check #section2{
    padding: 30px 8%;
  }
  .form_check #section2 p{
    text-align: left;
    line-height: 1.5em;
    margin-bottom: 70px;
  }
}

/* form_result */

#form.form_result #section1 {
    padding: 45px 0 0px;
}
#form.form_result #section2 h2{
  width: 10em;
}

.form_result p{
  font-size: 20px;
  line-height: 1.5em;
}
.form_result p a{
  color: #000;
  border-bottom: 1px solid #000;
  font-weight: 600;
}
@media screen and (max-width: 414px){
  #form.form_result #section2{
    padding: 25px 8% 60px;
  }
  #form.form_result #section2 h2{
    margin-bottom: 30px;
  }
  .form_result p{
    font-size: 16px;
    text-align: left;
        line-height: 1.8em;
  }
}