@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&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: #111;
	text-decoration: none;
}
a:visited {
	color: #111;
}
a:hover {
	color: #111;
}
a:active {
	color: #111;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #111;
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.75;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
#container {
	text-align: left;
	position: relative;
}
#main {
	display: block;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
.en {
	font-family: 'Montserrat', sans-serif;
}
.apertura {
	font-family:"apertura";
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.4rem;
		line-height: 1.857;
	}
	body.fixed {
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		overflow: auto;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	padding: 19px 0;
}
#gHeader .hBox {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1360px;
	display: flex;
	justify-content: space-between;
}
#gHeader h1 {
	width: 152px;
}
#gHeader.header01 {
	padding: 40px 0;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	box-sizing: border-box;
}
#gHeader.header01 .hBox {
	padding: 0 56px;
}
#gHeader.header01 h1 {
	width: 168px;
}
@media all and (max-width: 896px) {
	#gHeader {
		padding: 19px 0;
	}
	#gHeader .hBox {
		margin: 0 auto;
		padding: 0 20px;
		max-width: inherit;
		display: block;
	}
	#gHeader h1 {
		display: none;
	}
	#gHeader.header01 {
		padding: 24px 0;
	}
	#gHeader.header01 .hBox {
		padding: 0 24px;
	}
	#gHeader.header01 h1 {
		display: block;
		width: 134px;
	}
	.menu {
		width: 24px;
		height: 24px;
		position: absolute;
		right: 24px;
		top: 26px;
		z-index: 1001;
		cursor: pointer;
	}
	.menu span {
		width: 100%;
		display: block;
		height: 2px;
		position: absolute;
		left: 0;
		top: 4px;
		background-color: #111;
        transition: all .3s ease;
	}
	.menu.menu01 span {
		background-color: #fff;
	}
	.menu.on span {
		background-color: #111 !important;
	}
	.menu span:nth-of-type(2) {
		top: 12px;
	}
	.menu span:nth-of-type(3) {
		top: 20px;
	}
	.menu.on span:first-child {
        transform: translateY(8px) translateX(0) rotate(45deg);
	}
    .menu.on span:nth-of-type(2) {
        opacity: 0;
    }
	.menu.on span:nth-of-type(3) {
        transform: translateY(-8px) translateX(0) rotate(-45deg);
	}
}
/*------------------------------------------------------------
	gNavi
------------------------------------------------------------*/
#gNavi {
	margin-top: -1px;
	display: flex;
}
#gNavi .naviList,
#gNavi .gBtnList {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
#gNavi .naviList li a,
#gNavi .gBtnList li a {
	color: #2b3b4b;
	font-size: 1.4rem;
	font-weight: 500;
}
#gNavi .naviList li a:hover,
#gNavi .gBtnList li a:hover {
	opacity: 0.7;
}
#gNavi .naviList li:not(:first-child) {
	margin-left: 31px;
}
#gNavi .gBtnList {
	margin-left: 36px;
}
#gNavi .gBtnList li {
	margin-left: 14px;
	width: 170px;
}
#gNavi .gBtnList li:first-child {
	margin-left: 0;
}
#gNavi .gBtnList li a {
	padding-top: 2px;
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.3rem;
	letter-spacing: 0.02em;
	border-radius: 50px;
	border: 1px solid #2b3b4b;
	box-sizing: border-box;
}
#gNavi .gBtnList li a span {
	padding-left: 23px;
	display: inline-block;
	vertical-align: top;
	background: url(../img/common/icon01.png) no-repeat left center / 14px auto;
}
#gNavi .gBtnList li:last-child a {
	font-size: 1.4rem;
	font-family:"apertura";
}
#gNavi .gBtnList li:last-child a span {
	padding-left: 15px;
	background: url(../img/common/icon02.png) no-repeat left center / 13px auto;
}
@media all and (min-width: 897px) {
	#gNavi .naviList li a:hover,
	#gNavi .gBtnList li a:hover {
		color: #777;
		border-color: #777;
	}
	#gNavi .gBtnList li a:hover span {
		background-image: url(../img/common/icon01_out.png);
	}
	#gNavi .gBtnList li:last-child a:hover span {
		background-image: url(../img/common/icon02_out.png);
	}
	#gHeader.header01 #gNavi {
		margin-top: -7px;
	}
	#gHeader.header01 #gNavi .naviList a {
		color: #fff;
	}
	#gHeader.header01 #gNavi .gBtnList a {
		color: #00B7C6;
		font-size: 1.3rem;
		font-weight: 700;
		border-color: #fff;
		background-color: #fff;
	}
	#gHeader.header01 #gNavi .gBtnList a span {
		padding-left: 23px;
		background-image: url(../img/common/icon05.png);
		background-size: 14px auto;
	}
}
@media (min-width: 897px) and (max-width: 955px) {
	#gNavi .naviList li:not(:first-child) {
		margin-left: 20px;
	}
	#gNavi .gBtnList {
		margin-left: 15px;
	}
}
@media all and (min-width: 897px) {	
	#gNavi .naviList .subNavi {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	#gNavi {
		margin-top: 0;
		padding: 111px 17px;
		width: 264px;
		height: 100%;
		position: fixed;
		right: 0;
		top: 0;
		display: block;
		overflow: auto;
		background: #fff;
		transition: .3s;
		transform: translateX(100%);
		box-sizing: border-box;
		z-index: 1000;
	}
	#gNavi.on {
		transform: none;
		box-shadow: 0px 4px 26px rgba(70, 172, 186, 0.9);
	}
	#gNavi .naviList,
	#gNavi .gBtnList {
		display: block;
	}
	#gNavi .naviList li {
		margin-bottom: -2px;
		position: relative;
	}
	#gNavi .naviList li a,
	#gNavi .gBtnList li a {
		padding: 12px 3px 3px !important;
		display: block;
		color: #000;
		font-size: 1.6rem;
		font-weight: 400;
		border-top: 2px solid #ededed !important;
		border-bottom: 2px solid #ededed !important;
		background: url(../img/common/icon04.png) no-repeat right 4px top 21px / 6px 10px;
		box-sizing: border-box;
	}
	#gNavi .naviList li:not(:first-child) {
		margin-left: 0;
	}
	#gNavi .naviList li:first-child a {
		border-top: none !important;
	}
	#gNavi .naviList li.list01 a {		
		background: none;
	}
	#gNavi .naviList li.list01 .ico {
		width: 46px;
		height: 46px;
		position: absolute;
		right: 0;
		top: 0;
		background: url(../img/common/open.png) no-repeat right 3px top 21px / 12px auto;
		z-index: 1;
		cursor: pointer;
	}
	#gNavi .naviList li.list01.on a {
		border-color: transparent !important;
	}
	#gNavi .naviList li.list01.on .ico {
		background: url(../img/common/close.png) no-repeat right 3px top 26px / 12px auto;
	}
	#gNavi .gBtnList {
		margin: 0 0 80px;
	}
	#gNavi .gBtnList li {
		margin-left: 0;
		width: auto;
	}
	#gNavi .gBtnList li:first-child {
		margin-left: 0;
	}
	#gNavi .gBtnList li a {
		height: auto;
		display: block;
		font-size: 1.6rem !important;
		letter-spacing: 0;
		border-radius: 0;
		border: none;
	}
	#gNavi .gBtnList li a span {
		padding-left: 0 !important;
		display: inline !important;
		background: none !important;
	}
	#gNavi .naviList .subNavi {
		margin: 0 0 18px 9px;
		display: none;
	}
	#gNavi .naviList .subNavi li:not(:last-child) {
		margin-bottom: 3px;
	}
	#gNavi .naviList .subNavi li a {
		padding: 0 !important;
		color: #666;
		font-size: 1.1rem;
		border: none !important;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 99px 0 35px;
}
#gFooter .fBox {
	margin: 0 auto;
	padding: 0 20px;
	max-width: 1296px;
}
#gFooter .fInner {
	margin-bottom: 26px;
	padding-bottom: 67px;
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #f2f2f2;
}
#gFooter .fLogo {
	margin-top: -27px;
	width: 250px;
}
#gFooter .fNavi {
	display: flex;
	justify-content: flex-end;
}
#gFooter .fNavi > li {
	margin-left: 73px;
}
#gFooter .fNavi > li:first-child {
	margin-left: 0;
}
#gFooter .fNavi > li:nth-child(3) {
	margin-left: 42px;
}
#gFooter .fNavi li a {
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: -0.02em;
}
#gFooter .fNavi .subNavi {
	margin-top: 7px;
}
#gFooter .fNavi .subNavi li:not(:last-child) {
	margin-bottom: 1px;
}
#gFooter .fNavi .subNavi li a {
	color: #b2b2b2;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0;
}
#gFooter .fList {
	display: flex;
}
#gFooter .fList li {
	color: #b2b2b2;
	font-size: 1.2rem;
	letter-spacing: -0.02em;
}
#gFooter .fList li:not(:last-child) {
	margin-right: 25px;
}
#gFooter .fList li a {
	color: #b2b2b2;
	font-weight: 500;
}
@media (min-width: 897px) and (max-width: 990px) {
	#gFooter .fNavi > li {
		margin-left: 30px;
	}
	#gFooter .fNavi > li:first-child {
		margin-left: 0;
	}
	#gFooter .fNavi > li:nth-child(3) {
		margin-left: 10px;
	}
}
@media all and (min-width: 897px) {
	#gFooter a:hover {
		color: #777 !important;
	}
	#gFooter .fNavi .subNavi {
		display: block !important;
	}
}
@media all and (max-width: 896px) {
	#gFooter {
		padding: 1px 0 29px;
	}
	#gFooter .fBox {
		margin: 0 auto;
		padding: 0;
		max-width: 1296px;
	}
	#gFooter .fInner {
		margin-bottom: 30px;
		padding-bottom: 0;
		display: block;
	}
	#gFooter .fLogo {
		margin-top: 0;
		width: 120px;
	}
	#gFooter .fNavi {
		display: block;
	}
	#gFooter .fNavi > li {
		margin: 0 0 -2px;
		position: relative;
	}
	#gFooter .fNavi > li:nth-child(3) {
		margin-left: 0;
	}
	#gFooter .fNavi li a {
		padding: 12px 24px 12px;
		display: block;
		color: #111;
		font-size: 1.6rem;
		font-weight: 400;
		letter-spacing: -0.01em;
		border-top: 2px solid #f2f2f2;
		border-bottom: 2px solid #f2f2f2;
		background: url(../img/common/icon04.png) no-repeat right 24px top 21px / 6px 10px;
	}
	#gFooter .fNavi li:first-child a {
		border-top-color: transparent;
	}
	#gFooter .fNavi li.list01 a {
		background: none;
	}
	#gFooter .fNavi li.list01 .ico {
		width: 46px;
		height: 46px;
		position: absolute;
		right: 0;
		top: 0;
		background: url(../img/common/open.png) no-repeat right 23px top 22px / 12px auto;
		z-index: 1;
		cursor: pointer;
	}
	#gFooter .fNavi li.list01.on a {
		border-color: transparent !important;
	}
	#gFooter .fNavi li.list01.on .ico {
		background: url(../img/common/close.png) no-repeat right 23px top 27px / 12px auto;
	}
	#gFooter .fNavi .subNavi {
		margin: 0 0 26px 25px;
		display: none;
	}
	#gFooter .fNavi .subNavi li:not(:last-child) {
		margin-bottom: 2px;
	}
	#gFooter .fNavi .subNavi li a {
		padding: 0 !important;
		color: #666;
		font-size: 1.3rem;
		font-weight: 400;
		letter-spacing: 0;
		border: none;
	}
	#gFooter .fBtmBox {
		margin: 0 16px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#gFooter .fList li {
		font-size: 1rem;
		transform: scale(0.9);
		transform-origin: right center;
	}
	#gFooter .fList li:not(:last-child) {
		margin-right: 6px;
	}
}
@media all and (max-width: 359px) {
	#gFooter .fList li:not(:last-child) {
		margin-right: 3px;
	}
}