@keyframes revealTOP {
  0% {
    transform: translateY(0%) scaleY(0); }
  65% {
    transform: translateY(0%); }
  100% {
    transform: translateY(-105%); } }
@keyframes revealBOTTOM {
  0% {
    transform: translateY(0%) scaleY(0); }
  65% {
    transform: translateY(0%); }
  100% {
    transform: translateY(105%); } }
@keyframes textHidden {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@media only screen and (max-width: 1000px)/*スマホ*/{
    .logo/*ハンバーガメニューかぶらない用*/{width:40vw;
 }
html {  font-size: 14px; }
body {
  position: relative;
  overflow-x: hidden;
  font-size: 1.15rem;
  line-height: 2;
  color: #000;
  background-color: #fff;
  font-family: 'Noto Sans JP', sans-serif; }
  body.hide {
    overflow: hidden; }
  body em {
    font-style: normal; }
.fixed{
	width: 7.2vw;
	position: fixed;
	
	top:23.467vw;
	right: 0;
	
}
.teko {
  font-family: 'Teko', sans-serif;
  font-weight: 300; }

a {
  color: #000; }

/*img {
  display: block; }*/

/*common-parts*/
.inner {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1125vw;
  margin-left: auto;
  margin-right: auto; }

* {
  box-sizing: border-box; }

img {
  max-width: 100%; }

#wrapAll {
  overflow: hidden; }

.o_sp {
  display: none !important; }

.inview {
  transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -webkit-transition: all .3s ease 0s;
  transition-duration: .4s;
  transform-origin: top center; }
  .inview:hover {
    text-decoration: none; }

.unscroll {
  opacity: 0;
  transform: scaleX(2);
  filter: blur(20px); }
  .unscroll.notrans {
    transform: none; }
  .unscroll.noanim {
    transform: none;
    opacity: 1;
    filter: blur(0px); }

 



#spBT {
  display: none; }

.gNavSpacer.fixed {
  height: 58px; }

.gNav {
  background-color: #22b573;
  height: 58px;
  padding: 10px 0; }
  .gNav.fixed {
    width: 100%;
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0; }
  .gNav__inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-weight: 300 !important; }
  .gNav a {
    line-height: 1;
   
    text-decoration: none;
    padding: 0.1em 1em 0.1em;
    overflow: hidden;
    position: relative;
    font-weight: 300 !important;
    flex: auto;
    color: #000;
    font-size: 32px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: lighter; }
    .gNav a:before {
      content: '';
      position: absolute;
      top: 0;
      width: 100%;
      height: 50%;
      background-color: #fff;
      left: 0;
      transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -webkit-transition: all .3s ease 0s;
      transform: translateY(-110%); }
      .gNav a:before:hover {
        text-decoration: none; }
    .gNav a:after {
      content: '';
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 50%;
      background-color: #fff;
      left: 0;
      transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -webkit-transition: all .3s ease 0s;
      transform: translateY(110%); }
      .gNav a:after:hover {
        text-decoration: none; }
    .gNav a:hover {
      text-decoration: none; }
      .gNav a:hover:before {
        transform: translateY(0%); }
      .gNav a:hover:after {
        transform: translateY(0%); }
      .gNav a:hover strong {
        color: #000; }
    .gNav a:first-child {
    }
    .gNav a strong {
      position: relative;
      z-index: 10;
      transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -webkit-transition: all .3s ease 0s; }
      .gNav a strong:hover {
        text-decoration: none; }







.section6 {

	background: #e6e6e6;
padding: 2vw;
}



.botan3{
	width:57.956vw;
height: 9.067vw;	
text-align: center;
	display: inline-block;
}

.ten {
border-bottom:solid;/*下線を点線にする*/
border-color:#22b573;
border-width:2px;

}
.section6box{

	background: #fff;
text-align: center;
	 margin-bottom: 0.711vw;
	
}
.section6_1{
	font-size: 6vw;

}
.section6box2{
	width:87.111vw;
	height:19.2vw;
	background: #fff;
text-align: center;

	
}

.section6_2{
width: 51.022vw;
	padding-top: 3vw;
text-align: center;
	display: inline-block;
}
.section6box0{
	width:87.111vw;
	margin: auto;
}
.section8{
height: 32vw;
	background: #22b573;
}

 .section8_2{
width:50%;
	 height: 6.4vw;
     font-size: 3vw;
float: left;
color: #fff;

}
.footer{
	width:68vw;
    margin: 2vw 0 0 2vw;
}
.footerbg{
		background: #22b573;
 
float: left;
	width: 100vw;
	height: 23vw;
	}


 
  html {
    font-size: 14px; }

  body {
    font-size: 1rem;
    line-height: 1.6; }

  a {
    color: #000; }


  .inner {
    padding-left: 20px;
    padding-right: 20px; }

  .o_pc {
    display: none !important; }

  .o_sp {
    display: block !important; }

  .firstView {
    background-attachment: scroll; }
    .firstView__logo {
    max-width: 220px;
    float: left;
}
    .firstView__text {
      font-size: 22px; }
    .firstView__read {
      font-size: 32px; }

  #spBT {
    display: block;
    width: 8vw;
   
    cursor: pointer;
    padding: 0;
    border: 0;
    outline: none;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 99999;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent; }
    #spBT span {
      background-color: #22b573;
      display: block;
      margin-top: 6px;
      margin-left: auto;
      margin-right: auto;
      width: 30px;
      height: 3px;
      position: relative;
      top: 0;
      transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -webkit-transition: all .3s ease 0s; }
      #spBT span:hover {
        text-decoration: none; }
      #spBT span:first-child {
        margin-top: 0; }
    #spBT strong {
      color: #fff;
      display: block;
      text-align: center;
      font-size: 12px; }
 
  #spBT.active span:first-child {
      top: 9px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg); }
   #spBT.active span:nth-child(2) {
      opacity: 0; }
     #spBT.active span:nth-child(3n) {
      top: -9px;
      transform: rotate(135deg);
      -webkit-transform: rotate(135deg); }

  .gNavSpacer {
    display: none; }

  .gNav {
    position: fixed;
    z-index: 9999;
    transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #e6e6e6;
    height: auto;
    padding: 0;
    padding-top: 50px;
    padding-bottom: 20px;
    transform: translateX(102%); }
    .gNav:hover {
      text-decoration: none; }
    .gNav.active {
      transform: translateX(0%); }
    .gNav__inner {
      flex-wrap: wrap; }
    .gNav a {
      font-size: 24px;
        line-height:24px;
      width: 100%;
      margin-top: 10px; }
    /*  .gNav a:nth-child(odd) {
        border-left: 1px solid #000; }*/

  .commonHeading {
    margin-bottom: 30px; }
    .commonHeading .inner {
      display: block; }
    .commonHeading strong {
      display: block;
      font-size: 42px; }
    .commonHeading em {
      display: block;
      font-size: 14px;
      margin-left: 0;
      padding-bottom: 0.3em;
      margin-top: -0.3em; }

  .flexBox1 {
    display: block; }
    .flexBox1__img {
      width: 100%; }
    .flexBox1__content {
      width: 100%;
      margin-top: 30px; }


.pc{display: none;}
}
@media only screen and (min-width: 1001px) {
  


    
  html {
    font-size: 14px; 
    
   
   }

  a {
    color: #000; }

  img {
    display: block; }

  /*common-parts*/
  .o_wo_tab {
    display: none; } 
    .logo{
        width: 40vw;
        height: 12vw;
        float: left;
        margin: 2vw 0 0 1vw;
    }
  
    header{
        width: 100%;
        height: 200px;
        position: relative;
         
    }
 
    nav{
 
 
        writing-mode: vertical-lr;
        position: absolute;
      right: 0;
       line-height: 50px;
       
    }




.topics{
	border: 1px solid #22b573;
	color: #22b573;
    
}
.border{border-bottom:dotted;/*下線を点線にする*/
border-color:#e6e6e6;
    margin: 0;
    width:86.296vw;
border-width:2px;}
    
    
    
    .section1{
        width:100%;
    }

    .section6{
           height: 55vw;

    background: url("../images/saiyouj.png");
   background-repeat: no-repeat;
    background-size: cover;
 position: relative;
        
    }
        .section3_2c{
        padding-top: 35vw;
               padding-left: 50vw;
                max-width: 100vw;
    }
 
  




    .footer_pc{
       height:46vw;
     width: 100%;
    background: url("../images/footerbg.png");
   background-repeat: no-repeat;
    background-size: contain;
 position: relative;
        margin-top: 2vw;
   
    
    }
    
    .section3_2b{
        width: 37vw;
    }
   .section3_2d{
    width: 28.148vw;
      margin: auto;
    
    }
    .section3_2e{
    padding-top: 30vw;
    padding-left: 28vw;
    }
    
   
    .footera_pc{
        width:100%;
        height: 20vw;
        background:#31ad6f; 
        position: relative;
    }
    .text{
   padding: 10px 0 0 10px;   
        
    }
    .section8_2{
           color:#fff;
    letter-spacing: 0.1rem;
    }
 .section8_2 a{text-decoration: none;}
    
       .footerlogo{


       padding-top: 5vw;
padding-left:58vw; 
           
    
    }
    .footerlogoa{
           position: relative;
width: 40vw;
    
    }
    
    

}/*パソコン版*/




h3{
    color: #31ad6f;    
        font-size: 2rem;
       
    }


.section2{
    position: relative;
    width: 100vw;
   height: 70vw;
  background: url("../images/info/bg.png");
    background-size: cover;
    padding-top:3vw;
    display: flex;
}
.section2_1{
width: 50vw;
margin-left: 3.7vw;
         
}
.section2_2{
   width: 50vw;
   margin-right: 3.7vw; 
}
 .section2_dan{  
    font-size: 1.4vw;
    margin-bottom: 4vw;
}
.section2_mei{ 
font-weight: bold;
font-size: 2vw;
text-align: right;}
.daihyou/*代表写真*/{
width:35vw;
margin-left: 7vw;
        }





.section3_img/*会社情報文字*/{
    width: 18vw;
    margin:5vw auto;
    
}


    .section3 ul {
        width: 74vw;
        margin: auto;
    }
    
    .section3 li {
        line-height: 2;
        border-top: #cccccc solid 2px;
        padding-left: 7vw;
        font-size: 2.5vw;
    }
      .section3 li:last-child {
     border-bottom: #cccccc solid 2px;
          margin-bottom: 5vw;
}



.section4_img{
           width: 18vw;
    margin:5vw auto 2vw;
    }
.shikaku
{ width:  74vw;
    margin: auto;
    font-size: 2vw;
}
    

table{

  margin: 0 auto;
  width:  74vw;
}
td .left{
margin-right: 10vw;
    float: left;
    width: 4vw;
}
table th{
text-align: left;
width: 32vw;
}


table tr{
    line-height: 2;
        border-top: #cccccc solid 2px;
    padding-left: 7vw;

   
}

      table tr:last-child {
     border-bottom: #cccccc solid 2px;
          margin-bottom: 5vw;
}

.sonota/*表の下の文字*/ {
    text-align: right;
}


.section5{margin:1vw auto;
    
}
.section5_img{
           width: 18vw;
    margin:5vw auto 2vw;
    }

.map{
    margin: auto;
    text-align: center;
   border: solid 1vw #31ad6f;
       width: 70vw;
    height: 42vw;
}

.map iframe{ 
    width: 68vw;
    height: 40vw;
   
    
}


.section5 p{
     width: 70vw;
    margin: auto;
    text-align: right;
}




/*スマホフッター共通*/
.section5{
    width:100%;
 
}
.section5_1_1 {

 background-image: url(../images/saiyoubg.png); 
	  background-repeat: no-repeat;
  background-size: cover;
height: 56.267vw;
}
 
.section5_1{
	width: 100vw;
	height: 9.867vw;

}
.section5_2{width: 94.222vw;

}
.section5_3{
margin: auto;
	width: 97.778vw;
}
.section5_4{
    width: 40vw;
    height: 9vw;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2vw;
    margin-bottom: 5vw;
    display: block;

}



















.topbg{
     background:url("../images/info/yagb.png");
        background-size: 23vw 121vw;
        background-repeat: no-repeat;
    padding-top:2vw;
}
@media only screen and (max-width: 1000px) /*スマホ*/{
    .topbg{     background:#fff;}
     .first_menu{
        display: none;
    }
    h3{
    color: #31ad6f;    
        font-size: 3vw;
        margin: 3vw 0 2vw 7vw;
    }
    .section2{
        display: none;
        
    }
    .daihyousp/*代表画像*/{
        margin: auto;
        width: 45vw;
        
    }
    .section2_sp{
  background:url("../images/info/yagb.png");
        background-size: 23vw 121vw;
        background-repeat: no-repeat;
    }
    .section2_sp_2{
          background: url("../images/info/bgsp.png");
           background-size: cover;
    }
    .section2_sp_bun{
        padding:1vw 7vw;
      
        width: 100%;
     
    }
    .section2_sp_dan{
        font-size: 2.7vw;
        margin-bottom: 3vw;
    }
    .section2_sp_mei{
        font-weight: bold;
font-size: 3vw;
text-align: right;
    }
    
    
    

    
    
    
}


@media only screen and (min-width: 1001px) {
 .sp{display: none;}

       .navsp{
        display: none;
    }
    .section2_sp{
        display: none;
    }
}