@charset "UTF-8";
body {
	width: 100vw;
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.85;
	color: #000;
	background-color: #A1D7E5;
	overflow-x: hidden;
}
main, header, footer {
	width: 100%;
	max-width: 430px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
div {
	margin: 0;
	padding: 0;
}
a,a:link,a:hover,a:visited{
text-decoration:none;
}
ol,
ul {
	list-style: none;
	padding-inline-start: 0;
	margin: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
}
section {
	padding: 5vw 0;
}
.section_inner {
	width: 90%;
	margin: auto;
}
p {
	text-align: justify;
}


/*----------------------------------------------- 共通 */
.small {
	font-size: 0.8em;
}
.cta_btn_w {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.fix_area_right .cta_btn_w .cta_btn {
	margin-bottom: 0;
}
.cta_btn a::after {
	content: '';
	display: block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.btn_square .cta_btn a::after {
	width: 175px;
	height: 175px;
}
.btn_square .cta_btn.cta_btn_line a::after {
	background-image: url("../img/cta_btn_line.svg");
}
.btn_square .cta_btn.cta_btn_mail a::after {
	background-image: url("../img/cta_btn_mail.svg");
}
.btn_square.cta_btn_w {
	max-width: 380px;
	margin: auto;
}
.ft_fix_btn {
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 99;
}
.ft_fix_btn .cta_btn_w {
	width: 100%;
	max-width: 430px;
	margin: auto;
	background-color: #161a46;
}
.ft_fix_btn .cta_btn {
	width: 50%;
}
.ft_fix_btn .cta_btn a::after {
	width: 100%;
	aspect-ratio: 215 / 75;
}
.ft_fix_btn .cta_btn.cta_btn_line a::after {
	background-image: url("../img/cta_btn_sp_line.svg");
}
.ft_fix_btn .cta_btn.cta_btn_mail a::after {
	background-image: url("../img/cta_btn_sp_mail.svg");
}

@media screen and (max-width: 1300px) {
	.fix_area_right .cta_btn_w {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.fix_area_right .cta_btn_w .cta_btn {
		margin-bottom: 30px;
	}
}

.lp_img {
	width: 100%;
	margin: auto;
}
.lp_img img {
	width: 100%;
}
.bk_img_w {
	display: block;
	height: 100vh;
	min-height: 768px;
	max-height: 1080px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.bk_img::before {
	content: '';
	display: block;
	width: 100vw;
	height: 80%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.bk_img::after {
	content: '';
	display: block;
	width: 100vw;
	height: 80%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}


/*----------------------------------------------- header */
.header_inner {
	margin-top: 0;
}
h1 {
	position: relative;
	margin-bottom: 22vw;
}
h1 > img {
	width: 100%;
}
.fv_img {
	width: 80%;
	position: absolute;
	bottom: -20vw;
	right: 0;
	left: 0;
	display: block;
	margin: auto;
}
.fv_img img {
	width: 100%;
}


/*----------------------------------------------- reason */
.reason {
	background-color: #e57d15;
	border-radius: 15px 15px 0 0;
	padding: 50px 0 0;
}
.reason h2 {
	width: 60%;
	max-width: 210px;
	margin: auto;
}
.reason h2 img {
	width: 100%;
}
.reason h3 {
	font-size: 25px;
	line-height: 1.5;
	text-align: center;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 700;
	margin: 30px auto 10px;
}
.reason_item {
	width: 95%;
	background-color: #fff;
	border-radius: 20px;
	text-align: justify;
	margin: auto;
	padding: 30px;
	padding-top: 45px;
	position: relative;
	margin-top: 30px;
}
.reason_item::after {
	font-size: 52px;
	letter-spacing: 0.075em;
	color: #e57d15;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-style: italic;
	line-height: 1;
	position: absolute;
	left: 20px;
	right: 0;
	top: 15px;
	margin: auto;
}
.reason_item:first-of-type::after {
	content: '01';
}
.reason_item:nth-of-type(2)::after {
	content: '02';
}
.reason_item:nth-of-type(3)::after {
	content: '03';
}
.reason_item_img {
	width: 80%;
	margin: 15px auto;
}
.reason_item_img img {
		width: 100%;
	aspect-ratio: 250 / 160;
}


/*----------------------------------------------- cta */
.cta {
	background-color: #e57d15;
	padding: 50px 0 0;
}
.cta_section_bk {
	background-color: #FCD002;
	padding: 50px 0 30px;
	position: relative;
}
.cta_24hour {
	color: #CC3015;
	font-size: 26px;
	background-color: #fff;
	border-radius: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-align: center;
	width: 85%;
	margin: auto;
	position: absolute;
	top: -23px;
	right: 0;
	left: 0;
	display: block;
}
.cta_img {
	width: 85%;
	margin: auto;
	margin-bottom: 22px;
}


/*----------------------------------------------- voice */
.voice {
	background-color: #e57d15;
}
.voice_img {
	width: 100%;
	margin: auto;
}
.voice_img img {
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.voice_txt {
	padding: 20px 25px;
	background-color: #fff;
	font-weight: 300;
	line-height: 2;
	min-height: 330px;
}
.voice_name,
.voice_job {
	font-size: 26px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	color: #fff;
	text-align: center;
	line-height: 1.5;
}
.voice_icon {
	width: 50vw;
	max-width: 120px;
	margin: auto;
	margin-bottom: 60px;
}
.voice_name_w {
	margin-bottom: 20px;
	position: relative;
}
.voice_name_w .num {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 73px;
	line-height: 1;
	color: rgba(255,255,255,0.20);
	position: absolute;
	left: 0;
	right: 0;
	top: -45px;
	text-align: center;
	margin: 0;
	display: block;
}
.swiper-container {
	width: 100%;
}
.swiper .swiper-slide {
	padding: 15px;
}
.swiper .swiper-button-next:after,
.swiper .swiper-rtl .swiper-button-prev:after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-image: url("../img/prev_btn.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.swiper .swiper-button-prev:after,
.swiper .swiper-rtl .swiper-button-next:after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background-image: url("../img/after_btn.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
	width: 30px;
	height: 30px;
}
.swiper .swiper-button-next {
	right: 0;
}
.swiper .swiper-button-prev {
	left: 0;
}


/*----------------------------------------------- flow */
.flow {
	background-color: #E6F1FF;
}
.flow_title {
	width: 50vw;
	max-width: 156px;
	margin: auto;
}
.flow_img {
	width: auto;
	height: 182px;
	text-align: center;
	margin: 20px auto;
}
.flow_img img {
	height: 100%;
	aspect-ratio: 210 / 182;
	object-fit: cover;
}
.flow_txt {
	padding: 20px 30px;
	border-radius: 10px;
	background-color: #fff;
	font-weight: 300;
	line-height: 2;
	min-height: 168px;
}


/*----------------------------------------------- QA */
.qa {
	background-color: #FCD002;
	padding-top: 60px;
	padding-bottom: 60px;
}
.qa h2 {
	width: 50vw;
	max-width: 156px;
	margin: auto;
	margin-bottom: 30px;
}
.qa_item {
	max-width: 370px;
	margin: auto;
	margin-bottom: 15px;
}
.qa_q_w {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	background-color: #e57d15;
	min-height: 74px;
}
.qa_q_num {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	width: 25%;
	padding-right: 20px;
}
.qa_q_num span {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	display: block;
	letter-spacing: 0.05em;
	text-align: center;
	color: #e57d15;
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: relative;
	z-index: 1;
}
.qa_q_num span::after {
	content: '';
	display: block;
	width: 44px;
	height: 44px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.qa_q {
	width: 75%;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	color: #fff;
	line-height: 1.5;
}
.qa_a {
	padding: 20px 30px 20px 35px;
	background-color: #fff;
	font-weight: 300;
	line-height: 2;
}

/*----------------------------------------------- message */
.message {
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 90px;
	border-top: solid 24px #3C81E4;
}
.message .section_inner {
	max-width: 360px;
}
.message h2{
	font-size: 26px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	line-height: 1.5;
	font-weight: 600;
	text-align: center;
}
.message .ceo_name {
	font-weight: 600;
	text-align: center;
	margin: 30px auto;
}
.message_img {
	width: 100%;
	margin: 30px auto;
}
.message_img img {
	width: 100%;
}
.message_txt {
	font-weight: 300;
}


/*----------------------------------------------- company */
.company {
	background-color: #E6F1FF;
	padding-top: 60px;
	padding-bottom: 60px;
}
.company h2 {
	width: 45vw;
	max-width: 106px;
	margin: auto;
	margin-bottom: 30px;
}
.com_w {
	max-width: 370px;
	margin: auto;
	background-color: #fff;
	border-radius: 12px;
	padding: 35px 30px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	line-height: 1.5;
}
.com_item {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	border-bottom: solid 1px #E6F1FF;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.com_item:nth-of-type(6) {
	border-bottom: none;
	margin-bottom: 25px;
}
.com_item_tit {
	width: 25%;
	color: #161A45;
	font-weight: 500;
}
.com_item_cont {
	width: 75%;
	font-weight: 300;
}
.map iframe {
	width: 100%;
	aspect-ratio: 312 / 264;
	object-fit: cover;
	max-height: 264px;
}


/*----------------------------------------------- contact */
.contact {
	background-color: #e57d15;
	padding-top: 60px;
	padding-bottom: 60px;
}
.contact .section_inner {
	max-width: 330px;
}
.contact h2 {
	width: 50vw;
	max-width: 156px;
	margin: auto;
	margin-bottom: 30px;
}
.contact .sec_lead {
	color: #fff;
	font-weight: 300;
	margin-bottom: 15px;
}
.item_cont input,
.item_cont textarea,
.item_cont select {
	background: #fff;
	padding: 15px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	width: 100%;
	max-width: 330px;
	border-radius: 10px;
}
::placeholder {
	color: #AAAAAA;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 300;
}
.item_cont select {
/*	color: #AAAAAA;*/
	font-size: 0.9em;
}
.your-ken .item_cont {
	position: relative;
}
.your-ken .item_cont::after {
	position: absolute;
	font: var(--fa-font-solid);
	content: "\f078";
	color: #3C81E4;
	right: 15px;
	top: 20px;
	font-size: 18px;
	pointer-events: none;
}
.item_tit label {
	display: flex;
	align-items: center;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	color: #fff;
}
.item_tit span {
	font-size: 13px;
	font-weight: 300;
	display: block;
	text-align: center;
	padding: 0 0.5em;
	background-color: #CC3015;
	line-height: 1.5;
	margin-right: 5px;
}
.item_tit span.option {
	background-color: #D9D9D9;
	color: #3C81E4;
}
.item_cont {
	margin-bottom: 25px;
}
.contact .btn {
	height: 57px;
	margin-top: 50px;
	position: relative;
}
.contact .btn input {
	background-color: #FCD002;
	color: #161A45;
	text-align: center;
	display: block;
	width: 100%;
	height: 57px;
	border-radius: 50px;
	font-weight: 600;
	letter-spacing: 0.075em;
}
.contact .btn::after {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	background-image: url("../img/prev_btn.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
	pointer-events: none;
}
.contact .wpcf7-not-valid-tip {
	color: #FCD002;
	font-size: 0.9em;
}
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
	background-color: #fff;
}


/*----------------------------------------------- thunks */
.thunks {
	background-color: #3C81E4;
	min-height: calc(100vh - 56px);
}
.thunks .section_inner {
	padding-top: 30px;
	padding-bottom: 30px;
}
.thunks_img {
	background-color: #fff;
	padding: 30px 0;
	margin: 40px 0 0;
}
.thunks_img img {
	width: 50vw;
	max-width: 234px;
	margin: auto;
	display: block;
}
.go_back_btn a {
	display: block;
	text-align: center;
	line-height: 57px;
	border-radius: 50px;
	background-color: #CECECE;
	width: 177px;
	height: 57px;
	font-weight: 600;
	letter-spacing: 0.075em;
	color: #161A45;
	position: relative;
	margin: 50px auto 0;
}
.go_back_btn a::after {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	background-image: url("../img/prev_btn.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 20px;
	pointer-events: none;
}


/*----------------------------------------------- footer */
.copy {
	display: block;
	color: #fff;
	line-height: 3.5;
	text-align: center;
	padding-bottom: 85px;
	background-color: #e57d15;
}
.copy small {
	color: #fff;
	font-size: 11px;
}


/*----------------------------------------------- 404 */
.page_404 {
	background-color: #3C81E4;
	min-height: calc(100vh - 56px);
}
.page_404 h2 {
	color: #fff;
	font-weight: 500;
	font-size: 30px;
	text-align: center;
}
.page_404 .section_inner {
	padding-top: 90px;
	padding-bottom: 90px;
}
.page_404 p {
	color: #fff;
	text-align: center;
}
.page_404 img {
	margin: 4em auto 3.5em;
}
.go_back a {
	text-decoration: underline;
	color: #fff;
	margin-top: 5.5em;
	display: block;
}
.ft_404 .copy{
	margin-bottom: 0;
}

@media screen and (max-width: 375px) {
	.btn_square .cta_btn a::after {
		width: 43vw;
		height: 43vw;
	}
	.btn_square.cta_btn_w {
		max-width: 90vw;
		margin: auto;
	}
	.flow_txt {
		min-height: 190px;
	}
	.voice_txt {
		min-height: 380px;
	}
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  レスポンシブ 表示 / 非表示調整
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pc {
	display: none;
}
.tab {
	display: none;
}
.sp {
	display: block;
}


