@charset "utf-8";
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	outline:none;
}
body {
	text-align:center;
	font-family: "yu-gothic-pr6n", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size : 16px;
	line-height : 31px;
	-webkit-text-size-adjust: 100% !important;
	max-height: 100%;
	color:#0f0f0f;
}
.mincho, h3, h2, .apply-fixed-buttons .ttl, .reason-heading {
	font-family: "noto-serif", serif;
	font-weight: 500;
	font-style: normal;
}
.anchor {
	display:block;
	height:0;
	overflow:hidden;
	padding-top:6.25rem;
	margin-top:-6.25rem;
}
ul, li {
	list-style-type: none;
}
p {
	word-break: auto-phrase;
}
img {
	border:0;
	max-width:100%;
	height:auto;
	vertical-align: bottom;
}
header {
	position:fixed;
	z-index:10;
	width:100%;
	background: #00000000;
	transition: all 1s 0s ease-out;
	padding-left:330px
}
header.fixed {
	background: #00000098;
	transition: all 1s 0s ease-out;
}
header h1 {
	width:320px;
	position:absolute;
	top:0;
	bottom:0;
	margin:auto;
	height:29px;
	left:10px;
}
header h1 a {
	font-weight : bold;
	font-size : 14px;
	line-height : 29px;
	letter-spacing : 1.05px;
	color : #FFFFFF;
	text-decoration:none;
	text-shadow: 0 0 3px BLACK;
	display: block;
}
header h1 a strong {
	color : #d4af37;
}
#navigation #menu {
	display: flex;
	justify-content: right;
}
#navigation #menu a {
	color : #FFFFFF;
	text-decoration:none;
	text-shadow: 0 0 3px BLACK;
	font-size : 14px;
	line-height : 24px;
	display:block;
	padding:10px 1rem;
	letter-spacing : 1.05px;
	font-weight : bold;
	position:relative;
}
#navigation #menu a::after {
 content:"";
 width:1px;
 height:10px;
 position:absolute;
 right:0;
 display:block;
 background-color:#d4af37;
 margin:auto;
 top:0;
 bottom:0;
}
#main_images {
	width:100%;
	height: 100vh;
	position: relative;
	clip-path: inset(0);
	overflow: hidden;
	z-index:1;
}
#main_images img {
	position:absolute;
	margin:auto;
	top:0;
	bottom:0;
	left:0;
	right:0;
	max-width:456px;
	width:80vw;
	height:auto;
}
#main_images::before {
 content: "";
 background-image: url(../images/maine_images.jpg);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center top;
 z-index: -1;
 width: 100%;
 display: block;
 height: 100%;
 position: fixed;
 top: 0;
 left: 0;
}
.consept {
	position:relative;
	z-index:2;
	background-color:#000000;
	color:#FFF;
	background-image:url(../images/bg_black.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding:330px 20px 170px 20px;
	letter-spacing : 1.6px;
	color : #F5F5E9;
}
.consept .ttl_img {
	position: absolute;
	top: -93px;
	text-align: center;
	left: 0;
	right: 0;
	margin: auto;
}
.consept::after {
 content:"";
 width:172px;
 height:92px;
 display:block;
 background-image:url(../images/img_cat.png);
 background-repeat:no-repeat;
 background-position:center center;
 background-size:contain;
 position:absolute;
 left:65px;
 bottom:0;
}
#philosophy {
	position:relative;
	z-index:2;
	background-color:#FFF;
	background-image:url(../images/bg_white.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	padding:130px 20px 200px 20px;
	font-size : 17px;
	line-height : 31px;
	letter-spacing : 1.7px;
}
#philosophy .flex_box, .reasons-section .flex_box {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width:1300px;
	width:100%;
	margin:auto;
	align-items: center;
}
#philosophy .flex_box .in_box, .reasons-section .flex_box .in_box {
	box-sizing:border-box;
	width:50%;
}
#philosophy .flex_box .in_box.ph {
	position:relative;
	padding:0 85px;
	text-align:center;
}
#philosophy .flex_box .in_box.ttx {
	position:relative;
	padding:60px 120px;
}
#philosophy .flex_box .in_box.ttx::before, #philosophy .flex_box .in_box.ttx::after {
 content:"";
 width:128px;
 height:160px;
 display:block;
 position:absolute;
}
#philosophy .flex_box .in_box.ttx::before {
 top:0;
 right:0;
 background-image:url(../images/philosophy_before.png);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center top;
}
#philosophy .flex_box .in_box.ttx::after {
 bottom:0;
 left:0;
 background-image:url(../images/philosophy_after.png);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center top;
}
#philosophy .flex_box .in_box.ttx h2 {
	font-weight : bold;
	font-size : 34px;
	line-height : 100%;
	letter-spacing : 3px;
	color : #D4AF37;
	text-align:center;
	margin-bottom:40px;
}
#philosophy .flex_box .in_box.ttx h3 {
	font-weight : bold;
	font-size : 22px;
	line-height : 31px;
	letter-spacing : 2px;
	color : #4D4D4D;
	margin-bottom:1rem;
}
#philosophy .flex_box .in_box.ttx p {
	text-align:left;
	word-break: auto-phrase;
	padding-top:1rem;
}
.reasons-section {
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	padding: 0px 20px 130px 20px;
	position:relative;
	z-index:4
}
.reasons-section .flex_box {
	flex-direction: row-reverse;
	align-items: flex-end;
	margin-bottom:95px;
}
.reasons-section .flex_box .in_box.ph {
	margin-top:-90px;
}
.reasons-section .flex_box .in_box.ttx {
	padding-right:100px;
}
.reasons-section .flex_box .in_box.ttx h2 {
	font-weight : bold;
	font-size : 26px;
	line-height : 40px;
	letter-spacing : 2.37px;
	color : #D4AF37;
	text-align:left;
	margin-bottom:40px;
}
.reasons-section .flex_box .in_box.ttx p {
	text-align:left;
	letter-spacing : 1.6px;
}
.reasons-title {
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 2.37px;
	color: rgb(212, 175, 55);
	margin-bottom: 20px;
	color: #d4af37;
	text-align:center;
}
.reasons-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
	max-width: 1300px;
	margin: 0 auto;
}
.reason-card {
	background-color: #fff;
	border: 1px solid #e0e0d0;
	border-radius: 12px;
	padding: 25px;
	width:calc(33.33% - 40px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s;
}
.reason-card:hover {
	transform: translateY(-5px);
}
.reason-heading {
	color: #d4af37;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight:bold;
}
.reason-text {
	color: #0f0f0f;
	line-height: 1.6;
}
.top_gallery {
	overflow:hidden;
}
.job-info-list {
	max-width: 800px;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid #e0e0d0;
	border-radius: 12px;
	padding:40px 60px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	text-align:left;
	position:relative;
}
.job-info-list::before {
 content: "";
 width: 122px;
 height: 60px;
 display: block;
 background-image: url(../images/img_cat2.png);
 background-repeat: no-repeat;
 background-position: center center;
 background-size: contain;
 position: absolute;
 right: -25px;
 top: -54px;
}
.job-info-row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.job-info-row dt {
	width: 150px;
	font-weight: bold;
	color: #d4af37;
	margin-bottom: 5px;
}
.job-info-row dd {
	flex: 1;
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	color: #0f0f0f;
}
.contact-section {
	background-color: #0f0f0f;
	background-image:
 repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0px, rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 20px), repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.05) 0px, rgba(255, 255, 255, 0.05) 1px, transparent 1px, transparent 20px);
	text-align: center;
	padding: 130px 20px;
}
.contact-title {
	font-weight : bold;
	font-size :30px;
	line-height : 40px;
	letter-spacing : 2.37px;
	margin-bottom: 20px;
	color:#d4af37;
}
.contact-lead {
	font-size: 18px;
	color: #f5f5e9;
	margin-bottom: 30px;
}
.contact-buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
.contact-btn {
	display: inline-block;
	padding: 14px 24px;
	border-radius: 30px;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	transition: background-color 0.3s ease;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.contact-btn.line {
	background-color: #00c300;
	color: #fff;
}
.contact-btn.line:hover {
	background-color: #009e00;
}
.contact-btn.instagram {
	background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
	color: #fff;
}
.contact-btn.instagram:hover {
	opacity: 0.9;
}
/* 全体の固定ボックス */
.apply-fixed-buttons {
	position: fixed;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(12px);
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	border-left: 1px solid rgba(255, 255, 255, 0.5);
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
	padding: 16px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 12px;
	transition: all 0.3s ease;
}
/* タイトル */
.apply-fixed-buttons .ttl {
	font-size: 16px;
	font-weight: bold;
	color: #d4af37;
	background: none;
	padding: 0;
	margin-bottom: 4px;
	border-radius: 0;
	box-shadow: none;
	text-shadow: none;
	cursor: default;
	letter-spacing: 0.5px;
}
/* ボタン共通 */
.apply-fixed-buttons .btn {
	padding: 10px 22px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s ease;
	white-space: nowrap;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	width:100%;
	text-align:center;
	border-radius: 30px;
	line-height: 160%;
}
/* LINEボタン */
.line-btn {
	background-color: #00c300;
	color: #fff;
	border: none;
}
.line-btn:hover {
	background-color: #00a800;
}
/* Instagramボタン */
.insta-btn {
	background: linear-gradient(45deg, #fcb045, #fd1d1d, #833ab4);
	color: #fff;
	border: none;
}
.insta-btn:hover {
	opacity: 0.9;
}
.ftgmap-section {
	position: relative;
	padding-bottom: 0;
	padding-top: 0;
	height: 400px;
	overflow: hidden;
	width:100%;
	margin:auto auto 0px auto;
}
.ftgmap-section iframe, .ftgmap-section object, .ftgmap-section embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* よくある質問 */
.faq-wrap {
	padding:100px 0;
}
.faq-item {
	border: 1px solid #666;
	border-radius: 8px;
	overflow: hidden;
	background-color: #1a1a1a;
	max-width:700px;
	width:100%;
	margin:auto auto 16px auto;
}
.faq-question {
	width: 100%;
	background: none;
	color: #d4af37;
	font-size: 16px;
	font-weight: 600;
	padding: 14px 18px;
	border: none;
	text-align: left;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: background 0.3s ease;
}
.faq-question:hover {
	background-color: #2a2a2a;
}
.faq-answer {
	max-height: 0;
	overflow: hidden;
	padding: 0 18px;
	font-size: 15px;
	color: #eee;
	transition: max-height 0.4s ease, padding 0.3s ease;
	text-align:left;
}
.faq-question.active + .faq-answer {
	max-height: 300px;
	padding: 14px 18px;
}
.symbol {
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	width: 20px;
	text-align: center;
	transition: transform 0.3s ease;
}
footer {
	background-color:#0f0f0f;
	color:#f5f5e9;
	padding:90px 0;
}
footer .in_ft {
	display: flex;
	flex-direction: row;
	align-items: center;
	max-width: 1300px;
	width: 100%;
	margin: auto;
	gap:75px;
	text-align:left;
	font-size : 14px;
	line-height : 26px;
	letter-spacing : 1.26px;
}
#copyright {
	background : #D4AF37;
	font-size : 11px;
	line-height : 26px;
	text-align:center;
	letter-spacing : 0.83px;
	padding:3px 0;
}
#copyright a {
	color:#0f0f0f;
	text-decoration:none;
}
#copyright a:hover {
	text-decoration:underline
}
@media screen and (max-width: 1200px) {
#philosophy .flex_box, .reasons-section .flex_box {
 padding-left:50px;
 padding-right:50px;
}
.reasons-section .flex_box {
 margin-bottom:60px;
}
#philosophy .flex_box .in_box, .reasons-section .flex_box .in_box {
 box-sizing: border-box;
 width: 100%;
}
.reasons-section .flex_box .in_box.ttx {
 padding-right: 0;
}
.reasons-section .flex_box .in_box.ttx h2, .reasons-section .flex_box .in_box.ttx p {
letter-spacing: 0;
}
#philosophy .flex_box .in_box.ph, .reasons-section .flex_box .in_box.ph {
 margin-bottom:50px;
}
.reasons-container {
gap: 40px;
padding: 0 40px
}
.reason-card {
width: calc(50% - 40px);
}
}
@media screen and (max-width: 1060px) {
footer .in_ft {
flex-wrap: wrap;
row-gap: 30px;
column-gap: 75px;
}
footer .in_ft .logo {
 width: 100%;
}
.job-info-list {
width: 90%;
}
.reasons-container {
gap: 40px 0;
padding: 0;
}
.reason-card {
width: 100%;
}
}
 @media screen and (min-width: 768px) {
 .apply-fixed-buttons {
 bottom: 0;
 right: 0;
 transform: none;
 border-radius: 5px 0 0 0;
 -webkit-border-radius: 5px 0 0 0;
 -moz-border-radius: 5px 0 0 0;
}
}
@media screen and (max-width: 767px) {
body, #philosophy {
 font-size : 18px;
 line-height : 33px;
}
 .br_767::before {
 content: "\A";
 white-space: pre;
}
header {
 position: absolute;
}
header h1 {
 top: 22px;
}
 .apply-fixed-buttons {
 bottom: 45px;
 left: 50%;
 transform: translateX(-50%);
 flex-direction: row;
 gap: 10px;
 padding: 12px 30px;
 border-radius: 10px;
}
 .apply-fixed-buttons .ttl {
 display: none;
}
 .job-info-row {
 flex-direction: column;
}
 .job-info-row dt {
 width: 100%;
 margin-bottom: 5px;
 font-size: 20px;
}
 .job-info-row dd {
 font-size: 18px;
word-break: auto-phrase;
}
footer .in_ft {
justify-content: center;
}
footer .in_ft .logo {
 text-align:center;
}
#philosophy .flex_box, .reasons-section .flex_box {
padding-left: 0px;
padding-right: 0px;
}
#philosophy .flex_box .in_box.ph {
 padding: 0 2rem;
}
#philosophy .flex_box .in_box.ttx {
 padding: 60px 6rem;
}
.job-info-list {
 padding: 40px 30px;
}
.faq-question {
font-size: 20px;
}
.faq-answer {
 font-size: 18px;
}
}
@media screen and (max-width: 640px) {
#philosophy .flex_box .in_box.ttx {
 padding: 70px 2rem;
}
#philosophy .flex_box .in_box.ttx::before, #philosophy .flex_box .in_box.ttx::after {
 width: 78px;
 height: 100px;
}
footer {
    padding: 90px 0 110px 0;
}
footer .in_ft {
    font-size: 18px;
    line-height: 30px;
}
footer .in_ft .address,
footer .in_ft .shop-info {
width: 100%;
max-width: 300px;
}
}
