@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
/*ClearStart*/
html {
  font-size: 10px;
  box-sizing: border-box;
}
textarea, li, p, span, a {
  color: #333;
  font-family:
    font-family: 'Noto Sans JP', sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.7rem;
  line-height: 1.7;
  font-weight: 400;
  font-style: normal;
  -moz-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

#Wrapper {
    overflow-x: hidden;
}

a, a:link, a:visited, a:active, a:hover, a:hover img {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:hover, a:hover img, .img_hover:hover {
}
img {
  vertical-align: bottom;
}
.img_ck {
  font-size: 0.1rem;
  line-height: 0;
}
.clearfix:before, .clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

div, p {
  /*word-break: break-all;*/
}
h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, img {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul, ol, li {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  color: #333;
}
/*ClearEnd*/
header {
  background: #008837;
}

header div {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header h1 {
  line-height: 1;
  font-size: 0;
}
header a {
  color: #FFF !important;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1;
    
  font-family: 'Roboto', sans-serif;   
}
header a:first-child {
  font-size: 0;
}
header h1 {
  flex-basis: 200px;
  max-width: 200px;
}

@media screen and (min-width: 769px) {
    header div {
        width: 1160px;
        margin: 0 auto;
        padding-top: 16px;
    }
    header h1 {
        flex-basis: 160px;
        max-width: 160px;
    }
    header a {
        font-size: 26px;
    }
}

@media screen and (max-width: 768px) {
  header h1 {
    flex-basis: 23.2vw;
    max-width: 23.2vw;
  }
  header div {
      padding-top: 8px;
    }

}
header h1 img {
  width: 100%;
}
#Wrapper > section {
  padding-left: 6.4%;
  padding-right: 6.4%;
}
#Wrapper > section#Case {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: #fcf7ef;
  position: relative;
}
/*PC*/
@media screen and (min-width:769px) {
  #Wrapper > section > .Innner {
    margin: 0 auto;
  }
}
section h2 {
  text-align: center;
  margin-bottom: 20px;   /*  40px;   */
  font-size: 18px;       /*  28px;   */
  font-weight: 700;
    
  position: relative;
  padding-top: 20px;     /*   40px */
  line-height: 1.6;
}
section h2 span {
  display: block;
  -moz-background-size: 49px 3px;
  background-size: 49px 3px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Jost', sans-serif;
  font-weight: 500;
  color: #008837;
  padding-bottom: 10px; 
  margin-bottom: 10px;
}
/*
section h2:before {
    content: "";
    width: 32px;
    height: 24px;
    background: url(../images/tori.png) no-repeat left center;
    background-size: 32px 24px;
    
    position: absolute;
    top: 0;
    left: 50%;
    
    transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
} */
footer {
  background: #008837;
  padding: 2rem;
  color: #FFF;
  text-align: center;
  margin-top: 72px;
}
footer p {
  font-size: 1rem;
  color: #FFF;
}
footer h3 img {
  width: 20vw;
}
/*PC*/
@media screen and (min-width: 769px) {
  footer {
    margin-top: 144px;  
  }  
  footer h3 img {
    width: 200px;
  }
}
aside.Planned {
  text-align: center;
  border: 3px solid #5faec9;
  border-radius: 6px;
  padding: 1rem;
  font-size: 1.6rem;   /*   */
  box-sizing: border-box;
}

/*PC*/
@media screen and (min-width: 769px) {
  aside.Planned {
      border-radius: 8px;
      width: 1160px;
      margin: 0 auto;
      font-size: 20px;
      padding-top: 40px;
      padding-bottom: 40px;
  }
}
