@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=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');


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

base

------------------------------------------- */
:root {
	--grey: #353535;
	--orange: #e36316;
	--orange-light: #f8f3e6;
	--prime: #e38b0c;
}
body {
	background: var(--orange-light);
	color: var(--grey);
	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: var(--grey);
}



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

header

------------------------------------------- */
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: var(--prime);
	padding-left: 1.5rem;
	height: 5rem;
}
header a {
	color: #fff;
}
@media screen and (max-width: 768px) {
	header {
		justify-content: center;
		height: 6rem;
		padding: 0;
	}
}
/* h1 */
header h1 {
	line-height: 1;
	font-family: "Roboto Condensed", sans-serif;	
	font-style: italic;
	font-size: 3.2rem;
	letter-spacing: -0.015em;
}
header h1 a {
	color: #fff;
}
@media screen and (max-width: 768px) {

}



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

nav

------------------------------------------- */
.gnav {
	display: flex;
	align-items: center;
	height: 5rem;
}
.gnav-menu {
	display: flex;
	align-items: center;
}
.gnav-menu > li {
	white-space: nowrap;
	font-size: 1.2rem;
}
.gnav-menu > li:not(:last-child) {
	margin-right: 2.5rem;
}
.gnav-menu > li > a {
	display: inline-block;
	position: relative;
}



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

sns

------------------------------------------- */
header ul.sns {
	margin-left: 8rem;
}
ul.sns {
	display: flex;
	align-items: center;
	line-height: 1;
}
ul.sns a {
	color: #fff;
}
ul.sns .insta {
	margin-right: 1.5rem;
	font-size: 3rem;
}
ul.sns .line a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 5rem;
	background: #06c755;
	padding-right: 1rem;
}
ul.sns .line a img {
	width: auto;
	height: 4.5rem;
}
ul.sns .line a i {
	font-size: 1.2rem;
	margin-top: 0.35rem;
	margin-left: 0.5rem;
}
.gnav-sp ul.sns {
	margin-top: 2rem;
}
.gnav-sp ul.sns a {
	color: var(--grey);
	padding: 0 1.5rem 0 1rem;
}
.gnav-sp ul.sns .line a {
	color: #fff;
}




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

footer

------------------------------------------- */
footer {
	padding: 2rem 0;
}
footer small {
	display: block;
	font-size: 1rem;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.service footer {
		padding: 2rem 0 8rem 0;
	}
}



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

page-ttl

------------------------------------------- */
.page-ttl {
	background: url(../img/mv.jpg) no-repeat center / cover;
	position: relative;
	height: 30rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 10rem;
}
.page-ttl > img {
	position: absolute;
	left: 0;
	bottom: -0.1rem;
	pointer-events: none;
}
.page-ttl h2 {
	color:#fff;
	font-size: 3rem;
	line-height: 1.4;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.page-ttl {
		background: url(../img/mv.jpg) no-repeat center / cover;
		position: relative;
		height: 26rem;
		padding-bottom: 3.5rem;
	}	
	.page-ttl h2.adjust {
		font-size: 2.5rem;
	}
}




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

breadcrumbs

------------------------------------------- */
.breadcrumbs {
	display: flex;
	font-size: 1rem;
	position: relative;
	z-index: 10;
	margin-top: -6rem;
}
.breadcrumbs,
.breadcrumbs a {
	color: #848484;
}
.breadcrumbs li:not(:last-child)::after {
	content: ">";
	margin: 0 1rem;
}
@media screen and (max-width: 768px) {
	.breadcrumbs {
		padding: 0 3rem;
		margin-top: 0;
	}
}



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

layout

------------------------------------------- */
article.low {
	padding-top: 4rem;
}
/* base-width */
.base-width {
	width: 72rem;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 768px) {
	.base-width {
		width: auto;
	}
}
/* container */
.container {
	margin: 0 auto 10rem auto;
	width: 72rem;
}
@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: 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;
}
@media screen and (max-width: 768px) {
	.service #page-top {
		bottom: 7rem;
	}
}



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

style

------------------------------------------- */
/* heading */
.heading-1 {
	margin-bottom: 4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.heading-1::after {
	content: "";
	width: 100%;
	height: 0.5rem;
	background: url(../img/dot.png) no-repeat center / contain;
	margin-top: 2.5rem;
}
.heading-1 > span:not(:last-child) {
	margin-bottom: 0.8rem;
}
.heading-1 .jp {
	line-height: 1.3;
	font-size: 3rem;
	letter-spacing: 0.1em;
}
.heading-1 .en {
	color: var(--prime);
	font-size: 1.7rem;
	letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
	.heading-1 .jp.adjust {
		font-size: 2rem;
	}
	.heading-1::after {
		height: 0.4rem;
		margin-top: 2rem;
	}	
}
.heading-2 {
	background: var(--prime);
	color: #fff;
	font-weight: 500;
	text-align: center;
	padding: 1rem 0 1.1rem 0;
	line-height: 1.3;
	font-size: 2.2rem;
	margin-bottom: 3rem;
}
.heading-3 {
	background: #fff;
	color: var(--prime);
	padding: 1rem 2rem 1.1rem 2rem;
	margin-bottom: 1.5rem;
	font-size: 1.6rem;
	border-left: solid 0.4rem var(--prime);
	font-weight: 500;
}
.heading-3 + p {
	padding: 0 2rem;
}
@media screen and (max-width: 768px) {
	.heading-3 + p {
		padding: 0;
	}
}
/* more */
.more {
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	width: 26rem;
	height: 5.6rem;
	border-radius: 10rem;
	margin: 0 auto;
	background: var(--orange);
	color: #fff;
	margin: 0 auto;
	letter-spacing: 0.15em;
	padding-left: 1.5rem;
	padding-bottom: 0.15rem;
	font-weight: 500;
}	
.more.wide {
	width: 32rem;
}
.more i {
	margin-top: 0.3rem;
	margin-left: 1.5rem;
}
.more:hover {
	opacity: 1;
	background: var(--prime);
}
/* ttl */
.ttl,
.CMS-NEWS-TITLE {
	border-bottom: solid 1px rgba(0,0,0,0.3);
	font-size: 2.2rem;
	margin-bottom: 3rem;
	padding: 1rem 0 1.2rem 0;
	position: relative;
	font-weight: 500;
}
.ttl:after,
.CMS-NEWS-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 {
		width: 40%;
	}	
}



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

hamburger

------------------------------------------- */
.gnav-sp {
	background: var(--orange-light);
	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;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.gnav-sp-menu li {
	font-size: 1.6rem;
	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;
}
/* toggle */
.toggle-btn {
	background: var(--orange);
	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:not(:last-child) {
	margin-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
	ul.list-group li:not(:last-child) {
		margin-bottom: 1rem;
	}
}
/* preapre */
.prepare {
	color: var(--prime);
    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);
	}
}
.delay-1 { animation-delay: 0.1s !important; }
.delay-2 { animation-delay: 0.2s !important; }
.delay-3 { animation-delay: 0.3s !important; }
.delay-4 { animation-delay: 0.4s !important; }
.delay-5 { animation-delay: 0.5s !important; }



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

news common

------------------------------------------- */
/* CMS-NEWS-MORE-READ */
.CMS-NEWS-MORE-READ {
	background: var(--orange);
    border: none;
	color: #fff !important;
	font-weight: 500;
    display: block;
    font-size: 1.4rem;
    margin: 0 auto;
    padding: 1.5rem 0 1.6rem 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-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 thumbnail

------------------------------------------- */
/* CMS-NEWS */
.CMS-NEWS-INDEX {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10rem;
	position: relative;
    width: calc(72rem - 20rem);
}
@media screen and (max-width: 768px) {
    .CMS-NEWS-INDEX {
        display: block;
        width: 100%;
    }
}
.CMS-NEWS-INDEX > * {
    width: 31%;
    margin-right: 3.5%;
}
.CMS-NEWS-INDEX > *:nth-of-type(3n) {
    margin-right: 0;    
}
.CMS-NEWS-INDEX > *:nth-of-type(n + 4) {
    margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
	.CMS-NEWS-INDEX > * {
		width: 100%;
		margin-right: 0;
	}
	.CMS-NEWS-INDEX > *:nth-of-type(n + 4) {
		margin-top: 0;
	}
	.CMS-NEWS-INDEX > *:nth-of-type(n + 2) {
		margin-top: 3.5rem;
	}   
}
.CMS-NEWS-ITEM a {
    transition: all .3s;
    display: block;
}
.CMS-NEWS-ITEM a:hover {
    opacity: 0.6;
}
/* time */
.CMS-NEWS-TIME {
    font-size: 1.2rem;
    margin: 1.8rem 0 0.6rem 0;
    line-height: 1;
}
@media screen and (max-width: 768px) {
	.CMS-NEWS-TIME {
        margin: 1.5rem 0 0.2rem 0;
    }  
}
/* img */
.CMS-NEWS-INDEX > * img {
	aspect-ratio: 16/9;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
@media screen and (max-width: 768px) {
    .CMS-NEWS-INDEX > * img {
        height: 20rem;
    }
}