/*==================
共通部分の設定
====================*/
html {
	font-size: 62.5%;
	box-sizing: border-box;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
*,
*::before,
*::after {
	box-sizing: inherit;
}
body{
	font-size: 15px;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
.wrap {
	overflow: hidden;
}
/*SPサイズ*/
@media (max-width: 599px){
	.sp_none{
		display: none;
	}
}
/*tbサイズ*/
@media (min-width: 600px) {
	.tb_none{
		display: none;
	}
}
/*PCサイズ*/
@media (min-width: 1025px) {
	.inner_pc01{
		max-width: 1470px;
		margin: 0 auto;
	}
	.inner_pc02{
		max-width: 1160px;
		margin: 0 auto;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}
}
body{
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	color: #135197;
	box-sizing: border-box;
	-webkit-font-smoothing:antialiased;/*文字のアンチエイリアス設定*/
	-moz-osx-font-smoothing:grayscale;
	font-feature-settings: "palt";/*文字詰*/
	letter-spacing: 0.02em;
	line-height: 2.1;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
a{
	color: #135197;
	text-decoration: none;
}
a:hover{
	opacity: 0.8;
	transition: .4s;
}
ul{
	list-style: none;
}
.flex_a{
	display: flex;
	height: auto;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.flex_b{
	display: flex;
	height: auto;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

h1{
	font-size: 2.8rem;
}
h2, h3{
	font-size: 2.2rem;
	line-height: 1.8;
	text-align: center;
	letter-spacing: 0.1em;
}

p{
	letter-spacing: 0.025em;
}
.sub_ttl01{
	text-align: center;
	font-size: 1.8rem;
}
.center_text01{
	text-align: center;
}
.top_blank01{
	padding-top: 3rem;
}
@media (min-width: 600px) {
	body{
		line-height: 2.3;
	}
	h1{
	font-size: 3.6rem;
	}
	h2, h3{
		font-size: 3.6rem;
		letter-spacing: 0.1em;
	}
	p{
		letter-spacing: 0.05em;
	}
	.sub_ttl01{
		font-size: 2.4rem;
	}
	.flex_b_pc{
		display: flex;
		height: auto;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}


/*==================
header sp
====================*/
.h_logo{
	color: #4274ac;
	font-size: 1.2rem;
	display: inline-block;
	margin: 1.5rem;
	line-height: 2.3;
}
.h_logo img, .h_logo svg{
	width: 99px;
}


@media (max-width: 1199px) {
	.h_logo span.sp_none{
		display: none;
	}
	.pc_h_menu01{
		display: none;
	}
	header{
		background: #fff;
		z-index: 10;
		top: 0;
		width: 100%;
		height: 80px;
	}
	header .logo {
		width: 180px;
		margin: 1rem;
	}
	.hm_menu .h_logo{
		position: absolute;
		top: 0.4rem;
		left: 0;
		color: #fff;
		text-align: left;
		display: inline-block;
		line-height: 1.6;
	}
	/*ナビのスタイル*/
	nav.nav_menu{
		position: fixed;
		z-index: 12;
		top: 0;
		left: 0;
		background: #00284f;
		text-align: center;
		width: 100%;
		height: 100%;
		display: none;
		/*スクロールできる設定*/
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	nav.nav_menu .hm_menu{
		width: 100%;
		height: 100%;
		padding: 0;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
		display: block;
	}
	.hm_menu a{
		color: #fff;
		display: block;
	}
	.sp_h_menu01{
		padding: 10rem 0 3.5rem;
	}
	.sp_h_menu01 li{
		border-radius: 2px;
		background: #135197;
		width: 280px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		display: block;
		margin: 1rem auto;
		position: relative;
	}
	.sp_h_menu01 li::after {
		content: '';
		width: 10px;
		height: 10px;
		border: 0px;
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		top: 0;
		bottom: 0;
		right: 3rem;
		margin: auto;
	}
	.sp_h_menu02{
		display: flex;
		flex-wrap: wrap;
		border-top: solid 1px #193d61;
		border-left: solid 1px #193d61;
		border-right: solid 1px #193d61;
	}
	.sp_h_menu02 li{
		width: 50%;
		height: 50px;
		border-bottom: solid 1px #193d61;
		line-height: 50px;
		text-align: center;
	}
	.sp_h_menu02 li:nth-child(2n){
		border-left: solid 1px #193d61;
	}
	.sp_h_menu02 li:last-child a{
		color: #80d4ce;
	}
	.sp_h_menu02 li a{
		color: #d0d2d9;
	}
	.h_btn_area .tel_btn01{
		background: #fff;
		border: none;
		color: #00284f;
		width: 320px;
		margin: 5rem auto 1rem;
		line-height: 1.3;
	}
	.h_btn_area .flex_b{
		flex-wrap: nowrap;
		max-width: 320px;
		margin: 0 auto;
		padding-bottom: 6rem;
	}
	
	/*ハンバーガーボタンのスタイル*/
	.Toggle {
		border-radius: 50%;
		position: fixed;
		right: 2rem;
		top: 1.5rem;
		width: 50px;
		height: 50px;
		cursor: pointer;
		z-index: 13;
		display: block;
		background: #135197;
	}
	.Toggle span, 
	.Toggle.active span:nth-child(1), 
	.Toggle.active span:nth-child(2), 
	.Toggle.active span:nth-child(3) {
		border-bottom: solid 2px #fff;/*bg_color02と同じ*/
	}
	.Toggle span {
		display: block;
		position: absolute;
		width: 20px;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		left: 15px;
	}
	.Toggle span:nth-child(1) {
		top: 15px;
	}
	.Toggle span:nth-child(2) {
		top: 24px;
	}
	.Toggle span:nth-child(3) {
		top: 33px;
	}
	.Toggle.active span:nth-child(1) {
		top: 23px;
		left: 15px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
		}
	.Toggle.active span:nth-child(2),
	.Toggle.active span:nth-child(3) {
		top: 23px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.Toggle.active{
		background: #fff;
	} 
	.Toggle.active.active span:nth-child(1), 
	.Toggle.active.active span:nth-child(2), 
	.Toggle.active span:nth-child(3) {
		border-bottom: solid 2px #1a5096;/*bg_color02と同じ*/
	}
	.hmfixed {
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: -1;
	}
	.other_btn, a.job_request_btn{
		display: none;
	}
	.h_btn_area .tel_btn01 svg{
		fill: #00284f;
	}
	.h_btn_area a.other_btn{
		display: none;
	}
}
/*==================
header pc
====================*/
@media (min-width: 1200px) {
	header{
		position: relative;
		height: 130px;
		display: flex;
		justify-content: space-between;
	}
	.sp_h_menu01, .sp_h_menu02, .hm_logo{
		display: none;
	}
	.Toggle{
		display: none;
	}
	.h_logo{
		font-size: 13px;
		line-height: 1.5;
		margin: 1.5rem;
		width: 212px;
		text-align: center;
	}
	.h_logo img{
		width: 212px;
		margin-bottom: 1rem;
	}
	.hm_menu{
		display: flex;
		
	}
	.pc_h_menu01{
		display: flex;
		justify-content:space-between;
		align-items: center;
		min-width: 600px;
		margin: 0 0 0 auto;
	}
	.h_btn_area .tel_btn01 svg{
		fill: #135197;
	}
	.h_btn_area .job_request_btn{
		background: #ff7276;
		color: #fff;
		font-weight: bold;
		width: 130px;
		height: 130px;
		display: block;
		text-align: center;
		line-height: 1.6;
	}
	.h_btn_area .job_request_btn .balloon01{
		font-weight: normal;
		font-size: 1.3rem;
		min-width: auto;
		height: 30px;
		line-height: 2;
		padding: 3px 8px;
		margin: 1.5rem 0;
	}
	.h_btn_area .application_btn01,
	.h_btn_area .consultation_btn01{
		border-radius: 0;
		display: block;
		width: 180px;
		height: 65px;
		line-height: 65px;
		margin: 0;
	}
	.h_btn_area .flex_b{
		display: block;
	}
	.h_btn_area{
		display: flex;
		justify-content: flex-end;
		position: relative;
		min-width: 570px;
	}
	.h_btn_area{
		
	}
	.h_btn_area .other_btn{
		border: solid 1px #135197;
		border-radius: 3px;
		position: absolute;
		top: 2rem;
		left: 9.5rem;
		width: 150px;
		height: 26px;
		text-align: center;
		line-height: 26px;
	}
	.h_btn_area .other_btn::after{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 3px 0 3px 6px;
		border-color: transparent transparent transparent #135197;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 1rem;
		margin: auto;
}
	.h_btn_area .tel_btn01{
		margin-top: 7rem;
		
	}
	
	.nav_menu{
		display: block!important;/*PCの時ヘッダーが消えないように*/
	}
}
@media screen and (min-width: 1200px) and (max-width: 1430px) {
	.pc_h_menu01{
		min-width: 500px;
		font-size: 1.4rem;
	}
	.h_btn_area {
		min-width: 485px;
	}
	.h_btn_area .application_btn01,
	.h_btn_area .consultation_btn01{
		width: 110px;
		padding-left: 2.5rem;
	}
	.h_btn_area .application_btn01 svg,
	.h_btn_area .consultation_btn01 svg{
		left: 1rem;
	}
	.h_btn_area .other_btn {
		left: 8rem;
	}
	.h_logo{
		font-size: 1.1rem;
		margin: 2rem 0 2rem 1rem;
	}
	.h_logo img {
		width: 185px;
	}
}



/*==================
footer sp
====================*/
.f_nav_area{
	background: #00284f;
}
.f_nav_area ul{
	display: flex;
	flex-wrap: wrap;
}
.f_nav_area li{
	display: block;
	width: 50%;
	height: 50px;
	border-bottom: solid 1px #193d61;
}
.f_nav_area li:nth-child(2n){
	border-left: solid 1px #193d61;
}
.f_nav_area a{
	color: #d0d2d9;
	display: block;
	height: 100%;
	text-align: center;
	padding: 1.1rem 0;
}
.f_nav_area li:nth-child(7) a{
	color: #80d4ce;
}
.f_nav_area li:nth-child(8) a{
	color: #ffb0aa;
}

/* Google Mapを囲う要素 */
.map {
	position: relative;
	width: 100%;
	height: 225px;
}

/* Google Mapのiframe */
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.f_contact_area{
	padding: 4.5rem 2rem 3.5rem;
	position: relative;
	width: 100%;
	margin-bottom: 5rem;
}
.f_contact_bg01{
	position: absolute;
	top: -3rem;
	left: 0;
	z-index: -1;
}
.logo01{
	font-size: 13px;
	line-height: 1.5;
	letter-spacing: 0.025em;
}
.logo01 img{
	width: 141px;
	display: block;
	margin: 1rem auto 3rem;
}
.tel_btn01{
	border: solid 1px #135197;
	border-radius: 25px;
	background: #fff;
	font-size: 12px;
	width: 100%;
	height: 50px;
	display: block;
	margin: 0 auto 1.2rem;
	text-align: center;
	line-height: 1.3;
	padding: 3px 0;
}
.tel_btn01 svg{
	width: 11px;
	margin-bottom: -1px;
}
.tel_btn01 b{
	font-size: 2rem;
}
.application_btn01{
	background: #5ba8e8;
	border-radius: 2px;
	color: #fff;
	font-weight: bold;
	width: 48.5%;
	height: 50px;
	position: relative;
	padding-left: 1.5rem;
	text-align: center;
	line-height: 50px;
}
.application_btn01 svg{
	width: 21px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2rem;
	margin: auto;
}
.consultation_btn01{
	background: #115097;
	border-radius: 2px;
	color: #fff;
	font-weight: bold;
	width: 48.5%;
	height: 50px;
	position: relative;
	padding-left: 1.5rem;
	text-align: center;
	line-height: 50px;
}
.consultation_btn01 svg{
	width: 24px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 2rem;
	margin: auto;
}

footer .address{
	margin: 4.5rem 0;
}
footer .address p{
	padding-bottom: 1.5rem;
	line-height: 1.5;
}
.copyright{
	color: #888fa0;
	font-size: 13px;
	max-width: 320px;
	margin: 0 auto;
}

@media (max-width: 899px) {
	.logo01{
		text-align: center;
	}
	footer .address p:first-child{
		font-weight: bold;
	}
	.f_inner01{
		max-width: 380px;
		margin: 0 auto;
	}
}
/*==================
footer pc
====================*/
@media (min-width: 900px) {
	.f_nav_area{
		height: 120px;
	}
	.f_nav_area ul{
		max-width: 915px;
		margin: 0 auto;
		justify-content: space-between;
	}
	.f_nav_area li{
		width: auto;
		border: none;
	}
	.f_nav_area li:nth-child(2n){
		border: none;
	}
	.f_nav_area a {
		line-height: 120px;
		padding: 0;
	}
	footer .flex_b_pc{
		flex-direction: row-reverse;
	}
	/* Google Mapを囲う要素 */
	.map {
		width: 28%;
		height: 500px;
	}
	
	.logo01 img{
		width: 212px;
		margin: 2rem 0 5.5rem;
	}
	
	.f_contact_area{
		padding: 5.5rem 1.5rem 4rem 3%;
		width: auto;
		margin-bottom: 0;
	}
	
	.f_contact_block{
		display: flex;
	}
	.tel_btn01{
		border: none;
		background: none;
		margin: 0 1.5rem 0 0;
		width: auto;
	}
	.tel_btn01 b{
		font-size: 2.5rem;
	}
	.tel_btn01 svg{
		width: 14px;
		margin-bottom: -3px;
	}
	.application_btn01{
		margin-right: 1.5rem;
	}
	.application_btn01, .consultation_btn01{
		width: 180px;
	}
	footer .address p{
		padding-bottom: .5rem;
	}
	.copyright{
		margin: 0;
		max-width: none;
	}
}
@media (min-width: 1100px) {
	.map {
		width: 40%;
	}
}
@media (min-width: 1380px) {
	.map {
		width: 50%;
	}
}
/*==================
onestep_area sp
====================*/
.onestep_area{
	background: #ffe9e6;
	padding: 8.5rem 1.5rem 20.5rem;
	position: relative;
	margin-top: 10rem;
}
.img_woman01{
	position: absolute;
	width: 207px;
	bottom: 0;
	right: 0;
}
.img_onestep01{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.img_onestep02{
	position: absolute;
	bottom: 5rem;
	left: 2rem;
	width: 109px;
}
.onestep_area .sub_ttl01{
	color: #ff7276;
	font-weight: bold;
	font-size: 2.2rem;
	border-bottom: solid 1px #ff7276;
	display: block;
	margin: 0 auto 1rem;
	text-align: center;
	width: fit-content;
	padding: 0 1.5rem;
}
.onestep_ttl_area{
	margin: 0 auto 5rem;
	max-width: 240px;
	letter-spacing: .1em;
	position: relative;
	z-index: 0;
}
.img_onestep03{
	position: absolute;
	top: -5rem;
	left: -5rem;
}
.img_onestep04{
	position: absolute;
	top: 7rem;
	right: -2rem;
	width: 80px;
	z-index: -1;
}
.onestep_unit01{
	background: #fff;
	position: relative;
	z-index: 0;
	padding: 4rem 0;
	text-align: center;
	margin: 3rem 0 0;
}
.onestep_unit01::before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 60px 60px 0 0;
	border-color: #135197 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.onestep_unit_ttl01 p{
	font-size: 1.4rem;
}
.onestep_unit01 span{
	color: #fff;
	font-size: 2.6rem;
	font-weight: bold;
	position: absolute;
	top: -5px;
	left: 6px;
	z-index: 2;
}
.onestep_unit_ttl01 b{
	font-size: 2rem;
	display: block;
	border-bottom: solid 1px #ffe5e1;
	padding-bottom: 2rem;
}
.onestep_unit01 .tel_btn01{
	border: solid 1px #ff7276;
	border-radius: 25px;
	display: block;
	margin: 3rem auto 1.5rem;
	width: 250px;
	height: 50px;
	padding: 3px 0;
}
.onestep_unit01 .tel_btn01 img{
	width: 12px;
	margin-bottom: 5px;
}
.onestep_unit01 .tel_btn01 b{
	font-size: 2rem;
	color: #ff7276;
	line-height: 1.3;
}
.onestep_unit01 .tel_btn01 p{
	color: #ff7276;
	line-height: 1;
	font-size: 1.2rem;
}
.onestep_unit01 .application_btn01{
	background: #ff7276;
	border-radius: 2px;
	color: #fff;
	display: block;
	font-weight: bold;
	width: 250px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	position: relative;
	padding-left: 2rem;
}
.onestep_unit01 .application_btn01 svg{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 5rem;
	margin: auto;
	width: 21px;
}
.onestep_unit01 .voice_btn01{
	border-radius: 2px;
	border: solid 1px #ff7276;
	color: #ff7276;
	display: block;
	font-weight: bold;
	position: relative;
	width: 250px;
	height: 50px;
	margin: 3rem auto 0;
	line-height: 50px;
	padding-left: 1rem;
}
.onestep_unit01 .voice_btn01 img{
	width: 19px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 3rem;
	margin: auto;
}
/*==================
onestep_area pc
====================*/
@media (min-width: 600px) {
	.onestep_area {
		padding: 8.5rem 1.5rem 14.5rem;
	}
	.img_woman01{
		width: 25%;
		max-width: 330px;
		min-width: 290px;
	}
	.img_onestep03 {
		top: -2rem;
		left: -9rem;
	}
	.img_onestep04 {
		top: 3rem;
		right: -14rem;
		width: auto;
	}
	.onestep_unit_area{
		max-width: 1170px;
		margin: 0 auto;
	}
	.onestep_ttl_area {
		margin: 0 auto;
	}
	.onestep_unit01{
		font-size: 1.6rem;
		padding: 3rem 0;
		width: 570px;
		margin: 3.5rem auto 0;
	}
	.onestep_unit01 span{
		font-size: 4rem;
		top: -10px;
		left: 10px;
	}
	.onestep_unit01::before{
		border-width: 90px 90px 0 0;
	}
	.onestep_area .sub_ttl01{
		font-size: 2.4rem;
	}
	.onestep_unit_ttl01 p {
		font-size: 1.6rem;
	}
	.onestep_unit01 b{
		font-size: 2.2rem;
	}
	.onestep_unit01 .flex_b_pc{
		flex-wrap: nowrap;
		justify-content: center;
	}
	.onestep_unit01 .tel_btn01 {
		border: none;
		border-radius: 0;
		margin: 3rem 3rem 0 0;
		width: auto;
		padding-top: 1rem;
		line-height: 2;
	}
	.onestep_unit01 .tel_btn01 b{
		font-size: 2.5rem;
		line-height: 1;
	}
	.onestep_unit01 .tel_btn01 p{
		font-size: 1.3rem;
	}
	.onestep_unit01 .tel_btn01 img{
		width: 13px;
		margin-bottom: 7px;
	}
	.onestep_unit01 .application_btn01{
		width: 200px;
		margin: 3.5rem 0 0;
	}
	.onestep_unit01 .application_btn01 svg {
		left: 4rem;
	}
	.img_onestep02 {
		bottom: 21rem;
		left: 4rem;
		width: auto;
	}
}



/*==================
SP 下部 追従ボタン
====================*/
.following_btn01{
	background: #00284f;
	position: fixed;
	z-index: 9;
	height: 50px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.home .following_btn01{
	opacity: 0;
	visibility: hidden;
	transition: all 1s ease;
}
.home .following_btn01.show {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.following_btn01 .flex_a{
	flex-wrap: nowrap;
}
.following_btn01 .application_btn01, .following_btn01 .consultation_btn01{
	width: 44%;
	border-radius: 0;
	margin: 0;
}
.following_btn01 .sp_tel_01{
	width: 22%;
	position: relative;
}
.following_btn01 .sp_tel_01::after{
	border-radius: 50%;
	background: #fff;
	content: "";
	width: 26px;
	height: 26px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.following_btn01 .sp_tel_01 svg{
	width: 10px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 2;
}
/*==================
PC 下部 追従ボタン
====================*/
@media (min-width: 600px) {
	.following_btn01{
		background: none;
		bottom: 10%;
		left: auto;
		width: 70px;
		height: 360px;
	}
	.following_btn01 .flex_a{
		flex-wrap: wrap;
	}
	.following_btn01 .application_btn01,
	.following_btn01 .consultation_btn01{
		width: 70px;
		height: 180px;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		padding: 3rem 0 0;
		line-height: 4.7;
	}
	.following_btn01 .application_btn01 svg,
	.following_btn01 .consultation_btn01 svg{
		bottom: auto;
		top: 3.5rem;
		left: 0;
		right: 0;
	}
	.following_btn01 .application_btn01{
		border-radius: 10px 0 0 0;
	}
	.following_btn01 .consultation_btn01{
		border-radius: 0 0 0 10px;
	}
	.following_btn01 .sp_tel_01{
		display: none;
	}
}



/*==================
パンくず
====================*/
.List{
	font-size: 13px;
	padding: 0.5rem 1.5rem;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	color: #135197;
	background: #f1f9ff;
	height: 40px;
}
.List-Item {
	display: inline;
	position: relative;
}
.List-Item::after {
	content: '＞';
	display: inline-block;
	padding: 0.2em .8em;
	line-height: 2.5rem;
}
.List-Item:last-child::after {
	content: '';
}
.List-Item-Link {
	display: inline-block;
	text-decoration: none;
	color: inherit;
}
.bread_line{
	text-decoration: underline;
}
.List li:last-child a {
	text-decoration: none;
}

@media (max-width: 599px) {
	.List{
		color: #7197c1;
	}
}



/* ==================================
  animation
================================== */
/*アニメーション*/
.fade_right01{
	opacity: 0;
	transform: translateX(64px);
	transition : all 1s;
}
.fade_right01.active{
	opacity: 1;
	transform: translateX(0);
}
.fade_left01{
	opacity: 0;
	transform: translateX(-64px);
	transition : all 1s;
}
.fade_left01.active{
	opacity: 1;
	transform: translateX(0);
}
.fade_bottom01{
	opacity: 0;
	transform: translateY(64px);
	transition : all 1s;
}
.fade_bottom02{
	opacity: 0;
	transform: translateY(64px);
	transition : all 1.5s;
}
.fade_bottom03{
	opacity: 0;
	transform: translateY(64px);
	transition : all 2s;
}
.fade_bottom04{
	opacity: 0;
	transform: translateY(64px);
	transition : all 2s;
}
.fade_bottom05{
	opacity: 0;
	transform: translateY(64px);
	transition : all 2.5s;
}
.fade_bottom01.active,
.fade_bottom02.active,
.fade_bottom03.active,
.fade_bottom04.active,
.fade_bottom05.active{
	opacity: 1;
	transform: translateY(0);
}
.zoomin.active {
	animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes zoomIn {
	0% {
		transform: scale(0.8);
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
.fade--item {
	opacity: 0;
	transform: translate(0,-5rem) scale(0);
	transition : all 1s;
}

.fade--item.active {
	transform: translate(0,0) scale(1);
	opacity: 1;
}
/*==================
下層ページ mv sp
====================*/
.common_mv01{
	background-image: url("../images/common/mv_common01_sp.png");
	background-size: cover;
	background-repeat:no-repeat;
	background-position: bottom center;
	height: 127px;
	position: relative;
	margin-bottom: 10rem;
}
.common_mv01 h1{
	position: absolute;
	top: 5rem;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
}
.common_mv01 p{
	text-align: center;
	padding-top: 3rem;
}
.common_mv01 .mv_ornament01{
	top: auto;
	bottom: -1.5rem;
}

.common_mv01 .bnr_access01 img{
	bottom: -4rem;
}
.common_mv01 .mv_person01{
	bottom: -11rem;
}
.common_mv01 .mv_person02{
	bottom: -14rem;
}
.common_mv01 .mv_person03{
	bottom: -8rem;
}
.common_mv01 .mv_person04{
	bottom: -10rem;
}
.common_mv01 .mv_person05{
	bottom: -13rem;
}
.common_mv01 .mv_ornament02{
	bottom: -12rem;
}
/*==================
下層ページ mv pc
====================*/
@media (min-width: 600px) {
	.common_mv01{
		background-image: url("../images/common/mv_common01_pc.png");
		background-size: cover;
		background-repeat:no-repeat;
		background-position: bottom center;
		height: 232px;
		margin-bottom: 7rem;
	}
	@media screen and (-webkit-min-device-pixel-ratio:2),
	(min-resolution: 2dppx){
		.common_mv01{
			background-image: url("../images/common/mv_common01_pc@2x.png");
		}
	}
	.common_mv01 h1{
		top: 8rem;
	}
	.common_mv01 p {
		padding-top: 5rem;
	}
	.common_mv01 .bnr_access01 img {
		bottom: auto;
		top: 3rem;
		right: 1%;
	}
	.common_mv01 .mv_person01 {
		bottom: 4rem;
	}
	.common_mv01 .mv_person02{
		bottom: -1rem;
	}
	.common_mv01 .mv_person04 {
		bottom: -2rem;
		left: 20%;
		transform: scale(-1, 1);
	}
	.common_mv01 .mv_person05{
		bottom: -1rem;
		right: 3%;
	}
	.common_mv01 .mv_person06{
		bottom: -1rem;
		right: 26%;
	}
	.common_mv01 .mv_person08{
		bottom: 2rem;
		right: 18%;
	}
	.common_mv01 .mv_person09{
		bottom: -1rem;
		right: 12%;
	}
	.common_mv01 .mv_ornament01 {
		right: 3%;
		z-index: 0;
	}
	.common_mv01 .mv_ornament02 {
		bottom: -3rem;
		right: auto;
		left: 3%;
	}
}
@media screen and (min-width: 600px) and (max-width: 900px){
	.common_mv01 .mv_person01{
		width: 65px;
	}
	.common_mv01 .mv_person02{
		width: 76px;
	}
	.common_mv01 .mv_person03{
		width: 65px;
	}
	.common_mv01 .mv_person04{
		width: 69px;
	}
	.common_mv01 .mv_person05{
		width: 52px;
	}
	.common_mv01 .mv_person06{
		width: 68px;
	}
	.common_mv01 .mv_person09{
		width: 48px;
	}
	.common_mv01 .bnr_access01 img {
		top: 1rem;
		width: 212px;
	}
}
/*==================
下層ページ common_navs01 sp
====================*/
.common_nav01 {
	border-radius: 10px;
	border: solid 1px #135197;
	margin: 15rem 2rem 5rem;
}
.common_nav01 li a{
	border-bottom: solid 1px #135197;
	display: block;
	font-weight: bold;
	padding: 1.2rem 2rem;
	position: relative;
}
.common_nav01 li a::after{
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #135197;
	border-right: solid 1px #135197;
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 2rem;
	margin: auto;
}
.common_nav01 li:last-child a{
	border-bottom: none;
}
/*==================
下層ページ common_nav01 pc
====================*/
@media (min-width: 600px) {
	.common_nav01{
		display: flex;
		justify-content: center;
		border: none;
		margin: 5rem 2rem 10rem;
	}

	.common_nav01 li a{
		border-bottom: none;
		border-left: solid 1px #135197;
		padding: 0 2rem 1rem;
	}
	.common_nav01 li:last-child a{
		border-right: solid 1px #135197;
	}
	.common_nav01 li a::after{
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
	}
}


/*404*/
.error_text01 a{
	border-bottom: solid 1px;
	color: #fd5460;
}

/*==================
reCAPTCHAマーク 非表示
====================*/
.grecaptcha-badge {
	visibility: hidden;
}
.reCAPTCHA_text{
	font-size: 12px;
	padding-top: 3rem;
	line-height: 1.5;
}
.reCAPTCHA_text a{
	text-decoration: underline;
}