@charset "UTF-8";
/* CSS Document */
@media (min-width: 1200px){
	.sptb,.hamburger_menu{
		display: none !important;
	}
}
@media (min-width: 960px){
	
}
@media(min-width:749px){
	.sp{
		display: none !important;
	}	
}

body{
	color: #333;
	background-color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}
p{
	line-height: 180%;
}

a{
	text-decoration: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style-type: none;
}
/* スペース調整==================== */
.w1800{
	max-width: 1800px;
	margin: auto;
}
.w960{
	max-width: 960px;
	margin: auto;
}
.w1366{
	width: calc(100% - 200px);
	margin: auto;
	max-width: 1366px;
}
.h50{
	height: 50px;
}
.h30{
	height: 30px;
}
.wrap80{
	max-width: 750px;
	margin: auto;
	
}
/* 最大表示幅枠　==================== */
.wrapper{
	width: 100%;
	max-width: 1800px;
	margin: auto;
	overflow: hidden;
	
}
/* 背景==================== */
.bg_blue{
	background: #2679cd;
}
.bg_light{
	background: #ecf8fd;
}

.bg_inner_w{
	background: rgba(255,255,255,0.75);
	padding:50px 30px;
}
.bg_inner_w2{
	background: rgba(255,255,255,1.0);
	padding:50px 30px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.bg_grad{
	background:linear-gradient(#2679cd 35%, transparent 35%);
}
.bg_img01{
	background:url("../img/wave01_w.svg") no-repeat;
	background-position: top center;
	background-size: 100%;
	background-color: #ecf8fd;
	padding-top: 100px;
}
.bg_img02{
	background:url("../img/wave01_lb.svg") no-repeat;
	background-position: top center;
	background-size: 100%;
	background-color: #fff;
	padding-top: 100px;
}
/* フレックスボックス==================== */
.card001{
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}
.card001 .rec_icon{
	width: calc(100% / 4  - 30px);
	margin: 15px;
}
.card001 .rec_icon img{
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.card001 .rec_icon h4{
	text-align: center;
	font-size: 1.1rem;
	color: #2679cd;
}


.card002{
	display: flex;
	justify-content: center;
	align-content: center;
}
.card002 div{
	width: 100%;
	padding: 10px;
}
.card002 div img{
	width: 100%;
}
.align_end{
	align-items: flex-end
}
.card002 .img{
	max-width: 600px;
	margin: auto;
}
.card002 .txt{
	padding: 15px 8%;
}
.card002 .txt p{
	line-height: 180%;
}
.card003{
	display: flex;
	justify-content: center;
	align-content: center;
}
.card003 div{
	padding: 10px;
}
.card003 .img{
	width: 300px;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	flex: 1;
}

.card003 .img_i{
	width: 300px;
	padding: 15px;
}
.card003 .img_i img{
	width: 100%;
	aspect-ratio: 1 / 1;
	background: #b0e0f4;
	border-radius: 50%;
}
.card003 .txt_i{
	flex: 1;
	align-self: center;
	padding: 10px;
}
.img_r50{
	border-radius: 50px 0 50px 0;
}
.img_r30{
	border-radius: 30px 0 30px 0;
}
.border{
	text-align: center;
	margin: 50px auto;
}
.border img{
	width: auto;
	height: 1rem;
}
/* 見出し　================================================== */
.txt_lv02{
	font-size: 1.5rem;
	line-height: 150%;
	margin-bottom: 30px;
	width: fit-content;
	color: #666;
	font-weight: 500;
}

.txt_lv02 span{
	font-size: 250%;
}
.txt_lv02::first-letter{
	color: #2679cd;
}
.bg_grad .txt_lv02{
	font-size: 1.5rem;
	line-height: 150%;
	margin-bottom: 30px;
	width: fit-content;
	color: #fff;
}
.bg_grad .txt_lv02 span{
	font-size: 250%;
}
.bg_grad .txt_lv02::first-letter{
	color: #b0e0f4;
}
.txt_lv03{
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 15px;
	vertical-align: middle;
}
.txt_lv03::before{
	content: "";
	display: inline-block;
	top: -1;
	left: 0;
	width: 1em;
	height: 1.2em;
	background: url("../img/point_l.png") no-repeat;
	background-size: auto 100%;
}
.txt_lv03::after{
	content: "";
	display: inline-block;
	top: -1;
	right: 0;
	width: 1em;
	height: 1.2em;
	background: url("../img/point_r.png") no-repeat;
	background-size: auto 100%;
}

.txt_catch01{
	font-size: 1.5rem;
	font-weight: 500;
	background:url("../img/line.png") no-repeat;
	background-position: bottom center;
	background-size: auto 15px;
	padding-bottom: 25px;
	text-align: center;
	margin-bottom: 20px;
}
.txt_catch02{
	font-size: 1.3rem;
	font-weight: 500;
	background:url("../img/line.png") no-repeat;
	background-position: bottom left;
	background-size: auto 15px;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

/* ボタン　================================================== */

.btn02{
	font-size: 1.2em;
	font-weight: 500;
    position: relative;
	overflow: hidden;
	text-decoration: none;
	display: inline-block;
    width: 100%;
    background:#f7c0cf;
    padding: 8px 30px;
	border-radius: 30px;
    text-align: center;
	margin-bottom: 20px;
    outline: none;
    /*アニメーションの指定*/   
    transition: ease .2s;
	cursor: pointer;
}
/*ボタン内spanの形状*/
.btn02 span {
	position: relative;
	z-index: 3;
	color:#333;
}

.btn02:hover span{
	color:#333;
}

/*== 背景が流れる*/
.bgleft02:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#eaa097;
 	width: 100%;
	height: 100%;
	border-radius: 30px;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
.bgleft02:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}
.btn_wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btn_wrap .btn02{
	width: calc(100% - 20px);
	margin: 10px;
}
/* ボタン　================================================== */

.btn{
	display:block;
	text-align: center;
	width: 250px;
	margin: auto;
	height: 45px;
	position: relative;
	border-radius: 10px;
	font-weight: 500;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}
.btn a{
	display:block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background:#2679cd;
	color: #fff;
	line-height: 45px;
	border-radius: 10px;
	vertical-align: middle;
}
.btn::after{
	color: #fff;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.btn a:hover{
	color: #333;
	background:#b0e0f4;
	transition: .5s;
}
.btn:hover::after{
	right: 10px;
	transition: .5s;
}
.contact_btn_wrap{
	width: 100%;
	display: flex;
}

/* ヘッダー　==================== */
#header{
	width: 100%;
    height:auto;
	background: rgba(255,255,255,0.0);
	z-index: 10;
	position: fixed;
	transition: 0.5s;
}
#header.change{
	background: rgba(255,255,255,1.0);
}
#header .header_in{
	max-width: 1800px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: auto;
    color:rgba(255,255,255,0.85);
	padding: 0 10px 10px 10px;
}
#header h1{
	line-height: 100%;
}
#header h1 img{
	width: 300px;
	vertical-align: middle;
}
.button_wrap{
	display: flex;
	justify-content:flex-end;
	align-items: center;
	width: 100%;
}
.button_wrap .phone{
	display: inline-block;
	text-align: center;
	width: 250px;
	background-color:#2679cd;
	color: #fff;
	font-weight: 500;
	padding: 0.5em;
	border-radius: 0 0 20px 20px;
	margin-left: 20px;
	position: relative;
}
.button_wrap .phone a{
	color: #fff;
}
.button_wrap .phone::after{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.button_wrap .phone:hover{
	background:#b0e0f4;
	transition: .5s;
}
.button_wrap .phone:hover::after{
	right: 10px;
	transition: .5s;
}

.button_wrap .mail{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	width: 250px;
	background-color:#b0e0f4;
	font-weight: 500;
	color: #333;
	padding: 0.5em;
	border-radius: 0 0 20px 20px;
	margin-left: 20px;
	position: relative;
}
.button_wrap .mail a{
	color: #333;
}
.button_wrap .mail::after{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.button_wrap .mail:hover{
	background:#ecf8fd;
	transition: .5s;
}
.button_wrap .mail:hover::after{
	right: 10px;
	transition: .5s;
}


/*global_nav ==================*/
.global_nav{
	width: 100%;
	max-width: 960px;
	margin: auto;
	padding: 10px;
}
.global_nav ul#main{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.global_nav #main > li{
	width: calc(100% / 5);
	position: relative;
	font-weight: 500;
	line-height: 150%;
	z-index: 5;
}

.global_nav #main li a{
	display: block;
	width: 100%;
	text-align: center;
	color: #333;
	transition: .3s;
}



.global_nav #main li a span{
	display: block;
	font-size: .8rem;
	text-transform: capitalize;
	color: #eaa097;
}
.global_nav ul li a:hover{
	opacity: 0.5;
}

.drop {
	overflow: hidden;
	list-style: none;
	position: absolute;
	padding: 0;
	width: 100%;
	left: 0;
	top: 35px;
	border-radius: 0 0 10px 10px;
}
.drop div {
	transform: translate(0, -100%);
	transition: all 0.5s 0.1s;
	position: relative;
	width: 100%;
}
.drop li {
	display: block;
	background: #ecf8fd;
	width: 100%;
	text-align: center;
	line-height: 150%;
	padding: 1em;
	border-bottom: solid 1px #fff;	
}
.drop li:last-child{
	border-bottom: none;
}

.global_nav ul#main li:hover ul div{
	transform: translate(0, 0);
}



/* コンタクト　==================== */
.button_wrap_contact{
	display: flex;
	justify-content: center;
	align-items: center;
}
.button_01{
	display: inline-block;
	text-align: center;
	width: 260px;
	background:#fff;
	color: #2679cd;
	border:solid 1px #2679cd;
	padding: 0.5em;
	margin: 1rem;
	position: relative;
	border-radius: 30px;
	font-size: 1.1em;
	font-weight: 500;
	transition: .5s;
}
.button_01::after{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: "\f105";
	position: absolute;
	top: calc(50% - 0.5em);
	right: 15px;
	transition: .5s;
}
.button_01:hover{
	background:#2679cd;
	color: #fff;
	transition: .5s;
}
.button_01:hover::after{
	right: 10px;
	transition: .5s;
}


/* フッター　================================================== */
footer{
	background: url("../img/bg_img001.jpg");
	background-size: cover;
	padding-top: 30px;
}

.footer_in h2{
	text-align: center;
	vertical-align: middle;
	margin-bottom: 50px;
	font-size: 0.9em;
	font-weight: 300;
	line-height: 120%;
}
.footer_in h2 a{
	color: #333;
}

.footer_in h2 img{
	width: 350px;
	padding-bottom: 5px;
	vertical-align: middle;
}
.footer_in{
	margin: auto;
	max-width: 900px;
	padding: 20px;
}
.footer_in .address_arer{
	text-align: center;
	color: #333;
	line-height: 180%;
}
.address a{
	color: #333;
}

footer small p{
	color: #fff;
	text-align: center;
	background-color: #2679cd;
	padding: 1em 0;

}

/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}
.slide_wrap::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("../img/wave01.svg") no-repeat;
	background-position: bottom -1px center;
	background-size: 101%;
}
.top_slider{
	overflow: hidden;
	position: relative;
}
.top_slider .slider li{
	position: relative;
	width: 100%;
	height: 100vh;
	background:#fff;
	background-size: cover;
	background-position: center center;
}
.top_slider .slider li.top01{
	background:url("../img/slide04.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.top_slider .slider li.top02{
	background:url("../img/slide02.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.top_slider .slider li.top03{
	background:url("../img/slide03.jpg") no-repeat;
	background-size: cover;
	background-position: center;
}
.top_copy{
	position: absolute;
	bottom: 50px;
	left: 10%;
	max-width: 90%;
	z-index: 8;
}
.top_copy h2{
	font-size: 3rem;
	color: #fff;
}
.top_copy h2 span{
	font-size: 150%;
}

.top_slider .slider li .catch{
	position: absolute;
	top: 90%;
	right: 10%;
	width: 90%;
	max-width: 500px;
	min-width: 260px;
	opacity: 0;
	transition: 2s;
}
.top_slider .slider li.slick-active .catch{
	top: 60%;
	animation-name: appear;
	animation-duration:5.5s;
	transition-timing-function:ease-in-out;

}
@keyframes fadezoom{
	0%{
		transform: scale(1.2);
	}
	100%{
		transform: scale(1);
	}
}
.add-animation{
	animation: fadezoom 5s 0s forwards;
}

.slide_copy{
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	text-align: center;
	z-index: 2;
}

.slide_copy img{
	width: 90%;
	max-width: 600px;
}


/* 新着情報　==================== */


/* 各コンテンツ枠　======================================== */
section.contents{
	padding: 70px 0;
}


/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 400px;
	background-size: cover;
	background-color: #fff;
	position: relative;
	max-width: 1800px;
	margin: 0 auto 50px;
}
.subtitle h2{
	color:#333;
	line-height: 100%;
	position: absolute;
	top: 50%;
	left: 100px;
	font-size:2.9em;
	font-weight: 500;
}
.subtitle h2 span{
	font-size:60%;
	color: #b6c4cc;
}
.subtitle h2::first-letter{
	color: #2679cd;
}
.sub_img01{
	position: absolute;
	bottom: 0;
	right: 0;
	height: 300px;
	width: 50%;
	max-width: 800px;
	background-image: url("../img/img001.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 20px 0 0 20px;
}

.subtitle .main03 img{
	width: 100%;
}
/*パンくずリスト
==========================================================================*/
.breadcrumb-box{
	display: inline-block;
	margin: 0 auto;
	padding-top: 10px;
	position: absolute;
	bottom: 0;
	left: 100px;
}
.breadcrumb {
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumb li {
	display: inline;
	list-style: none;
	font-size: 1em;

}

.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	color: #333;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #333;
}

.breadcrumb li a:hover {
	color: #2679cd;
}

/* table================================================== */
.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 1px #2679cd;
	padding: 1em;
	width: 30%;
}
.line02 table td{
	border-bottom: solid 1px #ccc;
	padding: 1em;
}

.line02 ul li{
	margin-bottom: 0.5em;
	text-indent: -1em;
	padding-left: 1em;
}
.line02 dl{
	display: flex;
	font-size: 0.9rem;
	margin-left: 1em;
	margin-bottom: 1em;
}
.line02 dl dt{
	width: 9em;
}

.map iframe{
	vertical-align: middle;
}

ul.underline{
	margin: 50px 15px;
}
ul.underline li{
	font-size: 1rem;
	line-height: 180%;
	border-bottom: solid 1px #2679cd;
	margin-bottom: 0.5em;
	text-indent: -1em;
	padding-left: 1em;
	font-weight: 500;
}
ul.underline li i{
	color: #2679cd;
}


/* メールフォーム==================== */
.contents_mail{
	max-width: 960px;
	padding: 10px 10px 30px;
	margin: auto;
}
.tel_button{
    position: relative;
	overflow: hidden;
	text-decoration: none;
	display: block;
    width: 100%;
	max-width: 500px;
    background:#2679cd;
	font-weight: 700;
	color:#333;
	border-radius: 50px;
    padding: 10px;
    text-align: center;
	margin: 16px auto;
    outline: none;
    transition: ease .2s;
	cursor: pointer;
	font-size: 1.3em;
}
/*ボタン内spanの形状*/
.tel_button span {
	position: relative;
	z-index: 3;
	color:#fff;
}
/*== 背景が流れる*/
.bgleft:before {
 	content: '';
 	position: absolute;
 	top: 0;
 	left: 0;
 	z-index: 2;
 	background:#b0e0f4;
 	width: 100%;
	height: 100%;
	border-radius: 50px;
    /*アニメーション*/
 	transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
 	transform: scale(0, 1);
	transform-origin: right top;
}
.bgleft:hover:before{
	transform-origin:left top;
	transform:scale(1, 1);
}
.bgleft:hover span{
	color: #333;
	transition: .5s;
}
#mailform{
	width: 100%;
	padding: 20px;
}
#mailform table{
	width: 100%;
	font-size: 1rem;
	border-collapse: collapse;
	border-spacing: 0;
}
#mailform table tr{
	border-bottom: solid 1px #ccc;
}
#mailform table th{
	width: 250px;
	text-align: left;
	padding:1em 0.5em;
	vertical-align:middle;
	line-height: 120%;
}
#mailform table td{
	width: calc(100% - 250px);
	padding: 1em;
}
.flex_btn{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
#mailform .radio{
	padding: 0 1rem;
}
#mailform .checkbox{
	padding: 0 1rem;
	margin-bottom: 0.5em;
}
#mailform .form_input,#mailform textarea{
	background:#fff;
	width: 100% !important;
	padding: 5px 10px;
	border-radius: 5px;
}
#mailform span.form_required{
	font-size: 60%;
	font-weight: normal;
	color: #fff;
	background:#2679cd;
	padding: 3px 8px;
	margin-left: 0.5rem;
	border-radius: 5px;
}
input[type='submit']{
	display: block;
	width: 100%;
	max-width: 300px;
	padding: 5px;
	font-weight: 400;
	background:#2679cd;
	color:#fff ;
	border-radius: 20px;
	margin: 0 auto;
	transition: .5s;
}
input[type='submit']:hover{
	color: #333;
	background:#b0e0f4;
}
.infobox{
	margin: 30px auto;
}
.infobox h4{
	text-align: center;
	font-size: 1em !important;
	padding-bottom: 1em;
}
.infobox h5{
	border-bottom: dashed 1px;
	margin-top: 1em;
}
.infobox h5 i{
	color: #2679cd;
}
.infobox p{
	font-size: 0.8em !important;
	padding: 1em 0;
}
.postcord{
	width:150px !important;
	margin-bottom: 5px;
	padding: 5px 10px;
	background:#fff;
	border-radius: 5px;
}
.postcord_btn{
	font-size: 0.7em;
	font-weight: 700;
	border-radius: 30px;
	background:#2679cd;
	padding: 0.25em 1em;
	color: #fff;
}
summary{
	cursor: pointer;
	display: block;
	list-style: none;
}
summary::-webkit-details-marker {
	color: transparent;
	display: none;
}
details::before{
	display: none;
}
details[open]{
	animation: fadeIn 1s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
details summary h4::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f067';
	padding-right: 15px;
}
details[open] summary h4::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f068';
	padding-right: 15px;
}
.visually-hidden { /* 元のボタンを非表示にする*/
	position: absolute;
	white-space: nowrap;
	width: 1px;
	height: 1px;
	overflow: hidden;
	border: 0;
	padding: 0;
	clip: rect(0 0 0 0);
	clip-path: inset(50%); 
	margin: -1px;
}
label.radio-label {
	cursor: pointer;
	padding-left: 30px;
	position: relative;
}

label.radio-label::before,
label.radio-label::after {
	content: "";
	display: block;
	border-radius: 50%;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}

label.radio-label::before {
	background-color: #fff;
	border: 1px solid #ccc;
	height: 20px;
	width: 20px;
	left: 5px;
}

label.radio-label::after {
	background-color: #2679cd;
	opacity: 0;
	height: 14px;
	width: 14px;
	left: 8px;
	transition: ease .2s;
}

input:checked + label.radio-label::after {
  opacity: 1;
}


label.check-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

label.check-label:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: 20px;
  height: 20px;
  top: 0;
  border: solid 1px #ccc;
  border-radius: 3px;
  transition: all ease-in-out.5s;
}

label.check-label:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 11px;
  transform: rotate(-45deg) scaleX(0);
  transform-origin: left;
  width: 12px;
  height: 6px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transition: transform 0.125s ease-in-out;
}

input:checked + label.check-label:before {
  background-color: #2679cd;
  border-color: #2679cd;
}

input:checked + label.check-label:after {
  transform: rotate(-45deg) scaleX(1);
}

/* TOPへ戻るボタン==================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 999;
}
#page_top a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f077';
	font-size: 50px;
	color:#fff;
	position: absolute;
	width: 50px;
	height: 50px;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}


/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	filter: blur(2px);
	transition : ease-in-out 1s;
	}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
	filter: none;
}
/* 採用カバー============================================================ */
.wrap_blur{
	width: 100%;
	position: relative;
}
.wrap_blur::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255, 0.7);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	pointer-events: none;
	z-index: 1;
}
p.disabled_text{
	position: absolute;
	top: 30%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 2;
    font-size: 1.8rem;
	color: #333;
}

