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

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
  	font-weight: 400;
	color: #000;
	font-size: 16px;
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.9;
}
p,li,span,a{
	letter-spacing: 0.1em;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: 0.1em;
}
a{
	text-decoration: none;
	color: #000;
	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(89, 206, 250, 0.1);
  	text-underline-offset: -0.2em;
  	text-decoration-skip-ink: none;
}

/*Title*/
h2.title{
	margin-bottom: 40px;
	color: #4972DA;
}
h2.title span.ja{
	display: block;
	font-weight: 500;
	font-size: 2.2rem;
	line-height: 1.6;
	letter-spacing: 0.12em;
	margin-bottom: 10px;

	display: inline-block;
	background: linear-gradient(to right bottom, #4972DA, 70%, #59CEFA);
	background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h2.title span.en{
	display: flex;
  	align-items: center;
	font-family: "League Spartan", sans-serif;
	font-weight: 300;
	font-size: 1.6rem;
	text-transform: capitalize;
	line-height: 1;
	letter-spacing: 0.18em;
}
h2.title span.en::before{
	content: '';
	border-top: 1px solid;
	width: 1.5em;
	margin-right: 0.8em;
}
h2.title.center span.en{
	display: block;
	width: 100%;
}
h2.title.center span.en::before{
	display: none;
}
h2.title.white span.en,
h2.title.white span.ja{
	background-clip: border-box;
	-webkit-text-fill-color: currentcolor;
	background-image: none;
	color: #fff;
}
@media (max-width: 750px){
	h2.title.m_center{
		text-align: center;
	}
	h2.title.m_center span.en{
		display: block;
		width: 100%;
	}
	h2.title.m_center span.en::before{
		display: none;
	}
	h2.title span.ja{
		font-size: 1.8rem;
	}
	h2.title span.en{
		font-size: 1.2rem;
	}
}



/*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 #4972DA;
    padding: 18px 18px;
	padding-left: 36px;
    margin-bottom: 25px;
	box-shadow: 4px 4px rgba(89, 206, 250, 0.4);
}
.mtitle02::before{
	content: '';
	display: block;
	width: 4px;
	height: 25px;
	background-color: #4972DA;
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
}


/*stitle*/
.stitle{
	position: relative;
	letter-spacing: 0.08em;
	font-size: 1.2rem;
	font-weight: 500;
	border-bottom: 1px solid #ebe8ef;
	color: #4972DA;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -1px;
	width: 120px;
	height: 1px;
	background: #4972DA;
}

/*dtitle*/
.dtitle{
	letter-spacing: 0.08em;
	font-size: 1.3rem;
	font-weight: 500;
	text-align: center;
	color: #4972DA;
	margin-bottom: 30px;
}
.dtitle::after{
	content: '';
	display: block;
	width: 120px;
	height: 1px;
	background: #4972DA;
	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.15rem;
	padding-left: 15px;
	border-left: 4px solid #4972DA;
	color: #4972DA;
	font-weight: 500;
	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{
	position: relative;
	z-index: 1;
	font-size: 1rem;
	letter-spacing: 0.1em;
	background-color: #f4f7fb;
	line-height: 1.8;
	padding: 0 7px;
	margin-bottom: 5px;
}


.btitle{
	display: flex;
  	align-items: center;
	font-size: 1rem;
	font-family: "League Spartan", sans-serif;
  	font-weight: 300;
	text-transform: capitalize;
	letter-spacing: 0.08em;
	margin-bottom: 5px;
}
.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;
	text-align: center;
	width: 100%;
	padding: 15px 0;
	border-radius: 40px;
	letter-spacing: 0.08em;
	color: #fff;
	transition: all .5s ease;
	background: linear-gradient(to right bottom, #4972DA, #59CEFA);
	border: 1px solid transparent;
}
.sbtn a:hover{
	background:#fff;
	color: #4972DA;
	border-color: #4972DA;
}
.sbtn.white a{
	background:#fff;
	color: #4972DA;
	border-color: #4972DA;
}
.sbtn.white a:hover{
	color: #fff;
	background: linear-gradient(to right bottom, #4972DA, #59CEFA);
	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%;
}
.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: #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: linear-gradient(to right, #59CEFA, #4972DA);
	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 #4972DA;
}
.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%;
	margin: 0 auto;
	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: 400;
}
.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: 2px dotted #ebe8ef;
	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: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #4972DA;
	margin-right: .5em;
	font-size: .9em;
}
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: #08A6A6;
	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 #ebe8ef;
}
ul.check_list03 li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #4972DA;
	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: 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: 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(15px);
	transition: opacity 1.3s, transform 1.3s;
	transition-delay: 0.35s;
}
.flowup.inview{
	opacity: 1;
	transform: translateY(0);
}







/*背景文字*/
.flowimg{
	width: 100%;
	opacity: 0;
	transform: translateY(30px);
}
.flowimg.inview{
	animation: flowimg_apper 1.4s ease-in-out forwards;
}
@keyframes flowimg_apper{
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	40%{
		transform: translateY(30px);
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.flowimg::before,
.flowimg::after{
	display: block;
	content: "Daitoku Bousui";
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	font-family: "League Spartan", sans-serif;
  	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 28rem;
	/*-webkit-text-stroke-color: #4972DA;
    -webkit-text-stroke-width: 2px;
    -webkit-text-fill-color: transparent;*/
	color: #59CEFA;
	opacity: 0.2;
}
.flowimg::before{
	left: 0;
	animation: flowimg 35s linear infinite;
}
.flowimg::after{
	position: absolute;
	top: 0;
	left: 4000px;
	animation: flowimg 35s linear infinite;
}
@keyframes flowimg{
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-4000px);
	}
}
@media (max-width: 750px){
	.flowimg::before,
	.flowimg::after{
		font-size: 8rem;
	}
	.flowimg::before{
		animation: flowimg 16s linear infinite;
	}
	.flowimg::after{
		left: 1150px;
		animation: flowimg 16s linear infinite;
	}
	@keyframes flowimg{
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(-1150px);
		}
	}
}


/*flowimg2*/
.flowimg2::before{
	animation: flowimg2 24s linear infinite;
}
.flowimg2::after{
	left: -4000px;
	animation: flowimg2 24s linear infinite;
}
@keyframes flowimg2{
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(4000px);
	}
}
@media (max-width: 750px){
	.flowimg2::before{
		animation: flowimg2 12s linear infinite;
	}
	.flowimg2::after{
		left: -1150px;
		animation: flowimg2 12s linear infinite;
	}
	@keyframes flowimg2{
		0% {
			transform: translateX(0);
		}
		100% {
			transform: translateX(1150px);
		}
	}
}




.flowimg.white::before,
.flowimg.white::after{
	/*-webkit-text-stroke-color: #fff;*/
	opacity: 0.2;
	color: #fff;
}

.flowimg.bottom{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}






.filter{
	position: relative;
}
.filter::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 5px solid rgba(255, 255, 255, 0.5);
	pointer-events: none;
	z-index: 2;
}


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

.site_header h1{
	width: 300px;
	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{
	display: flex;
	align-items: center;
	justify-content: right;
}

.site_header .btn{
	width: 200px;
	margin-left: 20px;
}
.site_header .btn a{
	display: block;
	width: 100%;
	text-align: center;
	background: #4972DA;
	background: linear-gradient(to right bottom, #4972DA, 80%, #59CEFA);
	color: #fff;
	border-radius: 500px;
	padding: 16px 0;
	font-weight: 500;
}
.site_header .btn a:hover{
	opacity: 0.7;
}


/*global_nav*/
.global_nav{
}
.global_nav ul{
	margin: 0 0 0 auto;
	display: flex;
	justify-content: right;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0;
}
.global_nav ul li{
	margin-left: 36px;
	margin-left: 25px;
	transition: .4s;
}
.global_nav ul li a{
	display: block;
	line-height: 1;
	letter-spacing: 0.2em;
	text-align: center;
	font-size: 0.95rem;
	font-size: 0.85rem;
}
.global_nav ul li a span{
	display: block;
	text-transform: capitalize;
	font-family: "League Spartan", sans-serif;
  	font-weight: 300;
	letter-spacing: 0.1em;
	transition: 0.2s ease-in;
	color: #555;
}
.global_nav ul li a span::after{
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #4972DA;
	margin: 3px auto 4px;
	transition: 0.2s ease-in;
}
.global_nav ul li a:hover span{
	color: #4972DA;
}
.global_nav ul li a:hover span::after{
	width: 14px;
}
@media (max-width: 1200px){
	.site_header h1{
		width: 220px;
	}
	.site_header .btn{
		width: 160px;
	}
	.site_header .btn a{
		padding: 12px 0;
	}
	.global_nav ul li{
		margin-left: 17px;
	}
	.global_nav ul li a{
		font-size: 0.75rem;
	}
}
@media (max-width: 960px){
	.site_header{
		padding: 0 15px;
	}
	.site_header .flex{
		height: 80px;
	}
	.site_header .info{
		display: none;
	}
}


/*===スライダー==============================*/
.top_slider{
	position: relative;
	margin-top: 90px;/*header高さ*/
	margin-bottom: 100px;
}
.top_slider .slider{
	position: relative;
	clip-path: ellipse(100% 100% at top);
}
.top_slider .slider::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient( to right, #fff, 10%, transparent);
	background: rgba(73, 114, 218, 0.2);
	pointer-events: none;
	z-index: 1;
}
.top_slider .slider li{
	width: 100%;
	height: calc(97vh - 90px);
	min-height: 400px;
	background-size: cover;
	background-position: center center;
}
.top_slider .slider li.top01{
	background-image: url(../img/top01.jpg);
}
.top_slider .slider li.top02{
	background-image: url(../img/top02.jpg);
}
.top_slider .slider li.top03{
	background-image: url(../img/top03.jpg);
}
@media (max-width: 960px){
	.top_slider{
		margin-top: 80px;/*header高さ*/
	}
	.top_slider .slider li{
		height: calc(97vh - 80px);
	}
}
@media (max-width: 750px){
	.top_slider{
		margin-bottom: 60px;
	}
	.top_slider .slider{
		clip-path: ellipse(100% 60% at 50% 40%);
	}
	.top_slider .slider li{
		height: calc(70vh - 80px);
	}
}


/*キャッチ*/
.top_slider .catch{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	pointer-events: none;
	z-index: 5;
	width: -moz-fit-content;
	width: fit-content;
	white-space: nowrap;
	animation: apper 1.2s ease-in-out;
	filter: drop-shadow(0 0 3px rgba(73, 114, 218, 1)) drop-shadow(0 0 3px rgba(73, 114, 218, 1));
}
@keyframes apper {
	0% {
		opacity: 0;
		transform: translate(-50%, -47%);
	}
	50%{
		opacity: 0;
	}
	100% {
		opacity: 1;
		transform: translate(-50%, -50%);
	}
}
.top_slider .catch .txt1{
	margin-bottom: 30px;
}
.top_slider .catch .txt1 p{
	line-height: 1.3;
	font-family: "League Spartan", sans-serif;
  	font-weight: 500;
	color: #fff;
	margin: 0 auto;
	margin-bottom: 20px;
	border-bottom: 3px solid #fff;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 3.6rem;
}
.top_slider .catch .txt1 p:last-child{
	margin-bottom: 0 !important;
}
.top_slider .catch .txt2 p{
	font-weight: 500;
	letter-spacing: 0.3em;
	margin-bottom: 10px;
	color: #fff;
	font-size: 1.2rem;
}
.top_slider .catch .txt2 p:last-child{
	margin-bottom: 0 !important;
}

@media (max-width: 750px){
	.top_slider .catch .txt1{
		margin-bottom: 25px;
	}
	.top_slider .catch .txt1 p{
		font-size: 2rem;
	}
	.top_slider .catch .txt2 p{
		font-size: 1rem;
	}
}




/*scrollボタン*/
.fv_scroll{
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	width :34px;
	height: 55px;
	z-index: 5;
}
.fv_scroll a{
	display: block;
	width: 3px;
	padding: 10px 15px;
	height: 35px;
	border: 2px solid rgba(255, 255, 255, 0.8);
	border-radius: 25px;
	opacity: 0.75;
	box-sizing: content-box;
	transition: 0.4s;
}
.fv_scroll a .scroller{
	width: 3px;
	height: 10px;
	border-radius: 25%;
	background-color: #fff;
	animation-name: scroll;
	animation-duration: 2s;
	animation-timing-function: cubic-bezier(.15,.41,.69,.94);
	animation-iteration-count: infinite;
}
.fv_scroll a:hover{
	transform: translateY(3px);
}
@keyframes scroll{
	0% {
		opacity: 0;
	}
	10% {
		transform: translateY(0); opacity: 1;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translateY(15px); opacity: 0;
	}
}
@media (max-width: 750px){
	.fv_scroll{
		bottom: 1%;
		transform: translateX(-50%) scale(0.5);
	}
}


/*===メイン==============================*/
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: 5px;
}
@media (max-width: 750px){
	.inner.white{
		padding: 40px 20px;
	}
}

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


.s_middle{
	position: relative;
	height: 500px;
	z-index: 1;
}
.s_middle::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to bottom, transparent, rgba(255,255,255,0.5), #fff);
	pointer-events: none;
	z-index: 1;
}
.s_middle img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 750px){
	.s_middle{
		height: 300px;
	}
}

.s_middle2{
	position: relative;
	z-index: 1;
	height: 500px;
	z-index: 1;
}
.s_middle2::after{
	content: '';
	width: 80%;
	height: 80%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to right bottom, #4972DA, 80%, #59CEFA);
	background: linear-gradient(to right bottom, #4972DA, #59CEFA, #fff);
	pointer-events: none;
	z-index: -1;
}
.s_middle2 img{
	display: block;
	width: 80%;
	height: 88%;
	object-fit: cover;
	margin: 0 0 0 auto;
}
@media (max-width: 750px){
	.s_middle2{
		height: 300px;
	}
}


.bg01::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right bottom, #4972DA, 80%, #59CEFA);
	pointer-events: none;
	z-index: -2;
}
.bg02{
	background-color: #f4f7fb;
}


.deco_txt{
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	font-family: "League Spartan", sans-serif;
  	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1;
	text-transform: uppercase;
	font-size: 12rem;
	color: #59CEFA;
	opacity: 0.1;
	transform: translateY(30px);
	pointer-events: none;
}
@media (max-width: 750px){
	.deco_txt{
		font-size: 4.5rem;
		transform: translateY(10px);
	}
}


/*==welcome==============================*/
.welcome{
}
.welcome::after{
	content: '';
	width: 70%;
	height: 80%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #e9fafb;
	pointer-events: none;
	z-index: -2;
	border-radius: 0 20px 20px 0;
}
.welcome .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.welcome .flex .picture{
	width: 52%;
}
.welcome .flex .text{
	width: 42%;
	position: relative;
	z-index: 1;
}
.welcome .flex .picture .img{
	position: relative;
	width: 70%;
}
.welcome .flex .picture .img::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.5);
	pointer-events: none;
	z-index: 1;
}
.welcome .flex .picture .img::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 15px);
	height: calc(100% - 15px);
	background-size: cover;
	background-position: center;
	z-index: 2;
}
.welcome .flex .picture .img:nth-child(1){
	margin: 0 0 0 auto;
	margin-bottom: 30px;
	width: 80%;
}
.welcome .flex .picture .img:nth-child(1)::after{
	background-image: url(../img/welcome01.jpg);
}
.welcome .flex .picture .img:nth-child(2)::after{
	background-image: url(../img/welcome02.jpg);
}
@media (max-width: 750px){
	.welcome::after{
		width: 90%;
	}
	.welcome .flex{
		display: block;
	}
	.welcome .flex .picture{
		width: 100%;
		margin-bottom: 30px;
	}
	.welcome .flex .text{
		width: 100%;
	}
}


span.bold{
	font-size: 1.2em;
	letter-spacing: 0.2em;
	color: #4972DA;
	font-style: italic;
}
@media (max-width: 750px){
	span.bold{
		font-size: 1.15em;
	}
}


/*==サービス紹介==============================*/
.t_service{
}

.t_service .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.t_service .flex .text{
	width: 40%;
}
.t_service .flex .img{
	width: 56%;
}
.t_service .flex .text h3{
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 20px;
}
@media (max-width: 960px){
	.t_service .flex{
		flex-direction: column-reverse;
	}
	.t_service .flex .text{
		width: 100%;
	}
	.t_service .flex .img{
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
}
@media (max-width: 750px){
	.t_service .flex .text h3{
		font-size: 1.4rem;
		text-align: center;
	}
}



/*===施工実績==============================*/
.arrow_slide{
	position: relative;
}
.arrow_slide li{
	margin: 0 15px;
}
.arrow_slide li .pic{
	position: relative;
    overflow: hidden;
	margin-bottom: 15px;
	aspect-ratio: 3 / 2;
}
.arrow_slide li .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.arrow_slide li .text h3{
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.arrow_slide li .text .info{
	border-bottom: 1px solid #ebe8ef;
	padding-bottom: 15px;
}
.arrow_slide li .text .info p{
	white-space: nowrap;
  	overflow: hidden;
}
.arrow_slide li .text .info p span.type{
	display: inline-block;
	background-color: #4972DA;
	color: #fff;
	padding: 0 15px;
	margin-right: 10px;
}


/*矢印*/
.arrow_slide .slide_left, .arrow_slide .slide_right{
	width: 50px;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid #4972DA;
	background-color: #4972DA;
	color: #fff;
	z-index: 1;
	cursor: pointer;
	transition: .4s;
	position: absolute;
	top: -80px;
	right: 5%;
}
.arrow_slide .slide_left{
	transform: translateX(-120%);
}
.arrow_slide .slide_left span, .arrow_slide .slide_right span{
	display: block;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
}
.arrow_slide .slide_left:hover, .arrow_slide .slide_right:hover{
	background-color: #fff;
	color: #4972DA;
}
/*最初と最後に矢印を非表示に*/
.arrow_slide .slick-disabled{
	pointer-events: none;
	opacity: 0.5;
}

/*スクロールバー全体*/
.arrow_slide::-webkit-scrollbar{
    width: 0;
	display: none;
}

@media (max-width: 960px){

}
@media (max-width: 750px){
	.arrow_slide{
		padding-bottom: 50px;
	}
	.arrow_slide li{
		margin: 0 5px;
	}
	.arrow_slide .slide_left, .arrow_slide .slide_right{
		width: 100px;
		aspect-ratio: auto;
		display: block;
		text-align: center;
		border-radius: 5px;
		padding: 5px 0;
		top: auto;
		bottom: 0;
	}
	.arrow_slide .slide_left{
		right: calc(50% + 10px);
		transform: none;
	}
	.arrow_slide .slide_right{
		right: auto;
		left: calc(50% + 10px);
	}
}



/*===大徳防水の強み・取り組み==============================*/
.t_feature{
	clip-path: ellipse(100% 60% at 50% 40%);
}
.t_feature .flex{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.t_feature .flex .box{
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #fff;
	aspect-ratio: 1 / 1;
	width: 30%;
	margin-bottom: 30px;
	border-radius: 50%;
	padding: 30px;
	box-shadow: rgba(73, 114, 218, 0.2) 0px 7px 29px 0px;
}
.t_feature .flex .box p.num{
	color: #4972DA;
	font-family: "League Spartan", sans-serif;
  	font-weight: 500;
	font-size: 1rem;
	line-height: 1;
	margin-bottom: 5px;
}
.t_feature .flex .box .img{
	width: 50%;
	max-width: 100px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.t_feature .flex .box .text h3{
	font-size: 1.3rem;
	letter-spacing: 0.15em;
	color: #4972DA;
	font-weight: 500;
	margin-bottom: 10px;
}
.t_feature .flex .box .text .info p{
	font-size: 0.9rem;
}
@media (max-width: 1200px){
	.t_feature .flex .box{
		width: 48%;
		max-width: 400px;
	}
}
@media (max-width: 750px){
	.t_feature{
		clip-path: none;
	}
	.t_feature .flex .box{
		width: 100%;
		border-radius: 20px;
		aspect-ratio: auto;
		margin-bottom: 15px;
	}
	.t_feature .flex .box p.num{
		font-size: 3rem;
		left: -3px;
	}
	.t_feature .flex .box .img{
		max-width: 80px;
	}
}






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

.topics_btn{
	margin-top: 10px;
	text-align: right;
}
.topics_btn a{
	font-weight: 500;
	font-size: 0.95rem;
	letter-spacing: 0.15em;
	color: #666;
}
.topics_btn a i{
	display: inline-block;
	margin-right: 10px;
}
.topics_btn a:hover{
	opacity: 0.7;
}


/*===フッター==============================*/
footer{
	/*background-color: #f4f7fb;*/
	border-top: 1px solid #ebe8ef;
}

.footer_middle{
	padding: 100px 0;
}

.footer_middle .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.footer_middle .flex .img{
	width: 48%;
}
.footer_middle .flex .text{
	width: 48%;
}

footer h3{
	width: 80%;
	max-width: 300px;
	margin: 0 auto;
	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 .flex2{
}
.footer_middle .flex2 .box{
	margin-bottom: 20px;
}
.footer_middle .flex2 .box:last-child{
	margin-bottom: 0 !important;
}
.footer_middle .flex2 .box h4{
	position: relative;
	z-index: 1;
	font-size: 1rem;
	letter-spacing: 0.15em;
	background: linear-gradient(to right bottom, #4972DA, #59CEFA);
	color: #fff;
	padding: 4px 10px;
	border-radius: 2px;
	margin-bottom: 10px;
}
.footer_middle .flex2 .box h4::after{
	content: '';
	width: 30px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
	background-color: #fff;
	pointer-events: none;
	z-index: -1;
}
.footer_middle .flex2 .box .info p{
	font-size: 0.9rem;
	border-bottom: 1px dashed #ebe8ef;
	padding: 5px 0;
}
.footer_middle .flex2 .box .info p:first-child{
	padding-top: 0 !important;
}



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

@media (max-width: 750px){
	.footer_middle .flex{
		display: block;
	}
	.footer_middle .flex .img{
		width: 100%;
		margin-bottom: 40px;
	}
	.footer_middle .flex .text{
		width: 90%;
		max-width: 550px;
		margin: 0 auto;
	}
}



.footer_nav{
	margin-top: 100px;
}
.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 #ccc;
}
.footer_nav ul li:last-child{
	border: none;
}
.footer_nav ul li a{
	font-size: 0.95rem;
	letter-spacing: 0.2em;
}
.footer_nav ul li a i{
	display: inline-block;
	font-size: 0.6em;
	transform: translateY(-2px);
}
.footer_nav ul li a:hover{
	opacity: 0.6;
}
@media (max-width: 960px){
	.footer_nav{
		margin-top: 40px;
	}
	.footer_nav ul{
		display: block;
		width: 90%;
		max-width: 550px;
		margin: 0 auto;
	}
	.footer_nav ul li{
		width: 100%;
		text-align: left;
		border: none;
		border-bottom: 1px solid #ebe8ef;
		padding: 10px 5px;
	}
	.footer_nav ul li:last-child{
		border-bottom: 1px solid #ebe8ef;
	}
	.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 #4972DA;
		border-bottom: 1px solid #4972DA;
	}
}



/*トップに戻る*/
.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: #4972DA;
  	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: 180px 0 100px;
}
.kasou_top::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right bottom, #4972DA, #59CEFA);
    opacity: 0.3;
	pointer-events: none;
	z-index:-1;
}
.kasou_top h2{
	position: relative;
	z-index: 3;
	text-align: center;
	font-weight: 500;
	font-size: 2.2rem;
	letter-spacing: 0.1em;
	color: #fff;
	margin-bottom: 8px;
}
@media (max-width: 750px){
	.kasou_top{
		padding: 150px 0 80px;
	}
	.kasou_top h2{
		font-size: 1.9rem;
	}
}

#dining_page .kasou_top{
	background-image: url(../img/kasou_top_dining.jpg);
}
#dining_page .kasou_top::before{
	background: #000;
    opacity: 0.3;
}



/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-weight: 500;
	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;
}


/*===会社案内ページ==============================*/
.concept{
}
.concept .vis{
	text-align: center;
	margin-bottom: 25px;
}
.concept .vis .txt1{
	margin-bottom: 20px;
}
.concept .vis .txt1 p{
	line-height: 1.3;
	font-family: "League Spartan", sans-serif;
  	font-weight: 500;
	color: #4972DA;
	border-bottom: 3px solid #4972DA;
	font-size: 2.2rem;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
	margin-bottom: 20px;
}
.concept .vis .txt1 p:last-child{
	margin-bottom: 0 !important;
}
.concept .vis .txt2 p{
	font-weight: 500;
	letter-spacing: 0.3em;
	margin-bottom: 10px;
	color: #4972DA;
	font-size: 1.4rem;
}
.concept .vis .txt2 p:last-child{
	margin-bottom: 0 !important;
}
@media (max-width: 750px){
	.concept .vis{
		margin-bottom: 20px;
	}
	.concept .vis .txt1{
		margin-bottom: 15px;
	}
	.concept .vis .txt1 p{
		font-size: 2rem;
	}
	.concept .vis .txt2 p{
		font-size: 1.1rem;
	}
}




.daihyo{
	color: #fff;
}
.daihyo::before{
	content: '';
	display: block;
	width: 100%;
	min-width: 800px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.1);
	pointer-events: none;
	z-index: -1;
	transform: translate(50%, 50%);
}
.daihyo .flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.daihyo .flex .picture{
	width: 40%;
	max-width: 500px;
}
.daihyo .flex .text{
	width: 56%;
}

.daihyo .flex .picture .img{
	position: relative;
	width: 80%;
}
.daihyo .flex .picture .img::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.5);
	pointer-events: none;
	z-index: 1;
}
.daihyo .flex .picture .img::after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 15px);
	height: calc(100% - 15px);
	background-size: cover;
	background-position: center;
	z-index: 2;
}
.daihyo .flex .picture .img:nth-child(1){
	margin: 0 0 0 auto;
	margin-bottom: 20px;
	width: 90%;
}
.daihyo .flex .picture .img:nth-child(1)::after{
	background-image: url(../img/daihyo01.jpg);
}
.daihyo .flex .picture .img:nth-child(2)::after{
	background-image: url(../img/daihyo02.jpg);
}
.daihyo .tail{
	text-align: right;
	margin-top: 20px;
}
@media (max-width: 750px){
	.daihyo .flex{
		display: block;
	}
	.daihyo .flex .picture{
		width: 100%;
		margin-bottom: 30px;
	}
	.daihyo .flex .text{
		width: 100%;
	}
}




.qualification{
}
.qualification ul.q_list{
	display: flex;
	flex-wrap: wrap;
}
.qualification ul.q_list li{
	background-color: #f4f7fb;
	color: #4972DA;
	width: 32%;
	padding: 8px 10px;
	margin-right: 1%;
	margin-bottom: 12px;
}
.qualification ul.q_list li::before{
	font-family: "Font Awesome 6 Free";
	content: "\f111";
	font-weight: bold;
	margin-right: 10px;
	color: #4972DA;
}
@media (max-width: 960px){
	.qualification ul.q_list{
		justify-content: space-between;
	}
	.qualification ul.q_list li{
		width: 49%;
		padding: 8px 10px;
		margin: 0 0 10px;
	}
}
@media (max-width: 750px){
	.qualification ul.q_list{
		display: block;
	}
	.qualification ul.q_list li{
		width: 100%;
		margin: 0 0 10px;
	}
	.qualification ul.q_list li:last-child{
		margin-bottom: 0 !important;
	}
}


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



/*===事業紹介ページ==============================*/
.service_f{
	position: relative;
	z-index: 1;
	padding: 100px 0;
}
@media (max-width: 750px){
	.service_f{
		padding: 60px 0;
	}
}

.service .lede{
}
.service .lede h3{
	color: #4972DA;
	text-align: center;
	margin-bottom: 20px;
}

.service .container .wrapper{
	margin-bottom: 100px;
}
.service .container .wrapper:last-child{
	margin-bottom: 0 !important;
}
.service .container .wrapper .flex{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.service .container .wrapper .flex .img{
	width: 48%;
}
.service .container .wrapper .flex .text{
	width: 48%;
}
@media (max-width: 960px){
	.service .container .wrapper{
		margin-bottom: 60px;
	}
	.service .container .wrapper .flex{
		display: block;
	}
	.service .container .wrapper .flex .img{
		width: 100%;
		margin-bottom: 15px;
	}
	.service .container .wrapper .flex .text{
		width: 100%;
	}
}


.service_flow{
	margin-top: 40px;
}
@media (max-width: 750px){
	.service_flow{
		margin-top: 20px;
	}
}

.s_flow_slide{
	position: relative;
}
.s_flow_slide .slick-track{
	margin: 0 auto 0 0;
}
.s_flow_slide li{
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	box-shadow: rgba(89, 206, 250, 0.2) 0px 8px 10px;
	margin: 0 10px;
}
.s_flow_slide li .pic{
	position: relative;
    overflow: hidden;
	margin-bottom: 15px;
	aspect-ratio: 3 / 2;
}
.s_flow_slide li .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.s_flow_slide li .text{
}
.s_flow_slide li .text span.num{
	display: block;
	font-family: "League Spartan", sans-serif;
  	font-weight: 500;
	text-transform: uppercase;
	color: #4972DA;
}
.s_flow_slide li .text span.num::before{
	display: inline-block;
	font-family: "Font Awesome 6 Free";
	content: "\f111";
	font-weight: bold;
	font-size: 0.8em;
	transform: translateY(-1px);
	margin-right: 8px;
}
.s_flow_slide li .text p{
	font-weight: 500;
}

/*矢印*/
.s_flow_slide .slide_left, .s_flow_slide .slide_right{
	width: 50px;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	border: 1px solid #4972DA;
	background-color: #4972DA;
	color: #fff;
	z-index: 1;
	cursor: pointer;
	transition: .4s;
	position: absolute;
	top: -60px;
	right: 5%;
}
.s_flow_slide .slide_left{
	transform: translateX(-120%);
}
.s_flow_slide .slide_left span, .s_flow_slide .slide_right span{
	display: block;
	font-size: 16px;
	line-height: 1;
	font-weight: bold;
}
.s_flow_slide .slide_left:hover, .s_flow_slide .slide_right:hover{
	background-color: #fff;
	color: #4972DA;
}
/*最初と最後に矢印を非表示に*/
.s_flow_slide .slick-disabled{
	pointer-events: none;
	opacity: 0.5;
}

/*スクロールバー全体*/
.s_flow_slide::-webkit-scrollbar{
    width: 0;
	display: none;
}

@media (max-width: 750px){
	.s_flow_slide{
		padding-bottom: 50px;
	}
	.s_flow_slide li{
		margin: 0 5px;
	}
	.s_flow_slide .slide_left, .s_flow_slide .slide_right{
		width: 100px;
		aspect-ratio: auto;
		display: block;
		text-align: center;
		border-radius: 5px;
		padding: 5px 0;
		top: auto;
		bottom: 0;
	}
	.s_flow_slide .slide_left{
		right: calc(50% + 10px);
		transform: none;
	}
	.s_flow_slide .slide_right{
		right: auto;
		left: calc(50% + 10px);
	}
}








.character{
	margin-top: 60px;
	display: flex;
	justify-content: right;
	align-items: flex-start;
}
.character .comment{
	position: relative;
	z-index: 1;
	opacity: 0;
	display: flex;
	align-items: flex-end;
}
.character .comment .wrap{
	position: relative;
	z-index: 1;
	border: 2px solid #4972DA;
	padding: 20px 30px;
	border-radius: 500px;
	font-weight: 500;
	color: #4972DA;
    box-shadow: 0 0 0 6px rgba(89, 206, 250, 0.2);
}
.character .comment .wrap::before{
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 500px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f4f7fb;
	pointer-events: none;
	z-index: -1;
}
.character .comment .wrap::after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 40px;
	transform: translate(0, 33%);
	width: 30px;
	aspect-ratio: 300 / 230;
	background-image: url(../img/comment_deco.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
	z-index: -2;
}
.character.white .comment .wrap::before{
	background-color: #fff;
}
.character .mark{
	position: relative;
	z-index: 2;
	max-width: 150px;
	opacity: 0;
	padding-top: 50px;
}
.character .mark img{
	display: block;
	width: 100%;
}

.character.reverse{
	justify-content: left;
}
.character.reverse .comment .wrap::after{
	bottom: 0;
	right: auto;
	left: 40px;
	background-image: url(../img/comment_deco_reverse.png);
}

.character.inview .comment{
	animation: transX 1s ease-out forwards;
	animation-delay: 0.2s;
}
.character.inview .mark{
	animation: popup 1.0s ease 0s 1 normal forwards;
}
@keyframes transX {
	0% {
		transform: translateX(40px);
		opacity: 0;
	}
	70% {
		opacity: 1;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}
@keyframes popup {
	0% {
        transform: translateY(200px) scale(0.7);
        opacity: .7
    }
    80% {
        transform: translateY(0) scale(0.7);
        opacity: .7
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}

@media (max-width: 960px){
	.character{
		align-items: flex-end;
	}
	.character .comment{
		padding-bottom: 100px;
	}
}
@media (max-width: 750px){
	.character{
		margin-top: 60px;
		flex-direction: column;
	}
	.character.reverse{
		flex-direction: column-reverse;
	}
	.character .comment{
		display: block;
		width: 90%;
	}
	.character .comment .wrap{
		font-size: 1rem;
		padding: 20px;
	}
	.character .comment .wrap::after{
		right: 40%;
	}
	.character .mark{
		width: 50%;
		margin: 0 0 0 auto;
		padding: 0;
	}
	.character.reverse .comment .wrap::after{
		right: 40%;
		left: auto;
		background-image: url(../img/comment_deco.png);
	}
	.character .comment{
		padding-bottom: 0;
	}
}




.service02_wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	max-width: 960px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.service02_wrap .box{
	position: relative;
	z-index: 1;
	width: 48%;
}
.service02_wrap .box:nth-child(even){
	margin-top: 30px;
}
.service02_wrap .box p.sub{
	position: absolute;
	bottom: 25px;
	left: -20px;
	z-index: 10;
	padding: 12px 20px;
	font-weight: 500;
	color: #FFF;
	background: #4972DA;
	min-width: 40%;
}
.service02_wrap .box p.sub:before {
	position: absolute;
	content: '';
	top: 100%;
	left: 0;
	border: none;
	border-bottom: solid 10px transparent;
	border-right: solid 20px rgb(149, 158, 155);
}
@media (max-width: 750px){
	.service02_wrap{
		display: block;
		margin-bottom: 40px;
	}
	.service02_wrap .box{
		width: 80%;
		margin-left: 20px;
		margin-bottom: 25px !important;
	}
	.service02_wrap .box:nth-child(even){
		margin: 0 0 0 auto;
	}
	.service02_wrap .box:last-child{
		margin-bottom: 0 !important;
	}
	.service02_wrap .box p.sub{
		padding: 10px 20px;
	}
}



/*ビフォーアフター*/
.service .ba{
	display: flex;
	justify-content: space-between;
}
.service .ba .box{
	position: relative;
	width: 48%;
}
.service .ba .box .wrap{
	position: relative;
	padding-bottom: 20px;
}
.service .ba .box a{
	display: block;
	position: relative;
    overflow: hidden;
	aspect-ratio: 4 / 3;
}
.service .ba .box a::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0);
	transition: all 0.3s ease;
	z-index: 1;
}
.service .ba .box a::after{
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: #4972DA;
	color: #fff;
	z-index: 10;
	font-family: "League Spartan", sans-serif;
  	font-weight: 500;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-size: 0.8rem;
	padding: 0 10px;
	pointer-events: none;
}
.service .ba .box a.before::after{
	content: 'before';
	background-color: #59CEFA;
}
.service .ba .box a.after::after{
	content: 'after';
}
.service .ba .box a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
}
.service .ba .box a:hover img{
	transform: scale(1.15);
}
.service .ba .box a:hover::before{
	background: rgba(0, 0, 0, 0.2);
}
.service .ba .box .before{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 40%;
	z-index: 2;
	box-shadow: rgba(149, 157, 165, 0.4) 0px 8px 24px;
}
.service .ba .box .after{
	position: relative;
	width: 80%;
	margin: 0 0 auto auto;
}
@media (max-width: 750px){
	.service .ba{
		display: block;
		margin-bottom: -40px;
	}
	.service .ba .box{
		position: relative;
		width: 95%;
		margin: 0 auto;
		margin-bottom: 40px;
	}
}



/*===施工実績ページ==============================*/






/*===強み・取り組みページ==============================*/
.feature{
}

.feature .container .wrapper{
	position: relative;
	z-index: 1;
}
.feature .container .wrapper .flex{
	display: flex;
	justify-content: space-between;
}
.feature .container .wrapper .flex .bg{
	position: relative;
	width: 50%;
}
.feature .container .wrapper .flex .bg img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.feature .container .wrapper .flex .text{
	width: 50%;
	padding: 100px 60px;
}

@media (max-width: 1200px){
	.feature .container .wrapper{
		margin-bottom: 60px;
	}
	.feature .container .wrapper:last-child{
		margin-bottom: 0 !important;
	}
	.feature .container .wrapper .flex{
		flex-direction: column;
	}
	.feature .container .wrapper.reverse .flex{
		flex-direction: column-reverse;
	}
	.feature .container .wrapper .flex .bg{
		width: 100%;
		aspect-ratio: 3 / 2;
		margin-bottom: 40px;
	}
	.feature .container .wrapper .flex .text{
		width: 96%;
		margin: 0 auto;
		padding: 0;
	}
}



/*===飲食部門ページ==============================*/
.dining_lede{
}
.dining_lede::after{
	content: '';
	width: 60%;
	height: 70%;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #f7f7f7;
	pointer-events: none;
	z-index: -1;
}

.dining_lede .logo_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dining_lede .logo_flex .dining_logo{
	width: 300px;
}
.dining_lede .logo_flex .text{
	width: calc(100% - 340px);
}
.dining_lede h2{
	font-weight: 700;
	font-size: 1.3rem;
	color: #4972DA;
	color: #999;
	margin-bottom: 20px;
}
.dining_lede h2 span.sub{
	display: block;
	font-size: 1.6em;
	color: #333;
}
@media (max-width: 750px){
	.dining_lede .logo_flex{
		display: block;
	}
	.dining_lede .logo_flex .dining_logo{
		max-width: 180px;
		margin: 0 auto;
	}
	.dining_lede .logo_flex .text{
		width: 100%;
	}
	.dining_lede h2{
		font-size: 1rem;
		text-align: center;
	}
}


.dining_feature{
}

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

.dining_feature .container .wrapper h2{
	font-weight: 700;
	font-size: 2rem;
	margin-bottom: 20px;
}
.dining_feature .container .wrapper h2::first-letter{
	color: #4972DA;
}
@media (max-width: 750px){
	.dining_feature .container .wrapper{
		margin-bottom: 40px;
	}
	.dining_feature .container .wrapper h2{
		font-size: 1.6rem;
	}
}




.dining_gallery{
}
.dining_gallery::after{
	content: '';
	width: 96%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #f4f7fb;
	background-color: #f7f7f7;
	pointer-events: none;
	z-index: -1;
}

.mini_gallery01{
}
.mini_gallery01 li{
	margin: 0 30px;
}
.mini_gallery01 li a{
	display: block;
	width: 100%;
	position: relative;
	aspect-ratio: 3 / 2;
	overflow: hidden;
}
.mini_gallery01 li a img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: 1s;
}
.mini_gallery01 li a:hover img{
	transform: scale(1.05);
}
@media (max-width: 750px){
	.mini_gallery01 li{
		margin: 0 15px;
	}
}








/*===お問い合わせページ==============================*/
.faq{
}

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

.faq_accordion{
	margin: 0 auto;
	max-width: 960px;
}
.faq_accordion li{
	box-shadow: rgba(240, 240, 240, 0.1) 0px 4px 20px;
	margin-bottom: 20px;
}
.faq_accordion li:last-child{
	margin-bottom: 0 !important;
}
.faq_accordion li h3{
    position: relative;
    cursor: pointer;
    font-size: 1rem;
	letter-spacing: 0.1em;
	font-weight: 500;
    padding: 30px 20px;
	padding-right: 50px;
    transition: all .5s ease;
	background-color: #fff;
	display: flex;
}
.faq_accordion li h3 span.en{
	display: inline-block;
	font-size: 1.4em;
	margin-right: 0.5em;
	line-height: 1;
	color: #4972DA;
}
.faq_accordion li h3::before,
.faq_accordion li h3::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #4972DA;
}
.faq_accordion li h3::before{
    top: 48%;
    right: 20px;
    transform: rotate(0deg);
}
.faq_accordion li h3::after{    
    top: 48%;
    right: 20px;
    transform: rotate(90deg);
}
.faq_accordion li h3.close::before{
	transform: rotate(45deg);
}
.faq_accordion li h3.close::after{
	transform: rotate(-45deg);
}

.faq_accordion li .text{
	position: relative;
    display: none;
	background-color: #fff;
    padding: 30px 20px;
}
.faq_accordion li .text::before{
	content: '';
	width: calc(100% - 40px);
	height: 1px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #eee;
	pointer-events: none;
	z-index: 1;
}
.faq_accordion li .text .flex{
	display: flex;
	justify-content: space-between;
}
.faq_accordion li .text .flex span.en{
	display: inline-block;
	color: #f22200;
	font-size: 1.4em;
	margin-right: 0.5em;
	line-height: 1;
}
.faq_accordion li .text .flex .info{
	width: 100%;
}
.faq_accordion li .text .flex .info p{
	margin-bottom: 5px;
}
.faq_accordion li .text .flex .info p:last-child{
	margin-bottom: 0 !important;
}
@media (max-width: 750px){
	.faq_accordion li h3{
		padding: 20px;
		padding-right: 50px;
	}
	.faq_accordion li .text{
		padding: 20px 20px;
	}
	.faq_accordion li .text .flex span.en{
		font-size: 1.4em;
	}
}





.contact .tel_contact{
	margin: 0 auto;
	max-width: 960px;
}
.contact .tel_contact .box{
	border: 2px solid #4972DA;
    box-shadow: 0 0 0 6px rgba(89, 206, 250, 0.2);
	padding: 40px 20px;
	margin-bottom: 25px;
	font-size: 0.9rem;
}
.contact .tel_contact .box:last-child{
	margin-bottom: 0 !important;
}
.contact .tel_contact .box .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.contact .tel_contact .box .left{
	width: 49%;
}
.contact .tel_contact .box .right{
	width: 49%;
}

.contact .tel_contact .box .left p.num{
	font-family: "League Spartan", sans-serif;
  	font-weight: 500;
	line-height: 1;
}
.contact .tel_contact .box .left p.num span{
	display: inline-block;
	font-size: 0.8em;
	margin-right: 5px;
}
.contact .tel_contact .box .left p.tel a{
	display: inline-block;
	color: #4972DA;
	font-size: 2rem;
}
.contact .tel_contact .box .left p.fax{
	font-size: 1.5rem;
	margin-top: 13px;
	color: #95A9DA;
}
.contact .tel_contact .box .left p.tel a:hover{
	opacity: 0.5;
}

.contact .tel_contact .box .right .info{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 15px;
}
.contact .tel_contact .box .right .info:last-child{
	margin-bottom: 0 !important;
	border: none !important;
}
.contact .tel_contact .box .right .info p.sub{
	border: 1px solid #4972DA;
	color: #4972DA;
	width: 100px;
	text-align: center;
	border-radius: 500px;
}
.contact .tel_contact .box .right .info .txt{
	width: calc(100% - 120px);
}

@media (max-width: 750px){
	.contact .tel_contact .box{
		padding: 25px 20px;
	}
	.contact .tel_contact .box .flex{
		display: block;
	}
	.contact .tel_contact .box .left{
		width: 100%;
		margin-bottom: 20px;
	}
	.contact .tel_contact .box .right{
		width: 100%;
	}
	.contact .tel_contact .box .right .info p.sub{
		width: 90px;
	}
	.contact .tel_contact .box .right .info .txt{
		width: calc(100% - 110px);
	}
	.contact .tel_contact .box .left p.tel a{
		font-size: 1.8rem;
	}
	.contact .tel_contact .box .left p.fax{
		font-size: 1.4rem;
		margin-top: 10px;
	}
}



/*メールフォーム*/
.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: #4972DA;
}
.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;
	text-align: center;
	transition: .6s;
	padding: 12px 5px;
	margin: 0 auto;
	width: 90%;
	max-width: 300px;
	background: #4972DA;
	border: 1px solid #4972DA;
	border-radius: 500px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #4972DA;
}
.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 #4972DA;
    border-bottom: 3px solid #4972DA;
    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: #4972DA;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #4972DA;
}
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: #f4f7fb;
	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: #4972DA;
	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;
}