@charset "UTF-8";
body {
  
  font-family: arial, "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic Pro W3", "メイリオ", sans-serif;
  color: #333333;
  font-size: 18px;
  line-height: 150%;
  background-color: rgb(255, 255, 255);
  margin: 0;
  padding: 0; 
}
/* 参考サイト
モノクロ
color:#1a1919;
bc:#efeff0; */

/* 青盤
bc:#00253B;
color:#202121; */
  .pc {
    display: block; }
    .pcd {
      display: inline-block;
     }
  .smp {
    display: none !important; }
  
  a {
    color: #333333;
    text-decoration: none; }
  
  a:hover {
    cursor: pointer;
    text-decoration: none; }
  
  img {
    border: none;
    vertical-align: bottom; }
  
  table {
    width: 100%;
    border-collapse: collapse; }
  
  li {
    list-style: none; }
  
  .clearfix::after {
    content: "";
    display: block;
    clear: both; }
  
  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  
  .img-responsive {
    width: 100%;
    height: auto; }
  
  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0; }
.bold{
  font-weight: bold;
}
.text-c{
  text-align: center;
}




a{
  text-decoration: none;
  color: #333333;
  }
  
  /*ナビのスタイル*/
  nav.NavMenu{
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  background: #22AC38;
  text-align: center;
  width: 100%;
  height: 100%;
  display: none;
  }
  
  nav.NavMenu ul{
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  }
  
  nav.NavMenu ul li{
  font-size: 24px;
  list-style-type: none;
  width: 100%;
  padding-bottom: 0px;
  }
  
  nav.NavMenu ul li:last-child{
  padding-bottom: 0;
  }
  
  nav.NavMenu ul li a{
  display: block;
  color: #fff;
  padding: 15px 0;
  font-weight: bold;
  font-size: 18px;
  }
  
  /*ボタンのスタイル*/
  .Toggle {
  position: fixed;
  right:10px;
  top: 10px;
  width: 45px;
  height: 45px;
  cursor: pointer;
  z-index: 13;
  display: block;
  }
  
  .Toggle span {
  display: block;
  position: absolute;
  width: 35px;
  border-bottom: solid 4px #C1C1C1;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  left: 6px;
  }
  
  .Toggle span:nth-child(1) {
  top: 9px;
  }
  
  .Toggle span:nth-child(2) {
  top: 20px;
  }
  
  .Toggle span:nth-child(3) {
  top: 31px;
  }
  
  .Toggle.active span:nth-child(1) {
  top: 18px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: solid 3px #C1C1C1;
  }
  .Toggle.active span:nth-child(2),
  .Toggle.active span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: solid 3px #C1C1C1;
  }














    .wrapper{
      max-width: 1200px;
      padding: 10px;
      margin: 0 auto;
    }
.header .wrapper{
  display: flex;
  justify-content: space-between;
 align-items: center;
 padding: 30px;
}
.nav{
  display: flex;
 margin-right: 50px;
}
.nav__item{
  padding: 0 40px;
  border-right: 1px solid #333;
}
.nav__item:last-child{
  border-right: none;
}


.main-visual{
  position: relative;
}
.main-visual_word{
  position: absolute;
  bottom: 100px;
  right: 100px;
  text-align: right;
}
.midium{
  font-size: 1.8em;
 line-height: 2em;
}
.english{
  text-align: center;
  margin: 80px 0 100px;
}

.section{
  margin-top: 30px;
  margin-bottom: 150px;
  position: relative;
  padding: 10px;
}
.section2{
  max-width: 900px;
  margin-right:auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}
.h2{
  font-size: 2rem;
}
.h2_english{
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 0.7em;
}
.straight{
  margin-top: 60px;
  margin-bottom: -30px;
  width: 35%;
  height: 15px;
  background-color: #22AC38;
}
.straight1{
  width: 45%;
}
.section-h2{
  padding-left: 30px;
  font-weight: normal;
}

.company{
  margin-top: 50px;
}
.section2_back{
  position: absolute;
  bottom: 0;
  right: 0;
}

.section3{
  max-width: 900px;
  margin-right:auto;
  margin-left: auto;

}
.section-h3{
  padding-left: 200px;
  font-weight: normal;
}
.section-h3_contents{
  margin-top: 60px;
}
.section-h3_lists{
  margin-top: 50px;
  line-height: 180%;
  padding-bottom: 150px;
}
.section-h3_lists li{
  margin-bottom: 30px;
}
.section2_back_3{
  bottom: -30px;
}


.call_lists{
  margin-top: 50px;
  line-height: 180%;
  
}
.contact-word{
  margin: 30px 0;
}
.call_lists li{
  margin-bottom: 30px;
}
.copyright{
  padding: 20px 0px;
}

.footer{
  padding: 30px 0;
  background-color: #333;
  color: #fff;
}
.footer a{

  color: #fff;
}
.footer-nav{
  display: flex;
}
.footer-nav__item{
  padding: 0 40px;
  border-right: 1px solid #fff;
}
.footer-nav__item:last-child{
  border-right: none;
}

.visual{
  display: flex;
}
.visual img{
  width: 65%;
}
.visual-word,.visual-last{
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.visual-word_title{
  flex-grow: 1;
  padding: 400px 10px 20px;
  background-color: #22AC38;
  font-size: 1.3em;
  color: #fff;
}

.visual-word_content{
padding: 20px 10px;
font-size: 1.1em;
background-color: #fff;
}
.visual-word_content1{
  font-size: 1em;
}
.visual{
  background-color: #22AC38;
  overflow: auto;
}
.visual-last{
  padding: 30px 50px;
  margin: 20px 0;
  background-color:#fff ;
}
.visual-last_title{
  font-size: 2em;
}
.h2-english{
  font-size: 1.2rem ;
}
.visual-last_email{
  margin: 50px 0 50px;
}
.visual-last_form{
  text-align: center;
  font-size: 1.5em;
  background-color: #22AC38;
  padding: 30px;
  color: #fff;
  border-radius: 10px;
}
.green,.green a{
  color: #22AC38;
}
.visual-last1{
  display: none;}
.flex-contents{
  display: flex;
}
.flex-contents1{
  width: 150px;
}
    @media screen and (max-width: 792px) {
      .flex-contents1{
        width: 350px;
      }
      .header .wrapper{
        padding: 10px;
      }
    
    body{
      font-size: 16px;
    }

    .pc {
      display: none;
     }
     .pcd {
      display: none;
     }
    .smp {
      display: block !important;
    
    }
  .p-20{
    padding: 20px 0;
  }
    .mb{
      margin-bottom: -20px;
    }
    .smp-cover{
      padding: 0 10px;
    }
    .straight{
      width: 45%;
    }
    .straight1{
      width: 50%;
    }
    .section2_back {
      /* position: relative; */
      bottom: -80px;
      right: 20px;
    }
    .section-h3 {
      padding-left: 60px;
      font-weight: normal;
  }
  .section2_back_3{
    position: unset;
  }
  .section2_back_3 img{
    display: block;
   width: 70%;
   margin: 0 auto;
  }
  .section-h3_lists {
    margin-top: 50px;
    line-height: 180%;
    padding-bottom: 0px;
  }
.visual_smp{
  position: relative;
}
.visual_smp .word{
  position: absolute;
  right: 10px;
  top: 20px;
  color: #fff;
  text-align: right;
  line-height: 2em;
}
.visual_smp .title{
  font-size: 1.5em;
}
.section{
  margin-bottom: 100px;
}
.visual_smp .word1{
  position: absolute;
  left: 10px;
  bottom: 20px;
  color: #fff;
  text-align: left;
  line-height: 2em;
  text-shadow: 1px 1px #333333;
}
.visual-last1{
  display: flex;
  flex-direction: column-reverse;
text-align: center;
}
.visual-last1 .visual-last{
  padding: 30px 50px;
}
.visual-last1 img{
  width: 100%;

}
.footer-nav{
  display: flex;
  flex-direction: column;
}
.footer-nav li{
  padding-bottom: 10px ;
}

.section2 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}
th{
  width: 30%;
  text-align: left;
}
tr{
  padding-bottom: 10px;
}
.copyright{
  padding-left: 40px;
}
  }