@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section, footer, header, main, hgroup, menu, nav, summary {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media all and (min-width: 897px) and (max-width: 1700px) {
	/*html {
		font-size: calc(1000vw / 1700);
	}*/
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Zen Kaku Gothic New", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #111111;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #111111;
}
a:hover {
	color: #111111;
}
a:active {
	color: #111111;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #111111;
	font-size: 1.5rem;
	line-height: 1.8;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	min-width: 124rem;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	text-align: left;
	overflow: hidden;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}
#gHeader .hBox {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
#gHeader .logo a {
	padding: 0.2rem 0 0 0.2rem;
	width: 30rem;
	height: 20rem;
	border-radius: 0 0 0.5rem 0;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
#gHeader .logo img {
	width: 14rem;
}
#gHeader .hBtn {
	position: relative;
	z-index: 10;
}
#gHeader .hBtn a {
	width: 24rem;
	height: 12rem;
	border-radius: 0 0 0 0.5rem;
	background: #6b6bbd;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
}
#gHeader #gNavi {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	padding: 0 5rem;
	position: relative;
	z-index: 10;
	background-color: #fff;
}
#gHeader #gNavi ul {
	width: 100%;
	padding: 3.8rem 0 4rem;
	display: flex;
	justify-content: flex-end;
	gap: 5rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	border-bottom: 1px solid #e0e0e0;
}
#gNavi > ul > li {
	position: relative;
}
@media all and (min-width: 897px) {
	#gHeader #gNavi a:hover {
		opacity: 0.7;
	}
	#gHeader .hBtn a:hover {
		opacity: 0.7;
	}
	#gNavi .naviBox {
		display: block;
		position: absolute;
		top: 3rem;
		left: 0;
		width: 27rem;
		z-index: 100;
		transform: translateY(0.5rem);
		transition: .25s ease-out;
		opacity: 0;
		visibility: hidden;
	}
	#gNavi .naviBox.on {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		transition: .3s ease-out;
	}
	#gNavi .naviInner {
		padding-top: 0;
		box-shadow: 0 0 3px #ccc;
	}
	#gHeader #gNavi .naviInner ul {
		background-color: white;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 0;
		display: block;
	}
	#gHeader #gNavi .naviInner ul li.title {
		padding: 1rem;
		background-color: #6b6bbd;
		color: #fff;
	}
	#gHeader #gNavi .naviInner ul li a {
		padding: 1rem;
		border-bottom: 1px solid #e0e0e0;
		display: block;
	}
}
@media all and (max-width: 896px) {
	#gHeader .logo a {
		width: 12.6rem;
  		height: 10.1rem;
	}
	#gHeader .logo img {
		width: 7.2rem;
	}
	#gHeader .menu {
		width: 3.6rem;
		position: absolute;
		top: 2.3rem;
		right: 2rem;
		cursor: pointer;
	}
	#gNavi .liStyle > a {
		background: none;
	}
	#gNavi > ul > li > a::after {
		width: 0.7rem;
		height: 1px;
		position: absolute;
		top: 1.9rem;
		left: 0;
		z-index: 1;
		content: "";
		background-color: #fff;
	}
	#gNavi ul .sml a {
		font-size: 1rem;
	}
	.menuBox .liStyle {
		position: relative;
	}
	.menuBox .ico {
		position: absolute;
		z-index: 2;
		top: 2.2rem;
		right: 0.6rem;
		width: 1.5rem;
		height: 1.5rem;
		background: url(../image/icon08.png) no-repeat center center / 100%;
	}
	.menuBox .ico.on {
		background-image: url(../image/icon07.png);
	}
	.menuBox .naviBox {
		display: none;
	}
	.menuBox .naviInner ul a {
        padding: 1rem;
        color: #fff;
        font-size: 1.4rem;
        border-bottom: 0;
	}
	.menuBox .naviUl li.title {
		border: 0;
		padding: 1rem;
		background-color: #6b6bbd;
		color: #fff;
	}
}


/* menuBox */
@media all and (min-width: 897px) {
	.menuBox {
		display: none !important;
	}
}
.menuBox {
	width: 100%;
	height: 100%;
	overflow-y: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: linear-gradient(to left, #6ccde6 0%, #6b6bbd 100%);
	display: none;
}
.menuBox .innerBox {
	padding: 2rem 2rem;
}
.menuBox .logo {
	margin-bottom: 1rem;
}
.menuBox .logo img {
	width: 5rem;
}
.menuBox .close {
	width: 5rem;
	height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 1.5rem;
  	right: 0.7rem;
	cursor: pointer;
	z-index: 10;
}
.menuBox .close img {
	width: 1.5rem;
	height: 1.5rem;
}
.menuBox .naviUl a {
	padding: 1.9rem 0 1.6rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	display: block;
}
.menuBox .naviUl li {
	border-bottom: 1px solid rgba(224,224,224, 0.3);
}
.menuBox .comBtn {
	margin-top: 3rem;
}
.menuBox .comBtn li {
	margin-bottom: 1rem;
}
.menuBox .comBtn li:last-child {
	margin-bottom: 0;
}
.menuBox .comBtn li a {
	width: 100% !important;
	max-width: inherit;
	font-size: 2rem;
	height: 6rem;
	background-position: right 1.6rem center;
}
.menuBox .comBtn .telBtn a {
	background-image: none;
	font-size: 1.4rem;
	font-weight: 400;
	text-align: center;
	line-height: 1;
}
.menuBox .comBtn .telBtn .jp {
	margin-top: 0.4rem;
	display: block;
	font-size: 1.2rem;
	font-weight: 400;
	font-family: "Zen Kaku Gothic New", sans-serif;
}
.menuBox .comBtn .telBtn .num {
	font-size: 2.4rem;
	font-weight: 500;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 15rem 0;
	background: #404040;
	font-size: 1.3rem;
	color: #fff;
}
#gFooter a {
	color: #fff;
}
#gFooter .fBox {
	margin: 0 auto;
	max-width: 121.3rem;
}
#gFooter address {
	padding-top: 2rem;
	text-align: right;
	border-top: 1px solid #535353;
}
#gFooter .flexBox {
	margin-bottom: 10rem;
	display: flex;
	justify-content: space-between;
}
#gFooter .leftBox {
	display: flex;
}
#gFooter .fLogo {
	width: 16rem;
}
#gFooter .fTxt {
	margin: 1.5rem 0 0 6.1rem;
	line-height: 2;
}
#gFooter .fNavi {
	width: 22.2rem;
	display: flex;
	margin-top: 2.4rem;
}
#gFooter .fNavi > li:first-child {
	flex: 1;
}
#gFooter .fNavi > li:last-child {
	width: 41%;
}
#gFooter .fNavi ul li {
	margin-bottom: 1.3rem;
}
#gFooter .fNavi ul li:last-child {
	margin-bottom: 0;
}
@media all and (min-width: 897px) {
	#gFooter .fNavi a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#gFooter .leftBox {
		display: block;
	}
	#gFooter .flexBox {
		display: block;
		margin-bottom: 7.9rem;
	}
	#gFooter .fTxt {
		margin: 2.7rem 0 0 0;
	}
	#gFooter address {
		text-align: left;
		font-size: 1.2rem;
	}
	#gFooter {
		padding: 8rem 2rem 7.9rem;
		font-size: 1.2rem;
	}
	#gFooter .fLogo {
		width: 12rem;
	}
	#gFooter .fBox {
		max-width: inherit;
	}
	#gFooter .fNavi {
		width: 18.2rem;
		margin-top: 3.6rem;
	}
	#gFooter .fNavi ul li {
		margin-bottom: 1.2rem;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-lxh */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.en {font-family: "Montserrat", sans-serif;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 140rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 2rem;
	}
}

/* comTel */
.comTel {
	color: #fff;
	display: inline-flex;
	align-items: center;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1;
	white-space:nowrap;
}
.comTel .txt {
	margin-left: 0.7rem;
	font-size: 1.2rem;
	font-weight: 400;
}
.comTel a {
	margin: 0.8rem 0 0.7rem;
	color: #fff;
	font-size: 5.4rem;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
}
.comTel .ttl {
	margin-top: 1.8rem;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.comTel {
		font-size: 1.8rem;
	}
	.comTel a {
		margin: 1rem 0 0.9rem;
		font-size: 3.6rem;
	}
	.comTel .txt {
		margin-left: 0.9rem;
		text-align: left;
	}
	.comTel .ttl {
		margin-top: 0.1rem;
	}
}
	

/* headLine01 */
.headLine01 {
	margin-bottom: 7rem;
	font-size: 6rem;
	font-weight: 400;
	line-height: 1.2;
}
.headLine01 .jp {
	margin-bottom: 1.4rem;
	font-size: 1.4rem;
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif !important;
}
.headLine01 .col {
	color: #6B6BBD;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 4.4rem;
		font-size: 3rem;
	}
	.headLine01 .jp {
		margin-bottom: 0.9rem;
		font-size: 1.2rem;
	}
}

/* contactBox */
.contactBox {
	padding: 15.2rem 0 15.1rem;
	color: #fff;
	background: linear-gradient(90deg, #6b6bbd 0%,#6ccde6 100%);
}
.contactBox .headLine01 {
	margin-bottom: 0;
}
.contactBox .content {
	max-width: 120rem;
	display: flex;
}
.contactBox .rightBox {
	margin: 0.1rem 0 0 4.2rem;
	flex: 1;
	display: flex;
	align-items: flex-start;
}
.contactBox .comTel {
	margin: 0.4rem 3.8rem 0 0;
}
@media all and (max-width: 896px) {
	.contactBox .content {
		display: block;
	}
	.contactBox .rightBox {
		margin: 0;
		display: block;
		text-align: center;
	}
	.contactBox {
		padding: 8.1rem 4rem 8rem;
	}
	.contactBox .content {
		margin: 0;
	}
	.contactBox .headLine01 {
		margin: 0 auto 4.3rem;
    	max-width: 31rem;
	}
	.contactBox .comTel {
		margin: 0 0 3.3rem 0;
	}
	.contactBox .comBtn a {
		margin: 0 auto;
	}
}


/* comBtn */
.comBtn a {
	width: 42rem;
	height: 10rem;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500;
	border-radius: 0.5rem;
	background: #6b6bbd url("../image/icon01.png") no-repeat right 1.9rem center;
	background-size: 1.6rem auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.comBtn.purple a {
	width: 35rem;
	height: 8rem;
	color: #6B6BBC;
	background-color: #fff;
	background-image: url("../image/icon02.png");
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn a {
		width: 100%;
		max-width: 31rem;
		height: 7.7rem;
		font-size: 1.2rem;
		background-position: right 0.9rem center;
	}
	.comBtn.purple a {
		width: 18rem;
		height: 4.9rem;
		font-size: 1.2rem;
		border-radius: 0.2rem;
	}
}


/* enScrollBox */
.enScrollBox .txtUl {
	display: flex;
	color: #F7F7F7;
	font-size: 25rem;
	line-height: 1.3;
	white-space:nowrap;
}
.enScrollBox .txtUl li {
	margin: 0 2rem;
}
@media all and (min-width: 897px) and (max-height: 1000px) {
	.enScrollBox .txtUl {
		font-size: 20rem;
	}
}
@media all and (max-width: 896px) {
	.enScrollBox .txtUl {
		font-size: 16rem;
	}
	.enScrollBox .txtUl li {
		margin: 0 1rem;
	}
}


/* comList */
.comList {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
}
.comList li {
	width: calc((100% - 4rem)/3);
}
.comList a {
	color: #fff;
	display: block;
	border-radius: 0.5rem;
	overflow: hidden;
	position: relative;
	font-size: 1.8rem;
	font-weight: 500;
}
.comList .image {
	aspect-ratio: 1172/778;
	position: relative;
}
.comList .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comList .image::after {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to top,#000 0%, rgba(84, 84, 84, 0) 100%);
	opacity: 0.44;
	content: "";
}
.comList .link {
	padding: 0 3.1rem;
	position: absolute;
	width: 100%;
	bottom: 3rem;
	left: 0;
	text-align: right;
}
.comList .link img {
	margin: -0.2rem 0 0 2rem;
	width: 3rem;
}
.comList.row2 li {
	width: calc((100% - 2rem)/2);
}
@media all and (min-width: 897px) {
	.comList a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comList a {
		font-size: 1.6rem;
	}
	.comList .link img {
		margin: -0.2rem 0 0 1.7rem;
		width: 2.8rem;
		display: inline-block;
	}
	.comList .link {
		padding: 0 1rem;
		bottom: 1rem;
	}
}