@charset "utf-8";

html{
	font-size: 62.5%;
}
@media screen and (min-width: 751px){

}
@media screen and (max-width: 750px){

}

/*--------------------------------------*/

body{
	font-family: 'Noto Sans JP', sans-serif !important;
	font-size: 16px !important;
	font-size: 1.6rem !important;
	line-height: 1.5 !important;
	font-weight: bold;
	color: #102436;
	letter-spacing: .05em;
	background-color: #F9F9F9;
}
@media screen and (min-width: 751px){
	body{

	}
}
@media screen and (max-width: 750px){
	body{

	}
}

@keyframes csn-rotate{
	to{
		transform: rotate(360deg);
	}
}

/*--------------------------------------*/

#wrapper{
	
}
@media screen and (min-width: 751px){
	#wrapper{

	}
}
@media screen and (max-width: 750px){
	#wrapper{

	}
}

/*--------------------------------------*/

header{
	position: sticky;
	z-index: 1000;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	box-shadow: 0px 3px 6px rgba(0,0,0,.15);
	background-color: rgba(255,255,255,.97);
}
header .area{
	padding: 1.5em 1em 1.5em 3em;
}
header .logo img{
	
}
@media screen and (max-width: 1230px){
	header .area{
		padding: 1em .6em 1em 2em;
	}
	header .logo img{
		width: auto;
		height: 1.5em;
	}
}
@media screen and (max-width: 599px){
	header .area{
		padding: .4em;
		padding-left: 1.2em;
	}
	header .logo a{
		line-height: 1;
	}
	header .logo img{
		width: auto;
		height: 1.1em;
	}
}

/*--------------------------------------------------------------------*/

header .gnavi{
	margin-left: auto;
	padding: 0 2em;
}
header .gnavi .item{
	position: relative;
}
header .gnavi .solid{
	border: 1px solid #102436;
	padding: .7em 3em;
	width: 202px;
	box-sizing: border-box;
	margin: 0 .4em;
	background-image: url("../img/gnavi_dots.svg");
	background-repeat: no-repeat;
	background-position: left 1em center;
	background-size: auto;
	cursor: pointer;
}
header .gnavi .solid.ico_arrow:before{
	
}
@media screen and (max-width: 1540px){
	header .gnavi .solid{
		padding: .4em 2em .4em 2em;
		width: auto;
		margin: 0 .3em;
		background-position: left .6em center;
		background-size: auto 30%;
		font-size: 1.4rem !important;
	}
	header .gnavi .solid.ico_arrow:before{
		right: .8em;
		width: 4px;
		height: 4px;
	}
}
@media screen and (max-width: 1149px){
	header .gnavi{
		opacity: 0;
		height: 0px;
		visibility: hidden;
		position: fixed;
		z-index: -100;
		transition: opacity .3s;
	}
	header.active .gnavi{
		opacity: 1;
		visibility: visible;
		z-index: 901;
		top: 150px;
		left: 0;
		right: 0;
		margin: auto;
	}
	header.active .gnavi nav{
		justify-content: center;
	}
}
@media screen and (max-width: 900px){
	header.active .gnavi nav{
		flex-direction: column;
	}
	header.active .gnavi nav .item{
		margin-bottom: .5em;
	}
	header .gnavi .item{
		margin-bottom: 0;
	}
	header .gnavi .solid{
		border: 0;
		border-bottom: 1px solid #eee;
		padding: 1em 0 1em 3em;
		width: 20em;
		max-width: 80vw;
		margin: 0;
		font-size: 1.5rem;
	}
	header .gnavi .solid:before{
		right: 1em;
	}
	header .gnavi .solid .open{
		width: 1em;
		height: 1em;
		margin-right: 1.1em;
		transform: translateX(50%);
	}
	header .gnavi .solid .open:before,
	header .gnavi .solid .open:after{
		width: 11px;
		height: 1px;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		background-color: #333;
	}
	header .gnavi .solid .open:after{
		transform: rotate(90deg);
		transition: transform .3s;
	}
	header .gnavi .item.opened .solid .open:after{
		transform: rotate(360deg);
	}
}
@media screen and (max-width: 599px){
	header.active .gnavi{
		top: 100px;
	}
	header .gnavi .solid{
		font-size: 1.4rem;
	}
}

/*--------------------------------------------------------------------*/

header .contact a{
	color: #fff;
	padding: .3em 3em .3em 2em;
	border-radius: 3em;
}
header .contact a.ico_arrow:before{
	border-color: #fff;
	right: 1.2em;
}
header .contact.__sp{
	display: none;
}
@media screen and (max-width: 1540px){
	header .contact .label .fs_14{
		font-size: 1.2rem !important;
	}
	header .contact .label .fs_22{
		font-size: 1.7rem !important;
	}
}
@media screen and (max-width: 1149px){
	header .contact{
		margin-left: auto;
	}
}
@media screen and (max-width: 670px){
	header .contact.__pc{
		display: none;
	}
	header .contact.__sp{
		display: block;
		margin-top: 2em;
	}
	header .contact.__sp a{
		padding: .7em 3em .7em 2em;
	}
}

/*--------------------------------------------------------------------*/

#layer{
	z-index: -100;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgb(255 255 255);
	transition: opacity .3s;
}
@media screen and (max-width: 1149px){
	header .menu{
		position: relative;
		align-items: stretch;
		border-radius: 3px;
		display: inline-block;
		background: rgba(255,255,255,.9);
		margin-left: 1.5em;
		cursor: pointer;
	}
	header .menu .button{
		position: relative;
		z-index: 1100;
		width: 14px;
		height: 14px;
		margin: 10px;
	}
	header .menu .button .line{
		display: inline-block;
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		width: 100%;
		height: 2px;
		background-color: #333;
		border-radius: 4px;
		transition: all .3s;
	}
	header .menu .button .line:nth-of-type(1){
		top:0;
	}
	header .menu .button .line:nth-of-type(2){
		top: 0;
		bottom: 0;
	}
	header .menu .button .line:nth-of-type(3){
		bottom: 0;
	}
	header .menu.active .button .line:nth-of-type(1){
		top: 0;
		bottom: 0;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	header .menu.active .button .line:nth-of-type(2){
		opacity: 0;
	}
	header .menu.active .button .line:nth-of-type(3){
		top: 0;
		bottom: 0;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#layer.active{
		opacity: 1;
		visibility: visible;
		z-index: 900;
	}
}

/*--------------------------------------------------------------------*/

header .submenu{
	position: absolute;
	left: .4em;
	bottom: 1px;
	transform: translateY(100%);
	display: none;
	z-index: 10;
	padding-top: 1em;
}
header .submenu .box{
	background-color: #fff;
	min-width: 364px;
	box-sizing: border-box;
	padding-bottom: 1.5em;
	box-shadow: 0px 3px 6px rgba(0,0,0,.16);
}
header .submenu .box .heading{
	background-color: #F5F5F5;
	padding: 1.5em 2em;
}
header .submenu .box .children a{
	padding: 1.3em 0 1.3em 1.5em;
	display: block;
	border-bottom: 1px dotted #DFDFDF;
}
@media screen and (max-width: 1540px){
	header .submenu{
		
	}
}
@media screen and (max-width: 900px){
	header .submenu{
		position: static;
		transform: translateY(0);
		z-index: inherit;
		padding: 0;
		display: none;
	}
	header .submenu .box{
		min-width: 0;
		padding-bottom: 0;
		padding: 1em 0;
		box-shadow: none;
	}
	header .submenu .box .heading{
		display: none;
	}
}


/*--------------------------------------*/

#main{
	
}
@media screen and (min-width: 751px){
	#main{

	}
}
@media screen and (max-width: 750px){
	#main{

	}
}

/*--------------------------------------*/

#contents{
	
}
@media screen and (min-width: 751px){
	#contents{

	}
}
@media screen and (max-width: 750px){
	#contents{

	}
}

/*--------------------------------------*/

#sidebar{
	
}
@media screen and (min-width: 751px){
	#sidebar{

	}
}
@media screen and (max-width: 750px){
	#sidebar{

	}
}

/*--------------------------------------------------------------------*/

.__gradient_blue{
	color: #fff;
	background: rgb(25,125,210);
	background: -moz-linear-gradient(90deg, rgba(25,125,210,1) 0%, rgba(51,189,225,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(25,125,210,1) 0%, rgba(51,189,225,1) 100%);
	background: linear-gradient(90deg, rgba(25,125,210,1) 0%, rgba(51,189,225,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#197dd2",endColorstr="#33bde1",GradientType=1);
}

/*--------------------------------------*/

footer{
	background-color: #3071A9;
	color: #fff;
	padding: 100px 6vw;
}
footer .logo{
	display: inline-block;
	padding-bottom: 1.5em;
	border-bottom: 1px solid #fff;
}
footer .operation .label{
	padding: .6em 1.5em;
	background-color: rgba(255,255,255,.16);
	display: inline-block;
	margin: 2em 0 1.2em 0;
}
@media screen and (max-width: 599px){
	footer{

	}
	footer .logo img{
		width: 120px;
		backface-visibility: hidden;
	}
}

/*--------------------------------------------------------------------*/

.viewbox{
	
}
.viewbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/*--------------------------------------------------------------------*/

.pages{
	margin: 2em 0;
}
.pages .area{
	justify-content: center;
}
.pagination{
	text-align: center; 
}
.pagination a,
.pagination span{
	font-weight: 900;
	padding: .3em 1em 0.4em 1em;
	color: #fff;
	margin: 2px;
	background-color: #0F4675;
	display: inline-block;
	box-sizing: border-box;
	transform: skewX(-5deg);
}
.pagination a.page,
.pagination span.current{
	max-width: 3em;
}
.pagination span.current{
	background-color: #B2B2B2;
}
.pagination a:hover{
	opacity: 1;
	background-color: #2067a5;
	transition: background-color .3s;
}

/*--------------------------------------*/

@media screen and (min-width: 751px){
	.sp{
		display: none !important;
	}
}
@media screen and (max-width: 750px){
	.pc{
		display: none !important;
	}
}
@media screen and (max-width: 750px){
	img{
		width: 100%;
	}
}
/* 装飾 */
.fc_blue{
	color: #1E6FAD !important;
}
.ease1s *{
	-webkit-transition: all ease-in-out .1s;
    transition: all ease-in-out .1s;	
}
.ease2s *{
	-webkit-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;	
}
.ease3s *{
	-webkit-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;	
}
.ease4s *{
	-webkit-transition: all ease-in-out .4s;
    transition: all ease-in-out .4s;	
}
.ease5s *{
	-webkit-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;	
}
.tac{
	text-align: center !important;
}
.tar{
	text-align: right !important;
}
.tal{
	text-align: left !important;
}

/*--------------------------------------------------------------------*/

.flex{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
}
.flex.-wrap{
	flex-wrap: wrap;
}
.flex.-alstretch{
	align-items: stretch;
}
.flex.-alstart{
	align-items: flex-start;
}
.flex.-alcenter{
	align-items: center;
}
.flex.-alend{
	align-items: flex-end;
}
.flex.-jsstart{
	justify-content: flex-start;
}
.flex.-jscenter{
	justify-content: center;
}
.flex.-jsend{
	justify-content: flex-end;
}
.flex.c4 > *{
	width: 24%;
	box-sizing: border-box;
}
.flex.c3 > *{
	width: 31%;
	box-sizing: border-box;
}
.flex.c2 > *{
	width: 48%;
	box-sizing: border-box;
}
@media screen and (min-width: 751px){

}
@media screen and (max-width: 750px){
	.flex.-spcolumn{
		flex-direction: column;
	}
	.flex.-spcolumn > *{
		width: 100%;
	}
}

/*--------------------------------------------------------------------*/

.ico_arrow{
	position: relative;
	padding-right: 1em;
}
.ico_arrow:before{
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotateZ(45deg);
	position: absolute;
	right: 2em;
	top: 0;
	bottom: 0;
	margin: auto;
}
a{
	transition: opacity .3s;
	display: inline-block;
	opacity: 1;
}
a:hover{
	opacity: 0.6;
}

.ff_midashigo{
	font-family: 'A-OTF 見出ゴMB31 Pro',MidashiGoPro-MB31, "Noto Sans Japanese" !important;
	font-weight: 700;
}
.ff_shingo{
	font-family: "A-OTF 新ゴ Pro",A-OTF Shin Go Pro,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Noto Sans Japanese", sans-serif !important;
	font-weight: 800;
}
.ff_yugo{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "小塚ゴシック", KozukaGothic, "Yu Gothic", "Noto Sans Japanese", sans-serif !important;
	font-weight: 500 !important;
}
.ff_serif{
	font-family: 'Noto Serif JP', serif !important;
	font-weight: 700 !important;
}
.ff_poppins{
	font-family: 'Poppins', sans-serif !important;
	font-weight: 700 !important;
}

.visible{
	overflow: hidden;
	position: relative;
}
.visible img{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.before,
.after{
	position: relative;
}
.before:before,
.after:after{
	content: "";
	display: block;
	position: absolute;
}

.__text{
	line-height: 2;
}
.__text p{
	margin-bottom: 1.5em;
}
.__text a{
	color: #15afea;
	text-decoration: underline;
}
strong.__marker{
	background: linear-gradient(transparent 75%, #DDD9C3 25%);
    font-style: normal;
    font-weight: bold;
}
.bg_white{
	background-color: #fff;
}

.fw_normal{
	font-weight: normal !important;
}
.fw_bold{
	font-weight: bold !important;
}
.fw_900{
	font-weight: 900 !important;
}

.lh_100{
	line-height: 1;
}
.lh_125{
	line-height: 1.25;
}
.lh_150{
	line-height: 1.5;
}
.lh_175{
	line-height: 1.75;
}
.lh_180{
	line-height: 1.8;
}
.lh_200{
	line-height: 2;
}
.lh_250{
	line-height: 2.5;
}
.lh_300{
	line-height: 3;
}

.ls_80{
	letter-spacing: .08em;
}

/*　フォントサイズ　*/

.fs_10{
	font-size: 10px !important;
	font-size: 1rem !important;
}
.fs_11{
	font-size: 11px !important;
	font-size: 1.1rem !important;
}
.fs_12{
	font-size: 12px !important;
	font-size: 1.2rem !important;
	font-size: clamp(0.9rem, 1vw, 1.2rem) !important;
}
.fs_13{
	font-size: 13px !important;
	font-size: 1.3rem !important;
}
.fs_14{
	font-size: 14px !important;
	font-size: 1.4rem !important;
	font-size: clamp(1.1rem, 1.2vw, 1.4rem) !important;
}
.fs_15{
	font-size: 15px !important;
	font-size: 1.5rem !important;
	font-size: clamp(1.2rem, 1.4vw, 1.5rem) !important;
}
.fs_16{
	font-size: 16px !important;
	font-size: 1.6rem !important;
	font-size: clamp(1.2rem, 1.5vw, 1.6rem) !important;
}
.fs_17{
	font-size: 17px !important;
	font-size: 1.7rem !important;
}
.fs_18{
	font-size: 18px !important;
	font-size: 1.8rem !important;
	font-size: clamp(1.5rem, 1.6vw, 1.8rem) !important;
}
.fs_19{
	font-size: 19px !important;
	font-size: 1.9rem !important;
}
.fs_20{
	font-size: 20px !important;
	font-size: 2rem !important;
	font-size: clamp(1.6rem, 1.8vw, 2.0rem) !important;
}
.fs_21{
	font-size: 21px !important;
	font-size: 2.1rem !important;
}
.fs_22{
	font-size: 22px !important;
	font-size: 2.2rem !important;
	font-size: clamp(1.6rem, 2vw, 2.2rem) !important;
}
.fs_23{
	font-size: 23px !important;
	font-size: 2.3rem !important;
}
.fs_24{
	font-size: 24px !important;
	font-size: 2.4rem !important;
	font-size: clamp(1.4rem, 2.3vw, 2.4rem) !important;
}
.fs_25{
	font-size: 25px !important;
	font-size: 2.5rem !important;
}
.fs_26{
	font-size: 26px !important;
	font-size: 2.6rem !important;
	font-size: clamp(1.6rem, 2.6vw, 2.6rem) !important;
}
.fs_27{
	font-size: 27px !important;
	font-size: 2.7rem !important;
}
.fs_28{
	font-size: 28px !important;
	font-size: 2.8rem !important;
	font-size: clamp(1.8rem, 3.5vw, 2.8rem) !important;
}
.fs_30{
	font-size: 30px !important;
	font-size: 3rem !important;
	font-size: clamp(1.9rem, 3.7vw, 3rem) !important;
}
.fs_32{
	font-size: 32px !important;
	font-size: 3.2rem !important;
	font-size: clamp(2rem, 4vw, 3.2rem) !important;
}
.fs_34{
	font-size: 32px !important;
	font-size: 3.2rem !important;
	font-size: clamp(2.2rem, 4.4vw, 3.4rem) !important;
}
.fs_60{
	font-size: 60px !important;
	font-size: 6rem !important;
}
@media screen and (min-width: 751px){

}
@media screen and (max-width: 750px){
	.fs_10{
		font-size: 8px !important;
		font-size: .8rem !important;
	}	
	.fs_11{
		font-size: 9px !important;
		font-size: .9rem !important;
	}
	.fs_12{
		font-size: 10px !important;
		font-size: 1rem !important;
	}
	.fs_13{
		font-size: 11px !important;
		font-size: 1.1rem !important;
	}
	.fs_30{
		font-size: 20px !important;
		font-size: 2rem !important;
	}
}

.fs_s{
	font-size: 80% !important;
}

/* フォントカラー */

.fc_orange{
	color: #D9A877 !important;
}
.fc_green{
	color: #8AB879 !important;
}

/* インナー */
@media screen and (min-width: 751px){
	.inner880{
		width: 880px;
		margin: 0 auto;
	}
	.inner900{
		width: 900px;
		margin: 0 auto;
	}
	.inner920{
		width: 920px;
		margin: 0 auto;
	}
	.inner940{
		width: 940px;
		margin: 0 auto;
	}
	.inner950{
		width: 950px;
		margin: 0 auto;
	}
	.inner960{
		width: 960px;
		margin: 0 auto;
	}
	.inner980{
		width: 980px;
		margin: 0 auto;
	}
	.inner1000{
		width: 1000px;
		margin: 0 auto;
	}
	.inner1060{
		width: 1060px;
		margin: 0 auto;
	}
}
.inner765{
	max-width: 765px;
	margin: 0 auto;
	padding: 0 6vw;
}
.inner1200{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 6vw;
}
.inner1380{
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 6vw;
}


@media screen and (min-width: 771px){
.anchor{
	margin-top: -100px;
	padding-top: 100px;
}
}
@media screen and (max-width: 770px){
.anchor{
	margin-top: -50px;
	padding-top: 50px;
}
}
.anchor.nooffset{
	margin-top: 0px;
	padding-top: 0px;
}