@charset "utf-8";
/* CSS Document */
/* ------------------------------------------------------------------------ */

/*  Reset

/* ------------------------------------------------------------------------ */

html {
	overflow-y	: scroll;
	height		: 100%;
	font-size	: 62.5%;
	-webkit-text-size-adjust: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,p,blockquote {
	margin 	: 0;
	padding : 0;
}

fieldset {
	display	: inline;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style : normal;
}

body/**/table {
	line-height	: 1.5;
}

q:before,
q:after {
	content : '';
}

object,embed {
	vertical-align : top;
}

hr,legend	{
	display : none;
}

h1,h2,h3,h4,h5,h6 {
	font-size : 100%;
}

img,abbr,acronym,fieldset {
	border : 0;
}

li {
	list-style-type : none;
}

img[usemap] {
	border		: none;
	height		: auto;
	max-width	: 100%;
	width		: auto;
}

img {
	border		: 0;
	max-width	: 100%;
}

i {
	padding	: 5px 5px 2px 0;
}

/* Flexible Images */
img{
    max-width	: 100%;
    height		: auto;
    width /***/	: auto;
}

submit	{ -webkit-appearance : none;}

/* ------------------------------------------------------------------------ */

/*  Basic Style

/* ------------------------------------------------------------------------ */

body {
	margin		: 0;
	padding		: 0;
	height		: 100%;
	font-family	: "Noto Sans JP", Meiryo, MS PGothic, arial, sans-serif;
	font-size	: 1.6rem;
	font-size	: 16px;
	font-weight: 500;
	line-height	: 1.5;
	text-align	: center;
	color		: #000000;
	-webkit-text-size-adjust	: 100%;
	font-smoothing	: auto;
	word-break: break-word;
}

body *,
body *:before,
body *:after {
    box-sizing: border-box;
}

body.fixed {
	width: 100%;
	height: 100%;
	position: fixed;
}

#wrap{
	margin		: 0 auto;
	text-align	: center;
}

body > #wrap { height : auto; overflow: hidden;}

.dosis{
	font-family: "Dosis", sans-serif;
}

.spStyle{
	display: none;
}

.contents{
	max-width: 1206px;
	width: calc(100% - 46px);
	margin: 0 auto;
}

.indent{
	padding-left: 1em;
	text-indent: -1em;
}

sub{
	font-size: 0.7em;
}

@media screen and (max-width: 767px){
	body{
		font-size: 1.4rem;
	}
	.pcStyle{
		display: none;
	}
	.spStyle{
		display: inherit;
	}
}

/* Link
--------------------------------------------------------------------------- */

.opacity a:hover img{
	opacity: 0.85;
}

a{
	text-decoration	: none;
	color			: #003289;
}

a.tel{
	color: inherit;
	text-decoration: none;
	cursor: auto;
}

a.blank{
	position: relative;
}
a.blank::after{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background: url("/common/img/icon_blank_wht.svg") no-repeat center / contain;
	position: absolute;
	top: calc(100% / 2 - 6px);
	right: 14px;
}


a.com-btn{
	display: inline-block;
	max-width: 350px;
	width: 100%;
	background: #003289;
	padding: 19px 53px 19px 36px;
	color: #fff;
	font-size: 1.125em;
	text-align: left;
	line-height: 1.2;
	border-radius: 30px;
	position: relative;
	transition: 0.3s ease;
	font-weight: 700;
}
	a.com-btn::after{
		content: "";
		display: block;
		width: 40px;
		height: 40px;
		background: #fff url("/common/img/icon_arrow_red.svg") no-repeat center / 12px 13px;
		border-radius: 50%;
		margin-left: 19px;
		transition: 0.3s ease;
		position: absolute;
		top: calc(100% / 2 - 20px);
		right: 13px;
	}

a.com-btn:hover{
	background-color: #E60012;
}

a.com-btn.prev{
	background: #fff;
	border: solid 2px #003289;
	color: #000;
	text-align: center;
	transition: 0.3s ease;
}
	a.com-btn.prev::after{
		content: none;
	}
	a.com-btn.prev::before{
		content: "";
		width: 14px;
		height: 15px;
		display: inline-block;
		background: url("/common/img/icon_arrow_prev.svg") no-repeat center / contain;
		margin-right: 20px;
		margin-bottom: -2px;
	}
	a.com-btn.prev:hover{
		border-color: #1E4ED8;
	}

a.com-btn.blank::after{
	background-image: url("/common/img/icon_blank_red.svg");
	background-size: 14px 14px;
}

@media screen and (min-width: 768px){
	a.tel{
		pointer-events: none;
	}
}
@media screen and (max-width: 767px){
	a.com-btn{
		padding: 19px 46px 19px 30px;
		font-size: clamp(1.2rem, 4.6vw, 1.125em)
	}
	a.com-btn::after{
		width: 30px;
		height: 30px;
		top: calc(100% / 2 - 15px);
	}
}

/* ------------------------------------------------------------------------ */

/* Hedaer

/* ------------------------------------------------------------------------ */

header{
	height: 100px;
	padding: 11px 0 0;
	position: relative;
	z-index: 9999;
	background: #fff;
}

header > .contents{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	max-width: 1206px;
	width: calc(100% - 14px);
}

header .labelCont{
	width: calc(100% - 90px);
}

header .labelCont .label{
	background: #E60012;
	background: linear-gradient(180deg, rgba(230, 0, 18, 1) 0%, rgba(230, 0, 18, 1) 79%, rgba(203, 204, 204, 1) 79%, rgba(203, 204, 204, 1) 100%);
	display: block;
	height: 40px;
	text-align: right;
	padding: 9px 10px;
}

header .labelCont .logoWrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

header .labelCont .logoWrap h1{
	font-size: 1.125em;
	margin-top: 7px;
}

.labelCont .logoWrap ul{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 12px;
}

.labelCont .logoWrap ul li{
	margin-left: 29px;
}

.labelCont .logoWrap ul a{
	font-size: 1.4rem;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
}
.labelCont .logoWrap ul a::after{
	content: "";
	display: inline-block;
	background: url("/common/img/icon_arrow_red.svg") no-repeat center / contain;
	width: 7.5px;
	height: 8.5px;
	margin-left: 3px;
}
.labelCont .logoWrap ul a:hover{
	color: #1E4ED8;
}

.labelCont .logoWrap ul a.blank{
	border: solid 1px #D3D3D3;
	border-radius: 13px;
	padding: 2px 13px;
	transition: 0.3s ease;
}
.labelCont .logoWrap ul a.blank::after{
	background-image: url("/common/img/icon_blank_red.svg");
	width: 10px;
	height: 10px;
	margin-left: 7.8px;
	position: inherit;
	top: auto;
	right: auto;
}
.labelCont .logoWrap ul a.blank:hover{
	border-color: #1E4ED8;
}

.hg_menu_btn,
#g-nav ul.hg-nav{
	display: none;
}

@media screen and (max-width: 1024px){
	header{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	.labelCont .logoWrap ul{
		display: none;
	}
	.hg_menu_btn {
		cursor: pointer;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		flex-shrink: 0;
		position: relative;
		top: inherit;
		z-index: 9999;
		transition: 0.3s;
		width: 42px;
		overflow: hidden;
		padding-top: 10px;
	}
	.hg_menu_btn span {
		position: relative;
		display: inline-block;
		width: 34px;
		padding-bottom: 8px;
	}
		.hg_menu_btn span::before,
		.hg_menu_btn span::after {
			content: "";
			position: absolute;
			background: #E60012;
			display: block;
			height: 2px;
			width: 100%;
			transition: .4s;
		}
			.hg_menu_btn span::before {
				bottom: -2px;
			}
			.hg_menu_btn span::after {
				top: -2px;
			}
	
	.hg_menu_btn .txt{
		font-size: 1.4rem;
		font-weight: 700;
	}
	
	.navIn .hg_menu_btn span{
		transform: rotate(180deg);
		background: none;
	}
	.navIn .hg_menu_btn span::before{
		top: 50%;
		transform: translateY(-50%) rotate(25deg);
	}
	.navIn .hg_menu_btn span::after{
		top: 50%;
		transform: translateY(-50%) rotate(-25deg);
	}
	
	header #g-nav {
		display: block;
		position: absolute;
		top: 100px;
		left: 100%;
		max-width: inherit;
		width: 100%;
		height: calc(100vh - 100px);
		padding: 20px 20px 200px;
		overscroll-behavior: auto;
		overflow-y: auto;
		opacity: 0;
		background: #fff;
		transition: 0.3s;
		border-radius: 0;
		box-shadow: none;
	}
	header.navIn #g-nav {
		background: #fff;
		opacity: 1;
		left: 0;
		z-index: 8888;
	}
	
	#g-nav ul{
		flex-direction: column;
	}
	
	#g-nav ul li{
		width: 100%;
	}
	
	#g-nav ul li + li{
		margin-top: 10px;
	}
	#g-nav ul li a{
		display: block;
		padding: 4px 18px;
	}
	
	#g-nav ul.hg-nav{
		display: flex;
		margin-top: 40px;
	}
	#g-nav ul.hg-nav li{
		width: auto;
	}
	#g-nav ul.hg-nav li:last-child{
		width: 100%;
		max-width: 170px;
	}
	
	#g-nav ul.hg-nav li a::after{
		content: "";
		display: inline-block;
		background: url("/common/img/icon_arrow_red.svg") no-repeat center / contain;
		width: 7.5px;
		height: 8.5px;
		margin-left: 3px;
	}
	#g-nav ul.hg-nav li a.blank{
		border: solid 1px #D3D3D3;
		border-radius: 13px;
		padding: 2px 13px;
	}
	#g-nav ul.hg-nav li a.blank::after{
		background-image: url("/common/img/icon_blank_red.svg");
		width: 10px;
		height: 10px;
		margin-left: 7.8px;
	}
}

@media screen and (max-width: 767px){
	header{
		padding-top: 7px;
		height: 80px;
	}
	header > .contents > figure{
		max-width: 45px;
		width: 30%;
	}
	header .labelCont{
		width: calc(100% - 60px);
	}
	header .labelCont .logoWrap h1{
		font-size: 1.2rem;
		margin-top: 4px;
	}
	header .labelCont .label{
		padding: 7px 10px;
		height: 28px;
	}
	header .labelCont .label img{
		width: 137px;
	}
	header #g-nav{
		top: 80px;
	}
	header.navIn #g-nav {
		height: calc(100vh - 80px);
	}
}


/* ------------------------------------------------------------------------ */

/* Navigation

/* ------------------------------------------------------------------------ */

#g-nav{
	position: absolute;
	top: 118px;
	left: calc(100% / 2 - 400px);
	background: #fff;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,0.1);
	height: 60px;
	max-width: 800px;
	width: calc(100% - 30px);
	margin: 0 auto;
	padding: 18px 44px;
	border-radius: 30px;
}
	#g-nav ul{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	#g-nav ul a{
		color: #000;
		transition: 0.3s ease;
		font-weight: 700;
		padding: 2px 18px 4px;
		border-radius: 15px;
	}
	#g-nav ul a:hover{
		color: #fff;
		background: #E60012;
	}

@media screen and (min-width: 1025px){
	header.hide #g-nav{
		position: fixed;
		top: 20px;
	}
}

/* ------------------------------------------------------------------------ */

/* Contents

/* ------------------------------------------------------------------------ */

#mainBlock {
	clear : both;
}

#ttlContainer{
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url("../img/kv.webp");
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 55px;
	margin: 0;
}

#ttlContainer .ttl{
	font-size: 4.4rem;
	font-weight: 900;
	color: #fff;
}
	#ttlContainer .ttl .en{
		font-size: 0.454545em;
		font-family: "Dosis", sans-serif;
		font-weight: 700;
		display: block;
		position: relative;
		letter-spacing: 0.05em;
	}
	#ttlContainer .ttl .en::before{
		content: "";
		display: block;
		width: 60px;
		height: 2px;
		background: #fff;
		margin: 6px auto 9px;
	}

.notPage .box404{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 150px;
	line-height: 2;
	max-width: 900px;
	gap: 40px;
}

.notPage .box404 figure{
	max-width: 410px;
	width: 50%;
}

.notPage .box404 .txtBox{
	text-align: left;
}

.notPage .box404 .txtBox .txt{
	margin-top: 8px;
}

.notPage .box404 .txtBox .lead{
	font-size: clamp(1.8rem,5vw,2.6rem);
	font-weight: 600;
}

.notPage .box404 .com-btn{
	text-align: center;
	margin-top: 30px;
	background: #003289;
}
	.notPage .box404 .com-btn:hover{
		background: #E60012;
	}

.notPage #pageTop{
	display: none !important;
}

@media screen and (max-width: 1024px){
	#mainBlock{
		padding-top: 100px;
	}
	#ttlContainer{
		padding-top: 0;
		height: 220px;
	}
}
@media screen and (max-width: 880px){
	.notPage .box404{
		margin-top: 50px;
		flex-direction: column;
	}
	.notPage .box404 .txtBox{
		text-align: center;
	}
	.notPage .box404 figure{
		width: 88%;
	}
}
@media screen and (max-width: 767px){
	#mainBlock{
		padding-top: 80px;
	}
	#ttlContainer .ttl{
		font-size: 3.4rem;
	}
}


/* ------------------------------------------------------------------------ */

/* Footer

/* ------------------------------------------------------------------------ */

#pageTop{
	position: fixed;
	font-size: 0.75em;
	font-weight: 400;
	color: #000;
	z-index: 555;
	right: 20px;
	bottom: 20px;
	width: 52px;
	display: block;
}
#pageTop::before{
	display: block;
	content: "";
	width: 48px;
	height: 48px;
	background: #fff url("/common/img/icon_arrow_red.svg") no-repeat center / 12px 13px;
	border-radius: 50%;
	border: solid 1px #E60012;
	margin-bottom: 7px;
	transform: rotate(-90deg);
}

footer{
	padding: 112px 0 20px;
	position: relative;
}

footer .btnBox{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 0;
	gap: 50px;
}
	footer .btnBox li{
		max-width: 240px;
		width: 100%;
	}
		footer .btnBox a{
			display: block;
			border-radius: 25px;
			border: solid 2px #003289;
			background: #003289 url("/common/img/icon_arrow_wht.svg") no-repeat calc(100% - 15px) center / 16px 16px;
			line-height: 46px;
			color: #fff;
			padding-right: 20px;
			position: relative;
			transition: 0.3s ease;
			font-size: 1.8rem;
			font-weight: 700;
		}
		footer .btnBox a:hover{
			color: #003289;
			background-color: #fff;
			background-image: url("/common/img/icon_arrow_blue.svg");
		}
		footer .btnBox li:last-child a{
			font-size: 1.6rem;
		}

footer .logoBox{
	margin-top: 71px;
}
	footer .logoBox img{
		width: 100px;
	}
	footer .comName{
		font-size: 1.25em;
		font-weight: 700;
		margin-top: 34px;
	}
	footer .comAdd{
		margin-top: 13px;
	}

footer .copy{
	font-size: 0.875em;
	font-weight: 400;
	margin-top: 59px;
}

@media screen and (max-width: 767px){
	footer .btnBox{
		flex-direction: column;
		gap: 35px;
	}
	footer .logoBox img{
		width: 89px;
	}
	footer .copy{
		margin-top: 40px;
		font-size: 1.2rem;
	}
}



