@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,500&display=swap');
/*----------------------------------------
	全体
----------------------------------------*/

html{
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	font-size:62.5%;
	color: #000;
	-webkit-text-size-adjust:100%;
	line-height:1.5;
	font-weight: 500;
	scroll-padding-top: var(--header-height);
}

.poppins{
	font-family: "Poppins", sans-serif;
}
.noto{
	font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
}
.yumin {
	font-family: '游明朝体', "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}
.yugo{
    font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
}
body{ font-size:1.4rem; font-size: 1.4em; }
img{ vertical-align: bottom; }
img {
    image-rendering: -webkit-optimize-contrast;
}
.palt{
	font-feature-settings: "palt";
}
a{
	color:#000;
	transition: all 0.4s;
    text-underline-offset: 8px;
}
a:hover{
	color:var(--color-thickblue);
	transition: all 0.4s;
}
a img{
	transition: all 0.4s;
}
a img:hover{
	opacity: 0.7;
}
.blue{background: #083B6D}
.skyblue{background: #7ECEF4}
.gray{background: #e6e7e7}
.dark_gray{background-color: #434343}
.beige{background: #E5DDCB}
.max_respon{max-width: 100%;}
.bg_black{background-color: #000;}
.bg_gray{background: #f2f2f2}
.bg_light_green{
	background: #f0f8dc;
}
/*----------------------------------------
	text
----------------------------------------*/

p{ line-height: 2; }

.text_300{ font-weight: 300; }
.text_400{ font-weight: 400; }
.text_500{ font-weight: 500; }
.text_600{ font-weight: 600; }
.text_700{ font-weight: 700; }
.text_800{ font-weight: 800; }
.text_bold{ font-weight: bold; }
.text_normal{ font-weight: normal; }

.lh_11{ line-height: 1.1; }
.lh_12{ line-height: 1.2; }
.lh_13{ line-height: 1.3; }
.lh_14{ line-height: 1.4; }
.lh_15{ line-height: 1.5; }
.lh_16{ line-height: 1.6; }
.lh_17{ line-height: 1.7; }
.lh_18{ line-height: 1.8; }
.lh_20{ line-height: 2.0; }
.lh_22{ line-height: 2.2; }
.lh_23{ line-height: 2.3; }
.lh_24{ line-height: 2.4; }
.lh_25{ line-height: 2.5; }

.ls_-1{ letter-spacing: -1px; }
.ls_05{ letter-spacing: 0.5px; }
.ls_075{ letter-spacing: 0.75px; }
.ls_1{ letter-spacing: 1px; }
.ls_2{ letter-spacing: 2px; }

.text_11{ font-size: 1.1rem; }
.text_14{ font-size: 1.4rem; }
.text_16{ font-size: 1.6rem; }
.text_17{ font-size: 1.7rem; }
.text_18{ font-size: 1.8rem; }
.text_19{ font-size: 1.9rem; }
.text_20{ font-size: 2.0rem; }
.text_21{ font-size: 2.1rem; }
.text_22{ font-size: 2.2rem; }
.text_23{ font-size: 2.3rem; }
.text_24{ font-size: 2.4rem; }
.text_26{ font-size: 2.6rem; }
.text_28{ font-size: 2.8rem; }
.text_30{ font-size: 3.0rem; }
.text_32{ font-size: 3.2rem; }
.text_35{ font-size: 3.5rem; }

@media screen and (max-width: 1049px){


	.text_21{ font-size: max(2.01vw, 1.8rem); }
	.text_22{ font-size: max(2.09vw, 2rem); }
	.text_23{ font-size: max(2.15vw, 2rem); }
	.text_24{ font-size: max(2.28vw, 2rem); }
	.text_26{ font-size: max(2.47vw, 2.2rem); }
	.text_28{ font-size: max(2.66vw, 2.2rem); }
	.text_30{ font-size: max(2.85vw, 2.2rem); }
	.text_32{ font-size: max(3.07vw, 2.2rem); }
	.text_35{ font-size: max(3.36vw, 2.3rem); }

}/*END*/

@media screen and (max-width: 599px){
	.text_16{ font-size: 1.4rem; }
	.text_18{ font-size: 1.4rem; }
	p{ line-height: 1.8; }

}/*END*/
.clear{ clear: both; }
li{ list-style:none; }
.center{ text-align:center; }
.text_left{ text-align:left; }
.text_right{ text-align:right; }
.op:hover{
	filter: alpha(opacity=70);
	-moz-opacity:070;
	opacity:0.70;
	transition: all 0.4s;
}
.op{
	transition: all 0.4s;
}
.text_b01{
	color: #1b1b1b;
}
/*----------------------------------------
	共通
----------------------------------------*/
.inner_frame {
    max-width: 1155px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    box-sizing: border-box;
}
.inner_frame1350{
    max-width: 1350px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    box-sizing: border-box;
}
.inner_frame750{
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    box-sizing: border-box;
}
.inner_frame600{
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    box-sizing: border-box;
}
.form_frame {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    box-sizing: border-box;
}
li{ list-style:none; }
.center{ text-align:center; }
.column{
	display: flex;
    flex-direction: column;
    align-items: center;
}
.left{ float:left; }
.right{ float:right; }
.clear{ clear:both; }
.op:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:060;
	opacity:0.60;
}
#container{ overflow: hidden; }
.ttl_300{
	max-width: 300px;
	width: 70%;
}
.ttl_400{
	max-width: 400px;
	width: 100%;
}
.ttl_500{
	max-width: 500px;
	width: 100%;
}

.ttl_center{
	margin-left: auto;
	margin-right: auto;
}
.sp_block{
	display: none;
}
@media print, screen and (min-width: 600px){
	.sp_br{
		display: none;
	}
	.pc_none{
		display: none !important;
	}

}/*END*/

@media screen and (max-width: 768px){
	.inner_frame{
		padding-right: 3%;
		padding-left: 3%;
	}
	.form_frame{
		padding-right: 3%;
		padding-left: 3%;
	}
}/*END*/

@media screen and (max-width: 599px){
	.inner_frame{
		padding-right: 4.5%;
		padding-left: 4.5%;
	}
	.form_frame{
		padding-right: 4.5%;
		padding-left: 4.5%;
	}
	.sp_left{
		text-align: left;
	}
	.pc_br{
		display: none;
	}
	.sp_none{
		display: none !important;
	}
	.sp_block{
		display: block;
	}
	.sp_pt_none{
		padding-top: 0px!important;
	}
	.sp_mb_block{
		margin-bottom: 50px!important;
	}
}/*END*/


/*----------------------------------------
	header
----------------------------------------*/

.sd-trigger{
	position: fixed;
	top: 0;
	right: 0;
	width: 16%;
	cursor: pointer;
	background: #fff;
	z-index: 7;
}
#sd{
	box-sizing: border-box;
	background: #fff;
}
#sd li a{
	display: block;
	text-decoration: none;
	padding: 20px 2% 20px 4%;
	color:#000;
	border-bottom: 1px solid #ccc;
}
#sd li a:hover{
	color: #14557a;
}

@media print, screen and (min-width: 750px){
	.sd-trigger{
  left: calc(50% + 150px);
	right: auto;
	max-width: 100px;
}

	.sp_mv{
		display: none;
	}
	.pc_mv{
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

}/*END*/

@media screen and (max-width: 769px){
		.sd-trigger{
  max-width: 25%;
}

	.pc_mv{
		display: none;
	}
	.sp_mv{
		width: 100%;
	}

}/*END*/


/*----------------------------------------
	layout
----------------------------------------*/

#container{
	overflow: hidden;
}
/* .main_frame{
	width: 100%;
	position: relative;
	box-sizing: border-box;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
} */

.overflow{
	overflow: hidden;
}

.tel{
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	color:#595757;
}

@media print, screen and (min-width: 770px){

	.sp_only{
		display: none !important;
	}
	.btn_hover{
		position: relative;
		display: block;
	}
	.btn_hover:hover{
		animation:btn_hover 0.5s ease-in;
	}
	@keyframes btn_hover{
		0% {
			top: 0;
		}
		40% {
			top: -5px;
		}
		100% {
			top: 0;
		}
	}

}/*END*/

@media print, screen and (min-width: 600px){

	.sp_br{
		display: none;
	}

}/*END*/

@media screen and (max-width: 769px){

	.pc_only{
		display: none !important;
	}

}/*END*/


/*----------------------------------------
	header
----------------------------------------*/

@media print, screen and (min-width: 770px){

	.sp_mv{
		display: none;
	}

}/*END*/

@media screen and (max-width: 769px){

	.pc_mv{
		display: none;
	}
	.sp_mv{
		width: 100%;
	}

}/*END*/
/*----------------------------------------
	map
----------------------------------------*/

/* .map{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	padding: 60% 0 0;
	text-align: center;
}
.map iframe{
	width: 90%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}
.map iframe:not(:target){
	left: 0\9;
	top: 0\9;
}
.map iframe{
	left: 0\9;
	top: 0\9;
}
@media all and (-ms-high-contrast: none) {
.map iframe{
		left: 50%\9 !important;
		top: 50%\9 !important;
	}
}
.map{ z-index: 2; }

@media screen and (max-width: 1049px){

	.map{ padding: 80% 0 0; }

}

@media screen and (max-width: 769px){

	.map{ padding: 80% 0 0; }

}
.map{
	width: 90%;
    aspect-ratio: 4 / 3;
    position: absolute;
    left: 50%;
    top: 73%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    text-align: center;
}
.map iframe{
	display: block;
    width: 100%;
    height: 100%;

}
.map iframe:not(:target){
    left: 0\9;
    top: 0\9;
}
.map iframe{
    left: 0\9;
    top: 0\9;
}
@media all and (-ms-high-contrast: none) {
.map iframe{
        left: 50%\9 !important;
        top: 50%\9 !important;
    }
}
.map{ z-index: 2; } */


/*----------------------------------------
	contact
----------------------------------------*/

.contact{
	width: 100%;
	line-height: 1.8;
	box-sizing: border-box;
	color: #000;
}
.contact label,.contact label span{
	color: #000;
}

.contact th,
.contact td{
	text-align: left;
	box-sizing: border-box;
	font-weight: 400;
}
.contact th {
    padding: 1.5% 3%;
    background: var(--color-aqua);
    color: #000;
	font-weight: 500;
    border-radius: 4px;
}
.contact td {
    padding: 3% 3% 5%;
}

.kind label{
	box-sizing: border-box;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:45px !important;
}
.kind label:before{
	left: 2px !important;
}
.kind.check input[type="checkbox"]:checked + label:after {
	left: 8px !important;
}

.r_kind label{
	box-sizing: border-box;
	padding-left:45px !important;
	margin-bottom: 20px !important;
}
/*
.contact th{
	padding-bottom: 10px;
}
.contact td{
	padding-bottom: 40px;
}
.contact td p{
	line-height: 1.2;
}
.kind label{
	box-sizing: border-box;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:55px !important;
	background-color: #fff;
	width: 100%;
}
.kind label:before{
	left: 10px !important;
}
.kind.check input[type="checkbox"]:checked + label:after {
	left: 16px !important;
}
*/

.hissu:after,
.nini:after{
	display: inline-block;
	padding: 8px 8px;
	line-height: 1;
	margin-left: 10px;
	border-radius: 5px;
	vertical-align: 0px;
	font-size: 1.6rem;
	font-weight: bold;
}
.hissu:after{
	content: "必須";
	display: inline-block;
	background: var(--color-blue);
	border: 1px solid var(--color-blue);
	color: #fff;
}
.nini:after{
	content: "任意";
	display: inline-block;
	background: transparent;
	color: #000;
	border: 1px solid #000;
}
.privacy a{
	color: var(--color-thickblue);
}

/*error*/
td .error{
	color: #e60012;
	padding-top: 10px;
}
.privacy .error{
	display: inline-block;
	margin-top: 10px;
	color: #e60012;
	padding: 5px 14px;
	background:#ffa2ad;
}
td.error{
	background:#ffa2ad;
	padding: 8px;
		display: block;
		margin-bottom: 15px;
}

@media print, screen and (min-width: 770px){

	.contact th,.contact td{
		font-size: 1.6rem;
	}

}/*END*/

@media screen and (max-width: 769px){

	.contact th{
		font-size: 1.4rem;
		padding-bottom: 4px;
	}
	.contact td{
		font-size: 1.4rem;
	}
	.privacy .error,
	td .error{
		font-size: 1.4rem;
	}
	.privacy .hissu:after,
	th.hissu:after,
	th.nini:after{
		padding: 3px 6px;
		font-size: 1.2rem;
		vertical-align: 1px;
		margin-left: 6px;
	}
	.kind label{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.privacy{
		font-size: 1.4rem !important;
	}

}/*END*/
/*form 追加*/
.item th{
	background: transparent!important;
    color: var(--color-blue)!important;
    padding-left: 0!important;
    font-size: 1.8rem!important;
}
.form_flex,.form_flex2,.form_flex3{
	display: flex;
    gap: 3%;
    align-items: center;
}
.form_flex3 >p:nth-child(1){
	flex: 0 0 30%;
}
.form_flex3 input[type="text"]{
	flex: 0 0 30%;
}
.address p,.address2 p{
    line-height: 1.2;
    max-width: 120px;
    width: 100%;
}
.address td,.address1 td,.address2 td{
	padding: 0%!important;
}
.address td>div{
    padding: 1% 3% 1% !important;
}
.address1 td>div{
	padding: 3% 3% 1%!important;
}
.address2 td>div {
    padding: 1% 3% 5% !important;
}
.address td>div, .address1 td>div, .address2 td>div {
    display: flex;
    gap: 3%;
    align-items: center;
}
.address .error,.address1 .error,.address2 .error{
    padding: 8px!important;
}
.address .error>div,.address1 .error>div,.address2 .error>div{
    padding: 0px!important;
}
.address .error>div,.address1 .error>div,.address2 .error>div{
    padding: 0px!important;
}
.address .error .error,.address1 .error .error,.address2 .error .error{
	padding-top: 10px!important;
}

.form_none{
	display: none;
}
.form_block{
	display: block;
}
.bg_form{
	margin: 0 auto 0 auto;
	padding-bottom: 100px;
	box-sizing: border-box;
}

@media screen and (max-width: 599px){
	.form_flex3 >p:nth-child(1){
		flex: 0 0 45%;
	}
	.form_flex3 input[type="text"]{
		flex: 0 0 40%;
	}
}
/*----------------------------------------
	フォームボタン
----------------------------------------*/
.form_submit a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--color-blue);
    color: #fff !important;
    border: none;
    box-shadow: 0 5px 0 var(--color-thickblue);
    transition: all 0.2s ease;
    max-width: 330px;
    width: 100%;
    height: 65px;
    padding: 0 20px;
    border-radius: 5px;
    text-decoration: none;
    position: relative;
    box-sizing: border-box;
    margin-inline: auto;
	font-weight: bold;
}
.form_submit a.back{
    background: #858585;
    box-shadow: 0 5px 0 var(--color-blackgray);
}
.form_submit a:hover {
    box-shadow: 0 3px 0 var(--color-thickblue);
    transform: translateY(2px);
}
.form_submit a.back:hover {
    box-shadow: 0 3px 0 var(--color-blackgray);
}
/*----------------------------------------
	フォーム
----------------------------------------*/

select,
textarea,
input[type="tel"],
input[type="email"],
input[type="text"]{
	padding: 15px;
    background: #fff;
    border: 1px solid #959595;
	border-radius: 5px;
	box-sizing: border-box;
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
	font-size: 1.7rem;
		color: #000;
}
select:focus{ outline:none; }
select{
	width: 100%;
    max-width: 300px;
}
textarea:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:focus{
	outline:none;
	border: 1px solid #ccc;
}


.form1{ width: 250px; }
.form2{ width: 350px; }
.form_all{ width: 100%; }
:focus{ outline: none; }


.form_box_flex{
	display: flex;
	justify-content: space-between;
}
.box_heaf{
	width: auto;
	float: left;
	display: flex;
}
.m_r10{
	margin-right: 4%;
}

.telbox{
	width:28%;
}
.telbox_sen {
    width: 10%;
    text-align: center;
    padding-top: 13px;

}

.select_ttl{
	width: 100%;
	padding: 20px 10px 10px 0;
	font-size: 2.2rem;
}

.media_pb{
	padding-bottom: 15px !important;
}


@media screen and (max-width: 769px){

	select,
	textarea,
	input[type="tel"],
	input[type="email"],
	input[type="text"]{
		padding: 10px 10px;
		font-size: 1.6rem;
	}
	select:focus{ outline:none; }
	textarea:focus,
	input[type="tel"]:focus,
	input[type="email"]:focus,
	input[type="text"]:focus{
		border: 1px solid #867b5b;
	}
	.form1{ width: 150px; }
	.form2{ width: 100%; }

}/*END*/


/*----------------------------------------
	radio checkbox
----------------------------------------*/

.radio input[type="radio"],
.check input[type="checkbox"]{
	position: absolute;
	height: 1px;
	width: 1px;
	clip: rect(0, 0, 0, 0);
}
.radio label,
.check label{
	display: inline-block;
	position: relative;
	cursor: pointer;
    padding-left: 35px;
	line-height: 2;
	margin-right: 35px;
	margin-bottom: 5px;
	/* width: 100%; */
	box-sizing: border-box;
}
.radio label:before,
.check label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 22px;
	height: 22px;
	margin-top: -13px;
	background: #fff;
	border:2px solid #dcdcdc;
	border-radius: 50%;
}

.radio label:before {
    margin-top: -13px;
}
.check label:before{ border-radius: 0; }
.radio label:before{ border-radius: 50%; }

.radio label,
.check label{
	margin-left: 0\9;
	padding: 11px\9;
}
.radio label:not(:target),
.check label:not(:target){
	margin-left: 10px\9;
	padding: 11px 0 11px 25px\9;
}
.radio label:before,
.check label:before{
	display: none\9;
}
.radio label:not(:target):before,
.check label:not(:target):before{
	display: inline-block\9;
}
.radio input[type="radio"]:checked + label:after{
    position: absolute;
    content: "";
    top: 50%;
    left: 4px;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    border-radius: 50%;
    background: #1a5fa7;
}
.check input[type="checkbox"]:checked + label:after {
	content: "";
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	display: block;
	left: 5px;
	width: 15px;
	height: 9px;
	margin-top: -6px;
	border-left: 4px solid #1a5fa7;
	border-bottom: 4px solid #1a5fa7;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check input[type="checkbox"]:checked + label:before{
	background: #fff;
}
.radio input[type="radio"]:focus + label:before,
.check input[type="checkbox"]:focus + label:before{
	border-color: #1a5fa7;
	box-shadow: 0 0 5px #1a5fa7;
}

.radio_style label{
	padding-bottom: 5px;
}
.medhia_check label{
	padding-left: 40px;
	margin-right: 30px;
}



.privacy label{
	box-sizing: border-box;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left:50px !important;
}
.privacy label:before{
	left: 13px !important;
}
.privacy.check input[type="checkbox"]:checked + label:after {
	left: 19px !important;
}
.privacy_link {
	color: #000;
}
.pb_0 {
	padding-bottom: 12px!important;
}


/*----------------------------------------
	footer
----------------------------------------*/
/* aside */
.group_list{
	display: grid;
	grid-template-columns: repeat(6,1fr);
	gap: 1.5%;
}
@media screen and (max-width: 599px){
	.group_list{
		grid-template-columns: repeat(3,1fr);
		gap: 10px;
	}
}
/* footer */
footer a{
	text-decoration: none;
}
.footer_inner{
	max-width: 1290px;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	margin-inline: auto;
	padding-right: 20px;
	padding-left: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 3%;
	row-gap: 30px;
	font-weight: 900;
}
.footer_corporate {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;              
	text-decoration: none;
}
.footer_corporate::before {
	content: "";
	width: 6px;
	height: 6px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg);
	margin-right: 6px;
}
.footer_corporate::after {
	content: "";
	width: 13px;
	height: 13px;
	margin-left: 6px;
	background: url("./images/icon_corporate.svg") no-repeat center / contain;
}
.footer_inner nav {
    display: flex;
    flex-direction: column;
    gap: 2em;
    width: 70%;
}
.footer_inner nav ul {
    display: flex;
	flex-wrap: wrap;
    gap: 2em;
    justify-content: end;
}
.footer_subnav {
    display: flex;
    flex-direction: column;
    gap: 1em;
    padding-left: 1.5em;
    margin-top: 1em;
}
.footer_subnav a{
	font-size:clamp(1.2rem, 1.1vw, 1.2rem);
	color: var(--color-navy);
}
@media screen and (max-width: 768px){

	.footer_inner{
		padding-right: 3.5%;
		padding-left: 3.5%;
		flex-direction: column;
		align-items: flex-start;
	}
	.footer_inner nav {
		width: 100%;
	}
	.footer_inner nav ul {
		justify-content: flex-start;
	}
}/*END*/

@media screen and (max-width: 599px){

	.footer_inner{
		padding-right: 4.3%;
		padding-left: 4.3%;
	}
}/*END*/

/* .sp_menu{
	width: 100%;
	position: fixed;
	bottom: -100px;
	left: 0;
	box-sizing: border-box;
	z-index: 100;
	transition: bottom 0.4s ease-in-out;
}
.sp_menu a{
	display: block;
}
.fixed_tel{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.sp_menu ul{
	width: 100%;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}
.sp_menu ul li{
	float: left;
	width: calc(100% / 3);
	box-sizing: border-box;
}
.sp_menu ul li:last-of-type{
	border-right: none;
}
@media screen and (max-width: 749px){
	.sp_menu ul{
		max-width: 750px;
	}
	
} */

/*----------------------------------------
	header
----------------------------------------*/

header {
    position: fixed;
    width: 100%;
    z-index: 100;
}
.header_top ul{
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}
.header_top ul li{
	width: 100%;
}
.header_top ul li a{
	display: flex;
	align-items: center;    
	justify-content: center; 
	min-height: 40px;      
	text-align: center;
	color: #fff;
	text-decoration: none;
	padding: 5px 1%;
	font-size: clamp(0.8rem, 0.8vw, 1.4rem);
	background: var(--color-navy);
	box-sizing: border-box;
}

.header_top ul li:last-child a{
	background: #fff;
	color: #000 !important;
	pointer-events: none;
}

.header_top ul li:not(:last-child) a{
	border-right: 1px solid #fff;
}
.header_inner{
    display: flex;
    background: #fff;
    gap: 5%;
    align-items: center;
    font-family: 'Noto Sans JP', sans-serif;
    padding: 1.5% 3%;
}
.header_inner a{
	text-decoration: none;
}
.header_right {
	width: 100%;
    display: flex;
    align-items: end;
    row-gap: 2rem;
    flex-direction: column;
}
.header_right ul:nth-child(1) {
    display: flex;
    gap: 2%;
    align-items: center;
}
.header_right ul:nth-child(2) {
    display: flex;
    gap: 2em;
    font-size: clamp(1.4rem,0.875vw,1.6rem);
    font-weight: 400;
}
.btn_menu_works{
	display: none;
}
@media screen and (max-width: 1280px){
	.header_inner {
		gap: 3%;
		padding: 1.5% 2%;
	}
}
@media screen and (max-width: 1000px){
	.header_top{
		display: none;
	}
	.header_right ul:nth-child(2) {
		display: none;
	}
	.btn_menu_works{
		position: relative;
		width: 60px;
		height: 60px;
		right: 0;
		cursor: pointer;
		z-index: 51;
		transition: all 0.4s;
		display: block;
	}
	.btn_menu_works span{
		position: absolute;
		right: 0;
		width: 100%;
		height: 2px;
		background: #000;
		transition: all 0.4s;
		width: 60%;
		right: 20%;
	}
	.btn_menu_works span:nth-child(1){
		top: 25px;
	}
	.btn_menu_works span:nth-child(2){
		top: 35px;
	}
	/* .open .btn_menu_works span{
		background: #fff;
	} */
	.open .btn_menu_works span:nth-child(1){
		width: 60%;
		transform: rotate(45deg);
		top: 28px;
	}
	.open .btn_menu_works span:nth-child(2){
		transform: rotate(-45deg);
		top: 28px;
	}
}
@media screen and (max-width: 768px){
	.header_right ul:nth-child(1) li:nth-child(1),.header_right ul:nth-child(1) li:nth-child(2){
		display: none;
	}

}
.drawer{
	position: fixed;
	background: var(--color-aqua);
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	color: #000;
	display: flex;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transform: translateX(100%);
	transition: 0.5s ease-in-out;
	z-index: 50;
	font-family: 'Noto Sans JP', sans-serif;
}
/* .drawer ul{
	text-align: center;
	padding-top: 100px;
} */
.drawer ul li{
	position: relative;
	transform: translateX(-150px);
	transition: transform 0.5s ease;
}
.drawer ul li:nth-child(2){ transition-delay: 0.15s; }
.drawer ul li:nth-child(3){ transition-delay: 0.25s; }
.drawer ul li:nth-child(4){ transition-delay: 0.35s; }
.drawer ul li:nth-child(5){ transition-delay: 0.45s; }
.drawer ul li:nth-child(6){ transition-delay: 0.55s; }
.drawer ul li:nth-child(7){ transition-delay: 0.65s; }
.drawer ul li:nth-child(8){ transition-delay: 0.4s; }
.drawer ul li:nth-child(9){ transition-delay: 0.45s; }
.drawer ul li:nth-child(10){ transition-delay: 0.5s; }
.drawer ul li:nth-child(11){ transition-delay: 0.55s; }
.drawer ul li:nth-child(12){ transition-delay: 0.6s; }
.drawer ul li a{
	display: inline-block;
	font-size: 2rem;
	color: #000;
	text-decoration: none;
	font-family: '游明朝体', "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}
.drawer ul li a:hover{
	animation: drawer 1.4s;
	color: #000;
}
.d_bottom a{
	font-size:clamp(1.5rem, 1.7vw, 1.8rem);
	line-height: 1;
	display: flex;
	justify-content: center;
	column-gap: 3%;
	row-gap: 30px;
}
.sns_icon{
	display: flex;
    justify-content: center;
    column-gap: 3%;
    row-gap: 30px;
}
.sns_icon img {
    max-width: 40px;
    width: 80%;
}
.drawer .middle{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.drawer .middle ul{
	display: flex;
    flex-direction: column;
    gap: 1em;
}
.drawer .middle ul:nth-child(2){
	text-align: center;
}
.drawer .bottom ul{
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	justify-content: center;
}
@keyframes drawer{
	0%{
		filter: none;
	}
	30%{
		filter: blur(0.8px);
	}
	100%{
		filter: none;
	}
}
.open .drawer{
	visibility: visible;
	opacity: 1;
	transform: translateX(0);
}
.open .drawer ul li{
	transform: translateX(0);
}
@media screen and (max-width: 599px){
	.drawer ul li a{
		font-size: 1.5rem;
	}
	.d_bottom .d_flex{
		flex-direction: row!important;
		flex-wrap: wrap!important;
	}
	.drawer .middle{
		grid-template-columns: repeat(1, 1fr);
	}
}




/*----------------------------------------
	content
----------------------------------------*/
:root{
	--color-navy:#435b72;
	--color-thickblue: #0071bc;
	--color-blue: #0095da;
	--color-lightblue: #7ecef4;
	--color-aqua: #e5f5fc;
	--color-blackgray: #262626;
	--color-lightgray: #f6f6f6;
	--colo-orange: #ec8702;
	--color-yellow: #f5de40;
	--color-yellow2: #f5c140;
}
.rela{
	position: relative;
}
.border_b_b{
	border-bottom: 1px solid var(--color-navy);
}
/* 文字 */
.nowrap{
	white-space: nowrap;
}
.text_white{
	color: #fff;
}
.text_navy{
	color: var(--color-navy);
}
.text_thickblue{
	color: var(--color-thickblue);
}
.text_apple{
	color: #ff505f;
}
.text_blue{
	color: var(--color-blue);
}
.text_lightblue{
	color: var(--color-lightblue);
}
.text_blackgray{
	color: var(--color-blackgray);
}
.text_orange{
	color: var(--colo-orange);
}
.text_yellow{
	color: var(--color-yellow);
}
.text_30{
	font-size: clamp(1.8rem,3.4375vw,3.0rem);
}
.text_36 {
    font-size: clamp(2rem, 4vw, 3.6rem);
}
.text_40{
	font-size: clamp(2.2rem,4vw,4.0rem);
}
.text_bg_frame{
	width: fit-content;
    padding: 0 0.5em;
}
/* 背景 */
.bg_orange{
	background: var(--colo-orange);
}
.bg_thickblue{
	background: var(--color-thickblue);
}
.bg_thickblue2{
	background: #1e74b6;
}
.bg_thickblue3{
	background: #027bc3;
}
.bg_blue{
	background: var(--color-blue);
}
.bg_aqua{
	background: var(--color-aqua);
}
.bg_yellow{
	background: var(--color-yellow2);
}
.bg_lightgray{
	background-color: var(--color-lightgray);
}
/* レイアウト */
.grid2{
	display: grid;
	grid-template-columns: repeat(2,1fr);
}
.grid3{
	display: grid;
	grid-template-columns: repeat(3,1fr);

}
.flex{
	display: flex;
}
.flex > div{
	width: 50%;
}
.al_center{
	align-items: center;
}
.al_end{
	align-items: end;
}
.gap10p{
	gap: 10px;
}
.gap3{
	column-gap: 3%;
	row-gap: 30px;
}
@media screen and (max-width: 768px){
	.grid3{
		grid-template-columns: repeat(2,1fr);
	}
}
@media screen and (max-width: 599px){
	.grid3,.grid2{
		grid-template-columns: repeat(1,1fr);
	}
	.flex{
		flex-direction: column;
	}
	.flex > div{
		width: 100%;
	}
}
/* ---------
	MV
------------ */
.mv{
background: url(../images/mv_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    aspect-ratio: 1348 / 881;
}
.mv > div {
    display: flex;
    justify-content: space-between;
    gap: 3%;
    padding-left: 6%;
    padding-right: 2%;
    box-sizing: border-box;
    aspect-ratio: 1348 / 881;
    max-width: 1350px;
    margin-inline: auto;
}
.mv_copy1 {
    max-width: 693px;
    width: 100%;
    aspect-ratio: 99 / 100;
}
.mv_cvbtn {
    max-width: 337px;
    height: fit-content;
    margin-top: auto;
}
.mv_copy2 {
    width: 45.7%;
    position: absolute;
    top: 9%;
    right: -38%;
}
/* ---------
	こんなお悩みはありませんか？
------------ */
.problems_list {
    display: flex;
    justify-content: center;
    gap: 3%;
}
.problems_list li{
	text-align: center;
}
.problems_list li:nth-child(2),.problems_list li:nth-child(4){
	margin-top: 4rem;
}
@media screen and (max-width: 768px){
	.problems_list {
		gap: 15px;
		flex-wrap: wrap;
		justify-content: center;
	}
	.problems_list li {
        width: calc(100% / 4);
        min-width: 170px;
    }
	.problems_list li:nth-child(4){
		margin-top: 0;
	}
}
@media screen and (max-width: 599px) {
    .problems_list li {
        width: calc(100% / 3);
        min-width: 125px;
    }
	.problems_list li:nth-child(2){
		margin-top: 0;
	}
}

/* ---------
	泉州ホームが選ばれる理由 
------------ */
.speech{
    position: relative;
    display: inline-block;
    border-radius: 20px;
    padding: 0 1em;
    line-height: 1.3;
}
.speech::after{
    content: "";
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px;
    border-style: solid;
    border-color: var(--color-blue) transparent transparent transparent;
}
@media screen and (max-width: 599px) {
	.speech{
		margin-bottom: 5px;
	}
}
/* ---------
	様々な売却サービス
------------ */
.service_list li{
	background: #fff;
	padding: 3% 3% 5% 3%;
	height: fit-content;
}
.service_list .bg_orange{
	width: fit-content;
    padding: 0 0.5em;
}
.area_box{
    padding: 5% 2%;
	box-sizing: border-box;
}
.area_box_map{
    aspect-ratio: 1 / 1;
    max-width: 675px;
}
.area_box_map img{
	aspect-ratio: 1/1;
}
.side_border{
	padding: 0 0.5em;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    width: fit-content;
    margin-inline: auto;
}
.area_box > p:last-child{
	width: 90%;
    margin-inline: auto;
}
@media screen and (min-width: 1351px) {
	.area_box{
		margin-left: clamp(5rem, -42.647rem + 36.66vw, 18.75rem);
	}
}
@media screen and (max-width: 768px) {
	.area_box p:last-child{
		width: 100%;
	}
}
@media screen and (max-width: 599px) {
	.area_box {
		padding: 5% 4.5%;
	}
}
/* ---------
	買取保証付き
------------ */
.hosho_box > div:nth-child(2) p{
    padding: 6% 6% 6% 0;
}
@media screen and (max-width: 599px) {
	.hosho_box > div:nth-child(2) p {
		padding: 2em;
	}
}
/* ---------
	売却の流れ
------------ */
.flow1_deco {
    position: absolute;
    width: 20.9%;
    bottom: -25%;
    right: -11%;
}
.flow4_deco {
    position: absolute;
    width: 17.4%;
    bottom: -25%;
    right: -5%;
}
.flow_box{
	padding: 2.5em;
}
.flow_table{
	width: 100%;
}
.flow_table th{
	vertical-align: baseline;
	width: 100px;
	position: relative;
}
.flow_table tr:not(:last-child) th::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 4px;
	background: #1e74b6;
	transform: translateX(-50%);
	z-index: 0;
}
.flow_table th img{
	position: relative;
    z-index: 1;
}
.flow_table td {
    padding-left: 6%;
	padding-bottom: 4em;
}
@media screen and (max-width: 1000px) {
	.flow1_deco,.flow4_deco {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.flow_table th{
		width: 75px;
	}
}
@media screen and (max-width: 599px) {
	.flow_table th{
		width: 50px;
	}
	.flow_table tr:not(:last-child) th::after{
		width: 2px;
	}
}
.tab{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 4px solid var(--color-thickblue);
}
.tab li{
    padding: 20px 3%;
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    font-size: clamp(1.1rem, 3.5vw, 1.8rem);
	cursor: pointer;
}
.tab li.active{
	background: var(--color-thickblue);
	color: #fff;
}
.tab_contents{
	display:none;
}

.tab_contents.active{
	display:block;
}
/* ---------
	よくあるご質問
------------ */
.btn_more {
    cursor: pointer;
    position: relative;
    background: var(--color-thickblue);
    padding: 1.5em 4%;
}
.btn_more::after{
content: '';
    width: 10px;
    height: 10px;
    border: 0;
    border-bottom: solid 3px #ffffff;
    border-right: solid 3px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: -15%;
    right: 5%;
    bottom: 0;
    margin: auto;
}

.close.btn_more::after{
	rotate: 180deg;
	top: 15%;
}
.close.btn_more::before{
	opacity: 0;
}
.more_frame{
	display: none;
	cursor: pointer;
	background: #fff;
    padding: 4% 5%;
}
.answer {
    display: flex;
    gap: 3%;
}
.question{
	display: flex;
    gap: 2.5%;
    align-items: center;
	width: 90%;
}
.btn_more{
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
	#nav04 .flex{
		flex-direction: column;
	}
	#nav04 .flex > div{
		width: 100%;
	}
}
/* ---------
	about
------------ */
.about_bg {
    background: url(../images/about_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 45rem;
}

/*----------------------------------------
    datepicker
----------------------------------------*/

#ui-datepicker-div{
    max-width: 100%;
    width: 350px;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button, html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active{
    padding: 15px;
}
.ui-datepicker .ui-datepicker-header{
    padding: 8px 0;
}



/*----------------------------------------
	カレント表示ナビゲーション
----------------------------------------*/
/* .target_nav {
	display: none;
	position: fixed;
	z-index: 100;
	top: 50%;
	right: 50%;
	transform: translate(calc(-50% + 300px),-50%);
	z-index: 49;
	opacity: 0.26;
}
.header__link {
	display: block;
	width: 6px;
	height: 32px;
	background-color: transparent;
	border: 1px solid #000;
	margin-top: 20px;
}
.header__link.is-active {
background-color: #000;
}
li.header__item {
	position: relative;
}

.t_nav_tex{
	display: block;
	width: 28px;
	text-align: center;
	position: absolute;
	top: 50%;
	color: #000;
	transform: translate(15%, -50%);
}




@media screen and (max-width: 768px){
	.target_nav {
		right: 5%;
		transform: translate(0,-50%);
	}
	.header__link {
		width: 4px;
		height: 24px;
		margin-top: 15px;
	}
	.t_nav_tex{
		width: 20px;
	}

}


@media screen and (max-width: 599px){
	.target_nav{
		display: none !important;
	}

}
 */
