@charset "utf-8";


/* ----------------
 共通
------------------- */
.small_t{
 font-size: 15px !important;
}
.red{
 color: #CC3300;
}
p.lh-2{
 line-height: 2;
}
/* -----------------
 home
-------------------- */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 60%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.new_ul li{
 text-align: left;
 padding-top: 10px;
 padding-bottom: 10px;
 padding-left: 10px;
 padding-right: 10px;
 border-bottom: 1px dashed #ccc;
 color: #333;
}
.new_ul li a{
 text-align: left;
 display: block;
 color: #333;
}
.new_ul .date{
 float: left;
 margin-right: 15px;
 color: #333;
}
.ichiran a{
 max-width: 250px;
 text-align: center;
 display: block;
 color: #fff;
 padding: 15px 0;
 margin:30px auto 30px auto;
 font-size: 110%;
 background: #00b3ee url(images/arrow-2.png) no-repeat 95% center;
}
.ichiran a:hover{
 color: #fff;
}
.home .ichiran02 a{
 display: block;
 width: 140px;
 font-size: 120%;
 letter-spacing: 2px;
 color: #0181c6;
 line-height: 1.6;
 font-weight: bold;
 background: url(images/home/arrow01.png) no-repeat right 2px;
}

.home .g_map{
 margin-bottom: 20px;
}
.home .g_map iframe{
 padding: 1%;
 background-color: #fff;
}

/* ----------------------
 home pc
------------------------- */
@media screen and (min-width: 769px) {/* pcまで */
.home_header{
 padding-bottom: 40%;
 background-repeat: no-repeat;
 background-position: center bottom;
 background-size: cover;
}

.home article h2{
 margin-bottom: 20px;
}

.slide-arrow.prev-arrow{
 position: absolute;
 top: 50%;
 left: 10px;
 z-index: 10;
 width: 50px;
 height: 50px;
 cursor: pointer;
}
.slide-arrow.next-arrow{
 position: absolute;
 top: 50%;
 right: 10px;
 z-index: 10;
 width: 50px;
 height: 50px;
 cursor: pointer;
}

.home article .inner{
 max-width: 1100px;
 margin-left: auto;
 margin-right: auto;
 padding-left: 1%;
 padding-right: 1%;
}
.home #contents article{
 width: 100%;
 margin-left: auto;
 margin-right: auto;
}
.home .slide{
 padding-left: 10%;
 padding-bottom: 10%;
 position: relative;
 margin-bottom: 1%;
 background: url(images/common/bg-gray.jpg) repeat-x left bottom;
}
.home .slide .slide_title{
 position: absolute;
 top: 55%;
 left: 5%;
 width: 490px;
 padding: 30px;
 background-color: #fff;
 z-index: 100;
}
.new_ul .name{
 min-width: 90px;
 text-align: center;
 float: left;
 margin-top: 0;
 margin-right: 15px;
 padding-left: 10px;
 padding-right: 10px;
 color: #fff;
 font-size: 75%;
 line-height: 1.7;
 padding-top: 2px;
 padding-bottom: 2px;
 background-color: #38632f;
}
.new_ul .day{
 padding-right: 15px;
}
.home .top-slide{
 width: 100%;
}

.home .group_2 li h3{
 position: absolute;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%,-50%);
 -moz-transform: translate(-50%,-50%);
 -ms-transform: translate(-50%,-50%);
 -o-transform: translate(-50%,-50%);
 transform: translate(-50%,-50%);
 z-index: 2;
 width: 100%;
 display: block;
 text-align: center;
 color: #fff;
 font-size: 140%;
 font-weight: bold;
 text-shadow:2px 1px 3px #000000;
}

.home .group_2 ul{
 max-width: 1300px;
 margin: 0 auto;
}
.home .group_2 ul li{
 position: relative;
}
.home .group_2 ul li a{
 display: table;
 width: 100%;
 padding: 18% 0;
}
.home .group_2 ul li a:hover{
 background-color:rgba(255,255,255,0.2);
 background-blend-mode:lighten;
}
/* トップニュース pc*/
.home .news_box{
  background: #F7F7F4;
  position: relative;
  padding: 8% 0;
  margin-bottom: 60px;
}
.home .news_box .inner{
  max-width: 1100px;
  margin: auto;
  width: 90%;
}
.home .news_box h3 {
  color: #5F983E;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 5px;
}
.home .news_box .no-post {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  margin: 0.5em auto 1em;
  padding: 0.75em 0;
}
.home .news_box .new_ul li:first-child {
  border-top: 1px dashed #ccc;
}
.home .news_box .new_ul .day {
  border-right: 1px solid #ccc;
  margin-right: 15px;
}
.home .news_box .new_ul .post-title {
  color: #5f983e;
}
.home .news_box .ichiran01 a {
  text-align: center;
  display: block;
  border: 2px solid #5f983e;
  padding: 15px 30px;
  color: #5f983e;
  font-weight: bold;
  font-size: 110%;
  margin: 25px 0 0 auto;
  max-width: 240px;
  border-radius: 40px;
  background: rgba(255,255,255,1) url(images/home/arrow-2.png) no-repeat 90% center;
  background-size: 10px auto;
}

.home .works_box{
 position: relative;
 background: url(images/home/bg-2.jpg) no-repeat left top;
 background-size: 27% 100%;
 padding: 0px 0 0px 0;
 margin-bottom: 60px;
}
.home .works_box .left{
 width: 20%;
 float: left;
}
.works_box .left h2{
 width: 31%;
 position: absolute;
 left: 0;
 text-align: right;
 top: 50px;
}
.t_right{
 text-align: right;
}

.title_box{
 width: 550px;
 padding: 45px 70px;
 transition-delay:3s;
 background: rgba(255,255,255,0.9);
}
.title_box:hover{
}


.title_box .p-link a{
 text-align: center;
 display: block;
 border: 2px solid #5f983e;
 padding: 20px 40px 20px 40px;
 color: #5f983e;
 font-weight: bold;
 font-size: 110%;
 margin-top: 25px;
 max-width: 270px;
 border-radius: 40px;
 background: rgba(255,255,255,1) url(images/home/arrow-2.png) no-repeat 90% center;
 background-size: 10px auto;
}

.home .group_2{
 padding-top: 5%;
 padding-bottom: 3%;
 min-height: 333px;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 60px;
 background: url(images/home/2-bg.jpg) no-repeat center right;
 background-size: 60% auto;
}
.home .group_2 .title_box{
 margin-top: 4vw;
}
.home .group_3 .title_box{
 float: left;
 margin-top: 4vw;
}


.home .group_3{
 padding-top: 5%;
 padding-bottom: 3%;
 min-height: 333px;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 60px;
 background: url(images/home/3-bg.jpg) no-repeat bottom left;
 background-size: 60% auto;
}
.home .group_3 .title_box{
 float: right;
}

.home .group_4 .title_box a,
.home .group_3 .title_box a{
 float: left;
 width: 240px;
}
.home .group_3 .inner{
 max-width: 1040px;
 margin-left: auto;
 margin-right: auto;
}
.home .group_3 li{
 float: left;
 width: 31%;
 padding-right: 2%;
}

.home .group_4{
 padding-top: 0%;
 padding-bottom: 3%;
 min-height: 333px;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 60px;
 background: url(images/home/4-bg.jpg) no-repeat top right;
 background-size: 60% auto;
}
.home .group_4 .title_box{
 margin-top: 3vw;
 float: left;
}
.home .group_4 h2{
}
.home .group_4 .inner{
 max-width: 1040px;
 margin-left: auto;
 margin-right: auto;
}
.home .group_4 .p-link-2 li:first-child a{
 border-top: 1px dotted #333;
}
.home .group_4 .p-link-2 li a{
 width: 230px;
 padding: 20px 0 20px 30px;
 color: #333;
 border-bottom: 1px dotted #333;
 background: url(images/home/arrow-1.png) no-repeat 10px center;
 background-size: auto 12px;
}

.home .group_5{
 padding-top: 5%;
 padding-bottom: 3%;
 min-height: 333px;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 60px;
 background: url(images/home/5-bg.jpg) no-repeat center left;
 background-size: 65% auto;
}
.home .group_5 .title_box{
 float: right;
 margin-top: 5vw;
}
.home .group_5 .inner{
 max-width: 1040px;
 margin-left: auto;
 margin-right: auto;
}
.home .text_group {
 padding-top: 8%;
 margin-bottom: 7%;
}
.home .text_group .inner {
	max-width: 910px;
}
.home .text_group p{
 /* text-align: center; */
 margin-bottom: 20px;
 line-height: 2;
}

.home .header-news {
  position: absolute;
  z-index: 1;
  bottom: 5%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1200px;
  width: 95%;
}
.home .header-news p {
  font-size: 110%;
  color: #fff;
  text-align: left;
  width: 300px;
}
.home .header-news ul {
  width: 300px;
}
.home .header-news ul:first-of-type {
  border-bottom: 1px solid #fff;
}
.home .header-news ul li {
  text-align: left;
}
.home .header-news ul li a {
  color: #fff;
  line-height: 2;
  text-decoration: none;
}
}/* pc end */

@media screen and (max-width: 768px) {/* sp */
.home .sp_bg{
 padding-bottom: 60%;
 background-repeat: no-repeat;
 background-position: center top;
 background-size: cover;
 /* margin-bottom: 12vw; */
 margin-bottom: 30px;
 position: relative;
}
.home .text_group{
 margin-bottom: 30px;
}
.home .text_group p{
 margin-bottom: 20px;
}

.title_box .p-link a{
 text-align: center;
 display: block;
 border: 2px solid #5f983e;
 padding: 20px 40px 20px 40px;
 color: #5f983e;
 font-weight: bold;
 font-size: 110%;
 margin: 25px auto;
 max-width: 270px;
 border-radius: 40px;
 background: rgba(255,255,255,1) url(images/home/arrow-2.png) no-repeat 90% center;
 background-size: 10px auto;
}

.home .group_2{
 padding-top: 50%;
 min-height: 333px;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 15vw;
 background: url(images/home/2-bg.jpg) no-repeat top right;
 background-size: 96% auto;
}
.home .title_box{
 width: 100%;
}
.home .group_3 .title_box{
 float: left;
}
.title_box h2{
 display: inline-block;
 background-color: #fff;
 padding: 15px;
}
.home .group_3{
 padding-top: 50%;
 min-height: 333px;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 15vw;
 background: url(images/home/3-bg.jpg) no-repeat top left;
 background-size: 96% auto;
}
.home .group_3 .title_box{
 float: right;
}
.home .group_4{
 padding-top: 50%;
 min-height: 333px;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 15vw;
 background: url(images/home/4-bg.jpg) no-repeat top right;
 background-size: 96% auto;
}
.home .group_4 .title_box{
 float: left;
}
.home .group_4 .p-link-2{
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 0px;
}
.home .group_4 .p-link-2 li{
 display: bllock;
}
.home .group_4 .p-link-2 li a{
 width: 110px;
 display: block;
 padding: 20px 0 20px 30px;
 color: #333;
 background: url(images/home/arrow-1.png) no-repeat 10px center;
 background-size: auto 12px;
}

.home .group_4 .p-link-2 li:nth-child(2) a,
.home .group_4 .p-link-2 li:first-child a{
 border-right: 1px dotted #333;
}
.home .group_5{
 padding-top: 50%;
 min-height: 333px;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 15vw;
 background: url(images/home/5-bg.jpg) no-repeat top left;
 background-size: 96% auto;
}
.home .group_5 .title_box h2{
 float: right;
}

/* トップニュース sp*/
.home .news_box{
  background: #F7F7F4;
  position: relative;
  padding: 12% 0;
  margin-bottom: 60px;
}
.home .news_box .inner{
  margin: auto;
  width: 95%;
}
.home .news_box h3 {
  color: #5F983E;
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 5px;
}
.home .news_box .no-post {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  margin: 0.5em auto 1em;
  padding: 0.75em 0;
}
.home .news_box .new_ul li:first-child {
  border-top: 1px dashed #ccc;
}
.home .news_box .new_ul .day {
  border-right: 1px solid #ccc;
  margin-right: 15px;
  padding-right: 15px;
}
.home .news_box .new_ul .post-title {
  color: #5f983e;
}
.home .news_box .ichiran01 a {
  text-align: center;
  display: block;
  border: 2px solid #5f983e;
  padding: 15px 30px;
  color: #5f983e;
  font-weight: bold;
  font-size: 110%;
  margin: 30px auto;
  max-width: 240px;
  border-radius: 40px;
  background: rgba(255,255,255,1) url(images/home/arrow-2.png) no-repeat 90% center;
  background-size: 10px auto;
}

.home .header-news {
  position: absolute;
  z-index: 1;
  bottom: 2.5%;
  left: 2.5%;
  margin: auto;
  width: 75%;
}
.home .header-news p {
  font-size: 110%;
  color: #fff;
  text-align: left;
  width: 75%;
}
.home .header-news ul:first-of-type {
  border-bottom: 1px solid #fff;
}
.home .header-news ul li {
  text-align: left;
}
.home .header-news ul li a {
  color: #fff;
  line-height: 2;
  text-decoration: none;
}
}/* sp end */
