@charset "UTF-8";
/* CSS Document */

/*common*/
.red {
  color: red;
}
.btmdot:after {
  content: "● ● ●";
  font-size: 10px;
  color: #2fb16f;
  text-align: center;
  display: block;
  margin-top: 20px;
}
.btmdotW:after {
  color: #FFF;
}
.btn {
  display: block;
  text-decoration: none;
  color: #00913f;
  border: #00913f 1px solid;
  border-radius: 40px;
  padding: 20px 0;
  background-color: #fff;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  position: relative;
}
.btn:after {
  content: ">";
  display: block;
  line-height: 1;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%); /*要素の大きさの半分ずつを戻す*/
  -webkit-transform: translateY(-50%);
}
.btnW {
  border: none;
}
.btnG {
  padding: 30px 0;
  font-size: 26px;
  color: #faee00;
  margin-top: 0;
  width: 60%;
  border-radius: 50px;
  background-color: #00913f;
}


header {
  display: flex;
  align-items: center;
  background-color: #FFF;
}
header h1 {
  padding: 15px 20px 05px;
  display: inline-block;
  width: 20%;
  max-width: 290px;
}
header h1 img {
  width: 100%;
}
header nav {
  margin: 0 auto;
}
header nav ul {
  display: flex;
}
header nav ul li a {
  padding: 0 40px;
  font-size: 18px;
  text-decoration: none;
  color: #000;
  /*font-family:  "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";*/
  font-weight: bold;
}
header .contact {
  display: inline-block;
  width: 20%;
  max-width: 290px;
  padding: 10px 20px;
}
header a.contact_btn {
  display: block;
  background-color: #ffe600;
  font-size: 20px;
  text-align: center;
  border-radius: 20px;
  color: #000;
  text-decoration: none;
  padding: 10px 0;
}

.mainimg {
  position: relative;
  background-color: #FFF;
  z-index: 0;
}
.mainimg .mainimg_img{
  float: right;
}
.mainimg h2 {
  text-align: center;
  position: absolute;
  left: 8%;
  top: 20%;
}
.mainimg h2 span {
  display: block;
  text-align: center;
  margin-top: 40px;
}

.contents_inner {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 10;
}
.intro_img {
  margin-top: -100px;
}

.contents h3 {
  font-size: 40px;
  margin-bottom: 30px;
}
.contents h4 {
  font-size: 30px;
  margin-bottom: 30px;
}


.section_box {
  margin-top: 100px;
}

.yuushou_box p span {
  display: block;
  margin-top: 15px;
}

.news ul li {
  border-bottom: #000 1px solid;
  padding: 20px 0;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}
.news ul li a {
  text-decoration: underline;
  color: #000;
}
.news ul li span {
  margin-right: 15px;
}


.product_area {
  margin-top: 100px;
  background-color: #2fb16f;
  text-align: left;
  color: #FFF;
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}
.product_area img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 55%;
  min-width: 730px;
}
.product_area .txt_box {
  width: 38%;
}
.product_area h3 {
  color: #faee00;
  margin-bottom: 30px;
  text-align: left;
}
.product_area p {
  text-align: left;
  font-weight: normal;
  font-size: 18px;
  padding-right: 20px;
}
.product_area a {
  display: block;
  border: #FFF 1px solid;
  border-radius: 50px;
  text-align: center;
  text-decoration: none;
  width: 80%;
  padding: 15px 0;
  margin-top: 120px;
  font-size: 18px;  
}

.fukushi_area {
  position: relative;
  height: 600px;
  overflow: hidden;
}
.fukushi_area img {
  height: 100%;
  width: 100%;
}
.fukushi_area .txt_box {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); /*要素の大きさの半分ずつを戻す*/
  -webkit-transform: translateY(-50%);
  padding: 30px 0;
  background: rgba(255,255,255,0.5);
}
.fukushi_area .txt_box h3 {
  font-size: 44px;
}
.fukushi_area .txt_box p {
  font-size: 20px;
  margin-top: 20px;
  font-weight: normal;
}

.solve_area {
}
.solve_area img {
  float: right;
  width: 50%;
  max-width: 750px;
}
.solve_area .txt_box {
  padding-top: 80px;
  width: 48%;
}
.solve_area .txt_box h3,
.solve_area .txt_box p {
  text-align: left;
}
.solve_area .txt_box h3 {
  font-size: 39px;
  color: #2fb16f;
}
.solve_area .txt_box p {
  font-size: 22px;
  font-weight: normal;
  margin-top: 30px;
}



.voice_area {
  margin-top: 80px;
}
.voice_area h3 {
  font-size: 44px;
}
.gnBG {
  background-color: #2fb16f;
  margin-top: 40px;
}
.gnBG .contents_inner {
  position: relative;
  padding: 30px 0; 
}
.voice_area .top_img {
  position: absolute;
  left: 70px;
  bottom: 0;
}
.voice_area .btm_img {
  position: absolute;
  right: -30px;
  bottom: -120px;
}
.voice_area p {
  color: #fff;
  display: inline-block;
  text-align: left;
}
.voice_area p span {
  display: block;
  font-weight: normal;
  margin-top: 15px;
  font-size: 19px;
}

.sponsor_area {
  margin-top: 80px;
  margin-bottom: 80px;
}
.sponsor_area h3 {
  font-size: 44px;
}
.sponsor_area ul {
  text-align: center;
  margin-top: 60px;
}
.sponsor_area ul li {
  display: inline-block;
  padding: 0 40px;
}


footer {
  background-color: #231815;
  padding: 30px 0;
  margin-top: 100px;
}
footer ul {
  text-align: center;
}
footer ul li {
  display: inline-block;
  margin: 0 50px;;
}
footer ul li a {
  /*font-family:  "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";*/
  font-weight: bold;
  text-decoration: none;
  font-size: 19px;
}
footer p {
  text-align: center;
  font-weight: normal;
  font-size: 15px;
  color: #FFF;
  margin-top: 50px;
}

.kasou .mainimg {
  margin-top: 80px;
}
.kasou .mainimg img {
  width: 100%;
  float: none;
  display: block;
}
.kasou .mainimg .txt_box {
}
.kasou .mainimg h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); /*要素の大きさの半分ずつを戻す*/
  -webkit-transform: translateY(-50%);
  left: inherit;
  width: 100%;
  font-size: 47px;
}
.kasou .mainimg h2 span {
  margin-top: 0;
  font-size: 30px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.kasou .mainimg h2 span:after {
  content: "";
  width: 60px;
  height: 8px;
  background-color: #2fb16f;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}


.flex {
  display: flex;
  justify-content: space-between;
}
.flex_item {
  width: 100%;
}

.point {
  margin-bottom: 60px;
  margin-top: 60px;
}
.point li h4 {
  font-weight: normal;
  font-size: 22px;
  margin-bottom: 10px;
}
.point li p {
  font-size:15px;
  line-height: 1.6;
  font-weight: normal;  
}

.seisaku_box {
  background-color: #2fb16f;
  position: relative;
  margin-top: 160px;
  padding: 80px 0;
}
.seisaku_box:before {
  content: "";
  width: 847px;
  height: 72px;
  background: url("../images/info_illust.png") no-repeat left top;
  position: absolute;
  left: 0;
  top: -72px;
}
.seisaku_box h4 {
  color: #FFF;
  font-size: 40px;
  margin-top: 80px;
}
.seisaku_box h4:first-child {
  margin-top: 0;
}
.seisaku_box p {
  text-align: left;
  color: #FFF;
  margin-top: 20px;
  font-weight: normal;
}
.seisaku_box p.colorY {
  color: #faee00;
  margin-top: 0;
  font-weight: bold;
}
.seisaku_box img {
  float: right;
  padding-left: 30px;
}
.seisaku_box img.fl {
  float: left;
  padding-left: 0;
  padding-top: 30px;
}
.seisaku_box h5 {
  margin-top: 40px;
  text-align: left;
  font-size: 20px;
  color: #FFF;
  margin-bottom: 10px;
}
.seisaku_box ol li {
  text-align: left;
  list-style-position: inside;
  color: #FFF;
  font-weight: normal;
  line-height: 2;
}

.seisaku_box .green_area {
  position: relative;
}
.seisaku_box .green_area img {
  position: absolute;
  left: 0;
  top: -45px;
  padding: 0;
  float: none;
}
.seisaku_box .green_area h5,
.seisaku_box .green_area p {
  text-align: center;
}
.seisaku_box .green_area p.colorY {
  font-size: 30px;
}

.seisaku_box .merit .flex_item {
  background: #FFF;
  margin-top: 40px;
  margin: 40px 10px 0;
  padding: 15px 10px;
}
.seisaku_box .merit .flex_item h5 {
  color: #00913f;
  font-size: 30px;
  border-bottom: #00913f 2px solid;
  margin-bottom: 10px;
  padding-bottom: 8px;
  margin-top: 0;
}
.seisaku_box .merit .flex_item ul li {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
}

.contact_area {
  padding: 60px 0;
  background-color: #FFF;
}

footer.kasou  {
  margin-top: 0;
}


.product_intro_area .about_box {
  margin-top: 60px;
}

.product_intro_area .floatbox .img_box {
  float: left;
  width: 60%;
}
.product_intro_area .floatbox .txt_box {
  float: right;
  width: 36%;
  padding-top: 120px;
}
.product_intro_area .floatbox .txt_box h4 {
  background-color: #000;
  text-align: center;
  color: #FFF;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 20px;
}
.product_intro_area .floatbox .txt_box p {
  text-align: left;
}
.bgg {
  background-color: #2fb16f;
  padding: 40px 0;
}
.bgg .flex {
  margin-top: 20px;
}
.bgg .flex .flex_item {
  margin: 0 10px;
}
.bgg .flex .flex_item p {
  text-align: left;
  font-weight: normal;
  font-size: 20px;
}
.bgg .flex .flex_item img {
  width: 100%;
}


.e-lead_area h3 {
  text-align: center;
}
.e-lead_area h3 img {
  margin: 0 auto;
}
.e-lead_area h3 span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  margin-top: 20px;
}
.e-lead_area .img_aj {
  margin-top: 40px;
}
.e-lead_area .floatbox {
  margin-top: 40px;
}
.e-lead_area .floatbox .img_box {
  float: left;
  width: 36%;
}
.e-lead_area .floatbox .img_box img {
  width: 100%;
}
.e-lead_area .floatbox .txt_box {
  float: right;
  width: 60%;
  text-align: left;
}
.e-lead_area .floatbox .txt_box h4 {
  text-align: left;
  color: #2fb16f;
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: -8px;
}
.e-lead_area .floatbox .txt_box p {
  font-size: 18px;
  font-weight: normal;
  margin-top: 15px;
}
.e-lead_area .floatbox .txt_box p.bold {
  font-weight: bold;
}

.other_box {
  padding-bottom: 60px;
}
.other_box .flex {
  margin-top: 40px;
}
.other_box .flex .flex_item {
  margin: 0 15px;
}
.other_box .flex .flex_item h4,
.other_box .flex .flex_item p {
  text-align: left;
  font-size: 24px;
}
.other_box .flex .flex_item h4 {
  margin-bottom: 10px;
  margin-top: 15px;
}
.other_box .flex .flex_item p {
  font-size: 20px;
  font-weight: normal;
}

.form_area table {
  width: 80%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
.form_area table th,
.form_area table td {
  padding: 24px 0;
  font-size: 16px;
  font-weight: normal;
}
.form_area table th {
  width: 25%;
  text-align: right;
  vertical-align: top;
}
.form_area table td {
  text-align: left;
  width: 75%;
  padding-left: 10px;
}
.form_area table td span {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
}
.form_area table td input,
.form_area table td textarea{
  font-size: 18px;
  padding: 8px;
  border: none;
  border-radius: 10px;
}
.form_area table td textarea {
  width: 100%;
}
.form_area table td input.wd100 {
  width: 100%;
}
.form_area table td input.wd40 {
  width: 20%;
}
.form_area table td.ptAJ {
  padding-top: 0;
}
.form_area .error {
  color: red;
  font-size: 12px;
}

.end_txt {
  font-size: 18px;
}
.end_txt p:first-child {
  font-size: 22px;
}


.el_humburger {
  position: absolute;
  top: 34px;
  right: 17px;
  width: 26px;
  height: auto;
  padding-top: 1px;
  box-sizing: border-box;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
  display: none;
}
.el_humburger > span {
  display: block;
  width: 100%;
  margin: 0 auto 6px;
  height: 3px;
  background: #000;
  transition: all 0.2s ease-in-out;
}
.js_humburgerOpen .el_humburger > span.top {
  transform: translateY(9px) rotate(-45deg);
}
.js_humburgerOpen .el_humburger > span.middle {
  opacity: 0;
}
.js_humburgerOpen .el_humburger > span.bottom {
  transform: translateY(-9px) rotate(45deg);
}
.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}
.el_humburgerButton__close > span {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #fff;
}
.el_humburgerButton__close > span.el_humburgerLineTop {
  transform: translateY(5px) rotate(-45deg);
}
.el_humburgerButton__close > span.el_humburgerLineBottom {
  transform: translateY(-6px) rotate(45deg);
}
/*ナビゲーション*/
.navigation {
  display: none;
}
.navigation.js_appear {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 9999;
}
.navigation_screen {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.96);
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.navigation_wrapper {
  padding: 80px 0 0 0;
  text-align: center;
}
.navigation_item {
  font-ize: 18px;
  margin-bottom: 20px;
}
.navigation_item > a {
  color: #000;
  text-decoration: none;
}
.js_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}


@media(max-width:980px){
  header nav ul li a {
    padding: 0 20px;
  }
}
@media(max-width:780px){
  .pc_vis {
    display: none;
  }
  .el_humburger {
    display: block;
  }
  header .contact,
  header nav {
    display: none;
  }
  header h1 {
    width: 65%;
  }
  header h1 img {
    width: 100%;
  }
  header nav.navigation_wrapper {
    display: block;
  }
  .mainimg {
    overflow: hidden;
  }
  .mainimg .mainimg_img {
    float: none;
  }
  .mainimg h2 {
    width: 80%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    transform: translateY(-50%); /*要素の大きさの半分ずつを戻す*/
    -webkit-transform: translateY(-50%);
  }
  .mainimg h2 img {
    display: block;
    width: 100%;
  }
  .contents_inner {
    width: 100%;
    padding: 0 4%;
    box-sizing: border-box;
  }
  .intro_img {
    width: 90%;
  }
  .contents h3,
  .fukushi_area .txt_box h3,
  .solve_area .txt_box h3,
  .voice_area h3,
  .sponsor_area h3,
  .kasou .mainimg h2{
    font-size: 1.4rem;
  }
  .contents h4,
  .seisaku_box .green_area p.colorY,
  .kasou .mainimg h2 span,
  .e-lead_area .floatbox .txt_box h4{
    font-size: 1.2rem;
  }
  .contents h4 {
    margin-bottom: 15px;
  }
  p,
  .product_area p,
  .fukushi_area .txt_box p,
  .solve_area .txt_box p,
  .seisaku_box h5,
  .seisaku_box .merit .flex_item h5,
  .product_intro_area .floatbox .txt_box h4,
  .about_box ul li,
  .bgg .flex .flex_item p,
  .e-lead_area .floatbox .txt_box p.bold,
  .e-lead_area .floatbox .txt_box p,
  .other_box .flex .flex_item h4,
  .other_box .flex .flex_item p{
    font-size: 1rem;
  }
  p,
  .product_area p,
  .fukushi_area .txt_box p,
  .solve_area .txt_box p {
    text-align: left;
  }
  .section_box {
    margin-top: 60px;
  }
  .btn {
    margin-top: 40px;
    padding: 10px 0;
    width: 90%;
  }
  .news ul li,
  .voice_area p span,
  .btn,
  .seisaku_box ol li,
  .seisaku_box .merit .flex_item ul li,
  .e-lead_area h3 span{
    font-size: 0.9rem;
  }
  .product_area {
    padding-top: 0;
  }
  .product_area img {
    position: inherit;
    width: 100%;
    min-width: 100%;
    right: inherit;
    left: inherit;
    top: inherit;
    bottom: inherit;
    margin-top: 0;
    margin-bottom: inherit;
  }
  .product_area .txt_box {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
  }
  .product_area a {
    width: 100%;
    margin-top: 20px;
  }
  .fukushi_area {
    height: auto;
  }
  .fukushi_area img {
    position: absolute;
    height: auto;
    height: 100%;
    width: auto;
  }
  .fukushi_area .txt_box {
    margin: 40px 0;
    padding-left: 4%;
    padding-right: 4%;
    box-sizing: border-box;
    position: inherit;
    top: inherit;
    transform: inherit;
    -webkit-transform: inherit;
  }
  .solve_area {
    text-align: center;
  }
  .solve_area img {
    float: none;
    width: 70%;
  }
  .solve_area .txt_box {
    width: 100%;
    box-sizing: border-box;
    padding-top: 40px;
  }
  .voice_area .top_img,
  .voice_area .btm_img {
    display: none;
  }
  .voice_area p {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  .sponsor_area ul li {
    margin-bottom: 20px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .sponsor_area ul li img {
    width: 100%;
  }
  footer {
    margin-top: 40px;
  }
  
  .kasou .mainimg img {
    width: auto;
    height: 100%;
  }
  .point {
    margin-bottom: 20px;
  }
  .flex {
    flex-direction: column;
  }
  .point li p{
    text-align: center;
    margin-bottom: 20px;
  }
  .seisaku_box {
    margin-top: 120px;
  }
  .seisaku_box:before {
    width: 80%;
  }
  .seisaku_box img {
    display: none;
  }
  .seisaku_box .merit .flex_item {
    margin: inherit;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .btnG {
    margin-top: 0;
  }
  .merit {
    margin-top: 20px;
  }
  .product_intro_area .floatbox .img_box {
    width: 100%;
    float: none;
  }
  .product_intro_area .floatbox .img_box img {
    width: 100%;
  }
  .product_intro_area .floatbox .txt_box {
    float: none;
    width: 100%;
    padding-top: 0;
    margin-bottom: 60px;
  }
  .bgg .flex .flex_item {
    margin: 0;
    margin-bottom: 20px;
  }
  .e-lead_area .img_aj {
    width: 100%;
  }
  .e-lead_area h3 img {
    width: 65%;
  }
  .e-lead_area h3 span a {
    color:#000 !important;
    text-decoration:none !important;
  }
  .e-lead_area .floatbox .img_box,
  .e-lead_area .floatbox .txt_box{
    float: none;
    width: 100%;
  }
  .e-lead_area .floatbox .img_box {
    margin-bottom: 20px;
  }
  .other_box .flex .flex_item {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  .other_box .flex .flex_item img {
    width: 100%;
  }
  .kasou .mainimg {
    margin-top: 0;
  }
  .form_area table th,
  .form_area table td {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }
  .form_area table th {
    padding-bottom: 0;
  }
  .form_area table td input, 
  .form_area table td textarea {
    box-sizing: border-box;
  }
  .form_area table {
    width: 92%;
  }
}

.newsPAGE .section_box {
  margin-top: 50px;
}
.newsPAGE .section_box:first-child {
  margin-top: 100px;
}
.newsPAGE h3,
.news_detailPAGE h3{
  font-size: 20px;
  text-align: left;
  border-bottom: #000 1px solid;
  padding-bottom: 50px;
}
.newsPAGE h3 a {
  color: #000;
}
.newsPAGE h3 span,
.news_detailPAGE h3 span{
  padding-right: 10px;
}
.newsPAGE .contents_inner,
.news_detailPAGE .contents_inner{
  padding-bottom: 100px;
}
.newsPAGE .contact_area .contents_inner,
.news_detailPAGE .contact_area .contents_inner{
  padding-bottom: 0;
}

.news_detailPAGE h3 {
  padding-bottom: 50px;
}
.news_detailPAGE .contents_inner .article {
  text-align: left;
}
.news_detailPAGE .contents_inner p {
  font-size: 15px;
  font-weight: normal;
  line-height: 2.2;
  margin-top: 20px;
}
.news_detailPAGE .contents_inner .article img {
  max-width: 100%;
}
.news_detailPAGE .contents_inner .wp-block-image {
  margin-top: 20px;
}