@charset "utf-8";
/******************************************
- header
- footer
汎用classの定義
- Title Style
- Section Style
- List Style
- Button Style
- Text Style
- Stopgap Class
clearfix
*******************************************/
#content {
	padding-top: 12rem;
}
@media only screen and (max-width: 767px){
	#content {
		padding-top: 60px;
	}
}

/* ----------------------------------------

header

---------------------------------------- */
#header {
	width: 100%;
	height: 12rem;
	padding: 5rem 6rem 3rem;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	transition: .5s;
}
#header.is_scroll {
	padding: 1rem 6rem 1rem;
	height: 8rem;
}
#header .siteID a {
	display: flex;
	align-self: center;
}
#header .siteID img {
	width: 27.8rem;
	/* width: 23%; */
}
#header .header_btn {
	margin:0 20px 0 auto;
	font-size: 13px;
	padding: 12px 1em;
}
/* globalNav
------------------------------- */
#header .globalNav {
	font-size: 1.8rem;
	font-weight: bold;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
}
#header .globalNav > ul {
	display: flex;
	align-items: center;
}
/*  globalNav_menu  */
.globalNav_menu li {
	margin-left: 5rem;
}
/*  globalNav_btn  */
.globalNav_btn li {
	margin-left: 2rem;
}
.globalNav_btn li:first-child {
	margin-left: 3.8rem;
}
.globalNav_btn li a {
	min-width: 18rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.2;
}
/* layer
------------------------------- */
.nav-open #layer {
	display: block;
}
#layer {
	display: none;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,.7);
	position: fixed;
	top:12rem;
	left: 0;
	z-index: 997;
}
#header.is_scroll #layer{
	top: 8rem;
}
/* noscript
------------------------------- */
#noscript {
	margin-bottom: 15px;
	padding: 0.5em 1em;
	border: 2px solid #ccc;
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media screen and (max-width:1200px){
	.nav-open {
    overflow: hidden;
	}
	/* globalNav
	------------------------------- */
	#header .globalNav {
		display: block;
		padding: 30px 0;
		position: fixed;
		top: 12rem;
		right: 0;
		z-index: 999;
		height:calc( 100vh - 60px);
		margin-top: 0;
		background-color: #fff;
		box-shadow: 0 4px 5px #cecece inset;
		overflow-y: scroll;
		transform: translateX(100%);
		opacity: 0;
		transition: transform .5s;
	}
	#header.is_scroll .globalNav {
		top: 8rem;
	}
	.nav-open #header .globalNav {
		transform: translateX(0%);
		opacity: 1;
	}
	#header .globalNav > ul {
		flex-direction: column;
	}
	#header .globalNav > ul >li {
		margin: 20px 20px 0 20px;
	}
	/* menuBtn
	------------------------------- */
	#header #menuBtn {
		display: block;
		width: 4rem;
		height: 4rem;
		position: relative;
	}
	#header #menuBtn:before,
	#header #menuBtn span:before,
	#header #menuBtn span:after {
		content: "";
		width: 100%;
		height: 1px;
		background-color: #172A87;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		transition: .5s;
	}
	#header #menuBtn span:before {
		top: calc(50% + 1rem);
	}
	#header #menuBtn span:after {
		top: calc(50% - 1rem);
	}
	.nav-open #header #menuBtn:before{
		display: none;
	}
	.nav-open #header #menuBtn span:before {
		top: 50%;
		transform: translate(-50%,-50%) rotate(45deg);
	}
	.nav-open #header #menuBtn span:after {
		top: 50%;
		transform: translate(-50%,-50%) rotate(-45deg);
	}
}	
@media only screen and (max-width: 767px){
	#header,
	#header.is_scroll {
		height: 60px;
		padding: 25px 30px 15px;
	}
	#header .siteID img {
		width: 139px;
	}
	#layer,
	#header.is_scroll #layer {
		top: 60px;
	}
	#header .globalNav,
	#header.is_scroll .globalNav{
		top: 60px;
	}
}
@media only screen and (max-width: 360px){
	#header .header_btn {
		margin:0 10px 0 auto;
		font-size: 9px;
		padding: 10px 1em;
	}
}

/* ----------------------------------------

footer

---------------------------------------- */
#footer {
	margin-top: 5rem;;
}
#footer .globalNav {
	text-align: center;
}
#footer .globalNav li {
	display: inline-block;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 2;
	margin: 0 1em;
}
#footer .copyright {
	text-align: center;
	margin: 3rem auto;
}
@media only screen and (max-width: 767px){
	#footer .globalNav li {
		display: block;
		font-size: 17px;
	}
}


/* ----------------------------------------

- Title Style

---------------------------------------- */

/* title01
------------------------------- */
.title01 {
	font-size: 6rem;
	font-weight: bold;
	line-height: 1.4;
}
/* title02
------------------------------- */
.title02 {
	font-size: 3.6rem;
	font-weight: bold;
	line-height: 1.5;
}
/* title03
------------------------------- */
.title03 {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
}
@media only screen and (max-width: 767px){
	.title01 {
		font-size: 32px;
	}
	.title02 {
		font-size: 22px;
	}
	.title03 {
		font-size: 17px;
	}
}
/* gradaUnderLine
------------------------------- */
.gradaUnderLine {
	position: relative;
	padding-bottom:calc(0.25em + 6px);
}
.gradaUnderLine::before {
	content: "";
	width: 100%;
	height: 6px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(90deg, #172A87 0%, #3FA2F7 100%);
}
/* gradaTopLine
------------------------------- */
.gradaTopLine {
	position: relative;
	padding-top:calc( 4rem + 6px);
	text-align: center;
	margin-bottom: 4rem;
}
.gradaTopLine::before {
	content: "";
	max-width: 60rem;
	width: 100%;
	height: 6px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	background: linear-gradient(90deg, #172A87 0%, #3DA4E0 50%,#172A87);
}
/* sideLine
------------------------------- */
.sideLine {
	display: inline-block;
	position: relative;
	padding: 0 calc(1em + 10rem);
	text-align: center;
}
.sideLine::before,
.sideLine::after {
	content: "";
	width: 10rem;
	height: 2px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: #172A87;
}
.sideLine::before { left: 0; }
.sideLine::after { right: 0; }
@media only screen and (max-width: 767px){
	.sideLine {
		padding: 0 40px;
	}
	.sideLine::before,
	.sideLine::after {
		content: "";
		width: 30px;
		height: 2px;

	}
}
/* ----------------------------------------

- Section Style

---------------------------------------- */
.bgBlue {
	background: #172A87;
}
.bgLightblue {
	background-color: #EDF6FF;
}
.bgGray {
	background: #F9F7F3;
}
/* section
------------------------------- */

/* inner
------------------------------- */
.inner01 {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: content-box;
}
.inner02 {
	max-width: 910px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: content-box;
}

@media only screen and (max-width: 767px){
	.inner01 {
		padding-left:20px;
		padding-right: 20px;
	}
	.inner02 {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/* col
---------------------------------------- */

.colWrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: -20px;
	margin-left: -20px;
	list-style: none;
	overflow: hidden;
}
.colWrap > * {
	margin-top: 20px;
	margin-left: 20px;
	box-sizing: border-box;
}
.col02 > * { width: calc(50% - 20px); }
.col03 > * { width: calc(33.33% - 20px); }
.col04 > * { width: calc(25% - 20px); }
.col05 > * { width: calc(20% - 20px); }
.col06 > * { width: calc(16.66% - 20px); }

@media only screen and (max-width: 767px){
	.spcolClear { display: block; }
	.spcolClear  > * { width: auto; }
	.spcol02 > * { width: calc(50% - 20px); }
	.spcol03 > * { width: calc(33.33% - 20px); }
	.spcol04 > * { width: calc(25% - 20px); }
	.spcol05 > * { width: calc(20% - 20px); }
	.spcol06 > * { width: calc(16.66% - 20px); }
}


/* ----------------------------------------

- List Style

---------------------------------------- */

/* list
------------------------------- */
.list01 > li {
	position: relative;
	padding-left: 14px;
	margin-bottom: 3px;
}
.list01 > li:before {
	content: '';
	width: 4px;
	height: 4px;
	display: block;
	border-radius: 100%;
	background: #125999;
	position: absolute;
	left: 3px;
	top: .65em;
}

/* defList
------------------------------- */
.defList {
	padding-left: 30px;
	margin-bottom: 15px;
}
ul.defList > li {
	list-style-type: disc;
}
ol.defList > li {
	list-style-type: decimal;
}


/* ----------------------------------------

- Button Style

---------------------------------------- */

/* btn01
------------------------------- */
.btn01 {
	display: inline-block;
	line-height: 1.2;
	text-align: center;
	color:#fff;
	padding: 15px 2em;
	border-radius: 100px;
	background: #F7552D;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.btn01:hover {
	opacity: 1;
	transform: translateY(5px);
}
.btn01.whiteBtn {
	color: #172A87;
	background: #fff;
}
.btn01.blueBtn {
	color: #fff;
	background: #172A87;
}

@media screen and (max-width:767px){

}



/* ----------------------------------------

- Text Style

---------------------------------------- */
/*.iconPdf {
	background: url(../../img/common/icon_pdf.png) no-repeat 0 .1em;
	padding-left: 20px;
}*/

.note01 {
	color: #715e5e;
}
table .note01 {
	margin-top: 5px;
}
.fw400 { font-weight: 400 !important;}
.fwB { font-weight: bold !important;}
.txt_indent {
	padding-left: 1.15em;
	text-indent: -1.15em;
}
.txt_indent_mark {
	margin-right: .15em;
}



/* ----------------------------------------

- Stopgap Class

---------------------------------------- */
.clear {
	clear: both;
}
.hidden {
	height: 0;
	width: 0;
	overflow: hidden;
}
.font_orenge { color: #F7552D;}
.alnC { text-align: center !important;}
.alnR { text-align: right !important;}
.alnL{ text-align: left !important;}
.nowrap { white-space: nowrap;}
.breakWord { word-wrap: break-word;}
.pcNone { display: none; }
.spNone { display: inline-block; }
@media screen and (max-width:767px){

	.pcNone { display: block !important; }
	.spNone { display: none !important; }
}

/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.clearfix:after,
.imgSec01:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.clearfix,
.imgSec01 {
	*zoom: 1;
}