@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;
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: 40px;
    height: 40px;
    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;
    
    }
    
    

}/*パソコン版*/



/*archi*/  

.topbg{
     background:url("../images/info/yagb.png");
        background-size: 23vw 121vw;
        background-repeat: no-repeat;
    padding-top:2vw;
}

.section1 .top{
    width:70vw;
    height: 39vw;
}
.section1{
    background: url("../images/civil/top.png");
    background-size: 70vw 39vw;
    background-repeat: no-repeat;
    background-position: top right;
display:flex;
align-items:center;
    width: 100vw;
 height: 39vw;
}
.section1 .haikei
{
margin-right: auto;
    padding: 3vw;
    font-size: 1.4vw;
    width: 35vw;
   
background:#fff;

}

.archi{
float: right;
}
.section1_sp{
  width: 100vw;
}

.midashi{
    width: 16vw;
    height:4vw;
    margin-left: 3vw;
}
.section1_sp p{
    width: 80vw;
    font-size: 2.8vw;
    
margin:3vw 0 5vw;

}
.section1_sp .top_sp{
    width:73vw;
    height: 56vw;
}
.section1_sp .moji_sp{
  width:13vw; 
    height: 37vw;
    margin-left: 2vw;
}



.box{
height: 46vw;
width: 100vw;  
display: flex;
}

.img {
width:57vw;
height: 42vw; 
margin-left: 3vw;
}

.left{
    width:60vw;   
    height: 46vw;

}
.right
{  height: 46vw;
        width:40vw;
    float: right;
  font-size: 1vw;
}

.left2{
   width:40vw;   
    height: 46vw;
}
.right2
{ 
   height: 46vw;
        width:60vw;
    float: right;
  font-size: 1vw;
}

.img2 {
width:57vw;
height: 42vw; 
margin-right: 3vw;
}




.topic{
 width: 32vw;
    font-size: 3vw;
    display:flex;

}

.topic2{
background: #13ae67;
width: 3vw;
height: 3vw;
margin-right: -1vw;
margin-top:2vw;

}
.topic_5/*5*/{
 width: auto;
    font-size: 3vw;
    display:flex;

}
.right_top{
    margin-top: 10vw;
    margin-left: 3vw;
}
 .bun{
    width: 30vw;
     font-size:1.3vw;
}
.switch{
width: 19vw;
    height: 3vw;
margin-top: 10vw;
  margin-left: 10vw;
}


.midashi_sp{
    width: 19vw;
    height: 8vw;
}

.topic_sp{
 width: 60vw;
    font-size: 4.8vw;
    display:flex;
  
}

.topic2_sp{
background: #13ae67;
width: 5vw;
height: 5vw;
margin-right: -2.2vw;
margin-top:2vw;

}

.one{
    width:  100vw;
      padding:1vw 9vw;
}

 .bun_sp{
   width:  100vw;
      padding:1vw 9vw;
     font-size:2.8vw;
}
.switch_sp{
width: 38vw;
    height: 7vw;
    
margin:2vw auto;
}

/*スマホ*/
.section5{
    width:100%;
    margin-top: 10vw;
}
.section5_1_1 {

 background-image: url(../images/saiyoubg.png); 
	  background-repeat: no-repeat;
  background-size: cover;

}
 
.section5_1{
	width: 100vw;


}
.section5_2{width: 94.222vw;

}
.section5_3{
margin: auto;
	width: 97.778vw;
}
.section5_4{
    width: 40vw;

    margin-right: auto;
    margin-left: auto;
    margin-top: 2vw;
    margin-bottom: 5vw;
    display: block;

}





@media only screen and (max-width: 1000px) /*スマホ*/{.pc{display: none;}
    .first_menu{display: none;}/*ナビ*/
    .section1{display: none;}
     .topbg{            display: none;    } 
}


@media only screen and (min-width: 1001px) /*PC*/{.sp{display: none;}
      .navsp{display: none;}/*ナビ*/
      .section1_sp{            display: none;    } 
 .topbg_sp{            display: none;    } 
}