@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document load
--------------------------------------------------------- */

#load {
	width: 100%;
	height: 100vh;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.wf-active #load {
	display: none;
}

:root {
	--gray: #a3a3a3;
	--silver: #d8d8d8;
	--black: #2b2b2b;
	--orange: #e15d0b;
}

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-align: center;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	font-family: "Inter", "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 3.5vw;
	letter-spacing: 0.07em;
	line-height: 1.9;
	color: var(--black);
}

* {
	outline: none;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-collapse: collapse;
	font-style: normal;
	list-style: none;
}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

a {
	color: #0B6BE1;
}

a.tel {
	text-decoration: none;
	color: var(--black);
}

/* ---------------------------------------------------------
	CSS Document layout
--------------------------------------------------------- */

#wrapper {
	overflow: hidden;
	padding-top: 60px;
}

.target {
	margin-top: -70px;
	padding-top: 70px;
}

.pc {
	display: none;
}

.h3 {
	margin-bottom: 8vw;
	font-weight: 600;
	font-size: 6vw;
	line-height: 6vw;
	color: #1A1A1A;
}

.h3:before {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 6vw;
	height: 6vw;
	margin-right: 0.4em;
	background: url(../images/h_logo.svg) no-repeat left / 100% auto;
}

.h4 {
	margin-bottom: 8vw;
	font-weight: 700;
	font-size: 6vw;
	line-height: 1;
	color: #1A1A1A;
	opacity: 0;
	translate: 0 15%;
}

.isActive .h4 {
	opacity: 1;
	translate: 0;
	transition-duration: 0.4s;
	transition-delay: 0.5s;
	transition-timing-function: opacity var(--ease-out-cubic), translate var(--ease-out-quint);
}

.h4:after {
	display: block;
	content: '';
	width: 0;
	height: 2px;
	margin: 6vw auto 0;
	background: var(--orange);
	transition-duration: 0.3s;
	transition-delay: 0.8s;
	transition-timing-function: ease-out;
}

.isActive .h4:after {
	width: 18vw;
}

.pdf {
	font-size: 3.5vw;
	letter-spacing: 0.03em;
	line-height: 22px;
}

.pdf img {
	height: 20px;
	margin-right: 0.6em;
}

.pdf a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	position: relative;
}

.more a {
	display: inline-block;
	vertical-align: top;
	height: 7vw;
	overflow: hidden;
	border-bottom: solid 1px var(--black);
	text-align: left;
	text-decoration: none;
	font-weight: 600;
	font-size: 3.5vw;
	line-height: 1;
	color: var(--black);
	position: relative;
	transform: perspective(1px) translateZ(0);
}

.more a:after {
	display: inline-block;
	vertical-align: top;
	content: '';
	width: 3vw;
	height: 4vw;
	margin-left: 0.5em;
	background: url(../images/arrow.svg) no-repeat left / 100% auto;
}

.lazyloaded {
	opacity: 0;
	animation: lazyload .6s 0s forwards ease;
}

@keyframes lazyload {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.advanced {
	--ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
	--ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
	opacity: 0;
	translate: 7% 0;

	&.isActive {
		opacity: 1;
		translate: 0;
		transition-duration: 0.6s;
		transition-timing-function: opacity var(--ease-out-cubic), translate var(--ease-out-quint);
	}
}

/* ---------------------------------------------------------
	CSS Document header
--------------------------------------------------------- */

#header .h_logo {
	width: 100%;
	height: 60px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

#header .h_logo {
	display: flex;
	align-items: center;
}

#header .h_logo .find {
	display: flex;
	align-items: center;
	margin-right: 3vw;
	margin-left: 3vw;
	text-align: left;
}

#header .h_logo .logo img {
	height: 28px;
}

#header .h_logo h1 {
	margin-left: 2vw;
	font-weight: 500;
	font-size: 9px;
	letter-spacing: 0;
	line-height: 1;
}

#header .h_logo h1 a {
	text-decoration: none;
	color: var(--black);
}

#header .h_logo h1 .en {
	display: block;
	margin-bottom: 4px;
}

#header .h_logo h1 .ja img {
	height: 14px;
}

#header .mark {
	display: flex;
	align-items: center;
	height: 38px;
	padding: 0 3vw 0 2vw;
	border: solid 1px var(--silver);
	font-weight: 600;
	font-size: 10px;
	line-height: 1.3;
	letter-spacing: 0;
}

#header .mark img {
	height: 26px;
	margin-right: 5px;
}

/* ---------------------------------------------------------
	CSS Document swicth
--------------------------------------------------------- */

#swicth {
	width: 60px;
	height: 60px;
	background: #1A1A1A;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 11;
}

#swicth span {
	display: inline-block;
	width: 22px;
	height: 2px;
	border-radius: 3px;
	background: #fff;
	position: absolute;
	left: 18px;
	transition: all .4s;
}

#swicth span:nth-of-type(1) {
	top: 22px;
}

#swicth span:nth-of-type(2) {
	top: 29px;
}

#swicth span:nth-of-type(3) {
	top: 36px;
}

#header.active #swicth span:nth-of-type(1) {
	transform: translateY(5px) rotate(-45deg);
}

#header.active #swicth span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	animation: active-menu-bar02 0.8s forwards;
	animation-fill-mode: both;
}

@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}

#header.active #swicth span:nth-of-type(3) {
	transform: translateY(-9px) rotate(45deg);
}

/* ---------------------------------------------------------
	CSS Document navi
--------------------------------------------------------- */

#navi {
	display: none;
	width: 100%;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: auto;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
}

#navi ul {
	padding: 25vw 8vw;
	text-align: left;
}

#navi li {
	border-top: solid 1px var(--silver);
}

#navi li:last-of-type {
	border-bottom: solid 1px var(--silver);
}

#navi .parent {
	display: block;
	padding-left: 1vw;
	text-decoration: none;
	font-weight: 500;
	font-size: 4vw;
	line-height: 18vw;
	color: var(--black);
}

#navi span.parent {
	padding-right: 16px;
	position: relative;
}

#navi span.parent:after {
	content: '';
	width: 9px;
	height: 9px;
	margin-top: -7px;
	border-bottom: solid 2px var(--black);
	border-right: solid 2px var(--black);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
}

/* ---------------------------------------------------------
	CSS Document navi > drawer
--------------------------------------------------------- */

#navi .drawer {
	display: none;
}

#navi .drawer.this {
	display: block;
}

#navi .drawer .menu {
	padding: 1vw 5vw 6vw;
	background: #fff;
}

#navi .drawer .name {
	display: none;
}

#navi .drawer .thumb {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	text-align: left;
}

#navi .drawer .thumb .li {
	width: 47%;
	margin-bottom: 5vw;
}

#navi .drawer .thumb img {
	height: 22.22506666666667vw;
	margin-bottom: 1vw;
}

#navi .drawer .ul .li {
	text-align: left;
	line-height: 1;
}

#navi .drawer .ul .li a {
	padding: 2vw 0;
}

#navi .drawer .ul .li a:before {
	display: inline-block;
	vertical-align: 0.3em;
	content: '';
	width: 8px;
	height: 1px;
	margin-right: 10px;
	background: #a3a3a3;
}

#navi .drawer a {
	display: block;
	text-decoration: none;
	font-weight: 500;
	color: var(--black);
}

/* ---------------------------------------------------------
	CSS Document h2
--------------------------------------------------------- */

#visual {
	height: 40vw;
	overflow: hidden;
	background: linear-gradient(135deg, #e6e6e6 20%, #f0f0f0 20%);
}

#visual .container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40vw;
	position: relative;
	z-index: 0;
}

#visual figure {
	width: 100%;
	height: 40vw;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#visual figure img {
	max-width: 400%;
	height: 40vw;
}

#visual .main_01 {
	width: 643px;
	height: 0;
	overflow: hidden;
	text-align: left;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition-duration: 0.4s;
	transition-delay: 0.4s;
	transition-timing-function: ease-out;
}

#visual .main_01 img {
	height: 40vw;
	position: absolute;
	bottom: 0;
	left: 0;
}

.loaded #visual .main_01 {
	height: 40vw;
}

#visual .h2 {
	text-align: left;
	font-weight: 500;
	font-size: 5vw;
	line-height: 1.6;
	color: #fff;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 40%;
	z-index: 2;
	opacity: 0;
	transition-duration: 0.4s;
	transition-delay: 1.2s;
	transition-timing-function: ease-out;
}

.loaded #visual .h2 {
	left: 20vw;
	opacity: 1;
}

#visual .h2 .en {
	display: block;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	font-size: 4vw;
	color: var(--orange);
}

/* ---------------------------------------------------------
	CSS Document bread
--------------------------------------------------------- */

#bread {
	margin: 0 5vw 5vw;
}

#bread ol {
	display: flex;
	text-align: left;
	font-size: 2.5vw;
	line-height: 12vw;
	color: var(--gray);
}

#bread li:not(:last-of-type):after {
	display: inline-block;
	vertical-align: 0.01em;
	content: '';
	width: 0;
	height: 0;
	margin-left: 0.5em;
	margin-right: 2px;
	border: solid 3px transparent;
	border-left: solid 5px #a3a3a3;
}

#bread li a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	color: var(--gray);
}

/* ---------------------------------------------------------
	CSS Document f_contact
--------------------------------------------------------- */

#f_contact {
	padding: 8vw;
	background: #f0f0f0;
	background: linear-gradient(to right, #f0f0f0 0%, #f6f6f6 100%);
}

#f_contact .container {
	padding: 5vw;
	border-radius: 10px;
	background: #fff;
}

#f_contact h2 {
	display: flex;
	justify-content: center;
	align-items: end;
	height: 15vw;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 8vw;
	line-height: 1;
	position: relative;
	z-index: 0;
}

#f_contact h2 img {
	height: 14.25413333333333vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#f_contact p {
	margin-bottom: 5vw;
	font-size: 3.1vw;
}

#f_contact .link {
	height: 90px;
	margin: 10px 0;
	border-radius: 10px;
	background: #f0f0f0;
	background: linear-gradient(to right, #f0f0f0 0%, #f6f6f6 100%);
	text-align: left;
	line-height: 1;
}

#f_contact .link a {
	display: flex;
	align-items: center;
	height: 24vw;
	padding-left: 5vw;
	text-decoration: none;
	color: var(--black);
}

#f_contact .link img {
	width: 12vw;
	height: 12vw;
	margin-right: 3vw;
}

#f_contact .num {
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 6vw;
}

#f_contact .time {
	display: block;
	font-size: 3vw;
	letter-spacing: 0;
}

#f_contact .form {
	display: block;
	font-weight: 600;
	font-size: 4vw;
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer {
	background: var(--black);
	color: #fff;
}

#footer .company {
	padding: 10vw 0 10vw 10vw;
}

#footer .company_name {
	display: flex;
	align-items: center;
	margin-bottom: 2vw;
	text-align: left;
	line-height: 1;
}

#footer .company_name figure {
	margin-right: 15px;
}

#footer .company_name figure img {
	width: 14vw;
	height: 14vw;
}

#footer .company_name .kana {
	margin-bottom: 2vw;
	font-size: 3.5vw;
	color: #fff;
}

#footer .company_name .name img {
	height: 6vw;
}

#footer .company_address dl {
	margin-top: 5vw;
	text-align: left;
	line-height: 1.7;
}

#footer .company_address dt {
	margin-bottom: 1vw;
	font-weight: 600;
	font-size: 3.5vw;
	color: #fff;
}

#footer .company_address dd {
	font-size: 3vw;
	color: #a3a3a3;
}

/* ---------------------------------------------------------
	CSS Document sitemap
--------------------------------------------------------- */

#footer .sitemap {
	padding: 10vw 10vw 1vw;
	border-top: solid 1px #a3a3a3;
	text-align: left;
	line-height: 2.1;
}

#footer .sitemap .name {
	margin-bottom: 2vw;
	font-weight: 600;
	font-size: 3.5vw;
	color: #fff;
}

#footer .sitemap ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 8vw;
}

#footer .sitemap li {
	min-width: 45%;
}

#footer .sitemap li:nth-of-type(7) {
	min-width: 49%;
}

#footer .sitemap .nohalf li {
	min-width: 100%;
}

#footer .sitemap li:last-of-type {
	min-width: 100%;
}

#footer .sitemap a {
	display: block;
	text-decoration: none;
	font-size: 3vw;
	color: #a3a3a3;
}

#footer .sitemap li a:before {
	display: inline-block;
	vertical-align: 0.3em;
	content: '';
	width: 8px;
	height: 1px;
	margin-right: 10px;
	background: #a3a3a3;
}

/* ---------------------------------------------------------
	CSS Document guide
--------------------------------------------------------- */

#footer .guide {
	padding: 0 15vw 10vw;
}

#footer .guide .link {
	margin: 3vw 0;
}

#footer .guide a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20vw;
	border-radius: 5px;
	background: linear-gradient(to left, #f0f0f0 0%, #f6f6f6 100%);
	text-decoration: none;
	color: var(--black);
	position: relative;
}

#footer .guide .link:last-of-type a:after {
	content: '';
	width: 3.5vw;
	height: 4vw;
	background: url(../images/f_external.svg) no-repeat 0 0 / 100% auto;
	position: absolute;
	bottom: 3vw;
	right: 3vw;
}

#footer .guide .ja {
	display: block;
	font-weight: 600;
	font-size: 3.5vw;
}

#footer .guide .en {
	display: block;
	font-weight: 400;
	font-size: 3vw;
	color: #acacac;
}

#footer address {
	padding-bottom: 15vw;
	background: #000;
	font-size: 2.5vw;
	line-height: 13vw;
	color: rgba(255, 255, 255, 0.7);
}

/* ---------------------------------------------------------
	CSS Document sidebar
--------------------------------------------------------- */

#float {
	display: none;
	width: 100vw;
	background: #1A1A1A;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9;
}

#float ul {
	display: flex;
}

#float li {
}

#float a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 13vw;
	padding: 0 4.1vw;
	text-decoration: none;
	font-size: 2.5vw;
	line-height: 1;
	color: #fff;
}

#float img {
	height: 5vw;
	margin-right: 1.5vw;
}

#float li:nth-of-type(2) img {
	width: 4.5vw;
	height: 4.5vw;
}

/* ---------------------------------------------------------
	CSS Document pagetop
--------------------------------------------------------- */

#pagetop {
	display: none;
	width: 26%;
	font-size: 2.5vw;
	line-height: 1;
	color: #fff;
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 9;
	cursor: pointer;
	transition: .4s;
}

#pagetop div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 13vw;
}

#pagetop .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 1.5vw;
	height: 13vw;
}

#pagetop img {
	height: 4vw;
}
