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

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
	scroll-padding-top: 110px;
	scroll-behavior: smooth;
}
@media (max-width: 960px){
	html{
		scroll-padding-top: 70px;
	}
}
body{
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-weight: 500;
	color: #333;
	font-size: 15px;
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.9;
}
p,li,span,a{
	letter-spacing: 0.15em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
	line-height: 1.7;
}
a{
	text-decoration: none;
	color: #333;
	transition: .4s;
}
ul:not(.news-detail .flex #main .text ul),
ol:not(.news-detail .flex #main .text ol){
	list-style: none;
}
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;
}
.inner.mini{
	max-width: 960px;
}

.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{
	margin-bottom: 40px;
}
h2.title span.en{
	display: block;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 300;
	font-size: 3.6rem;
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: 0.08em;
	color: #bbb;
}
h2.title span.en::first-letter{
	color: #ABCC00;
}
h2.title span.ja{
	display: flex;
  	align-items: center;
	font-size: 1.2rem;
	line-height: 1.7;
	letter-spacing: 0.12em;
}
h2.title span.ja::before{
	content: '';
	border-top: 1px solid;
	width: 2em;
	margin-right: .5em;
}
h2.title.center span.ja{
	display: block;
	width: 100%;
}
h2.title.center span.ja::before{
	display: none;
}
h2.title.white span.en,
h2.title.white span.en::first-letter,
h2.title.white span.ja{
	color: #fff;
}
h2.title.white2 span.en,
h2.title.white2 span.ja{
	color: #fff;
}
@media (max-width: 750px){
	h2.title{
		margin-bottom: 30px;
	}
	h2.title.m_center{
		text-align: center;
	}
	h2.title.m_center span.ja{
		display: block;
		width: 100%;
	}
	h2.title.m_center span.ja::before{
		display: none;
	}
	h2.title span.en{
		font-size: 2.6rem;
	}
	h2.title span.ja{
		font-size: 1.15rem;
	}
}



/*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: 700;
	letter-spacing: 0.1em;
	background-color: #fff;
	border: 2px solid #009ee2;
    padding: 18px 18px;
	padding-left: 36px;
	color: #009ee2;
    margin-bottom: 25px;
	border-radius: 20px;
	box-shadow: 4px 4px rgba(0, 158, 226, 0.4);
}
.mtitle02::before{
	content: '';
	display: block;
	width: 4px;
	height: 25px;
	background-color: #009ee2;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}


/*stitle*/
.stitle{
	position: relative;
	letter-spacing: 0.08em;
	font-size: 1.3rem;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -1px;
	width: 100px;
	height: 1px;
	background: #3da0ff;
}
.stitle::first-letter{
	font-size: 1.2em;
	color: #3da0ff;
	margin-right: 2px;
}

.stitle.green::before{
	background: #ABCC00;
}
.stitle.green::first-letter{
	color: #ABCC00
}


/*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: 60px;
	aspect-ratio: 52 / 23;
	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.2rem;
	padding-left: 15px;
	border-left: 4px solid #3da0ff;
	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: 1rem;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	letter-spacing: 0.08em;
}
.ntitle::before{
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 10px;
	font-size: 0.6rem;
	color: #004A78;
	transform: translateY(-2px);
}

.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{
	max-width: 300px;
	margin: 0 auto;
}
.sbtn a{
	display: block;
	border: 1px solid #fff;
	text-align: center;
	width: 100%;
	padding: 15px 0;
	border-radius: 40px;
	letter-spacing: 0.08em;
	font-size: 0.9rem;
	color: #fff;
	transition: all .5s ease;
	background: #3da0ff;
}
.sbtn a:hover{
	background:#fff;
	color: #3da0ff;
	border-color: #3da0ff;
}
.sbtn.white a{
	background: transparent;
}
.sbtn.white a:hover{
	background: rgba(255, 255, 255, 0.3);
	border-color: #fff;
	color: #fff;
}
.sbtn.white2 a{
	background: #fff;
	color: #3da0ff;
	border-color: #3da0ff;
}
.sbtn.white2 a:hover{
	background: #3da0ff;
	color: #fff;
	border-color: #fff;
}

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

.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){
	.sbtn.left{
		margin: 0 auto;
	}
	.sbtn3{
		display: block;
	}
	.sbtn3 .sbtn{
		width: 100%;
	}
	.sbtn3 .sbtn:not(:last-child){
		margin-bottom: 10px;
	}
}
@media (max-width: 750px){
	.sbtn2{
		display: block;
	}
	.sbtn2 .sbtn{
		width: 100%;
	}
	.sbtn2 .sbtn:first-child{
		margin-bottom: 10px;
	}
}


.insta_btn{
	max-width: 300px;
	margin: 0 auto;
}
.insta_btn a{
	display: block;
	position: relative;
	z-index: 1;
	border: 1px solid #fff;
	text-align: center;
	width: 100%;
	padding: 15px 0;
	border-radius: 40px;
	letter-spacing: 0.08em;
	font-size: 0.9rem;
	color: #fff;
	transition: all .5s ease;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	overflow: hidden;
}
.insta_btn a::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: -1;
	background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
.insta_btn a:hover{
	opacity: 0.6;
}


/*テキストリンク*/
a.t_link{
	color: #d17baa;
	background-image: linear-gradient(to right, #d17baa, #d17baa);
	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 0;
	letter-spacing: 0.08em;
	font-size: 0.95rem;
}
.info_table02 th{
	position: relative;
	background: #007766;
	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 #007766;
}
.info_table02 td{
	padding-left: 20px;
	padding-right: 20px;
	background: #f8f8f8;
}
.info_table02.white td{
	background: #fff;
}
@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);
	margin: 0 auto;
	max-width: 960px;
}
.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;
}
.info_table03.white,
.info_table03.white tr{
	border-color: rgba(255, 255, 255, 0.5);
}
.info_table03.white th,
.info_table03.white td{
	color: #fff;
}
@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;
	letter-spacing: 0.08em;
}
ul.check_list li:first-child{
	padding-top: 0 !important;
}
ul.check_list li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #08A6A6;
	margin-right: .5em;
	font-size: 0.6rem;
	transform: translateY(-2px);
}
ul.check_list.white li{
	color: #fff;
	border-color: rgba(255, 255, 255, 1);
}
ul.check_list.white li::before{
	color: #fff;
}

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: #ABCC00;
	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: #08A6A6;
	margin-right: 5px;
}

ul.care_list li{
	letter-spacing: 0.08em;
	margin-bottom: 5px;
	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: #08A6A6;
}
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: 960px){
	.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: 400px;
}
.mini_flex .text{
	width: calc(100% - 440px);
}
@media (max-width: 960px){
	.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%;
}


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

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



.overwrap{
	overflow-x: clip;
}

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






/*背景文字*/
.flowimg{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	animation: flowimg_apper 1.4s ease-in-out;
	pointer-events: none;
}
@keyframes flowimg_apper {
	0% {
		opacity: 0;
	}
	60%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.flowimg::before,
.flowimg::after{
	display: block;
	position: absolute;
	bottom: -40px;
	width: 100%;
	height: auto;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	color: #fff;
	z-index: -10;
	font-family: "Josefin Sans", sans-serif;
  	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	opacity: 0.1;
	font-size: 14rem;
	animation: 25s linear infinite;
}
.flowimg::before{
	left: 0;
}
@media (max-width: 750px){
	.flowimg::before,
	.flowimg::after{
		bottom: -20px;
		font-size: 8rem;
		animation: 16s linear infinite;
	}
}


.flowimg1::before,
.flowimg1::after{
	content: "about us";
	animation-name: flowimg1;
}
.flowimg1::after{
	left: 1400px;
}
@keyframes flowimg1{
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-1400px);
	}
}
@media (max-width: 750px){
	.flowimg1::after{
		left: 800px;
	}
	@keyframes flowimg1{
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(-800px);
		}
	}
}


.flowimg2::before,
.flowimg2::after{
	content: "our service";
	animation-name: flowimg2;
}
.flowimg2::after{
	left: -1800px;
}
@keyframes flowimg2{
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(1800px);
	}
}
@media (max-width: 750px){
	.flowimg2::after{
		left: -1000px;
	}
	@keyframes flowimg2{
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(1000px);
		}
	}
}


.flowimg3::before,
.flowimg3::after{
	content: "contact us";
	opacity: 0.05;
	animation-name: flowimg3;
}
.flowimg3::after{
	left: 1700px;
}
@keyframes flowimg3{
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-1700px);
	}
}
@media (max-width: 750px){
	.flowimg3::after{
		left: 970px;
	}
	@keyframes flowimg3{
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(-970px);
		}
	}
}






.img.shadow{
	position: relative;
	z-index: 1;
}
.img.shadow::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 10px;
	left: 10px;
	background: #3da0ff;
	background: rgba(0, 0, 0, 0.6);
	pointer-events: none;
	z-index: -1;
}
@media (max-width: 750px){
	.img.shadow::after{
		top: 5px;
		left: 5px;
	}
}




.txt_deco{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 700;
	font-size: 10rem;
	letter-spacing: 0.08em;
	line-height: 1;
	white-space: nowrap;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	color: #fff;
	text-transform: uppercase;
	opacity: 0.1;
}
@media (max-width: 750px){
	.txt_deco{
		font-size: 4rem;
	}
}



/*===ヘッダー==============================*/
.site_header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: 0.6s;
	background: rgba(255, 255, 255, 1);
	border-bottom: 1px solid #eee;
	padding: 10px 0;
	transform: translateY(-100%);
}
.site_header.transform{
	transform: translateY(0);
}
.site_header .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.site_header h1{
	width: 220px;
	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 .left .mobile_icon{
	display: none;
	width: 46px;
}
.site_header .left .mobile_icon img{
	display: block;
	width: 100%;
}
.site_header .left .mobile_icon a:hover{
	opacity: 0.4;
}

.site_header .info{
}
.site_header .tr{
	display: flex;
	justify-content: right;
	align-items: center;
	margin-bottom: 15px;
}
.site_header .tr .btn{
	margin-left: 20px;
}
.site_header .tr .tel_btn{
}
.site_header .tr .tel_btn a{
	display: inline-block;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 300;
	font-size: 1.9rem;
	letter-spacing: 0.05em;
	line-height: 1;
}
.site_header .tr .tel_btn a img{
	display: inline-block;
	width: 25px;
	margin-right: 10px;
}
.site_header .tr .tel_btn p{
	line-height: 1;
	font-size: 0.7rem;
	margin-top: 3px;
}

.site_header .tr .icon{
	display: block;
	width: 26px;
}
.site_header .tr .icon img{
	display: block;
	width: 100%;
}
.site_header .tr a:hover{
	opacity: 0.4;
}



/*global_nav*/
.global_nav{
	width: 100%;
}
.global_nav ul{
	margin: 0 0 0 auto;
	display: flex;
	justify-content: right;
	padding: 0;
}
.global_nav ul li{
	flex: 1 0 auto;
	border-right: 1px solid #ddd;
	transition: .4s;
}
.global_nav ul li:first-child{
	border-left: 1px solid #ddd;
}
.global_nav ul li a{
	display: block;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.26em;
	text-align: center;
	padding: 0 30px;
}
.global_nav ul li a span{
	display: block;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 0.88em;
	margin-bottom: 5px;
	color: #ccc;
	transition: 0.2s;
	transition-delay: 0.1s;
}
.global_nav ul li a:hover span{
	color: #3da0ff;
}
@media (max-width: 1200px){
	.site_header{
		transform: translateY(0);
	}
	.site_header.transform{
		transform: translateY(0);
	}
}
@media (max-width: 960px){
	.site_header{
		padding: 0;
	}
	.site_header .left{
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: calc(100% - 60px);
	}
	.site_header .left .mobile_icon{
		display: block;
	}
	.site_header .flex{
		height: 70px;
	}
	.site_header h1{
		width: 180px;
	}
	.site_header .info{
		display: none;
	}
}




.bottom_fixed{
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 90;
	width: 100%;
}
.bottom_fixed a{
	display: block;
	width: 50%;
	background-color: #ABCC00;
	color: #fff;
	text-align: center;
	padding: 12px 0;
	border-top: 1px solid #fff;
}
.bottom_fixed a:first-child{
	border-right: 1px solid #fff;
	background-color: #3da0ff;
}
.bottom_fixed a .txt1{
	font-size: 0.9rem;
	line-height: 1;
	margin-bottom: 5px;
}
.bottom_fixed a .txt2{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
}
@media (max-width: 960px){
	.bottom_fixed{
		display: flex;
	}
}




.front_audio{
	position: fixed;
	z-index: 80;
	bottom: 10px;
	right: 10px;
	text-align: center;
}
.front_audio audio{
}
.front_audio p{
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	text-align: center;
	padding: 0 40px;
	margin: 0 auto;
	letter-spacing: 0.08em;
	margin-bottom: 5px;
	color: #3da0ff;
}
.front_audio p i{
	color: #3da0ff;
}
.front_audio p::before,
.front_audio p::after{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.2em;
}
.front_audio p::before{
	content: '＼';
	left: 0;
}
.front_audio p::after{
	content: '／';
	right: 0;
}
@media (max-width: 960px){
	.front_audio{
		bottom: 60px;
	}
}



/*===スライダー==============================*/
.fv{
	position: relative;
	padding-top: 10px;
}
.fv .fv_wrap{
	position: relative;
	z-index: 1;
}
.fv .fv_wrap::before{
	content: '';
	width: 50%;
	max-width: 450px;
	aspect-ratio: 800 / 177;
	position: absolute;
	bottom: -1px;
	right: 0;
	background: url(../img/fv_bottom_deco.png);
	background-size: contain;
	background-position: bottom right;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: 2;
}
.fv .fv_wrap .slider{
	position: relative;
	width: calc(100% - 20px);
	margin: 0 auto;
	border-radius: 20px;
	overflow: hidden;
	background-color: #fff;
	z-index: -5;
}
.fv .fv_wrap .slider::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 1;
	background-color: rgba(0,0,0,0.1);
	background-color: rgba(0,0,0,0.5);
}
.fv .fv_wrap .slider::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 80;
	opacity: 0;
	pointer-events: none;
	animation: fv_apper 2s linear;
}
@keyframes fv_apper {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.fv .fv_wrap .slider li{
	width: 100%;
	height: calc(100vh - 110px);
	min-height: 400px;
	animation: fv_ani 1.8s cubic-bezier(.455,.03,.515,.955);
}
@keyframes fv_ani{
  0%{
		filter: blur(10px) brightness(2);
		transform: scale(1.01);
	}
	100%{
		filter: blur(0) brightness(1);
		transform: scale(1);
	}
}
.fv .fv_wrap .slider li .slide_img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.1);
}
.fv .fv_wrap .slider li.add-animation .slide_img{
	animation: zoom 7.5s linear 0s forwards;
}
@keyframes zoom {
	0% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}


/*キャッチ*/
.fv .fv_wrap .catch{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	pointer-events: none;
	text-align: center;
	z-index: 20;
	width: 96%;
	max-width: 700px;
	/*filter: drop-shadow(2px 2px 5px rgba(0, 120, 204, 0.5));*/
}






/*FV下nav*/
.fv_bottom{
	position: relative;
	z-index: 1;
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	animation: fv_bottom_apper 1.5s ease-in-out;
}
.home .fv_bottom{
	animation: fv_bottom_apper 2.5s ease-in-out;
}
@keyframes fv_bottom_apper {
	0% {
		opacity: 0;
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fv_bottom h2.logo{
	width: 200px;
}

.fv_nav{
	width: calc(100% - 620px);
}
.fv_nav ul{
	display: flex;
	justify-content: space-between;
}
.fv_nav ul li{
	flex: 1 0 auto;
	border-right: 1px solid #ddd;
}
.fv_nav ul li:first-child{
	border-left: 1px solid #ddd;
}
.fv_nav ul li a{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 1;
	font-weight: 400;
}
.fv_nav ul li a span{
	display: block;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-bottom: 5px;
	color: #ccc;
	transition: 0.2s;
	transition-delay: 0.1s;
}
.fv_nav ul li a:hover span{
	color: #3da0ff;
}


.fv_bottom .tr{
	display: flex;
	justify-content: right;
	align-items: center;
}
.fv_bottom .tr .btn{
	margin-left: 20px;
}
.fv_bottom .tr .tel_btn{
	margin-left: 0;
}
.fv_bottom .tr .tel_btn a{
	display: inline-block;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 300;
	font-size: 1.9rem;
	letter-spacing: 0.05em;
	line-height: 1;
}
.fv_bottom .tr .tel_btn a img{
	display: inline-block;
	width: 25px;
	margin-right: 10px;
}
.fv_bottom .tr .tel_btn p{
	line-height: 1;
	font-size: 0.7rem;
	margin-top: 3px;
}

.fv_bottom .tr .icon{
	display: block;
	width: 26px;
}
.fv_bottom .tr .icon img{
	display: block;
	width: 100%;
}
.fv_bottom .tr a:hover{
	opacity: 0.4;
}
@media (max-width: 1200px){
	.fv{
		padding-top: 122px;
	}
	.fv .fv_wrap .slider li{
		height: calc(90vh - 122px);
		height: calc(100vh - 132px);
	}
	.fv_bottom{
		display: none;
	}
}
@media (max-width: 960px){
	.fv{
		padding-top: 80px;
	}
	.fv .fv_wrap .slider li{
		height: 60vh;
		height: calc(100vh - 90px);
	}
}
/*@media (max-width: 750px){
	.fv .fv_wrap .slider li{
		height: 50vh;
	}
}*/



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

.inner.white{
	background-color: #fff;
	padding: 40px;
	border-radius: 10px;
}
.inner.white2{
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: center;
	color: #fff;
	overflow: hidden;
	background-attachment: fixed;
	padding: 100px 40px;
	border-radius: 10px;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .inner.white2{
	background-attachment: scroll;
}
.inner.white2::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	pointer-events: none;
	z-index: -2;
}
@media (max-width: 750px){
	.inner.white{
		padding: 40px 20px;
	}
	.inner.white2{
		padding: 60px 20px;
	}
}

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


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


.ribbon01::before{
	content: '';
	width: 53%;
	max-width: 500px;
	aspect-ratio: 800 / 412;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../img/ribbon01a.png);
	pointer-events: none;
	z-index: -10;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0.8;
	opacity: 0.7;
}



.bg01{
	background-color: #FAF8F4;
}


.green01::after{
	content: '';
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/green01.png);
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: -1;
}
.green02::after{
	content: '';
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/green02.png);
	background-size: contain;
	background-position: top right;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: -1;
}
/*.green03::after{
	content: '';
	width: 40%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/green03.png);
	background-size: contain;
	background-position: top left;
	background-repeat: no-repeat;
	pointer-events: none;
	z-index: -1;
	opacity: 0.6;
}
@media (max-width: 750px){
	.green03::after{
		width: 70%;
	}
}*/


/*==welcome==============================*/
.welcome{
}
.welcome .inner.white2{
	background-image: url(../img/welcome_bg.jpg);
}
.welcome .text{
	max-width: 600px;
}
.welcome .text .info p{
	line-height: 2.2;
}
@media (max-width: 750px){
}






.key_flex{
	display: flex;
	align-items: center;
}
.key_flex .images{
	width: 50%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-left: 20px;
}
.key_flex .images .img{
	width: 48.5%;
}
.key_flex .images .img:nth-child(2){
	margin-top: 60px;
}
.key_flex .text{
	width: 50%;
	padding: 0 6%;
}
.key_flex .text .info p{
	line-height: 2.2;
}

.key_flex.reverse .images{
	padding-left: 0;
	padding-right: 20px;
}
.key_flex.reverse .images .img:nth-child(1){
	margin-top: 120px;
}
.key_flex.reverse .images .img:nth-child(2){
	margin-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;
		padding: 0 !important;
		margin-bottom: 60px;
	}
	.key_flex .images .img{
		width: 48%;
	}
	.key_flex .images .img:nth-child(2){
		margin-top: 30px;
	}
	.key_flex.reverse .images .img:nth-child(1){
		margin-top: 30px;
	}
	.key_flex.reverse .images .img:nth-child(2){
		margin-top: 0;
	}
	.key_flex .text{
		width: 100%;
		padding: 0;
	}
}




/*===t_feature==============================*/
.t_feature{
}

.t_feature .flex{
	display: flex;
	justify-content: space-between;
}
.t_feature .flex .box{
	position: relative;
	z-index: 1;
	width: 32.5%;
	background-color: #fff;
	padding: 30px;
	box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 24px;
	color: #fff;
	background-size: cover;
	background-position: center;

	padding: 80px 30px;
	border-radius: 10px 0 10px 0;
	overflow: hidden;
}
.t_feature .flex .box:nth-child(1){
	background-image: url(../img/t_feature01.jpg);
}
.t_feature .flex .box:nth-child(2){
	background-image: url(../img/t_feature02.jpg);
}
.t_feature .flex .box:nth-child(3){
	background-image: url(../img/t_feature03.jpg);
}
.t_feature .flex .box::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	pointer-events: none;
	z-index: -1;
}
.t_feature .flex .box .img{
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 30px;

	display: none;
}
.t_feature .flex .box .num{
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	text-align: center;
	padding: 0 25px;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 500;
	text-transform: capitalize;
	margin: 0 auto;
	font-size: 1.1rem;
	line-height: 1.4;
}
.t_feature .flex .box .num span{
	display: inline-block;
	margin-left: 2px;
	color: #3da0ff;
}
.t_feature .flex .box .num::before,
.t_feature .flex .box .num::after{
	position: absolute;
	top: 57%;
	transform: translateY(-50%);
}
.t_feature .flex .box .num::before{
	content: '＼';
	left: 0;
}
.t_feature .flex .box .num::after{
	content: '／';
	right: 0;
}
.t_feature .flex .box h3{
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom: 15px;

	font-weight: 600;
	letter-spacing: 0.12em;
}
@media (max-width: 1300px){
	.t_feature .flex .box{
		padding: 60px 30px;
	}
}
@media (max-width: 960px){
	.t_feature .flex{
		display: block;
	}
	.t_feature .flex .box{
		width: 100%;
		padding: 25px;
		margin-bottom: 15px;

		padding: 60px 25px;
	}
	.t_feature .flex .box:last-child{
		margin-bottom: 0 !important;
	}
	.t_feature .flex .box h3{
		font-size: 1.4rem;
	}
}






/*===t_service==============================*/
.t_service{
	background: url(../img/t_service_bg.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
}
.t_service::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	pointer-events: none;
	z-index: -2;
}






/*===t_works==============================*/
.t_works{
	background: linear-gradient(to bottom, transparent 0 50%, #FAF8F4 50% 100%);
}


.tp_slide{
}
.tp_slide li{
	position: relative;
	z-index: 1;
	margin: 0 20px;
}
.tp_slide li:nth-child(odd){
	margin-top: 40px;
}
.tp_slide li a{
	display: block;
	width: 100%;
	overflow: hidden;
	aspect-ratio: 3 / 2;
	aspect-ratio: 1 / 1;
	background-color: #fff;
}
.tp_slide li a img{
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.tp_slide li a:hover img{
	opacity: 0.6;
}
@media (max-width: 750px){
	.tp_slide li{
		margin: 0 10px;
	}
	.tp_slide li:nth-child(odd){
		margin-top: 20px;
	}
}

/*意図しないレイアウトのズレ防止のため1枚目以外の画像を予め非表示にしておく
(スクリプト読み込み後はdivが生成されるので画像が表示されるようになる)*/
.tp_slide > li:not(:first-child) {
    display: none;
}


/*===news==============================*/
.news{
}



/*===フッター==============================*/
footer{
}

.footer_top{
	position: relative;
	z-index: 1;
	background: url(../img/footer.jpg);
	background-size: cover;
	background-position: right center;
	padding: 60px 0;
	color: #fff;
}
/*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(164, 196, 5, 0.8);
	background: rgba(0, 0, 0, 0.6);
	pointer-events: none;
	z-index: -2;
}
.footer_top .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_top .flex .left{
	width: 49%;
}
.footer_top .flex .right{
	width: 49%;
}
.footer_top .btn_wrap{
}
.footer_top .btn_wrap .btn{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.footer_top .btn_wrap .btn:last-child{
	margin-bottom: 0 !important;
}
.footer_top .btn_wrap .btn a{
	display: block;
	width: 100%;
	border: 2px solid #fff;
	color: #fff;
	padding: 20px 0;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	text-align: center;
	text-transform: uppercase;
	border-radius: 500px;
}
.footer_top .btn_wrap .btn a:hover{
	background-color: rgba(255, 255, 255, 0.1);
}
@media (max-width: 960px){
	.footer_top{
	}
	.footer_top .flex{
		display: block;
	}
	.footer_top .flex .left{
		width: 100%;
		margin-bottom: 30px;
	}
	.footer_top .flex .right{
		width: 100%;
	}
	.footer_top .btn_wrap .btn a{
		font-size: 1.3rem;
	}
}


.footer_middle{
	position: relative;
	z-index: 1;
	padding: 60px 0;
	padding-top: 0;
}
.footer_middle .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_middle .flex .left{
	width: 440px;
}
.footer_middle .flex .right{
	width: calc(100% - 440px);
}
.footer_middle .flex .right .fnav_container{
	display: flex;
	justify-content: space-between;
}
.footer_middle .flex .right .fnav_container .fnav{
	width: 48.5%;
}
.footer_middle .flex .right .fnav_container .fnav .box{
	border-top: 1px solid #ccc;
	margin-bottom: 20px;
}
.footer_middle .flex .right .fnav_container .fnav .box:last-child{
	margin-bottom: 0;
}
.footer_middle .flex .right .fnav_container .fnav .box h4{
	font-size: 0.8rem;
	padding: 10px 0 5px;
}
.footer_middle .flex .right .fnav_container .fnav .box h4 span{
	display: inline-block;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 1.5rem;
	margin-right: 10px;
}
.footer_middle .flex .right .fnav_container .fnav .box h4 span::first-letter{
}
.footer_middle .flex .right .fnav_container .fnav .box h4 a:hover{
	opacity: 0.6;
}
.footer_middle .flex .right .fnav_container .fnav .box ul{
}
.footer_middle .flex .right .fnav_container .fnav .box ul li{
}
.footer_middle .flex .right .fnav_container .fnav .box ul li a{
	font-size: 0.8rem;
}
.footer_middle .flex .right .fnav_container .fnav .box ul li a::before{
	display: inline-block;
	/*font-family: "Font Awesome 6 Free";
	content: "\f111";
	font-weight: 900;
	font-size: 0.8em;
	transform: translateY(-2px);*/
	content: '-';
	margin-right: 10px;
}
.footer_middle .flex .right .fnav_container .fnav .box ul li a:hover{
	opacity: 0.6;
}



footer h3{
	width: 100%;
	max-width: 280px;
	margin-bottom: 30px;
}
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{
	max-width: 180px;
	margin: 0;
	margin-top: 25px;
}
.footer_middle .insta_btn a{
	padding: 10px 0;
}

.footer_middle .footer_deco{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}


@media (max-width: 1200px){
	.footer_middle .flex{
		display: block;
	}
	.footer_middle .flex .left{
		width: 100%;
		text-align: center;
		margin-bottom: 40px;
	}
	.footer_middle .flex .right{
		width: 100%;
	}
	footer h3{
		width: 80%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.footer_middle .insta_btn{
		margin: 0 auto;
		margin-top: 25px;
	}
}
@media (max-width: 750px){
	.footer_middle{
		padding: 60px 0;
		padding-top: 0;
	}
	.footer_middle .flex .right .fnav_container{
		display: block;
		margin: 0 auto;
		width: 90%;
	}
	.footer_middle .flex .right .fnav_container .fnav{
		width: 100%;
	}
	.footer_middle .flex .right .fnav_container .fnav .box:last-child{
		margin-bottom: 40px;
	}
	.footer_middle .flex .right .fnav_container .fnav:last-child .box:last-child{
		margin-bottom: 0;
	}
}

footer .copy{
	text-align: center;
	padding: 14px 0;
	background-color: #000;
	color: #fff;
}
@media (max-width: 960px){
	footer .copy{
		padding: 14px 0 80px;
	}
}



/*トップに戻る*/
.page_top{
	opacity: 0;
	pointer-events: none;
  	width: 50px;
	aspect-ratio: 1 / 1;
  	position: fixed;
  	right: 3%;
  	bottom: 130px;
	border-radius: 50%;
	opacity: 0;
	transition: 1s;
  	background: #3da0ff;
	background: #000;
  	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: 960px){
	.page_top{
		width: 45px;
		right: 10px;
		bottom: 170px;
	}
}

/*=================================*/
/*===下層ページ===============================================================*/
/*下層トップ*/
.kasou_top{
	position: relative;
	z-index: 1;
	background: url(../img/kasou_top.jpg);
	background-size: cover;
	background-position: center;
	width: calc(100% - 20px);
	aspect-ratio: 5 / 3;
	max-height: 350px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 20px;
	margin: 0 auto;
	margin-top: 10px;
}
.kasou_top::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
    opacity: 0.2;
	pointer-events: none;
	z-index:-1;
}
.kasou_top h2{
	position: relative;
	z-index: 3;
	text-align: center;
	font-family: "Kaisei Decol", serif;
  	font-weight: 500;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 6px;
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.5));
}
@media (max-width: 1200px){
	.kasou_top{
		margin-top: 122px;
	}
}
@media (max-width: 960px){
	.kasou_top{
		margin-top: 80px;
	}
}
@media (max-width: 750px){
	.kasou_top h2{
		font-size: 1.9rem;
		margin-bottom: 2px;
	}
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 0.8rem;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
	padding: 0;
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.5));
}
.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{
}
.feature01 .inner.white2{
	background-image: url(../img/feature01_bg.jpg);
}
.feature02 .inner.white2{
	background-image: url(../img/feature02_bg.jpg);
}
.feature03 .inner.white2{
	background-image: url(../img/feature03_bg.jpg);
}

.feature .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.feature .flex .img{
	width: 48%;
}
.feature .flex .text{
	width: 49%;
}
@media (max-width: 750px){
	.feature .flex{
		display: block;
	}
	.feature .flex .img{
		width: 100%;
		margin-bottom: 25px;
	}
	.feature .flex .text{
		width: 100%;
	}
}


.feature .deco{
	position: absolute;
	z-index: 2;
	pointer-events: none;
	width: 22%;
	max-width: 200px;
}
.feature .deco img{
	display: block;
	width: 100%;
}
@media (max-width: 750px){
	.feature .deco{
		max-width: 80px;
	}
}

.feature01 .deco01{
	top: 0;
	right: 0;
}
.feature01 .deco02{
	bottom: 0;
	left: 0;
}

.feature02 .deco01{
	bottom: 0;
	right: 0;
}

.feature03 .deco01{
	bottom: 0;
	left: 0;
}




.flowimg.feature1::before,
.flowimg.feature1::after{
	content: "community-based";
	animation-name: flowimg_feature1;
}
.flowimg.feature1::after{
	left: 2600px;
}
@keyframes flowimg_feature1{
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-2600px);
	}
}
@media (max-width: 750px){
	.flowimg.feature1::after{
		left: 1450px;
	}
	@keyframes flowimg_feature1{
		0%{
			transform: translateX(0);
		}
		100%{
			transform: translateX(-1450px);
		}
	}
}

.flowimg.feature2::before,
.flowimg.feature2::after{
	content: "consideration";
	animation-name: flowimg_feature2;
}
.flowimg.feature2::after{
	left: -2200px;
}
@keyframes flowimg_feature2{
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(2200px);
	}
}
@media (max-width: 750px){
	.flowimg.feature2::after{
		left: -1250px;
	}
	@keyframes flowimg_feature2{
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(1250px);
		}
	}
}

.flowimg.feature3::before,
.flowimg.feature3::after{
	content: "skills and technology";
	animation-name: flowimg_feature3;
}
.flowimg.feature3::after{
	left: 3400px;
}
@keyframes flowimg_feature3{
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-3400px);
	}
}
@media (max-width: 750px){
	.flowimg.feature3::after{
		left: 1950px;
	}
	@keyframes flowimg_feature3{
		0%{
			transform: translateX(0);
		}
		100%{
			transform: translateX(-1950px);
		}
	}
}


/*===事業内容ページ==============================*/
.service_lede{
	padding: 100px 0;
	position: relative;
	z-index: 1;
}
.service_lede .inner.white2{
	background-image: url(../img/service_lede_bg.jpg);
}
.service_lede .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.service_lede .flex .img{
	width: 200px;
}
.service_lede .flex .text{
	width: calc(100% - 240px);
}
@media (max-width: 750px){
	.service_lede{
		padding: 60px 0;
	}
	.service_lede .flex{
		display: block;
	}
	.service_lede .flex .img{
		width: 40%;
		max-width: 200px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.service_lede .flex .text{
		width: 100%;
	}
}



.service{
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: #fff;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .service{
	background-attachment: scroll;
}
.service::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	pointer-events: none;
	z-index: -2;
}
.service01{
	background-image: url(../img/service01_bg.jpg);
}
.service02{
	background-image: url(../img/service02_bg.jpg);
}
.service03{
	background-image: url(../img/service03_bg.jpg);
}
.service04{
	background-image: url(../img/service04_bg.jpg);
}




.area{
}
.area .inner.white2{
	padding: 40px;
	background-image: url(../img/area_bg.jpg);
}
.area .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.area .flex .text{
	width: calc(100% - 370px);
}
.area .flex .img{
	width: 350px;
}
@media (max-width: 750px){
	.area .inner.white2{
		padding: 40px 20px;
	}
	.area .flex{
		flex-direction: column-reverse;
	}
	.area .flex .text{
		width: 100%;
	}
	.area .flex .img{
		width: 80%;
		max-width: 300px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
}





.flowimg.service1::before,
.flowimg.service1::after{
	content: "interior";
	animation-name: flowimg_service1;
}
.flowimg.service1::after{
	left: 1400px;
}
@keyframes flowimg_service1{
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-1400px);
	}
}
@media (max-width: 750px){
	.flowimg.service1::after{
		left: 750px;
	}
	@keyframes flowimg_service1{
		0%{
			transform: translateX(0);
		}
		100%{
			transform: translateX(-750px);
		}
	}
}

.flowimg.service2::before,
.flowimg.service2::after{
	content: "exterior";
	animation-name: flowimg_service2;
}
.flowimg.service2::after{
	left: -1400px;
}
@keyframes flowimg_service2{
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(1400px);
	}
}
@media (max-width: 750px){
	.flowimg.service2::after{
		left: -800px;
	}
	@keyframes flowimg_service2{
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(800px);
		}
	}
}

.flowimg.service3::before,
.flowimg.service3::after{
	content: "solar panel";
	animation-name: flowimg_service3;
}
.flowimg.service3::after{
	left: 1850px;
}
@keyframes flowimg_service3{
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-1850px);
	}
}
@media (max-width: 750px){
	.flowimg.service3::after{
		left: 1050px;
	}
	@keyframes flowimg_service3{
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(-1050px);
		}
	}
}

.flowimg.service4::before,
.flowimg.service4::after{
	content: "all electric";
	animation-name: flowimg_service4;
}
.flowimg.service4::after{
	left: -1900px;
}
@keyframes flowimg_service4{
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(1900px);
	}
}
@media (max-width: 750px){
	.flowimg.service4::after{
		left: -1100px;
	}
	@keyframes flowimg_service4{
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(1100px);
		}
	}
}


/*===施工実績ページ==============================*/
.works{
}


.review{
	background: url(../img/review_bg.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
	margin-bottom: 20px;
}
.review::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	pointer-events: none;
	z-index: -2;
}
.review .container{
	display: flex;
	flex-wrap: wrap;
}
.review .container .box{
	position: relative;
	z-index: 1;
	width: 32%;
	margin: 0 0.5% 20px;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 20px;
}
.review .container .box .num{
	font-family: "Josefin Sans", sans-serif;
	font-weight: 500;
	color: #fff;
	text-transform: capitalize;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}
.review .container .box .num::first-letter{
	color: #3da0ff;
}
.review .container .box .num span{
	display: block;
}
@media (max-width: 960px){
	.review .container{
		justify-content: space-between;
	}
	.review .container .box{
		width: 49%;
		margin: 0 0 20px;
	}
}
@media (max-width: 750px){
	.review .container{
		display: block;
	}
	.review .container .box{
		width: 100%;
		margin-bottom: 15px;
	}
	.review .container .box:last-child{
		margin-bottom: 0 !important;
	}
}




.flowimg_review::before,
.flowimg_review::after{
	content: "review";
	animation-name: flowimg_review;
}
.flowimg_review::after{
	left: -1200px;
}
@keyframes flowimg_review{
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(1200px);
	}
}
@media (max-width: 750px){
	.flowimg_review::after{
		left: -650px;
	}
	@keyframes flowimg_review{
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(650px);
		}
	}
}


/*===会社概要ページ==============================*/
.vision{
	padding-bottom: 0;
	z-index: 2;
}
.vision .inner.white2{
	background-image: url(../img/vision_bg.jpg);
}
.vision .flex{
	display: flex;
	justify-content: space-between;
}
.vision .flex .left{
}
.vision .flex .right{
	width: calc(100% - 420px);
}
.vision .flex .right h3{
	color: #fff;
	font-size: 3.6rem;
	letter-spacing: 0.06em;
	line-height: 1.4;
	/*background: url(../img/vision_title.jpg);
	background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
	width: -moz-fit-content;
	width: fit-content;*/
	margin-bottom: 10px;
}
@media (max-width: 960px){
	.vision .flex{
		display: block;
	}
	.vision .flex .left{
	}
	.vision .flex .right{
		width: 100%;
	}
	.vision .flex .right h3{
		font-size: 3rem;
	}
}
@media (max-width: 750px){
	.vision .flex .right{
		text-align: center;
	}
	.vision .flex .right h3{
		font-size: 2rem;
	}
}

.vision .staff_deco{
	position: relative;
	bottom: -20px;
	width: 90%;
	max-width: 650px;
	margin: 0 auto;
	margin-top: 20px;
}



.motto .flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
.motto .flex .box{
	position: relative;
	z-index: 1;
	width: 24%;
	aspect-ratio: 1 / 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	overflow: hidden;
}
.motto .flex .box::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	pointer-events: none;
	z-index: -2;
}
.motto .flex .box01{
	background-image: url(../img/motto01.jpg);
}
.motto .flex .box02{
	background-image: url(../img/motto02.jpg);
}
.motto .flex .box03{
	background-image: url(../img/motto03.jpg);
}
.motto .flex .box04{
	background-image: url(../img/motto04.jpg);
}
.motto .flex .box p{
	font-size: 1.8rem;
	font-size: 2rem;
	letter-spacing: 0.3em;
	/*color: #fff;
	text-shadow: rgba(61, 160, 255,0.8) 0 0 5px, rgba(61, 160, 255,0.8) 0 0 10px;*/
	color: #3da0ff;
	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;
}
.motto .flex .box .num{
	display: block;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 500;
	font-size: 10rem;
	line-height: 1;
	color: #3da0ff;
	color: #000;
	opacity: 0.1;
}
@media (max-width: 960px){
	.motto .flex{
	}
	.motto .flex .box{
		width: 49%;
	}
	.motto .flex .box:nth-child(even){
		margin-top: 30px;
	}
}
@media (max-width: 750px){
	.motto .flex .box p{
		font-size: 1.4rem;
	}
	.motto .flex .box .num{
		font-size: 6rem;
	}
}


.greeting{
}
.greeting .inner.white2{
	background-image: url(../img/greeting_bg.jpg);
}
.greeting .flex{
	display: flex;
	justify-content: space-between;
}
.greeting .flex .left{
}
.greeting .flex .right{
	width: calc(100% - 420px);
}
.greeting .tail{
	text-align: right;
	margin-top: 30px;
}
@media (max-width: 960px){
	.greeting .flex{
		display: block;
	}
	.greeting .flex .left{
	}
	.greeting .flex .right{
		width: 100%;
	}
	.greeting .tail{
		text-align: right;
		margin-top: 30px;
	}
}


.about{
	position: relative;
	z-index: 1;
	background: url(../img/about_bg.jpg);
	background-size: cover;
	background-position: center;
	color: #fff;
	overflow: hidden;
	background-attachment: fixed;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .about{
	background-attachment: scroll;
}
.about::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.7);
	pointer-events: none;
	z-index: -2;
}





.flowimg_greeting::before,
.flowimg_greeting::after{
	content: "greeting";
	animation-name: flowimg_greeting;
}
.flowimg_greeting::after{
	left: 1400px;
}
@keyframes flowimg_greeting{
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-1400px);
	}
}
@media (max-width: 750px){
	.flowimg_greeting::after{
		left: 800px;
	}
	@keyframes flowimg_greeting{
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(-800px);
		}
	}
}


.flowimg_about::before,
.flowimg_about::after{
	content: "about us";
	animation-name: flowimg_about;
}
.flowimg_about::after{
	left: -1400px;
}
@keyframes flowimg_about{
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(1400px);
	}
}
@media (max-width: 750px){
	.flowimg_about::after{
		left: -800px;
	}
	@keyframes flowimg_about{
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(800px);
		}
	}
}



/*===お問い合わせページ==============================*/
.contact .tel_contact .wrap{
	background-color: #f8f8f8;
	padding: 20px;
	display: flex;
	justify-content: left;
	align-items: center;
	border-radius: 10px;
}
.contact .tel_contact .wrap .sub{
	font-size: 1.8rem;
	margin-right: 40px;
	letter-spacing: 0.08em;
	font-family: "Josefin Sans", sans-serif;
	font-weight: 500;
}
.contact .tel_contact .wrap .sub a{
	display: inline-block;
	white-space: nowrap;
	color: #3da0ff;
	letter-spacing: 0.08em;
}
.contact .tel_contact .wrap .sub a i{
	font-size: 0.8em;
}
.contact .tel_contact .wrap .sub a:hover{
	opacity: 0.6;
}
.contact .tel_contact .wrap .info{
	
}
.contact .tel_contact .wrap .info p{
	font-size: 0.9rem;
}
@media (max-width: 960px){
	.contact .tel_contact .wrap{
		display: block;
	}
	.contact .tel_contact .wrap .sub{
		font-size: 1.8rem;
		margin-right: 0;
	}
	.contact .tel_contact .wrap .sub a{
		font-size: 2rem;
	}
}



.contact .info_wrap{
	background-color: #f8f8f8;
}

/*メールフォーム*/
.mailform{
}
.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: #3da0ff;
}
.mailform .row span.ninni{
	background: #f9f5f4;
	background: #fff;
}
.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;
	text-align: center;
	transition: .6s;
	padding: 12px 5px;
	margin: 0 auto;
	width: 90%;
	max-width: 300px;
	background: #3da0ff;
	border: 1px solid #3da0ff;
	border-radius: 500px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #3da0ff;
}
.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 #3da0ff;
    border-bottom: 3px solid #3da0ff;
    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;
	}
}

/*ラジオボタン*/
input[type=radio]{
	display: none;
}
input[type=radio] + label{
    display: inline-block;
	padding-left: 20px;
	position:relative;
	margin-right: 20px;
	margin-bottom: 10px;
	cursor: pointer;
}
input[type=radio] + label::before {
	content: "";
	display: block;
	position: absolute;
	top: 55%;
	transform: translate(0,-50%);
  	left: 0;
    width: 15px;
  	height: 15px;
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
input[type=radio]:checked + label::before {
	background-color: #3da0ff;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #3da0ff;
}
input[type=radio]:disabled + label::before {
	box-shadow: inset 0 0 0 2px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
input[type=radio] + label:empty::before{
	margin-right: 0;
}
@media (max-width: 750px){
	input[type=radio] + 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: #fff;
	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: #3da0ff;
	font-size: 0.9rem;
	font-weight: 500;
}
.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;
}