main {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meirio, sans-serif;
  color: #000;
}
main img {
  max-width: 100%;
  height: auto;
}
main p:not(:last-child) {
  margin: 0;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
br.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
a {
  transition-duration: 0.3s;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.grid {
  display: grid;
  justify-content: space-between;
}
a:hover {
  text-decoration: none;
}
/*.inner {
  max-width: 1000px;
  margin: 0 auto;
}*/
.wrapper {
  padding: 0;
}
.l-main_contents {
  width: 100%;
  max-width: 100%;
}
.l-main {
  width: 100%;
}
.l-breadcrumb {
  margin-bottom: 0;
  border-bottom: 1px solid #f3f5f2;
}
.common-btn {
  display: block;
  background-color: #3a614f;
  color: #fff;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
}
.common-btn::before {
  content: "";
  vertical-align: middle;
  position: absolute;
  top: 50%;
  margin-top: -0.25em;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  border-top: 0.1em solid #FFF;
  border-right: 0.1em solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.common-btn:hover {
  color: #fff;
}
.no-link {
  pointer-events: none;
}

/* fix exist */
.l-inner-main {
  max-width: 100%;
}
.l-breadcrumb {
  max-width: 1075px;
  margin-left: auto;
  margin-right: auto;
}


/* ttl_02 */
.ttl_02 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 125px;
  letter-spacing: 0;
}
.wrapper .ttl_02-sub,
.wrapper .ttl_02-main {
  font-weight: inherit;
  margin-top: inherit;
  display: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
.wrapper .ttl_02-sub {
  font-size: 20px;
  color: #fff;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", YuGothic,
    "Yu Gothic", Meirio, sans-serif;
  padding: 0.4em 1.4em;
  position: relative;
  z-index: 1;
  text-align: center;
  margin-right: 31px;
}
.wrapper .ttl_02-sub::after {
  transform: skewX(-20deg);
  content: ""; /*ボックスを作る*/
  position: absolute; /*ポジションで中央に配置*/
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; /* 親要素の後ろに来るように-1 */
  background-color: #009950;
}

/* bottom-btn-list */
.bottom-btn-list_inner {
  justify-content: center;
}
.bottom-btn-item {
  width: 38%;
}
.bottom-btn-item + .bottom-btn-item {
  margin-left: 2.7em;
}
.bottom-btn-item_link {
  padding: 0.75em 0;
  font-size: 18px;
}

@media screen and (max-width: 1200px) {
  .l-breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .inner {
    width: 95%;
  }
  .bottom-btn-item_link {
    font-size: 1.71vw;
  }
}

/* sp */
@media screen and (max-width: 767px) {
  main *,
  main ::after,
  main ::before {
    font-family: sans-serif;
  }
  a:hover {
    opacity: inherit;
    transition-duration: inherit;
  }
  main img {
    width: 100%;
  }
  br.pc {
    display: none !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .l-main_contents {
    padding: 0;
  }
  .l-breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* ttl_02 */
  .wrapper .ttl_02 {
    flex-direction: column;
    height: auto;
    padding: 0 0 5vw;
  }
  .wrapper .ttl_02-main {
    font-size: 5.6vw;
    line-height: 1.2;
    margin-top: 5.5vw;
  }
  .wrapper .ttl_02-sub {
    margin: 0 auto;
    font-size: 2.93333333vw;
    width: 100%;
    padding: 0.2em 0;
    display: block;
    background-color: #3d9657;
  }
  .wrapper .ttl_02-sub::after {
    transform: none;
    content: none;
  }

  /* bottom-btn-list */
  .bottom-btn-item {
    width: 100%;
  }
  .bottom-btn-item + .bottom-btn-item {
    margin: 5vw 0 0;
  }
  .bottom-btn-item_link {
    font-size: 4.26666667vw;
    width: 100%;
  }

}
