@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=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');



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

base

------------------------------------------- */
:root {
	--grey: #414141;
	--blue: #33AAFF;
	--grd: linear-gradient(to right,var(--prime),var(--blue));
	--prime: #002976;
	--font-en: "Inter", sans-serif;
}
body {
	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 {
	position: relative;
	z-index: 10;
}
header .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 5rem;
	height: 7rem;
}
.logo a {
	display: flex;
	align-items: center;
	color: #1749A7;
	line-height: 1;
	font-size: 1.8rem;
	font-weight: bold;
}
.logo a i {
	font-size: 1rem;
	color: var(--grey);
}
.logo a img {
	width: 4rem;
	margin-right: 1rem;
}
@media screen and (max-width: 768px) {
	header .wrap {
		justify-content: center;
		padding-left: 0;
		height: 6rem;
	}
	.logo a img {
		width: 3.6rem;
	}	
}



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

cv

------------------------------------------- */
.cv {
	display: flex;
	align-items: center;
}
.cv-tel {
	margin-right: 2rem;
	line-height: 1;
}
.cv-tel a {
	display: flex;
	align-items: center;
	color: var(--prime);
	font-family: var(--font-en);
	font-weight: bold;
	font-size: 1.8rem;
}
.cv-tel a img {
	width: 2rem;
	margin-right: 0.8rem;
	margin-bottom: 0.2rem;
}
.cv-tel span {
	color: var(--grey);
	font-size: 1.2rem;
	margin-left: 2.8rem;
}
.cv-contact a {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--blue);
	color: #fff;
	height: 7rem;
	padding: 0 2rem;
	font-weight: bold;
}
.cv-contact a img {
	width: 2rem;
	margin-right: 0.8rem;
}
.cv-contact a:hover {
	opacity: 1;
	background: var(--prime);
}
@media screen and (max-width: 768px) {
	.cv-tel {
		margin-right: 1.5rem;
	}	
	.cv-tel a {
		font-size: 1.6rem;
	}	
	.cv-contact a {
		height: 5.6rem;
	}
	.cv-tel a img {
		width: 1.5rem;
		margin-right: 0.5rem;		
	}	
	.cv-contact a img {
		width: 1.5rem;
		margin-right: 0.5rem;	
	}	
	.cv-tel span {
		margin-left: 2rem;
		margin-top: 0.6rem;
		display: block;
	}	
}



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

nav

------------------------------------------- */
header .gnav {
	box-shadow: 0 0.3rem 0.1rem rgba(0,0,0,0.2);
}
.gnav {
	background: var(--prime);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 6.8rem;
	padding-bottom: 0.1rem;
}
.gnav-menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 6rem;
}
.gnav-menu > li {
	font-size: 1.6rem;
	font-weight: bold;
	white-space: nowrap;
	position: relative;
}
.gnav-menu > li:nth-child(1)::before,
.gnav-menu > li::after {
	content: "";
	width: 0.1rem;
	content: "";
	width: 0.1rem;
	height: 2.6rem;
	background: #fff;
	position: absolute;
	top: calc(50% - 1.3rem)	
}
.gnav-menu > li:nth-child(1)::before {
	left: -3rem;
}
.gnav-menu > li::after {
	right: -3rem;
}
.gnav-menu > li > a {
	color: #fff;
}
.gnav-menu > li > a:hover {
	opacity: 1;
	color: var(--blue);
}
@media screen and (max-width: 768px) {
	.gnav {
		height: auto;
		padding: 2rem 0 2.1rem 0;
	}
	.gnav-menu {
		gap: 0;
	}
	.gnav-menu > li {
		width: 50%;
		text-align: center;
		padding: 0.5rem 0;
	}
	.gnav-menu > li:nth-child(1)::before,
	.gnav-menu > li::after {
		display: none;
	}
	.gnav-menu > li > a:hover {
		opacity: 1;
		color: var(--blue);
	}
}
	

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

footer

------------------------------------------- */
footer {
	padding: 0 0 2rem 0;
}
footer .wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 3rem 6rem 0 6rem;
	margin-bottom: 2rem;
}
footer address {
	color: var(--grey);	
	margin-top: 1rem;
	font-size: 1.2rem;
}
footer small {
	display: block;
	font-size: 1rem;
	text-align: right;
	padding-right: 6rem;
	color: #898888;
}
@media screen and (max-width: 768px) {
	footer .wrap {
		flex-direction: column;
		padding: 3rem 0;
		margin-bottom: 2rem;
	}
	footer .wrap > div:nth-of-type(1) {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 3rem;
	}
	footer small {
		text-align: center;
		padding-right: 0;
	}
}



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

page-ttl

------------------------------------------- */
.page-ttl {
	background: url(../img/top-kv.jpg) no-repeat center / cover;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 18rem;	
	position: relative;
}
.page-ttl::before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.4);
	position: absolute;
}
/* h2 */
.page-ttl h2 {
	color:var(--prime);
	font-size: 3.6rem;
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 10;
	text-shadow: 0.1rem 0.1rem 0 #fff;
}
@media screen and (max-width: 768px) {
	.page-ttl {
		height: 14rem;	
	}
	.page-ttl h2 {
		font-size: 3.2rem;
	}	
}



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

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 > figure img {
	aspect-ratio: 4 / 3;
	height: 100%;
	object-fit: cover;
}
.container .wrap > div {
	width: 60%;
}
@media screen and (max-width: 768px) {
	.container .wrap,
	.container .wrap.reverse {
		flex-direction: column;
	}
	.container .wrap > figure {
		width: 100%;
		margin-bottom: 2rem;
	}
	.container .wrap > div {
		width: 100%;
	}
}
/* page-top */
#page-top {
    position: fixed;
	bottom: 1rem;
	right: 1rem;	
	z-index: 999;	
}
#page-top a {
	background: var(--prime);
	border-radius: 50%;
	color: #fff;	
	font-size: 1.2rem;
	width: 3.2rem;
	height: 3.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1;
	padding-left: 0.1rem;
}



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

style

------------------------------------------- */
/* heading */
.heading-1 {
	line-height: 1;
	margin-bottom: 3rem;
	display: flex;
	flex-direction: column;
	letter-spacing: 0.2em;
}
.heading-1 .en {
	font-weight: normal;
	font-family: var(--font-en);
	color: var(--blue);
	font-size: 1rem;
	margin-bottom: 1.3rem;
	margin-left: 0.3rem;
}
.heading-1 .jp {
	font-size: 2.8rem;
	color: var(--grey);
}
/* more */
.more {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: url(../img/arrow-wh.png) no-repeat right 1.8rem center;
	background-size: 0.7rem auto;
	background-color: var(--prime);
	border-radius: 10rem;
	height: 4rem;
	font-weight: bold;
	width: 20rem;
	padding-bottom: 0.1rem;
	margin: 0 auto;
}	
.more:hover {
	opacity: 1;
	background-color: var(--blue);
}
/* ttl */
.ttl,
.CMS-NEWS-TITLE,
.CMS-ARTICLE-TITLE {
	border-bottom: solid 1px rgba(0,0,0,0.4);
	font-size: 2.2rem;
	margin-bottom: 3rem;
	padding: 1rem 0 1.5rem 0;
	position: relative;
	font-weight: bold;
}
.ttl::first-letter,
.CMS-NEWS-TITLE::first-letter,
.CMS-ARTICLE-TITLE::first-letter {
	color: var(--prime);
}
.ttl:after,
.CMS-NEWS-TITLE:after,
.CMS-ARTICLE-TITLE::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,
	.CMS-NEWS-TITLE:after,
	.CMS-ARTICLE-TITLE::after {
		width: 40%;
	}	
}
/* detail */
dl.detail {
	display: flex;
	flex-wrap: wrap;
}
dl.detail dt {
	padding: 1.5rem 0;
	width: 25%;
	white-space: nowrap;
	font-weight: bold;
}
dl.detail dd {
	padding: 1.5rem 0;
	width: 75%;
}
@media screen and (max-width: 768px) {
	dl.detail {
		display: block;
	}	
	dl.detail dt {
		display: flex;
		align-items: center;
		padding: 1.5rem 0 0.3rem 0;
		width: 100%;
	}
	dl.detail dt::before {
		content: "◆";
		color: var(--prime);
		font-size: 1.2rem;
		margin-right: 0.5rem;
	}	
	dl.detail dd {
		padding: 0 0 1.5rem 0;
		width: 100%;
	}	
}
dl.detail dt:last-of-type,
dl.detail dd:last-of-type {
	border-bottom: none;
}
dl.bk dt,
dl.bk dd {
	border-bottom: 1px solid rgba(0,0,0,0.3);
}
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;
}
.gnav-sp nav {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	flex-direction: column;
}
.gnav-sp-menu li {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.gnav-sp-menu li span {
	display: block;
}
.gnav-sp-menu li a {
	display: block;
	padding: 1rem 0;
	white-space: nowrap;
	color: var(--prime);
}
.gnav-sp .cv {
	margin-top: 2.5rem;
}
/* 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

------------------------------------------- */
/* txt-vertical */
.txt-vertical {
	writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
	.txt-vertical.not {
		writing-mode: horizontal-tb;
		white-space: normal;
	}
}
/* list */
ul.list-group li {
	margin-left: 2rem;
	list-style: disc;
}
ul.list-group li::marker {
	color: var(--blue);
}
ul.list-group li:not(:last-child) {
	margin-bottom: 0.2rem;
}
/* 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 / blog　common

------------------------------------------- */
/* MORE-READ */
.CMS-NEWS-MORE-READ,
.CMS-ARTICLE-MORE-READ {
	background: var(--prime);
    border: none;
	color: #fff !important;
    display: flex;
	justify-content: center;
	align-items: center;
    font-size: 1.4rem;
    margin: 0 auto;
    width: 24rem;
	height: 4.8rem;
    transition: all .3s;
	padding-bottom: 0.15rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
	font-weight: bold;
}
.CMS-NEWS-MORE-READ:hover,
.CMS-ARTICLE-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}
@media screen and (max-width: 768px) {
	.CMS-ARTICLE-MORE-READ {
		width: 100%;
	}
}
/* DETAIL */
.CMS-NEWS-CONTENT img,
.CMS-ARTICLE-CONTENT img {
    width: 80%;
    height: auto;
    display: block;
    margin: 0 auto 3rem auto;
}
@media screen and (max-width: 768px) {
    .CMS-NEWS-CONTENT img,
	.CMS-ARTICLE-CONTENT img {
        width: 100%;
    }
}



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

news / blog　text

------------------------------------------- */
/* INDEX */
.CMS-NEWS-INDEX,
.CMS-ARTICLE-INDEX {
	padding-bottom: 10rem;
    position: relative;
}
.CMS-NEWS-ITEM a,
.CMS-ARTICLE-ITEM a {
    display: flex;
	align-items: center;
    padding: 1.1rem 0 1.2rem 0;
}
@media screen and (max-width: 768px) {
    .CMS-NEWS-ITEM a,
	.CMS-ARTICLE-ITEM a {
        display: block;
    	padding: 1.1rem 0 1.2rem 0;
    }
}
/* TIME */
.CMS-NEWS-TIME,
.CMS-ARTICLE-TIME {
    font-size: 1.2rem;
    width: 18%;
	color: #898888;
}
/* LINK */
.CMS-NEWS-LINK,
.CMS-ARTICLE-LINK {
    width: 82%; 
	color: var(--prime);
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .CMS-NEWS-TIME,
	.CMS-ARTICLE-TIME {
        width: 100%;
    }
    .CMS-NEWS-LINK,
	.CMS-ARTICLE-LINK {
        width: 100%;    
    }   
}