/* =====================
　各要素共通
===================== */

/*リンクテキスト*/


a {
	transition: color .3s;
	text-decoration: none;
    color: #000;
    text-decoration: none;
}

.link_orange {
  margin-top: 25px;
  font-size: 14px;
  transition: color .3s;
  text-decoration: underline;
  color: #FF5A00;
  display: inline-block;
  width: 100%;
  text-align: center;
}


/* ===== 本文テキスト ===== */

.page_head01 {
    font-size: 35px;
    font-size: .35rem;
    font-weight: bold;
    line-height: 1.7;
    color: #000000;
}

.text_01{/* 黒字　太字 */
	margin: 30px 25px 0 25px ;
	font-size: 16px;
	font-size: .16rem;
  font-weight: bold;
	color: #000000;
}





/* =====================
　ヘッダー
===================== */
header{display:none;}

/* グローバルナビ */


/* 600px以上終わり */


/* スライダー */
.top_slider{
}
.stage {
    position: relative;
    width:100%;
    margin: 0 auto;
    }
    .pic {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    }
    .pic img {
    width: 100%;
    height: auto;
    opacity:0;
    -moz-animation: imgTrans 24s infinite;
    -webkit-animation: imgTrans 24s ease-in infinite;
    animation: imgTrans 24s infinite;
    }
    #photo1 img {
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    }
    #photo2 img {
    -moz-animation-delay: 4s;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    }
    #photo3 img {
    -moz-animation-delay: 8s;
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    }
    #photo4 img {
    -moz-animation-delay: 12s;
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
    }
     #photo5 img {
    -moz-animation-delay: 16s;
    -webkit-animation-delay: 16s;
    animation-delay: 16s;
     }
    #photo6 img {
    -moz-animation-delay: 20s;
    -webkit-animation-delay: 20s;
    animation-delay: 20s;
    }
    @-webkit-keyframes imgTrans {
        0% { opacity:0; }
        7% { opacity:1; }
        13% { opacity:1; }
        20% { opacity:0; }
        100% { opacity:0; }
    }
    @-moz-keyframes imgTrans {
        0% { opacity:0; }
        7% { opacity:1; }
        13% { opacity:1; }
        20% { opacity:0; }
        100% { opacity:0; }
    }
    @keyframes imgTrans {
        0% { opacity:0; }
        7% { opacity:1; }
        13% { opacity:1; }
        20% { opacity:0; }
        100% { opacity:0; }
    }
/* /スライダー */




/* =====================
　TOPページ
===================== */

.top_intro {
    width: 100%;
    height: calc(100vh - 60px);
    max-height: 900px;
    z-index: 0;
}
.top_intro {
    background-image: url(/wp-content/themes/eco/img/top/top_main-sky.jpg?new);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.zs-enabled .zs-slideshow .zs-bullets {
    display: none;
}

.textbox {
  position: absolute;
  right: 0;
}

.top_1 {
  display: flex;
  width: 100%;
}

.t1_item{
  padding: 25px 30px;
}

.t1_item:first-child {
  margin-right: auto;
}

.t1_item:nth-child(2),
.t1_item:nth-child(3){
  padding-right: 0;
}

.top_2 {
/*
    display: flex;
    justify-content: center;
    position: relative;
*/
	text-align:center;
}

.svg5 {
    margin-top: 19vh;
    height: 23vh;
}

@media screen and (min-height:1024px) {
	.svg5 {
    	margin-top: 16.5vh;
	}
}
.t2_p {
    font-size: .5rem;
    font-weight: bold;
    writing-mode: vertical-rl;
    position: absolute;
    right: 0;
    margin: 42px 5% 0 0;
    /* font-weight: bold; */
    line-height: 1.8;
}
.t2_p.pc_only {
    font-weight: bold;
    position: absolute;
    left: 4%;
    right: auto;
    top: 11.5%;
    margin: 0.5% 5% 0 0;
}
.t2_p img {
    height: calc((100vh - 100px) / 1.4);
    max-height: 609px;
}

.news {
    position: relative;
    background: rgba(000000,0,0,0.8);
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: -110px;
    width: 55%;
    min-width: 700px;
    height: 170px;
    color: #ffffff;
    z-index: 1;
}

.news_left {
    padding: 0px 50px 0px 10%;
}

.news_left p {
    font-size: .29rem;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 15px;
	white-space: nowrap;
}

.news_left hr{
  height: 4px;
  background-color: #EC6C00;
  width: 64px;
  border: none;
  margin-top: -2px;
  margin-left: 0px;
}

.link_1 {
    color: #ffffff;
    font-size: .16rem;
    display: block;
    width: 90px;
    text-align: center;
    border: 2px solid;
    border-color: #FFFFFF;
}

.news_right {
    font-size: 15px;
    font-size: .15rem;
    margin-top: -14px;
    font-weight: bold;
}

.news_table {
	table-layout: fixed;
}

.news_table td:nth-child(2n+1) {
    padding-right: 35px;
}

.news_table td{
  padding: 15px 20px 0 0;
}

.news_table td a{
	color: #fff;
	width:95%;

}
.news_table_day {
    white-space: nowrap;
    width: 143px;
}
.news_table .news_table_title{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
  	padding: 15px 30px 0 12px;
}
.overview-container {
    display: flex;
    justify-content: left;
    margin-top: 75px;
    width: auto;
    padding-right: calc(50% - 560px);
    text-align: justify;
    text-justify: inter-ideograph;
}
.overview-container h2{
    white-space: nowrap;
}
.overview-left img{
  width: 882px;
}

.overview-left {
    background-image: url(/wp-content/themes/eco/img/top/top_02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
}
.overview-right {
    margin-left: 82px;
    width: 418px;
    margin-right: 50px;
}

.overview-right p{
  margin-top: 1.5em;
  font-size: 15px;
  font-size: .15rem;
  line-height: 2;
}

.link_2 {
    margin-top: 40px;
    color: #ffffff;
    font-size: 16px;
    font-size: .16rem;
    display: block;
    max-width: 255px;
    width: 100%;
    height: 63px;
    line-height: 63px;
    text-align: center;
    background-color: #EC6C00;
}

.information {
    background-color: #D6DCDC;
    margin-right: 50px;
}

.information-container {
    display: flex;
    justify-content: space-between;
    margin-top: 99px;
    padding: 50px 0;
    text-align: justify;
    padding: 60px 0px 50px calc(32% - 510px);
}

.information-left {
    margin: -32px 50px 0;
}

.information-left p{
  font-size: 15px;
  font-size: .15rem;
  margin-top: 20px;
  line-height: 2;
  text-justify: inter-ideograph;
}

.info_left1 {
    width: 100%;
    max-width: 225px;
}

.information-right {
    margin-right: -99px;
    margin-bottom: -90px;
    width: 84%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.info1 {
  background-image: url(/wp-content/themes/eco/img/top/top_03.jpg);
  background-size: cover;
}

.info2 {
  background-image: url(/wp-content/themes/eco/img/top/top_04.jpg);
  background-size: cover;
}

.info3 {
  background-image: url(/wp-content/themes/eco/img/top/top_05.jpg);
  background-size: cover;
}

.information-right .box {
    /* max-width: 320px; */
    width: calc(33.3% - 19px);
    margin-left: 3px;
    padding: 0 35px;
	position:relative;
}

.info_text {
    width: 100%;
    margin: 0 auto 20px;
    line-height: 1.5;
}

.information-right h3 {
    margin-top: 40px;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 20px;
    font-size: .2rem;
    font-weight: bold;
    padding: 15px 15px;
    background: rgb(0,0,0,0.3);
}
.information-right .link {
    position: absolute;
    padding: 4px;
    color: #ffffff;
    font-size: .15rem;
    display: block;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 25px;
    margin: auto;
    width: calc(100% - 40px);
    max-width: 58%;
    background-color: #EC6C00;
}
.info2 h3{
    padding: 31px 15px;
}

.information .box {
  text-align: center;
}

.info_p p {
    margin-top: 2px;
    display: inline-block;
    text-align: left;
    color: #ffffff;
    top: 50%;
    left: 10%;
    font-size: 16px;
    font-size: .15rem;
    text-indent: -.16rem;
    padding-left: .16rem;
    width: 100%;
    margin-left: 0%;
}
.info_p {
    text-align: left;
    margin-bottom: 75px;
}

.indent{
  padding-left:1em;
  text-indent:-1em;
}


.case{
  text-align: center;
  margin-top: 140px;
}

.case_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.case_container .box {
    width: 32%;
    margin-top: 24px;
    padding: 0 0px;
}

.case_container .box div{
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

/*
.case_container::after {
	display: block;
	content:"";
	width: 32%;	
}
*/

.case_container p {
    text-align: center;
    font-size: 17px;
    font-size: .17rem;
    font-weight: bold;
    margin-top: 12px;
}

.case .link_2 {
  margin: 37px auto  0;
}

@media screen and (max-width: 1400px) {
	.information-right .box {
    	padding: 0 20px;
	}
	.information-left {
    	margin: -32px 30px 0 50px;
	}
}

@media screen and (max-width: 700px) {
	.news_table .news_table_title {
    	padding: 5px 30px 0 12px;
	}
	.top_intro {
    	height: 580px;
		background-position: 84%;
	}
	.svg5 {
    	margin-top: 93px;
    	height: auto;
    	width: 37%;
	}
	.t1_item {
    padding: 0;
	}
	.top_intro {
	    background-image: url(/wp-content/themes/eco/img/top/top_main-sky_sp.jpg?new1);
	    background-position: center;
	}
.t1_item:nth-child(3) {
    display: none;
}
.t1_item:nth-child(1) {
    width: calc(50% - 15px);
    margin: 13px 0 0 13px;
}
.t1_item:nth-child(2) {
    margin-top: 12px;
    /* width: 30%; */
    width: calc(50% - 75px);
}
.t1_item:nth-child(4) {
    margin: 12px;
}
.t1_item:nth-child(4) img{
    width:34px;
}
.top_1 {
    justify-content: space-between;
}
.t2_p_sp {
    position: absolute;
    bottom: 144px;
    left: 13px;
    font-size: .27rem;
    font-weight: bold;
    color: #FFF;
    line-height: 1.6;
    text-shadow: 1px 1px 14px rgba(0,0,0,0.9);
}
.news {
    display: block;
    margin-top: 0px;
    width: 100%;
    min-width: 100%;
    height: auto;
    padding-bottom: 13px;
    position: absolute;
    bottom: 0;
}
.sp_slide_news{
	position:relative;
}
.news_table {
    font-size: .12rem;
    width: calc(100% - 40px);
    margin: 0 auto 0;
}
.news_table td:nth-child(2n+1) {
    padding-right: 0;
    width: 115px;
}
.news_table tr:nth-child(3) {
	display:none;
}
.news_left p {
    font-size: .20rem;
    padding-bottom: 10px;
    padding-top: 20px;
}
.news_left {
    padding: 0 0 0 20px;
}
.news_table td {
    padding-top: 5px;
}
.news_left .link_1 {
    color: #ffffff;
    font-size: .13rem;
    display: block;
    width: auto;
    padding: 0 10px;
    text-align: center;
    border: 1px solid;
    border-color: #FFFFFF;
    position: absolute;
    right: 20px;
    top: 20px;
}
	.top_2 {
    height: auto;
	}
	
	.t2_p {
    font-size: .20rem;
    writing-mode: initial;
	left: 20px;
    right: auto;
	bottom:50px;
    margin: 0;
	color: #fff;
	}
	
	.overview-container {
    flex-flow: column;
    margin-top: 40px;
    padding-right: 0;
	}
	.overview-left {
    	padding-bottom: 57%;
    	width: 86%;
    	margin-bottom: 23px;
	}
	.overview-right {
    margin-left: 0;
	padding: 0 20px;
    width: 100%;
	}
	.overview-container h2 {
	margin-top: 20px;
    white-space: normal;
	}
	.page_head01 {
    font-size: .25rem;
	text-align: center;
	}
.link_2 {
    margin: 15px auto 0;
    padding: 22px;
    font-size: .15rem;
    max-width: 204px;
    height: auto;
    line-height: 1;
}
.information-container {
    flex-flow: column;
    margin-top: 60px;
    max-width: 100%;
    padding: 25px 0;
}
	.information {
    margin-right: 0;
	}
.information-left {
    padding: 0;
    margin: 0;
}
	.info_left1 {
    width: 100%;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}
	.information-right {
    margin: 30px 0 0 0;
    width: 100%;
    flex-flow: column;
	}
.information-right .box {
    max-width: 100%;
    margin-left: 0;
    padding: 0 18px;
    width: calc(100% - 40px);
    margin: 0 auto 12px;
}
.information-right h3 {
    margin-top: 18px;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 20px;
    font-size: .16rem;
    font-weight: bold;
    padding: 12px 15px;
    background: rgb(0,0,0,0.3);
}
.info_text {
    margin: 0 auto 10px;
}
.info2 h3 {
    padding: 12px 15px;
}
.case_container .box div {
    height: 170px;
    width: 100%;
}
.case_container .box {
    width: calc(100% - 40px);
    margin: 0 auto;
    margin-top: 10px;
    padding: 0 0px;
}
.case_container {
    flex-direction: column;
}
.case_container p {
    font-size: .14rem;
    font-weight: normal;
    margin-top: 4px;
    margin-bottom: 10px;
}
.case .link_2 {
    margin: 30px auto;
}
.case {
    margin-top: 50px;
}

}

