@charset "UTF-8";
/* main-visual
======================================================================*/
.main-visual.mv-zeh {
  background-image: url(../../images/zeh/main_visual@2x.png);
  background-position: center center;
  /*background-size: 100% auto;*/
  background-size: cover;
  /*background-color: #000308;*/
}
@media screen and (max-width: 480px) {
  .main-visual.mv-zeh {
    background-image: url(../../images/zeh/main_visual_sp@2x.png);
  }
}
.main-visual.mv-zeh .mv-ttl {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 480px) {
  .main-visual.mv-zeh .mv-ttl {
    display: none;
  }
}
/* introduction
======================================================================
.introduction{
	width: 100%;
	padding: 120px 0 40px;
	background-image: url(../../images/bg_intro.png);
	background-repeat: repeat-x;
	background-position: top center;
}
@media screen and (max-width: 768px){
.introduction{
    padding: 40px 0 20px;
	background-position: top -100px center;
}
}
======================================================================*/
/* intro
======================================================================*/
.intro {
  max-width: 1280px;
  margin: 80px auto 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .intro {
    margin: 40px auto 0;
  }
}
.intro h3 {
  text-align: center;
}
.intro h5 {
  font-family: 'Roboto', "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  color: #4f6077;
}
@media screen and (max-width: 768px) {
  .intro h5 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.intro h5 span {
  font-family: 'Shippori Mincho', 'Noto Serif JP', 'Times New Roman', '游明朝', 'Yu Mincho', '游明朝体', 'YuMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'HGS明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .intro h5 span {
    font-size: 1.1rem;
  }
}
.intro h6 {
  font-family: 'Roboto', "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #4f6077;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .intro h6 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.intro p {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .intro p {
    font-size: 1.2rem;
    text-align: justify;
  }
}
.point-wrap {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .point-wrap {
    padding: 0 20px;
  }
}
.point-wrap .txt-box {
  max-width: 343px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .point-wrap .txt-box {}
}
.intro ul.point {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .intro ul.point {
    padding-bottom: 10px;
  }
}
.intro ul.point li {
  width: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  background-color: #F8F7F3;
}
@media screen and (max-width: 768px) {
  .intro ul.point li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .intro ul.point li:last-child {
    margin-bottom: 0px;
  }
}
.intro ul.point li.bels {
  padding: 30px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.intro ul.point li h4 {
  text-align: center;
  font-size: 3.0rem;
}
@media screen and (max-width: 768px) {
  .intro ul.point li h4 {
    font-size: 2.0rem;
  }
}
.intro ul.point li h4 span {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .intro ul.point li h4 span {
    font-size: 1.2rem;
  }
}
.intro ul.point li p.lead {
  margin-bottom: 0 !important;
}
/* ttl_bdr
======================================================================*/
.ttl_bdr {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0 30px;
  /*-border-top: 10px solid rgba(201,188,156,0.20);*/
}
@media screen and (max-width: 768px) {
  .ttl_bdr {
    padding: 30px 0 15px;
  }
}
.top_bnr p.caption {
  text-align: justify;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .top_bnr p.caption {
    font-size: 1.1rem;
  }
}
/* position
======================================================================*/
.position {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
  position: relative;
  z-index: 1;
  display: flow-root;
}
/*
.position::after {
  content: "";
  display: table;
  clear: both;
}*/
@media screen and (max-width: 768px) {
  .position {
    margin: 0 auto 20px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.position.wide {
  max-width: 1000px;
}
.wrap_bei {
  width: 100%;
  background-color: #f8f7f3;
}
@media screen and (max-width: 768px) {
  .wrap_bei {
    padding-bottom: 40px;
  }
}
/* wht-wrap */
.position .wht-wrap {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #FFFFFF;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .position .wht-wrap {
    padding: 20px;
  }
}
.position .wht-wrap .item {
  width: 48%;
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  .position .wht-wrap .item {
    width: 100%;
    margin: 0 auto 20px;
  }
  .position .wht-wrap .item:last-child {
    margin-bottom: 0;
  }
}
.position .wht-wrap .item-one {
  width: 100%;
  max-width: auto;
  text-align: center;
  margin: 0 auto 30px;
}
.position .wht-wrap .item-one p.lead {
  font-size: 1.8rem !important;
  text-align: center;
}
.position .merit-2col {
  width: 65%;
  max-width: 600px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .position .merit-2col {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.position .merit-1col {
  width: 31.5%;
  max-width: 290px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .position .merit-1col {
    width: 100%;
    margin: 0 auto;
  }
}
.position .merit-img {
  width: 50%;
  max-width: 290px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .position .merit-img {
    width: 100%;
    margin: 20px auto 0;
  }
}
.position .merit-img.one {
  width: 100%;
}
.position .merit-img h5 {
  text-align: center;
  font-size: 2.0rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .position .merit-img h5 {
    font-size: 1.6rem;
  }
}
.position .merit-img p.caption {
  text-align: justify;
  line-height: 1.5;
  font-size: 1.3rem;
  letter-spacing: -0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .position .merit-img p.caption {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.position .merit-img .pht {
  position: relative;
}
.position .merit-img p.cap {
  font-size: 1.1rem;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.grn-obi {
  width: 100%;
  position: relative;
  background-color: #304521;
  padding: 40px 40px 160px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .grn-obi {
    padding: 20px 20px 80px;
  }
}
.grn-obi span {
  text-align: center;
  font-size: 3.0rem;
  line-height: 1.4;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .grn-obi span {
    font-size: 1.8rem;
  }
}
.equip-wrap {
  width: 100%;
  position: relative;
  margin-top: -120px;
}
@media screen and (max-width: 768px) {
  .equip-wrap {
    margin-top: -60px;
  }
}
/* box-img */
.position .box-img {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.position .box-img.rev {
  float: right;
}
@media screen and (max-width: 768px) {
  .position .box-img {
    /*width: 72%;*/
  }
}
.position .box-img div.one {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.position .box-img div.dwn {
  width: 100%;
  text-align: center;
  margin: 20px;
}
.position .box-img div.pht {
  width: 48%;
  max-width: 370px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .position .box-img div.pht {
    width: 100%;
    margin-bottom: 20px;
  }
  .position .box-img div:last-child {
    margin-bottom: 0px;
  }
}
.position .box-img div.outro {
  flex: 1;
}
.position .box-img p.cap {
  font-size: 1.4rem;
  /*font-size: 1.1rem;
    color: #FFFFFF;
    position: absolute;
    right: 5px;
    bottom: 5px;*/
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .position .box-img p.cap {
    font-size: 1.2rem;
  }
}
.position .box-img p.cap.blk {
  color: #000000;
}
.position .box-img ul.point-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.position .box-img ul.point-box li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #f6eecb;
  font-family: 'Roboto', "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 1.8rem;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* box-txt */
.position .box-txt {
  width: 100%;
  text-align: center;
  background-color: #3b7a3c;
  padding: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.position .box-txt.rev {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .position .box-txt {
    padding: 4px;
  }
}
.position .box-txt span {
  font-family: "Roboto Condensed", 'Roboto', "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .position .box-txt span {
    font-size: 1.4rem;
  }
}
/* box-copy */
.position .box-copy {
  width: 100%;
  max-width: 1040px; /*1000*/
  padding: 40px 20px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .position .box-copy {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }
}
.position .box-copy.rev {
  width: 75%;
  max-width: 950px;
  padding-left: 0;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .position .box-copy.rev {
    width: 100%;
    max-width: 100%;
    padding: 20px;
  }
}
.position h4 {
  font-size: 2.8rem;
  text-align: center;
}
.position h4.sht {
  letter-spacing: -0.1em;
}
@media screen and (max-width: 768px) {
  .position h4 {
    font-size: 1.8rem;
  }
}
.position p {
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .position p {
    font-size: 1.2rem;
  }
}
.position p.head {
  font-size: 1.3rem;
  text-align: center;
  padding: 10px 0 30px;
}
@media screen and (max-width: 768px) {
  .position p.head {
    font-size: 1.2rem;
    padding: 5px 0 15px;
  }
}
.position p.cap-s {
  text-align: center;
  font-size: 1.0rem;
  margin-top: 5px;
}
/* outro
======================================================================*/
.outro {
  max-width: 1280px;
  margin: 0 auto 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .outro {
    margin: 0 auto 40px;
  }
}
.outro ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.outro ul li.left {
  width: 59%;
  max-width: 755px;
}
@media screen and (max-width: 768px) {
  .outro ul li.left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.outro ul li.right {
  width: 41%;
  max-width: 514px;
}
@media screen and (max-width: 768px) {
  .outro ul li.right {
    width: 100%;
  }
}
.outro p.cap {
  font-size: 1.4rem;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .outro p.cap {
    font-size: 1.2rem;
    padding: 0 20px;
  }
}