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


html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}
body {
  background-color: #f7f7f7;
  color: #383838; /* RGB */
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.4rem;
  text-align: center;
}
.wrap {
     overflow: hidden;
 }
section h2 {
  font-size: 2.4rem;
}
a:hover {
  opacity: 0.5;
}
.none {
  display: none;
}
*,*:before,*:after{
  box-sizing: border-box;
}


/*----header----*/

.header {
  height: 50px;
  width: 100%;
  background-color: #008E59;
  position:fixed;
  z-index: 3;
}
.header_phone {
  color: #fff;
  text-align: left;
  padding: 12px 24px;
  font-size: 1.6rem;
  font-family: "M PLUS Rounded 1c";
  letter-spacing: 1px;
 }

.menu-list {
  display: none;
}
.header-logo img {
  display: none;
}

@media(max-width: 1000px){
  .open-button{
     position: absolute;
    right:10px;
    top:15px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    
  }
  .open-button span, .open-button span:before,
  .open-button span:after {
    position:absolute;
    height: 3px;
    width: 25px;
    background-color: #fff;
    display: block;
    content:"";
    border-radius: 5px;
  }
  .open-button span:before{
    bottom: -8px;
  }
  .open-button span:after{
    bottom:-16px;
  }
  .close-button {
    display: block;
    position:absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 50px;
    padding: 40px;
    cursor: pointer;
    
  }
  .header nav{
   display: none;
    z-index: 1000;
    position: fixed;
    top:0;
    left:0;
    background-color: #008E59;
    width: 70%;
    height: 100%;
    padding-top: 57px;
    box-shadow: 10px 10px 25px rgba(0,0,0,0.3)
  }
  .header nav ul{
    padding-top: 60px;
  }
  .header nav ul li{
    padding:15px 0;
    border-bottom: solid 1px rgba(255,255,255,0.5);
    border-radius: 1px;
    width: 230px;
    margin: auto;
  }
  .header nav ul li:first-child{
    border-top: solid 1px rgba(255,255,255,0.5);
    border-radius: 1px;
  }
  .header nav ul li a{
    font-weight: 600;
    line-height: 40px;
    vertical-align: middle;
    text-decoration: none;
    color: #fff;
    font-family: "M PLUS Rounded 1c";
  }

}


@media(min-width: 1000px){
  .Hamburger-button{
  display: none;
}
    body{
      margin-top: -70px;}
  
  .header{
     margin: 0 auto;
    position: static;
  }
    .header-content-wrapper{
      max-width: 1340px; 
      display: flex;
      justify-content: space-between;
      padding-top: 110px;
      align-items: center;
        margin: auto;
  }
  .menu-list{
    align-items: center;
    background: #008E59;
    border-radius: 100vh;
    box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    padding: 16px 30px;
    right: 100px;
    top: 60px;
    width: 850px;
    z-index: 15;
    }
  
  .menu-list a{
    color:#fff;
    font-weight: 700;
    position:relative;
    text-decoration: none;
  }

  .header h1{
    display: none;
  }
  .header-logo{
    display:flex;
    top: 60px;
    left: 70px;
    z-index: 200;
  }
  .header-logo img {
  display: block;
    padding: 0 15px;
  }
    .menu-list .btn_header{
    color: #008e59;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 0 24px;
    background: #f7d550;
    border-radius: 20px;
  }
}

/*----footer----*/


.footer{
  height:720px;
   margin-top: 60px;
  background-color: #008E59;
  color: #fff;
  position:relative;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 2rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  width:320px;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #d3547e;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background:  #d3547e;
}

a.btn--radius {
  border-radius: 100vh;
}

.site-map ul li{
  padding: 10px 0;
}
.footer-logo{
  padding-top: 80px;
  padding-bottom: 40px;
}
.footer__company{
  width:400px;
margin-right: auto;
margin-left : auto;
}
.footer_company{
  text-align: left;
  padding: 0 50px;
}
.tel{
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 10px;
  letter-spacing: 1px;
}
.tel::before{
  content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("../images/top/phone-white.svg") no-repeat center center;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
   bottom: 2px;
  
}
.site-map{
  padding-top: 30px;
}
.footer_company a{
  color: #fff;
}
@media(min-width: 1000px){
  .footer{
    height:582px;
    }
  .section-footer{
    max-width: 1200px;
    margin: auto;
    padding-top: 100px;
    padding-right: 100px;
  }
  .footer-logp__company{
    display:flex;
    width: 850px;
    margin: 0 auto;
  }
  .footer-logo{
   padding-top:125px;
    padding-bottom: 0;
    
  }
  .footer__company{
    margin: 0;
    padding-left:30px;
  }
.footer_company{
  padding: 0;
    margin-top: 120px;
 
}
  .site-map{
    margin-left: 95px;
  }
  .site-map__link li{
    display: inline-block;
    margin-left: 10px;
    
  }
  .footer_company_text br{
    display:none;
  }
   a[href^="tel:"]{
    pointer-events: none;
  }
  .sma{
    display:none;
  }
}


/*--page top--*/

/* ページトップボタン */
#page-top a {
  background-color: #008E59;
  bottom: 15px;
  color: #fff;
  padding: 11px;
  position: fixed;
  right: 25px;
}

/* レイアウトのためのcss */
a {
  text-decoration: none;
}

#page-top {
  bottom: 20px;
  position: fixed;
  right: 20px;
  z-index: 100;
 
}
#page-top a {
  background-color: #008E59;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  padding: 20px auto;
  text-align: center;
  transition: opacity .5s;
  
}
#page-top a:hover {
  opacity: 0.8;
  transition: opacity .5s;
}
#page-top a img {
  width: 40px;
}
@media(min-width: 1000px){
#page-top a {
  background-color: #008E59;
  bottom: 20px;
  color: #fff;
  padding: 20px;
  position: fixed;
  right: 20px;
}

/* レイアウトのためのcss */
a {
  text-decoration: none;
}

#page-top {
  bottom: 10px;
  position: fixed;
  right: 10px;
 
}
#page-top a {
  background-color: #008E59;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  padding: 20px auto;
  text-align: center;
  transition: opacity .5s;
  
}
#page-top a:hover {
  opacity: 0.8;
  transition: opacity .5s;
}
#page-top a img {
  width: 60px;
}
}