html{
    font-size: 62.5%;
	scroll-behavior: smooth;
}

body{
    color: #333;
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.9;
	font-family: "Zen Old Mincho", serif;
	font-weight: 500;
	font-style: normal;
    overflow-x: hidden;
	font-size: min(1.5vw, 1.6rem);
}

/* .main_bg{
	position: fixed;
	display: block;
	background: url(../img/body.jpg);
	opacity: 0.1;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	z-index: -5;
} */

.en{
	font-family: "Playfair", serif;
  	font-optical-sizing: auto;
	font-style: normal;
}

*{
	margin: 0;
	box-sizing: border-box;
}

a{
	text-decoration: none;
	color: #333;
	transition: .4s;
}

ul,ol{
	list-style: none;
	padding: 0;
}
svg{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	min-height: 0%;
}
img{
  	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
	font-size: 0;
}

/*フェードイン*/
.flowup{
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 1.6s, transform 1.2s;
	transition-delay: 0.4s;
}
.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}

.flowup2{
	opacity: 0;
	transform: translateX(-50%);
	transition: opacity .8s, transform 1s;
	transition-delay: 0.4s;
}
.flowup2.inview{
	opacity: 1;
	transform: translateX(0);
}
.flowup3{
	opacity: 0;
	transform: translateX(50%);
	transition: opacity .8s, transform 1s;
	transition-delay: 0.4s;
}
.flowup3.inview{
	opacity: 1;
	transform: translateX(0);
}

span.marker {
    background: linear-gradient(transparent 50%, rgb(241, 156, 167,0.7) 50%);
}

.br_650.marker{
	background: none;
}

.inner{
	width: 96%;
	max-width: 1200px;
	margin: 0 auto;
}

.inner.wide{
	max-width: 1400px;
    margin: 0 auto;
}
.inner.max{
	max-width: none;
}

.inner_w{
    width: 100%;
    margin: 0 auto;
}

.inner_u{
	width: 97%;
	margin: 0 auto 0 0;
	max-width: none;
}

.inner70{
	width: 70%;
	margin: 0 auto;
	max-width: none;
}

.flex_center{
	display: flex;
	justify-content: center;
}

.flex{
    display: flex;
}

.flex_end{
	display: flex;
	justify-content: flex-end;
}

.flex_start{
	display: flex;
	justify-content: flex-start;
}

.flex_bet{
	display: flex;
	justify-content: space-between;
}

.flex_ar{
	display: flex;
	justify-content: space-around;
}

section{
    padding: 150px 0;
	overflow-x: hidden;
}

span.zo{
	font-size: 1.2em;
	padding: 5px;
	font-weight: bold;
}

main{
    overflow-x: hidden;
	position: relative;
}

.pan{
	width: 100%;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
}

.pan li:not(:last-child)::after{
	content: "＞";
	padding: 0 0.2em;
	position: absolute;
	top: 0;
}

.pan li:not(:last-child){
	padding-right: 20px;
	position: relative;
}

.page_hd ol{
	display: flex;
	font-size: 1.4rem;
	justify-content: center;
}

.page_hd ol a{
	color: #fff;
}

.page_hd{
	padding-top: 270px;
	padding-bottom: 102px;
	width: 100%;
	position: relative;
	color: #fff;
	z-index: 0;
}

.page_hd::before{
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(33deg, rgba(176, 238, 182, 1), rgba(33, 211, 234, 1) 48%, rgba(4, 202, 255, 1));
	z-index: -1;
}

.page_hd h2{
	font-size: 4rem;
	text-align: center;
	letter-spacing: 3px;
}

@media (max-width: 1200px){
    .page_hd{
        padding-top: 177px;
    }
}

/*フィルター*/

.filter{
    position: relative;
}

.filter::after{
    content: "";
    display: block;
    position: absolute;
    background-color: rgb(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.filter_w{
	position: relative;
}

.filter_w::after{
    content: "";
    display: block;
    position: absolute;
    background-color: rgb(255, 255, 255,0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

/*改行*/

.br_960{

}

.br_650{

}

@media (max-width: 960px){
	.br_960{
		display: block;
	}
}
@media (max-width: 650px){
	.br_650{
		display: block;
	}
	.br_650.marker{
		background: linear-gradient(transparent 75%, rgb(241, 156, 167,0.7) 75%);;
	}
}

/*スライダー*/

.top_slider{
	position: relative;
    z-index: 5;
}




.top_slider .slider{
	position: relative;
    width: 100%;
	z-index: 2;
}
.top_slider .slider li{
	width: 100%;
	height: 100vh;
	min-height: 400px;
	background-size: cover;
	transform: scale(1.05);
}
.top_slider .slider li.top01{
	background-image: linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url(../img/slider01.jpg);
    background-position: center;
	background-attachment: fixed;
}
.top_slider .slider li.top02{
	background-image: linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url(../img/slider02.jpg);
    background-position: center;
	background-attachment: fixed;
}
.top_slider .slider li.top03{
	background-image: linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url(../img/slider03.jpg);
    background-position: center;
	background-attachment: fixed;
}

/* .top_slider .slider li.top01{
	background-image: linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url(../img/sample02.jpg);
}
.top_slider .slider li.top02{
	background-image: linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url(../img/sample02.jpg);
}
.top_slider .slider li.top03{
	background-image: linear-gradient(rgba(0,0,0,0.35),rgba(0,0,0,0.35)),url(../img/sample02.jpg);
} */

/*キャッチ*/
.top_slider .catch{
	position: absolute;
    text-shadow: #000 0px 0px 5px,#000 0px 0px 5px,#000 0px 0px 5px,#000 0px 0px 5px,#000 0px 0px 5px;
	top: 50%;
	left: 4%;
	transform: translate(0,-50%);
	pointer-events: none;
	z-index: 2;
	font-size: min(3.4vw, 4rem);
    font-weight: 700;
    color: #fff;
	animation: apper 2.5s ease-in-out;
}

.top_slider .catch p:last-child{
    font-size: 0.7em;
    margin-top: 40px;
}
/*スクロール*/

.scrolldown2{
    /*描画位置※位置は適宜調整してください*/
	position:absolute;
    transform: translate(-50%,-50%);
	bottom:8%;
	left:9%;
    z-index: 3;
}

.scrolldown2 span{
    /*描画位置*/
	position: absolute;
	left:20px;
	bottom:10px;
    /*テキストの形状*/
	color: #fff;
	font-size: 1.4rem;
	font-weight: 900;
	letter-spacing: 0.15em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
	text-shadow: #333 0 0 4px,#333 0 0 4px, #333 0 0 4px, #333 0 0 4px;
}

.scrolldown2:before {
    content: "";
    /*描画位置*/
    position: absolute;
    bottom:0;
    left:-6px;
    /*丸の形状*/
	width:15px;
	height:15px;
	border-radius: 50%;
	background:#fff;
    /*丸の動き1.6秒かけて透過し、永遠にループ*/
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove{
      0%{bottom:80px;}
     100%{bottom:-5px;}
 }

@keyframes cirlemovehide{
      0%{opacity:0}
     50%{opacity:1;}
    80%{opacity:0.9;}
	100%{opacity:0;}
 }

.scrolldown2:after{
	content:"";
    /*描画位置*/
	position: absolute;
	bottom:0;
	left:0;
    /*線の形状*/
	width:2px;
	height: 100px;
	background:#fff;
}

@media (max-width: 650px){
	.scrolldown2 span{
		left: 10px;
	}
	.scrolldown2:before{
		width: 12px;
		height: 12px;
	}
	.scrolldown2:after{
		height: 70px;
	}

	@keyframes circlemove{
		0%{bottom:60px;}
     	100%{bottom:-5px;}
	}
}

/* ボタン */

.btn_a {
    position: relative;
    display: block;
    margin-left: 5px;
    padding-right: 2rem;
    max-width: 250px;
    width: 75%;
    color: #174589;
    text-decoration: none;
    text-align: center;
    font-size: 0.9rem;
    background-color: #fff;
    font-weight: 500;
}

.btn_a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -17px;
    width: 30%;
    height: 1px;
    background: #174589;
    transition: all .3s;
}

.btn_a::after {
    content: "";
    position: absolute;
    top: 42%;
    right: -19px;
    width: 15px;
    height: 1px;
    background: #174589;
    transform: rotate(35deg);
    transition: all .3s;
}

.btn_a:hover {
    padding-right: 0;
    color: #fff;
    background-color: #174589;
}

.btn_a:hover::before{
	right: -24px;
}

.btn_a:hover::after{
	right: -25px;
}


.btn_b{
    height: 60px;
	width: fit-content;
    position: relative;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    font-size: 1.8rem;
    color: #fff;
}

.btn_b .arrow{
    width: 55px;
    height: 55px;
    position: relative;
    display: grid;
    place-items: center;
    background-color: #812029;
    border-radius: 30px;
    overflow: hidden;
}

.btn_b .arrow span{
    margin-left: 7px;
    clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
    height: 12px;
    aspect-ratio: 1;
    background-color: #fff;
}

.btn_b .arrow_item02{
    position: absolute;
    transform: translateX(-400%);
}

.btn_b:hover .arrow_item01{
    transition: transform 0.3s ease-in-out;
    transform: translateX(400%);
}

.btn_b:hover .arrow_item02{
    transition: transform 0.3s ease-in-out 0.1s;
    transform: translate(0);
}

.mail_btn{
	font-size: 1.6rem;
}

.tel_btn{
	font-size: 2.4rem;
	font-weight: bold;
	display: flex;
	align-items: center;
}

.tel_btn a{
	color: #B8A434;
	font-weight: bold;
}

.tel_btn a i{
	color: #B8A434;
}

.tel_btn a:hover{
	opacity: 0.75;
}

.mail_btn a{
	display: block;
	width: 100%;
	padding: 10px 20px 8px;
	background-color: #B8A434;
	color: #fff;
	border: solid 2px #B8A434;
	font-weight: bold;
	text-align: center;
}

.mail_btn a:hover{
	color: #B8A434;
	background-color: #fff;
}

.mail_btn i,.tel_btn i{
	margin-right: 0.6em;
}

.insta_btn{
	font-size: 3.4rem;
	display: flex;
	align-items: center;
	margin-left: 30px;
}

.insta_btn a:hover{
	opacity: 0.75;
}



/* 文字間 */

.space{
	letter-spacing: 0.05em;
}

.space2{
	letter-spacing: 0.1em;
}

/*  */
.txt_wrappper{
	background-color: #f5f5f5;
}

.txt{
	line-height: 2.4;
}

.f_txt{
	font-size: 1.7em;
}

@media (max-width: 960px){
	.none_960{
		display: none;
	}
	.btn_b{
		font-size: 1.6rem;
	}
}

@media (max-width: 650px){
	.none_650{
		display: none;
	}
	.txt{
		font-size: min(3.8vw, 1.6rem);
		line-height: 2.2;
	}
}


.flex_bet.reverse{
	flex-direction: row-reverse;
}

/* header */

.hd_logo{
	display: flex;
	align-items: center;
}

.hd_logo img{
	display: flex;
	align-items: center;
	margin-right: 20px;
	width: 400px;
}

header{
	width: 100%;
	height: 120px;
	background-color: rgb(0, 0, 0, 0);
	position: fixed;
	top: 0;
	z-index: 99;

	transition: all .5s;
}

.js_header.change_color{
	background-color: rgb(0, 0, 0,0.85);
}

.hd_inner{
	width: 97%;
	height: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.hd_inner .flex_bet{
	width: 100%;
}

.hd_contact{
	line-height: 1.2;
	margin-bottom: 10px;
}

.hd_contact .mail_btn{
	margin-left: 30px;
}

.hd_nav ul{
	line-height: 1.3;
	font-size: 1.6rem;
}

.hd_nav li{
	text-align: center;
	letter-spacing: 0.08em;
}





.hd_nav li:first-child{
	margin-left: 0;
}


.hd_nav li a{
	color: #fff;
	font-weight: bold;
	display: block;
	width: 100%;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
}

.hd_nav li+li{
	margin-left: 40px;
}

.hd_nav li .small{
	font-size: 0.8em;
}


.hd_nav li a:hover{
	opacity: 0.7;
}

.mainNavSp{
	
}

.mainNavSp ul{
	margin: 80px auto 0;
    padding: 0;
    width: 100%;
    max-width: 350px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mainNavSp ul li{
    list-style-type: none;
    padding: 0;
	font-size: 2rem;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    transition: .5s;
	letter-spacing: 0.1em;
    border-bottom: dashed 1.5px #333;
    width: 100%;
	line-height: 1.4;
}

.mainNavSp ul li+li{
	margin-left: 0;
}

.mainNavSp ul li a{
	padding-bottom: 18px;
}


.mainNavSp ul li .small{
	font-size: 0.7em;
}

.mainNavSp ul li+li a{
	padding-top:18px;
}

.mainNavSp ul li a{
	display: block;
	color: #333;
}

.mainNavSp ul li a:hover{
	opacity: 0.6;
}

.mainNavSp{
	display: none;
	position: fixed;
    z-index: 190;
    top: 0;
    right: 0;
	background-image: linear-gradient(rgba(255,255,255,0.6),rgba(255,255,255,0.6)),url(../img/mo_bg.jpg);
    background-size: cover;
    background-position: center;
	transform: translateX(100%);
    transition: all 0.6s;
    color: #fff;
	opacity: 0;
    transition: opacity .8s;
    width: 100%;
    height: 100vh;
    padding-bottom: 1em;
    overflow-x: hidden;
    overflow-y: auto;
}

.mainNavSp .tel_btn{
	justify-content: center;
	margin-right: 0;
}

.mainNavSp .insta_btn{
	margin-left: 0;
}

.tt{
	display: flex;
	align-items: center;
}

.sp_hd .mail_btn{
	width: 250px;
	margin: 20px auto 0;
}

.sp_hd .insta_btn{
	justify-content: center;
	margin-right: 0;
	margin-top: 20px;
}


.navToggle{
	position: relative;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 200;
	background: transparent;
	text-align: center;
}

.navToggle span{
	display: block;
	position: absolute;
	width: 30px;
	border-bottom: 2px solid #fff;
	transition: .35s ease-in-out;
	border-radius: 100px;
}


.navToggle span:nth-child(1){
	top: 8px;
}

.navToggle span:nth-child(2){
	top: 18px;
}

.navToggle span:nth-child(3){
	top: 28px;
}

.mainNavSp.active{
	opacity: 1;
	transform: translateY(0%);
	height: 100%;
}

.mainNavSp.active .sp_inner{
	height: 100%;
	width: 100%;
}

.navToggle.active span:nth-child(1){
	top: 6px;

	transform: rotate(-45deg);
}

.navToggle.active span:nth-child(2),.navToggle.active span:nth-child(3){
	top: 7px;
	transform: rotate(45deg);
}

.sp_hd{
	display: none;
}

@media (max-width: 1000px){
	.main_nav{
		display: none;
	}
	.sp_hd{
		height: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 7px;
	}
	.mainNavSp{
		display: block;
	}
	.hd_logo{
		font-size: 2.6rem;
	}
	header{
		height: 80px;
	}
	.slider_box{
		padding-top: 85px;
	}
	.slider{
		height: calc(90vh - 80px);
	}
	.hd_logo img{
		width: 350px;
	}
}



@media (max-width: 960px){
	.catch p{
		line-height: 2;
	}
}

@media (max-width: 650px){

	.top_slider .catch{
		font-size: min(4.7vw, 2.6rem);
	}

	.hd_logo img{
		margin-right: 10px;
		width: 250px;
	}
	.hd_logo{
		font-size: 1.8rem;
	}
}

/* page_top */

.page_top a span::before{
	content: "";
	display: none;
	background: url(../img/pagetop.png);
	background-size: cover;
    background-position: center;
	width: 100px;
	height: 100px;
	position: fixed;
	bottom: 3.5vh;
	right: 3.5vw;
	z-index: 6;
	transition: all .4s;
	opacity: 0.8;
}

.page_top.is_animation a span::before{
	display: inline-block;
}



.page_top a span:hover::before{
	opacity: 0.7;
}

@media (max-width: 700px){
    .page_top a span::before{
        width: 80px;
        height: 80px;
    }
}

.w_co{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.w_co .w_left, .w_co .w_right{
    width: 48%;
}

.w_co .w_right{
    padding: 50px 0;
}

@media (max-width: 960px){
    body{
        font-size: 1.6rem;
    }
    .w_co{
        flex-direction: column;
    }
    .w_co .w_left, .w_co .w_right{
        width: 100%;
    }
    .w_co .w_left{
        height: 400px;
    }
	section{
		padding: 100px 0;
	}
}

@media (max-width: 650px){
	section{
		padding: 50px 0;
	}
	body{
		font-size: 1.5rem;
	}
}

.gold{
	background: linear-gradient(45deg, #c61624 0%, #c61624 45%, #812029 70%, #c61624 85%, #c61624 90% 100%);
	background-size: 800% 400%;
	animation: gradient 10s infinite cubic-bezier(.62, .28, .23, .99) both;
  }
  @keyframes gradient {
	0% {
	  background-position: 0% 50%;
	}
  
	50% {
	  background-position: 100% 50%;
	}
  
	100% {
	  background-position: 0% 50%;
	}
  }

.sub_ttl .gold{
	color: transparent;
	-webkit-background-clip: text;
}



.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1.5s;
	animation-delay: 0.4s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity:0;
  }
  
  @keyframes bgextendAnimeBase{
	from {
	  opacity:0;
	}
  
	to {
	  opacity:1;  
  }
  }
  
  /*中の要素*/
  .bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1.5s;
	animation-delay: 1.4s;
	animation-fill-mode:forwards;
	opacity: 0;
  }
  
  @keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
  }
  }
  
  /*左から右*/
  .bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:1.5s;
	animation-delay: 0.4s;
	animation-fill-mode:forwards;
	  content: "";
	  position: absolute;
	  width: 115%;
	  height: 100%;
	  background-color: #812029;/*伸びる背景色の設定*/
  }
  @keyframes bgLRextendAnime{
	0% {
	  transform-origin:left;
	  transform:scaleX(0);
	}
	50% {
	  transform-origin:left;
	  transform:scaleX(1);
	}
	50.001% {
	  transform-origin:right;
	}
	100% {
	  transform-origin:right;
	  transform:scaleX(0);
	}
  }
  
  /* スクロールをしたら出現する要素にはじめに透過0を指定　*/
  .bgappearTrigger,
  .bgLRextendTrigger{
	  opacity: 0;
  }

.imgup {
	position: relative;
	overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    transition: 1.1s;
    transition-delay: 0.3s;
}



.imgup.inview {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.imgup img {
    transition: 1.6s cubic-bezier(0.6, 0, 0.07, 1);
    transform: translateX(-10%) scale(1.4);
}

.imgup.inview img {
    transform: translateX(0) scale(1);
}

.btn_k{
	text-align: center;
	width: 250px;
	box-shadow: 3px 8px 5px rgba(0, 0, 0, 0.2);
	border-radius: 30px;
}

.btn_k a{
	position: relative;
	display: block;
	width: 100%;
	padding: 10px 0;
	background-color: #674A02;
	color: #fff;
	border: solid 2px #fff;
	font-weight: 700;
	border-radius: 30px;
	font-size: 1.6rem;
}

.btn_k a::after{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/btn_arrow.png);
	background-size: cover;
	background-position: center;
	height: 24px;
	width: 24px;
	top: 50%;
	right: 0.5em;
	transform: translateY(-50%);
	transition: all .5s;
}

.btn_k a:hover{
	background-color: #fff;
	color: #674A02;
}

.btn_k a:hover::after{
	right: 0;
	color: #674A02;
	background: url(../img/btn_arrow02.png);
	background-size: cover;
	background-position: center;
	height: 24px;
	width: 24px;
	top: 50%;
	transform: translateY(-50%);
}

/*共通ここまで*/

/*news*/
section.news{
	position: relative;
	z-index: 5;
	background: #fff;
}


/*about us*/

.aboutus .in{
	position: relative;
	z-index: 3;
	width: 92%;
	max-width: 1600px;
	margin: 0 auto;
}

.aboutus{
	position: relative;
	background-color: rgb(20, 20, 24);
	color: #fff;
}

.aboutus::after{
	content: "";
	display: inline-block;
	position: fixed;
	background-image: linear-gradient(rgba(20,20,24,0.85),rgba(20,20,24,0.85)),url(../img/aboutus_bg.png);
	background-position: center;
	background-size: cover;
	aspect-ratio: 777 / 1236;
	pointer-events: none;
	width: 700px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}

.aboutus::before{
	content: "";
	position: fixed;
	display: inline-block;
	top: 0;
	left: 0;
	background-color: #141418;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.sub_ttl{
	font-size: min(3.7vw, 3.7rem);
	line-height: 1.6;
	margin-bottom: 80px;
	font-weight: 700;
	height: fit-content;
}

.sub_ttl .en{
	position: relative;
	font-size: 0.65em;
	vertical-align: sub;
	color: #ccc;
}


.btn_o a{
  background: transparent;
  padding: 10px 40px;
  position: relative;
  z-index: 1;
  transition: .3s;
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.btn_o a::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background: linear-gradient(to right,#EAE4A1 0%, #B8A434 50%, #674A02 100%);
	transform-origin: 100% 50%;
	transform: scaleX(0);
	transition: transform ease .3s;
  }

  .btn_o a:hover {
	color: #000;
  }

  .btn_o a:hover::before {
	transform-origin: 0% 50%;
	transform: scaleX(1);
  }

  .btn_o.center{
	text-align: center;
  }

.aboutus .left{
	width: 52%;
}

.aboutus .right{
	width: 42%;
	position: relative;
}

.aboutus .left .m_img img{
	width: 80%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	object-position: right;
	min-height: 260px;
}
.aboutus .left .s_img img{
	width: 80%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	min-height: 260px;
}
.aboutus .left .s_img{
	margin-top: 50px;
	text-align: right;
}

.aboutus .txt_box{
	position: absolute;
	line-height: 2.2;
	width: 100%;
	max-width: 420px;
	top: 40%;
	transform: translateY(-50%);
}

.aboutus .btn{
	margin-top: 40px;
	text-align: right;
}

.btn a{
	font-size: 1.8rem;
}

@media (max-width: 960px){
	.aboutus .flex_bet{
		display: block;
	}
	.aboutus .left{
		width: 100%;
	}
	.aboutus .right{
		width: 100%;
	}
	.aboutus .txt_box{
		max-width: none;
	}
	.aboutus .left .m_img img{
		width: 70%;
		aspect-ratio: 3 / 2;
		min-height: auto;
	}
	.aboutus .left .s_img img{
		width: 70%;
	}
	.aboutus .right{
		position: static;
		display: block;
	}
	.aboutus .txt_box{
		position: static;
		transform: translate(0);
	}
	.sub_ttl{
		font-size: 3rem;
		margin-bottom: 60px;
	}
}

@media (max-width: 650px){
	.sub_ttl{
		text-align: center;
		font-size: 2.4rem;
		margin-bottom: 40px;
	}
	.aboutus .left .m_img img{
		width: 60%;
		aspect-ratio: 1 / 1;
	}
	.aboutus .left .s_img img{
		aspect-ratio: 1 / 1;
		width: 60%;
		min-height: auto;
	}
	.aboutus .left .s_img{
		margin-top: -60px;
	}
	.aboutus .right{
		margin-top: 40px;
	}
	.btn a{
		font-size: 1.6rem;
	}
}

/* feature */

.feature .sub_ttl{
	text-align: center;
	margin-top: 50px;
}

.feature{
	position: relative;
	background-color: #FFF;
	padding: 0;
	z-index: 5;
}

.feature .item_box{
	position: relative;
}

.feature .item_box::after{
	content: "";
	display: inline-block;
	border-left: solid 1px #141418;
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 1px;
	z-index: 1;
}

.feature .item{
	height: 600px;
	
}

.feature .item+.item{
	border-top: solid 1px #141418;
}

.feature .item:nth-child(1){
	border-top: solid 1px #141418;
}
.feature .item:nth-child(3){
	border-bottom: solid 1px #141418;
}

.feature .item .left, .feature .item .right{
	width: 50%;
}

.feature .item .left{
	display: flex;
	align-items: center;
	justify-content: center;
}

.feature .item .txt_box{
	width: 100%;
	max-width: 500px;
	padding: 0 30px;
}

.feature .item h3{
	margin-bottom: 30px;
	font-size: 2.6rem;
}

.feature .item h3 .en{
	font-size: 1.2em;
	color: #dad34a;
	font-weight: bold;
}

.feature .item .right{
	display: flex;
	align-items: center;
}

.feature .item .right .right_inner{
	width: 80%;
	margin: 0 auto;
}

.feature .item .right .right_inner p:first-child{
	font-size: 2rem;
	text-align: end;
	color: #dad34a;
	font-weight: bold;
}

.feature .item.reverse .right_inner p:first-child{
	text-align: left;
}

.feature .item .img{
	margin-top: 20px;
	width: 100%;
}

.feature .item .img img{
	width: 100%;
	height: 430px;
	object-fit: cover;
}


@media (max-width: 960px){
	.feature .flex_bet{
		flex-direction: column-reverse;
	}
	.feature .item{
		height: auto;
		padding: 50px 0;
	}
	.feature .item .img img{
		height: auto;
		aspect-ratio: 3 / 2;
	}
	.feature .flex_bet .left{
		width: 100%;
		margin-top: 40px;
	}
	.feature .flex_bet .right{
		width: 100%;
	}
	.feature .item_box::after{
		display: none;
	}
	.feature .item .txt_box{
		max-width: none;
		padding: 0;
		width: 96%;
		margin: 0 auto;
	}
	.feature .item .right .right_inner{
		width: 96%;
		margin: 0 auto;
	}
	.feature .item.reverse .right_inner p:first-child{
		text-align: right;
	}
}

@media (max-width: 650px){
	.feature .item h3{
		font-size: 2rem;
	}
	.feature .item h3{
		margin-bottom: 15px;
	}
	.feature .flex_bet .left{
		margin-top: 20px;
	}
	.feature .item{
		padding: 30px 0;
	}
	.feature .item .img{
		margin-top: 5px;
	}
	.feature .item .right .right_inner p:first-child{
		font-size: 1.5rem;
	}
	.feature .sub_ttl{
		margin-top: 20px;
	}
}

/* service */


.service{
	position: relative;
	z-index: 5;
	overflow: hidden;
}

.service h2{
	margin-bottom: 60px;
}

.color_box{
	background-color: #bec7d0;
	width: 100%;
}

.service .ac_txt{
	font-size: 13rem;
	font-family: "Roboto", sans-serif;
  	font-weight: 900;
  	font-style: normal;
	width: fit-content;
	color: #666;
	animation: flowing 20s linear infinite;
	white-space: nowrap;
}

@keyframes flowing{
	0%{
		transform: translateX(100vw);
	}
	100%{
		transform: translateX(-100%);
	}
}

.service .top{
	margin-bottom: 60px;
	width: fit-content;
	padding-top: 100px;
}

.service .top .en{
	color: #333;
}

.service .item{
	position: relative;
	display: block;
	width: calc(100% / 4);
	text-align: center;
	overflow: hidden;
	color: #fff;
}

.service .item img{
	position: relative;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 100%;
	z-index: 1;
}

.service .item::after{
	content: "";
	position: absolute;
	display: inline-block;
	pointer-events: none;
	background-color: #000;
	top: 0;
	left: 0;
	opacity: 0.4;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: .4s;
}

.service .item:hover::after{
	opacity: 0;
}

.service .item img:hover{
	transform: scale(1.05);
}

.service .item .txt_box{
	position: absolute;
	font-size: min(2.2vw , 3rem);
	font-weight: bold;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 3;
	pointer-events: none;
	letter-spacing: 0.08em;
}

.service .item .txt_box p:last-child{
	font-size: 0.7em;
}

.service{
	padding: 0;
}

.service .img{
	width: 100%;
	object-fit: cover;
}


@media (max-width: 960px){
	.service .top{
		padding-top: 60px;
	}
	.service .item{
		width: calc(100% / 2);
	}
	.service .flex_bet{
		flex-wrap: wrap;
	}
	.service .item img{
		aspect-ratio: 3 / 2;
	}
	.service .item .txt_box{
		font-size: min(5.4vw , 2.6rem);
	}
	.service .sub_ttl{
		text-align: center;
	}
}

@media (max-width: 650px){
	.service .ac_txt{
		font-size: 6rem;
		line-height: 1.4;
	}
	.service h2{
		margin-bottom: 40px;
	}
}


/* works */


.works{
	position: relative;
	background-color: #fff;
	z-index: 5;
	padding: 80px 0;
}

.works .sub_ttl{
	text-align: center;
}

.works .btn_o a{
	color: #333;
}

.works .btn_o{
	margin-top: 80px;
}

@media (max-width: 650px){
	.works .btn_o{
		margin-top: 40px;
	}
}

/* rec */


.rec{
	position: relative;
	background-color: #141418;
	z-index: 5;
	color: #fff;
}

.rec .sub_ttl{
	margin-bottom: 0;
	width: fit-content;
	margin: -20px auto 0;
}


.rec .img{
	margin-bottom: 60px;
	box-shadow: rgba(184, 164, 52, 0.5) 0 0 25px 4px;
}

.rec .img img{
	width: 100%;
	height: 700px;
	object-fit: cover;
}

.rec .txt_box .left{
	width: 25%;
	border-right: solid 1px #fff;
}

.rec .txt_box .right{
	width: 67%;
	padding: 20px 0;
}

.rec .txt_box .right p:first-child{
	margin-top: 20px;
}

.rec .btn{
	margin-top: 40px;
}

@media (max-width: 960px){
	.rec .txt_box .left{
		width: 20%;
	}
	.rec .txt_box .right{
		width: 77%;
	}
	.rec .sub_ttl{
		margin: 0 auto;
	}
	.rec .txt_box .right p:first-child{
		margin-top: 0;
	}
	.rec .img img{
		height: 450px;
	}
}

@media (max-width: 650px){
	.rec .flex_bet{
		flex-direction: column;
	}
	.rec .txt_box .right{
		width: 100%;
	}
	.rec .txt_box .left{
		width: 100%;
	}
	.rec .sub_ttl{
		margin-bottom: 40px;
	}
	.rec .txt_box .right{
		padding: 0;
	}
	.rec .btn_o{
		text-align: center;
	}
	.rec .img img{
		height: 300px;
	}
	.rec .txt_box .left{
		border-right: 0px;
	}
}


/* footer */

footer{
	background-color: #fff;
	position: relative;
	z-index: 5;
}

footer .foo_inner{
	padding: 80px 0;
}

footer .flex_bet .left,footer .flex_bet .center,footer .flex_bet .right{
	display: flex;
	align-items: center;
}

footer .flex_bet .left,footer .flex_bet .right,.flex_bet .center{
	width: calc(100% / 3);
}

.flex_bet .center .box{
	text-align: center;
}

footer .flex_bet .left img{
	width: 400px;
}

/* footer .flex_bet .left{
	margin-left: 2%;
} */

footer .flex_bet .left .box{
	text-align: center;
	font-size: 2.2rem;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 700;
	font-style: normal;
}

.foo_mail i,.foo_insta i{
	margin-right: 10px;
	font-size: 1.2em;
}

.foo_mail a,.foo_insta a{
	text-decoration: underline;
	color: #674A02;
}

.foo_mail{
	margin-bottom: 5px;
}

.foo_mail a:hover{
	opacity: 0.7;
}

.foo_insta a:hover{
	opacity: 0.7;
}

footer .center div p+p{
	margin-top: 10px;
}

footer .center .box,footer .right .box,footer .left .box{
	width: fit-content;
	margin: 0 auto;
}

footer .copy p{
	padding: 6px 0;
	color: #fff;
	text-align: center;
}

footer .copy{
	background-color: #141418;
	font-size: 1.4rem;
}

@media (max-width: 1200px){
	footer .flex_bet{
		flex-direction: column;
	}
	footer .flex_bet .left, footer .flex_bet .center, footer .flex_bet .right{
		width: 96%;
		margin: 0 auto;
	}
	footer .foo_inner{
		text-align: center;
		padding: 40px 0;
	}
	footer .flex_bet .right .box{
		margin-top: 20px;
	}
	footer .flex_bet .left .box{
		margin-bottom: 20px;
	}
	.flex_bet .center .box p:first-child{
		margin-bottom: 15px;
	}
}

@media (max-width: 650px){
	
	
	.copy p{
		font-size: 1.2rem;
	}
}



.sub_ttl2{
	border-bottom: solid 3px rgb(184, 164, 52,0.6);
	position: relative;
	font-size: 2.8rem;
	margin-bottom: 40px;
	letter-spacing: 0.07em;
}

.sub_ttl2:after{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #B8A434;
	bottom: -3px;
	width: 20%;
}

/*下層トップ*/

.kasou_top{
	position: relative;
	z-index: 1;
	background: url(../img/slide02.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	padding: 290px 0 160px;
}
.kasou_top::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.65);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	pointer-events: none;
	z-index:-1;
}
.kasou_top h2{
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 3.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 8px;
	text-shadow: rgba(51,51,51,0.6) 0 0 10px;
}
@media (max-width: 1200px){
	.kasou_top{
		padding: 180px 0 70px;
	}
}
@media (max-width: 750px){
	.kasou_top{
		padding: 140px 0 50px;
	}
	.kasou_top h2{
		font-size: 2.8rem;
	}
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 1.4rem;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
	padding: 0;
	font-weight: 500;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	display: none;
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 6 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.7;
}


/*下層 service*/

.k_service{
	background-color: #f5f5f5;
}

.p_service h3{
	font-size: 3rem;
	margin-bottom: 20px;
}

.p_service .ac{
	letter-spacing: 0.01em;
}

.p_service .item.s1{
	background: url(../img/service01.jpg);
	background-size: cover;
	background-position: center;
}
.p_service .item.s2{
	background: url(../img/service02.jpg);
	background-size: cover;
	background-position: center;
}
.p_service .item.s3{
	background: url(../img/service03.jpg);
	background-size: cover;
	background-position: center;
}
.p_service .item.s4{
	background: url(../img/service04.jpg);
	background-size: cover;
	background-position: center;
}

.p_service .item{
	position: relative;
	color: #fff;
	padding: 60px 0;
	z-index: 2;
	font-size: 1.7rem;
	box-shadow: rgba(255, 249, 80, 0.45) 0 0 35px;
}

.p_service .wrapper{
	width: 92%;
	margin: 0 auto;
}

.p_service .item::after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0, 0, 0);
	z-index: -1;
	opacity: 0.6;
}

.p_service .item+.item{
	margin-top: 60px;
}

@media (max-width: 650px){
	.p_service .item{
		font-size: 1.6rem;
	}
	.p_service h3{
		font-size: 2.6rem;
	}
	.p_service .item{
		padding: 40px 0;
	}
}

/*===galleryページ==============================*/
.gallery{
	background-color: #141418;
}
.gallery_container{
	width: 85%;
	margin: 0 auto;
	padding: 60px 0;
}

.gallery .inner.wide{
	background-color: #f5f5f5;
}
.gallery_container .wrapper{
	margin-bottom: 100px;
}
.gallery_container .wrapper:last-child{
	margin-bottom: 0 !important;
}
.gallery_container .wrapper .flex{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -20px;
}
.gallery_container .wrapper .flex .item{
	width: calc(100% / 3 - 8px);
	margin: 4px;
	margin-bottom: 20px;
}
.gallery_container .wrapper .flex .item a{
	display: block;
	width: 100%;
	position: relative;
    overflow: hidden;
	min-height: 0%;
	margin-bottom: 3px;
}
.gallery_container .wrapper .flex .item a::before{
	content: '';
    display: block;
    padding-top: 70%;
}
.gallery_container .wrapper .flex .item a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
.gallery_container .wrapper .flex .item a:hover img{
	transform: scale(1.1);
}
.gallery_container .wrapper .flex .item p{
	text-align: center;
}
@media (max-width: 960px){
	.gallery_container .wrapper{
		margin-bottom: 60px;
	}
	.gallery_container .wrapper .flex .item{
		width: calc(100% / 2 - 8px);
	}
}
@media (max-width: 450px){
	.gallery_container .wrapper .flex .item p{
		font-size: 1.4rem;
	}
	.gallery_container{
		width: 96%;
	}
	.gallery_container .wrapper{
		margin-bottom: 40px;
	}
	.sub_ttl2{
		font-size: 2.4rem;
	}
}



/*スタイリッシュver*/
.info_table02{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table02 tr{
	border-bottom: 2px solid #d4d4d4;
}
.info_table02 th,
.info_table02 td{
	padding: 20px 0;
	letter-spacing: 0.08em;
}
.info_table02 th{
	width: 30%;
	border-bottom: 2px solid #B8A434;
	font-weight: 600;
	color: #B8A434;
}
.info_table02 td{
	padding-left: 10px;
	width: 70%;
}

.overview .info_table02 p+p{
	margin-top: 15px;
	line-height: 1.6;
}

.overview .info_table02 .ch{
	letter-spacing: 0.05em;
	color: #B8A434;
}

@media (max-width: 960px){
	.overview{
		font-size: 1.6rem;
	}
}

@media (max-width: 450px){
	.info_table, .info_table02{
		font-size: 1.5rem;
	}
}


/* 会社概要 */

.p_gre{
	padding-bottom: 0;
}

.p_gre .bg{
	background: url(../img/p_gre.jpg);
	background-position: center;
	background-size: cover;
	color: #fff;
	padding: 60px 0;
}

.p_gre .filter::after{
	background-color: rgb(0, 0, 0,0.7);
}

.p_gre .bg .in{
	position: relative;
	z-index: 2;
	max-width: 900px;
	width: 50%;
	margin: 0 0 0 auto;
}

.p_gre h3{
	font-size: 3.4rem;
	letter-spacing: 0.07em;
	margin-bottom: 40px;
	font-weight: bold;
}

.p_gre  .txt_box{
	font-size: 1.6rem;
	margin-bottom: 40px;
	padding-right: 3%;
}

.p_gre .btm{
	width: fit-content;
	margin: 0 0 0 auto;
	padding-right: 3%;
}

.p_com{
	font-size: 1.7rem;
}

.p_com .sub_ttl5{
	color: #141418;
}

.p_com .sub_ttl5::before{
	background-color: #fffcd9;
}

.access{
	position: relative;
	z-index: 1;
	background-color: #353535;
}

@media (max-width: 650px){
	.p_gre h3{
		font-size: 2.8rem;
		margin-bottom: 20px;
	}
	.p_gre .bg .in{
		width: 96%;
		margin: 0 auto;
	}
	.p_gre .txt_box{
		padding: 0;
	}
	.p_gre .txt_box{
		font-size: 1.5rem;
	}
	

}


/* 採用情報 */


.rec_fir{
	font-size: 1.6rem;
	letter-spacing: 0.03em;
	padding: 100px 0;
	background-color: #f5f5f5;
	overflow: visible;
}

.rec_fir h3{
	font-size: 3.2rem;
	margin-bottom: 20px;
	letter-spacing: 0.05em;
}

.rec_fir .triangle{
	position: absolute;
	height: calc(60px / 2);
	width: 60px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	background-color: #141418;
	transform: rotate(-45deg) translateX(-50%);
	transform-origin: 0 0;
	left: -0.6em;
	top: -0.6em;
}
.rec_fir .triangle2{
	position: absolute;
	height: calc(60px / 2);
	width: 60px;
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	background-color: #141418;
	transform: rotate(135deg) translateX(-50%);
	right: -0.6em;
	bottom: -2.4em;
	transform-origin: 100%,100%;
}

.rec_fir h3 span{
	font-size: 0.5em;
	padding-left: 1em;
}

.rec_fir .txt_box{
	width: 55%;
	position: relative;
	max-width: 800px;
	line-height: 2.6;
	height: fit-content;
}

.rec_fir .txt_box p+p{
	margin-top: 15px;
}

.rec_fir .txt_box{
	box-shadow: rgba(255, 249, 80, 0.45) 2px 2px 20px;
	background-color: #fff;
}

.rec_fir .txt_box .in{
	width: 82%;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 60px;
}

.rec_fir .txt_box::before{
	content: "";
	display: inline-block;
	position: absolute;
	border-top: solid #000 1px;
	width: 500px;
	height: 1px;
	top: -0.6em;
	left: -0.6em;
	transform: rotate(-135deg);
	transform-origin: 0 0;
}
.rec_fir .txt_box::after{
	content: "";
	display: inline-block;
	position: absolute;
	border-top: solid #000 1px;
	width: 500px;
	height: 1px;
	bottom: -0.6em;
	right: -0.6em;
	transform: rotate(-135deg);
	transform-origin: 100% 100%;
}

.rec_fir .img{
	width: 45%;
	text-align: center;
}

.rec_fir .img img{
	width: 330px;
}

.torikumi{
	color: #fff;
	padding: 0;
}

.sub_ttl5{
	position: relative;
	color: #fff;
	font-size: 3.2rem;
	text-align: center;
	letter-spacing: 0.05em;
	margin-bottom: 80px;
	font-weight:bold;
}

.sub_ttl5::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #674A02;
	aspect-ratio: 1 / 1;
	width: 2.2em;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}

.torikumi .sub_ttl5{
	margin-bottom: 80px;
}

.torikumi .bg{
	background: url(../img/p_rec.jpg);
	background-size: cover;
	background-position: center;
	padding: 80px 0;
}

.torikumi h4{
	position: relative;
	font-size: 2.2rem;
	letter-spacing: 0.08em;
}

.torikumi h4::before{
	content: "";
	display: inline-block;
	position: absolute;
	border-left: solid 2px #B8A434;
	width: 1px;
	height: 25px;
	top: -20px;
	left: 50%;
	transform: translateY(-50%);
}

.torikumi .inner{
	position: relative;
	z-index: 2;
}

.torikumi .item{
	width: 45%;
	text-align: center;
}

.torikumi .filter::after{
	background-color: rgb(0, 0, 0, 0.75);
}

.bosyu{
	position: relative;
	background-color: #353535;
	color: #fff;
	z-index: 1;
	padding-top: 100px;
	font-size: 1.8rem;
}

@media (max-width: 960px){
	.rec_fir .txt_box{
		line-height: 1.8;
	}
	.rec_fir h3{
		font-size: 2.8rem;
		margin-bottom: 30px;
	}
	.rec_fir{
		font-size: 1.5rem;
	}
	.rec_fir .txt_box .in{
		padding-top: 10px;
		padding-bottom: 30px;
		margin-top: 20px;
	}
}

@media (max-width: 650px){
	.rec_fir .flex_bet{
		flex-direction: column-reverse;
	}
	.torikumi .flex_bet{
		flex-direction: column;
		align-items: center;
	}
	.torikumi .item+.item{
		margin-top: 60px;
	}
	.torikumi .item{
		width: 96%;
	}
	.bosyu .sub_ttl5{
		margin-bottom: 40px;
	}
	.bosyu{
		font-size: 1.6rem;
		padding-top: 50px;
	}
	.rec_fir .txt_box{
		width: 90%;
		margin: 0 auto;
	}
	.rec_fir .img{
		width: 100%;
	}
	.rec_fir .img img{
		width: 60%;
	}
	.rec_fir{
		padding: 50px 0;
	}
	
}


/* お問い合わせページ */

.contact .p_tel{
	position: relative;
	z-index: 1;
}

.contact .p_tel .fi{
	font-size: 1.8rem;
	text-align: center;
	color: #333;
	margin-bottom: 20px;
}


.contact .center{
	text-align: center;
	font-size: 2.2rem;
	margin-bottom: 30px;
}

.p_contact section{
	padding: 0;
}

.contact .sub_ttl5{
	margin-bottom: 60px;
}

.p_tel{
	padding-bottom: 60px;
	padding-top: 100px;
}

.form_box{
	padding-bottom: 120px;
}

.form_box .inner,.p_tel .inner{
	background-color: #f5f5f5;
	padding: 60px 0;
	scroll-padding-top: 60px;
}

.p_tel p{
	color: #fff;
	text-align: center;
	font-size: 2rem;
	margin-bottom: 40px;
	letter-spacing: 0.07em;
}

.p_contact_tel{
	width: 90%;
	max-width: 420px;
	margin: 0 auto;
}

.p_tel .sub_ttl4{
	margin-bottom: 40px;
}

.p_contact_tel a{
	font-weight: bold;
	font-size: 3.4rem;
	color: #B8A434;
	display: block;
	padding: 7px 0;
	border: solid 2px #B8A434;
	text-align: center;
}

.p_contact_tel a i{
	padding-right: 0.5em;
}

.p_contact_tel a:hover{
	background-color: #B8A434;
	color: #fff;
}

.form_box, .p_tel{
    background-color:#353535;
}




section.form_box{
	padding-top: 0;
}

.mailform{
	width: 96%;
	text-align: center;
	margin: 0 auto;
	max-width: 1200px;
}

.mailform table{
	width: 100%;
}

.mailform th{
	font-size: 1.6rem;
	text-align: left;
	padding-left: 2%;
	color: #674A02;
	font-weight: 500;
	display: table-cell;
	vertical-align: middle;
}

.mailform td{
	font-size: 1.6rem;
	width: 70%;
	padding: 2% 1%;
	text-align: left;
}

input[type="checkbox"]{
	font-size: 1.8rem;
	width: 20px;
	height: 20px;
	border: solid 1px #bababa;
	background-color: #fff;
	display: table-cell;
	margin-bottom: 5px;
}

input[type="text"]{
	height: 40px;
	font-size: 1.8rem;
	padding: 10px;
	background: #fff;
	width: 100% !important;
}

input[type="email"]{
	height: 40px;
	font-size: 1.8rem;
	padding: 10px;
	background: #fff;
}

textarea{
	padding: 10px;
	font-size: 1.8rem;
	background: #fff;
	width: 100% !important;
	height: 120px !important;
}

.contact_table th span,.form_attention span{
	color: #666;
	padding: 2px 0;
	margin-right: 10px;
	font-size: 1.4rem;
}

.contact_table th span.ac,.form_attention span.ac{
	color: #fff;
	background-color: #674A02;
	padding: 2px 6px;
}

.contact_table th span.ac.nini{
	color: #674A02;
	background-color: #fff;
	border: solid 1px #674A02;
}

input{
	appearance: auto;
}

.mailform .contact_table .ib div{
	display: inline-block;
}

.mailform .contact_table .ib div+div{
	margin-left: 20px;
}

.form_box h2{
	margin-bottom: 50px;
	background-color: #fff;
	margin-top: 70px;
}

.form_box .form_ttl{
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}

.form_attention{
	font-size: 1.6rem;
	margin-top: 40px;
	width: fit-content;
	margin: 40px auto 0;
	text-align: left;
}

.form_accordion{
	text-align: left;
	margin-top: 40px;
}

.form_attention p+p{
	margin-top: 10px;
}

input[type="checkbox"] + label{
	cursor: pointer;
}

.Label{
	font-size: 2rem;
	letter-spacing: 2px;
	padding: 1% 1%;
	display: block;
	border-bottom: solid 3px #B8A434;
	color: #B8A434;
	font-weight: bold;
	background-color: #fff;
	text-align: center;
}

.Label::before{
	content: "";
	width: 12px;
	height: 12px;
	border-top: 2.5px solid #B8A434;
	border-right: 2.5px solid #B8A434;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(135deg);
	text-decoration: transparent;
	top: calc(50% - 6px);
	right: 20px;
	margin-bottom: 1em;
}

.Label, .co_open{
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.5s;
}

input[type="checkbox"].toggle{
	display: none;
}

.toggle:checked + .Label::before{
	transform: rotate(-45deg);
	text-decoration: transparent;
}

.toggle:checked + .Label + .co_open{
	height: auto;
	transition: all .5s;
}

.form_accordion p{
	font-size: 1.6rem;
	text-align: left;
	letter-spacing: 2px;
	padding: 1% 0;
	padding-left: 1%;
	line-height: 200%;
}

.form_accordion h3{
	margin-top: 30px;
	font-size: 1.8rem;
	position: relative;
	padding-left: 26px;
	padding-bottom: 5px;
	border-bottom: dashed 1px #333;
}

.form_accordion h3::before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: url(../img/check.png);
	background-size: cover;
	background-position: center;
	top:9px;
	left: 0;
}

.co_open{
	height: 0;
	margin-bottom: 10px;
	overflow: hidden;
}

button[type="submit"]{
	font-size: 1.8rem;
	padding: 6px 0;
}

.form_btn button{
	cursor: pointer;
	display: block;
	margin: 0 auto 5px;
	text-align: center;
	width: 230px;
	transition: all 0.5s;
	background: #B8A434;
	color: #fff;
	border: solid 2px #B8A434;
	font-weight: 600;
	margin-top: 40px;
}

.form_btn button:hover{
	background-color: #fff;
	color: #B8A434;
}

.sub_ttl3{
	font-size: 2.8rem;
	position: relative;
	letter-spacing: 3px;
	padding: 0 10px 8px;
	width: fit-content;
	margin: 0 auto 70px;
    font-weight: 500;
}

.sub_ttl3:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	content: '';
	background-image: -webkit-repeating-linear-gradient(135deg, #84a2d4, #84a2d4 1px, transparent 2px, transparent 5px);
	background-image: repeating-linear-gradient(-45deg, #84a2d4, #84a2d4 1px, transparent 2px, transparent 5px);
	background-size: 7px 7px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
  }

section.contact{
	padding: 0;
}

.sub_ttl4{
	text-align: center;
	padding-left: 0;
	font-size: 2.4rem;
	width: fit-content;
	margin: 0 auto 60px;
	border-bottom: solid 2px #B8A434;
	padding-bottom: 5px;
}



  @media (max-width: 960px){
	.p_contact_tel a{
		font-size: 2.8rem;
		padding: 5px 0;
	}
	.mailform{
		margin: 0 auto;
	}
	.mailform .contact_table .ib div:first-child{
		margin-left: 20px;
	}

	.mailform .contact_table .ib div{
		display: block;
	}
	.form_ttl span{
		display: block;
	}
	.mailform table th{
		width: 100%;
		display: block;
		padding-top: 5px;
	}
	.mailform table td{
		width: 100%;
		display: block;
		border-bottom: dotted 1px #b0b0b0;
	}
	.mailform th{
		border-bottom: none;
	}
	.form_box .inner{
		padding: 30px 0;
	}

	.form_box .inner, .p_tel .inner{
		padding: 30px 0;
	}
	.p_tel{
		padding: 30px 0;
		padding-top: 100px;
	}
	
  }

  @media (max-width: 650px){
	.sub_ttl4{
		margin-bottom: 40px;
		font-size: 2rem;
	}
	.contact .center{
		font-size: 1.8rem;
	}
	.form_box{
		padding-bottom: 60px;
	}
	.sub_ttl5{
		font-size: 2.6rem;
		margin-bottom: 40px;
	}
	.contact .p_tel{
		padding-top: 50px;
	}
	
	
  }


/*thanksページ*/

.thanks_ttl{
	padding-left: 10px;
	text-align: center;
}

.thanks_ttl .ja{
	font-size: 3.4rem;
	display: block;
}

.thanks_ttl .en{
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1.5px;
}

.thanks_txt p{
	text-align: center;
}

.thanks_attention{
	font-size: 1.6rem;
	margin-top: 40px;
}

.sbtn{
    margin-top: 40px;
}

.sbtn a {
    font-size: 1.6rem;
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border: solid 2px #674A02;
    color: #333;
    letter-spacing: 2px;
    padding: 15px 0;
    text-align: center;
}

.sbtn a:hover{
    color: #fff;
    background-color: #674A02;
}


/*thanksページ*/

.thanks_ttl{
	text-align: center;
}

.thanks_ttl .ja{
	font-size: 3.4rem;
	display: block;
	width: fit-content;
	margin: 0 auto 40px;
	padding: 0 10px;
}

.thanks_ttl .en{
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1.5px;
	color: #674A02;
}

.thanks_txt p{
	text-align: center;
}

.thanks_attention{
	font-size: 1.6rem;
	margin-top: 40px;
}

.sbtn{
    margin-top: 40px;
}

.sbtn a {
    font-size: 1.6rem;
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border: solid 2px #674A02;
    color: #333;
    letter-spacing: 2px;
    padding: 15px 0;
    text-align: center;
}

.sbtn a:hover{
    color: #fff;
    background-color: #674A02;
}

.kasou header{
	background-color: #141418;
}