@charset "utf-8";
/******************************************
- header
- footer
汎用classの定義
- Title Style
- Section Style
- List Style
- Button Style
- Text Style
- Stopgap Class
clearfix
*******************************************/
#container {
	padding-top: 14rem;
}

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

header

---------------------------------------- */
#header {
	width: 100%;
	background: #fff;
}
/* headerTop
------------------------------- */
#headerTop {
	width: 100%;
	height: 14rem;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 4rem 5rem 3rem;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	transition: .3s;
}
.is_scroll #headerTop  {
	height: auto;
	padding: 1rem 5rem 1rem;
}
#headerTop .siteID a {
	display: flex;
	align-self: center;
}
#headerTop .siteID img {
	width:40rem;
}
#headerTop .memberBtn {
	margin:0 0 0 auto;
	font-size: 13px;
	display: flex;
	align-items: center;
}
#headerTop .memberBtn .btn01 {
	min-width: 18rem;
	font-size: 1.8rem;
	font-weight: bold;
	box-sizing: border-box;
	padding: 12px 1em;
	margin-left: 2rem;
}
/* globalNav
------------------------------- */
#header .globalNav {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	padding: 0 5rem 3rem;
}
#header .globalNav > ul {
	display: flex;
	justify-content: center;
}
#header .globalNav > ul > li {
	/*width: calc(100% / 11); メニュー数11の場合 */
	/*margin: 0 1rem; メニュー数11の場合 */
    margin: 0 3rem;
}
#header  .cat_icon {
	width: 3.6rem;
	margin-bottom: 1rem;
}
@media only screen and (max-width: 1200px) {
    #header .globalNav > ul >li> a {
        font-size: 1.7rem;
    }
}
/* layer
------------------------------- */
.nav-open #layer {
	display: block;
}
#layer {
	display: none;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,.7);
	position: fixed;
	top:80px;
	left: 0;
	z-index: 997;
}
#header.is_scroll #layer{
	top: 80px;
}
/* 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){
	#container {
		padding-top: 80px;
	}
	.nav-open {
    overflow: hidden;
	}
	#header {
		display: flex;
		align-items: center;
	}
	/* headerTop
	------------------------------- */
	.is_scroll #headerTop,
	#headerTop {
		height: 80px;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 4rem 5rem 3rem;
	}
	/* globalNav
	------------------------------- */
	.nav-open #header  {
		z-index: 1;
	}
	#header .globalNav .memberBtn .btn01 {
		display: block;
		margin-bottom: 10px;
	}
	#header .globalNav {
		display: block;
		padding: 30px 20px 100px;
		position: fixed;
		top: 80px;
		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: 80px;
	}
	.nav-open #header .globalNav {
		transform: translateX(0%);
		opacity: 1;
	}
	#header .globalNav > ul {
		flex-direction: column;
	}
	#header .globalNav > ul >li {
		width: 100%;
		margin: 20px 0 0;
	}
	#header .globalNav > ul >li> a {
		display: flex;
		align-items: center;
		text-align-last: left;
	}
	#header .cat_icon {
		margin:  0 10px 0 0;
	}
	/* menuBtn
	------------------------------- */
	#header #menuBtn {
		display: block;
		width: 4rem;
		height: 4rem;
		position: relative;
		margin-left: 2rem;
	}
	#header #menuBtn:before,
	#header #menuBtn span:before,
	#header #menuBtn span:after {
		content: "";
		width: 100%;
		height: 1px;
		background-color: #2E2414;
		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.is_scroll {
		padding: 15px 30px;
	}
	#header .siteID {
		width: 43%;
	}
	#header .siteID img {
		max-width: 233px;
	}
	#layer,
	#header.is_scroll #layer {
		top: 80px;
	}
	#header .globalNav,
	#header.is_scroll .globalNav{
		top: 80px;
	}
}


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

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

---------------------------------------- */
.secTitle {
	text-align: center;
	margin-bottom: 4.5rem;
}
.secTitle .en  {
	margin: 0 auto;
}
/* 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;
}
/* txt01
------------------------------- */
.txt01 {
	font-size: 1.7rem;
	line-height: 1.5;
}
@media only screen and (max-width: 767px){
	.title01 {
		font-size: 5rem;
	}
	/* .title01 {
		font-size: 22px;
	}
	.title02 {
		font-size: 18px;
	}
	.title03 {
		font-size: 14px;
	} */
}
/* 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, #27A5EB 0%, #0045B4 50%,#27A5EB);
}
/* 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

---------------------------------------- */
.bgLightBlue {
	background: #ebf6ff;
	overflow: hidden;
}
.bgBlueGradient {
    background: linear-gradient( to left,#27A5EB,#0045B4 );
}
.bgBlue {
    background: #002971;
}
.bgYellow {
	background-color: #fff4c7;
	overflow: hidden;
}
.bgLightYellow {
    background-color: #fdfbf6;
    overflow: hidden;
}
.bgBage {
	background: #F9FBFB;
	overflow: hidden;
}
/* section
------------------------------- */
.sec01 {
	margin-top: 8rem;
	margin-bottom: 8rem;
}

/* 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;
}
.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;
	font-size: 2.4rem;
	line-height: 1.2;
	font-weight: bold;
	font-feature-settings: "palt" 1;
	text-align: center;
	color:#fff;
	padding: 2.5rem 2em;
	border-radius: 100px;
	background: linear-gradient( to left,#FF0067,#FF4509 );
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.btn01 .fontL {
	font-size: 150%;
}

.btn01:hover {
	opacity: 1;
	transform: translateY(5px);
}
.btn01.orangeBtn {
	background: linear-gradient( to left,#FF6221,#FFA300 );
}
.btn01.lightBlueBtn {
    background: linear-gradient( to left,#27BDE2,#009DDA );
}
.btn01.blueBtn {
    background: linear-gradient( to left,#27A5EB,#0045B4 );
}
.btn01.whiteBtn {
	border: .3rem solid #002971;
	color: #002971;
	background: #fff;
}

@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!important; }
.spNone { display: inline-block!important; }
@media screen and (max-width:767px){

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

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

clearfix

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

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

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

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

column

---------------------------------------- */
#column .secTitle {
    margin-bottom: 5rem;
}
#column .secTitle .en {
    width: 20.8rem;
    margin-bottom: 3rem;
}
#column .columnList_tit {
    margin-bottom: 4rem;
}
#column .columnList .imgArea {
    width: 100%;
    padding-top: 51.4705%;
    position: relative;
    margin-bottom: 2rem;
}
#column .columnList .imgArea img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
}
#column .columnList .txtArea {
    font-size: 1.4rem;
    line-height: 1.85;
}
#column .columnList .title03 {
    margin-bottom: 1rem;
}
#column .swiper {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    box-sizing: border-box;
    margin-top: 10rem;
}
#column .swiper:first-child {
    margin-top: 0;
}
#column .swiper-slide {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
#column .prev,
#column .next {
    width: 1.7rem;
    height: 4rem;
    background-size: contain;
    position: absolute;
    top: 50%;
    z-index: 10;
    transform: translateY(-50%);
}
#column .prev {
    left: 0;
    background: url(../../img/common/arw_left.svg) center no-repeat;
}
#column .next {
    right: 0;
    background: url(../../img/common/arw_right.svg) center no-repeat;
}
@media only screen and (max-width: 767px){
    #column .columnList .txtArea {
        font-size: 13px;
    }
    #column .swiper {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
    #column .swiper-slide {
        padding-left: 20px;
        padding-right: 20px;
    }
    #column .prev {
        left: 12%;
    }
    #column .next {
        right: 12%;
    }

}
/**

common

 */
.mt7 {
    margin-top: 7rem;
}
.pr {
    font-weight: normal;
    padding: 5px;
    border: solid 1px #4b4b4b;
    font-size: 1.4rem;
    color: #4b4b4b;
    margin-left: 5px;
}
.pr img {
    width: 1.5rem;
    vertical-align: middle;
    margin-bottom: 2px;
}
