@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%;
	height: auto;
}

i {
	padding : 5px 10px 2px 0;
}

p {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

/* 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','ヒラギノ角ゴ W3', "メイリオ", Meiryo, MS PGothic, arial, sans-serif;
	font-size	: 1.6rem;
	font-size	: 16px;
	line-height	: 1.8;
	color		: #2B2828;
	-webkit-text-size-adjust	: 100%;
	font-smoothing	: auto;
	width: 100%;
	box-sizing: border-box;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

body *{
	box-sizing: border-box;
}

#wrap{
	margin		: 0 auto;
	text-align	: center;
}

body > #wrap { height : auto;}

.js-scrollable{ overflow: auto; }


@media print {
	body {
		zoom: 0.7;
		font-size: 120%;
		-moz-transform: scale(0.97);
	}
	
	#top-head .inner{
		width: 80%;
	}
	
	#top-head {
		font-size: 100%;
		position: absolute !important;
	}
	
	#top-head .logo{
		width: 100px;
	}
	#top-head .head-back,
	#top-head .inner{
		position: absolute !important;
	}
	
	.global-nav .nav-list .nav-item a{
		min-width: 80px !important;
		font-size: 1.2rem;
	}
	
	header .nav-item_sub{
		display: none;
	}
	
	.global-nav-header{
		display: none;
	}
	
	footer{
		margin-top: 200px;
		font-size: 90%;
	}
}

@media screen and (max-width: 768px){
}

.content {
	max-width: 950px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

@media screen and (max-width: 990px){
	.content{
		padding: 0 20px;
	}
}


/* Link
--------------------------------------------------------------------------- */

.opacity a:hover img{
	opacity: 0.85;
}

a{
	color		: #2B2828;
}

a:visited	{
	text-decoration	: none;
}

a:hover	{
	color			: #2B2828;
	text-decoration	: underline;
}

.global-nav .nav-list .nav-item_sub a.active-link{
	background: #677E9F;
	color: #fff !important;
}


/* ------------------------------------------------------------------------ */

/* Hedaer

/* ------------------------------------------------------------------------ */
.contact-follow{
	background: #143284;
	position: fixed;
	right: 0;
	top: 300px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 3;
}
.contact-follow a{
	padding: 15px 20px;
	display: block;
	color: #fff;
	transition: .3s;
	border: 1px solid #143284;
	font-size: 1.8rem;
}
.contact-follow a:hover{
	text-decoration: none;
	background: #fff;
	border: 1px solid #143284;
	color:#143284;
}
.contact-follow a:before{
	content: "\f003";
	font-family: 'FontAwesome';
	display: inline-block;
	padding-bottom: 8px;
}

@media all and (-ms-high-contrast: none) {
	.contact-follow a:before{
		content: "\f003";
		font-family: 'FontAwesome';
		display: inline-block;
		padding-bottom: 8px;
		padding-left: 14px;
		transform:rotate(-90deg);
		width: 10px;
	}
	.download-follow a:before{
		content: "\f15c";
		font-family: 'FontAwesome';
		display: inline-block;
		padding-bottom: 5px;
		padding-left: 14px;
		transform:rotate(-90deg);
		width: 10px;
		height: 20px;
	}
}

.download-follow{
	background: #274db3;
	position: fixed;
	right: 0;
	top: 468px;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	z-index: 3;
}
.download-follow a{
	padding: 15px 20px;
	display: block;
	color: #fff;
	transition: .3s;
	border: 1px solid #274db3;
	font-size: 1.8rem;
}
.download-follow a:hover{
	text-decoration: none;
	background: #fff;
	border: 1px solid #274db3;
	color:#274db3;
}
.download-follow a:before{
	content: "\f15c";
	font-family: 'FontAwesome';
	display: inline-block;
	padding-bottom: 8px;
}

@media screen and (max-width: 768px){
	.contact-follow{
		display: none;
	}
}

/* ------------------------------------------------------------------------ */

/* Navigation

/* ------------------------------------------------------------------------ */
/* header */
.head-box{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	padding: 10px 20px;
}


.underlayer .head-box{
	box-shadow: 0px 7px 10px -8px rgba(0,0,0,0.2);
	height: 80px;
}

.nav-bg{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 900;
	display: none;
}
.nav-bg.on{
	display: block;
}

#top-head {
	margin: 0 auto;
	line-height: 1;
	margin-top: 0;
	top: 0;
	position: fixed;
	z-index: 999;
	width: 100%;
	background: #fff;
	transition: 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#top-head a,
#top-head {
	text-decoration: none;
}

#top-head.fixed .head-box{
	background: rgba(255,255,255,0.8);
	box-shadow: 0px 7px 10px -8px rgba(0,0,0,0.2);
}
body.fixed .head-box{
}

#top-head .global-nav .nav-list .nav-item:nth-child(8),
#top-head .global-nav .nav-list .nav-item:nth-child(9) {
	transition: 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#top-head.fixed .global-nav .nav-list .nav-item:nth-child(8),
#top-head.fixed .global-nav .nav-list .nav-item:nth-child(9){
	transform: scale(0.9);
}

#top-head .menu .menu__mega > a{
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 10px;
	letter-spacing: 3px;
}

#top-head.fixed .menu .menu__mega > a{
	color: #2B2828;
}

.menu__second.on .sub-top:after,
.menu__third.on .sub-top:after{
	content: "";
	border-bottom: 2px solid #899bb5;
	display: block;
	width: 90%;
	margin: 0 auto;
}

#top-head a{
	position: relative;
}

#top-head a:hover{
	text-decoration: none;
}
#top-head .inner {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 1;
}
#top-head #mobile-head {
    max-width: 250px;
    width: 50%;
}
#top-head p {
	position: relative;
    font-size: 10px;
    font-weight: 700;
	line-height: 1;
    margin-bottom: 16px;
	z-index: 3;
}
#top-head p span:first-child {
	margin-right: 1em;
}
#top-head .logo {
	position: relative;
	z-index: 3;
	transition: 0.35s cubic-bezier(0.39, 0.575, 0.565, 1);
	width: 100%;
	max-width: 125px;
	margin: 0 auto;
}

#top-head .logo .white{
	display: none;
}

/* Fixed */
#top-head.scroll {
	margin-top: 0;
	top: 0;
	position: fixed;
	background: #fff;
	height: 80px;
	z-index: 999;
	width: 100%;
}
#top-head.scroll p {
	display: none;
}
#top-head.fixed .logo {
	/*transform: scale(0.7);*/
}

#top-head.fixed #mobile-head:after {
	width: 380px;
	height: 200px;
	background-size: contain;
}

#top-head.fixed .global {
	display: none;
}

#top-head.fixed .right-box{
	padding: 0;
}
#top-head.fixed .inner{
	top: 0;
}

.global-nav-header{
	display: none;
}

@media screen and (max-width: 1200px) {
	#top-head p span {
		display: block;
	}
	#top-head p span:first-child {
		margin-right: 0;
	}
	#top-head .logo{
		margin: 0;
	}
	
	#top-head #mobile-head {
		margin-right: 10px;
		width: 10%;
	}
}
@media screen and (max-width: 1150px){
	#top-head a{
	}
	
	.left_head ul li{
		padding: 0;
	}
}
@media screen and (max-width: 956px){
	.global-nav .nav-list ul li.spStyle{
		display: none;
	}
}
@media screen and (max-width: 880px){
	#top-head a{
		font-size: 1.6vw;
	}
}

@media screen and (max-width: 768px) {
	.left_head{
		margin: 0;
		padding: 0 !important;
		justify-content: space-between;
	}
	
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
		z-index: 999;
    }
	#top-head p{
		margin-bottom: 8px;
	}
	
	.global-nav .nav-list.sp-scroll{
		overflow:scroll;
		overflow-x: hidden;
		height: 100vh !important;
	}
	
	.nav_fixed{
		position: relative;
		width: 100%;
		height: 100%;
	}
	
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
		margin-top: 0;
		top: 0;
		position: fixed;
		background: #fff;
		transition: top 0.65s ease-in;
		-webkit-transition: top 0.65s ease-in;
		-moz-transition: top 0.65s ease-in;
		z-index: 999;
    }

	#mobile-head {
		position: relative;
		min-width: 75px;
	}
	
	.head-box{
		height: 78px;
		padding: 0px 10px;
		align-items: flex-start;
	}
	
	#top-head.fixed .logo,
	#mobile-head .logo{
		text-align: left;
		transform: inherit;
		margin: 0;
	}
	
}

@media screen and (max-width: 478px){
	#top-head.fixed .logo,
	#mobile-head .logo{
		text-align: left;
		transform: inherit;
		margin: 0;
	}
}

/* グローバルメニュー */
.global-nav {
}

.global-nav .nav-list {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
	transition: 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#top-head.fixed .global-nav .nav-list {
}

.global-nav .nav-list .nav-item {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.global-nav .nav-list li{
	margin: 0 5px;
}

.global-nav .nav-list li img{
	width: 30px;
	min-width: 30px;
}

.global-nav .nav-list ul.sp-subflex{
	display: none !important;
}

.global-nav .nav-list ul.sub-iconBox{
	display: flex;
}

.global-nav .nav-list ul.sub-iconBox li a{
	display: block;
}

.global-nav .nav-list ul li{
	border-left: 1px solid #2B2828;
	padding: 0 12px;
	margin: 0;
}
.global-nav .nav-list ul.sub-iconBox > li:first-child{
	border-left: 1px solid #2B2828;
	padding: 7px 12px;
	margin: 0;
	font-size: 16px;
}
.global-nav .nav-list ul li:first-child a{
	color: #2B2828;
}

.global-nav .nav-list ul.sub-iconBox li:last-child{
	border-right: 1px solid #2B2828;
}

#top-head.fixed .global-nav .nav-list ul li{
	margin: 0;
}

.global-nav .nav-list .nav-item p{
	color: #2B2828;
	font-weight: 600;
	font-size: 1.6rem;
}

.global-nav .nav-list .nav-item a {
	min-width: 120px;
	width: 100%;
	color: #2B2828;
	padding: 0.6em 0.4em;
	text-align: center;
	text-decoration: none;
	font-size: 1.4rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.global-nav .nav-list .nav-item a#recruit_link {
	min-width: auto;
}

.global-nav .nav-list .nav-item > a{
	word-break: keep-all;
}

.underlayer .global-nav .nav-list .nav-item a,
.underlayer .global-nav .nav-list ul li:first-child a,
#top-head.fixed .global-nav .nav-list .nav-item a,
#top-head.fixed .global-nav .nav-list ul li:first-child a{
	color: #2B2828;
}

.global-nav .nav-list .nav-item a:before {
	position: absolute;
	bottom: 0;
	left: 10%;
	content: '';
	width: 80%;
	height: 2px;
	background: #E60019;
	transform: scale(0, 1);
	transform-origin: center top;
	transition: transform .3s;
}

.global-nav .nav-list .nav-item a.megamenu-sub,
.global-nav .nav-list .nav-item a.megamenu-sub2,
.global-nav .nav-list .nav-item a.megamenu-sub3{
	position: relative;
}

.global-nav .nav-list .nav-item a.megamenu-sub:after,
.global-nav .nav-list .nav-item a.megamenu-sub2:after,
.global-nav .nav-list .nav-item a.megamenu-sub3:after{
	position: absolute;
	right: 15px;
	content: "\f061";
	font-family: 'FontAwesome';
}


.global-nav .nav-list .nav-item:nth-child(8) a:before,
.global-nav .nav-list .nav-item:nth-child(9) a:before {
	display: none;
}

.global-nav .nav-list .nav-item a:hover::before {
	transform: scale(1, 1);
}

.global-nav .nav-list .nav-item:nth-child(8){
	margin: 0 0 0 10px;
}


.global-nav .nav-list .nav-item:nth-child(8) a,
.global-nav .nav-list .nav-item:last-child a {
	border-right: none;
	min-width: 74px;
}

.sub-iconBox li.lang-link .nav-item_sub,
.sub-iconBox li:nth-child(2) .nav-item_sub{
	padding: 15px;
}
.sub-iconBox li.lang-link .nav-item_sub .nav-inner ul{
	border: none;
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.sub-iconBox li.lang-link .nav-item_sub .nav-inner ul li{
	display: flex;
	align-items: center;
	border-left: none;
	padding: 0;
}
.sub-iconBox li.lang-link .nav-item_sub .nav-inner ul li:last-child{
	border-right: none;
}
#top-head.fixed .sub-iconBox li.lang-link .nav-item_sub .nav-inner ul li{
	border: none;
	padding: 0;
}

.sub-iconBox li.lang-link .nav-item_sub .nav-inner ul li a{
	padding: 10px !important;
}
.sub-iconBox li.lang-link .nav-item_sub .nav-inner ul li a:hover{
	background: none !important;
	text-decoration: underline !important;
	color: #333 !important;
}

.sub-iconBox li.lang-link .nav-item_sub .nav-inner{
	max-width: 100%;
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
	padding-right: 8%;
}

.search-box{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin: 0 auto;
	padding-right: 4.6%;
}

#search #___gcse_0{
	max-width: 260px !important;
	width: 100% !important;
}
.gsc-input-box,
.gsib_a{
	padding: 0 !important;
	line-height: 40px !important;
}
input.gsc-input{
	padding: 0 10px !important;
	line-height: 40px !important;
}
input.gsc-input:focus{
	background-color: #fff !important;
}
.gsc-search-button{
	height: 40px !important;
	cursor: pointer !important;
}

/* サブナビゲーション */
@media screen and (min-width: 769px) {
.nav-item_sub {
	display: none;
	background: #D0E2EB;
	left: 0;
	margin: 0 calc(50% - 50vw);
	position: absolute;
	top: 112px;
	width: 100vw;
	padding: 40px;
	max-height: calc(100vh - 110px);
	overflow: auto;
}
.nav-item_sub .flex-ttl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1000px;
	margin: 0 auto 10px;
}
.nav-item_sub .flex-ttl h2{
	font-size: 2.4rem;
}
	
.global-nav .nav-list .nav-item h2 a{
	color: #2B2828;
	font-size: 2.4rem;
	height: auto;
	padding: 0;
	width: auto;
}
.global-nav .nav-list .nav-item h2 a:before{
	position: absolute;
	bottom: -13px;
	left: 0;
	content: '';
	width: 100%;
}
	
	.on-height1{
		max-height: 480px;
		height: 100vh;
	}
	
	.on-height2{
		max-height: 320px;
		height: 100vh;
	}
	
	.on-height{
		max-height: 650px;
		height: 100vh;
	}
	
	
	body .nav-item_sub {
		/* top: 107px; */
		top: 80px;
	}
	body.fixed .nav-item_sub {
		top: 80px;
	}
	

.close-btn{
	color: #707070;
	font-size: 5.0rem;
	cursor: pointer;
	text-align: right;
}

.nav-item_sub .nav-inner {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
}

.nav-item_sub .nav-inner ul {
	width: 34%;
	/*height: 100%;*/
	border-right: 1px solid #707070;
}

.nav-item_sub .nav-inner ul li{
	/*border-right: 1px solid #707070;*/
	margin: 0;
	border-left: none;
	padding: 0;
}

.nav-item_sub .nav-inner ul li#SportsSupport .menu__second{
	width: 36%;
}

.nav-item_sub .nav-inner ul li a{
	display: block;
	color: #2B2828 !important;
	text-align: left !important;
	padding: 10px 20px !important;
	font-size: 16px;
	font-weight: 600;
	transition: 0.5s ease;
	height: auto !important;
	justify-content: flex-start !important;
}

.nav-item_sub .nav-inner ul li a:hover:before{
	display: none;
}

.nav-item_sub .nav-inner ul li a:hover{
	background: #677E9F;
	width: 100%;
	color: #fff !important;
}
	
.global-nav .nav-list .nav-item_sub a {
	text-align: left;
	position: relative;
}

	.menu__second{
		display: none;
		position: absolute;
		top: 0;
		left: 34%;
		width: 34%;
	}
	
	.menu__second.on{
		display: block;
		animation-name:fadeInAnime;
		animation-duration:0.8s;
		animation-fill-mode:forwards;
		opacity:0;
	}
	
	@keyframes fadeInAnime{
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}
	
	.menu__third{
		display: none;
		position: absolute;
		top: 0;
		left: 100%;
		width: 100% !important;
	}
	
	.menu__third.on{
		display: block;
		animation-name:fadeInAnime;
		animation-duration:0.8s;
		animation-fill-mode:forwards;
		opacity:0;
	}
	
}

/* SP時：ハンバーガーメニューボタン */
.global-nav-icon {
	display: none;
}

.sp-link{
	display: none !important;
}

@media screen and (max-width: 1300px) {
	.nav-item_sub {
		margin: 0 auto;
	}
}

@media screen and (max-width: 1200px) {
	.global-nav .nav-list ul li{
		padding: 0 5px;
	}
	
	.global-nav .nav-list .nav-item:nth-child(8) a,
	.global-nav .nav-list .nav-item:last-child a{
		min-width: 50px;
	}
	
	
	.global-nav .nav-list .nav-item a {
		min-width: inherit;
	}
	
	
}

@media screen and (max-width: 768px) {
	.global-nav-header,
	#top-head .head-box{
		display: flex;
		align-items: center;
		/* height: 78px; */
		height: 60px;
		padding: 0px 10px;
	}
	body.fixed #top-head .head-box{
		height: 60px;
	}
	.right-box{
		position: absolute;
		right: 0;
	}
	.global-nav-header{
		height: 60px;
	}

	.global-nav .nav-list {
		background: #D0E2EB;
		display: none;
		left: 0;
		padding: 65px 0 0;
		position: absolute;
		width: 100%;
		height: auto;
		transition: inherit;
	}
	
	.global-nav .nav-list .nav-item{
		height: auto;
		display: block;
		border-bottom: 2px solid #ddd;
		margin: 0 10px;
	}
	
	#top-head.fixed .global-nav .nav-list{
		height: auto;
	}
	
	.global-nav .nav-list .nav-item:first-child a{
		border-left: none;
	}
	
	.nav-inner{
		padding: 0;
	}
	
	.nav-inner ul li{
		border-bottom: 1px solid #eee;
	}
	.nav-inner ul li:last-child{
		border-bottom: none;
	}
	
	.global-nav .nav-list ul li{
		padding: 0;
		border-left: none;
	}
	
	.global-nav .nav-list .nav-item a {
		border-right: none;
		color: #333;
		padding: 15px;
		text-align: left;
		font-size: 1.6rem !important;
		height: auto;
		justify-content: left;
	}
	
	.global-nav .nav-list .nav-item > a:after {
		content: "\f105";
		font-family: 'FontAwesome';
		position: absolute;
		right: 16px;
		font-size: 2.2rem;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.global-nav .nav-list .nav-item.mega-menu > a:after {
		content: "＋";
		position: absolute;
		right: 10px;
		font-size: 2.2rem;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.global-nav .nav-list .nav-item.mega-menu > a.open:after {
		content: "ー";
		position: absolute;
		right: 10px;
		font-size: 2.2rem;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.global-nav .nav-list .nav-item p{
		display: none;
	}
		.global-nav .nav-list .nav-item.mega-menu .nav-item_sub .nav-inner ul li a:after {
			content: "\f105";
			font-family: 'FontAwesome';
			position: absolute;
			right: 16px;
			font-size: 2.2rem;
			top: 50%;
			transform: translateY(-50%);
		}
	
	.global-nav .nav-list .nav-item.mega-menu .nav-item_sub .nav-inner ul li a.megamenu-sub3::after {
		content: "＋";
		position: absolute;
		right: 10px;
		font-size: 2.2rem;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.global-nav .nav-list .nav-item:last-child a {
		border-bottom: none;
	}
	
	.global-nav .nav-list .nav-item a::before{
		display: none;
	}
	
	/* Toggle Button */
		#nav-toggle {
		display: none;
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
		z-index: 101;
	}
	#nav-toggle div {
		position: relative;
	}
	#nav-toggle span {
		display: block;
		position: absolute;
		height: 4px;
		width: 60%;
		background: #45b5e6;
		left: 13px;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
		border-radius: 4px;
	}
	#nav-toggle span:nth-child(1) {
		top: 14px;
	}
	#nav-toggle span:nth-child(2) {
		top: 28px;
	}
	#nav-toggle span:nth-child(3) {
		top: 42px;
	}
	#nav-toggle {
		display: block;
		height: 60px;
		width: 65px;
	}
	#nav-toggle p {
		color: #262a2d;
		font-family: 'Bubblegum Sans', cursive;
		font-size: 1.6rem;
		text-align: center;
		position: absolute;
		top: 41px;
		left: 50%;
		transform: translateX(-50%);
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		transform: translateY(6px) rotate(-45deg);
		top: 19px;
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 31px;
		transform: translateY(-6px) rotate(45deg);
	}

	/* #global-nav スライドアニメーション */
	.open #global-nav {
		top:60px;
		/*transform: translateY(556px);*/
	}
	
	.nav-item_sub {
		display: none;
	}

	.global-nav {
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		/*height: 100%;
		overflow: auto;*/
	}

	.nav-list {
		height: 100%;
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.global-nav .nav-list .nav-item:nth-child(8){
		margin: 0;
	}
	
	#top-head .global-nav .nav-list .nav-item:nth-child(8),
	#top-head .global-nav .nav-list .nav-item:nth-child(9){
		display: none;
	}
	
	.sp-link{
		display: flex;
		padding: 20px 10px;
	}
	
	.global-nav .nav-list .sp-link .nav-item {
		border-bottom: none;
		width: 48%;
	}
	
	.global-nav .nav-list .sp-link .nav-item a:after{
		display: none;
		
	}
	
	.global-nav .nav-list .sp-link li span{
		display: flex !important;
		align-items: center;
		justify-content: center;
		letter-spacing: 2px;
	}
	
	.global-nav .nav-list .sp-link li a{
		display: block;
		color: #fff;
		font-weight: bold;
		border-radius: 5px;
		font-size: 1.8rem !important;
	}
	.global-nav .nav-list .sp-link li:first-child a span:before{
		content: "\f16d";
		font-family: 'FontAwesome';
		display: inline-block;
		font-size: 26px;
		font-weight: normal;
		padding-right: 5px;
	}
	.global-nav .nav-list .sp-link li:first-child a{
		font-family: 'Bubblegum Sans', cursive;
		border: none;
		background: #bb9dcf;
	}
	.global-nav .nav-list .sp-link li:last-child a{
		background: #6ac7e6;
	}
	
	.global-nav .nav-list .sp-link li:last-child a span:before{
		content: "\f002";
		font-family: 'FontAwesome';
		display: inline-block;
		font-size: 26px;
		font-weight: normal;
		padding-right: 5px;
	}
	
	.global-nav .nav-list ul.sp-subflex{
		display: flex !important;
		padding: 20px;
		justify-content: flex-end;
		align-items: center;
		position: relative;
	}
	.global-nav .nav-list .sp-subflex li{
		margin: 0;
		border-left: 1px solid #333;
	}
	.global-nav .nav-list .sp-subflex li a{
		display: block;
		padding: 5px 0;
	}
	.global-nav .nav-list .sp-subflex li a img{
		width: 50%;
	}
	.global-nav .nav-list ul.sub-iconBox.sp-subflex > li:first-child{
		padding: 0;
		border-left: 1px solid #333;
	}
	.global-nav .nav-list ul.sub-iconBox.sp-subflex > li:first-child a{
		width: 60px;
		height: 40px;
		font-size: 16px !important;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.global-nav .nav-list ul.sub-iconBox li:last-child{
		border-right: 1px solid #333;
	}
	.global-nav .nav-list ul.sub-iconBox li .nav-item_sub {
		position: absolute;
		bottom: -45px;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 90%;
	}
	.global-nav .nav-list ul.sub-iconBox li .nav-item_sub .search-box {
		display: flex;
		justify-content: center;
		padding-right: 0;
		width: 100%;
	}
	.global-nav .nav-list ul.sub-iconBox li .nav-item_sub .search-box form {
		display: flex;
		width: 100%;
		justify-content: center;
	}
	.global-nav .nav-list ul.sub-iconBox li .nav-item_sub .search-box form input {
		font-size: 16px;
	}
	#___gcse_1{
		max-width: 260px !important;
		width: 100% !important;
	}
	.gsst_a{
		height: 40px !important;
	}
	.sub-iconBox li.lang-link .nav-item_sub .nav-inner ul {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.sub-iconBox li.lang-link .nav-item_sub .nav-inner{
		padding: 0;
	}
	.sub-iconBox li.lang-link .nav-item_sub .nav-inner ul li {
		border-bottom: none;
	}
	.sub-iconBox li.lang-link .nav-item_sub .nav-inner ul li a{
		font-size: 15px !important;
		padding: 0 10px !important;
	}
	.flex-ttl{
		display: none;
	}
	
	.global-nav .nav-list .nav-item{
		border-bottom: 1px solid #fff;
	}
	
	.global-nav .nav-list .nav-item:last-of-type{
		border-bottom: none;
	}
	
	.global-nav .nav-list ul li:first-child a{
		color: #333;
	}
	
	.menu__second,
	.menu__third{
		display: none;
		position: relative;
		top: inherit;
		left: inherit;
		width: 100%;
	}
	.global-nav .nav-list .nav-item.mega-menu .parent-link .nav-item_sub .nav-inner ul li a::after,
	.global-nav .nav-list .nav-item.mega-menu .nav-item_sub .nav-inner ul li a.megamenu-sub::after,
	.global-nav .nav-list .nav-item.mega-menu .nav-item_sub .nav-inner ul li a.megamenu-sub2::after{
		content: "＋";
		position: absolute;
		right: 10px;
		font-size: 2.2rem;
		top: 50%;
		transform: translateY(-50%);
	}
	.global-nav .nav-list .nav-item.mega-menu .parent-link.open .nav-item_sub .nav-inner ul li a.active-link::after,
	.global-nav .nav-list .nav-item.mega-menu .nav-item_sub .nav-inner ul li a.megamenu-sub.active-link::after,
	.global-nav .nav-list .nav-item.mega-menu .nav-item_sub .nav-inner ul li a.megamenu-sub2.active-link::after{
		content: "ー";
		position: absolute;
		right: 10px;
		font-size: 2.2rem;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.global-nav .nav-list .nav-item.mega-menu .nav-item_sub .nav-inner ul li ul li .menu__third.on li a::after{
		content: "\f105";
		font-family: 'FontAwesome';
		position: absolute;
		right: 16px;
		font-size: 2.2rem;
		top: 50%;
		transform: translateY(-50%);
	}
	
	
	.menu__second.on .sub-top::after, .menu__third.on .sub-top::after{
		display: none;
	}
	
}

/* ------------------------------------------------------------------------ */

/* Contents

/* ------------------------------------------------------------------------ */
#contentsBlock{
	padding-top: 132px;
}
#contentsBlock.no-space{
	padding-top: 80px;
}

.crumb{
	display: flex;
	align-items: center;
	padding: 5px 0;
	max-width: 950px;
	width: 100%;
	margin: 10px auto 0;
	flex-wrap: wrap;
}

.crumb li{
	font-size: 1.4rem;
	padding-right: 10px;
}

.crumb li:not(:last-of-type):after{
	content: "\f105";
	font-family: 'FontAwesome';
	padding-left: 10px;
}

.crumb li:last-of-type{
	font-weight: bold;
}

.crumb li a{
	color: #262a2d;
}
.crumb li a:hover{
	text-decoration: underline;
}

@media screen and (max-width: 1300px){
	.crumb{
		overflow: auto;
		white-space: nowrap;
	}
}
@media screen and (max-width: 768px){
	#contentsBlock{
		padding-top: 100px;
	}
	#contentsBlock.no-space{
		padding-top: 60px;
	}
}

/* ------------------------------------------------------------------------ */

/* Footer

/* ------------------------------------------------------------------------ */
footer{
	margin-top: 140px;
}

footer .footer-inner{
	background: #D1E3EC;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	padding: 50px 0;
}

.footer-top-inner{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.footer-top-inner ul{
	text-align: left;
}

.footer-top-inner ul > li > a{
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.footer-top-inner ul > li > a + ul >li{
	margin-bottom: 0;
}
.footer-top-inner ul > li > a + ul >li > a{
	font-size: 1.4rem;
	font-weight: normal;
}

.footer-top-inner ul > li > a + ul >li.technology-ttl > a{
	pointer-events: none;
	font-weight: bold;
}

.footer-top-inner ul > li > a + ul >li > ul.link-inner{
	margin: 0 10px;
}
.footer-top-inner ul > li > a + ul >li > ul.link-inner li a:before{
	content: "-";
	display: inline-block;
	padding-right: 5px;
}

footer .footer-btm{
	background: #080808;
	padding: 40px 0;
}

footer .footer-btm .footer-btm-inner{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

footer .footer-btm ul{
	display: flex;
}
footer .footer-btm ul li{
}
footer .footer-btm ul li a{
	color: #fff;
	border-right: 1px solid #fff;
	padding: 0 15px;
	display: inline-block;
}

footer .footer-btm ul li:first-child a{
	border-left: 1px solid #fff;
}

footer .footer-btm .footer-btm-inner p{
	color: #fff;
}

@media screen and (max-width: 1200px){
	footer .footer-inner{
		padding: 50px 20px;
	}
}

@media screen and (max-width: 1000px){
	footer .footer-inner .left-area > div{
		flex-wrap: wrap;
	}
	
	footer .footer-inner .left-area ul{
		margin-right: 30px;
	}
	
	footer .footer-inner .left-area,
	footer .footer-inner .right-area{
		width: 50%;
	}
	
}


@media screen and (max-width: 768px){
	footer .footer-inner .left-area ul li a{
		position: relative;
		font-size: 1.6rem;
	}
	
	footer .footer-inner{
		padding: 20px;
	}
	
	footer .footer-inner .footer-top-inner{
		display: block;
	}
	
	footer .footer-inner .footer-top-inner ul li a + ul{
		display: none;
	}
	
	footer .footer-inner .footer-top-inner ul li{
		border-bottom: 1px solid #fff;
	}
	footer .footer-inner .footer-top-inner ul li > ul li:last-child{
		border-bottom: none;
	}
	footer .footer-inner .footer-top-inner ul li a{
		position: relative;
		display: block;
		padding-top: 10px;
		text-decoration: none;
	}
	
	.footer-top-inner ul > li > a + ul > li.technology-ttl > a{
		pointer-events: inherit;
		font-weight: normal;
	}
	
	footer .footer-inner .footer-top-inner ul.ft-active li.technology-ttl a:after{
		content: "＋";
		position: absolute;
		right: 0;
		font-size: 2.2rem;
		top: 60%;
		transform: translateY(-50%);	
	}
	footer .footer-inner .footer-top-inner ul.ft-active li.technology-ttl a.active:after{
		content: "ー";
	}
	footer .footer-inner .footer-top-inner ul.ft-active li.technology-ttl ul li a:after{
		content:"\f105" !important;
	}
	
	footer .footer-inner .footer-top-inner ul li a::after{
		font-family: 'FontAwesome';
		content:"\f105";
		position: absolute;
		top: 62%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 0;
		display: inline-block;
		font-size: 2.6rem;
		line-height: 1.4;
	}
	footer .footer-inner .footer-top-inner ul.accordion_menu li a::after{
		content:"\f107";
		right: 0;
	}
	footer .footer-inner .footer-top-inner ul.accordion_menu li a.active::after{
		font-family: 'FontAwesome';
		content:"\f106";
	}
	
	footer .footer-inner .footer-top-inner ul.in-menu li a::after{
		content: "\f105";
		
	}
	
	
	footer .footer-btm .footer-btm-inner{
		display: block;
	}
	
	footer .footer-btm{
		padding: 20px 10px;
	}
	
	footer .footer-btm ul{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	footer .footer-btm ul li{
		width: 50%;
		margin-bottom: 5px;
	}
	
	footer .footer-btm ul li a{
		font-size: 1.3rem;
		width: 100%;
		padding: 0 5px;
	}
	footer .footer-btm ul li:nth-child(3) a{
		border-left: 1px solid #fff;
	}
	
	footer .footer-btm .footer-btm-inner p{
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 500px){
	footer .footer-inner{
		flex-direction: column-reverse;
	}
	
	footer .footer-inner .left-area,
	footer .footer-inner .right-area{
		width: 100%;
	}
	footer .footer-inner .right-area{
		margin-bottom: 20px;
	}
	
	footer .footer-inner .left-area > div{
		display: block;
		width: 100%;
	}
	footer .footer-inner .left-area ul{
		width: 100%;
		margin: 0 auto;
	}
	footer .footer-inner .left-area ul li{
		border-bottom: 1px dashed #fff;
		margin: 0 auto;
	}
	footer .footer-inner .left-area ul li:first-child{
		border-top: 1px dashed #fff;
	}
	
	footer .footer-inner .left-area ul.facility li a::before{
		content:"+";
		right: 5px;
	}
	footer .footer-inner .left-area ul.facility li a.open::before{
		content:"ー";
	}
	footer .footer-inner .left-area ul.facility li:last-child{
		border: none;
	}
	
	footer .footer-inner .left-area ul li a{
		display: block;
		padding: 10px;
	}
	
	footer .footer-inner .left-area ul li a::before{
		position: absolute;
		right: 10px;
		padding: 0;
		font-size: 24px;
		line-height: 1;
	}
	
	footer .footer-inner .left-area ul li ul{
		margin: 0 auto;
		display: none;
	}
	
	
	footer .footer-inner .left-area p{
		text-align: center;
		padding: 40px 0 0;
		width: 100%;
		font-size: 12px;
	}
}

/* ------------------------------------------------------------------------ */

/* スマホ

/* ------------------------------------------------------------------------ */

@media screen and (max-width: 768px){
	.inner{
		max-width: 750px;
		width: 100%;
		margin: 0 auto 70px;
		padding: 0 20px;
	}
	
	#top-head .inner{
		height: inherit;
	}
	
	.main_title{
		padding: 45px 0;
		margin-bottom: 45px;
	}
	h2{
		font-size: 2.0rem;
		font-weight: 400;
	}
	.crumb_sp_wrapper{
		display: block;
	}
}


/*----------------------------------------------*/
/*アニメーション*/
/*----------------------------------------------*/
.img-fade-left,
.img-fade-right,
.img-fade {
	-webkit-transition: all 1s;
    -moz-transition: all .1s;
    transition: all 1s;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity:0;
	position: relative;
}

.img-fade-low {
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity:0;
}

.fade-act {
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity:1;
}

.img-ride {
	overflow: hidden;
	position: relative;
}

.img-ride a.bnr,
.img-ride .show-in,
.img-ride img {
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity:0;
}

.img-ride::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	display: inline-block;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#232323+0,143284+100 */
	background: #232323; /* Old browsers */
	background: -moz-linear-gradient(left,  #232323 0%, #143284 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #232323 0%,#143284 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #232323 0%,#143284 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#143284',GradientType=1 ); /* IE6-9 */
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
	left: -100%;
	top:0;
}

.img-ride.fade-act::after {
	animation: c-color 1s ease-in-out 1;
	-webkit-animation: c-color 1s ease-in-out 1;
	left: -130%;
	z-index: 100;
}

@-webkit-keyframes c-color {
	0% { left: -100%; }
	50% { left: 0%; }
	100% { left: 100%; }
}
@keyframes c-color {
	0% { left: -100%; }
	50% { left: 0%; }
	100% { left: 100%; }
}

.img-ride.fade-act a.bnr,
.img-ride.fade-act .show-in,
.img-ride.fade-act img {
	animation: c-fade 1s ease-out .5s 1 forwards;
	-webkit-animation: c-fade 1s ease-out .5s 1 forwards;
}

@-webkit-keyframes c-fade {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@keyframes c-fade {
	0% { opacity: 0; }
	100% { opacity: 1; }
}

.img-ride.fade-end a.bnr,
.img-ride.fade-end .show-in,
.img-ride.fade-end img {
	animation: c-fade-end 1s ease-out 1 forwards;
	-webkit-animation: c-fade-end 1s ease-out 1 forwards;
}

@-webkit-keyframes c-fade-end {
	0% { opacity: 1; }
	100% { opacity: 0; }
}
@keyframes c-fade-end {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

