@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: "midashi_min";
	src: url("../img/midashi_min.otf") format("otf"),url("../img/midashi_min.woff") format("woff"),url("../img/midashi_min.woff2") format("woff2");
}
.midashi_min{
	font-family: "midashi_min";
}
/*-----------------------------------------
				  全体
-----------------------------------------*/
body{font-family: 'Lato', 'Noto Sans JP', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, sans-serif;}
.top #wrap{
    opacity: 0;
}
#fakeloader{
	z-index: 9999;
}
#fakeloader .fl{
	position: absolute!important;
	top: 50%!important;
	left: 50%!important;
	transform: translate(-50%,-50%)!important;
	width: 50%!important;
	max-width: 150px;
}
#fakeloader .fl{
	animation-name: loader;
	animation-duration: 4s;
	animation-timing-function: ease;
}
@keyframes loader{
	0% {opacity: 0;}
	50% {opacity: 1;}
	100% {opacity: 0;}
}

/* CURSOR */
.cursor,.follower{
	border-radius: 50%;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
}
.cursor{
	width: 8px;
	height: 8px;
	z-index: 10;
}
.follower{
	width: 40px;
	height: 40px;
	z-index: 9;
	transition: 0.3s;
	opacity: 0.7;
	transition-property: transform,background;
}
.follower.is-active{
	background-color: transparent;
	border: solid 1px #be3241;
	transform: scale(1.5);
}
.cursor.is-active.more_move,.cursor.is-active.more_info{
	background-color: transparent;
}
.follower.is-active.more_move::before{
	content: url("../img/more1.png");
	width: 100px;
	height: 100px;
	position: relative;
	top: -34px;
	left: -34px;
}
/* BUTTON */
.more.blue a{
	background: transparent;
	text-transform: uppercase;
	border-radius: 0;
	transition: all 0.7s ease-out;
	background: linear-gradient(270deg, rgba(110,225,220,0.80),rgba(0,80,160,0.80));
	background-position: 1% 50%;
	background-size: 300% 300%;
	text-decoration: none;
	border: none;
	width: 250px;
	box-sizing: border-box;
}
.more.blue a:hover{
	color: #fff;
	background-position: 99% 50%;
}
.more.red a{
	background: transparent;
	text-transform: uppercase;
	border-radius: 0;
	transition: all 0.7s ease-out;
	background: linear-gradient(270deg, rgba(255,225,150,0.80),rgba(190,50,65,0.80));
	background-position: 1% 50%;
	background-size: 300% 300%;
	text-decoration: none;
	border: none;
	width: 250px;
	box-sizing: border-box;
}
.more.red a:hover{
	color: #fff;
	background-position: 99% 50%;
}
.more a{position: relative;}
.more a:before{
	font-family: "Font Awesome 5 Free";
	content: "\f0da";
	font-weight: 900;
	display: block;
	position: absolute;
	top:50%;
	right: 20px;
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}

/* 高さを指定してはみ出した文字を消す */
.txt_t-b{
	width: 100%;
	height: 85px;
}
/* 画像トリミング */
.portrait_img{
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 500px!important;
}
.portrait_img img{
	width: 100%;
    height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
/* zoomup */
.zoomup img{
	vertical-align: top;
	-webkit-transition: all 2s ease-out;
	transition: all 2s ease-out;
}
.zoomup.square_img img,
.zoomup.rectangle_img img{
	position: absolute;
	top: 0;
	left: 0;
	-ms-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
.zoomup .square_img img,
.zoomup .rectangle_img img{
	position: absolute;
	top: 0;
	left: 0;
	-ms-transform: translate(0,0);
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}
.zoomup:hover img{
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
#wrap:before{
	content: "";
    background-image: url(../img/dotte2.png), url(../img/dotte2.png), url(../img/dotte2.png), url(../img/dotte2.png), url(../img/dotte2.png);
    background-repeat: repeat-y;
    background-position: 0%,25%,50%,75%,100%;
	width: 100%;
	height: 100%;
    max-width: 1600px;
	position: absolute;
	top: 0;
}
header{
	top: 0;
	z-index: 2;
}
main{z-index: 1;}
#bottom_contact{
	background-image: url("../img/img1-2.jpg");
	background-size: cover;
	background-position: center center;
}
#bottom_contact:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(135deg,rgba(255,225,150,0.80),rgba(190,50,65,0.80));
	width: 100%;
	height: 100%;
	z-index: 0;
}
footer{
	background-image: url("../img/back.jpg");
	background-size: cover;
}
footer:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,80,160,0.70);
	width: 100%;
	height: 100%;
	z-index: 0;
}
/*top_return*/
#page-top {
    position: fixed;
    bottom: 50px;
    right: 10px;
	z-index: 99;
}
#page-top a img{
	height: 100px;
	width:100px;
}
/*-----------------------------------------
				  TOP
-----------------------------------------*/
#video{ height: 100vh; }
#video video{
width: 100%;
height: auto;
top: 50%;
left: 50%;
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.top .title_img{
	left: 50%;
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
.top #intro .title_img{
	top: -30px;
}
.top #about .title_img{
	bottom: -30px;
}
.top #about:before{
	content: "";
	display: block;
	width: 100%;
	height: 40vh;
	background: linear-gradient(135deg,rgba(110,225,220,0.80),rgba(0,80,160,0.80)),url("../img/img1-2.jpg");
}
.top #about_wrap{margin-top: -200px;}
.top #about .item{margin-left: -100px;}
/* voice */
.top #voice .title_img{
	bottom: -30px;
}
.top #voice .item{margin-right: -100px;z-index: 1;}
/* album */
.top #album_wrap{
	background-image: url("../img/back.jpg");
	background-size: cover;
}
.top #album_wrap:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(135deg,rgba(110,225,220,0.80),rgba(0,80,160,0.80));
	width: 100%;
	height: 100%;
	z-index: 0;
}
.top #album .cate_box{
	width: 22.75%;
	margin-right: 3%;
	margin-bottom: 5%;
}
.top #album .cate_box:nth-of-type(4n){
	margin-right: 0;
}
.top #news .cate_box:before{
	content: "";
	display: block;
	width: 1px;
	height: 100px;
	background-color: #d0d3cb;
	position: absolute;
	top:50%;
	right: 0;
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.top #news .cate_box:last-of-type:before{display: none;}
/*-----------------------------------------
				  下層
-----------------------------------------*/
/* page title*/
#page_title::before{
	content: "";
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 0;
}
#page_title::after{
	content: "";
	display: block;
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url("../img/dotte2.png");
	opacity: 0.2;
	z-index: 0;
}
#page_title > div{
	z-index: 1;
}
.page section.width_90per{margin-top: -7%;}
.page section.width_90per:before{
	content: "";
	display: block;
	width: 100%;
	height: 65px;
	background-size: cover;
	position: absolute;
	top: -30px;
	left: 50%;
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	z-index: 2;
}
.news section.width_90per:before{
	background-image: url("../img/t4.png");
	width: 300px;
}
.service section.width_90per:before{
	background-image: url("../img/t5.png");
	width: 500px;
}
.voice section.width_90per:before{
	background-image: url("../img/t3.png");
	width: 260px;
}
.album section.width_90per:before{
	background-image: url("../img/t6.png");
	width: 380px;
}
.recruit section.width_90per:before{
	background-image: url("../img/t7.png");
	width: 740px;
}
.info section.width_90per:before{
	background-image: url("../img/t8.png");
	width: 690px;
}
.contact section.width_90per:before{
	background-image: url("../img/t9.png");
	width: 515px;
}
.privacy section.width_90per:before{
	background-image: url("../img/t10.png");
	width: 740px;
}
.sitemap section.width_90per:before{
	background-image: url("../img/t11.png");
	width: 530px;
}
/* cate_list */
#cate_list li{
	box-sizing: border-box;
	word-break: break-all;
	width: 25%;
}
/*-------- news --------*/
.page #news .cate_box{}
.page #news .cate_box:last-of-type{
	margin-bottom: 0;
}
.page #news .date:before{
	font-family: "Font Awesome 5 Free";
	content: "\f017";
	font-weight: 900;
	position: absolute;
	top:50%;
	left: 0;
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.page #news .cate_box figure{
	width: 47%;
}
/* service */
.page #service .cate_item{
    margin-top: -100px;
    z-index: 1;
}
/* voice */
/* album */
.page #album .cate_box{
	width: 22.75%;
	margin-right: 3%;
	margin-bottom: 5%;
}
.page #album .cate_box:nth-of-type(4n){
	margin-right: 0;
}
.page #album .cate_box .box_img1{z-index: 1;}
.page #album .cate_box .box_title1{
	position: absolute;
	bottom: 20px;
	left: 0;
	z-index: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	opacity: 0;
	width: 100%;
}
.page #album .cate_box:hover .box_title1{
	bottom: -30px;
	opacity: 1;
}
/* recruit */
#recruit .cate_box:first-of-type{
    border-top: 1px dotted;
}
#recruit .cate_box .box_title1:empty,
#recruit .cate_box .box_txt1:empty{display: block!important;}
/* information */
#info_wrap{ padding-top: 10%;}
#mymap{overflow: hidden;}
#mymap iframe{margin-top:-56px;margin-left: -2px;}
#map iframe{
	width: 100%;
	height: 400px;
}
#info .cate_box .box_title1:empty,
#info .cate_box .box_txt1:empty{display: block!important;}

/* contact */
#contact #mail_wrap{
}
#contact #mail_contact li:before{
	content: "■";
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 5px;
}
#contact #form_box .box input::-webkit-input-placeholder,#contact #form_box .box textarea::-webkit-input-placeholder{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	opacity: 0.8;
}
#contact #form_box .box input:-moz-placeholder,#contact #form_box .box textarea:-moz-placeholder{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	opacity: 0.8;
}
#contact #form_box .box input::-moz-placeholder,#contact #form_box .box textarea::-moz-placeholder{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	opacity: 0.8;
}
#contact #form_box .box input:-ms-input-placeholder,#contact #form_box .box textarea:-ms-input-placeholder{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	opacity: 0.8;
}
#contact #form_box .box input,#contact #form_box .box textarea{
	outline: none;
	border-style: none;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#contact input[type="submit"].btn,
#contact input[type="reset"].btn{
	-webkit-appearance: none;
	background: transparent;
	border-radius: 0;
	outline: none;
	border: 1px solid;
	cursor: pointer;
	padding-right: 5px;
}
#contact input[type="submit"].btn:disabled{
    cursor: default;
}
.g-recaptcha > div{
	margin: 0 auto;
}
/* privacy */
#privacy_wrap{ padding-top: 10%;}
/* sitemap */
#sitemap_wrap{ padding-top: 10%;}

/*IEのみ
---------------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
	.more a{padding-top: 9px;}
	/*-------- contact --------*/
    #mail_contact ul{
		padding-top: 25px;
	}
	#form_box .box h3{
		padding-top: 5px;
	}
	#contact #form_box .box input,#contact #form_box .box textarea{
		padding-top: 15px;
	}
	#contact input[type="submit"].btn,
	#contact input[type="reset"].btn{padding-bottom: 12px;padding-right: 8px;}
	/* information */
	.page #info .cate_box{padding-bottom: 26px;}
}

@media screen and (max-width: 1600px){
	#video video{
		width: auto!important;
		height: 100%;
	}
}
/*ここからタブレット用（768px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 1280px){
	.page section.width_90per{margin-top: -13%;}
	.page section.width_90per:before{
		height: 50px;
	}
	.news section.width_90per:before{width: 230px;}
	.service section.width_90per:before{width: 385px;}
	.voice section.width_90per:before{width: 200px;}
	.album section.width_90per:before{width: 292px;}
	.recruit section.width_90per:before{width: 570px;}
	.info section.width_90per:before{width: 530px;}
	.contact section.width_90per:before{width: 396px;}
	.privacy section.width_90per:before{width: 570px;}
	.sitemap section.width_90per:before{width: 408px;}
	#cate_list li{
		width: 33.3%;
	}
	
}
/*ここからタブレット用（768px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 768px){
	#wrap{cursor: auto;}
	a{cursor: pointer;}
	.cursor,.follower{
		display: none;
	}
	#wrap:before{height: calc(100% - 80px);top: auto; bottom: 0;}
	/* 高さを指定してはみ出した文字を消す */
	.txt_t-b_tb{
		height: 85px;
	}
	#page-top a img{
		height: 70px;
		width: 70px;
	}
	/*-----------------------------------------
					  TOP
	-----------------------------------------*/
	#video{ height: 40vh; }
	#video video{
		width: 100%!important;
		height: auto;
	}
	.top #intro .title_img{
		top: -20px;
	}
	.top #about .title_img{
		top: -20px;
	}
	.top #about:before{
		height: 25vh;
	}
	.top #about_wrap{margin-top: -150px;}
	.top #about .item,.top #voice .item{margin-top: -50px;}
	.top #about .item{margin-left: 0;}
	.top #voice .title_img{
		top: -20px;
	}
	.top #voice .item{margin-right: 0;}
	.top #album .cate_box{
		width: 30%;
		margin-right: 5%;
	}
	.top #album .cate_box:nth-of-type(3n){
		margin-right: 0;
	}
	.top #album .cate_box:nth-of-type(4n){
		margin-right: 5%;
	}
	.top #album .cate_box:nth-of-type(7),
	.top #album .cate_box:nth-of-type(8){
		display: none;
	}
	.top #news .cate_box:before{display: none;}
	/*-----------------------------------------
					  下層
	-----------------------------------------*/
	#page_title > div{
		padding-bottom: 0;
		top: 38%;
	}
	.page section.width_90per{margin-top: -10%;}
	.page section.width_90per:before{
		width: 100%;
		height: 40px;
		top: -20px;
	}
	.page section.width_90per > div{
		padding-top: 10%;
	}
	.news section.width_90per:before{width: 185px;}
	.service section.width_90per:before{width: 308px;}
	.voice section.width_90per:before{width: 160px;}
	.album section.width_90per:before{width: 234px;}
	.recruit section.width_90per:before{width: 455px;}
	.info section.width_90per:before{width: 425px;}
	.contact section.width_90per:before{width: 317px;}
	.privacy section.width_90per:before{width: 455px;}
	.sitemap section.width_90per:before{width: 326px;}
	/*-------- service --------*/
	.page #service .cate_item{
		margin-top: -70px;
	}
	/*-------- album --------*/
	.page #album .cate_box{
		width: 30%;
		margin-right: 5%;
		margin-bottom: 10%;
	}
	.page #album .cate_box:nth-of-type(4n){
		margin-right: 5%;
	}
	.page #album .cate_box:nth-of-type(3n){
		margin-right: 0;
	}
	.page #album .cate_box:hover .box_title1{
		bottom: -25px;
	}
	/* information */
	.page #info .cate_box:last-of-type{border-bottom: none;}
}
/*IE タブレット以下
---------------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) and (max-width: 768px){
	/* information */
	.page #info .cate_box{padding-bottom: 3%;}
}

/*ここからスマホ用（667px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 667px){
	.txt_t-b_sp{
		height: 60px;
	}
	.top #intro .title_img{
		top: -15px;
	}
	.top #about .title_img{
		top: -15px;
	}
	.top #voice .title_img{
		top: -15px;
	}
	.top #album .cate_box{
		width: 47.5%;
		margin-right: 5%;
	}
	.top #album .cate_box:nth-of-type(2n){
		margin-right: 0;
	}
	.top #album .cate_box:nth-of-type(3n){
		margin-right: 5%;
	}
	.top #album .cate_box:nth-of-type(5),
	.top #album .cate_box:nth-of-type(6){
		display: none;
	}
	/*-----------------------------------------
					  TOP
	-----------------------------------------*/
	#video{ height: 31vh; }
	/*-----------------------------------------
					  下層
	-----------------------------------------*/
	.page section.width_90per:before{
		width: 100%;
		height: 30px;
		top: -20px;
	}
	.news section.width_90per:before{width: 138px;}
	.service section.width_90per:before{width: 231px;}
	.voice section.width_90per:before{width: 120px;}
	.album section.width_90per:before{width: 175px;}
	.recruit section.width_90per:before{width: 342px;}
	.info section.width_90per:before{width: 318px;}
	.contact section.width_90per:before{width: 238px;}
	.privacy section.width_90per:before{width: 342px;}
	.sitemap section.width_90per:before{width: 245px;}
	#cate_list li{
		width: 100%;
	}
	/*-------- service --------*/
	.page #service .cate_item{
		margin-top: -50px;
	}
	/*-------- album --------*/
	.page #album .cate_box{
		width: 47.5%;
	}
	.page #album .cate_box:nth-of-type(3n){
		margin-right: 5%;
	}
	.page #album .cate_box:nth-of-type(2n){
		margin-right: 0;
	}
	/* information */
	#info_wrap{ padding-top: 15%;}
	#map iframe{
		height: 300px;
	}
	/* privacy */
	#privacy_wrap{ padding-top: 15%;}
	/* sitemap */
	#sitemap_wrap{ padding-top: 15%;}
}
@media screen and (max-width: 667px) and (-webkit-device-pixel-ratio:3){
	/*-----------------------------------------
					  TOP
	-----------------------------------------*/
	#video{ height: 27vh!important;}
}