@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=Noto+Serif+JP:wght@300;400;700;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&family=Lobster&display=swap');



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

base

------------------------------------------- */
:root {
	--orange: #ee6a27;
	--grey: #424242;
	--bg-beige: #f8f7f4;
	--bg-orange: #fff5f0;
	--bg-grey: #F6F1E7;
	--blue: #78CFEA;
	--prime: #86602B;
	--font: "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%;
}

a {
	color: #000;
}

@media screen and (max-width: 768px) {
	body {
		font-size: 1.5rem;
	}
}



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

header

------------------------------------------- */
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 6.4rem;
	position: relative;
	z-index: 99;
	padding: 0 10rem;
}

header h1 {
	width: 20rem;
	line-height: 1;
}

@media screen and (max-width: 768px) {
	header {
		justify-content: center;
		height: 6rem;
		box-shadow: none;
	}
}



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

nav

------------------------------------------- */
ul.gnav-menu {
	display: flex;
	align-items: center;
}

ul.gnav-menu>li {
	font-weight: 500;
	white-space: nowrap;
}

ul.gnav-menu>li:not(:last-child) {
	margin-right: 3rem;
}

ul.gnav-menu>li>a:hover {
	opacity: 1;
	color: var(--prime);
}



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

footer

------------------------------------------- */
footer {
	background: #86602B;
	color: #fff;
	padding-bottom: 2rem;
}

footer a {
	color: #fff;
}

footer .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4rem 0 6rem 0;
}

footer .logo {
	width: 20rem;
	mix-blend-mode: screen;
}

footer nav ul {
	display: flex;
	align-items: center;
}

footer nav ul li:not(:last-child) {
	margin-right: 3rem;
}

footer small {
	display: block;
	text-align: center;
	font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
	footer .wrap {
		flex-direction: column;
		align-items: center;
		padding: 4rem 0;
	}

	footer .logo {
		margin-bottom: 3rem;
	}

	footer nav ul {
		flex-wrap: wrap;
	}

	footer nav ul li {
		width: 50%;
		text-align: center;
		padding: 0.3rem 0;
	}

	footer nav ul li:not(:last-child) {
		margin-right: 0;
	}
}



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

page-ttl

------------------------------------------- */
.page-ttl {
	background: url(../img/top-bg-1.jpg) no-repeat center / cover;
}

.page-ttl>div {
	background:url(../img/bg_company.jpg) no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 18rem;
	padding-bottom: 0.3rem;
}

.page-ttl h2 {
	font-size: 3.6rem;
	line-height: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.page-ttl h2 span {
	font-size: 1.3rem;
	letter-spacing: 0.15em;
	margin-bottom: 0.8rem;
	text-transform: uppercase;
	font-family: var(--font);
	font-weight: 400;
}

@media screen and (max-width: 768px) {
	.page-ttl>div {
		height: 16rem;
	}
}



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

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;
}

.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 {
		margin: 6rem 3rem 8rem 3rem;
		width: auto;
	}

	.container .wrap {
		display: block;
	}

	.container .wrap>figure {
		width: 100%;
		margin-bottom: 2rem;
	}

	.container .wrap>div {
		width: 100%;
	}
}

/* ---- page-top ---- */
#page-top {
	width: 100%;
}

#page-top a {
	background: var(--bg-grey);
	height: 3.6rem;
	display: flex;
	color: #000;
	justify-content: center;
	align-items: center;
	line-height: 1;
	font-weight: 900;
	font-size: 1.6rem;
}

#page-top a i {
	font-size: 2rem;
	margin-top: 0.2rem;
	margin-right: 0.3rem;
}

#page-top a:hover {
	opacity: 0.7;
}



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

style

------------------------------------------- */
/* ---- heading ---- */
.heading-1 {
	line-height: 1;
	margin-bottom: 3rem;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding-bottom: 1.5rem;
}

.heading-1 .en {
	font-weight: 400;
	font-size: 4.3rem;
	text-transform: uppercase;
	font-family: var(--font);
	letter-spacing: 0.08em;
}

.heading-1 .jp {
	display: flex;
	align-items: center;
	font-weight: 500;
	margin-top: 0.65rem;
	margin-left: 1.5rem;
}

.heading-1::before {
	content: "";
	width: 10rem;
	height: 0.25rem;
	background: linear-gradient(to right, #83562F, #CABDB5);
	position: absolute;
	left: 0;
	bottom: 0;
}

.heading-2 {
	background: var(--prime);
	font-size: 1.6rem;
	margin-bottom: 1.5rem;
	padding: 0.7rem 2rem 0.85rem 2rem;
	position: relative;
	color: #fff;
	font-weight: 500;
}

.heading-2::before {
	content: "";
	width: 1rem;
	height: 0.5rem;
	background: var(--blue);
	position: absolute;
	left: 0;
	top: calc(50% - 0.25rem)
}

@media screen and (max-width: 768px) {
	.heading-2 {
		font-size: 1.8rem;
	}
}

/* ---- more ---- */
.more {
	line-height: 1;
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: center;
	width: 18rem;
	padding: 1.3rem 0 1.3rem 0;
	background: url("../img/bg_btn.png") no-repeat center / cover;
	font-weight: bold;
	color: #fff;
	font-family: var(--font);
}

.more:hover {
	opacity: 0.7;
	color: #fff;
}

.more i {
	margin-right: 1rem;
}

@media screen and (max-width: 768px) {
	.more {
		margin: 0 auto;
	}
}

/* ---- ttl ---- */
.ttl {
	border-bottom: solid 0.12rem rgba(0, 0, 0, 0.2);
	font-size: 2.2rem;
	margin-bottom: 3rem;
	padding: 1rem 0 1rem 0;
	position: relative;
}

.ttl span {
	font-size: 1.4rem;
}

.ttl::first-letter {
	color: var(--prime);
}

.ttl:after {
	background: var(--prime);
	height: 0.35rem;
	bottom: -0.35rem;
	z-index: 10;
	content: " ";
	display: block;
	position: absolute;
	width: 25%;
}

@media screen and (max-width: 768px) {
	.ttl:after {
		width: 40%;
	}
}

/* ---- detail ---- */
dl.detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

dl.detail dt {
	padding: 1.5rem;
	width: 25%;
	white-space: nowrap;
}

dl.detail dd {
	padding: 1.5rem;
	width: calc(75% - 1px);
}

dl.bk dt,
dl.bk dd {
	border-bottom: 1px solid rgba(0, 0, 0, 1);
}

@media screen and (max-width: 768px) {
	dl.detail {
		display: block;
	}

	dl.detail dt {
		display: flex;
		align-items: center;
		padding: 1.2rem 1.2rem 0.3rem 1.2rem;
		width: 100%;
	}

	dl.detail dt::before {
		content: "◆";
		font-size: 1.2rem;
		margin-right: 0.5rem;
		color: var(--prime);
	}

	dl.detail dd {
		padding: 0 1.2rem 1.2rem 1.2rem;
		width: 100%;
	}

	dl.bk dt {
		border-bottom: none;
	}
}



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

hamburger

------------------------------------------- */
.gnav-sp {
	display: block;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	transition: all .5s;
	z-index: -1;
	opacity: 0;
	background: #fff;
}

.gnav-sp .wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.gnav-sp-menu li {
	font-size: 1.6rem;
	text-align: center;
	font-weight: 500;
	line-height: 1.4;
}

.gnav-sp-menu li span {
	display: block;
}

.gnav-sp-menu li a {
	display: block;
	padding: 1.2rem 0;
	white-space: nowrap;
}

/* ---- toggle ---- */
.toggle-btn {
	display: block;
	position: fixed;
	top: 0;
	right: 0;
	width: 6rem;
	height: 6rem;
	transition: all .5s;
	cursor: pointer;
	z-index: 100000;
	background: #86602B;
}

.toggle-btn span {
	display: block;
	position: absolute;
	left: 2rem;
	width: 2rem;
	height: 0.2rem;
	background-color: #fff;
	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 {
	background-color: #fff;
}

.open .toggle-btn span:nth-child(1) {
	-webkit-transform: translateY(0.8rem) rotate(-45deg);
	transform: translateY(0.8rem) rotate(-45deg);
}

.open .toggle-btn span:nth-child(2) {
	opacity: 0;
}

.open .toggle-btn span:nth-child(3) {
	-webkit-transform: translateY(-0.8rem) rotate(45deg);
	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;
	}
}

/* ---- prepare ---- */
.prepare {
	text-align: center;
	padding: 8rem 0;
	font-size: 2rem;
	font-weight: bold;
	color: var(--orange);
}

/* ---- 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);
	}
}



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

menu low

------------------------------------------- */
/* ---- menu-list ---- */
dl.menu-list dt,
dl.menu-list dd,
dl.menu-list dt.var,
dl.menu-list dt.var+dd {
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	/* メニュー下線カラー */
}

dl.menu-list dt:first-child,
dl.menu-list dt:first-child+dd {
	border-top: solid 1px rgba(0, 0, 0, 0.2);
	/* メニュー上線カラー */
}

dl.menu-list dt:nth-of-type(odd),
dl.menu-list dt:nth-of-type(odd)+dd {
	background: rgba(0, 0, 0, 0.04);
	/* メニュー背景色 */
}

dl.menu-list dt.var+dd dl dt:nth-of-type(odd) {
	background: none !important;
}

dl.menu-list dt.var+dd dl dt:nth-of-type(odd)+dd {
	background: none !important;
}

dl.menu-list {
	display: flex;
	flex-wrap: wrap;
}

dl.menu-list dt {
	padding: 1.5rem;
	width: 70%;
	font-weight: bold;
}

dl.menu-list dt span {
	display: block;
	font-size: 1.2rem;
	font-weight: normal;
}

dl.menu-list dd {
	padding: 1.5rem;
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
}

dl.menu-list dt.thumb {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

dl.menu-list dt.thumb i:first-of-type {
	width: 16rem;
	display: block;
}

dl.menu-list dt.thumb i:last-of-type {
	width: calc(100% - 18rem);
}

@media screen and (max-width: 768px) {
	dl.menu-list {
		display: block;
	}

	dl.menu-list dt {
		width: 100%;
		border-bottom: none;
		padding: 1.5rem 1.5rem 0 1.5rem;
	}

	dl.menu-list dd {
		width: 100%;
		border-top: none;
		padding: 0 1.5rem 1.5rem 1.5rem;
	}

	dl.menu-list dt:first-child+dd {
		border-top: none;
	}

	dl.menu-list dt.thumb {
		display: block;
	}

	dl.menu-list dt.thumb i:first-of-type {
		width: 100%;
		margin: 0.5rem auto 1.5rem auto;
	}

	dl.menu-list dt.thumb i:last-of-type {
		width: 100%;
	}
}



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

gallery low

------------------------------------------- */
.gallery-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	justify-content: center;
	width: 90%;
	margin: 8rem auto;
}

.gallery-list li {
	margin: 0 1rem 2rem 1rem;
}

.gallery-list img {
	border-radius: 50%;
	height: 11vw;
	width: 11vw;
	object-fit: cover;
}

.gallery-list span {
	display: block;
	font-size: 1.2rem;
	line-height: 1.7;
	margin: 1.2rem 0 0 0;
	text-align: center;
	width: 11vw;
}

@media screen and (max-width: 768px) {
	.gallery-list {
		margin: 4rem auto;
		width: 95%;
	}

	.gallery-list li {
		margin: 0 0.5rem 1.5rem 0.5rem;
	}

	.gallery-list img {
		width: 17vw;
		height: 17vw;
	}

	.gallery-list span {
		font-size: 1rem;
		margin: 1rem auto 0 auto;
		width: 16vw;
	}
}



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

news thumbnail

------------------------------------------- */
/* ---- CMS-NEWS ---- */
.CMS-NEWS-INDEX {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-bottom: 10rem;
}

.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;
}

.CMS-NEWS-ITEM a {
	transition: all .3s;
	display: block;
}

.CMS-NEWS-ITEM a:hover {
	opacity: 0.6;
}

.CMS-NEWS-TIME {
	font-size: 1.2rem;
	margin: 1.8rem 0 0.6rem 0;
	line-height: 1;
}

.CMS-NEWS-LINK {
	font-size: 1.4rem;
}

.CMS-NEWS-INDEX>* img {
	height: 20rem;
	width: 100%;
	object-fit: cover;
}

.top-news .CMS-NEWS-INDEX>* img {
	height: 12rem;
}

/* ---- CMS-NEWS-MORE-READ ---- */
.CMS-NEWS-MORE-READ {
	background: var(--prime);
	border: none;
	padding: 1.6rem 0 1.7rem 0;
	font-size: 1.4rem;
	color: #fff !important;
	text-align: center;
	margin: 0 auto;
	width: 31%;
	display: block;
	transition: all .3s;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	font-weight: bold;
}

.CMS-NEWS-MORE-READ:hover {
	cursor: pointer;
	opacity: 0.6;
}

/* ---- CMS-NEWS-TITLE ---- */
.CMS-NEWS-TITLE {
	border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	font-size: 2.2rem;
	margin-bottom: 3rem;
	padding: 1rem 0 1.5rem 0;
	position: relative;
	font-weight: bold;
}

.CMS-NEWS-TITLE:after {
	background: var(--prime);
	height: 0.35rem;
	bottom: -0.35rem;
	z-index: 10;
	content: " ";
	display: block;
	position: absolute;
	width: 25%;
}

.CMS-NEWS-CONTENT img {
	width: 80%;
	height: auto;
	display: block;
	margin: 0 auto 3rem auto;
}

@media screen and (max-width: 768px) {
	.CMS-NEWS-INDEX {
		display: block;
	}

	.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-TIME {
		margin: 1.5rem 0 0.3rem 0;
	}

	.CMS-NEWS-INDEX>* img {
		height: 20rem;
	}

	.top-news .CMS-NEWS-INDEX>* img {
		height: 20rem;
	}

	.CMS-NEWS-CONTENT img {
		width: 100%;
	}
}



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

fixed

------------------------------------------- */
.fixed-btn {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
	z-index: 999;
}

.fixed-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 5rem;
	padding: 1rem 0;
	line-height: 1;
	background: var(--orange);
	color: #fff;
}

.fixed-btn li.calendar {
	margin-bottom: 1rem;
}

.fixed-btn li.web a {
	background: #fff;
	color: var(--orange);
	border: solid 0.15rem var(--orange);
}

.fixed-btn li img {
	width: 3.2rem;
	height: 3.2rem;
	margin-bottom: 0.6rem;
}

.fixed-btn a>span {
	display: flex;
	flex-direction: column;
	white-space: nowrap;
}

.fixed-btn a>span>span:nth-child(1) {
	font-size: 1rem;
	margin-left: 0.3rem;
	letter-spacing: 0.3em;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fixed-btn a>span>span:nth-child(1)::after {
	content: "";
	width: 0.1rem;
	height: 10.5rem;
	background: #fff;
}

.fixed-btn li.web a>span>span:nth-child(1)::after {
	background: var(--orange);
	height: 6.5rem;
}

.fixed-btn a>span>span:nth-child(2) {
	font-weight: bold;
	font-size: 1.5rem
}

@media screen and (max-width: 768px) {
	.fixed-btn {
		position: fixed;
		top: auto;
		bottom: 0;
		width: 100%;
		transform: none;
		display: flex;
	}

	.fixed-btn li {
		/* width: 50%; */
		width: 100%;
	}

	.fixed-btn a {
		width: 100%;
		height: 5rem;
		padding: 0;
	}

	.fixed-btn li.calendar {
		margin-bottom: 0;
	}

	.fixed-btn li img {
		width: 2.2rem;
		height: 2.2rem;
		margin-bottom: 0;
		margin-right: 0.6rem;
	}

	.fixed-btn a>span {
		display: flex;
		flex-direction: column;
		white-space: nowrap;
	}

	.fixed-btn a>span>span:nth-child(1) {
		font-size: 1rem;
		margin-left: 0;
		margin-bottom: 0.3rem;
		letter-spacing: 0.3em;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.fixed-btn a>span>span:nth-child(1)::after {
		display: none;
	}

	.fixed-btn a>span>span:nth-child(2) {
		font-size: 1.3rem
	}
}