@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese');

/* ------------------------------
reset
------------------------------ */

a{
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
} 
html{
	font-size: 62.5%;
}
@media screen and (max-width : 1240px) {
	html {
		font-size: 0.813vw;
	}
}
@media screen and (max-width : 1070px) {
	html {
		font-size: 0.95vw;
	}
	
}
@media screen and (max-width : 767px) {
	html {
		font-size: 2.4vw;
	}
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form, input, textarea {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;  
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	color: #000;
}
img { vertical-align: bottom; }

/* ------------------------------
base
------------------------------ */

body{
	position: relative;
	font-size: 1.5rem;
	overflow-x: hidden;
}
p,table,dl,ol,ul li  {
	font-size: 1.5rem;
	line-height: 1.7;
}

/* ------------------------------
contents
------------------------------ */

.wrap{
	max-width: 1090px;
	box-sizing: border-box;
	padding: 0 2em;
	margin: 0 auto;
}
.wrap_l{
	max-width: 1260px;
	box-sizing: border-box;
	padding: 0 2em;
	margin: 0 auto;
}
.wrap_l--plan{
	max-width: 1270px;
}
.wrap_s{
	max-width: 1030px;
	box-sizing: border-box;
	padding: 0 2em;
	margin: 0 auto;
}
.wrap_ss{
	max-width: 890px;
	box-sizing: border-box;
	padding: 0 2em;
	margin: 0 auto;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	transition: 0.3s;
}
#header.scroll{
	background-color: #fff;
}
#header .logo{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 1.6rem;
	z-index: 101;
}
#header .logo a{
	transition: 0.3s;
}
#header .logo a:hover{
	opacity: 0.8;
}
#header .logo a{
	width: 12.5em;
	margin-right: 1.875em;
}
#header .logo a img{
	width: 100%;
	height: auto;
	opacity: 1;
	transition: 0.3s;
}
#header .logo span{
	font-size: 2.4rem;
	font-weight: 700;
	flex-shrink: 0;
	color: #fff;
	line-height: 1.0;
	transition: 0.3s;
}
.fixed #header .logo span,
#header.open .logo span,
#header.scroll .logo span,
#header.lower .logo span{
	color: #000;
}
#header .logo a:hover{
	opacity: 0.7;
}
.fixed #header .logo a,
#header.open .logo a,
#header.scroll .logo a,
#header.lower .logo a{
	background: url(../img/common/logo_b@2x.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.fixed #header .logo a img,
#header.open .logo a img,
#header.scroll .logo a img,
#header.lower .logo a img{
	opacity: 0;
}
#toggle {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	z-index: 101;
	transition: 0.3s;
}
.ie #toggle{
	margin-left: 29em;
}
#toggle div {
	position: relative;
	width: 1.375em;
	height: 1.375em;
	box-sizing: border-box;
}
#toggle div::before{
	content: '\f0c9';
	position: absolute;
	top: calc(50% + 0.07em);
	color: #fff;
	left: 50%;
	font-size: 2.1rem;
	transform: translate(-50%,-50%);
	font-family: "Font Awesome 5 PRO";
	font-weight: 300;
	transition: 0.3s;
}
#toggle:hover div::before,
.scroll #toggle div::before,
.lower #toggle div::before{
	color: #000;
}
.open #toggle div::before{
	content: '\f00d';
	color: #000;
}
#toggle p{
	font-weight: 700;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	line-height: 1.0;
	color: #fff;
	margin-left: 0.5em;
	transition: 0.3s;
}
#toggle:hover p,
.open #toggle p,
.scroll #toggle p,
.lower #toggle p{
	color: #000;
}
#header{
	padding: 0 2em;
	box-sizing: border-box;
}
#header #headerWrap{
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1536px;
	margin: 0 auto;
	padding: 3em 1.25em;
	box-sizing: border-box;
	transition: 0.3s;
}
@media screen and (min-width : 1071px) {
	#header #headerWrap{
    padding: 2.4em 1.25em;
  }
}
#header #headerWrap::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	border-radius: 5px;
	z-index: 101;
}
#header.open #headerWrap,
#header.scroll #headerWrap{
	padding: 1.5em 1.25em;
}
#header.scroll #headerWrap::after,
#header.open #headerWrap::after,
#header.lower #headerWrap::after{
	background: #000;
}
#header.lower #headerWrap{
	padding: 4.3rem 1.25em;
}
#header #headerLink{
	display: flex;
}
#header #headerInner{
	display: flex;
}
#header #headerInner .menu{
	display: flex;
	align-items: center;
	margin-right: 120px;
}
#header #headerInner .menu li+li{
	margin-left: 40px;
}
#header #gnavi {
	pointer-events: none;
	/*display: block;*/
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	text-align: center;
	/*padding: 13.5em 0 45px;*/
	background-color: #fff;
	transition: 0.5s;
	box-sizing: border-box;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	opacity: 0;
	z-index: -1;
}
#header #gnavi .inner{
	display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
	width: 65em;
	max-width: 970px;
	margin: 0 auto;
}
#header.open #gnavi{
	pointer-events: all;
	opacity: 1;
	z-index: 100;
}
#header #gnavi .menu li {
	display: block;
	font-size: 1.8rem;
	line-height: 1.0;
	font-weight: 700;
	box-sizing: border-box;
	margin-top: 3em;
}
#header #gnavi .menu li:first-child{
	margin-top: 0;
}
#header #gnavi .menu li a{
	color: #000;
}
#header #gnavi .menu li a i{
	font-size: 1.4rem;
	margin-right: 1em;
	vertical-align: 0.1em;
}
#header #gnavi .menu li a:hover{
	opacity: 1;
}
#header #gnavi .tools{
	width: 50%;
	margin: 65px 0 65px auto;
	padding-right: 45px;
	box-sizing: border-box;
}
main{
	display: block;
}
#footer{
	position: relative;
	background: #000;
}
#footer .pagetop{
	position: absolute;
	bottom: 5em;
	right: 5em;
	width: 1em;
}
#footer .pagetop img{
	width: 100%;
	height: auto;
}
#footer .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4em 2em;
}
#footer .logo{
	width: 13em;
	max-width: 200px;
}
#footer .logo img{
	width: 100%;
	height: auto;
}
#footer .menu{
	display: flex;
	justify-content: flex-start;
	width: calc(100% - 20em);
}
#footer .menu ul + ul{
	margin-left: 5em;
}
#footer .menu li{
	font-weight: 500;
}
#footer .menu li+li{
	margin-top: 1em;
}
#footer .menu li a{
	color: #fff;
	transition: 0.3s;
}
footer .menu li i{
	margin-left: 0.5em;
}
#footer .menu li a:hover{
	opacity: 0.8;
}
#footer .copy{
	text-align: center;
	background: #fff;
	color: #000;
	font-size: 1.3rem;
	padding: 0.5em 0;
}

/* lower */

.container{
	overflow: hidden;
}
.headline{
	font-size: 4.8rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 1.04em;
}

@media screen and (max-width : 1070px) {
	
	#footer .pagetop {
		right: 1.5em;
	}
	
}

@media screen and (min-width : 768px){

	.pc{
		display:block!important;
		line-height: 0;
	}
	.sp{
		display:none!important;
		line-height: 0;
	}
	.gecko #header #gnavi .link,
	.ie11 #header #gnavi .link{
		padding-bottom: 45px;
	}
	/*
	a{
	transition: all 0.3s ease;
	text-decoration: none;
}
	a:hover{
	opacity: 0.7;
}
	*/
}

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

	html{ overflow:auto; }
	body{ min-width: inherit; overflow: hidden;padding-bottom: 100px; }
	p, table, dl, ol, ul li{ text-align: justify;}
	img{ width:100%; height: auto; }
	main{
		display: block;
	}
	.wrap,
	.wrap_l,
	.wrap_s,
	.wrap_ss{
		padding: 0 5vw;
	}
	.pc{
		display:none!important;
		line-height: 0;
	}
	.sp{
		display: block!important;
		line-height: 0;
	}
	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
	}
	#header{
		min-width: inherit;
		padding: 0;
	}
	#header .logo a{
		width: 10em;
		margin-right: 0;
	}
	#header .logo span{
		display: none;
	}
	#header #headerWrap{
		padding: 3vw 4vw;
		transition: 0.3s;
	}
	#header.scroll #headerWrap,
	#header.lower #headerWrap{
		padding: 3vw 4vw;
	}
	#header.open #headerWrap{
		background: #fff;
		padding: 3vw 4vw;
	}
	#header #headerWrap::after{
		background: #fff;
		height: 2px;
		width: 100%;
	}
	#header.scroll #headerWrap::after,
	#header.open #headerWrap::after{
		background: #000;
	}
	#header #headerInner .menu{
		display: none;
	}
	#header #headerInner .link{
		width: 138px;
		align-items: stretch;
		border-left: 1px solid #284b63;
	}
	#header #headerInner .link li{
		font-size: 1.1rem;
		margin-right: 0;
	}
	#header #headerInner .link li a{
		display: flex;
		height: 50px;
		align-items: center;
		padding: 0 10px;
	}
	#header #headerInner .link li+li{
		letter-spacing: -0.05em;
		border: 0;
	}
	#header #headerInner .link li+li a{
		height: 50px;
		background: url(../img/common/icon_login.png) center 9px no-repeat #284b63;
		background-size: 12px auto;
		padding: 30px 5px 0;
		box-sizing: border-box;
	}
	#header #gnavi{
		width: 100%;
		height: 100vh;
		overflow-y: scroll;
		background-color: #fff;
		padding: 22vw 5vw 10vw;
		box-sizing: border-box;
		display: block;
	}
	#header #gnavi .inner{
		display: block;
		width: auto;
	}
	#toggle p{
		font-size: 2.0rem;
	}
	#toggle div::before{
		font-size: 2.0rem;
	}
	#header #gnavi{
		padding-bottom: 30vw;
	}
	#header #gnavi .menu li.current::before{
		content: none;
	}
	#header #gnavi .menu li{
		font-size: 4.2vw;
		margin-top: 1.6em;
		padding: 0;
	}
	#header #gnavi .menu + .menu{
		margin-top: 1.6em;
	}

	#footer .wrap{
		position: relative;
		display: block;
		padding: 8vw 5vw;
	}
	#footer .logo{
		width: 30vw;
		margin: 0 auto 5vw;
	}
	#footer .menu{
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}
	#footer .menu ul{
		width: 45%;
	}
	#footer .menu ul+ul{
		margin: 0;
	}
	#footer .menu li{
		font-size: 1.4rem;
	}
	#footer .menu li+li{
		margin-top: 1em;
	}
	#footer .menu ul:last-child{
		margin-top: 2vw;
	}
	#footer .copy{
		font-size: 2.6vw;
		padding: 1em 0;
	}

	/* lower */

	.headline{
		font-size: 2.6rem;
	}


}

.clear{
	clear:both;
}
/* ------------------------------
clearfix
------------------------------ */

.cf:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

.cf {display: inline-block;} 

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */ 

.c-phrase{	
display: inline-block;	
}

.p-btn-fixed{
	position: fixed;
	right: 0;
	top: 190px;
	z-index: 30;
}

.p-btn-fixed a{
	display: block;
	color: #fff;
	background-color: #000462;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding: 20px;
  font-size: 1.8rem;
  letter-spacing: .05em;
  border-radius: 10px 0 0 10px;
  transition: color,background-color 0.3s ease;
}
.p-btn-fixed a:hover{
	color: #000462;
	background-color: #fff;
	border: 2px solid #000462;
	border-right: none;
	transform: translateY(-2px);
}
.p-btn-fixed a i{
	display: inline-block;
	margin-bottom: 5px
}
@media screen and (max-width : 767px) {
	.p-btn-fixed {
		display: none;
	}
}
.p-btn-fixed-sp{
	display: none;
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 30;
}
.p-btn-fixed-sp ul{
	display: flex;
}
.p-btn-fixed-sp ul li{
	width: 50%;
	border-top: 1px solid #fff;
}
.p-btn-fixed-sp ul li:not(:last-child){
	border-right: 1px solid #fff;
}
.p-btn-fixed-sp ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #000462;
	color: #fff;
	font-size: 38px;
	height: 100px
}
.p-btn-fixed-sp ul li a figure{
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 10px;
}
.p-btn-fixed-sp ul li a figure img{
	width: 60px;
}
.p-btn-fixed-sp ul li a p{
	font-size: 11px;
	color: #fff;
}
@media screen and (max-width : 767px) {
	.p-btn-fixed-sp {
		display: block;
	}
}

.only-pc{}
.only-sp{display: none;}
@media screen and (max-width : 767px) {
	.only-pc{display: none !important;}
	.only-sp{display: block;}
}

.btn{
	width: 23.125em;
	text-align: center;
	font-weight: 700;
	border: 1px solid #000;
	margin: 2.875em auto 0;
}

.btn a{
	position: relative;
	display: block;
	padding: 1.375em 0;
	transition: 0.3s;
}
.btn a::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: calc(100% + 1px);
	z-index: -1;
	content: '';
	background: #000;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
}
.btn a:hover::before {
	transform-origin: left top;
	transform: scale(1, 1);
}
.btn a i{
	position: absolute;
	top: 50%;
	right: 2.5em;
	font-size: 1.2rem;
	transform: translateY(-50%);
	transition: 0.3s;
}
.btn a:hover{
	color: #fff;
}
.btn a:hover i{
	color: #fff;
}