@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;
}

p {
	word-break	: break-all;
}

/* 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;
	line-height	: 1.5;
	text-align	: center;
	color		: #000;
	-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;}

.flex{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.indent{
	text-indent: -1em;
	padding-left: 1em;
}

.roboto{
	font-family: "Roboto", sans-serif;
}

.spStyle{
	display: none;
}

.contents{
	max-width: 1200px;
	width: calc(100% - 30px);
	margin: 0 auto;
}



/* Link
--------------------------------------------------------------------------- */
.opacity a:hover img{
	opacity: 0.85;
}

a{
	text-decoration	: none;
	color: #003d99;
}

a.tel{
	color: inherit;
	text-decoration: none;
}

.btn{
	display: inline-block;
	background: #d6000b;
	color: #fff;
	max-width: 340px;
	width: 100%;
	border-radius: 30px;
	padding: 16px 20px;
	position: relative;
	text-align: left;
}

.btn::after{
	content: "";
	display: block;
	position: absolute;
	top: calc(100% / 2 - 14px);
	right: 20px;
	background: url("/common/img/icon_arrow_white.png") no-repeat center / contain;
	width: 28px;
	height: 28px;
	transition: 0.3s;
}
.btn:hover{
	background: #d5262f;
}
.btn:hover::after{
	right: 14px;
}

.loginBtn .btn{
	background: #003d99;
}
.loginBtn .btn:hover{
	background: #1c4e9a;
}

@media screen and (min-width: 768px){
	a.tel{
		pointer-events: none;
	}
}

/* ------------------------------------------------------------------------ */

/* Hedaer

/* ------------------------------------------------------------------------ */
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 9999;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

header > .inner{
	padding: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1600px;
	margin: 0 auto;
	width: 100%;
}

header .logo{
	max-width: 419px;
	width: 80%;
}

header .hg_menu_btn{
	border: solid 1px #003d99;
	border-radius: 10px;
	width: 60px;
	height: 60px;
	padding: 16px 0 10px;
	cursor: pointer;
}
header .hg_menu_btn.active .line.top{
	transform: translateY(280%) rotate(-25deg);
}
header .hg_menu_btn.active .line.bottom{
	transform: translateY(-120%) rotate(25deg);
}
	header .hg_menu_btn .line{
		display: block;
		margin: 0 auto;
		width: 30px;
		height: 2px;
		background: #003d99;
	}
	header .hg_menu_btn .line.bottom{
		margin-top: 6px;
	}
	header .hg_menu_btn .txt{
		font-family: "Roboto", sans-serif;
		font-size: 1.4rem;
		font-weight: 500;
		color: #003d99;
		margin-top: 12px;
		line-height: 1;
	}

header nav {
	display: block;
	padding: 20px 0 100px;
	overscroll-behavior: auto;
	overflow-y: auto;
	background: rgba(255,255,255,0.95);
	text-align: left;
	position: fixed;
	top: 100px;
	left: 0;
	width: 100%;
	height: calc(100vh - 100px);
	opacity: 0;
	pointer-events: none;
	transition: 0.3s;
}
header.navIn nav {
	opacity: 1;
	pointer-events: auto;
	z-index: 8888;
}
	header nav .inner{
		max-width: 750px;
		width: 100%;
		margin: 0 auto;
	}


header nav .page_nav li{
	border-bottom: solid 1px #003d99;
}
header nav .page_nav a{
	display: block;
	padding: 16px 20px;
	font-size: 1.8rem;
	font-weight: 700;
	color: #000;
	position: relative;
}

header nav .page_nav a:hover{
	text-decoration: none;
	color: #d6000b;
}

header nav .page_nav a::after{
	content: "";
	display: block;
	position: absolute;
	top: calc(100% / 2 - 14px);
	right: 20px;
	background: url("/common/img/icon_arrow_red.png") no-repeat center / contain;
	width: 28px;
	height: 28px;
	transition: 0.3s;
}
header nav .page_nav a:hover::after{
	right: 14px;
}

header nav .btnLink{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
}

header nav .btnLink li{
	max-width: 360px;
	width: 50%;
}
header nav .btnLink li + li{
	margin-left: 30px;
}
header nav .btnLink li a{
	max-width: inherit;
	width: 100%;
}

header nav .loginBtn{
	margin-top: 40px;
	text-align: center;
}

header nav .loginBtn .btn{
	background: #003d99;
}
header nav .loginBtn .btn:hover{
	background: #1c4e9a;
}

@media screen and (max-width: 767px){
	header{
		height: 70px;
	}
	header > .inner{
		padding: 15px;
	}
	
	header .hg_menu_btn{
		padding: 9px 0 5px;
		width: 40px;
		height: 40px;
	}
	header .hg_menu_btn .txt{
		font-size: 1rem;
		margin-top: 4px;
	}
	
	header nav{
		padding-bottom: 150px;
		top: 70px;
		height: calc(100vh - 70px);
	}
	header nav .btnLink{
		display: block;
		padding: 0 15px;
	}
	header nav .btnLink li{
		width: 100%;
		margin: 0 auto;
	}
	header nav .btnLink li + li{
		margin-top: 20px;
		margin-left: auto;
	}
	header nav .loginBtn{
		padding: 0 15px;
	}
	header nav .loginBtn .btn{
		max-width: 360px;
	}
}


/* ------------------------------------------------------------------------ */

/* Contents

/* ------------------------------------------------------------------------ */

#mainBlock {
	clear : both;
	padding-top: 100px;
}
.underPage #contentsBlock{
	margin-top: 80px;
}


@media screen and (max-width: 768px){
	.underPage #contentsBlock{
		margin-top: 60px;
	}
}
@media screen and (max-width: 767px){
	#mainBlock {
		padding-top: 70px;
	}
}


/* ------------------------------------------------------------------------ */

/* Footer

/* ------------------------------------------------------------------------ */
footer {
	clear: both;
	width: 100%;
	margin-top: 60px;
}
footer .grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px 80px;
}
footer .grid li {
	max-width: 100%;
	height: auto;
}

footer .grid li:hover{
	opacity: .8
}
footer .grid .li01 {
	background: url("../img/footer/image_01.jpg") no-repeat center center/cover;
}
footer .grid .li02 {
	background: url("../img/footer/image_02.jpg") no-repeat center center/cover;
}
footer .grid .li03 {
	background: url("../img/footer/image_03.jpg") no-repeat center center/cover;
}
footer .grid .li04 {
	background: url("../img/footer/image_04.jpg") no-repeat center center/cover;
}

footer .grid li a {
	padding: 120px 40px 40px;
	text-decoration: none;
	color: #fff;
	display: block;
	max-height: 220px;
}
footer .grid li a .en {
	text-align: left;
	font-size: 1.6rem;
	font-weight: 700;
}
footer .grid li a .ja {
	text-align: left;
	font-size: 3.0rem;
	font-weight: 700;
	margin-top: 5px;
}
footer .gray {
	margin: 80px 0 0;
	width: 100%;
	padding: 60px 0;
	background-color: #dbdbdb;
}
footer .gray .contents .gray_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 80px;
}
footer .gray .contents .gray_grid li {
	max-width: 560px;
	height: auto;
}
footer .gray .gray_grid li a {
	display: block;
	background-color: #fff;
	padding: 30px;
	color: #000;
}
footer .gray .gray_grid li a .btnFlex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .gray .gray_grid li a .arrow {
	width: 28px;
	height: 28px;
	transition: 0.3s;
}
footer .gray .gray_grid li a .deitalFlex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
footer .gray .gray_grid li a .deitalFlex img {
	width: 80px;
	height: 80px;
}
footer .gray .gray_grid li a .deitalFlex p {
	text-align: left;
	font-size: 2.2rem;
	margin-left: 30px;
	font-weight: 700;
}
footer .gray .gray_grid li a:hover .deitalFlex p {
	color: #003d99;
}
footer .gray .gray_grid li a:hover .arrow {
	margin-right: -6px;
	transition: 0.3s;
}
footer .gray .gray_grid li a .deitalFlex p span {
	font-size: 1.6rem;
}
footer .copy {
	background-color: #000;
}
footer .copy p {
	color: #fff;
	padding: 30px 0;
	font-size: 1.2rem;
}


.underPage footer{
	margin-top: 200px;
}

@media (max-width: 1045px) {
	footer .grid li a .en {
		text-align: left;
		font-size: 1.4rem;
	}
	footer .grid li a .ja {
		text-align: left;
		font-size: 2.2rem;
	}
	footer .gray .gray_grid li a .deitalFlex p {
		text-align: left;
		font-size: 1.8rem;
		margin-left: 30px;
	}
	footer .gray .gray_grid li a .deitalFlex p span {
		font-size: 1.4rem;
	}
}
@media (max-width: 1024px) {
	footer .grid {
		gap: 15px;
	}
	footer .grid .li03 {
		background-position: right center;
	}
	footer .grid li {
		background-position: center center;
		display: flex;
		justify-content: flex-end;
		flex-direction: column;
	}
	footer .gray .contents .gray_grid {
		grid-column-gap: 15px;
	}
}
@media (max-width: 768px) {
	footer {
		margin-top: 35px;
	}
	footer .grid {
		display: block;
	}
	footer .grid li {
		aspect-ratio: 560 / 220;
		max-width: 100%;
		width: 100%;
		margin: 15px 0;
	}
	footer .grid li a {
		padding: 60px 20px 20px;
		text-decoration: none;
		color: #fff;
		display: block;
	}
	footer .grid li a .en {
		text-align: left;
		font-size: 1.2rem;
	}
	footer .grid li a .ja {
		text-align: left;
		font-size: 2.0rem;
	}
	footer .gray {
		margin: 35px 0 0;
		width: 100%;
		padding: 0;
		background-color: #dbdbdb;
	}
	footer .gray .contents .gray_grid {
		display: block;
		padding: 35px 0;
	}
	footer .gray .contents .gray_grid li {
		max-width: 100%;
		width: 100%;
		margin-bottom: 20px;
	}
	footer .gray .contents .gray_grid li:last-child {
		margin-bottom: 0;
	}
	footer .gray .gray_grid li a {
		display: block;
		background-color: #fff;
		padding: 15px;
		color: #000;
	}
	footer .gray .gray_grid li a .deitalFlex img {
		width: 40px;
		height: 40px;
	}
	footer .gray .gray_grid li a .deitalFlex p {
		text-align: left;
		font-size: 1.8rem;
		margin-left: 30px;
	}
	footer .gray .gray_grid li a .deitalFlex p span {
		font-size: 1.0rem;
	}
	
	.underPage footer{
		margin-top: 100px;
	}
}
@media (max-width: 580px) {
	footer .gray .gray_grid li a .deitalFlex p {
		margin-left: 15px;
	}
}