@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');



/* -------------------------------------------

base

------------------------------------------- */
:root {
	--blue-light: #00b7ff;
	--blue-deep: #2100e0;
	--prime: #0058d8;
	--font-en: "Oswald", sans-serif;
}
body {
	background: #fff;
	color: #000;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	letter-spacing: 0.06em;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
	body {
		font-size: 1.5rem;
	}
}
/* ---- link ---- */
a {
	color: #000;
}



/* -------------------------------------------

header

------------------------------------------- */
header {
	display: flex;
	justify-content: space-between;
	position: fixed;
	z-index: 99;
	width: 100%;
}
/* ---- h1 ---- */
header h1 {
	width: 14rem;
	line-height: 1;
	transition: all .3s;
	margin: 2rem 0 0 2rem;
}
@media screen and (max-width: 768px) {
	header h1 {
		width: 9rem;
		margin: 0;
	}
}
header.is-animation h1 {
	width: 10rem;
}
header.is-animation .gnav {
	margin-top: 0;
}
@media screen and (max-width: 768px) {
	header.is-animation h1 {
		width: 9rem;
	}
}



/* -------------------------------------------

nav

------------------------------------------- */
.gnav {
	margin-top: 3rem;
	display: flex;
	align-items: center;
	height: 5rem;
	background: #fff;
	padding-left: 4rem;
	transition: all .3s;
	background: url(../img/bg-nav.png) no-repeat center left / cover;
	border-radius: 0.5rem 0 0 0.5rem;
}
.gnav-menu {
	display: flex;
	align-items: center;
}
.gnav-menu > li {
	white-space: nowrap;
	line-height: 1;
}
.gnav-menu > li:not(:last-child) {
	margin-right: 2rem;
	padding-right: 2rem;
	border-right: solid 0.1rem #000;
}
header .gnav-menu > li:not(:last-child) {
	border-right: solid 0.1rem #fff;	
}
header .gnav-menu > li a {
	color: #fff;
}
.gnav-menu > li a:hover {
	opacity: 1;
	color: var(--prime);
}
header .gnav-menu > li a:hover {
	color: #fff;
	opacity: 0.6;
}
.gnav .contact {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 5rem;
	padding: 0 2.5rem;
	font-weight: 500;
	background: url(../img/bg-btn.png) no-repeat center left / cover;
}
.gnav .contact img {
	width: 1.6rem;
	margin-right: 1.6rem;
	margin-top: 0.1rem;
}



/* -------------------------------------------

.sns

------------------------------------------- */
.sns {
	display: flex;
}
.sns li {
	width: 2.2rem;
}
.sns li:not(:last-child) {
	margin-right: 1.5rem;
}
header .sns {
	margin: 0 2.5rem;
}
@media screen and (max-width: 768px) {
	.sns li {
		width: 3.6rem;
	}
}



/* -------------------------------------------

footer

------------------------------------------- */
footer {
	padding: 5rem 0 2rem 0;
}
footer .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer .wrap > div:nth-of-type(1) {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
} 
footer .wrap > div:nth-of-type(2) {
	width: 42%;
} 
footer .logo {
	width: 18rem;
	margin-bottom: -2rem;
}
footer .gmap iframe {
	height: 100%;
}
@media screen and (max-width: 768px) {
	footer {
		padding: 5rem 0 8rem 0;
	}
	footer .wrap {
		flex-direction: column;
	}
	footer .wrap > div:nth-of-type(1) {
		width: 100%;
		margin-bottom: 4rem;
	} 
	footer .wrap > div:nth-of-type(2) {
		width: 100%;
	} 
	footer .logo {
		width: 20rem;
		margin-bottom: -3rem;
	}
	footer .gmap iframe {
		height: 24rem;
	}
}
footer nav {
	margin: 8rem 0 6rem 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
footer nav ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
footer nav .sns {
	margin-top: 4rem;
}
@media screen and (max-width: 768px) {
	footer nav {
		margin: 5rem 0 4rem 0;
	}
	footer .gnav-menu li {
		width: 50%;
		text-align: center;
	}	
	footer .gnav-menu a {
		padding: 1rem 0;
		display: block;
	}
	footer .gnav-menu > li:not(:last-child) {
		margin-right: 0;
		padding-right: 0;
		border-right: none;
	}
}
/* ---- small ---- */
footer small {
	display: block;
	font-size: 1rem;
	text-align: center;
}



/* -------------------------------------------

page-ttl

------------------------------------------- */
.page-ttl {
	background: url(../img/top-kv-1.jpg) no-repeat center / cover;
}
.page-ttl > div {
	background: rgba(0,0,0,0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 28rem;
	padding-top: 8rem;
}
@media screen and (max-width: 768px) {
	.page-ttl > div {
		height: 24rem;
		padding-top: 4rem;
	}
}
/* ---- h2 ---- */
.page-ttl h2 {
	color:#fff;
	font-size: 3.6rem;
	font-weight: 500;
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.page-ttl h2 span {
	font-family: var(--font-en);
	font-size: 1.5rem;
	margin-bottom: 0.8rem;
	color: var(--blue-light);
}



/* -------------------------------------------

layout

------------------------------------------- */
/* ---- base-width ---- */
.base-width {
	width: 88rem;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 768px) {
	.base-width {
		width: auto;
	}
}
/* ---- container ---- */
.container {
	margin: 8rem auto 10rem auto;
	width: 88rem;
}
@media screen and (max-width: 768px) {
	.container {
		margin: 6rem 3rem 8rem 3rem;
		width: auto;
	}
}
.container .wrap {
	display: flex;
	justify-content: space-between;
}
.container .wrap.reverse {
	flex-direction: row-reverse;
}
.container .wrap > figure {
	width: 35%;
}
.container .wrap > div {
	width: 62%;
}
@media screen and (max-width: 768px) {
	.container .wrap {
		display: block;
	}
	.container .wrap > figure {
		width: 100%;
		margin-bottom: 2rem;
	}
	.container .wrap > div {
		width: 100%;
	}
}
/* ---- page-top ---- */
#page-top {
    position: fixed;
	bottom: 0;
	right: 0;	
	z-index: 999;	
}
#page-top a {
	background: #000;
	color: #fff;	
	font-size: 1.6rem;
	width: 7rem;
	height: 7rem;
	display: flex;
	justify-content: center;
	line-height: 1;
	color: #fff;
	font-family: var(--font-en);
	font-weight: 500;
	font-size: 1.2rem;
	border: solid 0.12rem #000;
}
#page-top a span {
	display: flex;
	flex-direction: column;
	align-items: center;
}
#page-top a span::before {
	content: "";
	width: 0.1rem;
	height: 3rem;
	background: #fff;
	margin-bottom: 1rem;
}
#page-top a:hover {
	opacity: 1;
	background: var(--prime);
}
@media screen and (max-width: 768px) {
	#page-top a {
		width: 6rem;
		height: 6rem;
	}
	#page-top a span::before {
		height: 2rem;
	}	
}



/* -------------------------------------------

style

------------------------------------------- */
/* ---- heading ---- */
.heading-1 {
	line-height: 1;
	margin-bottom: 8rem;
	position: relative;
	text-align: center;
}
.heading-1 .jp {
	font-size: 2.8rem;
	font-weight: 500;
	position: relative;
	z-index: 10;
}
.heading-1 .en {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-family: var(--font-en);
	color: #9db3d1;
	opacity: 0.2;
	font-weight: 500;
	font-size: 8.8rem;
}
@media screen and (max-width: 768px) {
	.heading-1 {
		margin-bottom: 6rem;
	}	
	.heading-1 .en {
		font-size: 8rem;
		white-space: nowrap;
	}
}
.heading-1.wh {
	color: #fff;
}
.heading-1.wh .en {
	color: #fff;
}
.heading-2 {
	line-height: 1;
	font-family: var(--font-en);
	font-weight: 500;
	font-size: 10rem;
}
.heading-2 span {
	display: block;
}
@media screen and (max-width: 768px) {
	.heading-2 {
		font-size: 8rem;
	}
}
.heading-3 {
	font-size: 1.7rem;
	padding: 1rem 2rem 1.1rem 2rem;
	font-weight: 500;
	color: #fff;
	margin-bottom: 1.2rem;
	background: linear-gradient(to right,#038eff,#bbe6ed);	
}
/* ---- more ---- */
.more {
	color: #fff;
	display: flex;
	align-items: center;
	line-height: 1;
	width: 18rem;
	height: 4.6rem;
	font-family: var(--font-en);
	padding-left: 3rem;
	position: relative;
	margin: 0 auto;
	font-weight: 300;
	border-radius: 0.5rem;
	background: url(../img/bg-btn.png) no-repeat center left / cover;
	color: #fff;
}	
.more::before {
	content: "";
	width: 5rem;
	height: 0.1rem;
	position: absolute;
	right: 0;
	top: 50%;
	transition: all .3s;
	background: #fff;
}
.more:hover {
	opacity: 1;
}
.more:hover::before {
	width: 0;
}
/* ---- ttl ---- */
.ttl {
	border-bottom: solid 1px rgba(0,0,0,0.3);
	font-size: 2.4rem;
	margin-bottom: 3rem;
	padding: 1rem 0 1.5rem 0;
	position: relative;
	font-weight: 500;
}
.ttl:after {
	content: "";
	background: var(--prime);
	display: block;
	height: 3px;
	bottom: -3px;
	position: absolute;
	width: 25%;
	z-index: 10;
}
@media screen and (max-width: 768px) {
	.ttl:after {
		width: 40%;
	}	
}
/* ---- detail ---- */
dl.detail {
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
	dl.detail {
		display: block;
	}
}
dl.detail dt {
	padding: 1.5rem;
	width: 25%;
	white-space: nowrap;
	font-weight: 500;
}
#tel {
	padding: 6.5rem 1.5rem 1.5rem 1.5rem;	
	margin-top: -5rem;
}
@media screen and (max-width: 768px) {
	dl.detail dt {
		display: flex;
		align-items: center;
		padding: 1.5rem 1.5rem 0.3rem 1.5rem;
		width: 100%;
	}
	#tel {
		padding: 1.5rem 1.5rem 0.3rem 1.5rem;
		margin: 0;
	}	
	dl.detail dt::before {
		content: "◆";
		color: var(--prime);
		font-size: 1.2rem;
		margin-right: 0.5rem;
	}	
}
dl.detail dd {
	padding: 1.5rem;
	width: 75%;
}
@media screen and (max-width: 768px) {
	dl.detail dd {
		padding: 0 1.5rem 1.5rem 1.5rem;
		width: 100%;
	}
}
dl.bk dt,
dl.bk dd {
	border-bottom: 1px solid #cbcfd3;
}
dl.wh dt,
dl.wh dd {
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
@media screen and (max-width: 768px) {
	dl.bk dt {
		border-bottom: none;
	}
	dl.wh dt {
		border-bottom: none;
	}
}



/* -------------------------------------------

hamburger

------------------------------------------- */
.gnav-sp {
	background: #fff;
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	opacity: 0;
	overflow-x: hidden;
	overflow-y: auto;
	transition: all .5s;
	z-index: -1;
	-webkit-overflow-scrolling: touch;
}
/* ---- wrap ---- */
.gnav-sp .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.gnav-sp nav {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.gnav-sp .sns {
	margin-top: 2rem;
}
/* ---- gnav-sp-menu ---- */
.gnav-sp-menu li {
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
}
.gnav-sp-menu li span {
	display: block;
}
.gnav-sp-menu li a {
	display: block;
	padding: 1.2rem 0;
	white-space: nowrap;
}
.gnav-sp-menu li a:hover {
	opacity: 1;
	color: var(--prime);
}
/* ---- toggle ---- */
.toggle-btn {
	background: var(--prime);
	cursor: pointer;
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 6rem;
	height: 6rem;
	transition: all .5s;
	z-index: 100000;
}
.toggle-btn span {
	background: #fff;
	display: block;
	position: absolute;
	left: 2rem;
	width: 2rem;
	height: 0.2rem;
	transition: all .4s;
}
.toggle-btn span:nth-child(1) {
	top: 1.9rem;
}
.toggle-btn span:nth-child(2) {
	top: 2.7rem;
}
.toggle-btn span:nth-child(3) {
	top: 3.5rem;
}
/* ---- open ---- */
.open .gnav-sp {
	top: 0;
	opacity: 1;
	z-index: 99999;
}
.open .toggle-btn span:nth-child(1) {
	transform: translateY(0.8rem) rotate(-45deg);
}
.open .toggle-btn span:nth-child(2) {
	opacity: 0;
}
.open .toggle-btn span:nth-child(3) {
	transform: translateY(-0.8rem) rotate(45deg);
}



/* -------------------------------------------

class

------------------------------------------- */
/* ---- list ---- */
ul.list-group li {
	margin-left: 2rem;
	list-style: disc;
	line-height: 1.4;
}
ul.list-group li:not(:last-child) {
	margin-bottom: 0.5rem;
}
ul.list-group li::marker {
	color: var(--blue-light);
}
@media screen and (max-width: 768px) {
	ul.list-group li:not(:last-child) {
		margin-bottom: 1rem;
	}
}
.container .list-group + dl {
	background: rgba(248,248,248,1);
	padding: 2rem 2.5rem;
}
.container .list-group + dl dt {
	font-weight: bold;
	margin-bottom: 0.3rem;
	color: var(--prime);
	font-size: 1.5rem;
}
/* ---- prepare ---- */
.prepare {
    font-size: 2rem;
	font-weight: bold;
	text-align: center;
    padding: 8rem 0;
}
/* ---- map ---- */
.gmap iframe {
	width: 100%;
	height: 36rem;
}
.gmap.grey iframe {
	filter: grayscale(100%);
}
/* ---- display ---- */
@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}
/* ---- margin ---- */
.mb-10 { margin-bottom: 1rem !important; }
.mb-15 { margin-bottom: 1.5rem !important; }
.mb-20 { margin-bottom: 2.0rem !important; }
.mb-25 { margin-bottom: 2.5rem !important; }
.mb-30 { margin-bottom: 3.0rem !important; }
.mb-35 { margin-bottom: 3.5rem !important; }
.mb-40 { margin-bottom: 4.0rem !important; }
.mb-45 { margin-bottom: 4.5rem !important; }
.mb-50 { margin-bottom: 5.0rem !important; }
.mb-55 { margin-bottom: 5.5rem !important; }
.mb-60 { margin-bottom: 6.0rem !important; }
.mb-65 { margin-bottom: 6.5rem !important; }
.mb-70 { margin-bottom: 7.0rem !important; }
.mb-75 { margin-bottom: 7.5rem !important; }
.mb-80 { margin-bottom: 8.0rem !important; }
.mb-85 { margin-bottom: 8.5rem !important; }
.mb-90 { margin-bottom: 9.0rem !important; }
.mb-95 { margin-bottom: 9.5rem !important; }
.mb-100	{ margin-bottom: 10.0rem !important; }



/* -------------------------------------------

fade

------------------------------------------- */
.fade {
	opacity: 0;
	transform: translateY(2rem);
}
.fade.is-animation {
    animation: fade 0.5s ease;
    animation-fill-mode: both;
}
@keyframes fade {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}



/* -------------------------------------------

news common

------------------------------------------- */
/* ---- CMS-NEWS-MORE-READ ---- */
.CMS-NEWS-MORE-READ {
	background: var(--prime);
    border: none;
	color: #fff !important;
    display: block;
    font-size: 1.4rem;
    margin: 0 auto;
    padding: 1.6rem 0 1.7rem 0;
    width: 31%;
    text-align: center;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
.CMS-NEWS-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}
@media screen and (max-width: 768px) {
	.CMS-NEWS-MORE-READ {
		width: 100%;
	}
}
/* ---- newsdetail ---- */
/* CMS-NEWS-TITLE */
.CMS-NEWS-TITLE {
    border-bottom: solid 1px rgba(0,0,0,0.3);
    font-size: 2.2rem;
    margin-bottom: 3rem;
    padding: 1rem 0 1.5rem 0;
    position: relative;
    font-weight: 500;
}
.CMS-NEWS-TITLE:after {
	content: "";
	background: var(--prime);
	display: block;
	height: 3px;
	bottom: -3px;
	position: absolute;
	width: 25%;
	z-index: 10;
}
.CMS-NEWS-CONTENT img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 3rem auto;
}
@media screen and (max-width: 768px) {
    .CMS-NEWS-CONTENT img {
        width: 100%;
    }
}



/* -------------------------------------------

news text

------------------------------------------- */
/* ---- CMS-NEWS ---- */
.CMS-NEWS-INDEX {
	padding-bottom: 10rem;
    position: relative;
}
.CMS-NEWS-ITEM:first-of-type {
    border-top: solid 1px #ddd;
}
.CMS-NEWS-ITEM {
	border-bottom: solid 1px #ddd;
}
.CMS-NEWS-ITEM a {
    display: flex;
	align-items: center;
    padding: 2rem 1.5rem;
	transition: all .3s;
}
@media screen and (max-width: 768px) {
    .CMS-NEWS-ITEM a {
        display: block;
		padding: 2rem 0;
    }
}
.CMS-NEWS-ITEM a:hover {
    opacity: 1;
	color: var(--prime);
	background: #fafafa;
}
/* ---- time ---- */
.CMS-NEWS-TIME {
    font-size: 1.2rem;
    width: 20%;
}
/* ---- link ---- */
.CMS-NEWS-LINK {
    width: 80%; 
}
@media screen and (max-width: 768px) {
    .CMS-NEWS-TIME {
        width: 100%;
    }
    .CMS-NEWS-LINK {
        width: 100%;    
    }   
}



/* -------------------------------------------

fixed

------------------------------------------- */
.fixed {
	position: fixed;
	right: 0;
	bottom: 7rem;
	transition: all .2s;
	z-index: 999;
	overflow: hidden;
}
.fixed a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 8.5rem;
	height: 7rem;
	line-height: 1;
	color: #fff;
	font-family: var(--font-en);
	font-size: 1.1rem;
	font-weight: 500;
	padding-right: 1.5rem;
	transition: all .3s;
	transform: translateX(1.5rem);
	background: #fff;
	border-top: solid 0.12rem var(--blue-deep);
	border-left: solid 0.12rem var(--blue-deep);
	border-bottom: solid 0.12rem var(--blue-deep);	
}
.fixed .tel a {
	border-radius: 0.8rem 0 0 0;
}
.fixed a:hover {
	opacity: 1;
	transform: translateX(0);	
}
.fixed .contact {
	margin-top: -0.12rem;
}
.fixed a span {
	margin-bottom: 0.8rem;
	background: linear-gradient(to right, var(--blue-deep),var(--blue-light));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	
}
.fixed .tel img {
	width: 2rem;
}
.fixed .contact img {
	width: 2.4rem;
}
@media screen and (max-width: 768px) {
	.fixed {
		right: auto;
		left: 0;
		bottom: 0;
		width: calc(100% - 6rem);
		display: flex;
	}
	.fixed li {
		width: 50%;
	}	
	.fixed a {
		flex-direction: row;
		width: 100%;
		height: 6rem;
		font-size: 1.5rem;
		padding-right: 0;
		transform: none;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row-reverse;
		text-decoration: none;
	}
	.fixed .tel a {
		border-radius: 0;
	}
	.fixed .contact a {
		border-top: solid 0.12rem var(--blue-deep);
	}	
	.fixed a:hover {
		opacity: 0.6;
		transform: none;	
	}
	.fixed a span {
		margin-bottom: 0;	
		margin-left: 1rem;
	}
	.fixed .contact {
		margin-top: 0;
	}	
}