@charset "UTF-8";
.cf::after {
  content: '';
  display: block;
  clear: both;
  zoom: 1;
}
.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;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 100%;
  width: 1360px;
}
@media screen and (max-width: 767px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inner.inner01 {
  width: 1366px;
}
@media screen and (max-width: 768px) {
  .inner.inner01 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.inner.inner02 {
  width: 1500px;
}
.inner.inner03 {
  padding: 0 50px;
  width: 1920px;
}
@media screen and (max-width: 767px) {
  .inner.inner03 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.6;
  padding: 100px 0 0;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    padding-top: 50px;
  }
}
body.home {
  padding-top: 0;
}
body.menu_open {
  overflow: hidden;
}
a {
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}
a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
}
video {
  display: block;
  width: 100%;
  height: auto;
}
header {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
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-top: 32px;
  padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
  header .inner {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
header .logo {
  position: relative;
  z-index: 10;
}
header .logo a {
  display: block;
  line-height: 1;
}
header .logo a:hover {
  opacity: .6;
}
.home header .logo a {
  background: url(../images/logo/logo01.svg) 0 0 no-repeat;
  background-size: contain;
}
.header_colorChange header .logo a {
  background-image: url(../images/logo/logo01_gr.svg);
}
.menu_open.header_colorChange header .logo a {
  background-image: url(../images/logo/logo01.svg);
}
.menu_open header .logo a {
  background: url(../images/logo/logo01.svg) 0 0 no-repeat;
  background-size: contain;
}
header .logo img {
  height: 36px;
}
@media screen and (max-width: 767px) {
  header .logo img {
    height: 22px;
  }
}
.home header .logo img {
  opacity: 0;
}
.menu_open header .logo img {
  opacity: 0;
}
.home header {
  background-color: transparent;
}
.header_colorChange header {
  background-color: #fff;
}
.menu-trigger {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  margin-left: auto;
  padding: 4px;
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    padding: 3px;
    width: 24px;
    height: 24px;
  }
}
.menu-trigger span {
  background-color: #008803;
  border-radius: 4px;
  display: inline-block;
  width: 75%;
  height: 3px;
  position: absolute;
  left: 4px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
@media screen and (max-width: 767px) {
  .menu-trigger span {
    height: 2px;
    left: 3px;
  }
}
.menu-trigger span:nth-of-type(1) {
  top: 4px;
}
.menu-trigger span:nth-of-type(2) {
  width: 50%;
  left: inherit;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu-trigger span:nth-of-type(3) {
  bottom: 4px;
}
.home .menu-trigger span {
  background-color: #fff;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10.5px) rotate(-45deg);
          transform: translateY(10.5px) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
            transform: translateY(7px) rotate(-45deg);
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10.5px) rotate(45deg);
          transform: translateY(-10.5px) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
            transform: translateY(-7px) rotate(45deg);
  }
}
.header_colorChange .menu-trigger span {
  background-color: #008803;
}
.menu_open .menu-trigger span {
  background-color: #fff !important;
}
.menu-content {
  background: #008803;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  padding: 100px 0 0;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .menu-content {
    padding-top: 90px;
  }
}
.menu-content .inner {
  display: block;
  max-height: 100%;
  overflow-y: auto;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .menu-content .inner {
    padding-bottom: 20px;
  }
}
.menu-content .item_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 0 -3.125%;
}
@media screen and (max-width: 1024px) {
  .menu-content .item_wrapper {
    margin-left: -4.23728814%;
  }
}
@media screen and (max-width: 767px) {
  .menu-content .item_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}
.menu-content .item.parent {
  margin: 0 0 0 3.03030303%;
  min-width: 1%;
  width: 21.96969697%;
}
@media screen and (max-width: 1024px) {
  .menu-content .item.parent {
    margin-left: 4.06504065%;
    margin-top: 4.06504065%;
    width: 45.93495935%;
  }
}
@media screen and (max-width: 767px) {
  .menu-content .item.parent {
    margin-left: 0;
    margin-top: 30px;
    width: auto;
  }
}
.menu-content .item.parent a {
  color: #fff;
  font-weight: 700;
  display: block;
}
@media screen and (max-width: 767px) {
  .menu-content .item.parent a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.menu-content .item.parent a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, .6);
}
.menu-content .item.parent a:hover .img img {
  opacity: .8;
}
.menu-content .item.parent .img {
  background-color: #fff;
  margin: 0 0 20px;
}
.menu-content .item.parent .img img {
  width: 100%;
}
.menu-content .item.parent .number {
  font-size: .875em;
  display: block;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .menu-content .item.parent .number {
    font-size: 1em;
    font-weight: 700;
    margin-right: 1.28571429em;
  }
}
.menu-content .item.parent .label {
  font-size: .8125em;
  display: block;
}
@media screen and (max-width: 767px) {
  .menu-content .item.parent .label {
    font-size: .92857143em;
    letter-spacing: .2em;
  }
}
.menu-content .item.parent .en {
  font-size: 2.46153846em;
  line-height: 1;
  display: block;
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .menu-content .item.parent .en {
    font-size: 2em;
  }
}
@media screen and (max-width: 1024px) {
  .menu-content .item.parent:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .menu-content .item.parent:nth-of-type(-n+2) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .menu-content .item.parent:first-of-type {
    margin-top: 0;
  }
}
.menu-content .item.child a {
  display: inline-block;
  font-size: .875em;
}
@media screen and (max-width: 767px) {
  .menu-content .item.child a {
    font-size: .92857143em;
    display: block;
    padding: 6px 0 6px 0;
  }
}
.menu-content .item.child a::before {
  content: '-';
  display: inline-block;
  margin: 0 10px 0 0;
}
.menu-content .sub_menu {
  border-top: 1px solid #fff;
  margin: 20px 0 0;
  padding: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .menu-content .sub_menu {
    margin-left: 34.5px;
  }
}
.menu-content .sub_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu-content .sub_menu ul li {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .menu-content .sub_menu ul li {
    width: 100%;
  }
}
.menu-content #nav01 {
  border-top: 1px solid #fff;
  min-height: 0%;
  padding: 60px 0 0;
}
@media screen and (max-width: 767px) {
  .menu-content #nav01 {
    border-top: none;
    padding-top: 0;
  }
}
.menu-content #nav02 {
  margin: 50px 0 0;
  min-height: 0%;
}
.menu-content #nav02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu-content #nav02 ul li {
  border-bottom: 1px solid #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .menu-content #nav02 ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
@media screen and (min-width: 768px) {
  .menu-content #nav02 ul li:nth-of-type(-n+2) {
    border-top: 1px solid #fff;
  }
}
@media screen and (max-width: 767px) {
  .menu-content #nav02 ul li:nth-of-type(-n+1) {
    border-top: 1px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .menu-content #nav02 ul li:nth-of-type(even) {
    border-left: 1px solid #fff;
  }
}
.menu-content #nav02 .item a {
  color: #fff;
  font-size: .875em;
  font-weight: 700;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 23.5px 70px 23.5px 90px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .menu-content #nav02 .item a {
    font-size: .92857143em;
    padding-left: 65px;
    padding-top: 25.25px;
    padding-bottom: 25.25px;
  }
}
.menu-content #nav02 .item a:hover {
  opacity: .6;
  text-decoration: none;
}
.menu-content #nav02 .item a::before {
  content: '';
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu-content #nav02 .item a::after {
  content: '';
  background-image: url(../images/common/arrow-right-w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 32px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.ie11 .menu-content #nav02 .item a {
  padding-top: 31.5px;
  padding-bottom: 24.5px;
}
.menu-content #nav02 .item a span {
  display: inline-block;
}
.menu-content #nav02 .item.item01 a::before {
  background-image: url(../images/logo/logo02_w.svg);
  width: 40px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .menu-content #nav02 .item.item01 a::before {
    width: 30px;
    height: 24px;
    left: 20px;
  }
}
.menu-content #nav02 .item.item02 a::before {
  background-image: url(../images/logo/logo03_w.svg);
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 767px) {
  .menu-content #nav02 .item.item02 a::before {
    width: 24px;
    height: 24px;
    left: 24px;
  }
}
.menu-content #nav02 .item.nologo a {
  padding-left: 28px;
}
@media screen and (max-width: 767px) {
  .menu-content #nav02 .item.nologo a {
    padding-left: 20px;
  }
}
.menu-content #nav03 {
  margin: 50px 0 0;
  min-height: 0%;
}
.menu-content #nav03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.menu-content #nav03 ul li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .menu-content #nav03 ul li {
    border-top: none;
    border-left: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
.menu-content #nav03 ul li:first-of-type {
  border-left: none;
}
@media screen and (max-width: 767px) {
  .menu-content #nav03 ul li:first-of-type {
    border-top: 1px solid #fff;
  }
}
.menu-content #nav03 .item a {
  color: #fff;
  font-size: .875em;
  font-weight: 700;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 28px 70px 28px 28px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .menu-content #nav03 .item a {
    font-size: .92857143em;
    padding-left: 20px;
    padding-top: 28.5px;
    padding-bottom: 28.5px;
  }
}
.menu-content #nav03 .item a:hover {
  opacity: .6;
  text-decoration: none;
}
.menu-content #nav03 .item a::after {
  content: '';
  background-image: url(../images/common/arrow-right-w.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 32px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
footer {
  margin: 8.17708333% auto 0;
}
@media screen and (min-width: 1920px) {
  footer {
    margin-top: 157px;
  }
}
footer .totop {
  line-height: 1;
  text-align: center;
}
footer .totop a {
  border-radius: 94px;
  display: inline-block;
  margin: 0 auto;
  width: 94px;
  height: 94px;
}
footer .totop a:hover {
  opacity: .6;
}
footer .totop a img {
  border-radius: 94px;
}
footer small {
  color: #2c394c;
  font-size: .875em;
  font-weight: 200;
  letter-spacing: .1em;
  text-align: center;
  display: block;
  padding: 7.44791667% 0 6.92708333%;
}
@media screen and (min-width: 1920px) {
  footer small {
    padding-top: 143px;
    padding-bottom: 133px;
  }
}
@media screen and (max-width: 767px) {
  footer small {
    font-size: .71428571em;
  }
}
main {
  display: block;
}
#mv {
  background-color: #008803;
  background-image: url(../images/common/mv/mv@2x.png);
  background-position: calc(50% + 648px) -180px;
  background-size: 1755px auto;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1240px) {
  #mv {
    background-position: calc(50% + 500px) -200px;
  }
}
@media screen and (max-width: 767px) {
  #mv {
    background-position: calc(50% + 200px) -110px;
    background-size: 1000px auto;
    margin: 0 auto 40px;
  }
}
#mv .inner {
  height: 400px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #mv .inner {
    height: 39.0625vw;
  }
}
@media screen and (max-width: 767px) {
  #mv .inner {
    height: 220px;
  }
}
.home #mv {
  background: none;
}
#link {
  margin: 10.41666667% 0 0;
}
@media screen and (min-width: 1920px) {
  #link {
    margin-top: 200px;
  }
}
#link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#link ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
}
@media screen and (max-width: 1240px) {
  #link ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
}
@media screen and (max-width: 767px) {
  #link ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}
#link .item {
  border-bottom: 1px solid #2c394c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 310px;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #link .item {
    height: 160px;
  }
}
@media screen and (max-width: 767px) {
  #link .item {
    height: 160px;
  }
}
@media screen and (min-width: 1241px) {
  #link .item + .item {
    border-left: 1px solid #2c394c;
  }
}
@media screen and (min-width: 1241px) {
  #link .item:nth-of-type(-n+4) {
    border-top: 1px solid #2c394c;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #link .item:nth-of-type(-n+2) {
    border-top: 1px solid #2c394c;
  }
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #link .item:nth-of-type(even) {
    border-left: 1px solid #2c394c;
  }
}
@media screen and (max-width: 767px) {
  #link .item:first-of-type {
    border-top: 1px solid #2c394c;
  }
}
#link .item a {
  -webkit-transition: background-image 0s;
  transition: background-image 0s;
  background-position: center center;
  background-repeat: no-repeat;
  color: #2c394c;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 4.94233937% 6.58978583%;
  height: 100%;
  position: relative;
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
  #link .item a {
    font-size: .875em;
    padding: .71428571em;
  }
}
@media screen and (max-width: 767px) {
  #link .item a {
    font-size: .92857143em;
    padding: 5%;
  }
}
#link .item a::after {
  content: '';
  background: url(../images/common/arrow-right-b.svg) 0 0 no-repeat;
  background-size: contain;
  display: block;
  width: 45px;
  height: 8px;
  position: absolute;
  bottom: 11.61290323%;
  right: 6.2638051%;
}
@media screen and (max-width: 767px) {
  #link .item a::after {
    margin-bottom: 5%;
    right: 5%;
    bottom: 0;
  }
}
#link .item a:hover {
  color: #fff;
  text-decoration: none;
}
#link .item a:hover::after {
  background: url(../images/common/arrow-right-w.svg) 0 0 no-repeat;
}
#link .item a .label span {
  display: inline-block;
}
#link .item .logo {
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
#link .item.official a {
  background-image: url(../images/logo/logo02.svg);
  background-size: 106px auto;
}
@media screen and (max-width: 1240px) {
  #link .item.official a {
    background-size: 74.2px auto;
  }
}
@media screen and (max-width: 767px) {
  #link .item.official a {
    background-size: 56px auto;
  }
}
#link .item.official a:hover {
  background-color: #008803;
  background-image: url(../images/logo/logo02_w.svg);
}
#link .item.fb a {
  background-image: url(../images/logo/logo03.svg);
  background-size: 94px auto;
}
@media screen and (max-width: 1240px) {
  #link .item.fb a {
    background-size: 65.8px auto;
  }
}
@media screen and (max-width: 767px) {
  #link .item.fb a {
    background-size: 51.8px auto;
  }
}
#link .item.fb a:hover {
  background-color: #1877f2;
  background-image: url(../images/logo/logo03_w.svg);
}
#link .item.yt a {
  background-image: url(../images/logo/logo_yt.svg);
  background-size: 94px auto;
}
@media screen and (max-width: 1240px) {
  #link .item.yt a {
    background-size: 65.8px auto;
  }
}
@media screen and (max-width: 767px) {
  #link .item.yt a {
    background-size: 51.8px auto;
  }
}
#link .item.yt a:hover {
  background-color: #f00;
  background-image: url(../images/logo/logo_yt_w.svg);
}
#link .item.tw a {
  background-image: url(../images/logo/logo_tw.svg);
  background-size: 94px auto;
}
@media screen and (max-width: 1240px) {
  #link .item.tw a {
    background-size: 65.8px auto;
  }
}
@media screen and (max-width: 767px) {
  #link .item.tw a {
    background-size: 51.8px auto;
  }
}
#link .item.tw a:hover {
  background-color: #1d9bf0;
  background-image: url(../images/logo/logo_tw_w.svg);
}
#link .item.recruit a {
  background-image: url(../images/logo/logo04.svg);
  background-size: 196px auto;
}
@media screen and (max-width: 1240px) {
  #link .item.recruit a {
    background-size: 137.2px auto;
  }
}
@media screen and (max-width: 767px) {
  #link .item.recruit a {
    background-size: 88.2px auto;
  }
}
#link .item.recruit a:hover {
  background-color: #2c394c;
  background-image: url(../images/logo/logo04_w.svg);
}
#local_nav.type01 {
  background: #008803;
  border-top: 1px solid #fff;
  margin: 0 auto 125px;
}
@media screen and (max-width: 1024px) {
  #local_nav.type01 {
    margin-bottom: 12.20703125%;
  }
}
@media screen and (max-width: 767px) {
  #local_nav.type01 {
    margin-bottom: 40px;
  }
}
#local_nav.type01 .item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #local_nav.type01 .item_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#local_nav.type01 .item {
  width: 100%;
  position: relative;
}
#local_nav.type01 .item::before {
  content: '';
  background: #fff;
  display: block;
  height: 40px;
  width: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  #local_nav.type01 .item::before {
    width: 100%;
    height: 1px;
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}
#local_nav.type01 .item a {
  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: 31px 16px;
}
@media screen and (max-width: 767px) {
  #local_nav.type01 .item a {
    font-size: .85714286em;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
#local_nav.type01 .item a:hover {
  background: rgba(255, 255, 255, .5);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #local_nav.type01 .item:first-of-type::before {
    content: none;
  }
}
#local_nav.type01 .item:last-of-type::after {
  content: '';
  background: #fff;
  display: block;
  height: 40px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media screen and (max-width: 767px) {
  #local_nav.type01 .item:last-of-type::after {
    content: none;
  }
}
#local_nav.type01 .item.current a {
  background: #fff;
  color: #008803;
}
#local_nav.type01 .item.current::before,
#local_nav.type01 .item.current::after {
  content: none;
}
#local_nav.type01 .item.current + .item::before {
  content: none;
}
#local_nav.type02 .item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#local_nav.type02 .item {
  border-left: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
#local_nav.type02 .item a {
  background: #d9edd9;
  color: #008703;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 4.5;
  text-align: center;
  display: block;
}
@media screen and (max-width: 767px) {
  #local_nav.type02 .item a {
    font-size: .92857143em;
    letter-spacing: inherit;
    line-height: 3;
  }
}
#page_anchor {
  text-align: center;
}
#page_anchor .item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#page_anchor .item {
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
}
@media screen and (max-width: 767px) {
  #page_anchor .item {
    width: 100%;
  }
}
#page_anchor .item a {
  background: #d9edd9;
  color: #008702;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  height: 70px;
}
@media screen and (max-width: 767px) {
  #page_anchor .item a {
    height: 50px;
  }
}
#page_anchor .item span {
  line-height: 1;
  word-break: keep-all;
}
.page_title {
  color: #fff;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: .2em;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page_title {
    font-size: 1.14285714em;
    top: 20px;
    left: 20px;
    -webkit-transform: none;
            transform: none;
  }
}
.page_title .en {
  font-size: 4em;
  letter-spacing: .14em;
  line-height: 1;
  display: block;
  margin: 0 0 24px;
}
@media screen and (max-width: 767px) {
  .page_title .en {
    font-size: 2em;
  }
}
.section_title {
  color: #008803;
  font-weight: 700;
  font-size: 3em;
  letter-spacing: .2em;
  line-height: 1;
  text-align: center;
  margin: 0 auto 90px;
}
@media screen and (max-width: 767px) {
  .section_title {
    font-size: 1.71428571em;
    line-height: 1.4;
    margin-bottom: 40px;
  }
}
.section_title span {
  display: inline-block;
}
.section_title::after {
  content: '';
  background: #008803;
  display: block;
  margin: 20px auto 0;
  width: 30px;
  height: 2px;
}
@media screen and (max-width: 767px) {
  .section_title::after {
    height: 2px;
    width: 20px;
  }
}
.block_title {
  color: #008803;
  font-weight: 700;
  font-size: 1.75em;
  letter-spacing: .1em;
  line-height: 1;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .block_title {
    font-size: 1.28571429em;
  }
}
.block_title span {
  background: #fff;
  display: inline-block;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .block_title span {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.block_title::after {
  content: '';
  background: #008803;
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.remodal {
  margin-bottom: 0;
  max-width: 80%;
  padding: 0;
}
.remodal .remodal-close {
  overflow: hidden;
  top: -40px;
  left: -40px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.remodal .remodal-close::before {
  content: '';
  background: #fff;
  width: 50px;
  height: 1px;
  top: 50%;
}
.remodal .remodal-close::after {
  content: '';
  background: #fff;
  display: block;
  width: 1px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
}
