@charset "UTF-8";
/* ---------------------------------------
基本情報
-----------------------------------------*/
html {
	font-size: 62.5%;
	overflow-y: scroll;
}
@media screen and (max-width: 767px) {
	html {
		font-size: 1.6025641026vw;
	}
}

*,
*:after,
*:before {
	box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
time,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
figure,
figcaption,
form,
input,
button,
textarea,
select {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	letter-spacing: 0;
	list-style-type: none;
	font-style: normal;
	font-weight: 400;
	font-family: "Noto Sans JP", sans-serif;
	word-break: break-all;
	line-break: strict;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	border-radius: 0;
	resize: none;
	outline: none;
	background: none;
}

select::-ms-expand {
	display: none;
}

button:hover {
	cursor: pointer;
}

img,
object {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
}

.preload* {
	transition: none !important;
}

@media screen and (max-width: 767px) {
	img {
		width: 100%;
	}
}
/* responsive
--------------------------------*/
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}
/* base
--------------------------------*/
body {
	color: #262623;
	font-size: 1rem;
	text-align: left;
}

.main {
	display: block;
}

section {
	position: relative;
}

.wrap {
	position: relative;
	width: 100%;
	padding: 0 4.8rem;
	margin: 0 auto;
}

p,
th,
td,
dt,
dd,
li,
input,
button,
textarea {
	font-size: max(2rem, 15px);
	line-height: 1.6;
	letter-spacing: 0.04em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.flex.reverse {
	flex-direction: row-reverse;
}

.left {
	float: left;
}

.right {
	float: right;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.center {
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.bold,
strong {
	font-weight: bold;
	font-weight: 700;
}

.fixed {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.en {
	font-weight: 300;
	font-family: "Roboto Mono", monospace;
}

@media screen and (min-width: 768px) {
	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
	}
	.fade {
		cursor: pointer;
		transition: opacity 0.3s ease;
	}
	.fade:hover {
		opacity: 0.7;
	}
}
/* contents_wrap
--------------------------------*/
.contents_wrap {
	position: relative;
	width: 100%;
	min-height: 100svh;
	display: flex;
	justify-content: center;
}
.contents_wrap .contents_bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFEECF;
}
.contents_wrap .contents_bg .bg_left, .contents_wrap .contents_bg .bg_right {
	width: calc((100% - 624px) / 2);
	position: absolute;
	top: 0;
}
.contents_wrap .contents_bg .bg_left .inner, .contents_wrap .contents_bg .bg_right .inner {
	max-width: 40.8rem;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	padding: 3.2rem;
	margin: 0 auto;
}
@media screen and (max-width: 1400px) {
	.contents_wrap .contents_bg .bg_left .inner, .contents_wrap .contents_bg .bg_right .inner {
		max-width: inherit;
		padding: 2.2857142857vw;
	}
}
@media screen and (max-width: 1300px) {
	.contents_wrap .contents_bg .bg_left .inner, .contents_wrap .contents_bg .bg_right .inner {
		padding-left: 1.4285714286vw;
		padding-right: 1.4285714286vw;
	}
}
@media screen and (max-width: 1140px) {
	.contents_wrap .contents_bg .bg_left .inner, .contents_wrap .contents_bg .bg_right .inner {
		padding-left: 0.7142857143vw;
		padding-right: 0.7142857143vw;
	}
}
@media screen and (max-width: 1080px) {
	.contents_wrap .contents_bg .bg_left .inner, .contents_wrap .contents_bg .bg_right .inner {
		display: none !important;
	}
}
.contents_wrap .contents_bg .bg_left {
	left: 0;
}
.contents_wrap .contents_bg .bg_left .inner {
	justify-content: flex-start;
}
.contents_wrap .contents_bg .bg_left .ttl {
	font-size: 4rem;
	line-height: 1.2;
	letter-spacing: -0.05em;
}
@media screen and (max-width: 1400px) {
	.contents_wrap .contents_bg .bg_left .ttl {
		font-size: 2.8571428571vw;
	}
}
.contents_wrap .contents_bg .bg_left .ttl a {
	display: block;
}
@media screen and (min-width: 768px) {
	.contents_wrap .contents_bg .bg_left .ttl a {
		transition: opacity 0.3s ease;
		cursor: pointer;
	}
	.contents_wrap .contents_bg .bg_left .ttl a:hover {
		opacity: 0.7;
	}
}
.contents_wrap .contents_bg .bg_left .ttl span {
	display: block;
	font-size: 2.4rem;
	line-height: 1.2083333333;
	letter-spacing: -0.05em;
}
@media screen and (max-width: 1400px) {
	.contents_wrap .contents_bg .bg_left .ttl span {
		font-size: 1.7142857143vw;
	}
}
.contents_wrap .contents_bg .bg_left .gnav {
	flex: 1;
	margin-top: 4.8rem;
}
@media screen and (max-width: 1400px) {
	.contents_wrap .contents_bg .bg_left .gnav {
		margin-top: 3.4285714286vw;
	}
}
.contents_wrap .contents_bg .bg_left .gnav > li {
	position: relative;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0;
}
.contents_wrap .contents_bg .bg_left .gnav > li + li {
	margin-top: 3.6rem;
}
@media screen and (max-width: 1400px) {
	.contents_wrap .contents_bg .bg_left .gnav > li + li {
		margin-top: 2.5714285714vw;
	}
}
.contents_wrap .contents_bg .bg_left .gnav > li > a {
	display: inline-block;
	position: relative;
	padding-left: 1.2rem;
	border-left: 1px solid #262623;
	transition: all 0.3s ease;
}
@media screen and (max-width: 1400px) {
	.contents_wrap .contents_bg .bg_left .gnav > li > a {
		padding-left: 0.8571428571vw;
	}
}
.contents_wrap .contents_bg .bg_left .gnav > li > a > span {
	display: block;
}
.contents_wrap .contents_bg .bg_left .gnav > li > a > span.en {
	font-size: 1.6rem;
	line-height: 1.1875;
	letter-spacing: -0.05em;
}
@media screen and (max-width: 1400px) {
	.contents_wrap .contents_bg .bg_left .gnav > li > a > span.en {
		font-size: 1.1428571429vw;
	}
}
.contents_wrap .contents_bg .bg_left .gnav > li > a > span.en .num {
	display: inline-block;
	width: 1.9rem;
	margin-right: 0.8rem;
}
@media screen and (max-width: 1400px) {
	.contents_wrap .contents_bg .bg_left .gnav > li > a > span.en .num {
		width: 1.3571428571vw;
		margin-right: 0.5714285714vw;
	}
}
.contents_wrap .contents_bg .bg_left .gnav > li > a > span.ja {
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.2;
	letter-spacing: 0.06em;
	padding: 0.4rem 0;
}
@media screen and (max-width: 1400px) {
	.contents_wrap .contents_bg .bg_left .gnav > li > a > span.ja {
		font-size: 1.4285714286vw;
		padding: 0.2857142857vw 0;
	}
}
.contents_wrap .contents_bg .bg_left .gnav > li.is-current a,
.contents_wrap .contents_bg .bg_left .gnav > li > a:hover {
	color: #EE7700;
	border-color: #EE7700;
}
.contents_wrap .contents_bg .bg_left .logo {
	width: 27.9rem;
	margin-top: 3rem;
}
@media screen and (max-width: 1400px) {
	.contents_wrap .contents_bg .bg_left .logo {
		width: 100%;
		margin-top: 2.1428571429vw;
	}
}
.contents_wrap .contents_bg .bg_left .logo a {
	display: block;
}
.contents_wrap .contents_bg .bg_right {
	right: 0;
}
.contents_wrap .contents_bg .bg_right .inner {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
@media screen and (max-width: 1400px) {
	.contents_wrap .contents_bg .bg_right .btn._entry a {
		width: 100%;
		height: 5vw;
		font-size: 2.2857142857vw;
		padding: 1.2857142857vw;
	}
	.contents_wrap .contents_bg .bg_right .btn._entry a::before {
		vertical-align: 0.3571428571vw;
		width: 0.8571428571vw;
		height: 0.8571428571vw;
		margin-right: 1.4285714286vw;
	}
}
.contents_wrap .contents_main {
	position: relative;
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
	z-index: 1;
}
@media screen and (min-width: 768px) {
	.contents_wrap .contents_main {
		max-width: 624px;
	}
	.contents_wrap .contents_main::before {
		content: "";
		width: 100%;
		height: 100%;
		box-shadow: 0 0 2rem rgba(0, 0, 0, 0.05);
		position: absolute;
		left: 0;
		top: 0;
		z-index: -1;
	}
}

/* ---------------------------------------
  main common
-----------------------------------------*/
/*bg*/
.bg_white {
	background-color: #fff;
}

/*page_head*/
#sec_page_head {
	min-height: 32rem;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 3.7rem 0 3.4rem;
	background: url(../img/common/pagehead_bg.png) no-repeat center/cover;
}
#sec_page_head .wrap {
	padding: 0 3.3rem;
}
#sec_page_head .page_ttl span {
	display: block;
	text-align: center;
}
#sec_page_head .page_ttl span.en {
	font-size: 7.6rem;
	line-height: 1;
	letter-spacing: -0.05em;
}
#sec_page_head .page_ttl span.ja {
	font-weight: 500;
	font-size: 2.64rem;
	line-height: 1.5151515152;
	letter-spacing: 0;
	margin-top: 1.3rem;
}
#sec_page_head .breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	gap: 0 3rem;
	margin-top: 3.7rem;
}
#sec_page_head .breadcrumb > li {
	position: relative;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0;
}
#sec_page_head .breadcrumb > li:not(:last-of-type)::after {
	content: "";
	width: 0.8rem;
	height: 0.8rem;
	border-top: 0.2rem solid #585852;
	border-right: 0.2rem solid #585852;
	transform: rotate(45deg);
	position: absolute;
	right: -1.8rem;
	top: 1rem;
}
#sec_page_head .breadcrumb > li a {
	color: #585852;
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	#sec_page_head .breadcrumb > li a {
		transition: opacity 0.3s ease;
		cursor: pointer;
	}
	#sec_page_head .breadcrumb > li a:hover {
		opacity: 0.7;
	}
}

/*btn*/
.btn a {
	width: 23.4rem;
	height: 6.4rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #fff;
	font-weight: 400;
	font-size: 2.4rem;
	line-height: 1;
	letter-spacing: 0.06em;
	padding: 1.8rem;
	background-color: #262623;
	border: 0.2rem solid #262623;
	border-radius: 100vh;
	transition: all 0.3s ease;
}
.btn a::before {
	content: "";
	display: inline-block;
	vertical-align: 0.5rem;
	width: 0.9rem;
	height: 0.9rem;
	border-top: 0.2rem solid #fff;
	border-right: 0.2rem solid #fff;
	transform: rotate(45deg);
	margin-right: 2rem;
	transition: border-color 0.3s ease;
}
@media screen and (min-width: 768px) {
	.btn a:hover {
		color: #262623;
		background-color: #fff;
	}
	.btn a:hover::before {
		border-color: #262623;
	}
}
.btn._entry a {
	width: 33.3rem;
	height: 7rem;
	font-size: 3.2rem;
	letter-spacing: -0.05em;
	background-color: #EE7700;
	border-color: #EE7700;
}
.btn._entry a::before {
	width: 1.2rem;
	height: 1.2rem;
}
@media screen and (min-width: 768px) {
	.btn._entry a:hover {
		color: #fff;
		background-color: #262623;
		border-color: #262623;
	}
	.btn._entry a:hover::before {
		border-color: #fff;
	}
}

/* ---------------------------------------
  header
-----------------------------------------*/
#header {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10;
}
@media screen and (min-width: 768px) {
	#header {
		max-width: 624px;
	}
}
#header .menu-trigger {
	width: 5.6rem;
	height: 5.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.8rem;
	position: absolute;
	right: 2.9rem;
	top: 2rem;
	z-index: 999;
	cursor: pointer;
}
@media screen and (min-width: 1081px) {
	#header .menu-trigger {
		display: none;
	}
}
#header .menu-trigger .ico {
	position: relative;
	width: 4.2rem;
	height: 3.8rem;
}
#header .menu-trigger span {
	display: block;
	width: 100%;
	height: 0.5rem;
	background-color: #262423;
	border-radius: 100vh;
	position: absolute;
	left: 0;
	transition: 0.3s ease;
}
#header .menu-trigger span:nth-child(1) {
	top: 0;
}
#header .menu-trigger span:nth-child(2) {
	top: calc(50% - 0.25rem);
}
#header .menu-trigger span:nth-child(3) {
	top: calc(100% - 0.5rem);
}
#header.navOpen .menu-trigger span:nth-child(1) {
	top: 1.7rem;
	transform: rotate(45deg);
}
#header.navOpen .menu-trigger span:nth-child(2) {
	opacity: 0;
}
#header.navOpen .menu-trigger span:nth-child(3) {
	top: 1.7rem;
	transform: rotate(-45deg);
}
#header .header_nav {
	display: none;
	width: 100%;
	max-height: 100vh;
	background-color: #FFEECF;
	position: fixed;
	top: 0;
	bottom: 0;
	overflow-y: auto;
	z-index: 100;
}
@media screen and (min-width: 768px) {
	#header .header_nav {
		max-width: 624px;
	}
}
#header .header_nav .nav_wrap {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 13.3rem 5.3rem;
}
#header .header_nav .gnav > li {
	position: relative;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0;
}
#header .header_nav .gnav > li + li {
	margin-top: 6rem;
}
#header .header_nav .gnav > li > a {
	display: inline-block;
	position: relative;
	padding-left: 2rem;
	border-left: 0.16rem solid #262623;
	transition: all 0.3s ease;
}
#header .header_nav .gnav > li > a > span {
	display: block;
}
#header .header_nav .gnav > li > a > span.en {
	font-size: 2.6624rem;
	line-height: 1.1875;
	letter-spacing: -0.05em;
}
#header .header_nav .gnav > li > a > span.en .num {
	display: inline-block;
	width: 3.2rem;
	margin-right: 1.3rem;
}
#header .header_nav .gnav > li > a > span.ja {
	font-weight: 700;
	font-size: 3.328rem;
	line-height: 1.2;
	letter-spacing: 0.06em;
	padding: 0.4rem 0;
}
@media screen and (min-width: 768px) {
	#header .header_nav .gnav > li.is-current a,
	#header .header_nav .gnav > li > a:hover {
		color: #EE7700;
		border-color: #EE7700;
	}
}
#header .header_nav .snav {
	margin-top: 10rem;
}
#header .header_nav .snav li {
	color: #000;
	font-size: 2.3rem;
	line-height: 1.1428571429;
}
#header .header_nav .snav li + li {
	margin-top: 5.5rem;
}
#header .header_nav .snav li a {
	display: inline-block;
}
#header .header_nav .snav li a::after {
	content: "";
	display: inline-block;
	width: 2.2rem;
	height: 2.2rem;
	background: url(../img/common/ico_blank.svg) no-repeat center/contain;
	margin-left: 0.5rem;
}

/* sec_footer_environment
--------------------------------*/
#sec_footer_environment {
	padding: 4.8rem 0 6.6rem;
	background-color: #EE7700;
}
#sec_footer_environment .sec_ttl span {
	color: #fff;
	display: block;
}
#sec_footer_environment .sec_ttl span.en {
	font-size: 5.3rem;
	line-height: 1;
	letter-spacing: -0.05em;
}
#sec_footer_environment .sec_ttl span.ja {
	font-size: 2.2rem;
	line-height: 1.5454545455;
	margin-top: 1.4rem;
}
#sec_footer_environment .txt_wrap {
	padding: 3rem 0 3.4rem;
	background: linear-gradient(to right, #FFEECF 0.9rem, transparent 0.9rem) repeat-x left top/1.3rem 1px, linear-gradient(to right, #FFEECF 0.9rem, transparent 0.9rem) repeat-x left bottom/1.3rem 1px;
	margin-top: 5rem;
}
#sec_footer_environment .txt_wrap .ttl {
	color: #fff;
	font-weight: 700;
	font-size: max(2.4rem, 15px);
	line-height: 1.5833333333;
	letter-spacing: 0.04em;
}
#sec_footer_environment .txt_wrap .txt {
	color: #fff;
	font-size: max(1.8rem, 14px);
	line-height: 1.6111111111;
	margin-top: 2rem;
}
#sec_footer_environment .btn_wrap {
	margin-top: 5.4rem;
}

/* ---------------------------------------
footer
-----------------------------------------*/
#footer .footer_link {
	padding: 10rem 0;
}
#footer .footer_link .wrap {
	padding: 0 3.3rem;
}
#footer .footer_link ul {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 0 3.2rem;
}
#footer .footer_link ul li {
	width: 26.3rem;
}
#footer .footer_link ul li a {
	display: block;
}
@media screen and (min-width: 768px) {
	#footer .footer_link ul li a {
		transition: opacity 0.3s ease;
		cursor: pointer;
	}
	#footer .footer_link ul li a:hover {
		opacity: 0.7;
	}
}
#footer .footer_link ul li .txt {
	display: block;
	color: #000;
	text-align: center;
	font-weight: 500;
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: -0.04em;
	margin-top: 2rem;
}
#footer .footer_main {
	padding: 6rem 0 3rem;
	background-color: #F9F9F9;
}
#footer .footer_main .pagetop a {
	width: 34.1rem;
	display: inline-block;
	position: relative;
	color: #262423;
	font-weight: 400;
	font-size: 2.6rem;
	line-height: 1;
	letter-spacing: 0;
	padding: 2.75rem 2rem;
	background-color: #DFDFDF;
	border-radius: 100vh;
}
@media screen and (min-width: 768px) {
	#footer .footer_main .pagetop a {
		transition: opacity 0.3s ease;
		cursor: pointer;
	}
	#footer .footer_main .pagetop a:hover {
		opacity: 0.7;
	}
}
#footer .footer_main .pagetop a::before {
	content: "";
	display: inline-block;
	vertical-align: 0.3rem;
	width: 0.9rem;
	height: 0.9rem;
	border-top: 0.2rem solid #585852;
	border-right: 0.2rem solid #585852;
	transform: rotate(-45deg);
	margin-right: 2rem;
}
#footer .footer_main .footer_logo {
	width: 53.7rem;
	margin: 5rem auto 0;
}
#footer .footer_main .footer_logo a {
	display: block;
}
#footer .footer_main .footer_logo a img {
	width: 100%;
}
#footer .footer_main .footer_nav {
	display: flex;
	justify-content: center;
	gap: 2.6rem;
	margin-top: 2.6rem;
}
#footer .footer_main .footer_nav li {
	color: #000;
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: 0;
}
#footer .footer_main .footer_nav li a {
	display: block;
}
@media screen and (min-width: 768px) {
	#footer .footer_main .footer_nav li a {
		transition: opacity 0.3s ease;
		cursor: pointer;
	}
	#footer .footer_main .footer_nav li a:hover {
		opacity: 0.7;
	}
}
#footer .footer_main .footer_nav li a::after {
	content: "";
	display: inline-block;
	width: 1.8rem;
	height: 1.8rem;
	background: url(../img/common/ico_blank.svg) no-repeat center/contain;
	margin-left: 0.2rem;
}
#footer .footer_main .footer_copyright {
	font-size: 2.2rem;
	line-height: 1;
	letter-spacing: 0;
	margin-top: 5.8rem;
}

/* ---------------------------------------
clearfix
-----------------------------------------*/
.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
	height: 1%;
}

.cf {
	display: block;
}

/* End Hack */