@charset "euc-jp";
a {
    text-decoration: none;
}

#header .nav a {
    color: #333;
    text-decoration: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.flex-start {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.flex-end {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

#header {
	width: 100%;
	background: #fff;
	z-index: 100;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

#header .logo {
	width: 250px;
	padding-left: 30px;
}

#header .logo img {
	height: 80px;
}


#header .nav {
	width: -webkit-calc(100% - 250px);
	width: calc(100% - 250px);
}

#header .nav ul.anchor li {
	margin-right: 30px;
}

.head-button {
	height: 80px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-right: 27px;
	background: url("../images/icon_anc_arrow.svg") no-repeat right center;
	font-size: 16px;
	font-weight: 600;
}


#header .nav ul.cta {
	width: 500px;
}

#header .nav ul.cta li {
	width: 50%;
}

#header .nav ul.cta li a {
	text-align: center;
	height: 88px;
	color: #ffffff;
}

#header .nav ul.cta li.experience a {
	background: #2180ef url("../images/icon_arrow_white.svg") no-repeat 95% center / 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: 600;
}

#header .nav ul.cta li.tel a {
	display: block;
	background:#FFF100;
	color: #333;
}

#header .nav ul.cta li.tel a span {
	display: block;
	line-height: 1;
}

#header .nav ul.cta li.tel a span.head {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: 600;
}

#header .nav ul.cta li.tel a span.en {
	font-size: 28px;
	padding-bottom: 5px;
	font-weight: 600;
}

#header .nav ul.cta li.tel a span.sub {
	font-size: 11px;
	letter-spacing: 0;
}

.sp-nav {
	display: none;
}

#fv {
	width: 100%;
	height: auto;
	padding-top: 40px;
}

#fv .fv-illust {
	margin-top: 25px;
}

#fv .text {
	text-align: center;
	font-weight: 700;
	color: #ffffff;
}

#fv .text .text-inner h1 {
	line-height: 1;
}
#fv .text-top {
	display: inline-block;
}

#fv .text .text-inner .ryutu {
	content: "Î®ÄÌ³Û";
	font-size: 30px;
	color: #ffffff;
	padding: 0 20px;
	border: 1px solid #ffffff;
	font-weight: 900;
}

#fv .text .text-inner .ms {
	margin-right: 25px;
	font-size: 40px;
}

#fv .text .text-inner .text-bottom {
	display: inline-block;
}
#fv .text .ten {
	font-size:  110px;
}

#fv .text .number {
	font-size: 60px;
	font-weight: 900;
}

#fv .text .no {
	font-size: 60px;
	font-weight: 700;
}

#fv .text .one {
	font-size: 110px;
	margin-right: 25px;
}

#fv .text .tit {
	font-size:60px;
	letter-spacing: 0;
	font-weight: 900;
}

#fv .br-sp {
	display: none;
}

#fv .text .text-lead {
	font-size: 25px;
	letter-spacing: 0.025em;
	margin-top: 30px;
	line-height: 1.6;
}

#fv .text .btn {
	width: 582px;
	margin: 30px auto 30px auto;
}

#fv .text .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	border-radius: 8px;
	background: #2180ef url("../images/icon_arrow_white.svg") no-repeat 95% center;
	font-size:24px;
	line-height: 0.9em;
	color: #ffffff;
}

#fv .text .btn a span {
	font-size: 2.0rem;
}

#fv .text .sub_txt {
	display: inline-block;
	font-size: 14px;
	line-height: 1.8;
}


/* max 1440px */
@media screen and (max-width: 1440px) {

	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	/* ???????????? */
	/* ++++++++++++++++++++++++++++++++++++++++++++++ */
	#header .logo {
		width: 160px;
		padding-left: 20px;
	}

	#header .logo img {
		height: 80px;
	}


	#header .nav {
		width: -webkit-calc(100% - 160px);
		width: calc(100% - 160px);
	}

	#header .nav ul.anchor li {
		margin-right: 17px;
	}

	#header .head-button {
		height: 80px;
		font-size: 1.0rem;
		line-height: 1.4em;
		padding-right: 22px;
		background: url("../images/icon_anc_arrow.svg") no-repeat right center / 18px;
	}


	#header .nav ul.cta {
		width: 320px;
	}

	#header .nav ul.cta li a {
		height: 80px;
	}

	#header .nav ul.cta li.experience a {
		background: #2180ef url("../images/icon_arrow_white.svg") no-repeat 95% center / 15px;
		font-size: 1.0rem;
	}

	#header .nav ul.cta li.tel a span.head {
		font-size: .8rem;
		padding-top: 18px;
		padding-bottom: 10px;
	}

	#header .nav ul.cta li.tel a span.en {
		font-size: 1.35rem;
		padding-bottom: 0;
		letter-spacing: 0;
	}

	#header .nav ul.cta li.tel a span.sub {
		display: none;
	}
	
	#fv .text .sub_txt br {
		display: block;
	}
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* max 1024px */
@media screen and (max-width: 1024px) {


	.cap {
		font-size: 1.0rem;
	}

	/* pcsp */
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.btn {
		width: 100% !important;
	}

	.btn a {
		height: 70px !important;
		background: #2180ef url("../img/icon_arrow_white.svg") no-repeat 95% center / 10px !important;
		border-radius: 4px !important;
		font-size: 1.8rem !important;
		line-height: 1em;
	}

	.btn a span {
		font-size: 1.4rem;
	}

	.btn a:hover {
		opacity: 0.8;
	}


	#header .logo img {
		height: 60px;
	}


	#header .nav ul.anchor {
		display: none;
	}


	#header .nav ul.cta {
		width: 300px;
	}

	#header .nav ul.cta li a {
		height: 60px;
	}

	#header .nav ul.cta li.experience a {
		font-size: 1.5rem;
	}

	#header .nav ul.cta li.tel a {
		display: block;
		background: #FFF100;
		color: #333;
	}

	#header .nav ul.cta li.tel a span.head {
		padding-top: 10px;
		padding-bottom: 6px;
	}

	#header .nav ul.cta li.tel a span.en {
		font-size: 2.0rem;
	}

	.sp-nav {
		display: block;
		width: 100%;
	}

	.sp-nav ul.sp-nav-list {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.sp-nav-list .menu-box:nth-child(odd) {
		border-left: solid 0px #ebeced;
	}

	.sp-nav-list .menu-box {
		width: 50%;
		text-align: center;
		font-size: 1.5rem;
		border-top: solid 1px #ebeced;
		border-left: solid 1px #ebeced;
		width: 50%;
		padding: 8px;
		background: #fff;
	}

	.sp-nav .head-button {
		height: 100%;
		font-size: 14px;
		line-height: 1.4em;
		padding-right: 22px;
		background-size: 15px;
		align-items: center;
		padding: 0 30px 0 20px;
		text-decoration: none;
		transition: all .5s;
		text-align: left;
		line-height: 150%;
		color: #333;
	}

	#fv .text {
		padding: 0 3%;
	}
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* max 768px */

@media screen and (max-width: 768px) {

	#header .logo {
		width: 145px;
		padding-left: 15px;
	}

	#header .nav {
		width: calc(100% - 150px);
	}

	#header .nav ul.cta li.tel a span.head {
		font-size: 9px;
		padding-top: 15px;
	}

	#header .nav ul.cta li.tel a span.en {
		font-size: 14px;
	}

	#header .nav ul.cta li.experience a {
		background: #2180ef url("../img/icon_arrow_white.svg") no-repeat 95% center / 10px;
		font-size: 13px;
	}

	#fv {
		display: block;
		padding-top: 25px;
	}
	#fv .text .text-inner .ms {
		font-size: 20px;
		margin-right: 10px;
	}

	#fv .text .text-inner .ryutu {
		padding: 3px 21px 2px 21px;
		font-weight: 700;
		font-size: 15px;
	}
	#fv .text .text-inner .text-bottom {
		line-height: 1.2;
		margin-top: 0px;
	}

	#fv .text .ten , #fv .text .one {
		font-size: 60px;
		margin-right: 0px;
	}
	#fv .text .number , #fv .text .no , #fv .text .tit {
		font-size: 30px;
	}

	#fv .text .text-lead {
		font-size: 12px;
		line-height: 1.7;
		margin-top: 20px;
	}

	#fv .text .btn {
		width: 100%;
		margin: 25px auto 20px auto;
	}
	#fv .text .btn a {
		font-size: 15px !important;
	}

	#fv .text .sub_txt {
		font-size: 10px;
		font-weight: 400;
		line-height: 1.8;
		letter-spacing: 0.025em;
	}

	#fv .br-sp {
		display: block;
	}
}