@charset "UTF-8";
#sec01{
	padding: 40px 0 140px;
}
#sec01 .center{
	margin-bottom: 80px;
}
#sec01 .center p{
	text-align: center;
}
#sec01 .center p a{
	color: #0093FF;
	text-decoration: underline;
}
#sec01 .w_box{
	max-width: 1200px;
	padding: 100px 100px 120px;
	margin: auto;
	background: #fff;
}
#sec01 .w_box .title03{
	padding-bottom: 38px;
	font-size: 3rem;
	text-align: center;
	font-weight: 600;
	border-bottom: 1px solid #1A2930;
}
#sec01 .w_box dl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px solid #DEDEDE;
}
#sec01 .w_box dl.alstart{
	align-items: flex-start;
}
#sec01 .w_box dl.alstart dt{
	margin-top: 1.5em;
}
#sec01 .w_box dl dt{
	display: flex;
	align-items: center;
	gap: 10px;
	width: 220px;
	font-size: 1.8rem;
	font-weight: bold;
}
#sec01 .w_box dl dt .req{
	font-size: 1.5rem;
	color: #F00;
}
#sec01 .w_box dl dd{
	width: calc(100% - 220px);
	font-size: 1.5rem;
}
#sec01 .w_box dl.name_area dd,
.wpcf7-radio,
#sec01 .w_box dl dd.input-box{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}
#sec01 .w_box dl dd input,
#sec01 .w_box dl dd textarea{
	width: 100%;
	padding: 1.5em;
	font-size: 1.5rem;
	background: #F8F8F8;
	border-radius: 4px;
}
#sec01 .w_box dl dd textarea{
	height: 228px;
	resize: vertical;
	font-family: "Noto Sans JP";
}
#sec01 .w_box dl dd input[type=number]{
	position: relative;
	width: 114px;
	background: #fff;
	border: 1px solid #1A2930;
	background: url(../img/common/icon_arrow_number.svg) no-repeat right 14px center;
	background-size: 9px 18px;
}
.gecko #sec01 .w_box dl dd input[type=number]{
	padding: 1.5em 1em 1.5em 1.5em;
	background: none;
}
input::-webkit-inner-spin-button {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	width: 9px;
	margin: auto;
	opacity: 0;
	cursor: pointer;
}
input::-webkit-contacts-auto-fill-button {
	opacity: 0;
}
input:-webkit-autofill {
	background-color: #F8F8F8 !important;
}
input:-webkit-autofill:focus {
	background-color: #F8F8F8 !important;
}
#sec01 .w_box dl dd input::placeholder,
#sec01 .w_box dl dd textarea::placeholder{
	color: #B7B9B6;
}
#sec01 .w_box dl.name_area dd .wpcf7-form-control-wrap{
	display: block;
	width: calc((100% - 20px) / 2);
}
#sec01 .w_box dl dd.radio{
	overflow: hidden;
}
#sec01 .w_box dl dd.radio input {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
    overflow: hidden;
}
#sec01 .w_box dl dd.radio .wpcf7-list-item-label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 70px;
	font-size: 1.8rem;
	border: 1px solid #1A2930;
	border-radius: 4px;
	cursor: pointer;
    transition: all 0.2s ease-in;
}
#sec01 .w_box dl.alstart dd.radio .wpcf7-list-item-label{
	display: inline-flex;
	width: auto;
	padding: 0 0.7em;
}
#sec01 .w_box dl dd.radio input:checked + .wpcf7-list-item-label {
	color: #fff;
	background: #1A2930;
}
#sec01 .w_box .g_box{
  width: 624px;
  padding: 30px 0;
  margin: 60px auto;
  background: #F8F8F8;
  border-radius: 8px;
}
#sec01 .w_box .g_box p{
	margin-bottom: 10px;
	font-size: 1.5rem;
	text-align: center;
}
#sec01 .w_box .g_box p a{
	color: #0093FF;
	text-decoration: underline;
}
#sec01 .w_box .checkbox label{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 1.5rem;
  cursor: pointer;
}
#sec01 .w_box .checkbox input[type="checkbox"] {
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0;
  background: #fff;
  border: 1px solid #1A2930;
  border-radius: 4px;
}
#sec01 .w_box .checkbox input[type="checkbox"]:checked:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 100%;
  margin: auto;
  background: url(../img/common/icon_check.svg) no-repeat center center;
  background-size: 100% auto;
}
#sec01 .w_box .form_btn{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
#sec01 .w_box .form_btn .form_btn_submit,
#sec01 .w_box .form_btn .form_btn_previous{
  position: relative;
  width: 710px;
}
#sec01 .w_box .form_btn .form_btn_submit:after{
  content: "";
  position: absolute;
  top: 0;
  right: 45px;
  bottom: 0;
  display: block;
  width: 18.23px;
  height: 16px;
  margin: auto;
  background: url("../img/common/icon_arrow_w.svg") center center no-repeat;
  background-size: 100% auto;
}
#sec01 .w_box .form_btn .form_btn_previous:after{
  content: "";
  position: absolute;
  top: 0;
  left: 45px;
  bottom: 0;
  display: block;
  width: 18.23px;
  height: 16px;
  margin: auto;
  background: url("../img/common/icon_arrow_b.svg") center center no-repeat;
  background-size: 100% auto;
  transform: rotate(180deg);
}
#sec01 .w_box .form_btn .form_btn_submit input{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  background: #1A2930;
  border: 2px solid #1A2930;
  border-radius: 8px;
  cursor: pointer;
  transition-duration: .2s;
}
#sec01 .w_box .form_btn .form_btn_previous input{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  font-size: 2.4rem;
  color: #1A2930;
  font-weight: 600;
  text-align: center;
  background: #fff;
  border: 2px solid #1A2930;
  border-radius: 8px;
  cursor: pointer;
  transition-duration: .2s;
}
#sec01 .w_box .form_btn .form_btn_submit input:hover{
  color: #1A2930;
  background: #fff;
}
#sec01 .w_box .form_btn .form_btn_previous input:hover{
  color: #fff;
  background: #1A2930;
}
#sec01 .w_box .form_btn .form_btn_submit:hover:after{
  background: url("../img/common/icon_arrow_b.svg") center center no-repeat;
  background-size: 100% auto;
}
#sec01 .w_box .form_btn .form_btn_previous:hover:after{
  background: url("../img/common/icon_arrow_w.svg") center center no-repeat;
  background-size: 100% auto;
}
#sec01 .w_box dl dd .txt{
	margin-top: 1em;
	line-height: 1.6;
}

@media screen and (max-width: 1700px){
	#sec01{
		padding: 2.59vw 0 9.09vw;
	}
	#sec01 .center{
		margin-bottom: 5.19vw;
	}
	#sec01 .w_box{
		padding: 6.49vw 6.49vw 7.79vw;
	}
	#sec01 .w_box .title03{
		padding-bottom: 2.46vw;
		font-size: 1.94vw;
	}
	#sec01 .w_box dl{
		padding: 1.94vw 0;
	}
	#sec01 .w_box dl dt{
		gap: 0.64vw;
		width: 14.28vw;
		font-size: 1.16vw;
	}
	#sec01 .w_box dl dt .req{
		font-size: 0.97vw;
	}
	#sec01 .w_box dl dd{
		width: calc(100% - 14.28vw);
		font-size: 0.97vw;
	}
	#sec01 .w_box dl.name_area dd,
	.wpcf7-radio,
	#sec01 .w_box dl dd.input-box{
		gap: 1.29vw;
	}
	#sec01 .w_box dl dd input{
		font-size: 0.97vw;
		border-radius: 0.25vw;
	}
	#sec01 .w_box dl dd input,
	#sec01 .w_box dl dd textarea{
		font-size: 0.97vw;
		border-radius: 0.25vw;
	}
	#sec01 .w_box dl dd textarea{
		height: 14.8vw;
	}
	#sec01 .w_box dl dd input[type=number]{
		width: 7.4vw;
		background: url(../img/common/icon_arrow_number.svg) no-repeat right 0.9vw center;
		background-size: 0.58vw 1.16vw;
	}
	input::-webkit-inner-spin-button {
		right: 0.51vw;
		width: 0.58vw;
	}
	#sec01 .w_box dl.name_area dd .wpcf7-form-control-wrap{
		width: calc((100% - 1.29vw) / 2);
	}
	#sec01 .w_box dl dd.radio .wpcf7-list-item-label {
		height: 4.54vw;
		font-size: 1.16vw;
		border-radius: 0.25vw;
	}
	#sec01 .w_box .g_box{
	  width: 40.51vw;
	  padding: 1.94vw 0;
	  margin: 3.89vw auto;
	  border-radius: 0.51vw;
	}
	#sec01 .w_box .g_box p{
		margin-bottom: 0.64vw;
		font-size: 1.03vw;
	}
	#sec01 .w_box .checkbox label{
	  gap: 0.97vw;
	  font-size: 0.97vw;
	}
	#sec01 .w_box .checkbox input[type="checkbox"] {
	  width: 1.94vw;
	  height: 1.94vw;
	  border-radius: 0.25vw;
	}
	#sec01 .w_box .checkbox input[type="checkbox"]:checked:before {
	  width: 1.16vw;
	}
	#sec01 .w_box .form_btn{
	  gap: 1.29vw;
	}
	#sec01 .w_box .form_btn .form_btn_submit,
	#sec01 .w_box .form_btn .form_btn_previous{
	  width: 46.1vw;
	}
	#sec01 .w_box .form_btn .form_btn_submit:after{
	  right: 2.92vw;
	  width: 1.18vw;
	  height: 1.03vw;
	}
	#sec01 .w_box .form_btn .form_btn_previous:after{
	  left: 2.92vw;
	  width: 1.18vw;
	  height: 1.03vw;
	}
	#sec01 .w_box .form_btn .form_btn_submit input,
	#sec01 .w_box .form_btn .form_btn_previous input{
	  font-size: 1.55vw;
	  border-radius: 0.51vw;
	}
}

@media screen and (max-width: 1024px){
	#sec01{
		padding: 5.33vw 0 16vw;
	}
	#sec01 .center{
		margin-bottom: 10.66vw;
	}
	#sec01 .center p{
		text-align: left;
	}
	#sec01 .w_box{
		padding: 8vw 5.33vw;
	}
	#sec01 .w_box .title03{
		padding-bottom: 5.33vw;
		font-size: 4.8vw;
		border-bottom: 0.26vw solid #1A2930;
	}
	#sec01 .w_box dl{
		display: block;
		padding: 5.33vw 0;
		border-bottom: 0.26vw solid #DEDEDE;
	}
	#sec01 .w_box dl.alstart dt{
		margin-top: 0;
	}
	#sec01 .w_box dl dt{
		gap: 2vw;
		width: 100%;
		margin-bottom: 2.66vw;
		font-size: 3.73vw;
		font-weight: 500;
	}
	#sec01 .w_box dl dt .req{
		font-size: 3.73vw;
	}
	#sec01 .w_box dl dd{
		width: 100%;
		font-size: 3.73vw;
	}
	#sec01 .w_box dl.name_area dd,
	.wpcf7-radio,
	#sec01 .w_box dl dd.input-box{
		gap: 2.66vw;
	}
	#sec01 .w_box dl dd p{
		font-size: 3.2vw;
	}
	#sec01 .w_box dl dd input,
	#sec01 .w_box dl dd textarea{
		padding: 1em;
		font-size: 3.73vw;
		border-radius: 0.53vw;
	}
	#sec01 .w_box dl dd textarea{
		height: 45.6vw;
	}
	#sec01 .w_box dl.name_area dd .wpcf7-form-control-wrap{
		width: 100%;
	}
	#sec01 .w_box dl dd.radio .wpcf7-list-item-label {
		width: 24vw;
		height: 13.33vw;
		font-size: 3.73vw;
		border: 0.26vw solid #1A2930;
		border-radius: 0.53vw;
	}
	#sec01 .w_box dl dd input[type=number]{
		width: 24vw;
		background: url(../img/common/icon_arrow_number.svg) no-repeat right 2vw center;
		background-size: 2vw 3.86vw;
	}
	#sec01 .w_box .g_box{
	  width: 100%;
	  padding: 5.33vw 0;
	  margin: 5.33vw auto;
	  border-radius: 0.53vw;
	}
	#sec01 .w_box .g_box p{
		margin-bottom: 2.66vw;
		font-size: 3.73vw;
	}
	#sec01 .w_box .checkbox label{
	  gap: 2.66vw;
	  font-size: 3.73vw;
	  line-height: 1.5;
	}
	#sec01 .w_box .checkbox input[type="checkbox"] {
	  width: 6.66vw;
	  height: 6.66vw;
	  border: 0.26vw solid #1A2930;
	  border-radius: 0.53vw;
	}
	#sec01 .w_box .checkbox input[type="checkbox"]:checked:before {
	  width: 5vw;
	}
	#sec01 .w_box .form_btn{
	  gap: 2.66vw;
	}
	#sec01 .w_box .form_btn .form_btn_submit,
	#sec01 .w_box .form_btn .form_btn_previous{
	  width: 78.66vw;
	}
	#sec01 .w_box .form_btn .form_btn_submit:after{
	  right: 4.39vw;
	  width: 3.94vw;
	  height: 3.45vw;
	}
	#sec01 .w_box .form_btn .form_btn_previous:after{
	  left: 4.39vw;
	  width: 3.94vw;
	  height: 3.45vw;
	}
	#sec01 .w_box .form_btn .form_btn_submit input,
	#sec01 .w_box .form_btn .form_btn_previous input{
	  height: 16vw;
	  font-size: 4vw;
	  border-radius: 2.13vw;
	}
}
.wpcf7-list-item{
	margin: 0 !important;
}
.checkbox .wpcf7-form-control-wrap{
	display: flex;
	justify-content: center;
}

.confirm #sec01 .w_box .form_btn .form_btn_submit,
.confirm #sec01 .w_box .form_btn .form_btn_previous{
	width: 488px;
}
@media screen and (max-width: 1700px){
	.confirm #sec01 .w_box .form_btn .form_btn_submit,
	.confirm #sec01 .w_box .form_btn .form_btn_previous{
		width: 36vw;
	}
}

@media screen and (max-width: 1024px){
	.confirm #sec01 .w_box .form_btn .form_btn_submit,
	.confirm #sec01 .w_box .form_btn .form_btn_previous{
		width: 100%;
	}
}
.confirm #sec01 .w_box dl.alstart dt{
	margin-top: 0;
}
.confirm #sec01 .w_box dl dd{
	font-size: 1.8rem;
	line-height: 1.6;
}
@media screen and (max-width: 1700px){
	.confirm #sec01 .w_box dl dd{
		font-size: 1.16vw;
	}
}
@media screen and (max-width: 1024px){
	.confirm #sec01 .w_box dl dd{
		font-size: 3.73vw;
	}
}
.wpcf7-spinner{
	display: none !important;
}
.thanks .center{
	margin-top: 38px;
}
.thanks .btn a{
	justify-content: center;
	width: 600px;
	height: 80px;
	margin: auto;
	font-size: 1.8rem;
}
@media screen and (max-width: 1700px){
	.thanks .center{
		margin-top: 2.46vw;
	}
	.thanks .btn a{
		width: 40vw;
		height: 6vw;
		font-size: 1.4vw;
	}
}
@media screen and (max-width: 1024px){
	.thanks .center{
		margin-top: 10vw;
	}
	.thanks .btn a{
		width: 100%;
		height: 14vw;
		font-size: 3.5vw;
	}
}