@charset "UTF-8";
/* CSS Document */
html.noscroll,
body.noscroll{
	height: 100%;
	overflow:hidden;
	width: 100%;
	position:fixed;
}


/* MV
---------------------------------------------------------------------------- */
.mv-wrap{
	width:100%;
	margin:0 auto;
}
.mv-wrap-inner{
	position: relative;
}
/*.mv-item{
	background: url("../img/top/mv.jpg") no-repeat center;
	background-size:cover;
	padding:500px 0 90px;
}*/
.mv-slide-item a{
	display: block;
	width:100%;
	height:100%;
	transition: 0.3s ease;

}
.mv-slide-item a:hover{
	opacity: 0.75
}
.mv-copy{
	font-size:3.7rem;
	/*padding-left:30%;*/
	color: #fff;
	font-weight: bold;
	position: absolute;
	top:75%;
	left:50%;
	transform: translate(-50%,-50%);
	text-shadow: 1px 1px 5px rgba(0,0,0,0.70); 
}

.mv-slide-item.onbtn{
	position: relative
}
.mv-slide-item.onbtn .link-btn{
	position: absolute;
	content:'';
	width:30%;
	height:auto;
	bottom:10%;
	right:8%;
}


.mv-cap{
	position: absolute;
	/*top:calc(250px + 25vw);*/
    top:8%;
	z-index: 10;
    transition: .2s;
	width:160px!important;
	height: 160px!important;
}
.mv-cap.rental{right:460px;}
.mv-cap.rental .mv-cap-in{
    text-align: center;
    position: relative;
    width:100%;
	height: 100%;
    border-radius: 80px;
    background: #faed56;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.mv-cap.rental .mv-cap-img{
    position: absolute;
    width:110px;
    top:7%;
    left:0;
    right:0;
    margin:auto;
}
.mv-cap.rental .mv-cap-ttl{
    background-color:#164582;
    clip-path: circle(80px at 50% 50%);
    width:100%;
    position:absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform:  translateX(-50%) translateY(-50%);
}
.mv-cap.rental .mv-cap-ttl span{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:12px 5px;
}
.mv-cap.rental .mv-cap-txt{
    position:absolute;
    width:100%;
    top:64%;
    left:52%;
    transform: translateX(-50%);
    font-size:14px;
    font-weight: bold;
    line-height: 1.4;
}

.mv-cap.event{right:280px;}
.mv-cap.event .mv-cap-in{
    text-align: center;
    position: relative;
    width:100%;
	height: 100%;
    border-radius: 80px;
    background: #E5E5E5;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.mv-cap.event .mv-cap-img{
    position: absolute;
    width:100px;
    top:1%;
    left:0;
    right:0;
    margin:auto;
}
.mv-cap.event .mv-cap-ttl{
    background-color:#2274B6;
    clip-path: circle(80px at 50% 50%);
    width:100%;
    position:absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform:  translateX(-50%) translateY(-50%);
}
.mv-cap.event .mv-cap-ttl span{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:8px 10px;
}
.mv-cap.event .mv-cap-txt{
    position:absolute;
    width:100%;
    top:65%;
    left:50%;
    transform: translateX(-50%);
    font-size:12px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0;
}


.mv-cap.exhibition{right:100px;}
.mv-cap.exhibition .mv-cap-in{
    text-align: center;
    position: relative;
    width:100%;
	height: 100%;
    border-radius: 80px;
    background:rgba(224,240,246,1.00);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	overflow: hidden
}
.mv-cap.exhibition .mv-cap-img{
    position: absolute;
    width:75%;
    top:4%;
    left:0;
    right:0;
    margin:auto;
}
.mv-cap.exhibition .mv-cap-ttl{
    background-color:#00388c;
    clip-path: circle(80px at 50% 50%);
    width:100%;
    position:absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform:  translateX(-50%) translateY(-50%);
}
.mv-cap.exhibition .mv-cap-ttl span{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:8px 10px;
}
.mv-cap.exhibition .mv-cap-txt{
    position:absolute;
    width:100%;
    top:65%;
    left:50%;
    transform: translateX(-50%);
    font-size:12px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0;
}


[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1em;
    left: 0;
    right: -1rem;
    margin: auto;
	letter-spacing:  1rem;
    font-size:1.2rem;
	width:45px;
}
.scroll-box{
	width:30%;
	max-width:1100px;
	margin:0 auto;
	position: absolute;
    bottom:0%;
    left: 25%;
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
	transform: translateX(-25%);

}
.scroll-bar{
	border-left: 0.5px solid #fff;
	padding-left:20px;
	height:200px;
}
.scroll-bar span{
	color:#fff;
	display: block;
	width:30px;
	transform: rotate(90deg);
	margin:-19px;
	font-weight: bold;
}
.scrolldown1{
    /*描画位置※位置は適宜調整してください*/
	position: absolute;
	left:-1px;
	bottom:0%;
	padding-left:0px;
    /*全体の高さ*/
	height:200px;
}
/* 線の描写 */
.scrolldown1::after{
	content: "";
    /*描画位置*/
	position: absolute;
	top: 0;
    /*線の形状*/
	width: 3px;
	height: 50px;
	background: #eee;
    /*線の動き1.4秒かけて動く。永遠にループ*/
	animation: pathmove 1.4s ease-in-out infinite;
	opacity:0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove{
	0%{
		height:0;
		top:0;
		opacity: 1;
	}
	30%{
		height:50px;
		opacity: 1;
	}
	100%{
		height:0px;
		top:200px;
		opacity: 1;
	}
}

@media screen and (max-width: 768px) {
/*.mv-item{
	width:100%;
	height:100vh;
	padding:0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-position: 67% 50%;
}*/
	
.mv-slide-item a:hover{
	opacity: 1
}
.mv-copy{
	font-size:8vw;
	text-align: center;
	padding-left:6vw;
	width:90%;
}
	
.mv-slide-item.onbtn .link-btn{
	position: absolute;
	content:'';
	width:70%;
	height:auto;
	bottom:13%;
	right:5%;
}
	
	
.mv-cap{
    top:auto;
	bottom:30%;
	z-index: 10;
    transition: .2s;
	width:25vw!important;
	height: 25vw!important;
}
.mv-cap.rental{right:56vw;}
.mv-cap.rental .mv-cap-in{
    text-align: center;
    position: relative;
    width:100%;
	height: 100%;
    border-radius: 50%;
    background: #faed56;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	overflow: hidden
}
.mv-cap.rental .mv-cap-img{
    position: absolute;
    width:16vw;
    top:7%;
    left:0;
    right:0;
    margin:auto;
}
.mv-cap.rental .mv-cap-ttl{
    background-color:#164582;
    clip-path: circle(25vw at 50% 50%);
    width:100%;
    position:absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform:  translateX(-50%) translateY(-50%);
}
.mv-cap.rental .mv-cap-ttl span{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:1.6vw 1.5vw;
}
.mv-cap.rental .mv-cap-txt{
    position:absolute;
    width:100%;
    top:62%;
    left:52%;
    transform: translateX(-50%);
    font-size:2.35vw;
    font-weight: bold;
    line-height: 1.2;
}

.mv-cap.event{right:29vw;}
.mv-cap.event .mv-cap-in{
    text-align: center;
    position: relative;
    width:100%;
	height: 100%;
    border-radius: 50%;
    background: #E5E5E5;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	overflow: hidden
}
.mv-cap.event .mv-cap-img{
    position: absolute;
    width:16vw;
    top:1%;
    left:0;
    right:0;
    margin:auto;
}
.mv-cap.event .mv-cap-ttl{
    background-color:#2274B6;
    clip-path: circle(25vw at 50% 50%);
    width:100%;
    position:absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform:  translateX(-50%) translateY(-50%);
}
.mv-cap.event .mv-cap-ttl span{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:1.35vw 2vw;
}
.mv-cap.event .mv-cap-txt{
    position:absolute;
    width:100%;
    top:65%;
    left:50%;
    transform: translateX(-50%);
    font-size:2.0vw;
    font-weight: bold;
    line-height: 1.4;
	letter-spacing: 0;}
	
.mv-cap.exhibition{right:2vw;}
.mv-cap.exhibition .mv-cap-ttl span{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:1.35vw 2vw;
}
.mv-cap.exhibition .mv-cap-txt{
    font-size:2.0vw;
    line-height: 1.4;}
		
	
	
	

[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1em;
    left: 0;
    right: -2.5vw;
    margin: auto;
	letter-spacing:  2vw;
    font-size: 3.2vw;
	width:12vw;
}
.scroll-box{
	width:10%;
	 left: 5%;
	}
	
}

/* roots-banner
---------------------------------------------------------------------------- */
.roots-banner{
    background:#F2F2F2;
    padding: 0;
	display: flex
}
.roots-banner a{
    display: block;
	min-height:6vw;
    width:25%;
    margin:0 auto;
    transition: 0.3s;
	background-position: center;
	background-size: 101%;
	background-repeat: no-repeat;
	position: relative
}
.roots-banner a.roots{background-image: url(../img/origin/banner_roots.jpg) }
.roots-banner a.progress{background-image: url(../img/origin/banner_progress.jpg);background-position:top -1vw center; }
.roots-banner a.relation{background-image: url(../img/origin/banner_relation.jpg) }
.roots-banner a.exhibition{background-image: url(../img/origin/bannner_exhibition.jpg);background-position:top -1px center;}

.roots-banner a::after{
	position: absolute;
	content:'';;
	width:100%;
	height:100%
}
.roots-banner a:nth-of-type(1):after,
.roots-banner a:nth-of-type(4):after{background: rgba(22,69,130,.64);}
.roots-banner a:nth-of-type(2):after{background: rgba(45,114,181,.83);}
.roots-banner a:nth-of-type(3):after{background: rgba(45,134,181,.71);}

.roots-banner a:hover{opacity: 0.7;}
.roots-banner a p{
	position: absolute;
	z-index: 2;
	font-family: 'Arial Black', Gadget, sans-serif;
	font-weight: 600;
	font-size:2rem;
	text-align: center;
	line-height: 1.1;
	color:#fff
}
.roots-banner a p span{
	font-size:1.4rem;
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	margin-top:5px;
	font-weight: normal;
}



@media screen and (max-width: 768px) {
	.roots-banner{
		background:#1B5C91;
		padding: 0;
		display: flex;
		flex-wrap: wrap
	}
	.roots-banner a{
		display: block;
		min-height:12vw;
		width:50%;
		margin:0 auto;
		transition: 0.3s;
		background-position: center;
		background-size: 101%;
		background-repeat: no-repeat;
		position: relative
	}
	.roots-banner a:nth-of-type(1){order: 2}
	.roots-banner a:nth-of-type(2){order: 1}
	.roots-banner a:nth-of-type(3){order: 3}
	.roots-banner a:nth-of-type(4){order: 4}

    .roots-banner a p{  font-size:3.6vw;}
    .roots-banner a p span{font-size: 3.0vw;
    }
}

/* slide
---------------------------------------------------------------------------- */
.slide-wrap{
	width:100%;
	margin:30px auto 50px;
}
.slide-list{
	display: flex;
	justify-content: space-between;
}
.slide-item{
	width:calc((100% - 30px) / 4);
}
.slide-item a{
	display: inline-block;
	padding:10px 0;}

.slide-item img{
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
	transition: 0.3s;
}
.slide-item img:hover{opacity: 0.7;}
.slide-item p{
	text-align: center;
	font-size:1.3rem}

.slide-wrap .slide-list .slick-slide {
    margin:0 5px;
}
@media screen and (max-width: 768px) {
.slide-wrap{
	margin:10vw auto 13vw;
}	
/*.slide-wrap .slick-dots{bottom:47vw;}*/
.slide-item p{ font-size: 3.467vw }
}

/* REPORT
---------------------------------------------------------------------------- */
.report-wrap{
    background: #F2F2F2;
    padding: 70px 0;
}
.report-wrap-inner{
    width: 95%;
    max-width: 1200px;
    /*background: #fff;*/
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
    
}

.report-item{
	width:48%;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.report-top-video{
	/*width:62%;*/
	width:100%
}
.video-item{
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.video-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.report-top-disc{
     /*width:calc(38% - 30px)*/;
	width:100%;
    padding:10px 30px 20px ;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.report-top-ttl{
    font-size:2.4rem;
    font-weight: 700;
    color:#2274B6;
}
.report-top-data{
    font-size:1.6rem;
    color:#969696;
    font-weight: 700;
    margin-bottom:10px;
    padding-bottom:5px;
    border-bottom:1px solid #2274B6;
}
.report-top-txt{
    line-height: 1.8;
    flex-grow: 1;
}
.report-btn-wrap{
    display: flex;
}
.report-btn-wrap > .report-btn+.report-btn{margin-left:20px;}
.report-btn{
    display: block;
    width:270px;
    color:#fff;
    background: #2274B6;
    text-align: center;
    margin:20px auto 0;
    padding:8px 0;
    position: relative;
    transition: .3s;
}
.report-btn::after{
    position: absolute;
    content:'';
    background: url("../img/top/top_arr.svg") no-repeat;
    background-size: 100%;
    width:12px;
    height:14px;
    right:10px;
    top:0;
    bottom:0;
    margin:auto;
}
@media screen and (min-width: 769px) {
    .report-btn:hover{opacity: .7;}
}
@media screen and (max-width: 768px) {
	.report-item{
		width:100%;
		background: #fff;
	}
	.report-item + .report-item{
		margin-top: 10vw
	}
    .report-wrap{padding: 10vw 0;}
	
    .report-wrap-inner{
        max-width: initial;
        margin: 10vw auto 0;
        flex-wrap: wrap
    }
    .report-top-video{width:100%;}
    .report-top-disc{
        width:100%;
        padding:2vw 4vw 5vw 4vw;
    }
    .report-top-ttl{
        font-size:6vw;
        line-height: 1.6;
    }
    .report-top-data{
        font-size:3.7vw;
        margin-bottom:1.5vw;
        padding-bottom:1vw;
    }
    .report-btn{
        width:80%;
        margin:5vw auto 0;
        padding:2vw 0;
    }
    .report-btn::after{
        width:3.2vw;
        height:3.733vw;
        right:2.667vw;
    }
}


/* WORKS
---------------------------------------------------------------------------- */
.works-wrap{}
.works-wrap-inner{}
.page-heading.works-heading{
	margin:0 auto;
	background: #2274B6;
	color: #fff;
	padding:30px;
}
.works-list{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.works-item{
	border-bottom:1px solid #2274B6;
	border-right:1px solid #2274B6;
	text-align: center;
}

.works-item.link-on::after:hover{
	opacity: 0.7;
}
.works-item a{
	transition: 0.3s;
	position: relative;
	display: block}
.works-item a:hover{
	opacity: 0.7;}

.works-item a::before{
	position: absolute;
	content:'';
	width:10%;
	height:0;
	padding-top: 10%;
	background-color:rgba(255,255,255,0.80);
	background-image: url("../img/works/works_arr.svg");
	background-repeat: no-repeat;
	background-size: 40%;
	background-position: center;
	bottom: 5%;
	right:5%;
	border-radius: 50%;
	border:#2274B6 2px solid
}


@media screen and (min-width: 769px) {
/*.works-item:nth-of-type(3),*/
.works-item:nth-of-type(10){border-right:none;}
/*.works-item:nth-of-type(1),
.works-item:nth-of-type(2),
.works-item:nth-of-type(3),
.works-item:nth-of-type(8),
.works-item:nth-of-type(9),
.works-item:nth-of-type(10){width:calc(100% / 3);}
.works-item:nth-of-type(4),
.works-item:nth-of-type(5),
.works-item:nth-of-type(6),
.works-item:nth-of-type(7){width:calc(100% / 4);}*/
.works-item{width:calc(100% / 3);}
}

.works-ttl-area{
	border-bottom:1px solid #2274B6;
	color: #2274B6;
}
.works-ex-tag{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.works-ex-tag p{
	color: #fff;
	font-size:1.2rem;
	background: #2274B6;
	border-radius: 5px;
	padding:0 5px;
	margin:0 5px 5px 0;
}
.works-item img{padding:5px;}



.news-wrap{
	width:100%;
	margin:0 auto;
	background: #2274B6;
	text-align: center;
	padding:50px 0;
}
.news-wrap .linkbtn{margin-bottom:50px;}
.news-area{
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	width:100%;
}
.news-area .l-heading{
	width:25%;
	position: relative;
}
@media screen and (min-width: 769px) {
.page-heading.news-heading{
	color: #fff;
	position:absolute;
	white-space: nowrap;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translateY(-50%) translateX(-50%);
}
}
.news-list{width:75%;}
.news-item{
	border-bottom: 1px solid #fff;
	color: #fff;
	display: flex;
	padding:10px 0;
	position: relative;
}
.news-item:first-child{border-top: 1px solid #fff;}
.news-item .date{
	width:13%;
	text-align: right;
	margin:0 20px 0 50px;
}
.news-item .text{
	width:87%
}
.news-item.new:before{
	position: absolute;
	content:'NEW';
	color: #2274B6;
	font-weight: bold;
	background: #fff;
	left:5px;
	top:13px;
	padding:0 5px;
	line-height: 1.5;
}
.news-item p.red{
    background: red;
	padding:0 5px;
}
.news-item p{text-align: left;}

@media screen and (max-width: 768px) {
.works-list{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.works-item:nth-of-type(1)~.works-item:not(:nth-of-type(10)){
	width:50%;
}
/*.works-item{width:50%;}
.works-item:nth-of-type(1),
.works-item:nth-of-type(2){
	width:100%;	
}*/
.works-item {
	display: flex;
	flex-direction: column;
}
.works-item:nth-child(odd),.works-item:nth-of-type(10){border-right:none;}
	
.works-item p{flex-grow: 1;}
.works-item a{display: block;}
.works-ex-tag{margin:0px 0 0 5px;}
.works-ex-tag p{
	font-size:3.2vw;
	margin-right:5px;
	padding:0 5px;
}

#works .works-item:nth-of-type(1) .works-ex-tag p{width: calc(50% - 10px)}
#works .works-item:nth-of-type(1)~.works-item:not(:nth-of-type(10)) .works-ex-tag p{width:100%;}
/*#works .works-item:nth-of-type(3) .works-ex-tag p,
#works .works-item:nth-of-type(4) .works-ex-tag p
{width:100%;}*/
	
.news-wrap .linkbtn{
	margin-bottom:10vw;
}
.news-area .l-heading{
	width:100%;
	position: static;
	margin-bottom:5vw;
}
.page-heading.news-heading{color: #fff;}
.news-list{
	width:100%;
}
.news-item{ 
	flex-direction: column;
	position: relative;
}
.news-item .text{
	width:85%;
	text-align: left;
	margin:0 0 0 auto;
	position: relative;
}
.news-item .date{
	width:85%;
	text-align: left;
	margin:0 0 0 auto;
}
.news-item.new:before{
	left:0vw;
	top:0.8em;
}
}

/* flow
---------------------------------------------------------------------------- */
.content-bg{
	padding:70px 0;
	background: #F2F2F2;
}
.content-wrap{
	width:95%;
	max-width:1200px;
	background: #fff;
	margin:0 auto;
	border-top:5px solid #2274B6;
	padding:70px 0;
}
.flow-wrap{
	text-align: center;
}
.page-heading.flow-heading{
	color:#000;
	margin-bottom:70px;
}

.flow-list{
	margin-top:50px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flow-item{
	width:calc((100% - 40px) / 5);
	border: 2px solid #2274B6;
	display: flex;
    flex-direction: column;
	position: relative;
}
.flow-item:after{
	position: absolute;
	content:'';
	width:10px;
	height:5px;
	background:#2274B6;
	right:-12px;
	top:5%;
}
.flow-item:last-child:after{content:none}
.flow-item-top{
	padding:10px;
	background: #fff;
}
.flow-number{
	font-family: 'Arial Black', Gadget, sans-serif;
	font-size:2.7rem;
	font-weight: 600;
	text-align:left;
	line-height: 1;
}
.flow-icon{
	height:45px;
	margin-bottom:20px;
}
.flow-icon img{
	height:100%;
	width:auto;
}
.flow-ttl{
	border: 1px solid #000;
	border-radius: 5px;
}
.flow-txt{
	flex-grow: 1;
	padding:10px;
	background: #9dc7d7;
	font-size: 1.3rem;
	text-align: left;
}
/*#flow .slick-track {
  display: flex;
}
#flow .slick-slide {
  height: auto !important;
}*/

@media screen and (max-width: 768px) {
.content-bg{padding:10vw 0;}
.page-heading.flow-heading{margin-bottom:10vw;}
.content-wrap{
	padding:10vw 0;
	width:100%;}
.flow-list{margin-top:10vw;}
.flow-item{
	width:80%;
	margin:0 auto;
	border: 2px solid #2274B6;
	display: flex;
    flex-direction: column;
	position: relative;
}	
.flow-number{font-size: 7.2vw;}
.flow-item:after{content:none;}
.flow-txt{
	font-size: 3.467vw;}	
.flow-icon{height:15vw;}
.flow-wrap .flow-list .slick-slide {margin:0 5px;}
.flow-wrap .slick-slide img{display: inline-block;}
#flow .slick-dots{bottom:-8vw;}
	
}

/* document
---------------------------------------------------------------------------- */
.document-wrap{
	width:85%;
	background: #e6e6e6;
	margin:70px auto;
	padding:70px 0 70px;
}
.page-heading.document-heading{
	margin-bottom:50px;
}
.document-inner{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.document-con{
   width:48%;
	text-align: center;
}

@media screen and (min-width: 769px) {
.document-image{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows:1fr 1fr;
	grid-gap: 10px;
	margin:30px auto 10px
}
.grid-01{
	grid-row-start: 1;
	grid-row-end: 3;
	grid-column-start: 1;
	grid-column-end: 3;
	
}
.grid-02{
	grid-row-start: 1;
	grid-row-end: 2;
	grid-column-start: 3;
	grid-column-end: 4;}
.grid-03{
	grid-row-start: 2;
	grid-row-end: 3;
	grid-column-start: 3;
	grid-column-end: 4;;
}
}
.document-image img{box-shadow: 1px 1px 7px 3px rgba(0, 0, 0, 0.1);}
.dl-btn{
	display:inline-block;
	background: #fff;
	border:1px solid #2274B6;
	border-radius: 50px;
	color:#2274B6;
	line-height: 40px;
	width:250px;
	margin-top:20px;
	transition: .3s;
}
.dl-btn:hover{opacity: .7;}

@media screen and (max-width: 768px) {
.document-wrap{
	width:100%;
	background: #e6e6e6;
	margin:17vw auto 12vw;
	padding:10vw 0 10vw;
}
.page-heading.document-heading{margin-bottom:10vw;}
.document-con{
   width:80%;
	text-align: center;
	margin:0 auto;
}
.document-image{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin:3vw 0;
}
.grid-01{
	width:100%;
	margin-bottom:10px;
}
.grid-02,.grid-03{width:calc((100% - 10px) / 2);}
.document-wrap .slick-slide {margin:0 5px;
}
.dl-btn{
	display:inline-block;
	background: #fff;
	border:1px solid #2274B6;
	border-radius: 50px;
	color:#2274B6;
	line-height: 40px;
	width:100%;
	margin-top:20px;
}
#document .slick-dots{bottom:-8vw;}
}

/* partners
---------------------------------------------------------------------------- */
.partners-wrap{margin-top:70px;}
.partners-inner{
	display: flex;
	justify-content: space-between;
}
.partners-image{
	background: #2274B6;
	padding:40px;
	width:37%;
}
.partners-image p{
	width:97%;
	margin:0 auto;
}
.partners-con{
	border-top:1px solid #2274B6;
	padding-top:60px;
	width:60%
}
.page-heading.partners--heading{
	text-align: left;
	margin-bottom:60px;
}
.partners-list{
	display: flex;
	flex-wrap: wrap;
	width:100%;
	margin-bottom:30px;
}
.partners-list li{
	margin:0 0px 20px 0;
	width:calc(100% / 3);
}
.partners-list li:nth-of-type(1){
	letter-spacing: -0.05rem;
}

@media screen and (max-width: 768px) {
.partners-wrap{margin-top:15vw;}
.partners-con{
	padding-top:10vw;
	width:100%;}
.page-heading.partners--heading{margin-bottom:10vw;}
.partners-image{
	padding:5vw;
	width:100%;
	margin-bottom:10vw;
}
.partners-list{
	margin-bottom:0;
	justify-content: space-between;
}
.partners-list li{
	margin:0;
	width: 47%;
	letter-spacing: -0.05rem;
}
.partners-list li:nth-of-type(1){
	letter-spacing: -0.1rem;
}
}

/* craftsmanship
---------------------------------------------------------------------------- */
.craftsmanship-wrap{
	width:100%;
	margin:70px 0;
	text-align: center;
}
.craft-inner{}
.craft-inner .copy-txt{margin:50px 0;}
/*.craft-inner > p{
	color:#2274B6;
	margin:50px 0;
	font-size: 1.9rem;
	font-weight: bold;
}*/
.page-heading.craft-heading{}
@media screen and (min-width: 769px) {
.craft-bg{
	background: #2274B6;
	padding:50px 0;
	position: relative;
}
.craft-bg:before{
	position: absolute;
	content:'';
	height:50px;
	width:1px;
	background: #000;
	left:50%;
	top:-25px;
}
.craft-bg:after{
	position: absolute;
	content:'';
	height:50px;
	width:1px;
	background: #000;
	left:50%;
	bottom:-25px;
}
.craft-img-bg{
	width:90%;
	max-width: 1100px;
	background:url("../img/top/craftsmanship_bg.jpg") no-repeat;
	background-size: cover;
	background-position:right;
	margin:0 auto;
	padding: 15% 0 2%;
}
.craft-con{
	width:90%;
	margin:0 auto;
	background: #e6e6e6;
	border-radius: 10px;
	padding:20px;
}
.craft-con > p{margin-bottom:20px;}
.craft-list{
	display: flex;
	justify-content: space-between;
}
.craft-item{
	width:calc((100% - 20px) / 3);
}
.craft-item-ttl{font-size: 2rem;}
.craft-item-ttl span{
	font-family: 'Arial Black', Gadget, sans-serif;
	color:#2274B6;
	font-weight: bold;
	font-size: 2.4rem;
	display: inline-block;
	margin-right:10px;
}

.craft-image{
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	}
.craft-image p{
	color: #fff;
	position: absolute;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	transition: 0.5s ease;
	background-color: rgba(0,0,0,0.7);
	top: 0;
	left: 0;
	right: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
	opacity: 0;
	padding:35% 15px;

}
.craft-image:hover p{
	opacity: 1;
}
}

@media screen and (max-width: 768px){
.craftsmanship-wrap{
	width:90%;
	margin:10vw auto;
	text-align: center;

}
.craft-inner .copy-txt{margin:10vw auto;}
/*.craft-inner > p{
	color:#2274B6;
	margin:10vw auto;
	font-size: 1.9rem;
	font-weight: bold;
}*/
.page-heading.craft-heading{}
	
.craft-img-sp{
	position: relative;}

.craft-img-sp:before{
	position: absolute;
	content: '';
	background: #2274B6;
	width:90vw;
	height:66vw;
	right:-5%;
	top:-2vw;
	z-index: -1;
}
.craft-img-line{
	width:90vw;
	position: absolute;
	right:-5%;
	bottom:-11vw;
}
.craft-img-line span{
	display: inline-block;
	width:calc((100% - 10px) / 3);
	height:5px;
	background:#8cc2e0 ;
}
.craft-img-line span:nth-of-type(1){background:#b3b3b3 ;}
.craft-con > p{
	margin:15vw auto 10vw;
	text-align: left;
}
.craft-item{margin-bottom:10vw;}
.craft-image-sp{width:80%;}
.craft-item:nth-of-type(1) .craft-image-sp,
.craft-item:nth-of-type(3) .craft-image-sp{margin:0 0 0 auto;}
.craft-item:nth-of-type(2) .craft-image-sp{margin:0 auto 0 0;}
.craft-item-ttl{
	border-bottom:1px solid #2274B6;
	font-size: 5.333vw ;
	margin-bottom:3vw;
	text-align: left;
} 
.craft-item-ttl span{
	font-family: 'Arial Black', Gadget, sans-serif;
	color:#2274B6;
	font-weight: bold;
	font-size: 6.4vw;
	display: inline-block;
	margin-right:2vw;
}
.craft-image p{text-align: left;
}
}




/* お任せレンタル　フローティング
---------------------------------------------------------------------------- */
.rental_cta{
	width: 60px;
	height: 250px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	position: fixed;
	right:0;
	top: 40%;
	background:rgba(255,255,255,0.90);
	border:2px solid #2274B6;
	border-right:none;
	transition: .3s;
	padding:0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 3
}
.rental_cta:hover{opacity: .8;}
.rental_cta img{
	height:90%;
	width:auto
}

@media screen and (max-width: 768px){
.rental_cta{
}
}



/* ６つの誇り
---------------------------------------------------------------------------- */
.service-wrap{
	background: #E2E2E2;
	padding-top: 20px
}

.service-wrap .top-box{
	background: #fff;
	display: flex;
	padding-bottom: 30px;
}
.service-wrap .top-box .top-box-inn{
	position: relative;
	width:calc(100%  - 160px *2);
	padding:50px 60px 0 60px ;
	display: flex;
	align-items: flex-end
}

.service-wrap .top-box h2{
	width:160px;
	height:160px;
	padding-top: 50px;
	background: #E2E2E2;
}
.service-wrap .top-box h2 span{
	color:#2972B3;
	border-bottom:2px solid #2972B3;
	font-size:1.8rem;
	font-weight: bold;
	padding: 0 2em
}
.service-wrap .top-box .name-txt{
	font-size:3.7rem;
	font-weight: bold;
	line-height: 1.2;
	position: absolute;
	top:10px;
	left:-1.85rem
}
.service-wrap .top-box .ttl-txt{
	display: flex;
	align-items: flex-end;
}
.service-wrap .top-box .ttl-txt span{
	line-height: 1.4;
	letter-spacing: 0.05em;
	font-size:3.7rem;
	font-weight: bold;
	padding-bottom: 0.3em;
	white-space: nowrap
}
.service-wrap .top-box .ttl-txt .num{
	font-size:18.8rem;
	font-weight: 500;
	font-family: 'Oswald', sans-serif;
	line-height: 1;
	color:#2972B3;
	padding-bottom: 0
}
.service-wrap .top-box .lead-txt{
	font-size:1.7rem;
	padding:0.8em 30px
}

.service-wrap .link-box{
	display: flex;
	flex-wrap: wrap;
	background:#38A7D0
}

.service-wrap .link-box .link-item{
	width:50%;
	background: #ddd;
	/*border-bottom:#fff 1px solid*/
}
.service-wrap .link-box .link-item:nth-child(odd){
	/*border-right:#fff 1px solid*/
}
.service-wrap .link-box .link-item a{
	display: block;
	width:100%;
	height:100%;
	padding: 10px 50px  10px 35px;
	color: #fff;
	position: relative;
	transform: .3s;

}
.service-wrap .link-box .link-item a.rental_fixture{
	background: rgba(255,255,255,0.60);
	color:#38A7D0
}

.service-wrap .link-box .link-item a:hover{opacity: 0.7;}
.service-wrap .link-box .link-item a.arr::after{
	position: absolute;
	content:'';
	width:32px;
	height:32px;
	border:1px solid #707070;
	bottom:10px;
	right:10px;
	background-image: url("../img/service/common/arrow.svg");
	background-repeat: no-repeat;
	background-size: cover
}


.service-wrap .link-box .link-item .ttl-en{
	font-size:2.0rem
}
.service-wrap .link-box .link-item .ttl-jp{
	font-size:3.6rem;
	line-height: 1;
	font-weight: bold
}
.service-wrap .link-box .link-item .tag{
	display: flex;
	margin-top: 10px
}
.service-wrap .link-box .link-item .tag span{
	background: #fff;
	padding: 0.1em 1em;
	border-radius: 2em;
	color:#000;
	font-size:1.6rem;
	margin-right: 10px
}


@media screen and (max-width: 768px){
	.service-wrap{
		background: #E2E2E2;
		padding-top: 3vw
	}

	.service-wrap .top-box{
		background: #fff;
		display: flex;
		padding-bottom: 6vw;
	}
	.service-wrap .top-box .top-box-inn{
		position: relative;
		width:calc(100%  - 30vw);
		padding:5vw 0 0 0;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
	}

	.service-wrap .top-box h2{
		width:30vw;
		height:30vw;
		padding-top: 10vw;
		background: #E2E2E2;
	}
	.service-wrap .top-box h2 span{
		color:#2972B3;
		border-bottom:2px solid #2972B3;
		font-size:4.6vw;
		font-weight: bold;
		padding: 0 1em
	}
	.service-wrap .top-box .name-txt{
		font-size:8vw;
		font-weight: bold;
		line-height: 1.2;
		position: absolute;
		top:4vw;
		left:-4vw
	}
	.service-wrap .top-box .ttl-txt{
		padding-left: 6vw;
		display: flex;
		align-items: flex-end;
	}
	.service-wrap .top-box .ttl-txt span{
		line-height: 1.4;
		letter-spacing: 0.05em;
		font-size:8vw;
		font-weight: bold;
		padding-bottom: 0.3em;
		white-space: nowrap
	}
	.service-wrap .top-box .ttl-txt .num{
		font-size:48vw;
		font-weight: 500;
		font-family: 'Oswald', sans-serif;
		line-height: 1;
		color:#2972B3;
		padding-bottom: 0
	}
	.service-wrap .top-box .lead-txt{
		width:90vw;
		margin-left: -20vw;
		font-size:4vw;
		padding:5vw 5vw 0
	}

	.service-wrap .link-box .link-item{
		width:100%;
	}
	.service-wrap .link-box .link-item a{
		display: block;
		width:100%;
		height:100%;
		padding: 2vw 12vw  2vw 4vw;
		color: #fff;
		position: relative;
		transform: .3s
	}
	.service-wrap .link-box .link-item a.rental_fixture{
		background: rgba(255,255,255,0.60);
		color:#38A7D0
	}
	
	

	.service-wrap .link-box .link-item a:hover{opacity: 0.7;}
	.service-wrap .link-box .link-item a.arr::after{
		position: absolute;
		content:'';
		width:8vw;
		height:8vw;
		border:1px solid #707070;
		bottom:2vw;
		right:2vw;
		background-image: url("../img/service/common/arrow.svg");
		background-repeat: no-repeat;
		background-size: cover
	}


	.service-wrap .link-box .link-item .ttl-en{
		font-size:3.2vw
	}
	.service-wrap .link-box .link-item .ttl-jp{
		font-size:6vw;
		line-height: 1;
		font-weight: bold
	}
	.service-wrap .link-box .link-item .tag{
		display: flex;
		margin-top: 3vw
	}
	.service-wrap .link-box .link-item .tag span{
		background: #fff;
		padding: 0.1em 1em;
		border-radius: 2em;
		color:#000;
		font-size:2.8vw;
		margin-right: 2vw
	}

}


/* 241126　追加　topページ PRICE STAFF
---------------------------------------------------------------------------- */

/* PRICE
-------------------*/
.price-wrap{}
.price-heading{
    font-size:2rem;
    border-left:5px solid #2274B6;
    line-height: 1.6;
    padding-left:10px;
    font-weight: 500;
    margin:50px 0 20px;
}
.price-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.price-img{
    width:48%;
    min-width:518px;
}
.price-table{
    width:47%;
}
.price-table table{
    font-size:1.6rem;
    width:100%;
}
.price-table table, th, td {
    border: 1px solid #CCCCCC;
  }
.price-table table tr{}
.price-table table tr th{
    background: #2274B6;
    color:#fff;
    padding:5px;
}
.price-table table tr td:first-of-type{
    background: #F2F2F2;
}
.price-table table tr td:not(:first-of-type){
    text-align: center;
    vertical-align: middle;
}
.price-table table tr td{
    padding:5px 10px;
}
.price-total{
    color:#2274B6;
    font-weight: bold;
    text-align: right;
}
.price-total span{
    font-size:2.6rem;
}
.price-table table tr td:not(:first-of-type):nth-child(n+3){
	 text-align: right;
}
@media screen and (max-width:768px) {
    .price-heading{
        font-size:4vw;
        padding-left:10px;
        margin:10vw 0 5vw;
    }
    .price-img{
        width:100%;
        min-width:initial;
        margin:0 auto 5vw;
    }
    .price-table{
        width:100%;
    }
    .price-table table{
        width:100%;
    }
    .price-table table tr th{
        padding:3vw;
        font-size:3.2vw;
    }
    .price-table table tr td{
        padding:1vw 2vw;
        font-size:3.2vw;
    }
    .price-total span{
        font-size:5vw;
    }
    .price-table table tr:nth-of-type(2) td:first-of-type{
        letter-spacing: -0.01em;
    }
}



/* STAFF 
-------------------*/
.staff-wrap{
    padding:100px 0 100px;
    position: relative;
}
.staff-wrap::after{
    position: absolute;
    content:'';
    width:100%;
    height:100%;
    background: url("../img/top/staff/staff_bg.jpg") no-repeat;
    background-size: 100%;
    background-position: 0 100%;
    bottom:0;
    left:0;
    z-index: -1;
}
.staff-wrap .page-heading{
    /*display: inline-block;
    float: right;*/
    margin-bottom:20px;
}
.staff-wrap .page-heading span{
    text-align: center;
    
}
.staff-con{
    clear:both;
    display: flex;
    justify-content: space-between;
}
.staff-box{
    display: block;
    width:calc((100% - 48px*2)/3); 
    transition: 0.3s ease;
}
.staff-box:nth-of-type(2){
    margin-top:40px;
}
.staff-box:nth-of-type(3){
    margin-top:80px;
}
@media all and (min-width: 769px) {
    .staff-box:hover{
        opacity: .9;
    }
}
.staff-txtarea{
    color:#fff;
    margin-top:-40px;
    
}
.staff-txt{
    margin-bottom:5px;
}
.staff-name{
    font-size: 2rem;
    line-height: 1.4;
}
.staff-name span{
    display: block;
    font-size:1rem;
}

@media screen and (max-width:768px) {
    .staff-wrap{
        padding:10vw 0 10vw;
    }
    .staff-wrap::after{
        content:none;
    }
    .staff-wrap .con-inner{
        width: 100%;
        max-width: initial;
    }
    .staff-wrap .page-heading{
        margin-bottom:0;
    }
    .staff-con{
        flex-wrap: wrap;
    }
    .staff-box{
        width:100%;
        padding:0 5vw;
        position: relative;
        margin-top:10vw;
    }
    .staff-box::after{
        position: absolute;
        content:'';
        width:100%;
        height:50%;
        background: url("../img/top/staff/staff_bg.jpg") no-repeat;
        background-size:cover;
        background-position: 0 100%;
        bottom:-5vw;
        left:0;
        z-index: -1;
    }
    .staff-box:nth-of-type(2){
        margin-top:15vw;
    }
    .staff-box:nth-of-type(3){
        margin-top:15vw;
    }
    .staff-txtarea{
        margin-top:-10vw; 
    }
    .staff-txt{
        margin-bottom:2vw;
    }
    .staff-name{
        font-size: 6vw;
        font-size:5.3vw;
    }
    .staff-name span{
        font-size:2.8vw;
    }
}




.header-inner{
	position: relative
}
.mynavi{
	display: block;
	position: absolute;
	bottom:-60px;
	left:-5px;
	box-shadow: 0 0 5px  rgba(0,0,0,0.6);
	z-index: 9999
}
.mynavi img{
	width:180px;
	height:auto;
		border:2px solid #fff;

}

@media screen and (max-width: 1023px) {
	.mynavi{
		bottom:10px;
		left:auto;
		right:50px;
		z-index: 9999
	}
	.mynavi img{
		width:auto;
		height:40px;
		border:1px solid #fff;
	}
}


