@charset "UTF-8";
*{box-sizing: border-box;}
h1, h2, h3, h4, h5, h6, body, html, p, li, dt, dd, pre, form, fieldset, figure {
	font-family:"Noto Sans JP",-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #222;
	font-style: normal;
	font-size: 100%;
	line-height: 1.0;
}
.serif{
	font-family: 'Noto Serif Japanese', serif, sans-serif !important;
}
:root {/*色の管理【指定→var(--main-color);】*/
	--main-color: #011327;
}
html {
	font-size: 62.5%;
	overflow-y:scroll;
}
body {
	font-size: 1.3rem;
	overflow: hidden;
}
ul, ol, dl, img {
	margin: 0px;
	padding: 0px;
}
ul, ol {
	list-style-type: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 0%;
	line-height: 0%;
	vertical-align: bottom;
	/*max-width:100%;*/
	width:100%;
}
a {
	text-decoration: none;
}
a:hover {
	opacity: 0.6;
	transition: .15s;
}
:link {
	color: inherit;
}
:active {
	color: inherit;
}
:hover {
	/* color: inherit; */
	outline:none;
	text-decoration: none;
}
:visited {
	color: inherit;
}

/* clearfix */
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.container {
	width:95%;
	margin: 0 auto;
}

.inner {
	width:90%;
	margin: 0 auto;
}
/* clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.on_pc{
	display: none;
}
.on_sp{
	display: block;
}

/*section.section{
	min-height: 100vh;
}*/
.blue{
	color:#355aff;
}
.orange{
	color:#ff6721;
}
.bold{
	font-weight: 700;
}

/*------------------------------------------
スマホ/sp
------------------------------------------*/

/*------------ 非アクティブ --------------*/

a[href="javascript:void(0)"] {
	opacity: 0.2;
	cursor: inherit;
}
/*------------ ヘッダー --------------*/
.header {
	width:100%;
	background-color: var(--main-color);
	z-index: 2;
	position: fixed;
	top:0;
	/*box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.1);*/
}
.header_inner {
	position:relative;
}

/*------------ ロゴ --------------*/
.header_logo span{
	color: var(--main-color);
	font-size: 1rem;
	padding: 0 0 0.8rem 0.8rem;
    display: inline-block;
}
.header_logo a{
	padding:1.2rem;
	display: block;
}
.header_logo img, .header_logo svg{
	width: 35%;
}
/*------------ グローバルナビ --------------*/
.header_blk{
	width: 100%;
}
.header_nav{
	display: none;
	z-index: 2;
	background:var(--main-color);
	position: fixed;
	top:0px;
	width: 100vw;
	height:100vh;
}
.header_nav__list{
	margin-top:20vh;
	border-bottom:1px dotted #222;
}
.header_nav__cat{
	position: relative;
}
.header_nav__text{
	border-top:1px dotted #333;
}
.header_nav__link{
	font-size: 1.8rem;
    padding: 2rem;
	color:#fff;
	display: block;
	width: 100%;
    text-align: center;
}
.header_nav__text_en{
	display: none;
}
.header_nav__item{
	font-size: 1.4rem;
	display: block;
	color:#fff;
	width:100%;
	padding:0 0 2rem 4rem;
}

/*------------ スマホ/アコーディオン --------------
.toggle_contents{
	display: none;
}*/
.header_nav__mark{
	position: absolute;
	top: 1rem;
	right:2rem;
	z-index: 2;
}
.header_nav__icon {
	position: relative;
	width: 3rem;
	height: 3rem;
	background: #fff;
	border-radius: 50%;
}
.header_nav__icon::before, .icon__plus::after {
	position: absolute;
	top: 1.3rem;
	left: 50%;
	content: '';
	display: inline-block;
	width: 2rem;
	height: 2rem;
	border-top: 2px solid #000;
	transform: translateX(-50%);
}
.icon__plus:after {
	top: 0.3rem;
	left: -0.5rem;
	transform: rotate(90deg);
}
.open .icon__plus:after {
	display: none;
}
/*------------ お問い合わせ --------------*/
.header_request__button{
	/*z-index: 2;*/
    position: fixed;
    top: 3.5vw;
    right: 15vw;
    width: 6%;
}
.header_request__button a{
    padding: 1.2rem;
	color:#fff;
	display: block;
}
.header_request__button_text{
	display: none;
}
.header_request__button_img{
	display: block;
}
/*------------ バーガーメニュー 通常 --------------*/
.header_trigger {
	position: fixed;
    z-index: 11;
    top: 0;
    right: 0;
    /* width: 29vw; */
    height: 13vw;
    /* background: #fff; */
    padding: 3vw 4vw;
    display: flex;
    justify-content:center;
    align-items: center;
    /* box-shadow: 1px 2px 5px rgb(0 0 0 / 20%); */
    transition: width 0.5s;
}
.header_trigger span {
	width: 100%;
	height: 3px;
	background-color: #fff;
	/*border-radius: 4px;*/
	transition: 0.7s;
	display: block;
}
.header_trigger__bar {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 6.5vw;
    height: 100%;
    padding: 0;
}
.header_trigger__txt {
    font-size: 3.8vw;
	font-weight:bold;
}
.header_trigger.is-active span:nth-of-type(1) {
	transform: translate3d(0, 1.2vw, 0) rotate(-45deg);	
}
.header_trigger.is-active span:nth-of-type(2) {
	display: none;
}
.header_trigger.is-active span:nth-of-type(3) {
	transform: translate3d(0, -2.2vw, 0) rotate(45deg);
}


/*------------ コンテンツエリア --------------*/



/*------------ フッター --------------*/
.footer_copyright {
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
	width:90%;
	font-size: 1.5rem;
	margin:0 auto;
	padding: 3rem 0;
	border-top:1px solid #fff;
	text-align: center;
}
.footer_copyright__menu{
	width:100%;
	margin:0;
}
.footer_copyright__menu_list{
	display: flex;
    flex-flow: row wrap;
    justify-content:center;
	font-size: 1.3rem;
}
.footer_copyright__menu_li{
	border-left:1px solid #fff;
	padding: 0 1rem;
}
.footer_copyright__menu_li:last-of-type{
	border-right:1px solid #fff; 
}
.footer_copyright__menu_li a{
	color:#fff;
}
.copyright{
	color:#fff;
	width:100%;
	margin-top:1rem;
}
.btn_overlay1 {
    position: fixed;
    bottom:1rem;
    right:1rem;
    z-index: 999;
	width: 45px;
}


/*------------------------------------------
PC画面
------------------------------------------*/
@media screen and (min-width: 768px) {
	/*------------ ボディ --------------*/
	body {
		font-size: 1.7rem;
	}
	.container {
		width:1200px;
	}
	.inner {
		max-width: 1280px;
		width:90%;
	}
	
	/*------------ ヘッダー --------------*/
	.header_inner {
		width: 1200px;
		margin:0 auto;
	}
	.header_blk{
		position: relative;
		width: 95%;
		max-width: 1400px;
		margin: 0 auto;
	}
	/*------------ ロゴ --------------*/
	.header_logo{
		width: 17%;
	}
	.header_logo img, .header_logo svg {
		width: 100%;
	}
	.header_logo a{
		padding:2.5rem 2.5rem 2.5rem 0;
		display: block;
	}
	.header_logo a:hover{
		opacity: 1.0;
	}
	.header_logo span {
		font-size: 1.5rem;
		padding: 0 0 1.3rem 3.5rem;
	}
	
	/*------------ グローバルナビ --------------*/
	.header{
		/*min-width: 1200px;*/
		background-color: rgba(255,255,255,0.0);
		animation: animationheader2 1.0s forwards ease-in-out 0s;
	}
	.header.on{
		animation: animationheader1 1.0s forwards ease-in-out 0s;
	}
	.header_nav{
		display: block;/**/
		background: none;
		position:absolute;
		top: 1vw;
		right:0;
		width:auto;
		height:auto;
	}
	.header_nav__list{
		margin-top:0;
		border-bottom:none;
	}
	.header_nav__cat{
		text-align: center;
		float: left;
		margin: 0 1vw;
	}
	.header_nav__text{
		border-top:none;
	}
	.header_nav__text.active,.header_nav__link:hover{
		border-bottom: 3px solid #ff6721;
	}
	.header_nav__text.active .header_nav__link:hover{
		border-bottom: none;
	}
	.header_nav__link{
		padding: 1.5rem 0.5rem;
		color:#fff;
		border-top:none;
		width: 100%;
	}
	.header_nav__link.header_nav__img{
		padding: 0.4vw 1.5rem;
	}
	.header_nav__text_en{
		display:block;
		line-height: 1;
		letter-spacing:0.1rem;
		font-family: "Roboto","Noto Sans JP",-apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Segoe UI', YuGothic, 'Yu Gothic Medium', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	}
	.header_nav__text_jp{
		display:block;
		/*font-size: 0.75vw;*/
		font-size: /*1.45rem*/ calc(10px + 6 * ((100vw - 768px) / 1152));
		font-weight: 500;
	}
	.header_nav__img img, .header_nav__img svg{
		width:45px;
	}
	.header_nav__sublist{
		visibility: hidden;
		opacity: 0;
		z-index: 1;	
		position: absolute;
		left: 0px;
		background: rgba(0,0,0,0.8);
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
	}
	.header_nav__cat:hover .header_nav__sublist {
		visibility: visible;
		opacity: 1;
	}
	.header_nav__item{
		text-align: left;
		width:100%;
		white-space: nowrap;
		padding: 0.5rem 4rem 1rem;
	}

	/*------------ スマホ/アコーディオン --------------
	.toggle_contents{
		display: initial;
	}
	.header_nav__mark{
		display: none;
	}*/
	
	/*------------ バーガーメニュー 通常 --------------*/
	/*------------ お問い合わせ --------------*/
	/*.header_request__button, */.header_trigger {
		position: initial;
		display: none;
	}
	.header_request__button{
		position: absolute;
		top: 0;
		right: 0;
		padding: 1.77% 0;
		text-align: center;
		/*height:8rem;*/
		border-left:1px solid #fff;
		font-size: 1.6rem;
		color: #fff;
		width: 12%;
	}
	.header_request__button:hover{
		background-color: #373666;
	}
	.header_request__button_text{
		display: block;
	}
	.header_request__button_img{
		display: none;
	}
	
	/*------------ コンテンツエリア --------------*/
	/*#fullpage{
		min-width: 1200px;
	}*/
	
	/*------------ フッター --------------*/
	.footer_copyright {
		max-width: 1400px;/**/
		/*position: absolute;
		bottom:2rem;
		left:50%;
		transform: translateX(-50%);*/
	}
	.footer_copyright__menu{
		width:50%;/**/
	}
	.footer_copyright__menu_list{
		justify-content:start;/**/
		font-size: 1.2rem;/**/
	}
	.footer_copyright__menu_li{
		padding: 0 2rem;/**/
	}
	.copyright{
		width:50%;/**/
		margin-top:0;/**/
		text-align: right;/**/
	}
	.copyright small{
		/*margin-right: 6rem;*/
	}
	
	.btn_overlay1 {
		bottom:2rem;
		right:2rem;
		width: 75px;
	}

	.on_pc{
		display: block;
	}
	.on_sp{
		display: none;
	}
	
	/*------------ ページスライド --------------*/
	#fp-nav ul li a span, .fp-slidesNav ul li a span{
		background: #fff !important;
		box-shadow: 0 0 3px 3px rgba(0,0,0,0.1);
	}
	#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
		background: var(--main-color) !important;
		box-shadow: 0 0 3px 3px rgba(255,255,255,0.5);
	}
}
@keyframes animationheader1 {
	0%{
		background-color: rgba(1,19,39,0.0);
	}
	100%{
		background-color: rgba(1,19,39,0.8);
	}
}
@keyframes animationheader2 {
	0%{
		background-color: rgba(1,19,39,0.8);
	}
	100%{
		background-color: rgba(1,19,39,0.0);
	}
}