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

/*===共通部分==============
====================================================================*/
html{
	font-size: 100%;
}
body{
	position: relative;
	font-family: dnp-shuei-gothic-gin-std, sans-serif;
	font-weight: 600;
	font-weight: 500;
	font-weight: 400;
	line-height: 1.7;
	color: #333;
	font-size: 15px;
	background: #fff;
	-webkit-font-smoothing: antialiased;/*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.08em;
	line-height: 1.9;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 500;
	letter-spacing: 0.1em;
}
a{
	text-decoration: none;
	color: #333;
	transition: .4s;
}
ul,ol{
	list-style: none;
	padding: 0;
}
svg{
	padding: 0;
	margin: 0;
	vertical-align: bottom;
	min-height: 0%;
}
img{
  	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
	font-size: 0;
}
.img{
	min-height: 0%;
}
.img img{
	display: block;
	width: 100%;
}
.img a{
	display: block;
	width: 100%;
}
.img a:hover img{
	opacity: .8;
}

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

.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;
}
.mg10{
	margin-bottom: 10px !important;
}
.mg5{
	margin-bottom: 5px !important;
}

.pmg p{
	margin-bottom: 10px;
}
.pmg15 p{
	margin-bottom: 15px;
}
.pmg20 p{
	margin-bottom: 20px;
}
.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: inline-block;
	font-family: 'Cormorant Unicase', serif;
	font-weight: 600;
	font-weight: 500;
	font-size: 4rem;
	text-transform: uppercase;
	line-height: 1.4;
	color: #1f312e;
	background: linear-gradient(to right top, #1724d2, #3643FF, #0D81D1);
	background-size: cover;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none){/*対IE*/
	h2.title span.en{
		background-image: none;
	}
}
h2.title span.ja{
	display: flex;
  	align-items: center;
	font-size: 1rem;
	line-height: 1;
	color: #1724d2;
}
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.ja{
	color: #fff;
}
h2.title.white span.en{
	background-clip: border-box;
	-webkit-text-fill-color: currentcolor;
	background-image: none;
}
@media (max-width: 750px){
	h2.title span.en{
		font-size: 3.2rem;
	}
	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.mini span.en{
		font-size: 2.6rem;
	}
}



/*mtitle*/
.mtitle{
    position: relative;
    padding: 5px;
    font-size: 1.2rem;
    margin-bottom: 30px;
	text-align: center;
	border-top: 2px solid #0d89de;
	border-bottom: 2px solid #0d89de;
	color: #0d89de;
	font-weight: 500;
}

/*mtitle02*/
.mtitle02{
	border: 1px solid #c2c2c2;
	border-left: 10px solid #a78ce6;
	font-size: 1.5rem;
	font-weight: 500;
	padding: 10px;
	margin-bottom: 20px;
	background: #fff;
}

/*stitle*/
.stitle{
	position: relative;
	font-weight: 500;
	font-size: 1.2rem;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.stitle::before{
	content: '';
	position: absolute;
	bottom: -1px;
	width: 100px;
	height: 1px;
	background: #000;
}

/*dtitle*/
.dtitle{
	font-weight: 500;
	font-size: 1.3rem;
	text-align: center;
	margin-bottom: 30px;
}
.dtitle::after{
	content: '';
	display: block;
	width: 150px;
	height: 1px;
	background: #000;
	margin: 10px auto 0;
}
@media (max-width: 750px){
	.dtitle{
		font-size: 1.2rem;
	}
}

/*wtitle*/
.wtitle{
	position: relative;
	z-index: 1;
    font-size: 1.3rem;
    margin-bottom: 20px;
	background-color: #1724d2;
	color: #fff;
	padding: 10px;
	border-left: 7px solid #0D89DE;
	font-weight: 500;
	letter-spacing: 0.12em;
}
.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: 25px;
	font-size: 1.4rem;
}
.ctitle::before{
	content: '';
	display: block;
	width: 52px;
	height: 23px;
	background: url(../img/ctitle_deco.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto 5px;
}
.ctitle.white{
	color: #fff;
}
.ctitle.white::before{
	background-image: url(../img/ctitle_deco_w.png);
}


.etitle{
	font-size: 1.1rem;
	padding-left: 15px;
	border-left: 4px solid #1724d2;
	font-weight: 600;
	margin-bottom: 20px;
}


.ntitle{
	font-size: 1rem;
	margin-bottom: 10px;
	border-bottom: 1px solid #eee;
	font-weight: 500;
	letter-spacing: 0.14em;
}
.ntitle::before{
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	margin-right: 10px;
	font-size: 0.6rem;
	color: #1724d2;
	transform: translateY(-2px);
}

.btitle{
	display: flex;
  	align-items: center;
	font-size: 1rem;
	font-weight: 500;
}
.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 a{
	display: block;
	position: relative;
	background: #fff;
	text-align: center;
	color: #555;
	border: 1px solid #555;
	padding: 15px 0;
	width: 300px;
	transition: all 0.3s ease-in-out;
	font-size: 0.8rem;
	margin: 0 auto;
}
.sbtn a::before,
.sbtn a::after{
	content: '';
	position: absolute;
	border: solid #555;
	width: 10px;
	height: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.sbtn a::before{
	top: -6px;
	left: -6px;
	border-width: 1px 0 0 1px;
}
.sbtn a::after{
	bottom: -6px;
	right: -6px;
	border-width: 0 1px 1px 0;
}
.sbtn a:hover{
	color: #fff;
	background: #1724d2;
	border-color: transparent;
}
.sbtn a:hover::before,
.sbtn a:hover::after{
	width: calc(100% + 11px);
	height: calc(100% + 11px);
	border-color: #1724d2;
}

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

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

/*テキストリンク*/
a.t_link{
	color: #1724d2;
	background-image: linear-gradient(to right, #1724d2, #1724d2);
	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 0;
}
.info_table th{
	background: #f5f5f5;
	width: 30%;
	border-right: 1px solid #ccc;
	font-weight: 500;
}
.info_table td{
	padding-left: 10px;
	background: #fff;
	width: 70%;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

/*スタイリッシュver*/
.info_table02{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table02 tr{
	border-bottom: 1px solid #f5f5f5;
}
.info_table02 th,
.info_table02 td{
	padding: 20px 0;
}
.info_table02 th{
	width: 30%;
	border-bottom: 1px solid #1724d2;
	font-weight: 400;
	color: #1724d2;
}
.info_table02 td{
	padding-left: 10px;
	width: 70%;
}

@media (max-width: 450px){
	.info_table, .info_table02{
		font-size: 0.9rem;
	}
}

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


/*改行*/
@media (min-width: 451px){
	br.only450{
		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;
	margin-bottom: 5px;
	padding-left: 2px;
}
ul.check_list li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f058";
	font-weight: bold;
	display: inline-block;
	color: #08A6A6;
	margin-right: .5em;
	font-size: 0.6rem;
	transform: translateY(-2px);
}
ul.check_list02 li{
	margin-bottom: 5px;
}
ul.check_list02 li::before{
	font-family: "Font Awesome 5 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.dot_list li{
	margin-bottom: 5px;
}
ul.dot_list li::before{
	content: '・';
	color: #08A6A6;
	margin-right: 5px;
}

ul.care_list li{
	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;
}

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

/*画像 + テキスト 上下逆転のflex*/
.info_flexbox_reverse{
	display: flex;
	justify-content: space-between;
}
.info_flexbox_reverse .text{
	width: 48%;
}
.info_flexbox_reverse .img{
	width: 48%;
}
@media (max-width: 750px){
	.info_flexbox_reverse{
		flex-direction: column-reverse;
	}
	.info_flexbox_reverse .text{
		width: 100%;
	}
	.info_flexbox_reverse .img{
		width: 100%;
	}
}

/*画像 + テキスト 画像小さめのflex*/
.mini_flex{
	display: flex;
	justify-content: space-between;
}
.mini_flex .img{
	width: 300px;
}
.mini_flex .text{
	width: calc(100% - 340px);
}
@media (max-width: 750px){
	.mini_flex{
		display: block;
	}
	.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;
	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;
	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 iframe{
	vertical-align: top;
}

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






/*===ヘッダー==============================*/
.site_header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	padding: 10px 0;
}
.site_header::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, rgba(0,173,250,1) 0%, rgba(6,66,187,1) 100%);
	pointer-events: none;
	z-index:-1;
	opacity: 0;
	transition: 0.4s;
}
.site_header.transform{
	box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
}
.site_header.transform::after{
	opacity: 1;
}
.sticky{
	position: sticky;
	top: 0;
	left:0;
	right:0;
	z-index: 100;
}

.site_header .flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.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{
}
.site_header .tr{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 0 0 auto;
	margin-bottom: 20px;
}

.site_header .tr .sbtn a{
	margin-left: 20px;
	width: 160px;
	padding: 5px 0;
	line-height: 1.7;
}

/*global_nav*/
.global_nav{
	width: 100%;
}
.global_nav ul{
	margin: 0 0 0 auto;
	display: flex;
	justify-content: right;
	width: -moz-fit-content;
	width: fit-content;
}
.global_nav ul li{
	margin-left: 40px;
	transition: .4s;
}
.global_nav ul li a{
	display: block;
	font-size: 0.9rem;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
}
.global_nav ul li a span{
	display: block;
	text-transform: uppercase;
	font-family: 'Cormorant Unicase', serif;
	font-weight: 500;
	margin-bottom: 3px;
}

@media (max-width: 1100px){
	.global_nav ul li{
		margin-left: 20px;
	}
	.global_nav ul li a{
		font-size: 0.8rem;
	}
}
@media (max-width: 960px){
	.site_header{
		padding: 15px 0;
	}
	.site_header h1{
		width: 240px;
	}
	.site_header .info{
		display: none;
	}
}

/*===スライダー==============================*/
.top_slider{
	overflow: hidden;
	position: relative;
}
.top_slider .slider{
}
.top_slider .slider li{
	width: 100%;
	height: 100vh;
	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);
}
.top_slider .slider li.top04{
	background-image: url(../img/top04.jpg);
}

/*キャッチ*/
.top_slider .catch{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	pointer-events: none;
	text-align: center;
	z-index: 2;
	padding: 0 3px;
}
.top_slider .catch h2{
	color: #fff;
}

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

.kv_scroll{
	display: block;
    position: absolute;
    z-index: 5;
    bottom: 3%;
    left: 50%;
    padding-top: 150px;
}
.kv_scroll span{
	position: absolute;
    top: 0;
    left: 50%;
	transform: translateX(-50%);
    height: 150px;
    font-size: 14px;
    letter-spacing: .1em;
    color: #fff;
	text-transform: capitalize;
	font-family: 'Cormorant Unicase', serif;
	font-weight: 500;
}
.kv_scroll span::before{
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    animation: sdb 6s infinite;
}
.kv_scroll span:after{
    content: "";
    display: block;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
	left: 50%;
	transform: translateX(-50%);
    bottom: -10px;
    width: 1px;
    height: 90%;
}
@keyframes sdb{
	0% {
	  transform: translate(0, 0);
	  opacity: 0;
	}
	40% {
	  opacity: 1;
	}
	80% {
	  transform: translate(0, 190px);
	  opacity: 0;
	}
	100% {
	  opacity: 0;
	}
}
@media (max-width: 750px){
	.kv_scroll{
		padding-top: 120px;
	}
	.kv_scroll span{
		height: 120px;
	}
}

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

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

.bg01{
	background-color: #f9f9f9;
}
.bg02{
	background: linear-gradient(to right, rgba(0,173,250,1) 0%, rgba(6,66,187,1) 100%);
}
.bg03{
	background-image: url(../img/bg03.png);
	background-repeat: repeat;
}
.bg03::after{
	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==============================*/
.welcome{
	background: url(../img/welcome_bg.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .welcome{
	background-attachment: scroll;
}
.welcome::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	pointer-events: none;
	z-index:-1;
}
.welcome .text{
	color: #fff;
}


/*===link==============================*/
.t_service::after{
	content: '';
	width: 60%;
	height: 80%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #f9f9f9;
	pointer-events: none;
	z-index:-1;
}
.t_service .text{
	padding-top: 40px;
}


.contents_flex{
	display: flex;
	justify-content: space-around;
	width: 92%;
	margin: 0 auto;
}
.contents_flex .box{
	width: 32%;
}
.contents_flex .box a{
	display: block;
	width: 100%;
	position: relative;
}
.contents_flex .box a .img_wrap{
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.contents_flex .box a .img_wrap::before{
    content: '';
    display: block;
    padding-top: 65%;
}
.contents_flex .box a .img_wrap::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(14, 86, 232, 0.4);
	pointer-events: none;
	z-index: 2;
}
.contents_flex .box a .img_wrap img{
	display: block;
	object-fit: cover;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	transition: all 0.3s ease;
	z-index: 1;
}
.contents_flex .box a p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	z-index: 5;
	white-space: nowrap;
	text-shadow: 0 0 40px #000;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.13em;
	text-align: center;
}
.contents_flex .box a p span{
	display: block;
	font-family: 'Cormorant Unicase', serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 1rem;
}
.contents_flex .box a .arrow{
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 4;
	width: 60px;
	transition: 0.3s;
}
.contents_flex .box a .arrow img{
	display: block;
	width: 100%;
}
.contents_flex .box a:hover .img_wrap img{
	transform: scale(1.1);
}
.contents_flex .box a:hover .arrow{
	transform: translateX(6px);
	transition-delay: 0.1s;
}
@media (max-width: 750px){
	.contents_flex{
		display: block;
	}
	.contents_flex .box{
		width: 100%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
}

/*===フッター==============================*/
.footer_top{
	position: relative;
	z-index: 1;
	background: url(../img/footer.jpg);
	background-size: cover;
	background-position: center;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background-attachment: fixed;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .footer_top{
	background-attachment: scroll;
}
.footer_top::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	pointer-events: none;
	z-index:-1;
}
.footer_top .btn_wrap{
	display: flex;
	justify-content: space-between;
	margin: 0 auto -20px;
	max-width: 960px;
}
.footer_top .btn_wrap .btn{
	width: 32%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.footer_top .btn_wrap .btn a{
	display: block;
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #fff;
	padding: 20px 0;
	font-size: 1.2rem;
	font-weight: 500;
}
.footer_top .btn_wrap .btn.fax a{
	pointer-events: none;
}
.footer_top .btn_wrap .btn a:hover{
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.1);
}


.footer_middle{
	padding: 60px 0;
	background: linear-gradient(to right, rgba(0,173,250,1) 0%, rgba(6,66,187,1) 100%);
	color: #fff;
}
.footer_middle .flex{
	display: flex;
	justify-content: space-between;
}
.footer_middle .flex .info{
	width: 40%;
}
footer h3{
	width: 100%;
	max-width: 300px;
	margin-bottom: 20px;
}
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_nav{
	width: 30%;
}
.footer_nav ul{
	margin-bottom: 30px;
}
.footer_nav ul:last-child{
	margin-bottom: 0;
}
.footer_nav ul li{

}
.footer_nav ul li a{
	color: #fff;
	font-size: 0.8rem;
}
.footer_nav ul li a::before{
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	display: inline-block;
	font-weight: bold;
	margin-right: 15px;
	font-size: 0.6rem;
	transform: translateY(-1px);
}
.footer_nav ul li.sub a{
	padding-left: 15px;
	border-left: 4px solid #fff;
	font-weight: 500;
	font-size: 1rem;
}
.footer_nav ul li.sub a::before{
	display: none;
}
.footer_nav ul li a:hover{
	opacity: 0.6;
}

.footer_bottom{
	background: #1724d2;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	border-top: 1px solid #eee;
}
@media (max-width: 960px){
	.footer_middle{
		padding: 60px 0;
		background: linear-gradient(to right, rgba(0,173,250,1) 0%, rgba(6,66,187,1) 100%);
		color: #fff;
	}
	.footer_middle .flex{
		display: block;
	}
	.footer_middle .flex .info{
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	footer h3{
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.footer_nav{
		width: 100%;
		margin-bottom: 30px;
	}
	.footer_nav:last-child{
		margin-bottom: 0;
	}
	.footer_nav ul li{
		border-bottom: 1px solid rgba(255, 255, 255, 0.4);
		padding: 5px 10px;
	}
	.footer_nav ul li.sub{
		border: none;
	}
}
@media (max-width: 750px){
	.footer_top .btn_wrap{
		display: block;
	}
	.footer_top .btn_wrap .btn{
		width: 100%;
	}
}


/*トップに戻る*/
.page_top{
	opacity: 0;
	pointer-events: none;
  	width: 60px;
  	height: 60px;
  	position: fixed;
  	right: 3%;
  	bottom: 4%;
	border-radius: 50%;
	opacity: 0;
	transition: 1s;
  	background: #1724d2;
  	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: 130px 0;
}
.kasou_top::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
    opacity: 0.3;
	pointer-events: none;
	z-index:-1;
}
/*ドットテクスチャ*/
.kasou_top::after{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: url(../img/pattern-01.png);
	background-repeat: repeat;
	background-size: 2px 2px;
	opacity: 0.5;
	z-index: 1;
}
@media (max-width: 450px){
	.kasou_top::after{
		background-size: 1px 1px;
		opacity: 0.5;
	}
}
.kasou_top h2{
	position: relative;
	z-index: 3;
	text-align: center;
	font-size: 2.2rem;
	font-weight: 500;
	color: #fff;
	margin-bottom: 8px;
}
@media (max-width: 750px){
	.kasou_top{
		padding: 100px 0;
	}
	.kasou_top h2{
		font-size: 1.9rem;
	}
}


/*パンくず*/
.breadcrumb{
	position: relative;
	z-index: 3;
	font-size: 11px;
	color: #fff;
	text-align: center;
	letter-spacing: 0.05em;
}
.breadcrumb li {
	display: inline;
	list-style: none;
}
.breadcrumb li:after {
	content: '>';
	padding: 0 0.2em;
	vertical-align: top;
}
.breadcrumb li:last-child:after {
	content: '';
}
.breadcrumb li a {
	text-decoration: none;
	color: #fff;
	font-weight: 500;
}
.breadcrumb li:first-child a::before{
	font-family: "Font Awesome 5 Free";
	content: '\f015';
	font-weight: bold;
}
.breadcrumb li a:hover{
	opacity: 0.7;
}


/*===事業紹介ページ==============================*/


.area .inner{
	max-width: 960px;
}
.area .info_flexbox{
	align-items: flex-start;
}
.area .img{
	border-radius: 50%;
	overflow: hidden;
	background-color: #eee;
}

.t_list li{
	border-bottom: 1px solid #ccc;
	font-weight: 500;
	font-size: 1.1rem;
	letter-spacing: 0.15em;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.t_list li::before{
	font-family: "Font Awesome 5 Free";
	content: "\f14a";
	font-weight: bold;
	display: inline-block;
	color: #1724d2;
	margin-right: .7em;
	font-size: .7em;
	transform: translateY(-1px);
}


.flow01{
	position: relative;
	z-index: 1;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto;
}
.flow01 .box{

}
.flow01 .box .flex{
	display: flex;
	justify-content: space-between
}

.flow01 .box .flex .flow_left,
.flow01 .box .flex .flow_right{
	padding: 40px 0;
}

.flow01 .box .flex .flow_left{
	width: 200px;
}
.flow01 .box .flex .flow_left p{
	display: inline-block;
	text-transform: uppercase;
	font-weight: 400;
	color: #fff;
	background: #666;
	font-size: 1.2rem;
	position: relative;
	padding: 3px 30px;
}
.flow01 .box .flex .flow_left p::after{
	display: block;
	content: "";
	width: 0px;
	height: 0px;
	position: absolute;
	top: calc(50% - 8px);
	right: -15px;
	border-left: 15px solid #666;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
}

.flow01 .box .flex .flow_right{
	width: calc(100% - 200px);
	position: relative;
	padding-left: 70px;
}
.flow01 .box .flex .flow_right::before{
	content: '';
	display: block;
	width: 20px;
	height: 100%;
	background: #eee;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.flow01 .box .flex .flow_right h3{
	font-weight: 500;
	font-size: 1.4rem;
	position: relative;
	margin-bottom: 10px;
}
.flow01 .box .flex .flow_right h3::before{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #0E56E8;
	position: absolute;
	top: 20px;
	left: -65px;
	transform: translateY(-50%);
}
.flow01 .box .flex .flow_right h3::after{
	content: '';
	border-top: 1px dashed #0E56E8;
	width: 50px;
	position: absolute;
	top: 20px;
	left: -55px;
	transform: translateY(-50%);
}

.flow01 .check_list li{
	display: inline-block;
	margin-right: 1em;
}

@media (max-width: 750px){
	.flow01 .box .flex .flow_left,
	.flow01 .box .flex .flow_right{
		padding: 20px 0;
	}
	.flow01 .box .flex .flow_left{
		width: 90px;
	}
	.flow01 .box .flex .flow_left p{
		font-size: 0.8rem;
		padding: 3px 10px;
		transform: translateY(2px);
	}
	.flow01 .box .flex .flow_left p::after{
		top: calc(50% - 4px);
		right: -10px;
		border-left: 10px solid #666;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
	}
	.flow01 .box .flex .flow_right{
		width: calc(100% - 90px);
		padding-left: 40px;
	}
	.flow01 .box .flex .flow_right::before{
		width: 14px;
	}
	.flow01 .box .flex .flow_right h3{
		font-size: 1.2rem;
	}
	.flow01 .box .flex .flow_right h3::before{
		width: 8px;
		height: 8px;
		top: 17px;
		left: -37px;
	}
	.flow01 .box .flex .flow_right h3::after{
		width: 25px;
		top: 17px;
		left: -29px;
	}
}


/*アコーディオン*/
.faq_list{
	width: 100%;
}
.faq_list > li{
	margin-bottom: 20px;
	border: 1px solid #fff;
}
.faq_list li .sub{
	font-size:1rem;
	font-weight: 500;
	transition: all .5s ease;
	display: flex;
	align-items: center;
	padding: 12px 15px;
	padding-right: 40px;
	position: relative;
	background: #1724d2;
}
.faq_list li .en{
	display: block;
	margin-right: 1em;
}
.faq_list li .sub .en{
	color: #fff;
}
.faq_list li .sub h3{
	width: 100%;
	color: #fff;
	font-weight: 500;
}

/*アコーディオンで現れるエリア*/
.faq_list li .info{
	position: relative;
	padding: 20px 15px;
	background: #fff;
}
.faq_list li .info .flex{
	display: flex;
}
.faq_list li .info .flex .en{
	color: #e10100;
}
.faq_list li .info .flex .text{
	width: 100%;
	color: #333;
}


/*===ページ==============================*/



/*===採用情報ページ==============================*/
.key_flex2{
	display: flex;
	align-items: center;
}
.key_flex2 .images{
	width: 50%;
	display: flex;
	justify-content: space-between;
}
.key_flex2 .images .img{
	width: 45%;
}
.key_flex2 .images .img:nth-child(2){
	padding-top: 120px;
}
.key_flex2 .text{
	width: 50%;
	padding: 0 10%;
}
.key_flex2 .text .info{
	font-size: 0.9rem;
	line-height: 2.2;
	margin-bottom: 60px;
}
.key_flex2 .text h3{
	font-size: 1.6rem;
	margin-bottom: 40px;
	font-weight: 600;
	line-height: 1.7;
	color: #555;
}
.key_flex2 .text h3 span{
	display: block;
	text-transform: uppercase;
	font-family: 'Cormorant Unicase', serif;
	font-weight: 600;
	font-weight: 500;
	font-size: 0.9rem;
	margin-top: 10px;
}
.key_flex2.reverse .images .img:nth-child(1){
	padding-top: 120px;
}
.key_flex2.reverse .images .img:nth-child(2){
	padding-top: 0;
}

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


/*===会社概要ページ==============================*/
.vision{

}
.vision_list{
	max-width: 750px;
	margin: 0 auto;
}
.vision_list li{
	position: relative;
	z-index: 1;
	font-size: 1.2rem;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	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;
	text-align: center;
}
.vision_list li span{
	font-family: 'Cormorant Unicase', serif;
	font-weight: 600;
	font-weight: 500;
	color: #1724d2;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	font-size: 4rem;
	opacity: 0.3;
	line-height: 1;
	text-shadow: none;
}
@media (max-width: 750px){
	.vision_list li{
		font-size: 1.1rem;
	}
}

.greeting::after{
	content: '';
	width: 70%;
	height: 60%;
	position: absolute;
	top: -20px;
	left: 0;
	background: linear-gradient(to right, rgba(0,173,250,1) 0%, rgba(6,66,187,1) 100%);
	pointer-events: none;
	z-index:-1;
}
.greeting .info_flexbox{
	align-items: flex-start;
}
.greeting .img{
	position: relative;
}
.greeting .img::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: rgb(255, 255, 255) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.8) -3px -3px 6px 1px inset;
	pointer-events: none;
	z-index: 1;
}
.greeting .inner{
	box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}
.greeting .text{
	margin: 0 auto;
	max-width: 750px;
}


/*===お問い合わせページ==============================*/
.contact_flex{
	display: flex;
	justify-content: space-between;
}
.contact_flex .info{
	background-color: #f7f7f7;
	text-align: center;
	width: 49%;
	padding: 30px;
}
.contact_flex .info h3{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 1.1rem;
}
.contact_flex .info .sub{
	font-size: 1.8rem;
	font-weight: 500;
	color: #254686;
}
.contact_flex .info .sub a{
	color: #254686;
}
.contact_flex .info .sub a:hover{
	opacity: 0.6;
}
.fax_text{
	width: 49%;
	margin: 0 0 0 auto;
	font-size: 0.8rem;
}

@media (max-width: 750px){
	.contact_flex{
		display: block;
	}
	.contact_flex .info{
		width: 100%;
		padding: 30px;
	}
	.fax_text{
		width: 100%;
	}
}



/*メールフォーム*/
.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%;
	font-weight: 500;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2){
	width: 70%;
	line-height: 1.5;
}
.mailform .row span{
  	color: #fff;
  	background: #1724d2;
  	padding: 5px;
  	margin-right: 5px;
  	font-size: 11px;
	border-radius: 2px;
	vertical-align: middle;
	font-weight: 500;
}
.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 .postal_btn{
	padding: 2px 10px;
	background: #1724d2;
	color: #fff;
	border-radius: 2px;
	margin-top: 5px;
	border: 1px solid #1724d2;
}
.mailform .postal_btn:hover{
	background: #1724d2;
	opacity: 0.9;
}
.mailform button{
	display: block;
	color: #111;
	text-align: center;
	transition: .6s;
	font-size: 1rem;
	font-weight: 500;
	padding: 8px 5px;
	margin: 0 auto;
	width: 250px;
	background: #1724d2;
	border: 1px solid #1724d2;
	border-radius: 25px;
	color: #fff;
}
.mailform button:hover{
	background: #fff;
	color: #1724d2;
}
.mailform button::before{
	font-family: "Font Awesome 5 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 #1724d2;
    border-bottom: 3px solid #1724d2;
    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: #1724d2;
	box-shadow: inset 0 0 0 2px #f4f4f4;
}
input[type=radio]:focus + label::before{
	outline: none;
	border-color: #1724d2;
}
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{
	border: 1px solid #ccc;
}
.privacy li .privacy_wrap .privacy_subject{
	cursor: pointer;
	transition: all .5s ease;
	padding: 15px 20px;
	padding-right: 30px;
	position: relative;
	background-color: #f9f9f9;
}
.privacy li .privacy_wrap .privacy_subject.area_close{
}
.privacy li .privacy_wrap .privacy_subject h3{
	font-size: 1.1rem;
}
/*アイコンの＋と×*/
.privacy li .privacy_wrap .privacy_subject::before,
.privacy li .privacy_wrap .privacy_subject::after{
	position: absolute;
	top:48%;
	right: 15px;
	content:'';
	width: 15px;
	height: 2px;
	background-color: #333;
}
.privacy li .privacy_wrap .privacy_subject::before{
	transform: rotate(0deg);
}
.privacy li .privacy_wrap .privacy_subject::after{
	transform: rotate(90deg);
}
/*area_closeクラスがついたら形状変化*/
.privacy li .privacy_wrap .privacy_subject.area_close::before{
transform: rotate(45deg);
}
.privacy li .privacy_wrap .privacy_subject.area_close::after{
transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.privacy li .privacy_wrap .privacy_box{
	position: relative;
	display: none;/*はじめは非表示*/
	padding: 20px;
}

.privacy_flame{
	height: 250px;
	overflow-y: scroll;
}
.privacy_flame p{
	padding: 10px;
}
.privacy_flame p span{
	display: block;
	color: #1724d2;
	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: #333;
}
.privacy_flame::-webkit-scrollbar-thumb, .privacy_flame::-webkit-scrollbar-corner {
    background: #333;
}

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

/*---------- 一時非公開 --------------*/
.wrap_blur {
    width: 100%;
    position: relative;
	z-index: 1;
	background: rgba(255,255,255,0.55);
}
.wrap_blur::after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(36,36,36,0.87);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	pointer-events: none;
	z-index: 1;
}
.blur_title{
	position: absolute;
    top: 20%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    z-index: 2;
    font-size: 2rem;
    color: #fff;
}
@media (max-width: 450px){
.blur_title{
	font-size: 1rem;	
	}	
}
/*===倉庫==============================*/
@media (max-width: 960px){
}
@media (max-width: 750px){
}
@media (max-width: 450px){
}

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