/* reset */
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
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;
	border: 0;
	font-size: 100%;
	font: inherit;
	line-height: 1.6;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
ol,ul {
	list-style: none;
}
blockquote,q {
	quotes: none;
}
blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	word-break: break-all;
}
a,a:link,a:visited,a:hover,a:active {
	text-decoration: none;
	color: inherit;
}
/* resetここまで */

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	scroll-behavior: smooth;
}
body{
	font-size: 16px;
	line-height: 1.7;
	font-weight: 300;
	color: #435366;
	font-family: "Noto Sans JP","游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	webkit-text-size-adjust: 100%;
}
body.is-resizing,
body.is-resizing * {
	transition: none !important;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
.grid{
	display: grid;
}
.color_blue,a.color_blue{
	color: #226084;
}
.color_l_blue,a.color_l_blue{
	color: #638ab9;
}
.color_pink,a.color_pink{
	color: #E4627C;
}
.color_dark{
	color: #2b3744;
}
.color_black{
	color: #0d0f14;
}
.color_yellow{
	color: #f5c211;
}
.bg_blue{
	background: #226084;
	color: #fff;
}
.bg_l_blue{
	background: #F5F4F9;
}
.bg_gray{
	background: #f2f1f1;
}
.bg_black{
	background: #140b10;
	color: #fff;
}
.bg_sky{
	background: #d3deea;
}
.center{
	text-align: center;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
.center_item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.m_auto{
	margin: auto;
}
.dib{
	display: inline-block;
}
.u_line,a.u_line{
	text-decoration: underline;
}
.bold{
	font-weight: bold;
}
strong{
	font-weight: 700;
}
.f_min{
	font-family: "游明朝","Noto Serif JP", serif;
}
.f_shippo{
	font-family: "Shippori Mincho B1","游明朝", serif;
	font-weight: 400;
}
.fw500{
	font-weight: 500;
}
.gmap {
	height: 0;
	overflow: hidden;
	padding-bottom: 60%;
	position: relative;
}
.gmap iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
.obf_cover{
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.obf_cover img{
	position: absolute;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	max-width: 1000%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
	.obf_cover img {
		position: static;
		height: 100%;
		width: 100%;
		-o-object-fit: cover;
		object-fit: cover;
		-webkit-transform: none;
		transform: none;
	}
}

.pc,.pc768,.pc480 {
	display: block;
}
.pc_di {
	display: inline;
}
.pc_flex{
	display: flex;
}
.sp ,.sp768,.sp480{
	display: none;
}
.sp_di {
	display: none;
}
.w780 {
	width: 100%;
	max-width: 780px;
	margin: auto;
}
.w1000 {
	width: 100%;
	max-width: 1000px;
	margin: auto;
}
.w1200 {
	width: 100%;
	max-width: 1200px;
	margin: auto;
}
.w1320 {
	width: 100%;
	max-width: 1320px;
	margin: auto;
}
.w1600 {
	width: 100%;
	max-width: 1600px;
	margin: auto;
}
.w1700 {
	width: 100%;
	max-width: 1700px;
	margin: auto;
}

@media only screen and (max-width:1024px) {
	.pc,.pc_di,.pc_flex {
		display: none;
	}
	.sp {
		display: block;
	}
	.sp_di {
		display: inline;
	}
	.w780 {
		width: 100%;
		max-width: 780px;
		margin: auto;
	}
	.w1000 ,.w1200,.w1320,.w1600,.w1700{
		max-width: 100%;
	}
}

@media only screen and (max-width:768px) {
	.pc768 {
		display: none;
	}
	.sp768{
		display: block;
	}
	.w780 {
		max-width: 100%;
	}
}
@media only screen and (max-width:480px) {
	.pc480{
		display: none;
	}
	.sp480{
		display: block;
	}
}


.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}
.mt70{
	margin-top: 70px;
}
.mt80{
	margin-top: 80px;
}
.mt100{
	margin-top: 100px;
}
.mt150{
	margin-top: 150px;
}
.fz36{
	font-size: 36px;
}
.fz30{
	font-size: 30px;
}
.fz28{
	font-size: 28px;
}
.fz24{
	font-size: 24px;
}
.fz22{
	font-size: 22px;
}
.fz20{
	font-size: 20px;
}
.fz18{
	font-size: 18px;
}
.fz14{
	font-size: 14px;
}
.larger{
	font-size: 1.3em;
}
.smaller{
	font-size: 0.7em;
}

.way{
	transition: 1.5s ease-in-out;
}
.fadein{
	transform: translateY(50px);
	opacity: 0;
}
.active.fadein{
	transform: translateY(0);
	opacity: 1;
}


@media only screen and (max-width:1024px) {
	.fz36{
		font-size: 28px;
	}
	.fz30{
		font-size: 25px;
	}
	.fz28{
		font-size: 24px;
	}
	.fz24{
		font-size: 20px;
	}
	.fz22{
		font-size: 19px;
	}
	.fz20{
		font-size: 18px;
	}
	.fz18{
		font-size: 17px;
	}
	.fz14{
		font-size: 13px;
	}
}
@media only screen and (max-width:480px) {
	.smmt10{
		margin-top: 10px;
	}
	.smmt20{
		margin-top: 20px;
	}
	.smmt30{
		margin-top: 30px;
	}
	.smmt40{
		margin-top: 40px;
	}
	.smmt50{
		margin-top: 50px;
	}
	.smmt60{
		margin-top: 60px;
	}
	.smmt70{
		margin-top: 70px;
	}
	.smmt80{
		margin-top: 80px;
	}
	.smmt90{
		margin-top: 90px;
	}
	.smmt100{
		margin-top: 100px;
	}
	.smmt120{
		margin-top: 120px;
	}
	.smmt150{
		margin-top: 150px;
	}
	.spmax60{
		max-width: 60%;
	}
	.spmax70{
		max-width: 70%;
	}
	.spmax80{
		max-width: 80%;
	}
}


/* header */

header {
    padding: 40px 100px 40px 20px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	transition: 0.3s ease-in-out;
	color: #fff;
}
header.is-hide{
	transform: translateY(-100%);
}
header.is-scrolled{
	color: #226084;
	background: rgba(256,256,256,0.8);
}
.head_inner{
	width: 100%;
	margin: auto;
	align-items: center;
	justify-content: end;
}
.head_nav{
	gap: 10px;
	/* filter: drop-shadow(0 0 2px #000) ; */
}
.head_nav_item{
	padding: 10px;
}
a.head_nav_btn{
	background: #001E6D;
	color: #fff;
	border: solid 3px #001E6D;
	padding: 10px 30px;
	border-radius: 50px;
}
.modal{
	width: 100%;
	max-width: 1024px;
	height: 100vh;
	background: #fff;
	font-size: 14px;
	position: fixed;
	right: 0;
	top: 0;
	color: #226084;
	padding: 80px 8vw;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s ease-in-out;
}
#body.is-show{
	overflow: hidden;
}
.modal.is-show{
	visibility: visible;
	opacity: 1;
	overflow-y: auto;
}
.modal_nav01{
	padding: 0 40px;
}
.modal_nav_ja{
	font-size: 0.8em;
}
.modal_nav02_ttl{
	padding: 15px 40px;
}
.modal_sub_nav_wrap{
	padding: 0 30px;
	border-top: solid 1px #638ab9;
	border-bottom: solid 1px #638ab9;
}
.modal_sub_nav{
	padding: 15px 20px;
	border-bottom: dashed 1px #638ab9;
	gap: 0 30px;
}
.modal_sub_nav:last-child{
	border-bottom: none;
}
.modal_sub_nav_parent {
	width: 150px;
}

.modal_box02{
	align-items: center;
	background: #efefef;
	border-radius: 20px;
	color: #638ab9;
	padding: 30px 20px;
	margin-top: 40px;
}
.modal_logo_pc{
	padding: 50px 40px;
	border-right: solid 1px #638ab9;
	width: 50%;
}
.modal_info{
	padding:30px 40px;
	width: 50%;
}
.modal_sub_btn_wrap{
	display: none;
}

/*開閉ボタン*/
#nav_toggle{
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 10000;
	padding: 5px 0;
	transition: .3s ease-in-out;
	position: fixed;
	top: 50px;
	right: 35px;
	/* filter: drop-shadow(0 0 2px #000) ; */
}
#nav_toggle div {
	position: relative;
	height: 100%;
}
#nav_toggle span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #fff;
	color: #fff;
	border-radius: 5px;
	right: 0;
	text-align: center;
	transition: .3s ease-in-out;
}
header.is-scrolled #nav_toggle span{
	background: #226084;
}
#nav_toggle span:nth-child(1) {
	top: calc(50% - 10px);
}
#nav_toggle span:nth-child(2) {
	top: calc(50% - 3.5px);
}
#nav_toggle span:nth-child(3) {
	top: calc(50% + 4px);
}
.is-show#nav_toggle{
	filter: drop-shadow(0 0 2px #fff) ;
}
.is-show#nav_toggle span{
	background: #226084;
}
.is-show#nav_toggle span:nth-child(1) {
	top: calc(50% - 3px);
	transform: rotate(45deg);
}
.is-show#nav_toggle span:nth-child(2) {
	width: 0;
	right: 50%;
}
.is-show#nav_toggle span:nth-child(3) {
	top: calc(50% - 3px);
	transform: rotate(-45deg);
}
.modal_nav03{
	gap: 20px;
	justify-content: start;
}

@media only screen and (min-width:1025px) {
	.head_nav_item,
	.head_nav_item::after,
	.modal a{
		transition: 0.3s ease-in-out;
	}
	.head_nav_item{
		position: relative;
	}
	.head_nav_en{
		letter-spacing: 0.1em;
	}
	.head_nav_ja{
		font-size: 0.8em;
		letter-spacing: 0.1em;
		position: absolute;
		bottom: -10px;
		left: 50%;
		transform: translateX(-50%);
		width: 100px;
		opacity: 0;
		transition: 0.3s ease-in-out;
	}
	.head_nav_item:hover .head_nav_ja{
		opacity: 1;
	}
	.head_nav_item:hover::after{
		width: 100%;
	}
	a.head_nav_btn::after{
		display: none;
	}
	a.head_nav_btn:hover{
		background: #fff;
	}
	.modal a:hover{
		color: #8ea3bd ;
	}
}


@media only screen and (max-width:1024px) {
	header{
		padding: 20px;
		height: 70px;
	}
	.head_inner {
		display: none;
	}
	/* .head_nav_wrap{
		position: fixed;
		top: 70px;
		left: 0;
		width: 100%;
		background: #fff;
		padding: 60px 50px;
		display: none;
	}
	.head_nav{
		width: 100%;
		max-width: 400px;
		text-align: center;
		margin: auto;
		flex-wrap: wrap;
		gap: 0;
	}
	.head_nav_item{
		width: 100%;
		border-bottom: solid 1px #001E6D;
		padding: 15px 0;
	}
	a.head_nav_btn{
		margin-top: 20px;
	} */
	.modal{
		padding: 80px 5vw;
	}
	.modal_logo01{
		width: 250px;
		max-width: 50%;
		margin: auto;
	}
	.modal_nav01{
		flex-wrap: wrap;
		padding: 0;
		text-align: left;
		margin-top: 30px;
	}
	.modal_nav_item{
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 10px;
		width: 100%;
		padding: 15px 5vw;
		border-bottom: solid 2px #638ab9;
	}
	.modal_nav01 .modal_nav_item:first-child{
		border-top: solid 2px #638ab9;
	}
	.head_nav_en{
		width: 110px;
	}
	.modal_nav_ja{
		flex: 1;
	}
	.modal_nav02{
		border-bottom: solid 2px #638ab9;
	}
	.modal_nav02_ttl{
		border: none;
		padding: 0;
		text-align: left;
	}
	.modal_nav02_item{
		border: none;
	}
	.modal_nav02_item_a{
		display: flex;
		justify-content: space-between;
		align-items: center;
		gap: 10px;
	}
	.modal_nav_btn {
		width: 20px;
		height: 20px;
		position: relative;
	}
	.modal_nav_btn::before,
	.modal_nav_btn::after {
		content: "";
		background: #638ab9;
		position: absolute;
		transition: 0.3s ease-in-out;

	}
	.modal_nav_btn::before {
		width: 20px;
		height: 1px;
		left: 0px;
		top: 10px;
	}
	.modal_nav_btn::after {
		width: 1px;
		height: 20px;
		left: 10px;
		top: 0;
	}
	.modal_nav_btn.open::after {
		height: 0;
		top: 10px;
	}
	.modal_sub{
		overflow: hidden;
		max-height: 0;
		transition: 0.3s ease-in-out;
	}
	.modal_sub.open{
		max-height: 500px;
	}
	.modal_sub_btn_wrap{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 10px;
		width: calc(100% - 40px);
		margin: auto;
		padding: 10px;
		border-top: dashed 1px #638ab9;
		border-bottom: dashed 1px #638ab9;
	}
	.modal_sub_btn{
		width: calc(50% - 5px);
		border: solid 1px #1a597e;
		border-radius: 100px;
		padding: 5px;
		font-size: 10px;
	}
	.modal_sub_btn.active{
		background: #1a597e;
		color: #fff;
		border: none;
	}
	.modal_sub_nav_wrap{
		padding: 0 20px;
		border-top: none;
	}
	.modal_sub_nav{
		padding: 0;
		border: none;
		display: none;
	}
	.modal_sub_nav.show{
		display: block;
	}
	.modal_sub_nav_parent {
		text-align: center;
		border-bottom: solid 1px #638ab9;
		padding: 15px;
		width: 100%;
	}
	.modal_sub_nav_child {
		flex-wrap: wrap;
		padding: 20px;
	}
	.modal_sub_nav_item{
		width: 100%;
	}
	.modal_logo_pc{
		display: none;
	}
	.modal_box02{
		padding: 0;
		background: transparent;
		justify-content: center;
	}
	.modal_info{
		padding: 0;
		width: auto;
	}

	#nav_toggle{
		top: 22px;
		right: 20px;
	}


}


/* footer */
footer{
	padding: 150px 50px 50px;
	background-image: url(../images/common/foot_bk.png);
	background-size: cover;
	background-position: center;
	color: #fff;
}
.foot_box01{
	width: 30%;
	padding-right: 5%;
	border-right: 1px solid #fff;
}
.foot_box02{
	flex: 1;
	padding: 50px 0 30px 60px;
}
.foot_nav01{
	justify-content: center;
	gap: 10px 30px;
	flex-wrap: wrap;
}
.foot_info{
	padding-left: 7%;
	font-size: 0.9em;
}
.foot_nav_ja{
	font-size: 0.8em;
	letter-spacing: 0.1em;
	margin-top: 5px;
	opacity: 0.5;
}
.foot_nav_en{
	letter-spacing: 0.1em;
	font-size: 0.9em;
}
.foot_nav02{
	background: rgba(256,256,256,0.1);
	border-radius: 20px;
	padding: 30px 60px;
	margin-top: 30px;;
}
.foot_sub_nav{
	margin-top: 20px;
	gap: 10px 30px;
	font-size: 0.9em;
}
.foot_sub_nav_parent{
	width: 150px;
}
.foot_sub_nav_child{
	flex: 1;
	flex-wrap: wrap;
	gap: 10px 50px;
	justify-content: start;
}
.copyright{
	font-size: 14px;
}

@media only screen and (min-width:1025px) {
	.foot_nav_item,
	.foot_sub_nav_parent,
	.foot_sub_nav_item{
		transition: 0.3s ease-in-out;
	}
	.foot_nav_item:hover,
	.foot_sub_nav_parent:hover,
	.foot_sub_nav_item:hover{
		color: #8ea3bd  ;
	}
	.foot_nav_item a::after{
		content: "";
		display: block;
		width: 0;
		height: 3px;
		background: #fff;
		position: absolute;
		bottom: 0px;
		left: 50%;
		transform: translateX(-50%);
	}
	.foot_nav_item a:hover::after{
		width: 100%;
	}
}

@media only screen and (max-width:1024px) {
	footer{
		padding: 50px 20px;
	}
	.foot_inner {
		flex-wrap: wrap;
	}
	.foot_box01{
		width: 100%;
		padding: 30px 0 0 0;
		border-right: none;
		order: 2;
	}
	.foot_box02{
		width: 100%;
		flex: none;
		padding: 0 0 30px 0;
		order: 1;
	}
	.foot_logo01{
		max-width: 232px;
	}
	.foot_info{
		padding-left: 0;
	}
	.foot_nav01{
		gap: 0;
		text-align: left;
	}
	.foot_nav_item{
		width: 100%;
		padding: 10px 5vw;
		display: flex;
		gap: 10px;
		border-bottom: solid 1px #fff;
	}
	.foot_nav_item:nth-child(1){
		border-top: solid 1px #fff;
	}
	.foot_nav_en{
		width: 115px;
	}
}

@media only screen and (max-width:480px) {
	.foot_nav02{
		padding: 30px 20px;
	}
	.foot_sub_nav{
		flex-wrap: wrap;
	}
	.foot_sub_nav_parent{
		width: 100%;
	}
	.foot_sub_nav_child{
		flex: none;
		width: 100%;
	}

	.foot_biz_wrap{
		flex-wrap: wrap;
		padding-left: 20px;
		gap: 20px;
	}
	.foot_biz_cate{
		width: 100%;
	}
	.foot_biz_child{
		flex: none;
		width: 100%;
		padding-left: 20px;
	}
}


/* ローディング */
.loader{
	background: url(../images/common/loader.png) center center no-repeat;
	background-color: #fff;
	background-size: contain;
	width: 100vw;
	height: 100dvh;
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99999;
}
.loader_dot{
	justify-content: center;
	gap: 30px;
}
.loader_dot .dot{
	display: block;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
}
.load_ttl{
	color: #226084;
}
.load_ttl01{
	font-size: 80px;
	line-height: 1.2;
	letter-spacing: 0.01em;
	padding-right: 20px;

}
.load_ttl02{
	font-size: 38px;
	line-height: 1.2;
	letter-spacing: 0.05em;
	padding-right: 34px;
}

@media only screen and (max-width:480px) {
	.loader{
		background: url(../images/common/loader_sp.png) center center no-repeat;
		background-color: #fff;
		background-size: contain;
	}
}


/* エディター */
.edit_area *+h2,
.edit_area *+h3,
.edit_area *+h4,
.edit_area *+h5,
.edit_area *+p,
.edit_area *+ul,
*+.wp-block-table,
*+.wp-block-image,
*+.wp-block-list,
*+.wp-block-file,
*+.wp-block-snow-monkey-blocks-media-text,
*+.wp-block-media-text,
*+.wp-block-columns{
	margin-top: 20px;
	margin-bottom: 20px;
}

.edit_area h2{
	font-size: 24px;
	font-weight: bold;
	color: #001E6D;
}
.edit_area h3{
	font-size: 20px;
	font-weight: bold;
	color: #001E6D;
}
.edit_area h4{
	font-size: 18px;
	font-weight: bold;
}
img.aligncenter {
    margin: 20px auto 0;
}
.edit_area a{
	text-decoration: underline;
	color: #001E6D;
}
.edit_area p{
	line-height: 2;
}