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

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
	scroll-padding-top: 100px;
	scroll-behavior: smooth;
}
body{
	font-family: YakuHanJPs, "Noto Sans JP", sans-serif;
	font-weight: 500;
	color: #333;
	font-size: 16px;
	background-color: #fff;
	background: url(../img/main_bg.jpg);
	background-repeat: repeat;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.9;
}
p{
	letter-spacing: 0.08em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
	line-height: 1.7;
}
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;
}
.img{
	min-height: 0%;
}
.img img{
	display: block;
	width: 100%;
}
.img a{
	display: block;
	width: 100%;
}
.img a:hover img{
	opacity: .8;
}
.logo img{
	pointer-events: none;
}

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

.mg100{
	margin-bottom: 100px !important;
}
.mg80{
	margin-bottom: 80px !important;
}
.mg60{
	margin-bottom: 60px !important;
}
.mg50{
	margin-bottom: 50px !important;
}
.mg40{
	margin-bottom: 40px !important;
}
.mg30{
	margin-bottom: 30px !important;
}
.mg20{
	margin-bottom: 20px !important;
}
.mg15{
	margin-bottom: 15px !important;
}
.mg10{
	margin-bottom: 10px !important;
}
.mg5{
	margin-bottom: 5px !important;
}
.mg0{
	margin-bottom: 0 !important;
}

.pmg5 p{
	margin-bottom: 5px;
}
.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}
.pmg20 p{
	margin-bottom: 20px;
}
.pmg5 p:last-child,
.pmg p:last-child,
.pmg15 p:last-child,
.pmg20 p:last-child{
	margin-bottom: 0;
}

span.red{
	color: #f05742;
}

/*蛍光マーカー*/
.marker{
	text-decoration: underline;
  	text-decoration-thickness: 0.5em;
  	text-decoration-color: rgba(255, 228, 0, 0.4);
  	text-underline-offset: -0.2em;
  	text-decoration-skip-ink: none;
}

/*Title*/
h2.title{
	position: relative;
	margin-bottom: 40px;
}
h2.title span.en{
	display: block;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	font-size: 4.6rem;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	line-height: 1.4;
	color: #bbb;
}
h2.title span.en::first-letter{
	color: #3B71B9;
}
h2.title.red span.en::first-letter{
	color: #CB5C4F;
}
h2.title span.ja{
	display: block;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.1em;
}
h2.title.white span.en,
h2.title.white span.en::first-letter,
h2.title.white span.ja{
	color: #fff;
}
@media (max-width: 750px){
	h2.title.m_center{
		text-align: center;
	}
	h2.title span.en{
		font-size: 2.6rem;
	}
	h2.title span.ja{
		font-size: 1rem;
	}
}


.sub_title{
	font-family: YakuHanMPs, "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.9;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
}
@media (max-width: 750px){
	.sub_title{
		font-size: 1.65rem;
		margin-bottom: 20px;
	}
}


/*mtitle*/
.mtitle{
	position: relative;
    font-size: 1.3rem;
    line-height: 1.4;
	letter-spacing: 0.08em;
    background: linear-gradient(60deg, #04a4da 0%, #04a4da 85%, #1FC7FF 85.1%);
    padding: 14px 18px;
	color: #fff;
    margin-bottom: 20px;
}


/*mtitle02*/
.mtitle02{
	position: relative;
    font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	background-color: #fff;
	border: 2px solid #3B71B9;
    padding: 16px 18px;
	padding-left: 36px;
	color: #3B71B9;
    margin-bottom: 25px;
	box-shadow: 4px 4px rgba(59, 113, 185, 0.4);
}
.mtitle02::before{
	content: '';
	display: block;
	width: 4px;
	height: 25px;
	background-color: #3B71B9;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}


/*stitle*/
.stitle{
	position: relative;
	letter-spacing: 0.08em;
	font-size: 1.3rem;
	border-bottom: 2px solid #ddd;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 100px;
	height: 2px;
	background: #000;
}

/*dtitle*/
.dtitle{
	letter-spacing: 0.08em;
	font-size: 1.3rem;
	text-align: center;
	margin-bottom: 40px;
}
.dtitle::after{
	content: '';
	display: block;
	width: 150px;
	height: 1px;
	background: #000;
	margin: 20px auto 0;
}

/*wtitle*/
.wtitle{
	position: relative;
	z-index: 1;
    font-size: 1.3rem;
	letter-spacing: 0.08em;
    margin-bottom: 20px;
	background-color: #92B600;
	color: #fff;
	padding: 10px;
	border-left: 7px solid #c4ac42;
}
.wtitle::after{
	content: '';
	width: 20px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: #fff;
	pointer-events: none;
	z-index:-1;
}

/*ctitle*/
.ctitle{
	text-align: center;
	margin-bottom: 30px;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
}
.ctitle::before{
	content: '';
	display: block;
	width: 52px;
	height: 23px;
	background: url(../img/ctitle_deco.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto 5px;
}
.ctitle.white{
	color: #fff;
}
.ctitle.white::before{
	background-image: url(../img/ctitle_deco_w.png);
}


.etitle{
	font-size: 1.1rem;
	padding-left: 15px;
	border-left: 4px solid #316e5e;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}

.rtitle{
	letter-spacing: 0.08em;
	font-size: 1.15rem;
	margin-bottom: 20px;
}
.rtitle::before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 1em;
	background: linear-gradient(to bottom, #E53517 0, #E53517 50%, #009900 50%, #009900 100%);
	margin-right: 0.5em;
	transform: translateY(2px);
}

.ntitle{
	font-size: 1.1rem;
	margin-bottom: 15px;
	padding: 5px 10px;
	letter-spacing: 0.08em;
	font-weight: 500;
	background-color: #f2f2f2;
	color: #3B71B9;
}
.ntitle::before{
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f0d7";
	font-weight: bold;
	margin-right: 10px;
}

.btitle{
	display: flex;
  	align-items: center;
	font-size: 1rem;
	letter-spacing: 0.08em;
}
.btitle::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}


.center{
	text-align: center;
}
.pc_center{
	text-align: center;
}
@media (max-width: 750px){
	.pc_center{
		text-align: left;
	}
}


/*ボタン*/
.sbtn{
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
.sbtn a{
	display: block;
	position: relative;
	background: #fff;
	text-align: center;
	border: 2px solid #555;
	padding: 15px 0;
	width: 100%;
	transition: all 0.3s ease-in-out;
	margin: 0 auto;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.sbtn a::before,
.sbtn a::after{
	content: '';
	position: absolute;
	border: solid #555;
	width: 10px;
	height: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sbtn a::before{
	top: -6px;
	left: -6px;
	border-width: 2px 0 0 2px;
}
.sbtn a::after{
	bottom: -6px;
	right: -6px;
	border-width: 0 2px 2px 0;
}
.sbtn a:hover{
	color: #fff;
	background: #000;
	border-color: transparent;
}
.sbtn a:hover::before,
.sbtn a:hover::after{
	width: calc(100% + 11px);
	height: calc(100% + 11px);
	border-color: #000;
}

.sbtn.white a{
	border: none;
}
.sbtn.white a::before,
.sbtn.white a::after{
	border-color: #fff;
}
.sbtn.white a:hover::before,
.sbtn.white a:hover::after{
	border-color: #000;
}

.sbtn p{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px;
}
.sbtn p::before,
.sbtn p::after{
	content: '';
	background: #333;
	height: 1px;
	flex-grow: 1;
	opacity: 0.5;
}
.sbtn p::before{
	margin-right: 1em;
}
.sbtn p::after{
	margin-left: 1em;
}

.sbtn.left{
	margin: 0 auto 0 0;
}
.sbtn.long a{
	width: 100%;
}
.m_contact a{
	min-width: 280px;
}

.sbtn2{
	max-width: 750px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn2 .sbtn{
	width: 48%;
}
.sbtn3{
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
.sbtn3 .sbtn{
	width: 33%;
}
@media (max-width: 960px){
	.sbtn3{
		display: block;
	}
	.sbtn3 .sbtn{
		width: 100%;
	}
	.sbtn3 .sbtn:not(:last-child){
		margin-bottom: 10px;
	}
}
@media (max-width: 750px){
	.sbtn.left{
		margin: 0 auto;
	}
	.sbtn2{
		display: block;
	}
	.sbtn2 .sbtn{
		width: 100%;
	}
	.sbtn2 .sbtn:first-child{
		margin-bottom: 10px;
	}
}


/*テキストリンク*/
a.t_link{
	color: #CB5C4F;
	background-image: linear-gradient(to right, #CB5C4F, #CB5C4F);
	background-position: 0 100%;
	background-position: bottom left;
	background-size: 100% 1px;
    background-repeat: no-repeat;
	transition: 0.4s;
}
a.t_link:hover{
	opacity: 0.6;
    background-size: 0% 1px;
}


/*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: 15px 10px;
	letter-spacing: 0.08em;
}
.info_table th{
	background: #f5f5f5;
	width: 30%;
	border-right: 1px solid #ccc;
	font-weight: 500;
}
.info_table td{
	background: #fff;
	width: 70%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
@media (max-width: 750px){
	.info_table{
		font-size: 0.9rem;
	}
}

/*ver2*/
.info_table02{
	width: 100%;
	table-layout: fixed;
	border-spacing: 0 6px;
}
.info_table02 tr{
}
.info_table02 tr:last-child{
	border-bottom: none !important;
}
.info_table02 th,
.info_table02 td{
	padding: 18px 2px;
	letter-spacing: 0.08em;
	font-size: 0.95rem;
}
.info_table02 th{
	position: relative;
	background: #3B71B9;
	width: 200px;
	font-weight: 500;
	color: #fff;
}
.info_table02 th::after{
    position: absolute;
    top: calc(50% - 10px);
    right: -8px;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #3B71B9;
}
.info_table02 td{
	padding-left: 20px;
	padding-right: 20px;
	background: #f8f8f8;
}
@media (max-width: 750px){
	.info_table02 tr{
		border-width: 4px;
	}
	.info_table02 th,
	.info_table02 td{
		padding: 18px 0;
		font-size: 0.9rem;
	}
	.info_table02 th{
		width: 120px;
	}
	.info_table02 td{
		padding-left: 20px;
		padding-right: 20px;
	}
}

.info_table03{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	border-bottom: 1px solid rgba(196,196,196,.43);
}
.info_table03 tr{
	border-top: 1px solid rgba(196,196,196,.43);
}
.info_table03 th,
.info_table03 td{
	padding: 40px 0;
	text-align: left;
	vertical-align: top;
	letter-spacing: 0.08em;
}
.info_table03 th{
	width: 20%;
	padding-left: 40px;
	font-weight: 500;
}
.info_table03 td{
	width: 80%;
	padding-left: 20px;
}
@media (max-width: 750px){
	.info_table03 th,
	.info_table03 td{
		padding: 40px 0;
	}
	.info_table03 th{
		width: 25%;
		padding-left: 20px;
	}
	.info_table03 td{
		width: 75%;
		padding-left: 20px;
	}
}
@media (max-width: 450px){
	.info_table03{
		font-size: 0.9rem;
		padding: 30px 0;
	}
	.info_table03 th{
		width: 30%;
		padding-left: 10px;
	}
	.info_table03 td{
		width: 70%;
		padding-left: 10px;
	}
}


/*改行*/
@media (min-width: 751px){
	br.only750{
		display: none;
	}
}
@media (min-width: 451px){
	br.only450{
		display: none;
	}
}

@media (max-width: 750px){
	br.not750{
		display: none;
	}
}
@media (max-width: 450px){
	br.not450{
		display: none;
	}
}

span.ib{
	display: inline-block;
}


/*list*/
ul.check_list li{
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	padding-left: 2px;
	letter-spacing: 0.08em;
}
ul.check_list li:first-child{
	padding-top: 0;
}
ul.check_list li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #3B71B9;
	margin-right: .5em;
	font-size: 0.8rem;
	transform: translateY(-2px);
}
ul.check_list02 li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
ul.check_list02 li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #3B71B9;
	margin-right: .5em;
	font-size: .9em;
}
ul.check_list li:last-child,
ul.check_list02 li:last-child{
	margin-bottom: 0;
}
ul.check_list02.row{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list02.row li{
	margin-right: 40px;
	margin-bottom: 10px;
}
@media (max-width: 750px){
	ul.check_list02.row{
		display: block;
	}
	ul.check_list02.row li{
		margin-right: 0;
	}
}

ul.check_list03{
	display: flex;
	flex-wrap: wrap;
}
ul.check_list03 li{
	width: 31%;
	letter-spacing: 0.08em;
	margin: 0 1%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px dotted #f7b525;
}
ul.check_list03 li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #f7b525;
	margin-right: .5em;
	font-size: .9em;
}
@media (max-width: 960px){
	ul.check_list03{
		justify-content: space-between;
	}
	ul.check_list03 li{
		width: 48%;
		margin: 0 0 10px;
	}
}
@media (max-width: 750px){
	ul.check_list03 li{
		width: 100%;
	}
}


ul.dot_list li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
ul.dot_list li::before{
	content: '・';
	color: #3B71B9;
	margin-right: 5px;
}

ul.care_list li{
	letter-spacing: 0.08em;
	font-size: 0.8rem;
}
ul.care_list li::before{
	content: '※';
	color: #f05742;
	font-weight: bold;
}

ul.text_list li{
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-left: 2px;
	letter-spacing: 0.08em;
}

ul.single_list{
}
ul.single_list li{
	border-bottom: 1px solid rgba(170, 170, 170, 0.3);
	padding: 0 2px;
	padding-bottom: 6px;
	margin-bottom: 8px;
	font-size: 0.9rem;
}
ul.single_list li:last-child{
	margin-bottom: 0;
}
ul.single_list li::before{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 6px;
	font-size: 0.6rem;
	transform: translateY(-2px);
	color: #3B71B9;
}
ul.single_list.non li::before{
	display: none;
}

/*===info_flexbox======*/
/*画像 + テキスト 通常のflex*/
.info_flexbox{
	display: flex;
	justify-content: space-between;
}
.info_flexbox .img{
	width: 48%;
}
.info_flexbox .text{
	width: 48%;
}
.f_center{
	align-items: center;
}
@media (max-width: 750px){
	.info_flexbox{
		flex-direction: column;
	}
	.info_flexbox.reverse{
		flex-direction: column-reverse;
	}
	.info_flexbox .img{
		width: 100%;
	}
	.info_flexbox .text{
		width: 100%;
	}
}


/*画像 + テキスト 画像小さめのflex*/
.mini_flex{
	display: flex;
	justify-content: space-between;
}
.mini_flex .img{
	width: 300px;
}
.mini_flex .text{
	width: calc(100% - 340px);
}
@media (max-width: 750px){
	.mini_flex{
		flex-direction: column;
	}
	.mini_flex.reverse{
		flex-direction: column-reverse;
	}
	.mini_flex .img{
		width: 100%;
	}
	.mini_flex .text{
		width: 100%;
	}
}

.t_flex{
	display: flex;
	justify-content: space-between;
}
.t_flex .text{
	width: 48.5%;
}
@media (max-width: 750px){
	.t_flex{
		display: block;
	}
	.t_flex .text{
		width: 100%;
	}
}


.img_wrap3{
	display: flex;
	justify-content: space-between;
}
.img_wrap3 .img{
	width: 32%;
}

.img_wrap2{
	display: flex;
	justify-content: space-between;
}
.img_wrap2 .img{
	width: 48%;
}

/*階段型*/
.stairs_img2{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.stairs_img2 .img{
	width: 48%;
}
.stairs_img2 .img:nth-child(1){
	margin-top: 20px;
}

.stairs_img3{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.stairs_img3 .img{
	width: 32%;
}
.stairs_img3 .img:nth-child(2){
	margin-top: 20px;
}
.stairs_img3 .img:nth-child(3){
	margin-top: 40px;
}
@media (max-width: 750px){
	.stairs_img3 .img{
		width: 90%;
		margin-bottom: 20px;
	}
	.stairs_img3 .img:nth-child(2){
		margin: 0 auto 20px auto;
	}
	.stairs_img3 .img:nth-child(3){
		margin: 0 0 0 auto;
	}
}

.map{
	position: relative;
	aspect-ratio: 600 / 450;
	width: 100%;
	max-height: 510px;
	overflow: hidden;
}
.map iframe{
	vertical-align: top;
	width: 100%;
	height: 100%;
}

/*===// 共通部分ここまで ===========*/





.ani_text{
}
.ani_text{
	display: block;
	opacity: 0;
	transform: translate(10px,10px);
	transition: transform 1s cubic-bezier(.42,0,.58,1), opacity 1s cubic-bezier(.42,0,.58,1);
}
.ani_text.inview{
	opacity: 1;
	transform: translate(0,0);
}
.ani_text:nth-of-type(1){
	transition-delay:.2s;
}
.ani_text:nth-of-type(2){
	transition-delay:.4s;
}
.ani_text:nth-of-type(3){
	transition-delay:.6s;
}
.ani_text:nth-of-type(4){
	transition-delay:.8s;
}
.ani_text:nth-of-type(5){
	transition-delay:1s;
}
.ani_text:nth-of-type(6){
	transition-delay:1.2s;
}
.ani_text:nth-of-type(7){
	transition-delay:1.4s;
}
.ani_text:nth-of-type(8){
	transition-delay:1.6s;
}
.ani_text:nth-of-type(9){
	transition-delay:1.8s;
}
.ani_text:nth-of-type(10){
	transition-delay:2s;
}
.ani_text:nth-of-type(11){
	transition-delay:2.2s;
}
.ani_text:nth-of-type(12){
	transition-delay:2.4s;
}
.ani_text:nth-of-type(13){
	transition-delay:2.6s;
}
.ani_text:nth-of-type(14){
	transition-delay:2.8s;
}
.ani_text:nth-of-type(15){
	transition-delay:3s;
}
@media (max-width: 750px){
	.ani_text{
		transition-delay: 0s !important;
	}
}

/*imgアニメーション*/
.img_up{
	position: relative;
	overflow: hidden;
}
.img_up img{
	transition: 2s;
	transition-delay: 0.4s;
	transform: translateX(-10%) scale(1.2);
}
.img_up::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 1;
	transition: 2s;
	transition-delay: 0.4s;
}
.img_up.inview img{
	transform: translateX(0) scale(1);
}
.img_up.inview::after{
	transform: translateX(100%);
}

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

.flowup2{
	opacity: 0;
	transform: translate(-10%, 10%);
	transition: opacity 1.6s, transform 1.6s;
}
.flowup2.inview{
	opacity: 1;
	transform: translate(0, 0);
}
.flowup3{
	opacity: 0;
	transform: translate(0, 10%);
	transition: opacity 1.6s, transform 1.6s;
	transition-delay: 0.2s;
}
.flowup3.inview{
	opacity: 1;
	transform: translate(0, 0);
}
.flowup4{
	opacity: 0;
	transform: translate(10%, 10%);
	transition: opacity 1.6s, transform 1.6s;
	transition-delay: 0.4s;
}
.flowup4.inview{
	opacity: 1;
	transform: translate(0, 0);
}
@media (max-width: 750px){
	.flowup2{
		transition-delay: 0s !important;
	}
	.flowup3{
		transition-delay: 0s !important;
	}
	.flowup4{
		transition-delay: 0s !important;
	}
}


.circle{
	position: relative;
	overflow: hidden;
	opacity: 0;
	transition: opacity 3s;
	transition-delay: 0.4s;
}
.circle::after{
	content: '';
	width: 101%;
	height: 101%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	z-index: 10;
	border-radius: 50%;
	transition: 2s ease-out;
	transition: all 2.4s cubic-bezier(.165,.84,.44,1);
	border: 30px solid #eeedea;
	transition-delay: 0.4s;
}
.circle.inview{
	opacity: 1;
}
.circle.inview::after{
	border: 0px solid #eeedea;
}



.swipe{
	position: relative;
	overflow: hidden;
	transform: translateY(80px);
	transition: 1.2s;
}
.swipe::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right bottom, #000, #005698);
	background: linear-gradient(to bottom right, #00918f, 10%, #005698, #000);
	pointer-events: none;
	z-index: 1;
	transform: translateX(-100%);
	transition: 1.6s;
}
.swipe .swipe_in{
	opacity: 0;
	transition: 0.2s;
	transition-delay: 0.4s;
}
.swipe.inview{
	transform: translateY(0);
}
.swipe.inview .swipe_in{
	opacity: 1;
}
.swipe.inview::after{
	transform: translateX(101%);
}















/*===ヘッダー==============================*/
.site_header{
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: 0.6s;
}
.site_header.transform{
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.site_header .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 30px;
	transition: 0.6s;
}
.site_header.transform .flex{
	padding: 15px 20px;
}

.site_header h1{
	width: 350px;
	transition: 0.6s;
}
.site_header h1 a{
	display: block;
	width: 100%;
}
.site_header h1 a img{
	display: block;
	width: 100%;
	transition: .4s;
}
.site_header h1 a:hover img{
	opacity: .6;
}

.site_header .info{
}
.site_header .tr{
	display: flex;
	justify-content: right;
	align-items: center;
	margin-bottom: 20px;
}
.site_header .tr .tel_btn{
	
}
.site_header .tr .tel_btn a{
	display: inline-block;
	font-family: "Jost", sans-serif;
	font-weight: 700;
	font-size: 2.2rem;
	letter-spacing: 0.06em;
	line-height: 1;
	color: #bbb;
}
.site_header .tr .tel_btn a i{
	display: inline-block;
	font-size: 0.7em;
	color: #CB5C4F;
	transform: translateY(-1px);
	margin-right: 6px;
}
.site_header .tr .tel_btn a:hover{
	opacity: 0.6;
}

.site_header .tr .insta_btn{
	margin-left: 20px;
}

.insta_btn a{
	display: block;
	text-align: center;
	width: 38px;
}
.insta_btn a:hover{
	opacity: 0.6;
}
.insta_btn a .insta{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	overflow: hidden;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
}
.insta_btn a .insta::before{
	content: '';
	position: absolute;
	top: 50%;
	left: -18px;
	width: 50px;
	aspect-ratio: 1 / 1;
	background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
.insta_btn a .insta .fa-instagram {
	color: #fff;
	position: relative;
	z-index: 2;
	font-size: 20px;
	line-height: 1;
	transform: translate(4%, 0);
}




/*global_nav*/
.global_nav{
	width: 100%;
}
.global_nav ul{
	margin: 0 0 0 auto;
	display: flex;
	justify-content: right;
	width: -moz-fit-content;
	width: fit-content;
}
.global_nav ul li{
	margin-left: 40px;
	transition: .4s;
}
.global_nav ul li a{
	display: block;
	line-height: 1;
	letter-spacing: 0.25em;
	text-align: center;
}
.global_nav ul li a span{
	display: block;
	text-transform: uppercase;
	color: #bbb;
	font-family: "Jost", sans-serif;
	font-weight: 700;
	letter-spacing: 0.15em;
	margin-bottom: 7px;
	transition: 0.2s;
	transition-delay: 0.1s;
}
.global_nav ul li a:hover span{
	color: #3B71B9;
}
@media (max-width: 1360px){
	.site_header h1{
		width: 250px;
	}
	.global_nav ul li{
		margin-left: 25px;
	}
	.global_nav ul li a{
		font-size: 0.9rem;
	}
}
@media (max-width: 1200px){
	.site_header .flex{
		padding: 0 20px;
		height: 100px;
	}
	.site_header.transform .flex{
		padding: 0 20px;
	}
	.site_header h1{
		width: 300px;
	}
	.site_header .info{
		display: none;
	}
}
@media (max-width: 750px){
	.site_header .flex{
		padding: 0 10px;
		height: 90px;
	}
	.site_header.transform .flex{
		padding: 0 10px;
	}
	.site_header h1{
		width: 230px;
	}
}



/*===スライダー==============================*/
.top_slider{
	position: relative;
}
.top_slider .slider{
	position: relative;
	width: 85%;
	margin: 0 0 0 auto;
	z-index: 1;
}
/*.top_slider .slider::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(210, 210, 210, 0.5);
	pointer-events: none;
	z-index: 1;
}*/
.top_slider .slider::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255,1);
	z-index: 10;
	animation: fv_apper 2s linear;
	opacity: 0;
	pointer-events: none;
}
@keyframes fv_apper {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.top_slider .slider li{
	width: 100%;
	height: 80vh;
	min-height: 400px;
}
.top_slider .slider li .slide_img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.top_slider .slider li.add-animation{
	animation: zoom 10s linear 0s forwards;
}
@keyframes zoom {
  	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.08);
	}
}

@media (max-width: 750px){
	.top_slider .slider li{
		height: 60vh;
	}
}



/*キャッチ*/
.top_slider .catch{
	position: absolute;
	bottom: 30%;
	left: 3%;
	z-index: 5;
	width: 94%;
	animation: apper 2.5s ease-in-out;
	font-size: 3rem;
	letter-spacing: 0.07em;
	line-height: 2;
	font-family: YakuHanMPs, "Noto Serif JP", serif;
	font-weight: 700;
	color: #444;
	text-shadow: #fff 0px 0px 1px, #fff 0px 0px 2px, #fff 0px 0px 3px, #fff 0px 0px 4px, #fff 0px 0px 5px, #fff 0px 0px 6px;
}
.top_slider .catch span{
	display: inline-block;
	color: #CB5C4F;
	font-size: 1.3em;
	margin-right: 5px;
}
@keyframes apper {
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@media (max-width: 750px){
	.top_slider .catch{
		bottom: 20%;
		font-size: 1.8rem;
		letter-spacing: 0.07em;
	}
}
@media (max-width: 450px){
	.top_slider .catch{
		font-size: 1.4rem;
	}
}


/*===メイン==============================*/
main{
	display: block;
	position: relative;
	overflow: hidden;
}
main section{
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
main section.pb0{
	padding-bottom: 0;
}
@media (max-width: 750px){
	main section{
		padding: 60px 0;
	}
}

.inner.white{
	background-color: #fff;
	padding: 40px;
}
@media (max-width: 750px){
	.inner.white{
		padding: 40px 20px;
	}
}

.info_wrap{
	background-color: #fff;
	padding: 40px 30px;
}
@media (max-width: 750px){
	.info_wrap{
		padding: 30px 15px;
	}
}

.bg01{
	background-color: #f5f5f5;
}





.s_middle{
	position: relative;
	height: 500px;
}
.s_middle img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 750px){
	.s_middle{
		height: 300px;
	}
}


/*==YouTube==============================*/
/*YouTube*/
.youtube_wrapper{
	position: relative;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
	max-width: 750px;
}
.youtube_wrapper iframe{
	display: block;
	width: 100%;
	height: 100%;
}


/*==welcome==============================*/
.key_flex{
	display: flex;
	align-items: center;
}
.key_flex .images{
	width: 50%;
	display: flex;
	justify-content: space-between;
}
.key_flex .images .img{
	width: 48%;
}
.key_flex .images .img:nth-child(2){
	padding-top: 120px;
}
.key_flex .text{
	width: 50%;
	padding: 0 6%;
}
.key_flex .text .info{
	line-height: 2.2;
	margin-bottom: 60px;
}

.key_flex.reverse .images .img:nth-child(1){
	padding-top: 120px;
}
.key_flex.reverse .images .img:nth-child(2){
	padding-top: 0;
}

@media (max-width: 960px){
	.key_flex{
		flex-direction: column;
		padding: 0 15px;
	}
	.key_flex.reverse{
		flex-direction: column-reverse;
	}
	.key_flex .images{
		width: 100%;
		justify-content: space-between;
		margin-bottom: 60px;
	}
	.key_flex .images .img{
		width: 48%;
	}
	.key_flex .images .img:nth-child(2){
		padding-top: 30px;
	}
	.key_flex.reverse .images .img:nth-child(1){
		padding-top: 30px;
	}
	.key_flex.reverse .images .img:nth-child(2){
		padding-top: 0;
	}
	.key_flex .text{
		width: 100%;
		padding: 0;
	}
}




/*===t_service==============================*/
.t_service{
}
.t_service .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.t_service .flex .img{
	width: 48%;
}
.t_service .flex .text{
	width: 48%;
}
@media (max-width: 960px){
	.t_service .flex{
		display: block;
	}
	.t_service .flex .img{
		width: 100%;
		margin-bottom: 20px;
	}
	.t_service .flex .text{
		width: 100%;
	}
}


.t_service .container{
	display: flex;
	justify-content: space-between;
}
.t_service .container .wrap{
	width: 49%;
	background-color: #fff;
	border-top: 3px solid #3B71B9;
	padding: 30px;
}
.t_service .container .wrap h4{
	color: #3B71B9;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
@media (max-width: 960px){
	.t_service .container{
		display: block;
	}
	.t_service .container .wrap{
		width: 100%;
		padding: 30px 20px;
		margin-bottom: 20px;
	}
	.t_service .container .wrap:last-child{
		margin-bottom: 0 !important;
	}
}


/*背景文字*/
.flowimg{
	position: absolute;
	bottom: 20px;
	z-index: -5;
	width: 100%;
	opacity: 0.5;
	opacity: 0.2;
}
.flowimg::before,
.flowimg::after{
	display: block;
	position: absolute;
	bottom: 0;
	content: "senshou-inc";
	width: 100%;
	height: auto;
	font-size: 25rem;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	font-family: "Jost", sans-serif;
	font-weight: 700;
	color: #fff;
	color: #3B71B9;
	z-index: -10;
}
.flowimg::before{
	left: 0;
	animation: flowimg 47s linear infinite;
}
.flowimg::after{
	left: 2300px;
	animation: flowimg 47s linear infinite;
}
@keyframes flowimg{
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-2300px);
	}
}
@media (max-width: 750px){
	.flowimg{
		bottom: 0;
	}
	.flowimg::before,
	.flowimg::after{
		font-size: 14rem;
	}
	.flowimg::after{
		left: 1300px;
	}
	@keyframes flowimg{
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(-1300px);
		}
	}
}



/*===オンラインショップ==============================*/
.arrow_slide{
	position: relative;
}
.arrow_slide li{
	margin: 20px 15px;
}
.arrow_slide li .img{
	width: calc(100% - 10px);
	margin: 0 0 0 auto;
}
.arrow_slide li h3{
	background-color: #fff;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
	top: -30px;
	z-index: 1;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	padding: 3px 10px;
	padding-right: 20px;
	border-bottom: 2px solid #3B71B9;
}
.arrow_slide li .info{
	position: relative;
	top: -10px;
}
.arrow_slide li .info p{
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}
.arrow_slide li .info p:first-child{
	padding-top: 0;
}
.arrow_slide li .info p span.sub{
	font-family: YakuHanMPs, "Noto Serif JP", serif;
	font-weight: 700;
	display: block;
	margin-right: 20px;
	letter-spacing: 0.1em;
	color: #aaa;
	font-size: 0.9rem;
}
@media (max-width: 1200px){
	.arrow_slide li{
		margin: 20px 10px;
	}
}
@media (max-width: 750px){
	.arrow_slide{
		padding-top: 50px;
	}
	.arrow_slide li h3{
		font-size: 1.2rem;
	}
}




/*矢印*/
.arrow_slide .slide_left, .arrow_slide .slide_right{
	width: 70px;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid #3B71B9;
	background-color: #3B71B9;
	z-index: 1;
	cursor: pointer;
	transition: .4s;
	position: absolute;
	top: 0;
	right: 5%;
	transform: translate(0, -100px);
}
.arrow_slide .slide_left{
	transform: translate(-120%, -100px);
}
.arrow_slide .slide_left span, .arrow_slide .slide_right span{
	color: #fff;
	display: block;
	font-size: 18px;
	line-height: 1;
	transition: .4s;
	font-weight: bold;
}
.arrow_slide .slide_left:hover, .arrow_slide .slide_right:hover{
	background: #3B71B9;
}
.arrow_slide .slide_left:hover,
.arrow_slide .slide_right:hover{
	opacity: 0.7;
}
/*最初と最後に矢印を非表示に*/
.arrow_slide .slick-disabled{
	pointer-events: none;
	background-color: transparent;
	border-color: #ccc;
}
.arrow_slide .slick-disabled span{
	color: #ccc;
}
@media (max-width: 750px){
	.arrow_slide .slide_left, .arrow_slide .slide_right{
		width: 50px;
		transform: translate(0,0);
	}
	.arrow_slide .slide_left{
		transform: translate(-120%, 0);
	}
}
/*スクロールバー全体*/
.arrow_slide::-webkit-scrollbar {
    width: 0;
	display: none;
}



/*===フッター==============================*/
footer{
	overflow: hidden;
}
.footer_top{
	position: relative;
	z-index: 1;
	background: url(../img/footer.jpg);
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background-attachment: fixed;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .footer_top{
	background-attachment: scroll;
}
.footer_top::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(59, 113, 185, 0.6);
	pointer-events: none;
	z-index:-1;
}
.footer_top .btn_wrap{
	display: flex;
	justify-content: space-between;
	margin: 0 auto -20px;
	max-width: 800px;
}
.footer_top .btn_wrap .btn{
	width: 360px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.footer_top .btn_wrap .btn a{
	display: block;
	width: 100%;
	border: 2px solid #fff;
	color: #fff;
	padding: 20px 0;
	font-size: 1.3rem;
	letter-spacing: 0.08em;
	text-align: center;
}
.footer_top .btn_wrap .btn a:hover{
	background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 750px){
	.footer_top .btn_wrap{
		display: block;
	}
	.footer_top .btn_wrap .btn{
		width: 100%;
	}
}

.footer_middle{
	text-align: center;
	padding: 60px 0 40px;
}

footer h3{
	width: 80%;
	max-width: 400px;
	margin: 0 auto 10px;
}
footer h3 a{
	display: block;
	width: 100%;
}
footer h3 a img{
	display: block;
	width: 100%;
}
footer h3 a:hover img{
	opacity: 0.7;
}
.footer_middle p{
	font-size: 0.8rem;
}

.footer_middle .insta_btn a{
	margin: 0 auto;
	margin-top: 10px;
	width: 32px;
}

.footer_bottom{
	background: #3B71B9;
	text-align: center;
	padding: 15px 0;
	color: #fff;
	letter-spacing: 0.08em;
}

@media (max-width: 750px){
}



.footer_nav{
	margin-top: 30px;
}
.footer_nav ul{
	display: flex;
	justify-content: space-around;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
.footer_nav ul li{
	flex: 1 0 auto;
	text-align: center;
	border-right: 1px solid #ddd;
}
.footer_nav ul li:last-child{
	border: none;
}
.footer_nav ul li a{
	font-family: YakuHanMPs, "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 0.9rem;
	letter-spacing: 0.25em;
}
.footer_nav ul li a:hover{
	opacity: 0.6;
}
@media (max-width: 960px){
	.footer_nav ul{
		display: block;
		max-width: 550px;
		margin: 0 auto;
	}
	.footer_nav ul li{
		width: 100%;
		text-align: left;
		border: none;
		border-bottom: 1px solid #eee;
		padding: 10px 5px;
		margin-bottom: 10px;
	}
	.footer_nav ul li:last-child{
		border-bottom: 1px solid #eee;
	}
	.footer_nav ul li a{

	}
	.footer_nav ul li a::before{
		content: '';
		display: inline-block;
		width: 6px;
		height: 6px;
		margin-right: 15px;
		transform: rotate(-45deg) translateY(-3px);
		border-right: 1px solid #3B71B9;
		border-bottom: 1px solid #3B71B9;
	}
}






/*トップに戻る*/
.page_top{
	opacity: 0;
	pointer-events: none;
  	width: 60px;
	aspect-ratio: 1 / 1;
  	position: fixed;
  	right: 3%;
  	bottom: 4%;
	border-radius: 50%;
	opacity: 0;
	transition: 1s;
  	background: #111;
  	z-index: 50;
}
.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{
	opacity: 1;
	pointer-events: all;
}
.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/kasou_top.jpg);
	background-size: cover;
	background-position: center;
	width: 100%;
	padding: 110px 0;
}
.kasou_top::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
    opacity: 0.7;
	pointer-events: none;
	z-index:-1;
}
.kasou_top h2{
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 2.2rem;
	font-family: YakuHanMPs, "Noto Serif JP", serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 8px;
}
@media (max-width: 750px){
	.kasou_top{
		padding: 80px 0;
	}
	.kasou_top h2{
		font-size: 1.9rem;
	}
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 0.8rem;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
	padding: 0;
}
.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 .container .wrapper{
	margin-bottom: 60px;
}
.service .container .wrapper:last-child{
	margin-bottom: 0 !important;
}
.service .container .wrapper .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.service .container .wrapper .flex .img{
	width: 48%;
}
.service .container .wrapper .flex .text{
	width: 48%;
}
.service .container .wrapper .part_flex{
	display: flex;
	flex-wrap: wrap;
}
.service .container .wrapper .part_flex .box{
	width: 31%;
	margin: 0 1%;
}
.service .container .wrapper .part_flex .box .img{
	margin-bottom: 10px;
}
.service .container .wrapper .part_flex .box h3{
	font-family: YakuHanMPs, "Noto Serif JP", serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 1.4rem;
}
@media (max-width: 960px){
	.service .container .wrapper .flex{
		flex-direction: column;
	}
	.service .container .wrapper .flex.reverse{
		flex-direction: column-reverse;
	}
	.service .container .wrapper .flex .img{
		width: 100%;
		margin-bottom: 25px;
	}
	.service .container .wrapper .flex .text{
		width: 100%;
	}
	.service .container .wrapper .part_flex{
		justify-content: space-between;
	}
	.service .container .wrapper .part_flex .box{
		width: 49%;
		margin: 0;
		margin-bottom: 20px;
	}
	.service .container .wrapper .part_flex .box:last-child{
		margin-bottom: 0 !important;
	}
	.service .container .wrapper .part_flex .box h3{
		font-size: 1.2rem;
	}
}
@media (max-width: 750px){
	.service .container .wrapper .part_flex .box h3{
		font-size: 1.1rem;
	}
}

.service .container .wrapper h3 span.en{
	display: block;
	font-family: "Jost", sans-serif;
	font-weight: 700;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 1rem;
	color: #3B71B9;
}
.service .container .wrapper .img{
	position: relative;
}


.product .flex{
	display: flex;
	flex-wrap: wrap;
}
.product .flex .box{
	background-color: #fff;
	width: 24%;
	margin: 0 0.5% 20px;
	padding: 20px;
}
.product .flex .box{

}
.product .flex .box .pic{
	margin-bottom: 15px;
}
.product .flex .box .pic a{
	display: block;
	width: 100%;
	position: relative;
    overflow: hidden;
	min-height: 0%;
	aspect-ratio: 3 / 2;
}
.product .flex .box .pic a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: 1s;
}
.product .flex .box .pic a:hover img{
	transform: scale(1.05);
}
.product .flex .box h3{
	font-family: YakuHanMPs, "Noto Serif JP", serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 1.3rem;
	margin-bottom: 5px;
}
@media (max-width: 1200px){
	.product .flex .box{
		width: 32%;
	}
}
@media (max-width: 960px){
	.product .flex .box{
		width: 49%;
	}
}
@media (max-width: 750px){
	.product .flex{
		display: block;
	}
	.product .flex .box{
		width: 100%;
		margin: 0 0 15px;
		padding: 20px;
	}
	.product .flex .box:last-child{
		margin-bottom: 0 !important;
	}
}



.facility{
}
.facility .container{
}
.facility .container .wrapper{
	margin-bottom: 60px;
}
.facility .container .wrapper:last-child{
	margin-bottom: 0 !important;
}


.facility .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.facility .flex .text{
	width: 48.5%;
}
.facility .flex .pic{
	width: 48.5%;
}
@media (max-width: 960px){
	.facility .flex{
		flex-direction: column;
	}
	.facility .flex .text{
		width: 100%;
	}
	.facility .flex .pic{
		width: 100%;
		margin-bottom: 20px;
	}
}
.facility_slide li{
	position: relative;
	z-index: 1;
	margin: 0 5px;
    overflow: hidden;
}
.facility_slide li::before{
    content: '';
    display: block;
    padding-top: 70%;
}
.facility_slide li img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
    position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
@media (max-width: 750px){
}





.owned_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.owned_table tr{
	border: 1px solid #ccc;
}
.owned_table th,
.owned_table td{
	padding: 15px 10px;
	letter-spacing: 0.08em;
}
.owned_table th{
	background: #f5f5f5;
	border-right: 1px solid #ccc;
	font-weight: 500;
}
.owned_table td{
	background: #fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 12px 10px;
}
@media (max-width: 750px){
	.owned_table{
		font-size: 0.9rem;
	}
	.owned_table td{
		font-size: 0.8rem;
	}
}





.t_product_slide{
}
.t_product_slide li{
	position: relative;
	z-index: 1;
	margin: 0 20px;
	margin-bottom: 30px;
}
.t_product_slide li:nth-child(odd){
	margin-top: 40px;
}
.t_product_slide a{
	display: block;
	position: relative;
    overflow: hidden;
	min-height: 0%;
	width: 100%;
	box-shadow: rgba(26, 26, 26, 0.6) 0px 8px 24px;
}
.t_product_slide a::before{
    content: '';
    display: block;
    padding-top: 70%;
}
.t_product_slide a img{
	display: block;
	object-fit: cover;
	width: 101%;
	height: 101%;
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
}
.t_product_slide a:hover img{
	transform: translate(-50%, -50%) scale(1.15);
}

.t_product_slide li p{
	padding: 10px;
	text-align: center;
}
@media (max-width: 750px){
	.t_product_slide li{
		margin: 0 7px;
	}
	.t_product_slide li p{
		font-size: 0.9rem;
	}
}



/*===導入実績ページ==============================*/
.works .container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.works .container .wrapper{
	width: 46%;
}
.works .container .wrapper .box{
	margin-bottom: 30px;
}
@media (max-width: 960px){
	.works .container .wrapper{
		width: 48%;
	}
}
@media (max-width: 750px){
	.works .container{
		display: block;
	}
	.works .container .wrapper{
		width: 100%;
	}
}


.works_table{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.works_table tr{
	border: 1px solid #ccc;
}
.works_table th,
.works_table td{
	padding: 15px 10px;
	letter-spacing: 0.08em;
}
.works_table th{
	background: #f5f5f5;
	border-right: 1px solid #ccc;
	font-weight: 500;
}
.works_table td{
	background: #fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 12px 10px;
}
@media (max-width: 750px){
	.works_table{
		font-size: 0.9rem;
	}
	.works_table td{
		font-size: 0.8rem;
	}
}



/*===求人情報ページ==============================*/
.recruit_lede{

}
.recruit_lede .info_flexbox .img{
	position: relative;
}
.recruit_lede .info_flexbox .img img.deco{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 60%;
	transform: translate(15%, 20%);
}
@media (max-width: 750px){
	.recruit_lede .info_flexbox .img{
		margin-bottom: 40px;
	}
	.recruit_lede .info_flexbox .img img.deco{
		transform: translate(10px, 20px);
	}
}


.recruit_lede .insta_banner{
	max-width: 960px;
	margin: 0 auto;
	margin-top: 60px;
}
.recruit_lede .insta_banner p{
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	text-align: center;
	padding: 0 50px;
	margin: 0 auto;
	letter-spacing: 0.08em;
	font-size: 1.1rem;
	font-family: YakuHanMPs, "Noto Serif JP", serif;
	font-weight: 700;
	margin-bottom: 5px;
}
.recruit_lede .insta_banner p::before,
.recruit_lede .insta_banner p::after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.recruit_lede .insta_banner p::before{
	content: '＼';
	left: 0;
}
.recruit_lede .insta_banner p::after{
	content: '／';
	right: 0;
}




/*===オンラインショップページ==============================*/
.order .order_flex{
	display: flex;
	flex-wrap: wrap;
}
.order .order_flex .item{
	width: 32%;
	margin: 0 0.5% 30px;
	border: 1px solid #ddd;
	padding: 20px;
}
.order .order_flex .item .pic{
	margin-bottom: 10px;
}
.order .order_flex .item .pic a{
	display: block;
	width: 100%;
	position: relative;
    overflow: hidden;
	min-height: 0%;
}
.order .order_flex .item .pic a::before{
    content: '';
    display: block;
    padding-top: 70%;
}
.order .order_flex .item .pic a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
.order .order_flex .item .pic a:hover img{
	transform: scale(1.05);
}
.order .order_flex .item h3{
	font-family: YakuHanMPs, "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 1.3rem;
	letter-spacing: 0.1em;
	margin-bottom: 10px;
}
.order .order_flex .item .text{
}
.order .order_flex .item .text .info{
}
.order .order_flex .item .text .info h4{
	color: #aaa;
	letter-spacing: 0.1em;
	font-size: 0.9rem;
}

.order .order_flex .item .text .cell{
	position: relative;
	margin: 0 0 0 auto;
	line-height: 1.7;
	width: -moz-fit-content;
	width: fit-content;
	margin-top: 10px;
}
.order .order_flex .item .text .cell::after{
	font-family: "Font Awesome 5 Free";
	content: "\f107";
	display: block;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	position: absolute;
	top: 13px;
	right: 25px;
	z-index: 1;
	pointer-events: none;
}
.order .order_flex .item .text .cell select{
    cursor: pointer;
    width: 160px;
	background-color: #fff;
	border: 1px solid #c2c2c2;
	border-radius: 3px;
    padding: 5px 2px;
}
@media (max-width: 960px){
	.order .order_flex{
		justify-content: space-between;
	}
	.order .order_flex .item{
		width: 49%;
		margin: 0 0 15px;
	}
}
@media (max-width: 750px){
	.order .order_flex{
		display: block;
	}
	.order .order_flex .item{
		display: block;
		width: 100%;
	}
}




.order .total{
	text-align: center;
	padding: 30px 0;
	background-color: #f2f2f2;
	letter-spacing: 0.1em;
}
.order .total .mfp{
	display: inline-block;
}
.order .total .mfp_price{
	color: #CB5C4F;
}
.order .total .total_main{
	font-size: 1.2rem;
	margin-bottom: 5px;
}



.order .info_wrap{
	border-top: 10px solid #3B71B9;
	box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
	max-width: 1200px;
	margin: 0 auto;
}





.order .button_wrap button::before{
	display: none;
}
.order .button_wrap .reset{
	width: 180px;
	font-size: 0.8rem;
	border-radius: 20px;
	margin-top: 10px;
	padding: 3px 0;
	background: #fff;
	border-color: #CB5C4F;
	color: #CB5C4F;
}
.order .button_wrap .reset:hover{
	opacity: 0.4;
}


.mailform #otherbox{
	background-color: #f5f4f0;
	padding: 10px;
	margin-top: 10px;
}



.order_detail table td{
	word-break: break-all;
}


form#mailformpro label.mfp_not_checked {
    border: none !important;
	padding: 0 !important;
	margin: 0 !important;
}
form#mailformpro label.mfp_checked {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

form#mailformpro label.radio_label{
	cursor: pointer;
	display: inline-block;
	margin-right: 15px !important;
}



/*===お問い合わせページ==============================*/
.greeting::after{
	content: '';
	width: 80%;
	height: 60%;
	position: absolute;
	top: 0;
	left: 0;
	background: #f5f5f5;
	pointer-events: none;
	z-index: -1;
}
.greeting .text .tail{
	margin-top: 20px;
	text-align: right;
}


.staff{
	background: linear-gradient(to bottom, #f5f5f5 0 60%, transparent 60% 100%);
}
.staff .flex{
	display: flex;
	justify-content: space-between;
}
.staff .flex .box{
	width: 32.5%;
	background-color: #fff;
	padding: 30px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.staff .flex .box .img{
	margin-bottom: 15px;
}
.staff .flex .box h3{
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	margin-bottom: 15px;
}
.staff .flex .box .text .info{
	margin-bottom: 10px;
}
.staff .flex .box .text .info:last-child{
	margin-bottom: 0 !important;
}
.staff .flex .box .text .info p span.sub{
	display: block;
	color: #ccc;
	font-size: 0.8rem;
}
@media (max-width: 960px){
	.staff .flex{
		display: block;
	}
	.staff .flex .box{
		width: 100%;
		margin-bottom: 20px;
	}
	.staff .flex .box:last-child{
		margin-bottom: 0 !important;
	}
}
@media (max-width: 750px){

}





.contact .tel_contact{
	text-align: center;
	border-top: 2px solid #eee;
	border-bottom: 2px solid #eee;
	padding: 20px 0;
	margin: 0 auto;
	max-width: 750px;
}
.contact .tel_contact a{
	display: inline-block;
	font-family: "Jost", sans-serif;
	font-weight: 700;
	font-size: 2.6rem;
	letter-spacing: 0.05em;
	white-space: nowrap;
	color: #CB5C4F;
}
.contact .tel_contact a i{
	display: inline-block;
	font-size: 0.8em;
}
.contact .tel_contact a:hover{
	opacity: 0.6;
}
.contact .tel_contact p{
	font-size: .8rem;
}
@media (max-width: 750px){
	.contact .tel_contact a{
		font-size: 2rem;
	}
}


/*メールフォーム*/
.mailform{
	margin: 0 auto;
	max-width: 960px;
}
.mailform .row{
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last){
	border-bottom: 1px dotted #cccccc;
}
.mailform .row div:nth-child(1){
	width: 28%;
	letter-spacing: 0.08em;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.mailform .row span{
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
}
.mailform .row span.hissu{
	color: #fff;
	background: #3B71B9;
}
.mailform .row span.ninni{
	background: #f9f5f4;
}
.mailform .row small{
	display: block;
	margin-top: 3px;
}
.mailform .box, .mailform textarea{
	border: 1px solid #ddd;
  	padding: 5px;
  	width: 100% !important;
  	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform .box.mini{
	width: 120px !important;
}
.mailform .postal_btn{
	padding: 2px 10px;
	background: #f4f4f4;
	border-radius: 2px;
	margin-left: 5px;
	border: 1px solid #ccc;
}
.mailform .postal_btn:hover{
	opacity: 0.7;
}
.mailform button{
	display: block;
	color: #111;
	text-align: center;
	transition: .6s;
	font-size: 1rem;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	background: #3B71B9;
	border: 1px solid #3B71B9;
	border-radius: 25px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #3B71B9;
}
.mailform button::before{
	font-family: "Font Awesome 6 Free";
	content: "\f0e0";
	font-weight: 700;
	margin-right: 10px;
}

@media (max-width: 750px){
	.mailform .row{
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1){
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2){
		width: 100%;
	}
}

/*チェックボックス*/
input[type=checkbox] {
    display: none;
}
input[type=checkbox] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=checkbox] + label::before{
    background: #fff;
    border: 1px solid #999;
    content: '';
    display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	border-radius: 3px;
}
input[type=checkbox] + label::after{
    border-right: 3px solid #3B71B9;
    border-bottom: 3px solid #3B71B9;
    content: '';
    display: block;
    height: 15px;
    left: 8px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 36%;
    width: 5px;
	transform: rotate(45deg) translate3d(0,2px,0) scale3d(.7,.7,1);
	transition: transform .2s ease-in-out, opacity .2s ease-in-out;
}
input[type=checkbox]:checked + label::after{
    opacity: 1;
	transform: rotate(45deg) scale3d(1,1,1);
}
@media (max-width: 750px){
	input[type=checkbox] + label{
		display: block;
	}
}


.contact_info ul li{
	margin-bottom: 5px;
	text-align: center;
	font-size: 0.9rem;
}

/*プライバシーポリシー*/
.privacy{
}
.privacy li{
}
.privacy li .privacy_wrap{
	
}
.privacy li .privacy_wrap .privacy_subject{
	text-align: center;
	cursor: pointer;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	text-decoration: underline;
	font-size: 0.9rem;
	letter-spacing: 0.1em;
}
.privacy li .privacy_wrap .privacy_subject:hover{
	text-decoration: none;
}
.privacy li .privacy_wrap .privacy_subject.area_close{
}

/*アコーディオンで現れるエリア*/
.privacy li .privacy_wrap .privacy_box{
	position: relative;
	display: none;/*はじめは非表示*/
	padding: 20px;
	background-color: #f5f5f5;
	margin-top: 5px;
}

.privacy_flame{
	height: 250px;
	overflow-y: scroll;
}
.privacy_flame p{
	padding: 10px;
	font-size: 0.8rem;
}
.privacy_flame p span{
	display: block;
	color: #3B71B9;
	font-size: 0.9rem;
}
.privacy_flame p span::before{
	content: "■";
	display: inline-block;
	font-size: 0.6rem;
	margin-right: 0.5em;
	transform: translateY(-2.5px);
}
.privacy_flame ul li{
	font-size: 0.8rem;
}

/*スクロールバー*/
.privacy_flame::-webkit-scrollbar{
    overflow: hidden;
    width: 1px;
    background: #fafafa;
}
.privacy_flame::-webkit-scrollbar-button {
    display: none;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #433c2e;
}

/*===サンクスページ===*/
.thanks .inner .small p{
	font-size: 0.8rem;
}
.thanks .sbtn a{
	margin-bottom: 20px;
}

/*===倉庫==============================*/
@media (max-width: 960px){
}
@media (max-width: 750px){
}
@media (max-width: 450px){
}

/*Safariのみ*/
::-webkit-full-page-media, :future, :root .class{
	background-attachment: scroll;
}