/*---------------------------------
	body start
---------------------------------*/

body{
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	background-color: #FFF;
}

body > *{
	flex-grow: 0;
	flex-shrink: 0;
}

body > main{
	flex-grow: 1;
	width: 100%;
	overflow: hidden;
}

/*---------------------------------
	body end
---------------------------------*/



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

.header{
	position: sticky;
	z-index: 200;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFF;
	color: #000;
	transition: all 0.25s;
}

body.is-notTop .header{
	box-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}

.header--overlapMainvisual{
	position: fixed;
}

body:not(.is-notTop) .header--overlapMainvisual{
	background-color: transparent;
	color: #FFF;
	box-shadow: none;
	filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.5));
}

@media(max-width: 1360px) and (min-width: 1160px){

	.header{
		font-size: 85%;
	}

}

.header_info{
	padding: 0.5em 0 0.25em;
	width: 90%;
	margin: 0 auto;
	font-size: clamp(12px,3.5vw,95%);
	color: #4a4a4a;
}

.header_inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	height: 5em;
	padding: 0 0 0.5em;
	width: 90%;
	margin: 0 auto;
}

@media(max-width: 1559px) and (min-width: 1025px){
	.header_info{
		padding: 0.75em 1.5em 0.25em;
		width: 100%;
	}
	.header_inner{
		padding: 0 1.5em 0.5em;
		width: 100%;
	}
}

@media(max-width: 1159px){
	.header_info{
		width: calc(90% - (0.75em * 3));
		padding: 0.75em 0 0.25em;
		margin: 0 auto 0 5%;
	}
	.header_inner{
		width: calc(90% - (0.75em * 3));
		padding: 0 0 1em;
		margin: 0 auto 0 5%;
	}
}

.header_logo{
	flex-grow: 0;
	flex-shrink: 0;
	margin-right: 1em;
}

.headerLogo{
	margin: 0;
	font-size: 150%;
	font-weight: 500;
}

@media(max-width: 600px){

	.headerLogo{
		font-size: 125%;
	}

}

.headerLogo_link,
.headerLogo_link:hover{
	color: inherit;
	text-decoration: none;
}

.headerLogo_inner{
	display: flex;
	align-items: center;
}

.headerLogo_imageWrapper{
	position: relative;
	width: auto;
	height: 1.75em;
}

.headerLogo_image{
	width: auto;
	height: 100%;
	transition: visibility 0.25s, opacity 0.25s;
}

.headerLogo_text{
	margin: 0;
}


.header_line{
	align-self: stratch;
	display: block;
}

.header_line a{
	display: block;
}

.header_line img{
	display: block;
	width: auto;
	height: 5em;
	margin: 0;
}


@media(max-width: 1159px){

	.header_line{
		flex-grow: 1;
		flex-shrink: 0;
		display: flex;
		justify-content: flex-end;
	}

}


.header_nav{
	flex-grow: 1;
	flex-shrink: 1;
}

@media(max-width: 1159px){

	.header_nav{
		display: none;
	}

}

@media(max-width: 340px){

	.header_line img{
		height: 4em;
	}


}

.headerNav{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.headerNavItem{
	position: relative;
	margin: 0 0.5em 0 0;
}

.headerNavItem:last-of-type{
	margin-right: 0;
}

@media(min-width: 1560px){

	.headerNavItem{
		margin: 0 0.5em 0 0;
	}

	.headerNavItem:last-of-type{
		margin-right: 0;
	}

}

.headerNavItem_link,
.headerNavItem_link:hover{
	color: inherit;
	display: inline-block;
	padding: 0.2em 0.4em;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	transition: color 0.3s, border 0.3s;
}

.headerNavItem_link:hover{
	text-decoration: none;
	color: #FF6E00;
	border-bottom: 2px solid #FF6E00;
}

.headerNavItem_link--active{
	font-weight: bold;
	color: #02368E;
	border-bottom: 2px solid #02368E;
}

.headerNavItem_title{
	margin: 0;
	text-align: center;
	font-size: 90%;
}

.headerContactItem{
	display: flex;
	align-items: center;
	flex-grow: 0;
	flex-shrink: 0;
	margin: 0 0 0 2em;
}

.headerContactPhone{
	color: #02368E;
	font-weight: bold;
	font-size: 112.5%;
	margin: 0 1em 0 0;
}

.headerContactPhone_text{
	color: inherit;
	font-weight: inherit;
	font-size: 100%;
	transition: display 0.3s;
}

.headerContactPhone a:before{
	content: "phone";
	color: inherit;
	display: inline-block;
	font-size: 112.5%;
	font-family: 'LigatureSymbols' !important;
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-font-feature-settings: "liga" 1, "dlig" 1;
	-moz-font-feature-settings: "liga=1, dlig=1";
	-ms-font-feature-settings: "liga" 1, "dlig" 1;
	-o-font-feature-settings: "liga" 1, "dlig" 1;
	font-feature-settings: "liga" 1, "dlig" 1;
}

.headerContactItem_button{
	display: flex;
	align-items: center;
	background-color: #FF6E00;
	border: 2px solid #FF6E00;
	color: #FFF;
	padding: 0.5em 1em;
	transition: color 0.3s, background-color 0.3s;
	font-size: 90%;
}

.headerContactItem_text{
	display: inline-block;
	line-height: 1.2;
	letter-spacing: 0.2em;
	transition: display 0.3s;
}

.headerContactItem_button:before{
	content: "mail";
	color: inherit;
	display: inline-block;
	font-size: 150%;
	margin-right: 0.5em;
	font-family: 'LigatureSymbols' !important;
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-font-feature-settings: "liga" 1, "dlig" 1;
	-moz-font-feature-settings: "liga=1, dlig=1";
	-ms-font-feature-settings: "liga" 1, "dlig" 1;
	-o-font-feature-settings: "liga" 1, "dlig" 1;
	font-feature-settings: "liga" 1, "dlig" 1;
	transition: color 0.1s;
}

.headerContactItem_button:hover{
	text-decoration: none;
	background-color: #FFF;
	color: #FF6E00;
}


@media(min-width: 1560px){

	.headerContactPhone{
		margin: 0 1em 0 0;
	}

}

@media(max-width: 1159px){

	.headerContactItem{
		margin: 0;
	}

}

@media(max-width: 670px){

	.headerContactPhone{
		margin: 0 1em 0 0;
		font-size: 100%;
		padding: 0 0.6em;
		background-color: #02368E;
	}

	.headerContactPhone_text{
		display: none;
	}

	.headerContactPhone a:before{
		font-size: 150%;
		color: #FFF;
	}

	.headerContactItem_button{
		font-size: 100%;
		padding: 0 0.6em;
		border: none;
	}

	.headerContactItem_text{
		display: none;
	}

	.headerContactItem_button:before{
		margin-right: 0;
		font-size: 150%;
	}

}


@media(max-width: 340px){

	.headerContactPhone{
		padding: 0 0.4em;
	}

	.headerContactPhone a:before{
		font-size: 125%;
	}

	.headerContactItem_button{
		padding: 0 0.4em;
	}


	.headerContactItem_button:before{
		font-size: 125%;
	}

}

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



/*---------------------------------
	drawerNav base start
---------------------------------*/

@media(max-width: 1159px){

	body.is-drawerNavActive{
		overflow-y: hidden; /* ナビゲーションアクティブ時スクロール制限 */
	}

}

/*---------------------------------
	drawerNav base end
---------------------------------*/



/*---------------------------------
	drawerNavObject start
---------------------------------*/

@media(min-width: 1160px){

	.drawerNavObject{
		display: none;
	}

}

/*---------------------------------
	drawerNavObject end
---------------------------------*/



/*---------------------------------
	drawerNavButton start
---------------------------------*/

.drawerNavButton{
	position: fixed;
	z-index: 500;
	top: calc(0.25em + ((1.5rem + 0.25rem) * 0.9));
	right: 0;
	cursor: pointer;
	font-size: 400%;
}

.drawerNavButton_inner{
	position: relative;
	width: 0.75em;
	height: 1em;
	color: #FFF;
	transition: all 0.25s;
}

.drawerNavButton_inner:before{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 60%;
	line-height: 100%;
}

body:not(.is-drawerNavActive) .drawerNavButton_inner:before{
	content: "";
	width: 0.75em;
	height: 0.5em;
	border-top: 0.1em solid #000;
	border-bottom: 0.1em solid #000;
}

body.is-drawerNavActive .drawerNavButton_inner:before{
	content: "×";
	font-size: 80%;
}

/*---------------------------------
	drawerNavButton end
---------------------------------*/



/*---------------------------------
	drawerNavBody start
---------------------------------*/

.drawerNavBody{
	font-size: 1rem;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #02368E;
	color: #FFF;
	visibility: hidden;
	opacity: 0;
	transform: scale(0.9);
	transition: all 0.25s;
	z-index: 450;
}

body.is-drawerNavActive .drawerNavBody{
	visibility: visible;
	opacity: 1;
	transform: scale(1);
}

.drawerNavBody_inner{
	height: 100%;
	padding-top: 2.5em;
	overflow-y: scroll;
}

.drawerNavBodySection{
	padding: 0 1.5em;
	margin-bottom: 0.5em;
}

.drawerNavBodySection:last-of-type{
	padding-bottom: 5em;
}

.drawerNavTelLink[href]{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 175%;
	color: #404040;
}

.drawerNavTelLink:before{
	content: "phone";
	color: #df99b6;
	font-size: 150%;
	margin-right: 0.25em;
	font-family: 'LigatureSymbols' !important;
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-font-feature-settings: "liga" 1, "dlig" 1;
	-moz-font-feature-settings: "liga=1, dlig=1";
	-ms-font-feature-settings: "liga" 1, "dlig" 1;
	-o-font-feature-settings: "liga" 1, "dlig" 1;
	font-feature-settings: "liga" 1, "dlig" 1;
}

/*---------------------------------
	drawerNavBody end
---------------------------------*/



/*---------------------------------
	drawerNavOverlay start
---------------------------------*/

.drawerNavOverlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.25);
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	z-index: 425;
	transition: all 0.25s;
}

body.is-drawerNavActive .drawerNavOverlay{
	visibility: visible;
	opacity: 1;
}

/*---------------------------------
	drawerNavOverlay start
---------------------------------*/



/*---------------------------------
	drawerNavPageLinkList start
---------------------------------*/

.drawerNavPageLinkList{
	list-style: none;
	margin: 0;
	padding: 1em 0;
	font-size: 90%;
}

.drawerNavPageLinkListItem{
	border-bottom: 2px dotted #FFF;
}

.drawerNavPageLinkListItem:first-of-type{
	border-top: 2px dotted #FFF;
}

.drawerNavPageLinkListItem_link,
.drawerNavPageLinkListItem_link:hover{
	color: inherit;
	text-decoration: none;
}

.drawerNavPageLinkListItem_inner{
	padding: 1em 1em;
	margin: 0;
	font-size: 125%;
	color: #FFF;
	text-align: center;
}

.drawerNavPageLinkListItem--active .drawerNavPageLinkListItem_inner{
	background-color: rgba(0,0,0,0.1);
}

/*---------------------------------
	drawerNavPageLinkList end
---------------------------------*/



/*---------------------------------
	subpageTitle start
---------------------------------*/

.subpageTitle{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 12.5em;
	overflow: hidden;
}

.subpageTitle_title{
	position: relative;
	z-index: 120;
	width: 90%;
	max-width: 1150px;
	margin: 0 auto;
	padding: 1em 0;
	color: #FFF;
	text-align: left;
}

.subpageTitle_titleEn{
	font-size: 250%;
	font-weight: bold;
}

.subpageTitle_titleJa{
	font-size: 100%;
}

.subpageTitle_bgTextWrapper{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	z-index: 110;
	transform: translate(0,-50%);
}

.subpageTitle_bgText{
	width: 90%;
	max-width: 1150px;
	margin: 0 auto;
	font-size: 550%;
	line-height: 100%;
	color: #FFF;
	text-align: right;
	opacity: 0.25;
	font-weight: bold;
}

@media(max-width: 600px){

	.subpageTitle_bgText{
		font-size: 300%;
		opacity: 0.15;
	}

}

.subpageTitle_bgOverlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 105;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}

.subpageTitle_bgImage{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-color: #CCC;
}

/*---------------------------------
	subpageTitle end
---------------------------------*/



/*---------------------------------
	footer start
---------------------------------*/

.footer{
	color: #FFF;
	font-size: 100%;
	background-color: #02368E;
}

.footer--fixedBarMargin{
	padding-bottom: 7.7em;
}

.footer_inner{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: nowrap;
	width: 90%;
	margin: 0 auto;
	padding: 2em 0 1em;
}

.footer_logo{
	margin: 0 2em 0 0;
	flex-grow: 0;
	flex-shrink: 0;
}

.footerLogo_link,
.footerLogo_link:hover{
	color: inherit;
	text-decoration: none;
}

.footerLogo_inner{
	display: flex;
	align-items: center
}

.footerLogo_image{
	display: block;
	width: auto;
	height: 2.8em;
}

.footerLogo_text{
	margin: 0;
	color: #FFF;
}

.footerInfo_text{
	display: block;
	margin: 0;
	flex-grow: 0;
	flex-shrink: 0;
}

.footerNav{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-wrap: wrap;
	flex-grow: 1;
	flex-shrink: 1;
	margin: 0 0 0 1em;
	padding: 0;
}

.footerNavPageLinks{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	max-width: 1000px;
}

.footerNavPageLinks_link{
	display: block;
	position: relative;
	margin: 0 0 1.5em 2em;
}

.footerNavPageLinks_link,
.footerNavPageLinks_link:hover{
	color: inherit;
}

.footerNavPageLinks_link:before{
	content: "right";
	display: inline-block;
	font-size: 125%;
	margin: 0 0.5em 0 0;
	line-height: 100%;
	font-family: 'LigatureSymbols' !important;
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-font-feature-settings: "liga" 1, "dlig" 1;
	-moz-font-feature-settings: "liga=1, dlig=1";
	-ms-font-feature-settings: "liga" 1, "dlig" 1;
	-o-font-feature-settings: "liga" 1, "dlig" 1;
	font-feature-settings: "liga" 1, "dlig" 1;
}

.footerCopy{
	border-top: 1px solid #FFF;
	padding: 1em 5%;
	display: flex;
	justify-content: center;
}

.footerCopy_text{
	margin: 0;
}


@media(min-width: 1760px){

	.footerNavPageLinks_link{
		margin-left: 3.2em;
	}

}

@media(max-width: 1140px){

	.footerNavPageLinks_link{
		margin: 0 0 1em 1em;
	}

}

@media(max-width: 1159px){

	.footer_inner{
		flex-wrap: wrap;
	}

	.footerInfo_text{
		flex-grow: 1;
		flex-shrink: 1;
	}

	.footerNav{
		width: 100%;
		justify-content: flex-start;
		flex-grow: 0;
		flex-shrink: 0;
		margin: 1em auto 0;
	}

	.footerNavPageLinks_link{
		margin: 1em 1em 0 0;
	}

	.footerNavPageLinks_link,
	.footerNavPageLinks_link:hover{
		color: inherit;
	}

	.footerCopy{
		border-top: 1px solid #FFF;
		padding: 1em 5%;
		display: flex;
		justify-content: center;
	}

	.footerCopy_text{
		margin: 0;
	}

	.footer--fixedBarMargin{
		padding-bottom: 8em;
	}

}

@media(max-width: 940px){

	.footer_inner{
		align-items: center;
	}

	.footerNavPageLinks{
		justify-content: flex-start;
	}

	.footerNavPageLinks_link{
		margin: 0.5em 1.5em 0.5em 0;
	}

}

@media(max-width: 600px){

	.footer--fixedBarMargin{
		padding-bottom: calc(3vw * 8);
	}

}

/*---------------------------------
	footer end
---------------------------------*/



/*---------------------------------
	section start
---------------------------------*/

.section{
	padding: 4em 0;
}

.section:nth-of-type(even){
	background-color: #F8FCFF;
}

@media(max-width: 600px){

	.section{
		padding: 2.5em 0;
	}

}

.section--paddingNone{
	padding: 0;
}

.section--paddingWide{
	padding: 6em 0;
}

.section--paddingBottomWide{
	padding-bottom; 10em;
}

.section--bgGray,
.section--bgGray:nth-of-type(even){
	background-color: #F7F7F7;
}

@media(max-width: 600px){

	.section--paddingWide{
		padding: 5em 0;
	}

}

.section_inner{
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

.section_inner--mw800{
	max-width: 800px;
}

.section_inner--mw1050{
	max-width: 1050px;
}

.section_inner--mw1150{
	max-width: 1150px;
}

.section_inner--mw1200{
	max-width: 1200px;
}

.section--bgMainColor{
	color: #FFF;
	background-color: #1F4E79;
}

.sectionImageBand{
	position: relative;
	width: 100%;
	height: 25em;
	margin: 3em 0;
}

.sectionImageBand_image{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*---------------------------------
	section end
---------------------------------*/



/*---------------------------------
	fixedBar start
---------------------------------*/

.fixedBar{
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 300;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	color: #FFF;
}

.fixedBar--overlapMainvisual{
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.5s, opacity 0.5s;
}

body.is-notTop .fixedBar--overlapMainvisual{
	visibility: visible;
	opacity: 1;
}

@media(max-width: 600px){

	.fixedBar{
		font-size: 3vw;
	}

}

.fixedBar_inner{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0 auto;
	padding: 1.5em 0;
	width: 90%;
	max-width: 1150px;
}

@media(max-width: 1159px){

	.fixedBar_inner{
		flex-direction: column;
	}

}

.fixedBarTexts{
	margin: 0 2em 0 0;
}

.fixedBarTexts_text{
	margin: 0;
	font-size: 110%;
	font-weight: bold;
}

.fixedBarButtons{
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: nowrap;
	margin: 0;
}

@media(max-width: 1159px){

	.fixedBarButtons{
		width: 100%;
	}

}

.fixedBarButtonsItem{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 1em 2em;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	background-color: #666;
	border: 2px solid #666;
	outline: none;
	transition: color 0.25s, background-color 0.25s;
}

@media(max-width: 1159px){

	.fixedBarButtonsItem{
		margin: 0;
		max-width: 100%;
	}

	.fixedBarTexts{
		margin: 0 auto 1em;
	}

}

.fixedBarButtonsItem--contact{
	background-color: #07B53B;
	border: 3px solid #FFF;
	font-size: 125%;
	color: #FFF;
	transition: color 0.3s, background-color 0.3s;
}

.fixedBarButtonsItem--contact:hover{
	color: #07B53B;
	background-color: #FFF;
	text-decoration: none;
	outline: none;
}

.fixedBarButtonsItem_text{
	margin: 0;
}

.fixedBarButtonsItem_text:after{
	content: "right";
	display: inline-block;
	font-size: 125%;
	color: inherit;
	margin: 0 0 0 0.5em;
	line-height: 100%;
	font-family: 'LigatureSymbols' !important;
	-webkit-text-rendering: optimizeLegibility;
	-moz-text-rendering: optimizeLegibility;
	-ms-text-rendering: optimizeLegibility;
	-o-text-rendering: optimizeLegibility;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-font-feature-settings: "liga" 1, "dlig" 1;
	-moz-font-feature-settings: "liga=1, dlig=1";
	-ms-font-feature-settings: "liga" 1, "dlig" 1;
	-o-font-feature-settings: "liga" 1, "dlig" 1;
	font-feature-settings: "liga" 1, "dlig" 1;
}

/*---------------------------------
	fixedBar end
---------------------------------*/

