@charset "UTF-8";

/* インデックスのレイアウト
----------------------------------------*/
#contants {
	/* background: #FFF url("../img/index/bg_01.jpg") no-repeat center top 180px; */
}

#fnav ul li,
#fnav ul li a {
	color: #fff;
}

@media only screen and (max-width: 767px) {
	#contants {
		padding-bottom: 0;
		background-size: 100% auto;
		/* background: #FFF url("../img/index/bg_01.jpg") no-repeat center top 140px; */
	}
}


.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}


/*mainv
----------------------------------------*/
#mainv {
	position: relative;
	z-index: 2;
	height: 100%;
	margin-top: 70px;
}

#mainv img {
	width: 100%;
}

#mainv .anker {
	position: static;
}

#mainv .anker li {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	animation: FadeIn .5s linear forwards;
}

#mainv.stop .anker li {
	animation: none;
	opacity: 1;
}

#mainv .anker li:nth-child(1) {
	width: 5.24%;
	margin-top: 27.513%;
	left: 50%;
	animation-delay: 9s;
}

#mainv .anker li:nth-child(2) {
	width: 5.298%;
	margin-top: 25.301%;
	left: 52.289%;
	animation-delay: 9.5s;
}

#mainv .anker li:nth-child(3) {
	width: 7.048%;
	margin-top: 22.168%;
	left: 40.722%;
	animation-delay: 10s;
}

#mainv .anker li:nth-child(4) {
	width: 6.686%;
	margin-top: 22.59%;
	left: 54.397%;
	animation-delay: 10.5s;
}

#mainv .anker li:nth-child(5) {
	width: 4.638%;
	margin-top: 20.662%;
	left: 68.192%;
	animation-delay: 11s;
}

#mainv .anker li:nth-child(6) {
	width: 4.939%;
	margin-top: 20.301%;
	left: 63.674%;
	animation-delay: 11.5s;
}

#mainv .anker li:nth-child(7) {
	width: 4.879%;
	margin-top: 19.939%;
	left: 59.156%;
	animation-delay: 12s;
}

#mainv .anker li:nth-child(8) {
	width: 4.879%;
	margin-top: 17.168%;
	left: 54.759%;
	animation-delay: 12.5s;
}

#mainv .bg {
	opacity: 0;
	animation: FadeIn 2s linear forwards;
	animation-delay: 0s;
}

#mainv.stop .bg {
	animation: none;
	opacity: 1;
}

#mainv .bg img {
	width: 100%;
}

#mainv .txt_over {
	position: static;
}

#mainv .txt_over2 {
	position: relative;
	bottom: 30px;
	width: 1050px;
	margin: 0 auto;
}

@keyframes FadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#mainv .txt_over p {
	opacity: 0;
	animation: FadeIn 4s ease-in forwards;
	animation-direction: 4s alternate;
	position: absolute;
	top: 1%;
	left: 1.3%;
  width: 97%;
}

#mainv .txt_over p + p {
	animation: FadeIn 4s linear forwards;
	animation-delay: 4s;
	left: 1.2%;
  width: 98.5%;
  margin-top: 12px;
}


#mainv.stop .txt_over p {
	animation: none;
	opacity: 1;
}

#mainv .os_phrases {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#mainv .os_phrases h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 3.614vw;
	font-weight: normal;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	letter-spacing: 14px;
}

#mainv .os_phrases h2,
#mainv .os_phrases h2 > span {
	height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#mainv .os_phrases h2 > span {
	margin: 0 15px;
}

#mainv .os_phrases h2 > span > span {
	display: inline-block;
	perspective: 1000px;
	transform-origin: 50% 50%;
}

#mainv .os_phrases h2 > span > span > span {
	display: inline-block;
	color: transparent;
	opacity: 0;
	transform-style: preserve-3d;
	transform: translate3d(0,0,0);
	animation: OpeningSequence 4s linear forwards;
}

#mainv .os_phrases h2:nth-child(2) > span > span > span {
	animation-delay: 4s;
}

#mainv.stop .os_phrases {
	display: none;
}

@keyframes OpeningSequence {
	0% {
		text-shadow: 0 0 50px #fff;
		text-shadow: 0 0 50px 0.01em #fff;
		letter-spacing: 80px;
		opacity: 0.2;
		transform: rotateY(-90deg);
	}
	50% {
		text-shadow: 0 0 1px #fff;
		text-shadow: 0 0 1px 0.01em #fff;
		letter-spacing: 14px;
		opacity: 0.8;
		transform: rotateY(0deg);
	}
	85% {
		text-shadow: 0 0 1px #fff;
		text-shadow: 0 0 1px 0.01em #fff;
		opacity: 0.8;
		transform: rotateY(0deg) translateZ(100px);
	}
	100% {
		text-shadow: 0 0 10px #fff;
		text-shadow: 0 0 10px 0.01em #fff;
		opacity: 0;
		transform: translateZ(130px);
		pointer-events: none;
	}
}

#mainv:after {
	content: "";
	position: absolute;
	bottom: -5px;
	right: 0;
	left: 0;
	height: 5px;
	display: block;
}

@media only screen and (max-width: 767px) {
	#mainv {
		margin-top: 160px;
	}

	#mainv:after {
    	display: none;
	}

	#mainv .anker li:nth-child(1) {
		width: 13.75%;
		margin-top: 71.406%;
		left: 49.843%;
	}

	#mainv .anker li:nth-child(2) {
		width: 13.75%;
		margin-top: 65.4687%;
		left: 55.937%;
	}

	#mainv .anker li:nth-child(3) {
		width: 18.281%;
		margin-top: 57.5%;
		left: 25.937%;
	}

	#mainv .anker li:nth-child(4) {
		width: 17.343%;
		margin-top: 58.593%;
		left: 61.406%;
	}

	#mainv .anker li:nth-child(5) {
		width: 12.031%;
		margin-top: 53.593%;
		left: 97.187%;
	}

	#mainv .anker li:nth-child(6) {
		width: 12.812%;
		margin-top: 52.656%;
		left: 85.468%;
	}

	#mainv .anker li:nth-child(7) {
		width: 12.656%;
		margin-top: 51.718%;
		left: 73.75%;
	}

	#mainv .anker li:nth-child(8) {
		width: 12.656%;
		margin-top: 44.531%;
		left: 62.343%;
	}

	#mainv .txt_over p {
		left: 2.6%;
		width: 96%;
		margin-top: 0;
	}

	#mainv .txt_over p + p {
		left: 0;
		width: 100%;
		margin-top: 0;;
	}
	


	#mainv .os_phrases h2 {
    	margin-left: -500px;
    	margin-right: -500px;
		height: auto;
	    display: block;
	    bottom: auto;
	    top: 50%;
	    -webkit-transform: translate(0,-50%);
	    transform: translate(0,-50%);
	}

	#mainv .os_phrases h2 > span {
		font-size: 6.25vw;
		height: auto;
	    display: block;
        white-space: nowrap;
        line-height: 1.3;
	}
}


/*notice
----------------------------------------*/
#notice {
	background: #000;
	color: #fff;
	padding: 12px 31px 11px;
	font-size: 69.2%;
	line-height: 1.6;
}

#notice p {	
	font-size: 120.2%;
	line-height: 1.8;
}

#notice02 {
	background: #fff;
	color: #000;
	padding: 12px 31px 11px;
	font-size: 69.2%;
	line-height: 1.6;
}


@media only screen and (max-width: 767px) {
	#notice {
		padding: 9px 4.687% 8px;
		font-size: 53.8%;
		line-height: 1.3;
	}

	#notice h2 {
    	width: 36.206%;
    	margin-bottom: 6px;
	}

	#notice li {
    	display: inline;
	}
	
}

/*merit
----------------------------------------*/
#merit { width: 100%; background: #1A5C8B; background-image: linear-gradient(133deg, rgba(53, 73, 182, 1), rgba(122, 63, 209, 1) 50%, rgba(56, 97, 104, 1) 100%, rgba(6, 73, 81, 1)); padding: 24px; margin: 0; }
#merit ul {
	width: 1040px;
	max-width: 100%;
	margin: 0 auto;
	display: flex;
}

#merit li {
	color: #ffffff;
	font-size: 21pt;
	/* width: 33.3%; */
	line-height: 1.4;
	text-align: center;
	padding: 0 3%;
	display: grid;
	align-items: center;
}

#merit li + li {
	border-left: 1px solid #fff;
}

#merit2 {
	width: 100%;
	text-align: center;
	padding: 24px;
	background: #1b2131;
	display: flex;
	justify-content: center;
}

#merit2 p {
	font-size: 24pt;
	color: #ffffff;
}

#merit2 p span {
	font-size: 18pt;
}

#merit2 a {
	display: grid;
  background: #a10a11;
	color: #fff;
	border-radius:2em;
	text-decoration: none;
	font-size: 16pt;
	padding: 0.1em 3em;
	margin-left: 1em;
	align-items: center;
}

#merit2 a::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 46%;
  right: 1em;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
	#merit ul,
	#merit2 { display: block; }

	#merit li {
		font-size: calc(1.2rem + 1.125vw);
		border-left: none !important;
		border-bottom: 1px solid #ffffff;
		padding: 0.5em 0;
	}

	#merit2 p { font-size: calc(1.5rem + 1.125vw);}
	#merit2 span {
		display: block;
		font-size: calc(1rem + 1.125vw)!important;
	}
	#merit2 a {
		width: 100%;
		font-size: calc(1rem + 1.125vw);
		margin: 0.5em 0;
	}
	}


/*info
----------------------------------------*/
.info_box { 
	margin-bottom: 3em;
}

.info_box p { 
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 1em;
}

.info_box ul {
	display: grid;
	place-items: center;
}

.info_box li {
	font-size: 1.2rem;
}

/*content
----------------------------------------*/
.content {
	position: relative;

}

.content .txt {
	position: absolute;
	z-index: 2;
	bottom: 0;
	width: 100%;
	height: 45%;
	padding: 0.5em 2em;
	background-image: linear-gradient(rgba(0,0,0,0.10)20%,rgba(0,0,0,0.95));
}

.content h2 {
	color: #ffffff;
	font-size: 3.5rem;
	font-weight: normal;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
	line-height: 1.5;
}

.content p {
	color: #ffffff;
	font-size: 1.4rem;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
	line-height: 1.5;
}

.content a {
	display: block;
	padding: 1em;
	width: 30%;
	color: #fff;
	background:rgba(27,33,49);
	border: 1px solid #ffffff;
	margin: 20px 0;
}

.content a::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 46%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
	.content h2 {
		color: #ffffff !important;
		font-size: 1.4rem !important;
	}
	.content .txt {
		width: 100%;
		background-image: linear-gradient(rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.95));
	}
	.content a { width: 100%;}
	}


/*request
----------------------------------------*/
#request .message {
	padding: 10px 0;
	margin-bottom: 20px; 
	width: 100%;
	/*margin-bottom: 5px;*/
}

#request .col2_block {
	width: 1045px;
	margin: 0 auto;
	padding: 42px 0 0;
}

#request .col2_block .col_box1 {
	width: 1045px;
	float: left;
	background: rgba(0,0,0,.50);
	color: #ccc;
	padding: 46px 0 47px 0;
	margin-bottom: 30px;
}

/* #request .col2_block .col_box + .col_box {
	width: 508px;
	float: right;
	background: rgba(0,0,0,.65);
	padding-left: 1px;
} */

#request .col2_block .col_box {
    width: 510px;
    float: left;
    background: rgba(0,0,0,.3);
    color: #ccc;
    padding: 46px 0 47px 12px;
}

#request .col2_block .col_box + .col_box {
    width: 508px;
    float: right;
    background: rgba(0,0,0,.65);
    padding-left: 1px;
}

	#request .col2_block .col_box1 .project {
		margin-left: 6px;
	}
	
	#request .col2_block .col_box1 .project img {
		display: block;
		margin: 0 auto 20px auto;
	}
	
	#request .col2_block .col_box1 .map {
		width: 86%;
		margin: 0 auto 20px auto;
	}
	
	#request .col2_block .col_box1 .map img {
		width: 100%;
		height: auto;
	}
	
	#request .col2_block .col_box1 .bottom {
		width: 86%;
		margin: 0 auto 20px auto;
	}
	
	#request .col2_block .col_box1 .bottom img {
		width: 100%;
		height: auto;
	}


#request .col2_block .col_box h3 {
	margin-left: 6px;
}

#request .col2_block .col_box + .col_box h3 {
	margin-left: 0;
}

#request .col2_block .col_box h3 img {
	display: block;
	margin: 0 auto;
}

#request .col2_block .col_box .btn {
	width: 340px;
	margin: 36px auto 0;
}

#request .col2_block .col_box .btn img {
	width: 340px;
	height: 70px;
}

#request .col2_block .col_box .txt {
	width: 357px;
	margin: 19px auto 0;
	padding-left: 9px;
}

@media only screen and (max-width: 767px) {
	#request .message {
		background: none;
		padding: 0;
		 margin: 0 0 10px 0; 
		/*margin: 0 0 2px 0;*/
	}

	#request .message:after {
		left: 0;
		right: 0;
		height: 0;
		padding-top: 0.781%;
		display: block;
		background: #000 url("../img/common/img_line01_sp.png") no-repeat center top;
		background-size: 56.718% 100%;
	}

	#request .col2_block {
		width: auto;
		margin: 0 4.687%;
		padding: 20px 0 0;
	}
	
	#request .col2_block .col_box1 {
	width: auto;
	float: none;
	background: rgba(0,0,0,.50);
	border: solid 1px #614c27;
	color: #ccc;
	padding: 24px 0 7px 0;
	margin-bottom: 17px;
}

	#request .col2_block .col_box {
		width: auto;
		float: none;
		background: rgba(0,0,0,.65);
		border: solid 1px #614c27;
		color: #fff;
		padding: 27px 0 26px;
	}

	#request .col2_block .col_box + .col_box {
		width: auto;
		float: none;
		background: rgba(0,0,0,.65);
		padding-left: 0;
		margin-top: 17px;
	}

	#request .col2_block .col_box h3 {
		width: 56.944%;
		margin: 0 auto !important;
	}
	
	#request .col2_block .col_box1 .project {
		width: 80%;
		margin: 0 auto 10px auto !important;
	}
	
	#request .col2_block .col_box1 .project img {
		width: 100%;
		height: auto;
	}
	
	#request .col2_block .col_box1 .map {
		width: 86%;
		margin: 0 auto 10px auto !important;
	}
	
	#request .col2_block .col_box1 .map img {
		width: 100%;
		height: auto;
	}
	
	#request .col2_block .col_box1 .bottom {
		width: 86%;
		margin: 0 auto 20px auto !important;
	}
	
	#request .col2_block .col_box1 .bottom img {
		width: 100%;
		height: auto;
	}

	#request .col2_block .col_box .btn {
		width: 67.187%;
		margin: 20px auto 0;
	}

	#request .col2_block .col_box .btn img {
		width: 100%;
		height: auto;
	}

	#request .col2_block .col_box .txt {
		width: 69.887%;
		margin: 8px auto 0;
		padding-left: 3px;
		font-size: 57%;
	}
	

}



/*base layout
----------------------------------------*/

#contants .info_box h2 {
	position: relative;
	color: #212121;
	font-size: 32pt;
	line-height: 1.2;
	font-weight: 400;
	text-align: center;
	margin: 2em 0 1em;
}

h2 .label  {
	border-left: 10px solid #006654;
	}

#top_l {
	width: 100%;
}


#top_l img,
#top_r img {
	display: block;
}

#contants ul.col2_block {
	margin-left: -20px;
	display:flex;
	flex-wrap:wrap;
}

#contants ul.col2_block li {
	width: calc(50% - 1px);
	margin: 0 0 1px 0;
}

#contants ul.col2_block li:nth-child(odd) {
	margin-right: 1px;
}

#contants ul.col2_block li img {
	width: 100%;
}

ul.col2_block img + p {
	margin-top: 5px;
}

ul.bnr_block {
	margin: 0 0 30px;
}

ul.bnr_block li {
	margin: 0 0 10px;
}

ul.bnr_block > li:last-child {
	margin-bottom: 0;
}
#flyer_block{
	width:960px;
	
}

#flyer_block h2 {
	margin-bottom: 20px;
}

#flyer_block li img {
	width: 100%;
	max-width: none;	
}
	
.bg {
	width: 100%;
	background:#f6f3e8;
}


@media screen and (max-width: 736px) {
	
	#contants h2 {
	color: #333333;
	font-size: 112%;
	}
	
	#top_l,
	#top_r {
		width: auto;
		float: none;
		margin-bottom: 10px;
	}
	
	#menu_top {
		/* display: none; */
		padding-top: 10px !important;
	}
	
	#menu_top li {
		margin-bottom: 10px !important;
	}
	
	#contants ul.col2_block {
		margin-left: -2.5%;
	}
	
	#contants ul.col2_block li {
		float: left;
		width: 47.5%;
		margin: 0 0 20px 2.5%;
		/**display: inline;
		*zoom: 1;*/
	}

}


/*news
----------------------------------------*/
#news_block h2 {
	background: none;
	margin-bottom: 20px;
	padding: 0;
}

#news_block dl {
	padding: 0 0 10px;
}
#news_block dt{
	width: 6em;
	color: #666666;
	float: left;
}
#news_block dd {
	overflow: hidden;
	margin-left: 6.2em;
}

@media screen and (max-width: 736px) {
	#news_block {
		margin-bottom: 20px;
	}
	
	#news_block h2 {
		margin-top: 10px;
	}
	#news_block dl {
		padding: 5px 0;
	}
	#news_block dt{
		width: 6em;
		float: none;
	}
	#news_block dd {
		margin-left: 0;
	}
	
}


/*==================================================
ふわっ
===================================*/

/* 1枚目だけ */
/* 下から */

.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
	}
	
	@keyframes fadeUpAnime{
		from {
			opacity: 0;
		transform: translateY(100px);
		}
	
		to {
			opacity: 1;
		transform: translateY(0);
		}
	}
	
	/*----------------------------
	scroll_up ｜2枚目から下から上へ出現
	----------------------------*/
	.scroll_up {
		transition: 0.8s ease-in-out;
		transform: translateY(30px);
		opacity: 0;
	}
	.scroll_up.on {
		transform: translateY(0);
		opacity: 1.0;
	}
	