@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;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: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
a {
	transition: all 0.3s;
}
a:hover {
	opacity: 0.7;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #000;
	font-size: 1.5rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow-y: scroll !important;
}
#container {
	text-align: left;
	overflow: hidden;
}
#main {
	padding-top: 121px;
	position: relative;
	display: block;
	z-index: 10;
}
#main::after {
	height: 1388px;
	position: absolute;
	top: -15px;
	left: 0;
	right: 26.4%;
	content: '';
	z-index: -1;
	background: url(../../images/index/bg_img.png) no-repeat top left / 100%;
}
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.3rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
	#main {
		padding-top: 75px;
	}
	#main::after {
		right: 10.9%;
		height: 100%;
		top: 0;
		left: -38px;
		background: url(../../images/index/sp_bg_img.png) no-repeat top left / 100%;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#g__header {
	height: 76px;
	padding: 0 85px 0 39px;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	box-sizing: border-box;
	z-index: 100;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
#g__header.on {
	background-color: rgba(39,138,203,0.8);
}
#g__header.on .h__box {
	margin-top: 14px;
}
#g__header .logo {
	margin-top: -6px;
	width: 165px;
}
#g__header .logo a:hover {
	opacity: 1;
}
#g__header .h__box {
	margin-top: 34px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex: 1;
}
#g__header .h__box .link {
	margin-left: 67px;
}
#g__header .h__box .link a {
	padding: 8px 20px 10px;
	width: 332px;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	display: block;
	border-radius: 44px;
	box-sizing: border-box;
	transition: all 0.3s;
	border: 1px solid #fff;
	background-image: linear-gradient(to right, #98E1DA , #EBEB91);
}
#g__header #g__navi ul {
	display: flex;
}
#g__header #g__navi ul li {
	margin: 0 45px 0 0;
	position: relative;
}
#g__header #g__navi ul li::after {
	width: 7px;
	height: 18px;
	position: absolute;
	top: 7px;
	right: -26px;
	content: '';
	background: url(../../images/common/line.png) no-repeat top right / 7px;
}
#g__header #g__navi ul li:last-child:after {
	display: none;
}
#g__header #g__navi ul a {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.03em;
}
@media all and (min-width: 897px) and (max-width: 1627px) {
	#g__header {
		padding: 0 25px 0 39px;
	}
	#g__header .h__box .link {
		margin-left: 20px;
	}
	#g__header .h__box .link a {
		width: 280px;
	}
	#g__header #g__navi ul li {
		margin: 0 30px 0 0;
	}
	#g__header #g__navi ul li::after {
		right: -18px;
	}
	#g__header #g__navi ul a {
		font-size: 1.6rem;
	}
}
@media all and (max-width: 1326px) {
	#g__header {
		padding: 0 15px 0 20px;
	}
	#g__header .logo {
		width: 126px;
	}
	#g__header #g__navi ul li {
		margin: 0 10px 0 0;
	}
	#g__header .h__box .link a {
		width: 176px;
		font-size: 1.6rem;
	}
	#g__header .h__box .link {
		margin-left: 10px;
	}
	#g__header #g__navi ul a {
		font-size: 1.4rem;
	}
	#g__header #g__navi ul li::after {
		right: -8px;
		top: 7px;
		height: 13px;
	}
}
@media all and (max-width: 990px) {
	#g__header .h__box .link a {
		width: 150px;
		font-size: 1.5rem;
	}
}
@media all and (max-width: 896px) {
	#g__header {
		padding: 2px 5px 0;
		height: auto;
		display: block;
		background-color: #fff;
	}
	#g__header .logo {
		margin-top: 0;
		width: 122px;
	}
	#g__header .h__box {
		margin-top: 0;
		display: block;
	}
	#g__header.on .h__box {
		margin-top: 0;
	}
	#g__header .h__box .link {
		margin-left: 0;
		position: absolute;
		top: 7px;
		right: 59px;
	}
	#g__header .h__box .link a {
		padding: 7px 20px 5px;
		width: 159px;
		font-size: 1.3rem;
		letter-spacing: 0.06em;
	}
	#g__header #g__navi {
		padding: 78px 27px 70px;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		overflow-y: auto;
		background-color: rgba(155,225,214,0.9);
		z-index: 1000;
	}
	.menu {
		cursor: pointer;
		width: 18px;
		height: 18px;
		z-index: 1009;
		transition: .3s;
		position: fixed;
		top: 15px;
		right: 14px;
	}
	.menu span {
		transition: all .4s;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		width: 18px;
		height: 2px;
		background-color: #707070;
		border-radius: 5px;
	}
	.menu span:nth-of-type(1) {
		top: 0;
	}
	.menu span:nth-of-type(2) {
		top: 8px;
	}
	.menu span:nth-of-type(3) {
		top: 16px;
	}
	.menu.on {
		width: 25px;
		height: 25px;
		top: 32px;
		right: 20px;
	}
	.menu.on span {
		width: 25px;
		background-color: #000;
	}
	.menu.on span:nth-of-type(1) {
		top: 0;
		transform: rotate(-46deg);
	}
	.menu.on span:nth-of-type(2) {
		opacity: 0;
	}
	.menu.on span:nth-of-type(3) {
		top: 0;
		transform: rotate(46deg);
	}
	#g__header #g__navi ul {
		display: block;
	}
	#g__header #g__navi ul li {
		margin: 0 0 31.5px 43px;
		position: relative;
	}
	#g__header #g__navi ul li::before {
		position: absolute;
		top: 13px;
		left: -43px;
		width: 22px;
		height: 1px;
		content: '';
		background-color: #000000;
	}
	#g__header #g__navi ul li::after {
		display: none;
	}
	#g__header #g__navi ul a {
		font-size: 1.7rem;
	}
}
@media all and (max-width: 374px) {
	#g__header .h__box .link {
		right: 45px;
	}
	#g__header .h__box .link a {
		width: 132px;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
.page__top {
	width: 122px;
	position: fixed;
	bottom: 173px;
	right: 20px;
	z-index: 100;
	display: none;
}
.page__top img {
	width: 100%;
}
.page__top a {
	display: block;
}
.page__top a:hover {
	opacity: 0.7;
}
#g__footer {
	padding: 48px 20px 45px;
}
#g__footer address {
	font-weight: 500;
	font-style: normal;
	line-height: 2;
	text-align: center;
}
@media all and (max-width: 896px) {
	.page__top {
		width: 76px;
		bottom: 80px;
		height: 74px;
	}
	#g__footer {
		padding: 30px 20px;
	}
	#g__footer address {
		font-size: 1.2rem;
		line-height: 2.5;
	}
}
@media all and (max-width: 374px) {
	#g__footer address {
		font-size: 1.1rem;
	}
}