@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	: 'Poppins', 'Noto Sans JP', 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;
}
body *, body *:before, body *:after {
	box-sizing: border-box;
}
#wrap{
	margin		: 0 auto;
	text-align	: center;
}

body > #wrap { height : auto;}

.flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.contents{
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.spStyle{
	display: none;
}
@media screen and (max-width: 820px){
	.spStyle{
		display: inherit;
	}
	.pcStyle{
		display: none;
	}
}

/* Link
--------------------------------------------------------------------------- */

.opacity a:hover img{
	opacity: 0.85;
}

a{
	text-decoration	: none;
	color			: #0f218b;
}

a:hover	{
	opacity: 0.7;
}


/* ------------------------------------------------------------------------ */

/* Hedaer

/* ------------------------------------------------------------------------ */
header{
	padding: 8px 0 36px;
	background: #fff;
}
header .contents{
	max-width: 1138px;
}

header .sitename{
	color: #666;
	font-family: 'Noto Sans JP';
	font-size: 1.2rem;
	letter-spacing: 0.07em;
	padding-right: 6px;
}

header h1{
	max-width: 142px;
	width: 100%;
}

header div.flex{
	align-items: flex-end;
	margin-top: 10px;
}

header nav li a{
	display: inline-block;
	padding: 0 48px;
	border-right: solid 1px #0f218b;
	line-height: 1;
}
header nav li:last-child a{
	border-right: none;
	padding-right: 42px;
}

header .hg_menu_btn{
	display: none;
}

@media screen and (min-width: 821px){
	header nav {
		display: block !important;
	}
}
@media screen and (max-width: 1180px){
	header nav li a{
		padding: 0 20px;
	}
	header nav li:last-child a{
		padding-right: 0;
	}
}
@media screen and (max-width: 820px){
	header{
		padding: 13px 0 16px;
		position: relative;
	}
	header h1{
		max-width: inherit;
		text-align: left;
		width: 50%;
		line-height: 1;
	}
	header .sitename{
		display: none;
	}
	header div.flex{
		align-items: center;
		margin-top: 0;
	}
	header .hg_menu_btn{
		cursor: pointer;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-around;
		width: 62px;
		height: 62px;
		border-radius: 50%;
		background: #fff;
		box-shadow: 3px 3px 8px 0 rgba(0,0,0,0.2);
		flex-shrink: 0;
		padding: 10px 0;
		position: relative;
		z-index: 2;
	}
	header .hg_menu_btn span{
		width: 53%;
		height: 2px;
		background: #0f218b;
	}
	header .hg_menu_btn.active span{
		
	}
	header .hg_menu_btn.active span:first-child{
		transform: rotate(45deg);
		position: absolute;
	}
	header .hg_menu_btn.active span:nth-child(2){
		display: none;
	}
	header .hg_menu_btn.active span:last-child{
		transform: rotate(-45deg);
		position: absolute;
	}
	header nav{
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: #0f218b;
		padding: 80px 20px;
		z-index: 999;
	}
	
	header nav .gnav{
		display: block;
	}
	header nav .gnav a{
		color: #fff;
		display: block;
		width: 100%;
		border-top: solid 1px #fff;
		padding: 20px 15px;
	}
	header nav .gnav li:last-child a{
		border-bottom: solid 1px #fff;
	}
}
@media screen and (max-width: 767px){
	header{
		padding: 10px 0 13px;
	}
	header h1{
		width: 60%;
	}
	header .hg_menu_btn{
		width: 42px;
		height: 42px;
	}
}


/* ------------------------------------------------------------------------ */

/* Contents

/* ------------------------------------------------------------------------ */

#mainBlock {
	clear : both;
}

/*  下層
-----------------------------------------------*/
.keyVisual{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 328px;
	background: url("../img/under_header_pc.png") no-repeat center / cover;
}

.keyVisual h2{
	font-size: 3.8rem;
	color: #0f218b;
	letter-spacing: 2px;
}
.keyVisual p{
	font-size: 1.8rem;
	color: #0f218b;
	margin-top: 20px;
	letter-spacing: 2px;
}

#under #mainBlock section{
	padding: 90px 0 90px;
	position: relative;
	z-index: 1;
}
#under #mainBlock section + section::before{
	content: url("../../common/img/line_pc.svg");
	display: block;
	max-width: 960px;
	width: calc(100% - 40px);
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}

#under section h3{
	font-size: 2.8rem;
	font-family: 'Noto Sans JP', sans-serif;
	color: #0f218b;
	margin-bottom: 34px;
	letter-spacing: 1px;
}

#under section h3 .txten{
	font-size: 1.4rem;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	display: block;
	margin-top: 8px;
	letter-spacing: 1.5px;
}

@media screen and (max-width: 820px){
	.keyVisual{
		background: url("../img/under_header_sp.png") no-repeat center / cover;
	}
}
@media screen and (max-width: 767px){
	.keyVisual{
		max-height: 343px;
		height: 46vw;
	}
	.keyVisual h2{
		font-size: 2.4rem;
	}
	.keyVisual p{
		font-size: 1.4rem;
		margin-top: 5px;
	}
	#under #mainBlock section + section::before{
		content: url("../../common/img/line_sp.svg");
	}
	#under #mainBlock section{
		padding: 50px 0 30px;
	}
	#under section h3{
		font-size: 1.8rem;
		margin-bottom: 20px;
	}
	#under section h3 .txten{
		font-size: 1.2rem;
		margin-top: 5px;
	}
}

/* ------------------------------------------------------------------------ */

/* Footer

/* ------------------------------------------------------------------------ */

footer {
	clear : both;
}

footer .footerLabel .contents{
	max-width: 1138px;
}
footer .gnav{
	justify-content: center;
}
footer .footerNav{
	background: #0f218b;
	padding: 42px 0 50px;
}
footer .footerNav .contents{
	max-width: 1138px;
}
footer .footerNav a{
	color: #fff;
	padding: 0 45px;
	border-right: solid 1px #fff;
	letter-spacing: 0.05em;
}
footer .footerNav a:hover{
	opacity: 0.7;
}
footer .footerNav li:last-child a{
	border-right: none;
}

footer .footerLabel{
	padding: 30px 0;
	background: #000;
}
footer .footerLabel .footerLogo{
	max-width: 230px;
}
footer .footerLabel .copy{
	color: #fff;
	font-size: 1.2rem;
	margin-top: 15px;
}
footer .footerLabel .jmsBnr{
	width: 230px;
}

@media screen and (max-width: 820px){
	footer .gnav{
		display: block;
	}
	footer .footerNav{
		padding: 32px 0 30px;
	}
	footer .footerNav a{
		display: block;
		padding: 6px 0;
		border: none;
		font-weight: 600;
	}
	footer .footerLabel .contents{
		flex-direction: column-reverse;
	}
	footer .footerLabel .footerLogo{
		margin: 20px auto 0;
	}
}
@media screen and (max-width: 767px){
	footer .footerLabel .jmsBnr{
		width: 190px;
	}
	footer .footerLabel .footerLogo {
		margin-top: 15px;
		max-width: 175px;
	}
	footer .footerLabel .copy{
		font-size: 1rem;
	}
}

