@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* =Reset
-------------------------------------------------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;word-wrap:break-word;overflow-wrap:break-word;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:inherit;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:super; font-size: 70%;}
sub{vertical-align: baseline; font-size: 70%;}
input,textarea,select,button{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select,button{*font-size:100%;}
legend{color:#000;}
img {vertical-align:top;}
input[type="radio"],input[type="checkbox"] {vertical-align: -2px;}
label {cursor: pointer;}


/* =Common
-------------------------------------------------------------- */
html{
}
html.is-fixed{
	height: 100%;
	overflow: hidden;
}
body {
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	
}
img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin: auto;
	
}
input[type="submit"],
input[type="reset"] {
	appearance: none;
	cursor: pointer;
}



/* =Styles 
-------------------------------------------------------------- */
body {
	/* win：游ゴシック、mac：游ゴシック、iPhone：San Francisco、ヒラギノ（-1px） */
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #0A0A0A;
	background: #fff;
	margin-top: 66px;
}
a {
	text-decoration: none;
	color: #000;
}
.pc{
	
}
.sp{
	display: none !important;
}
section{
	padding: 80px 0;
}
.section_content{
	padding: 100px 0;
}
main .section_content:nth-of-type(2n){
	background: #F2F8FC;
}
.inner{
	max-width: 1200px;
	margin: auto;
	padding: 0 20px;
}
h3{
	font-size: 35px;
	font-weight: bold;
	position: relative;
	padding-left: 15px;
	padding-right: 0;
	line-height: 1.3;
}
h3::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-top: solid 9px #3E63A2;
	border-left: solid 9px #3E63A2;
	border-bottom: solid 9px transparent;
	border-right: solid 9px transparent;
	
}
h4{
	font-size: 24px;
	font-weight: 600;
	padding-left: 16px;
	position: relative;
	border-left: solid 6px #3E63A2;
	margin: 0 0 16px;
}
h4::before{
	content: "";
	position: absolute;
	left: -6px;
	top: 0;
	width: 6px;
	height: 50%;
	background: #2DA6E0;
}



/*margin*/
.mT10{	margin-top:10px;}
.mT20{	margin-top:20px;}
.mT30{	margin-top:30px;}
.mT40{	margin-top:40px;}
.mT50{	margin-top:50px;}
.mT60{	margin-top:60px;}


/*align*/
.left{	text-align: left;}
.center{	text-align: center;}
.right{	text-align: right;}

/*list*/
ul.disc,
ul.disc li{
	list-style: disc;
}
ul.disc{
	padding-left: 1.5em;
}

/*table*/
.list_table .table{
	width: 100%;
	border-collapse: collapse;
}
.list_table .table tr .center{
	text-align: center;
}
.list_table .table tr th{
	background: #3E63A2;
	color: #fff;
	box-sizing: border-box;
	font-weight: 600;
}
.list_table .table tr th,
.list_table .table tr td{
	padding: 20px;
	border-top: solid 1px #B3B3B3;
	border-bottom: solid 1px #B3B3B3;
}
.list_table .table tr td{
	background: #fff;
}

.list_table02 table{
	width: 100%;
}
.list_table02 table tr th,
.list_table02 table tr td{
	border-top: solid 1px #B3B3B3;
	border-bottom: solid 1px #B3B3B3;
	padding: 24px;
	box-sizing: border-box;
}
.list_table02 table tr th{
	background: #F2F8FC;
	font-weight: 600;
} 
.list_table02 table tr th a{
	font-weight: 600;
	font-size: 20px;
	color: #3E63A2;
	text-decoration: underline;
	position: relative;
	display: flex;
	gap: 10px;
	justify-content: center;
	align-items: center;
}
.list_table02 table tr th a:hover{
	text-decoration: none;
}
.list_table02 table tr th a::after{
	content: "";
	width: 18px;
	height: 18px;
	background: url(/img/common/icon_open.svg) center no-repeat;
	background-size: 100%;
}
.list_table02 table tr td .link_name{
	font-size: 18px;
	font-weight: 600;
	color: #3E63A2;
	margin-bottom: 10px;
}
.list_table02 table tr td ul,
.list_table02 table tr td ul li{
	list-style-type: disc;
}
.list_table02 table tr td ul{
	padding-left: 1.5em;
}
.list_table02 table tr td dl{
	display: flex;
	gap: 10px;
}
.list_table02 table tr td dl + dl{
	margin-top: 10px;
}
.list_table02 table tr td dl dt{
	background: #3E63A2;
	color: #fff;
	padding: 4px 10px;
	min-width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.list_table02 table tr td dl dd{
	line-height: 1.75;
}


@media only screen and ( max-width: 1199px ){
	h3{
		font-size: 28px;
	}
	h4{
		font-size: 20px;
	}
	section{
		padding: 60px 0;
	}
	section.section_content{
		padding: 60px 0;
	}
}
@media only screen and ( max-width: 768px ){
	body {
		font-size: 14px;
	}
	.pc{
		display: none !important;
	}
	.sp{
		display: block !important;
	}
	section{
		padding: 60px 0;
	}
	section.section_content{
		padding: 40px 0;
	}
	.inner{
		padding: 0 20px;
	}

	.list_table .table tr th,
	.list_table .table tr td{
		padding: 16px 20px;
	}
	.list_table02 table tr,
	.list_table02 table tr th,
	.list_table02 table tr td{
		display: block;
		width: 100%;
	}
	.list_table02 table{
		border-top: solid 1px #B3B3B3;
	}
	.list_table02 table tr th{
		border: none;
		padding: 27px 20px;
	}
	.list_table02 table tr td{
		border-top: none;
		padding: 24px 20px;
	}
	.list_table02 table tr th a{
		font-size: 18px;
		justify-content: flex-start;
	}
	.list_table02 table tr td .link_name{
		font-size: 16px;
		margin-bottom: 8px;
	}
	h4{
		font-size: 20px;
		border-left-width: 4px;
		padding-left: 10px;
	}
	h4::before{
		width: 4px;
		left: -4px;
	}
}

/* =header 
-------------------------------------------------------------- */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 100;
}
.header .header_in {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 66px;
	margin: 0 auto;
	padding: 0 0 0 20px;
	position: relative;
	z-index: 1000;
	background-color: #fff;
}
.header .header_in .header_logo{
	max-width: 300px;
	width: 100%;
}
.header .header_in .header_logo a{
	transition: 0.3s;
}
.header .header_in .header_logo a:hover{
	opacity: 0.7;
}

.header .header_in .header_nav{
	display: flex;
	gap: 20px;
	height: 100%;
}
.header .header_in .header_navIn{
	display: flex;
	gap: 20px;
	height: 100%;
}
.header .header_in .header_nav ul{
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 0 12px;
}
.header .header_in .header_nav ul li a{
	font-size: 16px;
	font-weight: 500;
	position: relative;
}
.header .header_in .header_nav ul li a::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 0;
	height: 2px;
	background: #3E63A2;
	transition: 0.3s;
}
.header .header_in .header_nav ul li a:hover::before{
	width: 100%;
}/*
.header .header_in .header_nav ul li a:hover{
	color: #3E63A2;
}*/
.header .header_in .header_nav .header_nav_tel{
	display: flex;
	gap: 5px;
	align-items: center;
	height: 100%;
	font-size: 24px;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	color: #3E63A2;
	transition: 0.3s;
}
.header .header_in .header_nav .header_nav_tel:hover{
	opacity: 0.7;
}
.header .header_in .header_nav .header_nav_tel img{
	width: 18px;
}
.header .header_in .header_nav .header_nav_btn{
	display: flex;
}
.header .header_in .header_nav .header_nav_btn a{
	width: 98px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-flow: column;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	transition: 0.3s;
}
/*アクセスマップ*/
.header .header_in .header_nav .header_nav_btn .header_nav_access::before{
	content: "";
	background: url(/img/common/icon_access.svg) center no-repeat;
	background-size: 100%;
	width: 16px;
	height: 24px;
}
.header .header_in .header_nav .header_nav_access{
	gap: 5px;
	background: #29C457;
	border: solid 1px #29C457;
}
.header .header_in .header_nav .header_nav_access:hover{
	background: #fff;
	color: #29C457;
	border: solid 1px ;
}
.header .header_in .header_nav .header_nav_btn .header_nav_access:hover::before{
	background-image: url(/img/common/icon_access_green.svg);
}

/*お問い合わせ*/
.header .header_in .header_nav .header_nav_contact{
	gap: 8.5px;
	background: linear-gradient(135deg, #2DA6E0,#3E63A2);
	border: solid 1px #2DA6E0;
}
.header .header_in .header_nav .header_nav_btn .header_nav_contact::before{
	content: "";
	background: url(/img/common/icon_mail.svg) center no-repeat;
	background-size: 100%;
	width: 20px;
	height: 24px;
}
.header .header_in .header_nav .header_nav_contact:hover{
	background: #fff;
	color: #3E63A2;
}
.header .header_in .header_nav .header_nav_btn .header_nav_contact:hover::before{
	background-image: url(/img/common/icon_mail_blue.svg);
}
.header .header_in .toggle_btn{
	display: none;
}

.header .toggle_nuv{
	display: none;
}
@media only screen and ( max-width: 1199px ){
	
	.header .header_in .header_nav{
		gap: 15px;
	}
	.header .header_in .header_navIn{
		gap: 15px;
	}
	.header .header_in .header_nav ul{
		gap: 13px;
		padding: 0;
	}
	.header .header_in .header_nav ul li a{
		font-size: 14px;
	}
	.header .header_in .header_nav .header_nav_tel{
		font-size: 18px;
	}
	.header .header_in .header_nav .header_nav_btn a{
		width: 78px;
		font-size: 10px;
	}
}

@media only screen and ( min-width: 992px ){
	.header .header_in .header_nav .toggle_nuv_bottom{
		display: none;
	}
}
@media only screen and ( max-width: 991px ){
	.header.open .header_in{
		border-bottom: solid 1px #CBCBCB;
	}
	.header .header_in .toggle_btn{
		gap: 8px;
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: center;
		background: linear-gradient(135deg,#2DA6E0,#3E63A2);
		border: none;
		height: 100%;
		color: #fff;
		font-size: 12px;
		width: 65px;
		cursor: pointer;
	}
	.header .header_in .toggle_btn .toggle_btn_bar{
		position: relative;
		width: 24px;
		height: 18px;
	}
	.header .header_in .toggle_btn .toggle_btn_bar span{
		top: 50%;
		transform: translateY(-50%);
	}
	.header .header_in .toggle_btn .toggle_btn_bar::before,
	.header .header_in .toggle_btn .toggle_btn_bar::after{
		content: "";
	}
	.header .header_in .toggle_btn .toggle_btn_bar span,
	.header .header_in .toggle_btn .toggle_btn_bar::before,
	.header .header_in .toggle_btn .toggle_btn_bar::after{
		position: absolute;
		width: 100%;
		height: 2px;
		background: #fff;
		left: 0;
		transition: 0.3s;
	}
	.header .header_in .toggle_btn .toggle_btn_bar::before{
		top: 0;
	}
	.header .header_in .toggle_btn .toggle_btn_bar::after{
		bottom: 0;
	}
	.header .header_in .toggle_btn.open .toggle_btn_bar span{
		opacity: 0;
	}
	.header .header_in .toggle_btn.open .toggle_btn_bar::before{
		transform: rotate(45deg);
		top: 50%;
	}
	.header .header_in .toggle_btn.open .toggle_btn_bar::after{
		transform: rotate(-45deg);
		top: 50%;
	}
	.header .header_in .toggle_btn .toggle_btn_text{
		position: relative;
	}
	.header .header_in .toggle_btn:not(.open) .toggle_btn_text .on{
		display: none;
	}
	.header .header_in .toggle_btn.open .toggle_btn_text .off{
		display: none;
	}
	.header .header_in .header_nav{
		transition: 0.6s;
		display: block;
		position: fixed;
		background: #fff;
		width: 90%;
		height: 100vh;
		padding-top: 0;
		top: 67px;
		display: block;
	}
	.header .header_in .header_nav:not(.open){
		right: -100%;
	}
	.header .header_in .header_nav.open{
		right: 0;
	}
	.header .header_in .header_nav ul{
		display: block;
	}
	.header .header_in .header_nav .toggle_close{
		width: 100%;
		height: 100%;
		background: #00000099;
	}
	main::before{
		content: "";
		position: fixed;
		width: 100vw;
		height: 100vh;
		top: 0;
		left: 0;
		background: #00000099;
		transition: 0.5s;
		opacity: 0;
		z-index: -1;
	}
	main.open::before{
		opacity: 1;
		z-index: 20;
	}
	.header .header_in .header_navIn{
		padding: 30px 20px;
		max-height: calc(100% - 126px);
		overflow-y: scroll;
		display: block;
	}
	.header_nav ul{
		margin-bottom: 40px;
	}
	.header_nav ul li{
		margin-top: 30px;
	}
	.header_nav ul li:first-child{
		margin-top: 0;
	}
	.header .header_in .header_nav ul li a {
		font-size: 18px;
		font-weight: 500;
	}
	.header .header_in .header_nav .header_nav_btn{
		display: block;
	}
	.header .header_in .header_nav .header_nav_btn a,
	.header .header_in .header_nav .header_nav_tel,
	.header .header_in .header_nav .header_nav_access,
	.header .header_in .header_nav .header_nav_contact{
		height: 66px;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 12px;
		font-weight: 600;
		font-size: 16px;
		margin: 8px 0;
		flex-flow: row;
	}
	.header .header_in .header_nav .header_nav_tel{
		background: #EFEFEF;
		gap: 6px;
		color: #3E63A2;
		font-size: 24px;
		font-family: "Roboto", sans-serif;
	}
	.header .header_in .header_nav .header_nav_tel img{
		width: 18px;
		margin: 0;
	}
	.header_nav .header_nav_access{
		background: #29C457;
		color: #fff;
	}
	.header_nav .header_nav_access img{
		width: 16px;
		margin: 0;
	}
	.header_nav .header_nav_contact{
		background: linear-gradient(135deg,#2DA6E0,#3E63A2);
		color: #fff;
	}
	.header_nav .header_nav_contact img{
		width: 20px;
		margin: 0;
	}
	.header .header_in .header_nav .toggle_nuv_bottom{
		margin-top: 30px;
		padding-top: 20px;
		border-top: solid 1px #CBCBCB;
	}
	.header .header_in .header_nav .toggle_nuv_bottom ul{
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		padding: 0;
		margin-bottom: 0;
	}
	.header .header_in .header_nav .toggle_nuv_bottom ul li{
		margin-top: 0;
		line-height: 1;
	}
	.header .header_in .header_nav .toggle_nuv_bottom ul li:not(:last-child){
		padding-right: 10px;
		border-right: solid 1px #3c3c3c;
	}
	.header .header_in .header_nav .toggle_nuv_bottom ul li a{
		font-size: 13px;
		color: #3c3c3c;
	}
}
@media only screen and ( max-width: 768px ){
	.header .header_in{
		padding: 0 0 0 10px;
		height: 66px;
        align-items: center;
	}
	.header .header_in .header_logo{
		max-width: 260px;
	}
	.header .header_in .header_navIn{
		padding: 25px 20px;
	}
	.header .header_in .header_nav ul li a{
		font-size: 16px;
	}
	.header_nav ul li{
		margin-top: 25px;
	}
	.header_nav ul{
		margin-bottom: 30px;
	}
	.header .header_in .header_nav .header_nav_btn a,
	.header .header_in .header_nav .header_nav_tel,
	.header .header_in .header_nav .header_nav_access,
	.header .header_in .header_nav .header_nav_contact{
		height: 56px;
	}

}
/* =footer 
-------------------------------------------------------------- */
footer{
	
}
footer .footer_in{
	max-width: 1200px;
	margin: auto;
}
footer .footer_contact{
	background: url(/img/common/contact_bg.jpg) bottom no-repeat;
	background-size: 100% 204px;
	padding-bottom: 60px;
}

footer .footer_contact .footer_contact_wrapper{
	background: url(/img/common/contact_wrapper_bg.jpg) center no-repeat;
	background-size: cover;
	padding: 50px;
	display: flex;
	align-items: end;
	justify-content: flex-end;
	flex-flow: column;
}
footer .footer_contact .footer_contact_inner{
	width: 70%;
	margin-left: auto;
}
footer .footer_contact .footer_contact_desc{
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.75;
	margin-bottom: 25px;
}
footer .footer_contact .contact_row{
	display: flex;
	justify-content: center;
	gap: 30px;
}
footer .footer_contact .contact_col{
	width: calc(50% - 15px);
}
footer .footer_contact .contact_col a{
	padding: 20px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	box-sizing: border-box;
	border-radius: 4px;
	transition: 0.3s;
	position: relative;
	background: #ffffffE6;
}
footer .footer_contact .contact_col a span{
	position: relative;
	transition: 0.3s;
}
footer .footer_contact .contact_col a::before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(to bottom,#2DA6E0,#3E63A2);
	transition: 0.3s;
	border-radius: 4px;
	opacity: 0;
}
footer .footer_contact .contact_col a:hover::before{
	z-index: 0;
	opacity: 1;
}
footer .footer_contact .contact_col a.contact_number:hover .contact_number-text{
	color: #fff;
	font-family: "Roboto", sans-serif;
}
footer .footer_contact .contact_col a.contact_number .contact_number-text::before,
footer .footer_contact .contact_col a.contact_number .contact_number-text::after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	transition: 0.3s;
}
footer .footer_contact .contact_col a.contact_number .contact_number-text::before{
	background: url(/img/common/icon_tel.svg) left center no-repeat;
	background-size: 25px;
}
footer .footer_contact .contact_col a.contact_number .contact_number-text::after{
	background: url(/img/common/icon_tel_white.svg) left center no-repeat;
	background-size: 25px;
	z-index: -1;
}
footer .footer_contact .contact_col a.contact_number:hover .contact_number-text::after{
	z-index: 1;
}

footer .footer_contact .contact_col a.contact_number .contact_number-text{
	font-size: 39px;
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	color: #3E63A2;
	padding-left: 35px;
}
footer .footer_contact .contact_col a.contact_number .contact_number-time{
	font-size: 10px;
}
footer .footer_contact .contact_col a.contact_number:hover .contact_number-time{
	color: #fff;
}
footer .footer_contact .contact_col a.contact_msg{
	background: linear-gradient(to bottom,#2DA6E0,#3E63A2);
}
footer .footer_contact .contact_col a.contact_msg::before{
	background: #ffffffE6;
}
footer .footer_contact .contact_col a.contact_msg:hover .contact_msg-text{
	color: #3E63A2;
}
footer .footer_contact .contact_col a.contact_msg .contact_msg-text{
	font-size: 22px;
	font-weight: bold;
	color: #3E63A2;
	padding-left: 35px;
	color: #fff;
}
footer .footer_contact .contact_col a.contact_msg .contact_msg-text::before,
footer .footer_contact .contact_col a.contact_msg .contact_msg-text::after{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 19px;
	transition: 0.3s;
}
footer .footer_contact .contact_col a.contact_msg .contact_msg-text::before{
	background: url(/img/common/icon_mail.svg) left center no-repeat;
	background-size: 25px 19px;
}
footer .footer_contact .contact_col a.contact_msg .contact_msg-text::after{
	background: url(/img/common/icon_mail_blue.svg) left center no-repeat;
	background-size: 25px 19px;
	z-index: -1;
}
footer .footer_contact .contact_col a.contact_msg:hover .contact_msg-text::after{
	z-index: 1;
}
.footer_nav-top{
	padding: 35px 0 28px;
}
.footer_nav-top .inner{
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	gap: 40px;
}

.footer_nav-top .footer_nav-logo{
	max-width: 420px;
}
.footer_nav-top .footer_nav-logo a{
	transition: 0.3s;
}
.footer_nav-top .footer_nav-logo a:hover{
	opacity: 0.7;
}
.footer_nav-top .footer_nav-list{
	display: flex;
	flex-wrap: wrap;
	gap: 10px 24px;
	max-width: 410px;
	justify-content: flex-end;
}
.footer_nav-top .footer_nav-list li{
	display: flex;
	align-items: center;
	gap: 10px;
}
.footer_nav-top .footer_nav-list li::before{
	content: "";
	width: 14px;
	height: 4px;
	background: #3E63A2;
}
.footer_nav-top .footer_nav-list li a{
	font-size: 16px;
	font-weight: 500;
	transition: 0.3s;
}
.footer_nav-top .footer_nav-list li a:hover{
	opacity: 0.7;
}
.footer_nav-bottom{
	border-top: solid 1px #CBCBCB;
	padding: 24px 0 28px;
}
.footer_nav-bottom .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}
.footer_nav-bottom .footer_nav-link{
	display: flex;
	gap: 24px;
}
.footer_nav-bottom .footer_nav-link li{
	padding-right: 24px;
	border-right: solid 1px #3C3C3C;
	line-height: 1;
}
.footer_nav-bottom .footer_nav-link li:last-child{
	border-right: none;
	padding-right: 0;
}
.footer_nav-bottom .footer_nav-link a{
	color: #3C3C3C;
	font-size: 14px;
	transition: 0.3s;
}
.footer_nav-bottom .footer_nav-link a:hover{
	opacity: 0.7;
}
.footer_nav-bottom .footer_nav-copyright{
	font-size: 12px;
}
@media only screen and ( max-width: 1199px ){
	footer .footer_contact .footer_contact_wrapper{
		padding: 50px 20px;
	}
	footer .footer_contact .footer_contact_inner{
		width: 82%;
	}
	footer .footer_contact .contact_col a{
		padding: 20px 15px;
	}
	footer .footer_contact .contact_col a.contact_number .contact_number-text{
		font-size: clamp(26px,3.5vw,39px);
	}
	footer .footer_contact .contact_col a.contact_number .contact_number-time{
		font-size: 1vw;
	}
	footer .footer_contact .contact_col a.contact_msg .contact_msg-text{
		font-size: clamp(18px,2.5vw,20px);
	}
	.footer_nav-bottom .footer_nav-link{
		gap: 14px;
	}
	.footer_nav-bottom .footer_nav-link li{
		padding-right: 14px;
	}
}
@media only screen and ( max-width: 768px ){
	footer{
		margin-top: 0;
	}
	footer .footer_contact .contact_col a.contact_number .contact_number-text{
		font-size: 32px;
	}
	
	footer .footer_contact{
		background-size: 100% 55%;
	}
	footer .footer_contact .footer_contact_wrapper{
		padding: 40px 20px 36px;
		background-image: url(/img/common/contact_wrapper_bg_sp.jpg);
	}
	footer .footer_contact .footer_contact_inner{
		width: 100%;
	}
	footer .footer_contact .contact_row{
		flex-flow: column;
		gap: 16px;
	}
	footer .footer_contact .contact_col{
		width: 100%;
	}
	footer .footer_contact .contact_col a{
		padding: 15px;
		height: 85px;
	}
	footer .footer_contact .contact_col a.contact_number .contact_number-time{
		font-size: 9px;
	}
	.footer_nav-top{
		padding-bottom: 0;
	}
	.footer_nav-top .inner{
		flex-flow: column;
		padding: 0;
	}
	.footer_nav-top .footer_nav-logo{
		padding: 0 20px;
	}
	.footer_nav-top .footer_nav-list{
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 0;
		border-top: solid 1px #CBCBCB;
		border-bottom: solid 1px #CBCBCB;
	}
	.footer_nav-top .footer_nav-list li{
		width: 50%;
		box-sizing: border-box;
		justify-content: center;
		padding: 12px 0;
	}
	.footer_nav-top .footer_nav-list li:nth-child(2n){
		border-right: solid 1px #CBCBCB;
	}
	.footer_nav-top .footer_nav-list li:nth-child(n+4){
		border-top: solid 1px #CBCBCB;
	}
	.footer_nav-top .footer_nav-list li:last-child{
		/* width: 100%; */
		border-right: none;
	}
	.footer_nav-top .footer_nav-list li:first-child{
		display: none;
	}
	.footer_nav-top .footer_nav-list li::before{
		display: none;
	}
	.footer_nav-top .inner{
		gap: 30px;
	}
	.footer_nav-bottom{
		border-top: none;
	}
	.footer_nav-bottom .inner{
		flex-flow: column;
		gap: 16px;
	}
	.footer_nav-bottom .footer_nav-link{
		gap: 14px;
	}
	.footer_nav-bottom .footer_nav-link li{
		padding-right: 14px;
	}
	.footer_nav-bottom .footer_nav-link a{
		font-size: 13px;

	}
	.footer_nav-bottom .footer_nav-copyright{
		font-size: 11px;
	}
}
/*スクロールトップ*/
.scroll-top{
	display: none;
	position: fixed;
    bottom: 0;
    right: 0;
    background-color: rgba(90, 90, 90, 0.6);
    padding: 20px;
    cursor: pointer;
    z-index: 95;
}
.scroll-top .scroll-top__wrapper img{
	transform: rotate(-90deg);
	width: 20px;
}
@media only screen and ( max-width: 768px ){
	.scroll-top{
		padding: 15px;
		bottom: 0;
	}
}

/**/
.btn{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: linear-gradient(to bottom,#2DA6E0,#3E63A2);
	position: relative;
	font-size: 16px;
	font-weight: 600;
	padding: 20px;
	transition: 0.3s;
	border: solid 1px;
	text-align: center;
	min-width: 200px;
}
.btn::after{
	content: "";
	position: absolute;
	right: 27px;
	top: 50%;
	transform: translateY(-50%);
	width: 12px;
	height: 12px;
	background: url(/img/common/arrow.svg) center no-repeat;
	background-size: 100%;
}
.btn:hover{
	background: #fff;
	color: #3E63A2;
}
.btn:hover::after{
	background-image: url(/img/common/arrow_blue.svg);
}
.btn.jump{
    justify-content: space-between;
    padding: 14px 20px;
	width: 200px;
	box-sizing: border-box;
}
.btn.jump::after{
	content: "";
	width: 12px;
	height: 12px;
	transform: rotate(90deg);
	position: relative;
	top: auto;
	right: auto;
}
.btn.back{
	background: #e3e3e3;
    color: #000;
	border-color: #e3e3e3;
}
.btn.back:hover{
	opacity: 0.6;
}

.btn.back::after{
	background-image: url(/img/common/arrow_blue.svg);
    transform: rotate(180deg) translateY(50%);
    right: auto;
    left: 27px;
}
.btn02{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 16px 0;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	transition: 0.3s;
}
.btn02::after{
	content: "";
	width: 60px;
	min-width: 60px;
	height: 44px;
	background: url(/img/common/arrow.svg) center no-repeat , linear-gradient(135deg,#2DA6E0,#3E63A2);
}

.btn02:hover{
	color: #2DA6E0;
}


.btn_pdf{
	display: flex;
    justify-content: center;
    align-items: center;
	gap: 10px;
    color: #fff;
    background: linear-gradient(to bottom, #2DA6E0, #3E63A2);
    position: relative;
    font-size: 16px;
    font-weight: 600;
    padding: 16px;
    transition: 0.3s;
    border: solid 1px;
    text-align: center;
	max-width: 250px;
	width: 100%;
	box-sizing: border-box;
	margin: 16px auto 0;
	transition: 0.3s;
}
.btn_pdf::before{
	content: "";
	width: 23px;
	height: 28px;
	background: url(/img/common/icon_pdf_white.svg) center no-repeat;
	background-size: 100%;
}
.btn_pdf:hover{
	background: #fff;
	color: #3E63A2;
}
.btn_pdf:hover::before{
	background-image: url(/img/common/icon_pdf.svg);
}
@media only screen and ( max-width: 768px ){
	.btn{
		padding: 20px;
	}
	.btn::after{
		right: 20px;
	}
	.btn.jump{
		width: calc(50% - 7px);
		font-size: 14px;
	}
	.btn02{
		font-size: 16px;
		padding: 15px 0;
	}
	.btn_pdf{
		margin-top: 8px;
	}
}


/* =下層 
-------------------------------------------------------------- */

.page_title{
	background: url(/img/top/lead_bg.webp) bottom center no-repeat;
	background-size: 100% 30%;
	padding-bottom: 60px;
}
.page_title_wrapper{
	display: flex;
	align-items: center;
	/*width: 90%;
	max-width: 1545px;*/
	margin-left: auto;
	position: relative;
}
.page_title_wrapper .page_title__title{
	flex: 1;
	position: absolute;
    line-height: 1.2;
    padding-left: 45px;
	display: flex;
	flex-flow: column;
	gap: 20px;
	max-width: 1200px;
	width: calc(100% - 45px);
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	
}
.page_title_wrapper .page_title__title::before{
    content: "";
    position: absolute;
    left: 20px;
    top: 0;
    width: 10px;
    height: 120px;
    background: url(/img/common/title_border.svg) center no-repeat;
    background-size: 100%;
}
.page_title_wrapper .page_title__title h2{
	font-size: 48px;
    font-weight: 500;
}
.page_title_wrapper .page_title__title .breadcrumb{
	display: flex;
}
.page_title_wrapper .page_title__title .breadcrumb li{
	font-weight: 500;
}
.page_title_wrapper .page_title__title .breadcrumb li::after{
	content: ">";
	margin: 0 10px;
}
.page_title_wrapper .page_title__title .breadcrumb li:last-child::after{
	content: "";
}
.page_title_wrapper .page_title_img{
	width: 60%;
	margin-left: auto;
}

@media only screen and ( max-width: 1199px ){
	.page_title_wrapper .page_title__title h2{
		font-size: 35px;
	}
}
@media only screen and ( max-width: 768px ){
	.page_title{
		background-size: 100% 100px;
		padding-bottom: 25px;
		padding-top: 15px;
	}
	.page_title_wrapper{
		width: calc(100% - 20px);
		margin-left: 20px;
		flex-flow: column;
		align-items: baseline;
		gap: 15px;
	}
	.page_title_wrapper .page_title_img{
		width: 100%;
	}
	.page_title_wrapper .page_title__title{
		min-height: 70px;
		gap: 10px;
		padding-left: 20px;
		position: relative;
		transform: none;
		left: 0;
	}
	.page_title_wrapper .page_title__title h2{
		font-size: 30px;
	}
	.page_title_wrapper .page_title__title::before{
		width: 6px;
		height: 80px;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
	}
	.page_title_wrapper .page_title__title .breadcrumb li{
		font-size: 12px;
	}
}