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

body{
	color: #202020;
	background-color: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 2;
	font-size: 1.6rem;
	font-family: "Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
}

body p{
	letter-spacing: 0.05em;
}

.en{
	font-family: "League Spartan", sans-serif;
	font-optical-sizing: auto;
	font-weight: 500;
	font-style: normal;
}

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

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

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.5s;
	transition-delay: 0.8s;
}
.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}


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



.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);
}








span.marker {
    background: linear-gradient(transparent 50%, rgb(235, 252, 4,0.6) 50%);
}


.br_650.marker{
	background: none;
}

.inner{
	max-width: 1400px;
	margin: 0 auto;
	width: 94%;
}

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

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

.inner_u{
	width: 94%;
}


.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;
}

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

main{
	position: relative;
	z-index: 5;
	width: 100%;
}

.content_wrapper{
	width: calc(100% - 260px);
	margin: 0 0 0 auto;
}

.tate{
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}


@media (max-width: 1200px){
	.content_wrapper{
		width: 100%;
		margin: auto;
	}
}

.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;
    }
}

.w100{
	width: 100%;
}

/*フィルター*/

.filter{
    position: relative;
}

filter::after{
    content: "";
    display: block;
    position: absolute;
    background-color: rgb(0, 0, 0,0.6);
    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{
}

.br_none650{
	display: block;
}

section{
	padding: 100px 0;
	overflow: hidden;
}

@media (max-width: 1400px){
	.br_1400{
		display: block;
	}
}

@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%);;
	}
	section{
        padding: 50px 0;
    }
	.container{
		padding: 0;
	}
	.br_none650{
		display: inline;
	}
	
}




/* 文字間 */

.space{
	letter-spacing: 0.05em;
}

.space2{
	letter-spacing: 0.1em;
}

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

.txt{
	line-height: 2;
}


@media (max-width: 960px){
	.none_960{
		display: none;
	}


}

@media (max-width: 650px){
	.none_650{
		display: none;
	}
	
}


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



@keyframes rotation{
	0% {
		transform: rotate(-10deg) translateY(-50%);
	}
	
	50% {
		transform: rotate(10deg) translateY(-50%);
	}

	100%{
		transform: rotate(-10deg) translateY(-50%);
	}
}

.center_l{
	display: flex;
	align-items: center;
	width: 100%;
}

.wrapper{
	width: 96%;
	margin: 0 0 0 auto;
}

body p{
	letter-spacing: 0.03em;
}

/* btn */

.hidden{
	position: relative;
	overflow: hidden;
}

.btn_o {
	position: relative;
	overflow: hidden;
}

.btn_o a{
	position: relative;
	display: block;
	padding: 10px 0;
	padding-right: 50px;
	border: solid 2px #e2750f;
	text-align: center;
	color: #e2750f;
	font-weight: 700;
}

.btn_o a p{
	position: relative;
	overflow: hidden;
	transition: all .2s;
}

.btn_o span.txt::before{
	content: "詳しくはこちら";
	display: block;
	color: #e2750f;
	position: absolute;
	top: calc(50% + 40px);
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	transition: all .2s;
}

.btn_o a:hover span.txt::before{
	top: 50%;
}

.btn_o a:hover p{
	transform: translateY(-100%);
}


.btn_o::before{
	content: "";
	display: inline-block;
	position: absolute;
	aspect-ratio: 1 / 1;
	background-color: #e2750f;
	width: 54px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.btn_o{
	margin-top: 30px;
	width: 250px;
	font-size: 1.5rem;
	transition: all .3s;
}

.btn_o span.arrow{
	position: absolute;
	display: inline-block;
	background: url(../img/arrow.png);
	background-size: cover;
	background-position: center;
	right: 15px;
	top: 50%;
	aspect-ratio: 1 / 1;
	width: 25px;
	transform: translateY(-50%);
	transition: top .3s, right .3s, opacity .1s;
	opacity: 1;
	pointer-events: none;
}

.btn_o::after{
	content: "";
	position: absolute;
	display: inline-block;
	background: url(../img/arrow.png);
	background-size: cover;
	background-position: center;
	right: calc(15px + 40px);
	top: calc(50% + 40px);
	aspect-ratio: 1 / 1;
	width: 25px;
	transform: translate(0,-50%);
	opacity: 0;
	transition: top .3s, right .3s, opacity .1s;
	pointer-events: none;
}

.btn_o:hover::after{
	top: 50%;
	right: 15px;
	opacity: 1;
}

.btn_o:hover span.arrow{
	top: calc(50% - 40px);
	right: calc(15px - 40px);
	opacity: 0;
}



/* sub_ttl */

.sub_ttl{
	font-size: 4.2rem;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 40px;
}

.sub_ttl .en{
	position: relative;
	font-size: 2.1rem;
	color: #e2750f;
	padding-left: 28px;
}

.sub_ttl .en::before{
	content: "";
	display: inline-block;
	position: absolute;
	border-top: solid 2px #e2750f;
	top: 48%;
	left: 0;
	height: 2px;
	width: 20px;
	transform: translateY(-50%);
}



/* header */

header{
	height: 120px;
	border-bottom: solid 1px #b7b7b7;
	position: fixed; 
	background-color: #fff;
	top: 0;
	width: 100%;
	z-index: 99;
}

.hd_inner{
	padding-left: 40px;
	padding-right: 40px;
	width: 100%;
	height: 100%;
}

.main_nav{
	font-size: 1.6rem;
	width: 100%;
}

.main_nav li{
	position: relative;
	display: flex;
	align-items: center;
}

.main_nav li a{
	position: relative;
	padding-right: 26px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	letter-spacing: 0.04em;
	width: 100%;
}


.main_nav li a::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 20px;
	aspect-ratio: 1 / 1;
	background-color: #e2750f;
	border-radius: 50%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transform-origin: center;
	transition: all.3s;
}

.main_nav li a::after{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/arrow2.png);
	background-size: cover;
	background-position: center;
	aspect-ratio: 1 / 1;
	width: 18px;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.main_nav li a:hover::before{
	transform: translateY(-50%) scale(1.4);
}

.main_nav li a:hover{
	color: #e2750f;
}

.main_nav li + li{
	margin-left: 25px;
}

.co_box{
	width: 170px;
	margin-left: 35px;
}

.co_box a{
	position: relative;
	display: block;
	padding: 3px 0;
	background-color: #e2750f;
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 0.04em;
	text-align: center;
	border: solid 1px #e2750f;
}

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

.co_box a:hover{
	background-color: #fff;
	color: #e2750f;
}

header .top_area{
}

.hd_tel a i{
	padding-right: 0.4em;
}

.hd_tel a{
	color: #e2750f;
	font-size: 2.4rem;
	font-weight: 700;
}

.hd_tel a:hover{
	opacity: 0.75;
}

.hd_line{
	margin-left: 20px;
	background-color: #06c755;
	color: #fff;
	width: 90px;
	font-weight: 600;
}

.hd_line a{
	color: #fff;
	display: block;
	padding: 6px 0 4px;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 1;
}

.hd_line a i{
	padding-right: 0.4em;
}

.hd_line a:hover{
	opacity: 0.75;
}

h1{
	display: flex;
	align-items: center;
	font-size: 5rem;
	font-family: "yuji-syuku", sans-serif;
font-weight: 400;
font-style: normal;
	line-height: 1;
}

h1 a{
	display: block;
}

.nav_box{
	width: fit-content;
}

.top_area p{
	padding-left: 20px;
	font-weight: 600;
}





/* fv */

.fv{
	position: relative;
	width: 100%;
	height: calc(100vh - 120px);
	overflow: hidden;
	margin-top: 119px;
}

.fv .ac_txt{
	position: absolute;
	font-size: min(9vw , 15rem);
	color: #e2750f;
	opacity: 0.6;
	line-height: 1.4;
	left: 40%;
	letter-spacing: 0.1em;
	transform: translateX(-50%);
	top: 50px;
}

.fv .img img{
	width:80%;
	height: 100vh;
	object-fit: cover;
}

.fv .catch{
	position: absolute;
	top: 45%;
	left: 60%;
	font-size: min(8vw,12rem);
	font-family: "yuji-syuku", sans-serif;
font-weight: 400;
font-style: normal;
	transform: translate(0,-50%);
}

.news_area{
	position: absolute;
	background-color: #fff;
	bottom: 20px;
	left: 20px;
	width: 720px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.news_area h3{
	font-size: 2rem;
	width: 20%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.05em;
	background-color: #ffff00;
}

.news_area .news_list li .up_ymd{
	display: inline-block;
	line-height: 1;
	padding-right: 10px;
}

.news_area .news_list li{
	padding: 15px 0;
}

.news_area .news_list{
	position: relative;
	width: 78%;
	padding-left: 20px;
	max-height: 62px;
	overflow-y: scroll;
}

.news_area .news_list::before{
	content: "";
	display: inline-block;
	position: absolute;
	background: url(../img/penki.png);
	background-size: cover;
	background-position: center;
	aspect-ratio: 1 / 1;
	width: 50px;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.news_area .news_list li .title{
	display: inline-block;
	max-width: 370px;
}

.news_area .news_list li .title a:hover{
	opacity: 0.75;
}

.fv_contact{
	position: absolute;
	width: 300px;
	right: 50px;
	bottom: 50px;
	z-index: 3;
}
.fv_contact a{
	display: block;
}

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

.fv_contact a:hover{
	opacity: 0.75;
}

/*スクロールバー*/
.news_area .news_list::-webkit-scrollbar{
    overflow: hidden;
    width: 1px;
    background: #ddd !important;
}
.news_area .news_list::-webkit-scrollbar-button {
    display: none;
}
.news_area .news_list::-webkit-scrollbar-thumb, .news_area .news_list::-webkit-scrollbar-corner {
    background: #f98f2c !important;
}
.news_area .news_list::-webkit-scrollbar-thumb, .news_area .news_list::-webkit-scrollbar-corner {
    background: #f98f2c !important;
}

@media (max-width: 1200px){
	.nav_box{
		display: none;
	}
	header{
		height: 90px;
	}
	h1{
		font-size: 4rem;
	}
	.hd_inner{
		padding-left: 20px;
		padding-right: 20px;
	}
	.fv{
		margin-top: 90px;
		height: calc(90vh - 120px);
	}
	.fv .catch{
		font-size: 8rem;
		white-space: nowrap;
		left: 50%;
	}
	.fv .ac_txt{
		font-size: 8rem;
		left: 30%;
	}
	.news_area{
		width: 96%;
		left: 50%;
		transform: translateX(-50%);
	}
	.fv_contact{
		width: 220px;
		bottom: 100px;
	}
}

@media (max-width: 650px){
	header{
		height: 70px;
	}
	.fv{
		margin-top: 70px;
	}
	h1{
		font-size: 3.4rem;
	}
	.fv .catch{
		left: 50%;
		top: 40%;
		transform: translate(-50%,-50%);
		font-size: 5.2rem;
	}
	.fv .ac_txt{
		font-size: 4rem;
		top: 10px;
	}
	.news_area h3{
		font-size: 1.6rem;
	}
	.news_area .news_list li .up_ymd{
		display: block;
	}
	.news_area .news_list{
		padding-left: 15px;
	}
	.news_area h3{
		width: 25%;
	}
	.news_area .news_list{
		width: 75%;
	}
	.fv_contact{
		width: 180px;
		right: 0px;
	}
}


/* greeting */


.greeting{
	position: relative;
	overflow: visible;
}

/* .greeting::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 50%;
	height: 100px;
	background-color: #f5f5f5;
	bottom: -85px;
	right: 0;
} */

.greeting .left{
	position: relative;
	width: 48%;
}
.greeting .right{
	width: 44%;
}

.greeting .left .img{
	position: relative;
}

.greeting .left .img::before{
	content: "";
	display: inline-block;
	position: absolute;
	height: 50%;
	width: 50px;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 1;
}

.greeting .left .img::after{
	content: "";
	display: inline-block;
	position: absolute;
	height: 50%;
	width: 50px;
	bottom: 0;
	right: 0;
	background-color: #fff;
	z-index: 1;
}

.greeting .left::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 30px;
	background-color: #fff;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}

.greeting .left .img img{
	width: 100%;
	height: 650px;
	object-fit: cover;
}

.greeting .right .in{
	max-width: 500px;
	/* margin: 0 auto; */
}
.side_txt{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.4rem;
	color: #e2750f;
	z-index: 5;
}

.side_txt p{
	letter-spacing: 0.2em;
}

.greeting .btn_o{
	margin: 30px auto 0;
}

@media (max-width: 1200px){
	.greeting .flex_bet{
		flex-direction: column;
	}
	.greeting .inner_u{
		margin: 0 auto;
	}
	.greeting .left{
		width: 100%;
	}
	.greeting .left .img img{
		height: 460px;
	}
	.greeting .right{
		width: 100%;
		margin-top: 40px;
	}
	.greeting .right .in{
		max-width: none;
	}
	section.greeting{
		padding-bottom: 50px;
	}
}

@media (max-width: 650px){
	.greeting .left .img img{
		height: 260px;
	}
	.greeting .left::before{
		height: 15px;
	}
	.sub_ttl{
		font-size: 3rem;
		margin: 0 auto 30px;
		width: fit-content;
	}
	.sub_ttl .en{
		font-size: 1.5rem;
	}
	body{
		font-size: 1.5rem;
	}
	.btn_o{
		margin: 20px auto 0;
	}
}




/* feature */

.feature{
	position: relative;
}


.feature .f_tt{
	position: absolute;
	top: 0;
	right: 0;
	font-size: 9rem;
	color: #ffff00;
	line-height: 1;
	background-color: #f5f5f5;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
}

.feature .item{
	width: calc((100% - 60px) / 3);
}

.feature .item .in{
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.feature .sub_ttl{

}

.feature .btn_o{
	margin: 40px auto 0;
}

.feature h3{
	position: relative;
	font-size: 2.2rem;
	margin-bottom: 20px;
	padding-left: 15px;
	font-weight: 600;
}

.feature h3::before{
	content: "";
	display: inline-block;
	position: absolute;
	height: 80%;
	width: 3px;
	border-left: solid 3px #e2750f;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.feature .item .img img{
	height: 300px;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.scale-big{
	transform: scale(0.8);
	opacity: 0;
	transition: transform .4s ease-out, opacity .2s;
}

.scale-big.inview{
	transform: scale(1);
	opacity: 1;
}

@media (max-width: 1200px){
	.feature .flex_bet{
		flex-direction: column;
	}
	.feature .item{
		display: flex;
		width: 100%;
		gap: 20px;
	}
	.feature .item .img img{
		aspect-ratio: 1 / 1;
		height: auto;
	}
	.feature .item .img{
		width: 40%;
	}
	.feature .item .in{
		width: 55%;
	}
	.feature .item+.item{
		margin-top: 40px;
	}
	.feature .f_tt{
		font-size: 7rem;
	}
	.feature .btn_o{
		margin: 40px auto 0;
	}
	.feature .sub_ttl{
		margin: 0 auto 40px;
		width: fit-content;
		text-align: center;
	}
	.feature .sub_ttl .en{
		padding-left: 0;
	}
	
	.feature .sub_ttl .en::after {
		content: "";
		display: inline-block;
		position: absolute;
		border-top: solid 2px #e2750f;
		top: 48%;
		right: -30px;
		height: 2px;
		width: 20px;
		transform: translateY(-50%);
	}
	
	.feature .sub_ttl .en::before{
		left: -30px;
	}
	.feature .inner{
		margin-top: 70px;
	}
	
}

@media (max-width: 650px){
	.feature .f_tt p{
		font-size: 4rem;
	}
	.feature .inner{
		padding-top: 5cqh;
	}
	.feature .item{
		flex-direction: column;
	}
	.feature .item .img img{
		width: 100%;
		aspect-ratio: auto;
		height: 200px;
	}
	.feature .item .img{
		width: 100%;
	}
	.feature .item .in{
		width: 100%;
		padding-top: 0;
	}
	.feature h3{
		font-size: 2rem;
		margin-bottom: 10px;
	}
	.feature .item+.item{
		margin-top: 20px;
	}
	.feature .btn_o{
		margin: 20px auto 0;
	}
}



/* service */

.service{
	background-color: #f5f5f5;
}


.sub_ttl.center{
	width: fit-content;
	margin: 0 auto 40px;
	text-align: center;
}


.sub_ttl.center .en{
	padding-left: 0;
}

.sub_ttl.center .en::after {
    content: "";
    display: inline-block;
    position: absolute;
    border-top: solid 2px #e2750f;
    top: 48%;
	right: -30px;
    height: 2px;
    width: 20px;
    transform: translateY(-50%);
}

.sub_ttl.center .en::before{
	left: -30px;
}

.service .item{
	width: calc((100% - 20px) / 3);
}

.service .item_box{
	flex-wrap: wrap;
	gap: 10px;
}

.service .item{
	position: relative;
	
}

.service .item::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
	z-index: 1;
	border-radius: 10px;
	pointer-events: none;
	transition: all .3s;
}

.service .item .txt_box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 70%;
	z-index: 2;
}

.service .item img{
	height: 300px;
	width: 100%;
	object-fit: cover;
	border-radius: 10px;
	filter: blur(2px);
}

.service .item a{
	display: block;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.service .item a:hover img{
	transform: scale(1.08);
	filter: blur(0px);
}

.service .item:hover::before{
	opacity: 0.3;
}

.service h3{
	font-size: 2.2rem;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 0.03em;
	font-weight: 700;
	color: #fff;
	transition: all .2s;
}

.service .item .ac_txt{
	position: absolute;
	font-size: 5rem;
	top: 30px;
	left: 30px;
	color: #ffff00;
	line-height: 1;
	z-index: 3;
}

.service .item .txt{
	color: #fff;
	font-weight: 600;
}

.service .item a:hover h3{
	letter-spacing: 0.14em;
}


@media (max-width: 1200px){
	.service .item{
		width: calc((100% - 20px) / 2);
	}
	.service .flex_center{
		justify-content: flex-start;
	}
	.service .item .ac_txt{
		top: 20px;
		left: 20px;
	}
}

@media (max-width: 650px){
	.service .item{
		width: 100%;
	}
	.service .item img{
		height: 200px;
	}
	.service .item .ac_txt{
		font-size: 3.2rem;
	}
	.service h3{
		font-size: 2rem;
		margin-bottom: 5px;
	}
}



/* flow */

.flow{
	position: relative;
}

.flow .inner{
	max-width: 1200px;
	width: 80%;
}

.flow::before{
	content: "";
	display: inline-block;
	position: absolute;
	border-top: dashed 5px #ffff00;
	top: 50%;
	left: 0;
	width: 100%;
	height: 8px;
	z-index: -1;
}

.flow .item .tate{
	font-size: 2.2rem;
	width: 100%;
	display: flex;
	align-items: center;
	padding-top: 20px;
}

.flow .item{
	background-color: #f5f5f5;
	color: #202020;
	padding-bottom: 40px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.flow .item .ac_txt{
	text-align: center;
	line-height: 1.2;
	font-weight: 600;
	font-size: 1.8rem;
	background-color: #e2750f;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
}

.flow .item .ac_txt span{
	font-size: 1.6em;
	font-weight: 500;
	width: 100%;
}

.flow .btn_o{
	margin: 60px auto 0;
}

.flow .img{
	position: absolute;
	top: 0;
	left: 70%;
	aspect-ratio: 1080 / 815;
	height: 100%;
	z-index: -1;
	transform: translateX(-50%);
}

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

@media (max-width: 1200px){
	.flow .flex_bet{
		flex-direction: column;
	}
	.flow .inner .tate{
		writing-mode: inherit;
		padding-top: 0;
		padding-left: 30px;
	}
	.flow .item .in{
		display: flex;
	}
	.flow .item{
		padding-bottom: 0;
	}
	.flow .item+.item{
		margin-top: 20px;
	}
	.flow .sub_ttl{
		width: fit-content;
		margin: 0 auto 40px;
	}
	.flow .btn_o{
		margin: 60px auto 0;
	}
	.flow::before{
		border-top: none;
		border-left: dashed 5px #ffff00;
		top: 51%;
		height: 65%;
		width: 5px;
		left: 60px;
		transform: translateY(-50%);
	}
	.flow .inner{
		width: 94%;
	}
	.flow .sub_ttl .en{
		padding-left: 0;
	}
	.flow .sub_ttl{
		text-align: center;
	}
	
	.flow .sub_ttl .en::after {
		content: "";
		display: inline-block;
		position: absolute;
		border-top: solid 2px #e2750f;
		top: 48%;
		right: -30px;
		height: 2px;
		width: 20px;
		transform: translateY(-50%);
	}
	
	.flow .sub_ttl .en::before{
		left: -30px;
	}
}

@media (max-width: 650px){
	.flow .item .ac_txt{
		font-size: 1.5rem;
		padding: 10px 10px 2px 10px;
	}
	.flow .item+.item{
		margin-top: 10px;
	}
	.flow .btn_o{
		margin-top: 30px;
	}
	.flow::before{
		left: 33px;
	}
	.flow .item .tate{
		font-size: 1.6rem;
	}
}



/* area */

.area{
	position: relative;
	background-color: #e2750f;
	color: #fff;
	overflow: hidden;
}

.area .side_txt{
	color: #fff;
}

.area .sub_ttl{
	color: #fff;
}

.area .sub_ttl .en{
	color: #fff;
}

.area .sub_ttl .en::before{
	border-color: #fff;
}

.area .txt_box{
	font-weight: 600;
}

.area .inner{
	max-width: 1200px;
}

.area .left{
	width: 48%;
}

.area .right{
	position: relative;
	width: 48%;
}

.area .right .img{
	position: relative;
	z-index: 2;
	text-align: center;
}

.area .right::before{
	content: "";
	display: inline-block;
	position: absolute;
	background-color: #f98f2c;
	border-radius: 50%;
	top: 50%;
	left: 45%;
	transform: translate(-50%,-50%);
	width: 137%;
	aspect-ratio: 1 / 1;
	z-index: 1;
}


@media (max-width: 1200px){
	.area .flex_bet{
		flex-direction: column;
	}
	.area .right{
		margin: -100px 0 0 auto;
	}
}

@media (max-width: 650px){
	.area .left{
		width: 100%;
	}
	.area .right{
		margin: 40px auto 0;
	}
	.area .sub_ttl .en{
		padding-left: 0;
	}
	
	.area .sub_ttl .en::after {
		content: "";
		display: inline-block;
		position: absolute;
		border-top: solid 2px #fff;
		top: 48%;
		right: -30px;
		height: 2px;
		width: 20px;
		transform: translateY(-50%);
	}
	
	.area .sub_ttl .en::before{
		left: -30px;
	}
}



/* footer */

.foo_top{
	position: relative;
	background: url(../img/contact_bg.jpg);
	background-size: cover;
	background-position: center;
	padding: 80px 0;
}

.foo_top .in{
	position: relative;
	z-index: 1;
}

.foo_top::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.6;
}

.foo_top .sub_ttl{
	width: fit-content;
	margin: 0 auto 50px;
	text-align: center;
	color: #fff;
}

.foo_top .sub_ttl .en{
	padding-left: 0;
}

.foo_top .sub_ttl .en::after {
    content: "";
    display: inline-block;
    position: absolute;
    border-top: solid 2px #e2750f;
    top: 48%;
	right: -30px;
    height: 2px;
    width: 20px;
    transform: translateY(-50%);
}

.foo_top .sub_ttl .en::before{
	left: -30px;
}

footer .co_btn + .co_btn{
	margin-left: 60px;
}

footer .co_btn{
	display: table;
	width: 280px;
	height: 80px;
}

.foo_top a, .foo_top p{
	display: table-cell;
	vertical-align: middle;
	font-size: 2rem;
	height: 100%;
	font-weight: bold;
	background-color: #e2750f;
	border: solid 1px #e2750f;
	color: #fff;
	line-height: 1;
	text-align: center;
}

.foo_top a span.ch{
	font-size: 1.4rem;
}

/* footer .co_btn.en a,footer .co_btn.en p{
	padding: 12px 0 8px;
} */

footer .co_btn i{
	padding-right: 0.4em;
}

.foo_top p i{
	padding-right: 0.4em;
}

.foo_top p{
	background-color: #fff;
	border: solid 1px #e2750f;
	color: #e2750f;
}

.foo_top a:hover{
	background-color: #fff;
	color: #e2750f;
}

.foo_top .flex_center{
	width: 96%;
	margin: 0 auto;
}

.foo_btm{
	text-align: center;
	background-position: center;
	padding: 40px 0;
}

.foo_logo{
	font-size: 4.2rem;
	margin-bottom: 15px;
	font-family: "yuji-syuku", sans-serif;
	font-weight: 400;
	font-style: normal;
}

.copy{
	font-size: 1.2rem;
	text-align: center;
}

.copy p{
	padding: 4px 0;
	background-color: #ffff00;
}

.foo_tyui{
	text-align: center;
}

@media (max-width: 1200px){
	footer .co_btn + .co_btn{
		margin-left: 15px;
	}
	
}

@media (max-width: 650px){
	.foo_top .flex_center{
		flex-direction: column;
		align-items: center;
	}
	footer .co_btn + .co_btn{
		margin-left: 0;
		margin-top: 30px;
	}
	.foo_top .sub_ttl{
		margin-bottom: 30px;
	}
	.foo_top{
		padding: 60px 0;
	}
	footer .co_btn + .co_btn{
		margin-top: 20px;
	}
	.copy p{
		font-size: 1.2rem;
	}

 .sub_ttl{
	width: fit-content;
	margin: 0 auto 40px;
	text-align: center;
}


 .sub_ttl .en{
	padding-left: 0;
}

 .sub_ttl .en::after {
    content: "";
    display: inline-block;
    position: absolute;
    border-top: solid 2px #e2750f;
    top: 48%;
	right: -30px;
    height: 2px;
    width: 20px;
    transform: translateY(-50%);
}

 .sub_ttl .en::before{
	left: -30px;
}

}



/* page top */

.page_top.is_animation{
	opacity: 1;
	pointer-events: all;
}

.page_top{
	opacity: 0;
    pointer-events: none;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 3%;
    bottom: 4%;
    border-radius: 50%;
    opacity: 0;
    transition: 1s;
    background: #e2750f;
    z-index: 49;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0
}
.page_top a {
    display: block;
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.page_top a i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    font-weight: 900;
    font-size: 10px;
    color: #fff;
}

.page_top.is_animation:hover {
    transform: translateY(-5px);
}

@media (max-width: 750px) {
    .page_top {
        width: 45px;
        height: 45px;
        right: 10px;
        bottom: 10px;
    }
}




/*下層トップ*/
.kasou_top{
	position: relative;
	z-index: 1;
	background: url(../img/gre.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	padding: 240px 0 110px;
}
.kasou_top::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	-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: 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;
}




/* 下層 featureページ */


.k_feature main h3{
	position: relative;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.15em;
	padding-left: 30px;
	margin-bottom: 60px;
}

.k_feature main h3::before{
	content: "";
	display: inline-block;
	position: absolute;
	height: 20%;
	width: 4px;
	border-left: solid 4px #ffff00;
	top: 0;
	left: 0;
	z-index: 2;
}

.k_feature main h3::after{
	content: "";
	display: inline-block;
	position: absolute;
	height: 85%;
	width: 4px;
	border-left: solid 4px #e2750f;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
}

.k_feature main h3 span.num{
	position: absolute;
	font-size: 8rem;
	color: #e2750f;
	opacity: 0.4;
	right: 0;
	top: 0;
	line-height: 1;
}

.p_feature .txt_box{
	font-size: 1.8rem;
	width: 58%;
}

.p_feature .txt_box p+p{
	margin-top: 30px;
}

.p_feature .txt_box .strong{
	position: relative;
	display: inline-block;
	padding: 0 5px;
	font-weight: bold;
	color: #e2750f;
}

.p_feature .txt_box .strong::before{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 1px;
	left: 50%;
	transform: translateX(-50%);
	width: 95%;
	height: 2px;
	border-bottom: solid 2px #e2750f;
}

.p_feature .item+.item{
	margin-top: 40px;
}

.p_feature .item .inner{
	position: relative;
	padding: 80px;
	background-color: #f5f5f5;
}

.p_feature .item .ac_img{
	position: absolute;
	width: 400px;
	right: 80px;
	top: 60%;
	transform: translateY(-50%);
}


@media (max-width: 1200px){
	.p_feature .item .inner{
		padding: 40px;
	}
	.p_feature .item .ac_img{
		right: 40px;
		width: 300px;
	}
}

@media (max-width: 960px){
	.p_feature .txt_box{
		width: 100%;
	}
	.k_feature main h3{
		font-size: 3.2rem;
	}
	.p_feature .txt_box{
		font-size: 1.6rem;
	}
	.k_feature main h3 span.num{
		font-size: 6rem;
	}
	.p_feature .item .ac_img{
		width: 150px;
		top: 30px;
		transform: translateY(0);
		right: 25%;
	}
}

@media (max-width: 650px){
	.k_feature main h3{
		font-size: 2.4rem;
		padding-left: 20px;
	}
	.p_feature .item .inner{
		padding: 25px 15px;
	}
	.k_feature main h3 span.num{
		font-size: 4rem;
	}
	.p_feature .txt_box{
		font-size: 1.5rem;
	}
	.k_feature main h3{
		margin-bottom: 100px;
	}
	.p_feature .item .ac_img{
		right: 26%;
		transform: translateX(50%);
		width: 120px;
		top: 80px;
	}
}



/* 下層 serviceページ */


.p_service .f_txt{
	position: relative;
	font-size: 2rem;
	padding-left: 30px;
	width: fit-content;
	margin: 0 auto 40px;
}

.p_service .f_txt::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #e2750f;
	width: 3px;
	height: 90%;
	transform: translateY(-50%);
}

.p_service .f_txt::after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffff00;
	width: 3px;
	height: 15%;
}

.p_service .item .img{
	width: 50%;
}

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

.p_service .item .txt_box{
	width: 50%;
	padding: 40px;
	margin: auto;
}

.p_service .item .txt_box p{
	padding: 0 5px;
}

.p_service h3{
	position: relative;
	font-size: 3.2rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 30px;
	padding-left: 5px;
}

.p_service h3::before{
	content: "";
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: #e2750f;
	bottom: -3px;
	left: 0;
}

.p_service h3 .en{
	display: inline-block;
	margin-right: 20px;
	font-weight: bold;
	color: #e2750f;
	margin-bottom: 10px;
	font-size: 0.7em;
}

@media (max-width: 1200px){
	.p_service .item.flex_bet{
		flex-direction: column;
	}
	.p_service .item .txt_box{
		width: 86%;
		padding: 0;
	}
	.p_service .item .img{
		width: 86%;
		margin: 0 auto 30px;
	}
	.p_service .item .img img{
		height: 360px;
	}
	.p_service h3{
		font-size: 2.8rem;
		margin-bottom: 20px;
	}
	.p_service .item+.item{
		margin-top: 40px;
	}
}

@media (max-width: 650px){
	.p_service .item .img{
		width: 100%;
	}
	.p_service .item .txt_box{
		width: 100%;
	}
	.p_service .item .img img{
		height: 240px;
	}
	.p_service h3{
		font-size: 2.4rem;
	}
	.p_service h3 .en{
		margin-right: 10px;
	}
	.p_service .f_txt{
		font-size: 1.5rem;
		margin-bottom: 20px;
	}
}




/* 下層 flowページ */

.p_flow .inner{
	position: relative;
	max-width: 1200px;
}

.p_flow .inner::before{
	content: "";
	display: inline-block;
	position: absolute;
	border-left: dotted 3px #e2750f;
	width: 3px;
	height: 100%;
	left: 190px;
	top: 0;
	z-index: -1;
}

.p_flow .f_txt{
	position: relative;
	font-size: 2rem;
	padding-left: 30px;
	width: fit-content;
	margin: 0 auto 40px;
}

.p_flow .f_txt::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #e2750f;
	width: 3px;
	height: 90%;
	transform: translateY(-50%);
}

.p_flow .f_txt::after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffff00;
	width: 3px;
	height: 15%;
}

.p_flow .item .img{
	width: 300px;
}

.p_flow .item{
	padding: 40px;
	background-color: #f5f5f5;
}

.p_flow .item .img img{
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}

.p_flow .item .txt_box{
	width: calc(90% - 300px);
}

.p_flow .item h4{
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 40px;
}

.p_flow .item .ac_txt{
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 2rem;
	color: #e2750f;
}

.p_flow .item a{
	font-weight: bold;
	color: #e2750f;
	text-decoration: underline;
	display: inline-block;
	margin-top: 15px;
	font-size: 1.8rem;
}


.p_flow .item a:hover{
	opacity: 0.7;
}

.p_flow .item+.item{
	margin-top: 20px;
	
}

@media (max-width: 960px){
	.p_flow .item .img{
		width: 180px;
	}
	.p_flow .item .txt_box{
		width: calc(90% - 180px);
	}
	.p_flow .inner::before{
		left: 130px;
	}
}

@media (max-width: 650px){
	
	.p_flow .item.flex_bet{
		flex-direction: column;
		padding: 15px;
	}
	.p_flow .item .txt_box{
		width: 100%;
	}
	.p_flow .item h4{
		font-size: 2.6rem;
		margin-bottom: 30px;
	}
	.p_flow .item .img{
		width: 120px;
		margin-bottom: 20px;
	}
	.p_flow .inner::before{
		left: 75px;
	}
	.p_flow .f_txt{
		font-size: 1.6rem;
		padding-left: 18px;
		width: 94%;
		margin: 0 auto 20px;
		line-height: 1.8;
	}
}



/* 下層 aboutページ */


.p_greeting .img{
	position: relative;
	width: 50%;
}

.p_greeting .img::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 100%;
	background-color: #fff;
	left: 33%;
	top: 0;
	transform: translateX(-50%);
}
.p_greeting .img::after{
	content: "";
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 100%;
	background-color: #fff;
	left: calc(66% - 10px);
	transform: translateX(50%);
	top: 0;
}

.p_greeting .img img{
	width: 100%;
	height: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

.p_greeting .img .w_box{
	position: absolute;
	width: 33%;
	height: 40px;
	background-color: #fff;
	left: 0;
	top: 0;
}
.p_greeting .img .w_box2{
	position: absolute;
	width: 33%;
	height: 40px;
	background-color: #fff;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}
.p_greeting .img .w_box3{
	position: absolute;
	width: 33%;
	height: 40px;
	background-color: #fff;
	right: 0;
	top: 0;
}

.p_greeting .txt_box{
	width: 50%;
	padding: 0 60px;
	margin: auto;
}


.p_greeting .txt_box .btm{
	margin-top: 20px;
}


/*2行の基本Table*/
.info_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr{
	border: 1px solid #ccc;
}
.info_table th,
.info_table td{
	padding: 20px 0;
	letter-spacing: 0.08em;
	display: table-cell;
	vertical-align: middle;
}
.info_table th{
	width: 30%;
	border-right: 1px solid #ccc;
	font-weight: 500;
	padding-left: 17px;	
	background-color: #e2750f;
	color: #fff;
}
.info_table td{
	padding-left: 10px;
	width: 70%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #fff;
}

.overview .inner{
	max-width: 1200px;
}

.overview{
	background-color: #f5f5f5;
}



.access .inner{
	max-width: 1200px;
}

.access .map iframe{
	width: 100%;
	height: 400px;
}

@media (max-width: 1200px){
	.p_greeting .flex_bet{
		flex-direction: column-reverse;
	}
	.p_greeting .img{
		width: 86%;
		margin: 0 auto 50px;
	}
	.p_greeting .img img{
		aspect-ratio: auto;
		height: 400px;
	}
	.p_greeting .txt_box{
		width: 86%;
		padding: 0;
	}
	.p_greeting .txt_box .btm{
		text-align: right;
	}
}

@media (max-width: 650px){
	.p_greeting .img{
		width: 100%;
	}
	.p_greeting .img::after{
		width: 10px;
	}
	.p_greeting .img::before{
		width: 10px;
	}
	.p_greeting .img .w_box{
		height: 20px;
	}
	.p_greeting .img .w_box2{
		height: 20px;
	}
	.p_greeting .img .w_box3{
		height: 20px;
	}
	.p_greeting .img img{
		height: 280px;
	}
	.p_greeting .img{
		margin-bottom: 30px;
	}

	.info_table{
		font-size: 1.5rem;
	}
	.info_table th{
		padding: 12px 0;
		padding-left: 10px;
	}
	.info_table td{
		padding: 12px 0;
		padding-left: 10px;
	}
	.access .map iframe{
		height: 220px;
	}
	.p_greeting .txt_box{
		width: 94%;
	}
}



/* 下層 contactページ */



.top_contact{
	position: relative;
	background: url(../img/k_contact.jpg);
	background-size: cover;
	background-position: center;
}

.top_contact::before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgb(255, 255, 255,0.5);
	backdrop-filter: blur(3px);
	top: 0;
	left: 0;
	z-index: 0;
}

.top_contact .inner{
	position: relative;
	z-index: 1;
}

.top_contact .f_txt{
	text-align: center;
	font-size: 2.4rem;
	background-color: rgb(255, 255, 0,0.7);
	width: fit-content;
	margin: 0 auto 60px;
	padding: 2px 20px;
}

.top_contact .item{
	width: 500px;
	height: 200px;
}

.top_contact .item:first-child{
	background-color: #e2750f;
}

.top_contact .item:first-child h3{
	text-align: center;
	letter-spacing: 0.05em;
	font-size: 1.8rem;
	margin-bottom: 5px;
	font-weight: bold;
	color: #fff;
}

.top_contact .item:first-child a{
	outline: 1px solid #fff;
	outline-offset: -10px;
}

.top_contact .item:first-child p{
	text-align: center;
	font-size: 1.8rem;
	color: #fff;
	font-weight: bold;
}

.top_contact .item:first-child p.ch{
	font-size: 1.4rem;
}

.top_contact .item:first-child p i{
	padding-right: 0.3em;
}

.top_contact .item:first-child p.en{
	font-size: 3rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	margin-bottom: 5px;
}
.top_contact .item:first-child p .en{
	font-weight: bold;
}

.top_contact .item:last-child{
	background-color: #00B900;
}

.top_contact .item+.item{
	margin-left: 40px;
}

.top_contact .item:last-child h3{
	font-size: 2.8rem;
	color: #fff;
	font-weight: bold;
	letter-spacing: 0.05em;
	text-align: center;
}

.top_contact .item:last-child p{
	position: relative;
	text-align: center;
	background-color: #fff;
	color: #06c755;
	width: fit-content;
	margin: 15px auto 0;
	font-weight: bold;
	padding: 2px 32px 2px 20px;
}

.top_contact .item:last-child p::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: calc(50% - 0.19em);
	transform: rotate(45deg);
	background-color: #00B900;
	height: 2px;
	width: 10px;
	right: 10px;
}
.top_contact .item:last-child p::after{
	content: "";
	display: inline-block;
	position: absolute;
	top: calc(50% + 0.19em);
	transform: rotate(-45deg);
	background-color: #00B900;
	height: 2px;
	width: 10px;
	right: 10px;
}

.top_contact .item:last-child h3 i{
	padding-right: 0.3em;
}

.top_contact .item:last-child a{
	outline: 1px solid #fff;
	outline-offset: -10px;
}

.top_contact .item a:hover{
	opacity: 0.7;
}

.top_contact .item a{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}

.top_contact .item a .in{
	width: 100%;
}




.form_box{
	background-color: #fff;
	margin: 0 auto;
	padding: 60px 100px;
	border-radius: 5px;
}



.mail_area .inner{
	max-width: 1400px;
}




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

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

input[type="email"]{
	height: 60px;
	font-size: 1.8rem;
	padding: 10px;
	background: #fff;
	border: solid 1px #aaa;
}

.postal_btn{
	background-color: #e2750f;
	color: #fff;
	font-weight: 600;
	height: 40px;
	margin-left: 10px;
	padding: 0 30px;
	transition: all .3s;
	text-align: center;
}

.postal_btn:hover{
	opacity: 0.7;
}

td .box.mini{
	width: 300px !important;
	height: 40px;
}

.contact_table td p{
	height: 40px;
	line-height: 40px;
	padding: 0 11px 0 8px;
}

.contact_table td .flex{
	margin-bottom: 10px;
}


textarea{
	padding: 10px;
	font-size: 1.8rem;
	background: #fff;
	border: solid 1px #aaa;
	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: #e2750f;
	padding: 4px 8px 3px;
}

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

input{
	appearance: auto;
}

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

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



.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 #e2750f;
	color: #e2750f;
	font-weight: bold;
	background-color: #fff;
	text-align: center;
}

.Label::before{
	content: "";
	width: 12px;
	height: 12px;
	border-top: 2.5px solid #e2750f;
	border-right: 2.5px solid #e2750f;
	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 h4{
	margin-top: 30px;
	font-size: 1.8rem;
	position: relative;
	padding-left: 26px;
	padding-bottom: 5px;
	border-bottom: dashed 1px #333;
}

.form_accordion h4::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;
	padding-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;
	padding: 8px 0;
	text-align: center;
	width: 230px;
	transition: all 0.5s;
	background: #e2750f;
	color: #fff;
	border: solid 2px #e2750f;
	font-size: 1.5rem;
	margin-top: 40px;
}

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

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

.contact_table th,.contact_table td{
	padding: 20px 0;
}

.contact_table{
	width: 100%;
}

.mail_area{
	background-color: #f5f5f5;
	padding: 100px 0;
}

.contact_table th{
	display: table-cell;
	vertical-align: middle;
	width: 25%;
}

.contact_table td{
	width: 70%;
}


@media (max-width: 1200px){
	.top_contact .flex_center{
		flex-direction: column;
		align-items: center;
	}
	.top_contact .item+.item{
		margin-left: 0;
		margin-top: 30px;
	}

	.mailform .contact_table .ib div:first-child{
		margin-left: 0;
	}

	.form_ttl span{
		display: block;
	}
	.mailform table th{
		width: 100%;
		display: block;
		padding-top: 5px;
	}
	.mailform table td{
		width: 100%;
		display: block;
		padding-top: 0;
		padding-bottom: 30px;
	}
	.mailform th{
		border-bottom: none;
	}
	.contact .form_box{
		padding: 40px;
	}
	input[type="text"]{
		height: 48px;
	}
	input[type="email"]{
		height: 48px;
	}
	.form_box{
		padding: 40px 50px;
	}
}

@media (max-width: 650px){
	.form_attention{
		font-size: 1.5rem;
	}
	.Label{
		font-size: 1.8rem;
		padding: 3% 1%;
	}
	.form_accordion p{
		font-size: 1.5rem;
		line-height: 1.9;
	}
	.form_box h4{
		margin-bottom: 20px;
	}
	.form_box .container{
		width: 94%;
	}
	.contact .form_box{
		padding: 30px 10px;
	}
	.mailform table td{
		padding-bottom: 20px;
	}
	.mailform table th{
		padding-bottom: 10px;
	}
	.form_btn button{
		margin-top: 20px;
	}
	.form_accordion{
		margin-top: 20px;
	}
	.mail_area{
		padding: 40px 0;
	}

	.kasou section .inner.wide{
		width: 94%;
	}
	.contact_table td .flex{
		flex-direction: column;
	}
	.postal_btn{
		margin-left: 0;
		width: 180px;
		margin-top: 10px;
		font-size: 1.4rem;
	}
	.mailform .contact_table .ib div+div{
		margin-left: 0;
	}
	.mailform .contact_table .ib div{
		margin-right: 20px;
	}
	.form_box{
		padding: 20px 10px;
	}
	.top_contact .item{
		width: 94%;
		max-width: 400px;
	}
	.top_contact .item:last-child h3{
		font-size: 2.2rem;
	}
	.top_contact .f_txt{
		font-size: 2rem;
		margin-bottom: 30px;
	}
	.mail_area .sub_ttl .br_650{
		margin-top: 10px;
	}
}





/*thanksページ*/

.thanks_ttl{
	text-align: center;
	line-height: 1.7;
}

.thanks_ttl .ja{
	font-size: 3.4rem;
	display: block;
	margin-top: 10px;
}

.thanks_ttl .en{
	display: inline-block;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 1.5px;
	color: #e2750f;
	line-height: 1;
}

.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 #e2750f;
    color: #e2750f;
    letter-spacing: 2px;
    padding: 15px 0;
    text-align: center;
}

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

@media (max-width: 650px){
	.thanks_txt p{
		text-align: left;
	}
}
