@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: 1199px) {
	html {
		font-size: calc(1000vw / 1200);
	}
}
@media all and (max-width: 374px) {
	html {
		font-size: calc(1000vw / 375);
	}
}
body, table, input, textarea, select, option {
	font-family: "Noto Sans JP", 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: #000;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.3rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
	font-feature-settings: "palt";
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	padding-bottom: 19.5rem;
	text-align: left;
	position: relative;
	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;
	}
	#container {
		padding-bottom: 10rem;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader .logo {
	width: 21.6rem;
	position: absolute;
	top: 2.7rem;
	left: 3.3rem;
	z-index: 66;
}
@media all and (max-width: 896px) {
	#gHeader .logo {
		width: 9.3rem;
		top: 1.4rem;
		left: 1.7rem;
	}
}


/* menu */
.menu {
	position: absolute;
	top: 3.9rem;
  	right: 3.8rem;
	height: 4.9rem;
	width: 4.9rem;
	cursor: pointer;
	z-index: 100;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.menu.on .top {
	transform: translateY(1.9rem) translateX(0) rotate(-45deg);
	background-color: #008CD6;
}
.menu.on .middle {
	opacity: 0;
}
.menu.on .bottom {
	transform: translateY(-1.9rem) translateX(0) rotate(45deg);
	background-color: #008CD6;
}
.menu span {
	background: #fff;
	border: none;
	height: 0.6rem;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .35s ease;
	transition: all .35s ease;
	cursor: pointer;
}
.menu span:nth-of-type(2) {
	top: 1.9rem;
}
.menu span:nth-of-type(3) {
	top: 3.8rem;
}
@media all and (min-width: 897px) {
	.menu:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.menu {
		top: 2rem;
		right: 1.6rem;
		height: 2.8rem;
		width: 2.8rem;
	}
	.menu span {
		height: 0.3rem;
	}
	.menu span:nth-of-type(2) {
		top: 1.1rem;
	}
	.menu span:nth-of-type(3) {
		top: 2.2rem;
	}
	.menu.on .top {
		transform: translateY(1.1rem) translateX(0) rotate(-45deg);
	}
	.menu.on .bottom {
		transform: translateY(-1.1rem) translateX(0) rotate(45deg);
	}
}


/* menuBox */
.menuBox {
	padding: 13.3rem 0 6.9rem;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 88;
	display: none;
}
.menuBox .logoImg {
	width: 21.6rem;
	position: absolute;
	top: 2.7rem;
	left: 3.3rem;
}
.menuBox .content {
	max-width: 105rem;
}
.menuBox .headLine01 {
	margin-bottom: 4.5rem;
	font-size: 3.2rem;
}
.menuBox .naviUl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menuBox .naviUl li {
	margin-bottom: -1px;
	width: calc(50% - 1.5rem);
	border-top: 1px solid #0097D9;
	border-bottom: 1px solid #0097D9;
	text-align: center;
	line-height: 1.3;
}
.menuBox .naviUl a {
	font-weight: 600;
	font-size: 2.6rem;
	display: block;
	position: relative;
	padding: 1.8rem 7rem 2.4rem 1rem;
	letter-spacing: 0.05em;
}
.menuBox .naviUl .item05 a {
	padding: 3.5rem 7rem 3.7rem 1rem;
}
.menuBox .naviUl a::after {
	margin-top: -2.5rem;
	width: 4.9rem;
	height: 4.9rem;
	position: absolute;
	top: 50%;
	right: 1.9rem;
	background: url("../img/index/icon01.png") no-repeat left top / 100% 100%;
	content: "";
}
@media all and (min-width: 897px) {
	.menuBox .naviUl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.menuBox .naviUl {
		display: block;
	}
	.menuBox .naviUl li {
		width: auto;
	}
	.menuBox .logoImg {
		width: 9.3rem;
		top: 1.4rem;
		left: 1.7rem;
	}
	.menuBox .headLine01 {
		margin-bottom: 1.6rem;
		font-size: 1.8rem;
	}
	.menuBox .naviUl a {
		padding: 0.9rem 1rem 1.1rem;
		font-size: 1.7rem;
		line-height: 1.29;
	}
	.menuBox {
		padding: 6.1rem 0 2.5rem;
	}
	.menuBox .content {
		max-width: inherit;
		margin: 0 2rem;
	}
	.menuBox .naviUl a::after {
		margin-top: -1.7rem;
		width: 3rem;
		height: 3rem;
		right: 0.5rem;
	}
	.menuBox .naviUl .item05 a {
		padding: 2rem 1rem 2.1rem;
	}
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 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;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/

.content {
	margin: 0 auto;
	max-width: 95.4rem;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 1rem;
		max-width: inherit;
	}
}

.comTitle .inner {
	display: block;
}
.comTitle .inner span {
	display: inline-block;
	vertical-align: top;
}


/* headLine01 */
.headLine01 {
	margin-bottom: 2.8rem;
	color: #00A4E8;
	font-size: 4.4rem;
	line-height: 1.3;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.05em;
}
@media all and (max-width: 896px) {
	.headLine01 {
		font-size: 2.5rem;
	}
}


/* fixBtn */
.fixBtn {
	width: 61.3rem;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 30;
}
.fixBtn a {
	padding: 2.5rem 12rem 0.5rem 3.1rem;
	color: #0097D9;
	min-height: 10.9rem;
	display: block;
	font-size: 2.5rem;
	background-color: #FFED0E;
	position: relative;
	font-weight: 700;
	line-height: 1;
	border-radius: 1.5rem 0 0 0;
	letter-spacing: 0.12em;
}
.fixBtn .icon {
	width: 11rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #0097D9;
	position: absolute;
	top: 0;
	right: 0;
}
.fixBtn .icon img {
	width: 5rem;
}
.fixBtn .sml {
	margin-bottom: 1rem;
	display: block;
	font-size: 2.1rem;
	font-weight: 500;
	letter-spacing: 0.2em;
}
@media all and (min-width: 897px) {
	.fixBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.fixBtn {
		width: 100%;
	}
	.fixBtn a {
		padding: 1.8rem 6.6rem 0.5rem 1.2rem;
		font-size: 1.579rem;
		min-height: 6.7rem;
		border-radius: 0;
	}
	.fixBtn .sml {
		margin-bottom: 0.6rem;
		font-size: 1.326rem;
	}
	.fixBtn .icon {
		width: 6.7rem;
	}
	.fixBtn .icon img {
		width: 4rem;
	}
}



/* aniTtl */
.aniTtl .inner {
	overflow: hidden;
}
.aniTtl .inner span {
	transform: translateY(100%);
	transition: transform 1.5s cubic-bezier(.19,1,.22,1);
}
.aniTtl.action .inner span {
	transform: translateY(0);
}
/* aniImg */
.aniImg img {
	transform: scale(0);
	transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.aniImg.action img {
	transform: scale(1);
}