@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&display=swap');
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
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 {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
html {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: 'Noto Sans JP', sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
a,
a:link {
	color: #000;
	text-decoration: none;
	transition: color 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1280px;
	color: #000;
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 400;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}
#container {
	padding-top: 104px;
	text-align: left;
	position: relative;
}
#main {
	margin-bottom: 98px;
	display: block;
}
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.5rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#container {
		padding-top: 60px;
	}
	#main {
		margin-bottom: 92px;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 49px 0 30px;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	z-index: 1000;
	transition: transform 0.3s ease;
}
#gHeader.on {
	transform: translateY(-100%);
}
#gHeader.active {
	background-color: #fff;
}
#gHeader .hBox {
	width: 1230px;
	margin: 0 auto;
}
#gHeader .btn {
	width: 183px;
	position: absolute;
	right: 80px;
	top: 0;
}
#gHeader .btn a {
	height: 80px;
	padding: 21px 10px 19px;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	background-color: #00A9C9;
	border: 1px solid #00A9C9;
	box-sizing: border-box;
}
#gHeader.header .btn a {
	background-color: #fff;
	color: #00A9C9;
}
#gHeader.header .btn01 a {
	color: #A3A3A3;
}
#gHeader .btn01 {
	right: 263px;
}
#gHeader .btn01 a {
	background-color: #A3A3A3;
	border-color: #A3A3A3;
}
.menu {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 80px;
	background-color: #000;
	cursor: pointer;
}
.menu span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	right: 20px;
	width: 39px;
	height: 2px;
	background-color: #fff;
}
.menu span:nth-of-type(1) {
	top: 19px;
}
.menu span:nth-of-type(2) {
	top: 31px;
	width: 30px;
}
.menu span:nth-of-type(3) {
	top: 42px;
	width: 19px;
}
.menu.on span:nth-of-type(1) {
	-webkit-transform: translateY(13px) rotate(-36deg);
	transform: translateY(13px) rotate(-36deg);
}
.menu.on span:nth-of-type(2) {
	opacity: 0;
}
.menu.on span:nth-of-type(3) {
	width: 39px;
	-webkit-transform: translateY(-10px) rotate(36deg);
	transform: translateY(-10px) rotate(36deg);
}
.menu p {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 10px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.02em;
	text-align: center;
}
.menu .close {
	opacity: 0;
}
.menu.on .open {
	opacity: 0;
}
.menu.on .close {
	opacity: 1;
}
.menu.noclick {
	pointer-events: none;
}
.menuBox {
	display: none;
	padding: 154px 24px;
	width: 25%;
	height: 100%;
	position: fixed;
	right: 0;
	top: 0;
	box-sizing: border-box;
	z-index: 900;
	background-color: rgba(0,169,201,0.8);
	overflow-y: auto;
}
.menuBox a,
.menuBox dt span {
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
}
.menuBox a:hover {
	opacity: 0.7;
}
.menuBox .pLink {
	margin-bottom: 30px;
}
.menuBox dl {
	margin-bottom: 34px;
}
.menuBox dt span.txtSpan {
	display: inline-block;
	position: relative;
}
.menuBox dd {
	padding: 5px 0 30px;
}
.menuBox .subNavi {
	margin-top: 14px;
	position: relative;
}
.menuBox .subNavi::before {
	width: 33px;
	height: 1px;
	position: absolute;
	left: 5px;
	top: 14px;
	background-color: #fff;
	content: "";
}
.menuBox .subNavi li {
	margin: 0 0 10px 85px;
}
.menuBox .subNavi li:last-child {
	margin-bottom: 0;
}
.menuBox .jsTxt {
	overflow: hidden;
	display: inline-block;
}
.menuBox .jsTxt .jsSpan {
	display: inline-block;
	vertical-align: top;
	transform: translateY(100%);
}
.menuBox.on .jsTxt .jsSpan {
	transform: translateY(0);
	transition: all 0.6s 0.4s cubic-bezier(.19, 1, .22, 1);
}
.menuBox .subNavi a {
	font-size: 1.4rem;
}
.menuBox .linkList li {
	margin-bottom: 13px;
	display: block;
}
.menuBox .linkList a {
	padding-right: 26px;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 500;
	background: url("../img/common/icon04.png") no-repeat right center / 14px;
}
@media all and (min-width : 897px ){
	#gHeader .btn a:hover {
		color: #00A9C9;
		background-color: #fff;
	}
	#gHeader .btn01 a:hover {
		color: #A3A3A3;
	}
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 22px 24px 15px;
		background-color: #fff;
	}
	#gHeader.header {
		background-color: transparent;
	}
	#gHeader .hBox {
		width: auto;
	}
	#gHeader .btn {
		display: none;
	}
	.fixBtn {
		position: fixed;
		left: 0;
		bottom: 0;
		right: 0;
		width: auto;
		z-index: 1000;
		transition: all 0.3s;
	}
	.fixBtn.active {
		opacity: 0;
		visibility: hidden;
	}
	.fixBtn a {
		font-size: 2rem;
		background-color: #00A9C9;
		border-color: #00A9C9;
		padding: 16px 10px 14px;
		display: block;
		color: #fff;
		text-align: center;
		font-weight: 700;
		letter-spacing: 0.03em;
	}
	.fixBtn li {
		width: 50%;
	}
	.fixBtn li:first-child a {
		background-color: #A3A3A3;
	}
	.menu {
		width: 60px;
		height: 60px;
	}
	.menu span {
		right: 15px;
		width: 29px;
		height: 2px;
	}
	.menu span:nth-of-type(1) {
		top: 14px;
	}
	.menu span:nth-of-type(2) {
		top: 23px;
		width: 22px;
	}
	.menu span:nth-of-type(3) {
		top: 31px;
		width: 14px;
	}
	.menu.on span:nth-of-type(1) {
		width: 34px;
		-webkit-transform: translateY(9px) rotate(-37deg);
		transform: translateY(9px) rotate(-37deg);
		right: 12px;
	}
	.menu.on span:nth-of-type(3) {
		width: 34px;
		-webkit-transform: translateY(-8px) rotate(36deg);
		transform: translateY(-8px) rotate(36deg);
		right: 12px;
	}

	.menu p {
		font-size: 0.8rem;
		bottom: 8px;
	}
	.menuBox {
		padding: 94px 28px;
		width: 100%;
	}
	.menuBox .naviBox {
		width: auto;
		display: block;
	}
	.menuBox .pLink {
		margin: 0 0 30px;
		width: auto;
	}
	.menuBox .rNavi {
		width: auto;
	}
	.menuBox dl {
		margin-bottom: 66px;
	}
	.menuBox dt {
		width: auto;
		float: none;
	}
	.menuBox dt span.txtSpan {
		display: block;
	}
	.menuBox dt span::before {
		display: none;
	}
	.menuBox dd {
		padding: 0;
	}
	.menuBox .subNavi {
		margin: 12px -20px 32px 0;
	}
	.menuBox .subNavi li {
		margin: 10px 20px 0 0;
		display: inline-block;
	}
	.menuBox .linkList {
		margin-top: -15px;
	}
	.menuBox .linkList li {
		margin: 15px 26px 0 0;
		display: block;
	}
	.menuBox .subNavi::before {
		display: none;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	padding: 10px 0 10px;
	width: 100%;
	border-bottom: 1px solid #DBD8D8;
	border-top: 1px solid #DBD8D8;
	box-sizing: border-box;
}
#pagePath ul {
	max-width: 1090px;
	margin: 0 auto;
}
#pagePath li {
	margin-right: 7px;
	display: inline;
	color: #707070;
	font-size: 1.4rem;
	font-weight: 500;
}
#pagePath li img {
	display: inline-block;
	vertical-align: -2px;
}
#pagePath li a {
	padding-right: 17px;
	display: inline-block;
	color: #707070;
	background: url("../img/common/icon01.png") no-repeat right center / 6px;
}
#pagePath li a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#pagePath {
		padding: 13px 26px 8px;
		width: 100%;
	}
	#pagePath ul {
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background-color: #000;
}
#gFooter .enTryBox {
	padding: 107px 0 108px;
	background: #0DB6D5;
	/* background: url("../img/common/entry_bg.jpg") no-repeat center center / cover; */
}
#gFooter .enTryBox .linkList li {
	width: 390px;
}
#gFooter .enTryBox .linkList li a {
	padding: 11px 5px 16px;
	box-sizing: border-box;
	display: block;
	color: #00A9C9;
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.02em;
	border: 5px solid #00A9C9;
	background-color: #FFF;
}
#gFooter .enTryBox .linkList li a span {
	margin-bottom: 5px;
	display: block;
	font-size: 3.4rem;
	font-weight: 700;
}
#gFooter .enTryBox .linkList li:first-child a{
	border-color: #C4C3C3;
	color: #A3A3A3;
}
.list_footer_sns {
	display: flex;
	margin-left: -16px;
    margin-top: 20px;
	justify-content: flex-end;
    width: 100%;
}
.list_footer_sns li {
    width: 30px;
    margin: 0 0 0 16px;
}
.list_footer_sns li img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
@media all and (min-width : 897px ){
	#gFooter .enTryBox .linkList li a:hover {
		color: #FFF;
		background-color: #00A9C9;
	}
	#gFooter .enTryBox .linkList li:first-child a:hover {
		background-color: #C4C3C3;
	}
}
#gFooter .fBox {
	padding: 73px 0 34px;
	width: 1234px;
	margin: 0 auto;
	box-sizing: border-box;
}
#gFooter .fInner {
	margin: 0 0 67px 58px;
}
#gFooter .naviBox {
	/* margin-top: -5px; */
	margin-top: 20px;
	width: 1300px;
}
#gFooter .naviBox .fNavi {
	width: 195px;
	padding-right: 5px;
	box-sizing: border-box;
}
#gFooter .naviBox .wid01 {
	width: 157px;
}
#gFooter .naviBox .wid02 {
	width: 192px;
}
#gFooter .naviBox .wid03 {
	width: 221px;
}
#gFooter .naviBox .fNavi > li:not(:last-child) {
	margin-bottom: 5px;
}
#gFooter .naviBox .fNavi li .txt {
	display: inline-block;
	color: #FFF;
	line-height: 1.2;
	font-size: 1.3rem;
	font-weight: 700;
}
#gFooter .naviBox .fNavi li a {
	display: inline-block;
	color: #FFF;
	line-height: 1.2;
	font-size: 1.3rem;
	font-weight: 700;
}
#gFooter .naviBox .fNavi .spec a {
	pointer-events: none;
}
#gFooter .naviBox .subNavi {
	margin-top: 3px;
}
#gFooter .naviBox .subNavi li a {
	font-size: 1.2rem;
	font-weight: 500;
}
#gFooter .naviBox li a:hover {
	opacity: 0.7;
}
#gFooter .naviBox .webNavi {
	width: 200px;
	padding-right: 0;
}
#gFooter .naviBox .webNavi li a {
	padding-right: 22px;
	font-size: 1.2rem;
	font-weight: 500;
	background: url("../img/common/icon03.png") no-repeat right top 1px / 12px;
}
#gFooter .naviBox .webNavi > li:not(:last-child) {
	margin-bottom: 0;
}
#gFooter .naviBox .webNavi .webFace {
	margin-top: 5px;
}
#gFooter .naviBox .webNavi2 {
	width: 200px;
	padding-right: 0;
}
#gFooter .naviBox .webNavi2 li a {
	padding-right: 22px;
	font-size: 1.2rem;
	font-weight: 500;
	background: url("../img/common/icon03.png") no-repeat right top 1px / 12px;
}
#gFooter .naviBox .webNavi2 > li:not(:last-child) {
	margin-bottom: 0;
}
#gFooter .naviBox .webNavi2 .webFace {
	margin-top: 5px;
}
.pageTop {
	text-align: right;
}
.pageTop a {
	padding-right: 25px;
	display: inline-block;
	color: #FFF;
	background: url("../img/common/icon02.png") no-repeat right top 7px / 18px;
}
.pageTop a:hover {
	opacity: 0.7;
}
#gFooter address {
	padding: 23px 0 25px;
	font-size: 1.6rem;
	font-style: normal;
	color: #FFF;
	font-weight: 500;
	letter-spacing: 0.02em;
	text-align: center;
	background-color: #00A9C9;
}
@media all and (max-width: 896px) {
	#gFooter .enTryBox {
		padding: 21px 0;
		/* background-image: url("../img/common/sp_entry_bg.jpg"); */
	}
	#gFooter .enTryBox .linkList {
		display: block;
		margin: 0 auto;
		max-width: 278px;
	}
	#gFooter .enTryBox .linkList li {
		width: auto;
		margin-bottom: 11px;
	}
	#gFooter .enTryBox .linkList li:last-child {
		margin-bottom: 0;
	}
	#gFooter .enTryBox .linkList li a {
		width: 278px;
		padding: 13px 5px 16px;
		font-size: 1.6rem;
	}
	#gFooter .enTryBox .linkList li a span {
		margin-bottom: 2px;
		font-size: 2.4rem;
	}
	#gFooter .fBox {
		padding: 60px 24px 34px;
		width: auto;
	}
	#gFooter .fInner {
		margin: 0 0 67px;
		display: block;
	}
	#gFooter .fInner .fLogo {
		margin-bottom: 46px;
		text-align: center;
	}
	#gFooter .naviBox {
		margin-top: 0;
		width: auto;
		display: block;
	}
	#gFooter .naviBox .fNavi {
		width: auto;
		padding-right: 0;
	}
	#gFooter .naviBox .wid01 {
		width: auto;
	}
	#gFooter .naviBox .wid02 {
		width: auto;
	}
	#gFooter .naviBox .wid03 {
		width: auto;
	}
	#gFooter .naviBox .fNavi > li:not(:last-child) {
		margin-bottom: 5px;
	}
	#gFooter .naviBox .fNavi > li {
		border-top: 1px solid #fff;
		position: relative;
	}
	#gFooter .naviBox .fNavi > li .icon {
		display: block;
		width: 60px;
		height: 60px;
		position: absolute;
		right: 0;
		top: 0;
		background: url("../img/common/icon08.png") no-repeat right center / 15px;
		cursor: pointer;
	}
	#gFooter .naviBox .fNavi > li .icon.on {
		background-image: url("../img/common/icon07.png");
	}
	#gFooter .naviBox .fNavi li a {
		padding: 20px 0;
		font-size: 1.6rem;
		display: block;
	}
	#gFooter .naviBox .fNavi li .txt {
		padding: 20px 0;
		font-size: 1.6rem;
		display: block;
	}
	#gFooter .naviBox .subNavi {
		margin: -14px 0 7px;
		display: none;
	}
	#gFooter .naviBox .subNavi li a {
		padding: 12px 18px;
		font-size: 1.4rem;
		position: relative;
	}
	#gFooter .naviBox .subNavi li a::before {
		width: 6px;
		height: 1px;
		position: absolute;
		left: 0;
		top: 50%;
		background-color: #fff;
		content: "";
	}
	#gFooter .naviBox .webNavi {
		padding: 1px 0 0;
		width: auto;
		padding-right: 0;
		border-top: 1px solid #fff;
	}
	#gFooter .naviBox .webNavi li a {
		padding: 0 22px 0 0;
		font-size: 1.4rem;
		display: inline-block;
		background-position: right center;
		background-size: 14px auto;
	}
	#gFooter .naviBox .webNavi li  {
		margin-top: 18px !important;
		border: 0;
	}
	#gFooter .naviBox .webNavi .webFace {
		display: none;
	}

	#gFooter .naviBox .webNavi2 {
		padding: 1px 0 14px;
		width: auto;
		padding-right: 0;
		border-bottom: 1px solid #fff;
	}
	#gFooter .naviBox .webNavi2 li a {
		padding: 0 22px 0 0;
		font-size: 1.4rem;
		display: inline-block;
		background-position: right center;
		background-size: 14px auto;
	}
	#gFooter .naviBox .webNavi2 li  {
		margin-top: 18px !important;
		border: 0;
	}
	#gFooter .naviBox .webNavi2 .webFace {
		display: none;
	}

	.pageTop {
		text-align: right;
	}
	.pageTop a {
		padding-right: 25px;
		display: inline-block;
		background: url("../img/common/icon02.png") no-repeat right top 7px / 18px;
	}
	#gFooter address {
		padding: 25px 0;
		font-size: 1.4rem;
	}
}
