@charset "utf-8";
/* CSS Document -----------------------------

 2025.07.23

--------------------------------------------*/
/* DIN 2014 */
@import url("https://use.typekit.net/fuz1wbk.css");
/* Jost */
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=swap');
/* ----------------------------------------------

 * タグの設定

---------------------------------------------- */
a {
	display: inline-block;
	outline:none;
	color: #403733;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
    transition: all .5s ease;
	user-select: none;
}
a.link {position: absolute;top: 0;left: 0;z-index: 2;width: 100%;height: 100%;}
input,
input[type="submit"],
input[type="button"],
button {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	box-sizing: border-box;
	outline: none;
	color: #403733;
	font-style: normal;
	font-weight: 400;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",  "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="button"],
input[type="text"],
input[type="submit"],
input[type="image"],
textarea {
   -webkit-appearance: none;
   appearance: none;
   border-radius: 0;
   color: #000;
}
select {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",  "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
    -webkit-appearance: none;
	 -moz-appearance: none;
    appearance: none;
}
select::-ms-expand{
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",  "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
}
/*------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #403733;
	font-size: 62.5%;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",  "Noto Sans JP", "BIZ UDPGothic", Meiryo, sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.7;
	-webkit-font-smoodting: antialiased;
	-moz-osx-font-smoodting: grayscale;
	word-break: break-all;
}
body {
	font-size: clamp(14px, calc(1rem + 0.5vw), 16px);line-height: 1.7;
	overflow-wrap: anywhere; /* 収まらない場合に折り返す */
	word-break: normal; /* 単語の分割はデフォルトに依存 */
	line-break: strict; /* 禁則処理を厳格に適用 */
}
main {position: relative;}
section {position: relative;z-index: 1;}
h2,h3,h4,h5 {line-height: 1.4;}
p {font-size: clamp(14px, calc(1rem + 0.5vw), 16px);line-height: 1.7;}
li,th,td,dt,dd,figcaption {line-height: 1.7;}
a img {-webkit-backface-visibility: hidden;backface-visibility: hidden;}
.DIN2014BD {font-family: "din-2014", sans-serif;font-weight: 700;font-style: normal;}
.DIN2014D {font-family: "din-2014", sans-serif;font-weight: 600;font-style: normal;}
.DIN2014R {font-family: "din-2014", sans-serif;font-weight: 400;font-style: normal;}
.jostBD {font-family: "Jost", sans-serif;font-optical-sizing: auto;font-weight: 700;font-style: normal;}
.jostSB {font-family: "Jost", sans-serif;font-optical-sizing: auto;font-weight: 600;font-style: normal;}
.jostM {font-family: "Jost", sans-serif;font-optical-sizing: auto;font-weight: 500;font-style: normal;}
.inner {width: 90%;max-width: 1520px;margin: 0 auto;}
.blank {
	padding-top: clamp(50px, calc(50px + 70 * ((100vw - 375px) / 1545)), 120px);
	padding-bottom: clamp(50px, calc(50px + 70 * ((100vw - 375px) / 1545)), 120px);
}
.blank2 {padding-top: clamp(50px, calc(50px + 100 * ((100vw - 375px) / 1545)), 150px);}
.flexbox {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
/* title */
.title_common {margin-bottom: clamp(40px, calc(40px + 20 * ((100vw - 375px) / 1545)), 60px);}
.title_common h2 {
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-size: clamp(38px, calc(38px + 10 * ((100vw - 375px) / 1545)), 48px);
	text-align: center;
}
.title_common p {text-align: center;}
.pr_wrap {margin-bottom: clamp(70px, calc(70px + 50 * ((100vw - 375px) / 1545)), 120px);}
.pr_wrap p {font-weight: 600;text-align: center;}
/* View */
.view {text-align: right;}
.view a {
	position: relative;
	z-index: 1;
	padding: 18px 70px 18px 35px;
	border: 1px solid #000;
	overflow: hidden;
	background: #000;
	color: #fff;
	font-size: clamp(12px, calc(12px + 2 * ((100vw - 375px) / 1545)), 14px);
}
.view.wht a {border-color: #fff;background: #fff;color: #000;}
.view a:hover {color: #000;}
.view.wht a:hover {color: #fff;}
.view a::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -2;
	transform-origin: left top;
	transform: scale(0, 1);
	background: #fff;
	transition: transform .3s;
}
.view.wht a::before {background: #000;}
.view a:hover::before {transform-origin: left top;transform: scale(1, 1);}
.view a span {position: relative;}
.view a span::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background: url(img/common/Icon_arrowR-wht.svg) no-repeat center / 100%;
	transition: .3s;
}
.view.wht a span::after {background-image: url(img/common/Icon_arrowR-blk.svg);}
.view a:hover span::after {background-image: url(img/common/Icon_arrowR-blk.svg);}
.view.wht a:hover span::after {background-image: url(img/common/Icon_arrowR-wht.svg);}
.pc,.pc2 {display: block;}
.sp,.sp2 {display: none;}
.mb100 {margin-bottom: 100px;}
@media only screen and ( max-width : 1024px ) {
	.pc2 {display: none;}
	.sp2 {display: block;}
}
@media only screen and ( max-width : 767px ) {
	.pc {display: none;}
	.sp {display: block;}
}
/*------------------------------------------------

    header

------------------------------------------------*/
header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	padding: 20px 5vw;
	background: rgba(0, 0, 0, 25%);
	transition: .3s;
}
header .logo {width: 52px;}
header nav {display: flex;flex: 1;justify-content: flex-end;align-items: center;}
header nav ul {
	display: flex;
	flex: 1;
	align-items: center;
	justify-content: flex-end;
	gap: clamp(20px, calc(20px + 40 * ((100vw - 375px) / 1545)), 60px);
	margin-right: clamp(20px, calc(20px + 40 * ((100vw - 375px) / 1545)), 60px);
}
header nav ul li a {position: relative;color: #fff;text-align: center;}
header nav ul li a::before {content: '';position: absolute;bottom: -4px;left: 0;width: 0;height: 1px;background: #fff;transition: .3s;}
header nav ul li a:hover::before {width: 100%;}
header .hamburger {display: none;}
@media only screen and ( max-width : 1024px ) {
	header {padding: 10px 20px;}
	header .hamburger {
		display: flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: 50%;
		right: 20px;
		transform: translateY(-50%);
		z-index: 30;
		width: 40px;
		height: 40px;
		padding: 8px;
		border: none;
		border-radius: 12px;
		overflow: hidden;
		cursor: pointer;
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	}
	header .hamburger span {
		display: block;
		position: absolute;
		width: 24px;
		height: 2px;
		border-radius: 2px;
		background: #000;
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
		transform-origin: center;
	}
	header .hamburger span:nth-child(1) {top: 12px;}
	header .hamburger span:nth-child(2) {top: 20px;}
	header .hamburger span:nth-child(3) {top: 28px;}
	header .hamburger.is-active span:nth-child(1) {transform: rotate(45deg) translate(6px, 5px);}
	header .hamburger.is-active span:nth-child(2) {opacity: 0;transform: translateX(20px);}
	header .hamburger.is-active span:nth-child(3) {transform: rotate(-45deg) translate(6px, -6px);}
	/* ナビゲーションメニュー */
	header nav {
		align-items: flex-start;
		justify-content: flex-start;
		position: fixed;
		top: 0;
		right: -100%;
		z-index: 20;
		width: 80%;
		max-width: 320px;
		height: 100vh;
		padding: 120px 30px 30px;
		background: #fff;
		backdrop-filter: blur(20px);
		border-left: 1px solid rgba(48, 54, 61, 0.3);
		box-shadow: -10px 0 30px rgba(0, 0, 0, 0.3);
		transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
	}
	header nav.is-active {right: 0;}
	header nav ul {display: block;margin-right: 0;}
	header nav ul li {
		margin-bottom: 30px;
		opacity: 0;
		transform: translateX(30px);
		transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	}
	header nav.is-active ul li {opacity: 1;transform: translateX(0);}
	header nav.is-active ul li:nth-child(1) {transition-delay: .1s;}
	header nav.is-active ul li:nth-child(2) {transition-delay: .2s;}
	header nav.is-active ul li:nth-child(3) {transition-delay: .3s;}
	header nav.is-active ul li:nth-child(4) {transition-delay: .4s;}
	header nav.is-active ul li:nth-child(5) {transition-delay: .5s;}
	header nav.is-active ul li:nth-child(6) {transition-delay: .6s;}
	header nav ul li a {color: #403733;font-size: 1.6rem;}
	header nav ul li a::before {background: #000;}
}
/*------------------------------------------------

    Contact │ お問い合わせ

------------------------------------------------*/
#contact {
	padding: 40px 0 clamp(50px, calc(50px + 30 * ((100vw - 375px) / 1545)), 80px);
	background: url(img/common/contact/bg.webp) no-repeat top center / cover;
}
#contact .inner {max-width: 1190px;}
#contact .container .title_common {margin-bottom: clamp(50px, calc(50px + 30 * ((100vw - 375px) / 1545)), 80px);padding-bottom: 25px;}
#contact .container .title_common h2 {color: #fff;}
#contact .container .title_common p {color: #fff;}
#contact .container .view a {
	display: block;
	max-width: 389px;
	margin: 0 auto;
	padding: 22px 0;
	font-weight: 600;
	font-size: clamp(14px, calc(14px + 6 * ((100vw - 375px) / 1545)), 20px);
	text-align: center;
}
#contact .container .view a span::before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 100%;
	background: no-repeat center / 100%;
	transition: .3s;
}
#contact .container .view a span::before {left: -40px;background-image: url(img/common/contact/Icon_mail-blk.svg);}
#contact .container .view a:hover span::before {background-image: url(img/common/contact/Icon_mail-wht.svg);}
/*------------------------------------------------

    footer

------------------------------------------------*/
footer {padding-top: clamp(80px, calc(80px + 40 * ((100vw - 375px) / 1545)), 120px);padding-bottom: 40px;background: #000;}
footer .inner {max-width: 1260px;}
footer .container {align-items: flex-start;margin-bottom: clamp(60px, calc(60px + 40 * ((100vw - 375px) / 1545)), 100px);}
footer .container .logo_wrap {width: 30%;}
footer .container .logo_wrap p {line-height: 1;}
footer .container .logo_wrap p:nth-of-type(1) {
	max-width: clamp(200px, calc(200px + 54 * ((100vw - 375px) / 1545)), 254px);
	margin-bottom: clamp(30px, calc(30px + 15 * ((100vw - 375px) / 1545)), 45px);
}
footer .container .logo_wrap p:nth-of-type(2) {max-width: clamp(177px, calc(177px + 54 * ((100vw - 375px) / 1545)), 231px);}
footer .container .nav_wrap {width: 60%;}
footer .container .nav_wrap ul.nav_list {
	margin-bottom: clamp(30px, calc(30px + 10 * ((100vw - 375px) / 1545)), 40px);
	padding-bottom: clamp(15px, calc(15px + 10 * ((100vw - 375px) / 1545)), 25px);
	border-bottom: 1px solid #fff;
}
footer .container .nav_wrap ul.nav_list li a {position: relative;color: #fff;font-weight: bold;line-height: 1.4;}
footer .container .nav_wrap ul.nav_list li a::before {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 1px;
	background: #000;
	transition: .3s;
}
footer .container .nav_wrap ul.nav_list li a:hover::before {width: 100%;}
footer .container ul.office_list {position: relative;}
footer .container ul.office_list::before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1px;
	height: 100%;
	background: #fff;
}
footer .container ul.office_list li {width: 40%;color: #fff;}
footer .container ul.office_list li h3 {
	font-weight: bold;
	font-size: clamp(15px, calc(15px + 3 * ((100vw - 375px) / 1545)), 18px);
	line-height: 1.7;
}
footer .container ul.office_list li p {font-size: clamp(12px, calc(12px + 4 * ((100vw - 375px) / 1545)), 16px);}
footer small {display: block;color: #fff;font-size: clamp(16px, calc(16px + 3 * ((100vw - 375px) / 1545)), 19px);text-align: center;}
@media only screen and ( max-width : 1024px ) {
	footer .container .logo_wrap {width: 100%;margin-bottom: 50px;}
	footer .container .nav_wrap {width: 100%;}
}
@media only screen and ( max-width : 767px ) {
	footer .container .nav_wrap ul.nav_list{display: block;}
	footer .container ul.office_list li {width: 45%;}
}
/*-----------------------------------------------

	404 Not Found

------------------------------------------------*/
#notfound h2 {margin-bottom: 50px;text-align: center;}
#notfound h2 span {display: block;font-size: 2.3em;text-align: center;}
#notfound p {margin-bottom: 40px;text-align: center;}
#notfound a {
	display: block;
	position: relative;
	z-index: 1;
	width: 70%;
	max-width: 300px;
	margin: 0 auto;
	padding: 15px;
	border: 1px solid #403733;
	background: #403733;
	color: #fff;
	text-align: center;
}
#notfound a:hover {color: #403733;}
#notfound a::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform-origin: right top;
	transform: scale(0, 1);
	transition: transform .3s;
	z-index: -5;
	background: #fff;
	color: #403733;
}
#notfound a:hover::after {transform-origin: left top;transform: scale(1, 1);}
#notfound a span {display: block;position: relative;text-align: center;}