@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/Noto-Sans-CJK-JP/NotoSansCJKjp-Thin.woff2') format('woff2'), url('../fonts/Noto-Sans-CJK-JP/NotoSansCJKjp-Thin.woff') format('woff'), url('../fonts/Noto-Sans-CJK-JP/NotoSansCJKjp-Thin.ttf') format('truetype'), url('../fonts/Noto-Sans-CJK-JP/NotoSansCJKjp-Thin.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/Noto-Sans-CJK-JP/NotoSansCJKjp-Light.woff2') format('woff2'), url('../fonts/Noto-Sans-CJK-JP/NotoSansCJKjp-Light.woff') format('woff'), url('../fonts/Noto-Sans-CJK-JP/NotoSansCJKjp-Light.ttf') format('truetype'), url('../fonts/Noto-Sans-CJK-JP/NotoSansCJKjp-Light.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/Noto-Sans-CJK-JP/NotoSansCJKjp-DemiLight.woff2') format('woff2'), url('../fonts/Noto-Sans-CJK-JP/NotoSansCJKjp-DemiLight.woff') format('woff'), url('../fonts/Noto-Sans-CJK-JP/NotoSansCJKjp-DemiLight.ttf') format('truetype'), url('../fonts/Noto-Sans-CJK-JP/NotoSansCJKjp-DemiLight.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/Noto-Sans-CJK-JP/NotoSansCJKjp-Regular.woff2') format('woff2'), url('../fonts/Noto-Sans-CJK-JP/NotoSansCJKjp-Regular.woff') format('woff'), url('../fonts/Noto-Sans-CJK-JP/NotoSansCJKjp-Regular.ttf') format('truetype'), url('../fonts/Noto-Sans-CJK-JP/NotoSansCJKjp-Regular.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/Noto-Sans-CJK-JP/NotoSansCJKjp-Medium.woff2') format('woff2'), url('../fonts/Noto-Sans-CJK-JP/NotoSansCJKjp-Medium.woff') format('woff'), url('../fonts/Noto-Sans-CJK-JP/NotoSansCJKjp-Medium.ttf') format('truetype'), url('../fonts/Noto-Sans-CJK-JP/NotoSansCJKjp-Medium.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/Noto-Sans-CJK-JP/NotoSansCJKjp-Bold.woff2') format('woff2'), url('../fonts/Noto-Sans-CJK-JP/NotoSansCJKjp-Bold.woff') format('woff'), url('../fonts/Noto-Sans-CJK-JP/NotoSansCJKjp-Bold.ttf') format('truetype'), url('../fonts/Noto-Sans-CJK-JP/NotoSansCJKjp-Bold.eot') format('embedded-opentype');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/Noto-Sans-CJK-JP/NotoSansCJKjp-Black.woff2') format('woff2'), url('../fonts/Noto-Sans-CJK-JP/NotoSansCJKjp-Black.woff') format('woff'), url('../fonts/Noto-Sans-CJK-JP/NotoSansCJKjp-Black.ttf') format('truetype'), url('../fonts/Noto-Sans-CJK-JP/NotoSansCJKjp-Black.eot') format('embedded-opentype');
}
.cf::after {
  content: '';
  clear: both;
  display: block;
}
.only_pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .only_pc {
    display: none;
  }
}
.only_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .only_sp {
    display: block;
  }
}
.inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  width: 1226px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.section_title.type01 {
  color: #0b8c57;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 900;
  font-size: 4.6875vw;
  line-height: 1;
}
@media screen and (min-width: 1281px) {
  .section_title.type01 {
    font-size: 3.75em;
  }
}
@media screen and (max-width: 767px) {
  .section_title.type01 {
    display: block;
    font-size: calc(30/14*1em);
    line-height: calc(79.1/60*1em);
  }
}
.section_title.type01 span {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 0 1.875vw;
  word-break: keep-all;
}
@media screen and (min-width: 1281px) {
  .section_title.type01 span {
    padding: 0 0 24px;
  }
}
@media screen and (max-width: 767px) {
  .section_title.type01 span {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.section_title.type01 span:last-of-type {
  border-bottom: 3px solid #0B8C57;
  display: inline-block;
  padding: 0 0 3.28125vw;
}
@media screen and (min-width: 1281px) {
  .section_title.type01 span:last-of-type {
    padding: 0 0 42px;
  }
}
@media screen and (max-width: 767px) {
  .section_title.type01 span:last-of-type {
    border-bottom-width: 2px;
    padding: 0 0 8px;
  }
}
.section_title.align-right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .section_title.align-right {
    text-align: right;
  }
}
.bg_title {
  color: #fff;
  font-weight: 900;
  font-size: calc(76/16*1em);
  line-height: 1;
}
.banner {
  line-height: 1;
  text-align: center;
  position: relative;
}
.banner a {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
  font-size: 0;
  -webkit-transition: .5s;
  transition: .5s;
}
.banner a:hover {
  background-image: url(../images/home/banner01@2x_on.jpg);
}
.banner a:hover img {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .banner a:hover img {
    opacity: 1;
  }
}
.banner::after {
  content: '';
  display: block;
  background: url(../images/home/banner_obj01@2x.png) 0 0 no-repeat;
  background-size: contain;
  width: 35.9375%;
  padding-top: 23.90625%;
  position: absolute;
  bottom: -28.125%;
  right: 4.6875%;
}
@media screen and (max-width: 767px) {
  .banner::after {
    content: none;
  }
}
.banner img {
  -webkit-transition: .5s;
  transition: .5s;
}
.accordion_group .accordion_toggler .accordion_icon {
  display: block;
  width: 2.37623762%;
  padding-top: 2.37623762%;
  position: absolute;
  top: 50%;
  right: 1.38613861%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .accordion_group .accordion_toggler .accordion_icon {
    width: 12px;
    padding-top: 12px;
  }
}
.accordion_group .accordion_toggler .accordion_icon::after,
.accordion_group .accordion_toggler .accordion_icon::before {
  content: '';
  background: #000;
  display: block;
  position: absolute;
  -webkit-transition: .5s;
  transition: .5s;
}
.accordion_group .accordion_toggler .accordion_icon::before {
  width: 100%;
  height: 4px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .accordion_group .accordion_toggler .accordion_icon::before {
    height: 2px;
  }
}
.accordion_group .accordion_toggler .accordion_icon::after {
  width: 4px;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .accordion_group .accordion_toggler .accordion_icon::after {
    width: 2px;
  }
}
.accordion_group .accordion_toggler.open .accordion_icon::before {
  opacity: 0;
}
.accordion_group .accordion_toggler.open .accordion_icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordion_group .accordion_content {
  display: none;
}
body {
  font-family: "Noto Sans Japanese", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.25vw;
  line-height: 1.6;
  overflow: hidden;
}
@media screen and (min-width: 1281px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
a {
  text-decoration: none;
}
img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 1000px) {
  header .only_pc {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  header .only_sp {
    display: block !important;
    line-height: 0;
  }
}
header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 0;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  header .inner {
    padding-right: 40px;
    position: relative;
    z-index: 10000;
  }
}
header .logo {
  width: 181px;
  position: relative;
  z-index: 10000;
}
header .menu_trigger {
  background: -webkit-gradient(linear, left top, right top, from(#128c5b), color-stop(99.96%, #007780));
  background: linear-gradient(90deg, #128c5b 0%, #007780 99.96%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  margin: 0 -15px 0 0;
  padding: 18.5px 12.5px;
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 10000;
}
@media screen and (max-width: 1000px) {
  header .menu_trigger {
    margin-right: -40px;
  }
}
header .menu_trigger,
header .menu_trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .menu_trigger span {
  background-color: #fff;
  border-radius: 2px;
  width: calc(35/60*100%);
  height: 2px;
  position: absolute;
  left: 12.5px;
}
header .menu_trigger span:nth-of-type(1) {
  top: 18.5px;
}
header .menu_trigger span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header .menu_trigger span:nth-of-type(3) {
  bottom: 18.5px;
}
header .menu_trigger.active {
  background: none;
}
header .menu_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10.5px) rotate(-45deg);
          transform: translateY(10.5px) rotate(-45deg);
}
header .menu_trigger.active span:nth-of-type(2) {
  opacity: 0;
}
header .menu_trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10.5px) rotate(45deg);
          transform: translateY(-10.5px) rotate(45deg);
}
.header_clr_change header .menu_trigger {
  background: transparent;
}
header .menu_content {
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 1000px) {
  header .menu_content {
    background: -webkit-gradient(linear, left top, right top, from(#128c5b), color-stop(99.96%, #007780));
    background: linear-gradient(90deg, #128c5b 0%, #007780 99.96%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
  }
}
@media screen and (max-width: 1000px) {
  header #header_nav {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 80px 0 20px;
    height: 100%;
  }
}
header #header_nav .item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  header #header_nav .item_wrapper {
    display: block;
    overflow-y: auto;
    height: 100%;
  }
}
header #header_nav .item {
  line-height: 1;
  margin: 0 1.25vw;
  margin: 0 14px;
}
@media screen and (min-width: 1281px) {
  header #header_nav .item {
    margin: 0 16px;
  }
}
@media screen and (max-width: 1000px) {
  header #header_nav .item {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
}
header #header_nav .item a {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 0.875em;
  font-weight: 700;
  display: inline-block;
  padding: 15px 0;
}
@media screen and (max-width: 1000px) {
  header #header_nav .item a {
    font-weight: 500;
  }
}
header #header_nav .item:first-of-type {
  margin-left: 0;
}
header #header_nav .item:last-of-type {
  margin-right: 0;
}
header .contact {
  margin: 0 0 0 2.34375vw;
  width: 12.5vw;
}
@media screen and (min-width: 1281px) {
  header .contact {
    margin: 0 0 0 30px;
    width: 160px;
  }
}
header .contact a {
  background: -webkit-gradient(linear, left top, right top, from(#128c5b), color-stop(99.96%, #007780));
  background: linear-gradient(90deg, #128c5b 0%, #007780 99.96%);
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 1.875vw 1.25vw;
  width: 100%;
}
@media screen and (min-width: 1281px) {
  header .contact a {
    padding: 24px 16px;
  }
}
header .contact a::before {
  content: '';
  background: url(../images/common/icon_contact.svg) 0 0 no-repeat;
  background-size: contain;
  display: block;
  margin: 0 auto 10px;
  width: 2.34375vw;
  height: 1.875vw;
}
@media screen and (min-width: 1281px) {
  header .contact a::before {
    width: 30px;
    height: 24px;
  }
}
header.clr_change {
  background: -webkit-gradient(linear, left top, right top, from(#128c5b), color-stop(99.96%, #007780));
  background: linear-gradient(90deg, #128c5b 0%, #007780 99.96%);
}
header.clr_change #header_nav .item a {
  text-shadow: none;
}
header.clr_change .contact a {
  background: none;
}
footer {
  background: -webkit-gradient(linear, left top, right top, from(#128c5b), color-stop(99.96%, #007780));
  background: linear-gradient(90deg, #128c5b 0%, #007780 99.96%);
  position: relative;
}
footer .inner {
  padding-top: 7.03125%;
  padding-bottom: 3.90625%;
}
@media screen and (min-width: 1281px) {
  footer .inner {
    padding-top: 90px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  footer .inner {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
footer .totop {
  width: 6.25vw;
  height: 6.25vw;
  position: fixed;
  right: 1.171875vw;
  bottom: 1.171875vw;
  z-index: 1;
}
@media screen and (min-width: 1281px) {
  footer .totop {
    width: 80px;
    height: 80px;
    right: 15px;
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  footer .totop {
    width: 40px;
    height: 40px;
    right: 15px;
    bottom: 15px;
  }
}
footer .totop a {
  display: block;
}
footer .totop.on_footer {
  position: absolute;
  bottom: inherit;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer .logo.logo01 {
  margin: 6.98080279% auto 7.85340314%;
  width: 100px;
}
@media screen and (min-width: 1281px) {
  footer .logo.logo01 {
    margin: 80px auto 90px;
  }
}
@media screen and (max-width: 767px) {
  footer .logo.logo01 {
    margin-top: 50px;
    margin-bottom: 28px;
    width: 80px;
  }
}
footer .logo.logo02 {
  text-align: center;
  margin: 0 auto 7.85340314%;
  max-width: 100%;
  width: 36.12565445%;
}
@media screen and (min-width: 1281px) {
  footer .logo.logo02 {
    margin: 0 auto 90px;
    width: 414px;
  }
}
@media screen and (max-width: 767px) {
  footer .logo.logo02 {
    margin-bottom: 45px;
    margin-top: 0;
    width: 265px;
  }
}
footer .logo.logo02 .caption {
  color: #fff;
  display: inline-block;
  font-size: calc(14/16*1em);
  margin: 10px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer .logo.logo02 .caption {
    font-size: calc(10/14*1em);
    margin-top: 0;
  }
}
footer #footer_nav .item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  footer #footer_nav .item_wrapper {
    display: block;
  }
}
footer #footer_nav .item {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  footer #footer_nav .item {
    line-height: 1;
    margin: 20px 0;
    text-align: center;
  }
}
footer #footer_nav .item a {
  color: #fff;
  display: inline-block;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  footer #footer_nav .item a {
    font-size: 0.875em;
    font-weight: 500;
  }
}
footer small {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.09375vw;
}
@media screen and (min-width: 1281px) {
  footer small {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 767px) {
  footer small {
    font-size: 0.625em;
    font-size: 0.71428571em;
    line-height: 1;
  }
}
