@charset "UTF-8";
#main {
  width: 100%;
  padding-left: 160px;
  position: relative;
  box-sizing: border-box;
}

#main #contents #content .entry {
  max-width: 1000px;
  width: calc( 100% - 10em);
  margin: 0 auto 60px;
  box-sizing: border-box;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's（ページ送り）
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 768px) {
  #main #contents #content .entry {
    width: 100%;
    margin: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
  }
  #main #contents #content a.btn-more {
    background: -webkit-gradient(top, rgba(255, 255, 255, 0.5), white);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5), white);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#80ffffff,EndColorStr=#ffffffff);
    text-align: center;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.5), white);
    padding-top: 4.5em;
    margin-top: -6.5em;
    position: relative;
    padding-bottom: 25px;
  }
  #main #contents #content a.btn-close {
    background: -webkit-gradient(top, rgba(255, 255, 255, 0.5), white);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5), white);
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#80ffffff,EndColorStr=#ffffffff);
    text-align: center;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.5), white);
    padding-top: 4.5em;
    margin-top: -6.5em;
    position: relative;
    padding-bottom: 25px;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
メインビジュアル動画
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#bg {
  z-index: 2;
  background: url(../images/bg_main.png);
  width: 100%;
  height: 100%;
  position: absolute;
}

.video-wrap {
  height: 100%;
  height: 100vh;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

#video {
  min-height: 110%;
  min-width: 100%;
  width: auto;
  height: auto;
  position: fixed;
  top: -6%;
  left: 0;
  z-index: 0;
}

#home_bg {
  display: none;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
メインビジュアル動画
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 680px) {
  #bg {
    display: none;
  }
  .video-wrap {
    display: none;
  }
  #home_bg {
    display: block;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
トップページコンテンツ部分
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#content section.top_contents .inner {
  padding: 70px 0;
}

#content section.top_contents .inner .title h2 {
  font-size: 48px;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 1.3;
}

#content section.top_contents .inner .title h2 + span {
  color: #256920;
  font-size: 20px;
  margin-bottom: 30px;
  display: inline-block;
  font-weight: bold;
}

#content section.top_contents .inner .descript {
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1.8;
  text-shadow: 1px 1px 0px #fff;
}

#content section.top_contents .detail {
  text-align: center;
}

#content section.top_contents .detail a {
  display: block;
  font-size: 20px;
  padding: 21px 0;
  text-align: center;
}

#content section.top_contents .detail a span.icon {
  background-color: #256920;
  border-radius: 5px;
  color: white;
  display: inline-block;
  margin-right: 15px;
	border: 1px solid #256920;
}

#content section.top_contents .detail a span.icon:before {
  padding: 10px;
  font-size: 18px;
  display: inline-block;
}

#content section.top_contents .detail a p {
  display: inline-block;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

#content section.top_contents .detail a p span.bold {
  font-size: 24px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
トップページコンテンツ部分
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*20171207修正前

 #content section.top_01 {
  background: url(../images/img_top01_bk.jpg) top right no-repeat;
  background-size: cover;
  position: relative;
}

#content section.top_01 .inner {
  width: 530px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

#content section.top_01 .inner .title {
  text-align: center;
}

#content section.top_01 p.top01_img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}

#content section.top_01 p.top01_img img {
  vertical-align: bottom;
  width: 241px;
  opacity: .8;
}*/

#content section.top_01 {
  background: #fff;
  position: relative;
}

#content section.top_01 .inner {
  box-sizing: border-box;

  max-width: 1080px;
  margin: 0 auto;
  padding: 70px 350px 70px 25px;
  position: relative;

  width: 100%;
  z-index: 1;
}

#content section.top_01 .inner .title {
  text-align: left;
}
#content section.top_01 .inner .detail {
  text-align: left;
}
#content section.top_01 p.top01_img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
#content section.top_01 p.top01_img img {
  vertical-align: bottom;
  width: 340px;
  opacity: 1;
}


#content section.top_02 {
  background-color: #eefbed;
  position: relative;
}

#content section.top_02 .inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: table;
  padding: 70px 25px;
  box-sizing: border-box;
}

#content section.top_02 .inner .top02_left {
  display: table-cell;
  padding-right: 9%;
  width: 33.33333333333333%;
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
}

#content section.top_02 .inner .top02_left .left02_title {
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  text-align: center;
  padding: 10px;
  margin-bottom: 25px;
}

#content section.top_02 .inner .top02_left .left02_fssc {
  font-size: 98px;
  line-height: 1;
  margin-bottom: 30px;
  text-align: left;
  line-height: 0.9;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
}

#content section.top_02 .inner .top02_left .left02_img img {
  width: 149px;
}

#content section.top_02 .inner .top02_right {
  display: table-cell;
}

#content section.top_02 .inner .descript {
  margin-bottom: 0;
}

#content section.top_02 .detail {
  display: flex;
	padding: 1em;
  background-color: #256920;
}
/*
#content section.top_02 .detail > div {
	flex:0 1 calc(50% - 10px);
	min-width:  calc(50% - 10px);
}
*/
#content section.top_02 .detail .det_left {
	width: 100%;
  display: flex;
	align-items: center;
	margin-right: 20px;
}

#content section.top_02 .detail .det_right {
  display: flex;
	align-items: center;
}

#content section.top_02 .detail a {
  color: #256920;
}

#content section.top_02 .detail a:hover {
  background-color: #59a054;
	color: #fff;
}

#content section.top_02 .detail a span {
  background-color: white !important;
}

#content section.top_02 .detail a span:before {
  color: #258e20;
}

#content section.top_03 {
  position: relative;
  background-color: white;
  padding-bottom: 60px;
}

#content section.top_03 .inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  display: table;
  box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 30px;
}

#content section.top_03 .inner .title {
  display: table-cell;
  width: 45%;
  padding-right: 60px;
  box-sizing: border-box;
}

#content section.top_03 .inner .descript {
  display: table-cell;
  vertical-align: top;
}

#content section.top_03 img {
  width: 100%;
  vertical-align: bottom;
}

#content #top_proposal .box-img {
  width: 25%;
}

#content section.top_04 {
  background-color: white;
  position: relative;
}

#content section.top_04 .inner {
  width: 530px;
  margin: 0 auto;
  z-index: 1;
  padding-bottom: 40px;
  position: relative;
}

#content section.top_04 .inner .title {
  text-align: center;
}
#content section.top_04 .inner .title span {
  text-align: left;
}

#content section.top_04 p.top04_img {
  z-index: 0;
}
#content section.top_04 p.top04_img img {
  vertical-align: bottom;
  width: 100%;
}

@media only screen and (max-width: 1020px) {
  #content section.top_01 .inner {
    padding: 70px 25vw 70px 25px;

  }
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media only screen and (max-width: 768px) {
  #content section.top_contents {
    padding: 0 25px;
  }
  #content section.top_contents .inner .title h2 {
    font-size: 36px;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1.3;
  }
  #content section.top_contents .inner .title h2 + span {
    font-size: 16px;
  }
  #content section.top_contents .inner .descript {
    font-size: 13px;
  }
  #content section.top_contents .detail {
    text-align: left;
  }
  #content section.top_contents .detail a {
    display: table;
    font-size: 20px;
    border: solid 1px #258e20;
    background-color: white;
    border-radius: 5px;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  #content section.top_contents .detail a span.icon {
    border-radius: 0px;
    display: table-cell;
    vertical-align: middle;
    width: 38px;
  }
  #content section.top_contents .detail a span.icon:before {
    padding: 10px;
    font-size: 18px;
    display: inline-block;
  }
  #content section.top_contents .detail a p {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    font-size: 15px;
  }
  #content section.top_contents .detail a p span.bold {
    font-size: 15px;
  }
  #content section.top_01 {
    background: none;
    position: relative;
    background-color: white;
  }
  #content section.top_01 .inner {
    width: 100%;
    margin: 0 auto;
    max-width: inherit;
    z-index: 1;
  padding: 70px 0;
    position: relative;
  }
  #content section.top_01 .inner .title {
    text-align: left;
  }
  #content section.top_01 p.top01_img {
    position: inherit;
    text-align: center;
  }
  #content section.top_01 p.top01_img img {
    vertical-align: bottom;
  }
  #content section.top_02 {
    padding-left: 0;
    padding-right: 0;
  }
  #content section.top_02 .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: table;
    padding-bottom: 50px;
  }
  #content section.top_02 .inner .top02_left {
    display: block;
    padding-right: 0;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 70px;
  }
  #content section.top_02 .inner .top02_left .left02_title {
    border-top: solid 1px black;
    border-bottom: solid 1px black;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
    display: inline-block;
    font-weight: 600;
  }
  #content section.top_02 .inner .top02_left .left02_fssc {
    font-size: 98px;
    text-align: center;
    line-height: 0.9;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
  }
  #content section.top_02 .inner .top02_left .left02_img img {
    width: 149px;
  }
  #content section.top_02 .inner .top02_right {
    display: block;
    text-align: center;
  }
  #content section.top_02 .inner .descript {
    margin-bottom: 0;
    text-align: left;
  }
  #content section.top_02 .detail {
    display: block;
    width: 100%;
    background-color: inherit;
    padding: 0 25px;
    box-sizing: border-box;
  }
  #content section.top_02 .detail .det_left {
    display: block;
    border-right: none;
    padding: 0;
    padding-bottom: 10px;
  }
  #content section.top_02 .detail .det_right {
    display: block;
    padding: 0;
    padding-bottom: 25px;
  }
  #content section.top_02 .detail a {
    color: #222;
    padding: 0;
  }
  #content section.top_02 .detail a span {
    background-color: #256920 !important;
  }
  #content section.top_02 .detail a span:before {
    color: white;
  }
  #content section.top_03 {
    padding-bottom: 40px !important;
  }
  #content section.top_03 .inner {
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }
  #content section.top_03 .inner .title {
    display: block;
    width: 100%;
    padding-right: 0px;
    text-align: center;
  }
  #content section.top_03 .inner .descript {
    display: block;
  }
  #content section.top_03 .box1-3 {
    margin: 0 -25px;
  }
  #content section.top_03 #top_proposal .box-img {
    width: 100%;
    overflow: hidden;
  }

  #content section.top_04 {
  }

  #content section.top_04 .inner {
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    padding-bottom: 40px;
    position: relative;
  }

  #content section.top_04 .inner .title {
    text-align: center;
  }
  #content section.top_04 .inner .title span {
    text-align: left;
  }

  #content section.top_04 p.top04_img {
    margin:0 -25px;
  }



}
