@charset "UTF-8";
/*------------------------------------------------------------
	Default
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  margin-top: 0 !important;
  font-size: 62.5%;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
  font-family: "YakuHanJP", '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #454545;
}

b, strong, .bold {
  font-family: "YakuHanJP", '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* IE11だけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "YakuHanJP", '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

input::placeholder {
  color: #454545;
}

/* IE */
input:-ms-input-placeholder {
  color: #454545;
}

/* Edge */
input::-ms-input-placeholder {
  color: #454545;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: middle;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #1A1311;
}

a:hover {
  opacity: 0.9;
}

a.disabled {
  pointer-events: none;
}

* {
  box-sizing: border-box;
}

.under_link {
  text-decoration: underline;
}

.red {
  color: #A31116;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.fixed {
  position: relative;
  height: 100vh;
}

/*------------------------------------------------------------
  Layout
------------------------------------------------------------*/
.wrapper {
  margin: 0 auto;
  width: 100%;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}

@media screen and (max-width: 960px) {
  .container {
    padding: 0 20px;
  }
}

.sec_ttl {
  text-align: center;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  position: relative;
}

@media screen and (max-width: 640px) {
  .sec_ttl {
    font-size: 2.2rem;
  }
}

.sec_ttl_ja {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .sec_ttl_ja {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

.sec__page_ttl {
  margin: 0 auto;
  width: 100%;
  max-width: 1160px;
}

@media screen and (max-width: 1180px) {
  .sec__page_ttl {
    padding: 0 10px;
  }
}

.sec__page_ttl_inner {
  height: 300px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .sec__page_ttl_inner {
    height: 160px;
  }
}

.sec__page_ttl_inner_en {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 640px) {
  .sec__page_ttl_inner_en {
    font-size: 2rem;
  }
}

.sec__page_ttl_inner_jp {
  display: block;
  margin-top: 30px;
  font-size: 1.8rem;
}

@media screen and (max-width: 640px) {
  .sec__page_ttl_inner_jp {
    margin-top: 8px;
    font-size: 1.2rem;
  }
}

.header {
  width: 100%;
  height: 74px;
}

@media screen and (max-width: 768px) {
  .header {
    height: 62px;
  }
}

.header_inner {
  max-width: 1200px;
  position: relative;
  margin: auto;
  padding: 28px 20px;
}

@media screen and (max-width: 768px) {
  .header_inner {
    padding: 22px 10px 20px;
  }
}

.header__left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
}

.header__left_ttl {
  background-color: #fff;
  padding: 32px 20px;
}

@media screen and (max-width: 768px) {
  .header__left_ttl {
    padding: 22px 14px;
  }
}

.header__left_ttl a {
  display: block;
}

@media screen and (max-width: 768px) {
  .header__left_ttl a img {
    width: 85px;
  }
}

.header__left_ttl_text {
  margin-left: 15px;
  margin-bottom: 3px;
}

@media screen and (max-width: 840px) {
  .header__left_ttl_text img {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .header__left_ttl_text {
    display: none;
  }
}

.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .header__right {
    display: none;
    position: fixed;
    width: 94%;
    height: 100%;
    top: 0;
    right: -100%;
    z-index: 999998;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow-y: scroll;
  }
}

.header__right.active {
  right: 0;
}

@media screen and (max-width: 768px) {
  .header__right_navigation {
    width: 100%;
  }
}

.header__right_navigation > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .header__right_navigation > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 52px 20px 10px;
  }
}

.header__right_navigation > ul > li {
  position: relative;
}

@media screen and (max-width: 768px) {
  .header__right_navigation > ul > li {
    text-align: center;
    margin-bottom: 40px;
  }
}

.header__right_navigation > ul > li > a {
  display: block;
  font-size: 1.4rem;
  position: relative;
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .header__right_navigation > ul > li > a {
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    margin: auto;
  }
}

.header__right_navigation > ul > li > a:hover {
  color: #5F9941;
}

.header__right_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80px;
  margin-left: 32px;
}

@media screen and (max-width: 768px) {
  .header__right_sns {
    display: none;
  }
}

.header__right_link {
  display: none;
}

@media screen and (max-width: 768px) {
  .header__right_link {
    display: block;
    width: 100%;
    padding: 0 20px;
    margin-bottom: 15px;
  }
}

.header__right_link a {
  display: block;
  width: 100%;
  background-color: #5F9941;
  color: #fff;
  border-radius: 50px;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  padding: 14px 0;
  text-align: center;
  position: relative;
}

.header__right_link a span {
  padding-left: 20px;
  position: relative;
}

.header__right_link a span::before {
  content: '';
  background-image: url(../img/common/icon_link_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 15px;
}

.header__right_contact {
  display: none;
}

@media screen and (max-width: 768px) {
  .header__right_contact {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .header__right_contact_inner {
    margin: 5px 20px 0;
    padding: 20px 18px;
    border: 1px solid #8D8D8D;
  }
}

.header__right_contact_inner_ttl {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.header__right_contact_inner_tel {
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

@media screen and (max-width: 370px) {
  .header__right_contact_inner_tel {
    font-size: 1.3rem;
  }
}

.header__right_contact_inner_tel a {
  padding-left: 24px;
  position: relative;
}

.header__right_contact_inner_tel a::before {
  position: absolute;
  content: '';
  background-image: url(../img/common/icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 12px;
  height: 17px;
}

.header__right_contact_inner_mail {
  font-size: 1.7rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 370px) {
  .header__right_contact_inner_mail {
    font-size: 1.3rem;
  }
}

.header__right_contact_inner_mail a {
  padding-left: 24px;
  position: relative;
}

.header__right_contact_inner_mail a::before {
  position: absolute;
  content: '';
  background-image: url(../img/common/icon_mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 16px;
  height: 14px;
}

.header__sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__sp_sns {
  display: none;
}

@media screen and (max-width: 768px) {
  .header__sp_sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 98px;
    margin-right: 70px;
  }
}

.header__btn_menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .header__btn_menu {
    display: block;
    z-index: 99999999;
    position: fixed;
    cursor: pointer;
    width: 52px;
    padding: 17px 0 10px;
    right: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
  }
}

.header__btn_menu.is-open .bar1 {
  -webkit-transform: rotate(-30deg) translate(-2px, 6px);
  transform: rotate(-30deg) translate(-2px, 6px);
}

.header__btn_menu.is-open .bar2 {
  -webkit-transform: rotate(30deg) translate(-1px, -4px);
  transform: rotate(30deg) translate(-1px, -4px);
}

.header__btn_menu div {
  width: 26px;
  height: 2px;
  border-radius: 1px;
  background-color: #454545;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: auto;
}

.header__btn_menu .bar2 {
  margin-top: 8px;
  margin-bottom: 6px;
}

.header__btn_menu_text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.7;
  text-align: center;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 70px;
}

@media screen and (max-width: 640px) {
  .breadcrumb {
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 0 10px;
  }
}

.breadcrumb li {
  font-size: 1.4rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #272727;
}

@media screen and (max-width: 640px) {
  .breadcrumb li {
    font-size: 1.2rem;
  }
}

.breadcrumb li a {
  color: #272727;
  text-decoration: underline;
}

.breadcrumb li:not(:first-child) {
  position: relative;
  padding-left: 26px;
}

@media screen and (max-width: 640px) {
  .breadcrumb li:not(:first-child) {
    padding-left: 24px;
  }
}

.breadcrumb li:not(:first-child)::before {
  position: absolute;
  content: '>';
  margin: auto;
  top: 0;
  bottom: 0;
  left: 8px;
  color: #5F9941;
}

.footer {
  background-color: #F4F4F4;
}

.footer__inner {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1120px) {
  .footer__inner {
    width: 100%;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .footer__inner {
    padding-top: 40px;
    padding-bottom: 20px;
    display: block;
    height: auto;
  }
}

.footer__inner_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 186px;
}

@media screen and (max-width: 900px) {
  .footer__inner_left {
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .footer__inner_left {
    flex-direction: column;
    text-align: center;
    margin-left: auto;
    margin-bottom: 30px;
  }
}

.footer__inner_left_box_ttl {
  margin-right: 28px;
}

@media screen and (max-width: 768px) {
  .footer__inner_left_box_ttl {
    margin-right: auto;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .footer__inner_left_box_ttl img {
    width: 146px;
  }
}

.footer__inner_left_text p {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.57143;
}

@media screen and (max-width: 768px) {
  .footer__inner_left_text p {
    font-size: 1.3rem;
    letter-spacing: 0.02em;
    line-height: 1.69231;
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .footer__inner_left_text p span {
    display: none;
  }
}

.footer__inner_left_text_top {
  margin-bottom: 14px;
}

.footer__inner_left_text_tel a {
  padding-left: 18px;
  position: relative;
}

.footer__inner_left_text_tel a::before {
  position: absolute;
  content: '';
  background-image: url(../img/common/icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 16px;
}

@media screen and (max-width: 640px) {
  .footer__inner_left_text_tel a::before {
    width: 12px;
    height: 17px;
  }
}

.footer__inner_left_text_mail a {
  position: relative;
  padding-left: 18px;
}

.footer__inner_left_text_mail a::before {
  position: absolute;
  content: '';
  background-image: url(../img/common/icon_mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 13px;
  height: 11px;
}

@media screen and (max-width: 640px) {
  .footer__inner_left_text_mail a::before {
    width: 12px;
    height: 17px;
  }
}

.footer__inner_right {
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .footer__inner_right {
    margin: auto;
  }
}

.footer__inner_right_sns {
  width: 32px;
}

.footer__inner_right_sns img {
  width: 100%;
}

.footer__policy {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .footer__policy {
    font-size: 1rem;
  }
}

.footer__policy a {
  text-decoration: underline;
}

.footer__copyright {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 1.3rem;
    padding-bottom: 20px;
  }
}

.sec__footer_inner .bg_img img {
  width: 100%;
}

.btn_link {
  text-align: center;
}

.btn_link a {
  display: inline-block;
  width: 240px;
  background-color: #5F9941;
  color: #fff;
  border-radius: 50px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  padding: 16px 0;
}

@media screen and (max-width: 640px) {
  .btn_link a {
    width: 180px;
    font-size: 1.3rem;
    padding: 14px 0;
  }
}

.toppage {
  background-color: #DDDDDD;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

@-webkit-keyframes homeScroll {
  0% {
    -webkit-transform: translateX -101%;
    transform: translateX -101%;
  }
  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}

@keyframes homeScroll {
  0% {
    -webkit-transform: translateX(-101%);
    transform: translateX(-101%);
  }
  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%);
  }
}

@-webkit-keyframes slider__visual_list {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(2.91262%, 0, 0);
    transform: translate3d(2.91262%, 0, 0);
  }
}

@keyframes slider__visual_list {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(2.91262%, 0, 0);
    transform: translate3d(2.91262%, 0, 0);
  }
}

.slider_container {
  position: relative;
  max-width: 1160px;
  height: 658px;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .slider_container {
    height: 594px;
  }
}

.slider_container_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider_container_inner_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider_container .swiper-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider_container .swiper-slide {
  overflow: hidden;
}

.slider__visual .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 103%;
  height: 100%;
}

.slider__visual .image__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.slider__visual .image__content img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider__visual .swiper-slide-active .image,
.slider__visual .swiper-slide-duplicate-active .image, .slider__visual
.swiper-slide-prev .image {
  -webkit-animation: slider__visual_list 6.5s linear forwards;
  animation: slider__visual_list 6.5s linear forwards;
}

.fade {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: transform 1.2s, opacity 1.2s;
  transition: transform 1.2s, opacity 1.2s, -webkit-transform 1.2s;
}

.fade.view {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mfp-bg {
  background: #fff;
}

.mfp-close, .mfp-image-holder .mfp-close {
  font-family: "YakuHanJP", '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  color: #707070;
  font-size: 2.9rem;
}

.mfp-figure:after {
  box-shadow: none;
}

img.mfp-img {
  max-height: 600px !important;
}

.privacy_list dt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #5F9941;
  margin-bottom: 38px;
}

@media screen and (max-width: 640px) {
  .privacy_list dt {
    font-size: 1.4rem;
    line-height: 1.42857;
    margin-bottom: 22px;
  }
}

.privacy_list_inner_text {
  font-size: 1.4rem;
  line-height: 1.71429;
}

@media screen and (max-width: 640px) {
  .privacy_list_inner_text {
    font-size: 1.2rem;
    line-height: 1.66667;
  }
}

.privacy_list_inner_list {
  font-size: 1.4rem;
  margin-top: 28px;
  line-height: 1.71429;
}

@media screen and (max-width: 640px) {
  .privacy_list_inner_list {
    font-size: 1.2rem;
    line-height: 1.66667;
  }
}

.privacy_list_inner_list li {
  padding-left: 16px;
  margin-bottom: 6px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .privacy_list_inner_list li {
    padding-left: 12px;
  }
}

.privacy_list_inner_list li::before {
  content: "・";
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #5F9941;
  font-size: 1.4rem;
}

/*------------------------------------------------------------
  Top
------------------------------------------------------------*/
.top .sec__fv {
  margin-bottom: 120px;
}

@media screen and (max-width: 1180px) {
  .top .sec__fv {
    margin: 0 20px 120px 20px;
  }
}

@media screen and (max-width: 640px) {
  .top .sec__fv {
    margin: 0 10px 60px 10px;
  }
}

.top .sec__fv_inner {
  max-width: 1160px;
  height: 658px;
  margin: auto;
}

@media screen and (max-width: 1180px) {
  .top .sec__fv_inner {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .top .sec__fv_inner {
    height: 594px;
  }
}

.top .sec__fv_inner_text {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 82px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 660px) {
  .top .sec__fv_inner_text {
    left: 10px;
  }
}

.top .sec__fv_inner_text_ttl p {
  display: inline-block;
  background-color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.125;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .top .sec__fv_inner_text_ttl p {
    font-size: 1.9rem;
    line-height: 1.15789;
    margin-bottom: 6px;
  }
}

.top .sec__fv_inner_text_ttl p .green {
  color: #5F9941;
}

.top .sec__fv_inner_text_ttl p .orange {
  color: #F28739;
}

.top .sec__fv_inner_text_btm {
  max-width: 446px;
}

@media screen and (max-width: 640px) {
  .top .sec__fv_inner_text_btm {
    width: 100%;
  }
}

.top .sec__fv_inner_text_btm p {
  display: inline-block;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  padding: 10px 14px;
}

@media screen and (max-width: 640px) {
  .top .sec__fv_inner_text_btm p {
    font-size: 1rem;
    line-height: 1.6;
    padding: 6px 8px;
  }
}

.top .sec__fv_inner_scroll {
  position: absolute;
  left: 100px;
  bottom: 116px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  width: 116px;
  z-index: 2;
}

@media screen and (max-width: 640px) {
  .top .sec__fv_inner_scroll {
    left: 10px;
    width: 82px;
    bottom: 82px;
  }
}

.top .sec__fv_inner_scroll p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: futura-pt, sans-serif;
  letter-spacing: 0.06em;
  padding-bottom: 6px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 640px) {
  .top .sec__fv_inner_scroll p {
    font-size: 1rem;
  }
}

.top .sec__fv_inner_scroll p::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #959595;
}

.top .sec__fv_inner_scroll p::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #E2E2E2;
  -webkit-animation: homeScroll 3s cubic-bezier(0.24, 0.57, 0.45, 1) infinite;
  animation: homeScroll 3s cubic-bezier(0.24, 0.57, 0.45, 1) infinite;
  -webkit-transform: translateX(-101%);
  transform: translateX(-101%);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.top .sec__news {
  margin-bottom: 150px;
}

@media screen and (max-width: 640px) {
  .top .sec__news {
    margin-bottom: 170px;
  }
}

.top .sec__news_container .sec_ttl {
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .top .sec__news_container .sec_ttl {
    margin-bottom: 40px;
  }
}

.top .sec__news .news_list_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #5F9941;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .top .sec__news .news_list_inner {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 12px;
  }
}

.top .sec__news .news_list_inner_box {
  min-width: 248px;
}

@media screen and (max-width: 640px) {
  .top .sec__news .news_list_inner_box {
    margin-bottom: 12px;
  }
}

.top .sec__news .news_list_inner_date {
  color: #5F9941;
  letter-spacing: 0.1em;
  margin-right: 22px;
}

@media screen and (max-width: 640px) {
  .top .sec__news .news_list_inner_date {
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    margin-right: 10px;
  }
}

.top .sec__news .news_list_inner_category {
  display: inline-block;
  font-size: 1.4rem;
  background-color: #5F9941;
  color: #fff;
  padding: 6px 16px;
  margin-right: 30px;
}

@media screen and (max-width: 640px) {
  .top .sec__news .news_list_inner_category {
    font-size: 1.2rem;
    padding: 4px 7px;
  }
}

.top .sec__news .news_list_inner_category a {
  color: #fff;
}

.top .sec__news .news_list_inner_title {
  line-height: 1.875;
}

@media screen and (max-width: 640px) {
  .top .sec__news .news_list_inner_title {
    line-height: 1.25;
  }
}

.top .sec__news .right_link {
  margin-right: 14px;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .top .sec__news .right_link {
    margin-right: auto;
  }
}

.top .sec__news .right_link_text {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  padding-right: 36px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .top .sec__news .right_link_text {
    font-size: 1.4rem;
  }
}

.top .sec__news .right_link_text::before {
  content: '';
  background-image: url(../img/common/icon_link_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  width: 26px;
  height: 3px;
}

.top .sec__concept {
  margin-bottom: 120px;
}

@media screen and (max-width: 640px) {
  .top .sec__concept {
    margin-bottom: 60px;
  }
}

.top .sec__concept_inner {
  max-width: 960px;
  margin: auto;
}

@media screen and (max-width: 960px) {
  .top .sec__concept_inner {
    width: 100%;
  }
}

.top .sec__concept_inner_text {
  background-image: url(../img/top/pc_bg_top.svg);
  background-repeat: no-repeat;
  display: block;
  padding-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .top .sec__concept_inner_text {
    background-size: contain;
    background-position: center;
    margin: 0 10px;
  }
}

@media screen and (max-width: 640px) {
  .top .sec__concept_inner_text {
    background-image: none;
    position: relative;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .top .sec__concept_inner_text::before {
    position: absolute;
    content: '';
    background-image: url(../img/top/sp_bg_top.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    display: block;
    top: -100px;
    margin: auto;
    width: 100%;
    height: 98px;
  }
}

.top .sec__concept_inner_text_logo {
  width: 222px;
  margin: auto;
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .top .sec__concept_inner_text_logo {
    width: 170px;
    margin-bottom: 68px;
  }
}

.top .sec__concept_inner_text_logo img {
  width: 100%;
}

.top .sec__concept_inner_text_box {
  text-align: center;
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .top .sec__concept_inner_text_box {
    margin: 0 10px;
    margin-bottom: 40px;
  }
}

.top .sec__concept_inner_text_box .green {
  font-size: 1.6rem;
  font-weight: bold;
  color: #5F9941;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .top .sec__concept_inner_text_box .green {
    font-size: 1.3rem;
  }
}

.top .sec__concept_inner_text_box h2 {
  font-size: 2.4rem;
  margin-bottom: 14px;
}

@media screen and (max-width: 640px) {
  .top .sec__concept_inner_text_box h2 {
    font-size: 1.7rem;
    margin-bottom: 27px;
    line-height: 1.70588;
  }
}

.top .sec__concept_inner_text_box_btm {
  font-size: 1.6rem;
  line-height: 2.5;
}

@media screen and (max-width: 640px) {
  .top .sec__concept_inner_text_box_btm {
    font-size: 1.3rem;
    line-height: 2.30769;
  }
}

.top .sec__concept_inner_img {
  overflow: hidden;
}

.top .sec__concept_inner_img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .top .sec__concept_inner_img_list {
    margin: 0 -24px;
  }
}

.top .sec__concept_inner_img_list li:nth-child(2) {
  margin-top: 90px;
}

.top .sec__activity {
  background-color: #F4F4F4;
  padding-top: 130px;
  padding-bottom: 200px;
}

@media screen and (max-width: 640px) {
  .top .sec__activity {
    padding-top: 60px;
    padding-bottom: 26px;
  }
}

.top .sec__activity_inner {
  max-width: 1200px;
  margin: auto;
}

@media screen and (max-width: 1220px) {
  .top .sec__activity_inner {
    width: 100%;
  }
}

.top .sec__activity_inner .sec_ttl {
  margin-bottom: 90px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .top .sec__activity_inner .sec_ttl {
    margin-bottom: 40px;
  }
}

.top .sec__activity_inner .sec_ttl::before {
  position: absolute;
  content: '';
  background-image: url(../img/top/bg_img1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  bottom: -14px;
  margin: auto;
  left: 100px;
  width: 100px;
  height: 142px;
}

@media screen and (max-width: 640px) {
  .top .sec__activity_inner .sec_ttl::before {
    width: 64px;
    height: 92px;
    left: 10px;
  }
}

.top .sec__activity_inner_list_box {
  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;
  margin-bottom: 100px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .top .sec__activity_inner_list_box {
    flex-direction: column;
    margin-bottom: 80px;
  }
}

.top .sec__activity_inner_list_box:nth-child(1) .bg_img {
  position: absolute;
  bottom: -122px;
  right: 120px;
}

@media screen and (max-width: 640px) {
  .top .sec__activity_inner_list_box:nth-child(1) .bg_img {
    width: 90px;
    bottom: -76px;
    right: 10px;
  }
}

.top .sec__activity_inner_list_box:nth-child(2) .bg_img {
  position: absolute;
  bottom: -126px;
  left: 120px;
}

@media screen and (max-width: 640px) {
  .top .sec__activity_inner_list_box:nth-child(2) .bg_img {
    width: 75px;
    bottom: -76px;
    left: 10px;
  }
}

.top .sec__activity_inner_list_box:nth-child(3) .bg_img {
  position: absolute;
  bottom: -126px;
  right: 120px;
}

@media screen and (max-width: 640px) {
  .top .sec__activity_inner_list_box:nth-child(3) .bg_img {
    width: 42px;
    bottom: -76px;
    right: 10px;
  }
}

.top .sec__activity_inner_list_box:nth-child(4) .bg_img {
  position: absolute;
  bottom: -140px;
  left: 120px;
}

@media screen and (max-width: 640px) {
  .top .sec__activity_inner_list_box:nth-child(4) .bg_img {
    width: 90px;
    bottom: -86px;
    left: 10px;
  }
}

.top .sec__activity_inner_list_box.left .box_text {
  margin-left: -230px;
  margin-right: 120px;
}

@media screen and (max-width: 1150px) {
  .top .sec__activity_inner_list_box.left .box_text {
    margin-left: -360px;
    margin-right: 80px;
  }
}

@media screen and (max-width: 990px) {
  .top .sec__activity_inner_list_box.left .box_text {
    margin-right: 2%;
  }
}

@media screen and (max-width: 640px) {
  .top .sec__activity_inner_list_box.left .box_text {
    margin-left: auto;
    margin-right: auto;
  }
}

.top .sec__activity_inner_list_box.right .box_text {
  margin-right: -230px;
  margin-left: 120px;
}

@media screen and (max-width: 1150px) {
  .top .sec__activity_inner_list_box.right .box_text {
    margin-right: -360px;
    margin-left: 80px;
  }
}

@media screen and (max-width: 990px) {
  .top .sec__activity_inner_list_box.right .box_text {
    margin-left: 2%;
  }
}

@media screen and (max-width: 640px) {
  .top .sec__activity_inner_list_box.right .box_text {
    margin-left: auto;
    margin-right: auto;
    order: 2;
  }
}

.top .sec__activity_inner_list_box_img {
  position: relative;
  z-index: 0;
  width: 840px;
}

@media screen and (max-width: 840px) {
  .top .sec__activity_inner_list_box_img {
    width: 100%;
    height: 600px;
  }
}

@media screen and (max-width: 640px) {
  .top .sec__activity_inner_list_box_img {
    height: 250px;
  }
}

@media screen and (max-width: 840px) {
  .top .sec__activity_inner_list_box_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.top .sec__activity_inner_list_box .box_text {
  max-width: 472px;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .top .sec__activity_inner_list_box .box_text {
    margin-top: -50px;
  }
}

.top .sec__activity_inner_list_box .box_text_inner {
  position: relative;
  background-color: #fff;
  padding-bottom: 50px;
  z-index: 1;
}

@media screen and (max-width: 640px) {
  .top .sec__activity_inner_list_box .box_text_inner {
    margin: 0 34px;
    padding-bottom: 20px;
  }
}

.top .sec__activity_inner_list_box .box_text_inner_icon {
  text-align: center;
  padding-top: 60px;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .top .sec__activity_inner_list_box .box_text_inner_icon {
    padding-top: 20px;
    margin: auto;
    margin-bottom: 20px;
    width: 64px;
  }
}

.top .sec__activity_inner_list_box .box_text_inner_icon::after {
  position: absolute;
  content: '';
  background-image: url(../img/common/line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  bottom: 0;
  right: 56px;
  margin: auto;
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 640px) {
  .top .sec__activity_inner_list_box .box_text_inner_icon::after {
    width: 50px;
    height: 50px;
    right: -50px;
    bottom: -7px;
  }
}

.top .sec__activity_inner_list_box .box_text_inner_ttl {
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.40909;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .top .sec__activity_inner_list_box .box_text_inner_ttl {
    font-size: 1.6rem;
    line-height: 1.25;
    margin-bottom: 20px;
  }
}

.top .sec__activity_inner_list_box .box_text_inner_ttl span {
  display: block;
  font-size: 1.8rem;
  color: #5F9941;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 640px) {
  .top .sec__activity_inner_list_box .box_text_inner_ttl span {
    font-size: 1.4rem;
    margin-top: 2px;
  }
}

.top .sec__activity_inner_list_box .box_text_inner p {
  font-size: 1.6rem;
  line-height: 1.6875;
  margin: 0 42px;
}

@media screen and (max-width: 640px) {
  .top .sec__activity_inner_list_box .box_text_inner p {
    font-size: 1.3rem;
    line-height: 1.76923;
    margin: 0 20px;
  }
}

.top .sec__activity_inner_list_box .box_text_inner_link {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .top .sec__activity_inner_list_box .box_text_inner_link {
    margin-top: 14px;
  }
}

.top .sec__activity_inner_list_box .box_text_inner_link a {
  display: inline-block;
  width: 240px;
  font-size: 1.6rem;
  background-color: #5F9941;
  color: #fff;
  border-radius: 50px;
  font-weight: bold;
  padding: 16px 0;
}

@media screen and (max-width: 640px) {
  .top .sec__activity_inner_list_box .box_text_inner_link a {
    width: 180px;
    font-size: 1.3rem;
  }
}

.top .sec__activity_inner_list_box .box_text_inner_sns {
  text-align: right;
  margin-right: 30px;
}

@media screen and (max-width: 640px) {
  .top .sec__activity_inner_list_box .box_text_inner_sns {
    margin-right: 20px;
  }
}

.top .sec__activity_inner_list_box .box_text_inner_sns a {
  display: inline-block;
}

.top .sec__activity_inner_list_box .box_text_inner_sns a img {
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 640px) {
  .top .sec__activity_inner_list_box .box_text_inner_sns a img {
    width: 20px;
    height: 20px;
  }
}

.top .sec__access {
  padding-top: 130px;
  padding-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .top .sec__access {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}

.top .sec__access_inner .sec_ttl {
  margin-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .top .sec__access_inner .sec_ttl {
    margin-bottom: 40px;
  }
}

.top .sec__access_inner .sec_ttl::before {
  position: absolute;
  content: '';
  background-image: url(../img/top/bg_img5.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  bottom: 6px;
  margin: auto;
  right: 230px;
  width: 100px;
  height: 142px;
}

@media screen and (max-width: 960px) {
  .top .sec__access_inner .sec_ttl::before {
    right: 100px;
  }
}

@media screen and (max-width: 640px) {
  .top .sec__access_inner .sec_ttl::before {
    width: 64px;
    height: 92px;
    right: -10px;
  }
}

.top .sec__access_inner_map {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .top .sec__access_inner_map {
    height: 188px;
  }
}

.top .sec__access_inner_map .gmap_inner {
  height: 0;
  overflow: hidden;
  padding-bottom: 37.5%;
  position: relative;
}

@media screen and (max-width: 640px) {
  .top .sec__access_inner_map .gmap_inner {
    padding-bottom: 63.6%;
  }
}

.top .sec__access_inner_map .gmap_inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 360px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top .sec__access_inner_map .gmap_inner iframe {
    height: 186px;
  }
}

.top .sec__access_inner_access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .top .sec__access_inner_access {
    display: block;
  }
}

.top .sec__access_inner_access::after {
  position: absolute;
  content: '';
  background-image: url(../img/common/line.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  right: 56px;
  bottom: -70px;
  margin: auto;
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 640px) {
  .top .sec__access_inner_access::after {
    content: none;
  }
}

.top .sec__access_inner_access_left {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .top .sec__access_inner_access_left {
    width: 100%;
    margin-bottom: 20px;
  }
}

.top .sec__access_inner_access_left_top {
  font-size: 1.4rem;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  line-height: 1.71429;
}

@media screen and (max-width: 640px) {
  .top .sec__access_inner_access_left_top {
    font-size: 1.3rem;
    line-height: 1.53846;
    padding-left: 14px;
  }
}

.top .sec__access_inner_access_left_top::before {
  position: absolute;
  content: '';
  background-image: url(../img/common/icon_pin.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 20px;
}

@media screen and (max-width: 640px) {
  .top .sec__access_inner_access_left_top::before {
    margin: 0;
    width: 10px;
    height: 16px;
  }
}

.top .sec__access_inner_access_left_btm {
  margin-top: 10px;
  border-top: 1px solid #8D8D8D;
  padding-top: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .top .sec__access_inner_access_left_btm {
    padding-top: 14px;
    font-size: 1.3rem;
    letter-spacing: 0.02em;
    line-height: 1.53846;
  }
}

.top .sec__access_inner_access_left_btm span {
  display: inline;
}

@media screen and (max-width: 640px) {
  .top .sec__access_inner_access_left_btm span {
    display: none;
  }
}

.top .sec__access_inner_access_right {
  width: 41%;
  border: 1px solid #8D8D8D;
  padding: 24px;
  margin-right: 40px;
}

@media screen and (max-width: 960px) {
  .top .sec__access_inner_access_right {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .top .sec__access_inner_access_right {
    width: 100%;
    padding: 20px 32px;
  }
}

.top .sec__access_inner_access_right p {
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .top .sec__access_inner_access_right p {
    font-size: 1.2rem;
  }
}

.top .sec__access_inner_access_right_tel {
  margin-top: 16px;
  margin-bottom: 10px;
  font-size: 2.1rem;
  letter-spacing: 0.08em;
  padding-left: 26px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .top .sec__access_inner_access_right_tel {
    font-size: 1.7rem;
    padding-left: 20px;
  }
}

.top .sec__access_inner_access_right_tel::before {
  position: absolute;
  content: '';
  background-image: url(../img/common/icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 20px;
}

@media screen and (max-width: 640px) {
  .top .sec__access_inner_access_right_tel::before {
    width: 12px;
    height: 17px;
  }
}

.top .sec__access_inner_access_right_mail {
  font-size: 2.1rem;
  letter-spacing: 0.08em;
  padding-left: 26px;
  position: relative;
  word-wrap: break-word;
}

@media screen and (max-width: 640px) {
  .top .sec__access_inner_access_right_mail {
    font-size: 1.7rem;
    padding-left: 20px;
  }
}

.top .sec__access_inner_access_right_mail::before {
  position: absolute;
  content: '';
  background-image: url(../img/common/icon_mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 16px;
}

@media screen and (max-width: 640px) {
  .top .sec__access_inner_access_right_mail::before {
    width: 16px;
    height: 13px;
  }
}

.top .sec__location {
  padding-top: 100px;
  padding-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .top .sec__location {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.top .sec__location_inner .sec_ttl {
  margin-bottom: 50px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .top .sec__location_inner .sec_ttl {
    margin-bottom: 40px;
  }
}

.top .sec__location_inner .sec_ttl::before {
  position: absolute;
  content: '';
  background-image: url(../img/top/bg_img6.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 236px;
  width: 56px;
  height: 92px;
}

@media screen and (max-width: 960px) {
  .top .sec__location_inner .sec_ttl::before {
    left: 100px;
  }
}

@media screen and (max-width: 640px) {
  .top .sec__location_inner .sec_ttl::before {
    width: 42px;
    height: 68px;
    left: 0;
  }
}

.top .sec__location_inner .sec_ttl .bg_img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 240px;
}

@media screen and (max-width: 960px) {
  .top .sec__location_inner .sec_ttl .bg_img {
    right: 100px;
  }
}

@media screen and (max-width: 640px) {
  .top .sec__location_inner .sec_ttl .bg_img {
    right: 0;
  }
}

@media screen and (max-width: 640px) {
  .top .sec__location_inner_img {
    margin-bottom: 20px;
  }
}

.top .sec__location_inner_img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.top .sec__location_inner_img_list li {
  width: 23%;
  margin-bottom: 26px;
}

@media screen and (max-width: 640px) {
  .top .sec__location_inner_img_list li {
    width: 48%;
    margin-bottom: 10px;
  }
}

.top .sec__location_inner_img_list li a:hover {
  cursor: zoom-in !important;
}

@media screen and (max-width: 640px) {
  .top .sec__location_inner_img_list li img {
    width: 100%;
  }
}

.top .sec__footer {
  background-color: #F4F4F4;
  padding-top: 50px;
  padding-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .top .sec__footer {
    padding-top: 40px;
  }
}

.top .sec__footer_inner_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 100px;
}

@media screen and (max-width: 640px) {
  .top .sec__footer_inner_list {
    display: block;
    margin-bottom: 40px;
  }
}

.top .sec__footer_inner_list .footer_box {
  width: 49%;
}

@media screen and (max-width: 640px) {
  .top .sec__footer_inner_list .footer_box {
    width: 100%;
  }
}

.top .sec__footer_inner_list .footer_box h3 {
  font-family: futura-pt, sans-serif;
  font-size: 6rem;
  color: #D5D5D5;
  font-weight: bold;
  letter-spacing: 0.06em;
  position: relative;
  margin-bottom: 28px;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .top .sec__footer_inner_list .footer_box h3 {
    font-size: 3rem;
    margin-bottom: 20px;
  }
}

.top .sec__footer_inner_list .footer_box h3::after {
  position: absolute;
  content: '';
  background-image: url(../img/common/line_gy.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 0;
  bottom: 0;
  right: -100px;
  margin: auto;
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 640px) {
  .top .sec__footer_inner_list .footer_box h3::after {
    right: -50px;
    width: 50px;
    height: 50px;
  }
}

.top .sec__footer_inner_list .footer_box_inner {
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .top .sec__footer_inner_list .footer_box_inner {
    margin-bottom: 20px;
  }
}

.top .sec__footer_inner_list_left {
  margin-right: 20px;
}

@media screen and (max-width: 640px) {
  .top .sec__footer_inner_list_left {
    margin-right: auto;
    margin-bottom: 56px;
  }
}

.top .sec__footer_inner_list_right_map {
  background-color: #FFFFFF;
  padding: 74px 24px;
}

@media screen and (max-width: 640px) {
  .top .sec__footer_inner_list_right_map {
    padding: 16px 20px;
  }
}

.top .sec__footer_inner_list_right p {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.73333;
}

@media screen and (max-width: 640px) {
  .top .sec__footer_inner_list_right p {
    font-size: 1.3rem;
    line-height: 1.69231;
  }
}

.top .sec__footer_inner_list_right p a {
  display: inline-block;
  color: #5F9941;
  padding-left: 20px;
  position: relative;
  text-decoration: underline;
}

.top .sec__footer_inner_list_right p a::before {
  position: absolute;
  content: '';
  background-image: url(../img/common/icon_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 13px;
  height: 13px;
}

/*------------------------------------------------------------
  facility
------------------------------------------------------------*/
.information .sec__page_ttl_inner {
  background-image: url(../img/information/bg_information.png);
  background-position: center;
}

@media screen and (max-width: 640px) {
  .information .sec__page_ttl_inner {
    background-image: url(../img/information/sp_bg_information.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.information .sec__information_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.information .sec__information_container_left {
  width: 680px;
  margin-right: 30px;
}

@media screen and (max-width: 960px) {
  .information .sec__information_container_left {
    width: 70%;
  }
}

@media screen and (max-width: 640px) {
  .information .sec__information_container_left {
    width: 100%;
    margin-right: auto;
  }
}

.information .sec__information_container_left_list_inner {
  border: 1px solid #5F9941;
  padding: 30px 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .information .sec__information_container_left_list_inner {
    padding: 16px 10px;
  }
}

.information .sec__information_container_left_list_inner_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .information .sec__information_container_left_list_inner_top {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}

.information .sec__information_container_left_list_inner_top_date {
  margin-right: 30px;
}

@media screen and (max-width: 640px) {
  .information .sec__information_container_left_list_inner_top_date {
    margin-right: 26px;
  }
}

.information .sec__information_container_left_list_inner_top_category a {
  color: #000;
}

.information .sec__information_container_left_list_inner_ttl {
  font-size: 1.8rem;
  color: #5F9941;
  letter-spacing: 0.06em;
  line-height: 1.33333;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .information .sec__information_container_left_list_inner_ttl {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    line-height: 1.875;
    margin-bottom: 5px;
  }
}

.information .sec__information_container_left_list_inner_text {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.57143;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .information .sec__information_container_left_list_inner_text {
    font-size: 1.4rem;
    line-height: 1.57143;
    margin-bottom: 10px;
  }
}

.information .sec__information_container_left_list_inner_link {
  text-align: right;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.information .sec__information_container_left_list_inner_link a {
  display: inline-block;
  width: 160px;
  background-color: #5F9941;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  position: relative;
}

.information .sec__information_container_left_list_inner_link a::after {
  content: '';
  background-image: url(../img/information/icon_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 28px;
  width: 8px;
  height: 12px;
}

.information .sec__information_container_right {
  width: calc(100% - 710px);
}

@media screen and (max-width: 960px) {
  .information .sec__information_container_right {
    width: calc(100% - 70%);
  }
}

@media screen and (max-width: 640px) {
  .information .sec__information_container_right {
    display: none;
  }
}

.information .sec__information_container_right_inner {
  background-color: #F4F4F4;
  padding: 30px;
  height: 100%;
}

.information .sec__information_container_right_inner_ttl {
  font-size: 2.4rem;
  color: #5F9941;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.information .sec__information_container_right_inner_list li {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2.14286;
}

.information .sec__information_container_right_inner_list li a {
  color: #000;
  text-decoration: underline;
}

.information .sec__information_container_right_inner_category {
  margin-bottom: 20px;
}

.information .sec__information .news_tab {
  display: none;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .information .sec__information .news_tab {
    display: block;
  }
}

.information .sec__information .news_tab.open .news_tab_ttl::after {
  background-image: url(../img/information/icon_close.svg);
}

.information .sec__information .news_tab_ttl {
  background-color: #5F9941;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  padding: 12px 10px;
  position: relative;
}

.information .sec__information .news_tab_ttl::after {
  content: '';
  background-image: url(../img/information/icon_open.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 11px;
  height: 8px;
}

.information .sec__information .news_tab_inner {
  display: none;
  background-color: #fff;
  border: 1px solid #5F9941;
  padding: 20px;
}

.information .sec__information .news_tab_inner li {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.875;
  margin-bottom: 10px;
}

.information .sec__information .news_tab_inner li a {
  color: #272727;
  text-decoration: underline;
}

.information .sec__information .pagination {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .information .sec__information .pagination {
    margin-top: 10px;
    margin-bottom: 60px;
  }
}

.information .sec__information .pagination a {
  display: inline-block;
  font-size: 1.8rem;
  color: #474645;
  margin: 0 20px;
  border: none;
}

@media screen and (max-width: 640px) {
  .information .sec__information .pagination a {
    font-size: 1.6rem;
    margin: 0 16px;
  }
}

.information .sec__information .pagination span {
  display: inline-block;
  font-size: 1.8rem;
  margin: 0 20px;
  padding-bottom: 8px;
  position: relative;
  border: none;
}

@media screen and (max-width: 640px) {
  .information .sec__information .pagination span {
    font-size: 1.6rem;
    margin: 0 16px;
  }
}

.information .sec__information .pagination span::after {
  content: '';
  position: absolute;
  background-color: #5F9941;
  width: 26px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

@media screen and (max-width: 640px) {
  .information .sec__information .pagination span::after {
    width: 17px;
  }
}

.information .sec__information .pagination .previouspostslink {
  color: #d75e40;
}

@media screen and (max-width: 640px) {
  .information .sec__information .pagination .previouspostslink {
    margin: 0 16px 0 0;
  }
}

.information .sec__information .pagination .previouspostslink img {
  width: 16px;
}

.information .sec__information .pagination .nextpostslink {
  color: #d75e40;
}

@media screen and (max-width: 640px) {
  .information .sec__information .pagination .nextpostslink {
    margin: 0 0 0 16px;
  }
}

.information .sec__information .pagination .nextpostslink img {
  width: 16px;
}

.information .sec__information .btn_link {
  margin-top: 120px;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .information .sec__information .btn_link {
    margin-top: 100px;
  }
}

.single .news_article {
  border: 1px solid #5F9941;
  padding: 30px;
}

@media screen and (max-width: 640px) {
  .single .news_article {
    padding: 20px 10px;
  }
}

.single .news_article_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .single .news_article_top {
    font-size: 1.2rem;
  }
}

.single .news_article_top_date {
  margin-right: 30px;
}

@media screen and (max-width: 640px) {
  .single .news_article_top_date {
    margin-right: 26px;
  }
}

.single .news_article_top_category a {
  color: #000;
}

.single .news_article_ttl {
  font-size: 1.8rem;
  color: #5F9941;
  letter-spacing: 0.06em;
  line-height: 1.66667;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .single .news_article_ttl {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 1.375;
    margin-bottom: 6px;
  }
}

.single .news_article_inner h1 {
  font-size: 2rem;
  color: #5F9941;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .single .news_article_inner h1 {
    font-size: 1.8rem;
    letter-spacing: 0.06em;
    line-height: 1.33333;
  }
}

.single .news_article_inner h2 {
  background-color: #F4F4F4;
  border-radius: 5px;
  font-size: 2rem;
  line-height: 1.2;
  padding: 10px 20px;
  margin-bottom: 30px;
  color: #5F9941;
}

@media screen and (max-width: 640px) {
  .single .news_article_inner h2 {
    font-size: 1.8rem;
    line-height: 1.33333;
    padding: 6px 10px;
  }
}

.single .news_article_inner h3 {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  line-height: 1.33333;
  text-align: center;
  margin-bottom: 30px;
  color: #5F9941;
}

@media screen and (max-width: 640px) {
  .single .news_article_inner h3 {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
}

.single .news_article_inner img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.single .news_article_inner h4, .single .news_article_inner h5, .single .news_article_inner h6, .single .news_article_inner p {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.71429;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .single .news_article_inner h4, .single .news_article_inner h5, .single .news_article_inner h6, .single .news_article_inner p {
    line-height: 1.57143;
  }
}

.single .news_article_inner ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.single .news_article_inner ul li {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.14286;
  list-style: disc;
}

@media screen and (max-width: 640px) {
  .single .news_article_inner ul li {
    line-height: 1.57143;
  }
}

.single .news_article_inner ul li::marker {
  color: #5F9941;
}

.single .news_article_inner ol {
  margin-bottom: 20px;
  padding-left: 24px;
}

.single .news_article_inner ol li {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 2.14286;
  list-style-type: decimal;
}

@media screen and (max-width: 640px) {
  .single .news_article_inner ol li {
    line-height: 1.57143;
  }
}

.single .news_article_inner ol li::marker {
  color: #5F9941;
}

.single .news_article_inner a {
  text-decoration: underline;
}

.single .news_article_btn {
  text-align: center;
}

.single .news_article_btn a {
  display: inline-block;
  width: 204px;
  background-color: #5F9941;
  border-radius: 22px;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 12px 0;
}

.single .news_article_btn a span {
  padding-left: 20px;
  position: relative;
}

.single .news_article_btn a span::before {
  content: '';
  background-image: url(../img/information/icon_return.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 12px;
}

.single .news_tab {
  margin-top: 20px;
}

/*------------------------------------------------------------
  Concept
------------------------------------------------------------*/
.concept .sec__page_ttl_inner {
  background-image: url(../img/concept/bg_concept.png);
  background-position: center;
}

@media screen and (max-width: 640px) {
  .concept .sec__page_ttl_inner {
    background-image: url(../img/concept/sp_bg_concept.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.concept .concept_box_ttl {
  text-align: center;
  font-size: 1.8rem;
  color: #5F9941;
  line-height: 1.66667;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .concept .concept_box_ttl {
    font-size: 1.6rem;
    line-height: 1.6875;
  }
}

.concept .concept_box_text {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .concept .concept_box_text {
    font-size: 1.4rem;
    line-height: 1.71429;
    margin-bottom: 24px;
  }
}

.concept .concept_box_link a {
  font-size: 1.6rem;
  display: inline-block;
  color: #5F9941;
  padding-left: 18px;
  position: relative;
  text-decoration: underline;
}

.concept .concept_box_link a::before {
  position: absolute;
  content: '';
  background-image: url(../img/common/icon_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 13px;
  height: 13px;
}

.concept .sec__concept {
  margin-bottom: 80px;
}

.concept .sec__concept_container {
  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;
}

@media screen and (max-width: 640px) {
  .concept .sec__concept_container {
    display: block;
  }
}

.concept .sec__concept_container_left {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .concept .sec__concept_container_left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.concept .sec__concept_container_left img {
  width: 224px;
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .concept .sec__concept_container_left img {
    width: 136px;
  }
}

.concept .sec__concept_container_left .concept_box_text:nth-of-type(2) {
  margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .concept .sec__concept_container_right {
    width: 46%;
  }
}

@media screen and (max-width: 640px) {
  .concept .sec__concept_container_right {
    width: 100%;
  }
}

.concept .sec__concept_container_right_list li {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .concept .sec__concept_container_right_list li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .concept .sec__concept_container_right_list li img {
    width: 100%;
  }
}

.concept .sec__facility {
  margin-bottom: 80px;
}

@media screen and (max-width: 640px) {
  .concept .sec__facility {
    margin-bottom: 70px;
  }
}

.concept .sec__facility_container {
  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;
}

@media screen and (max-width: 640px) {
  .concept .sec__facility_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 900px) {
  .concept .sec__facility_container_left {
    width: 46%;
  }
}

@media screen and (max-width: 640px) {
  .concept .sec__facility_container_left {
    width: 100%;
    order: 2;
  }
}

@media screen and (max-width: 640px) {
  .concept .sec__facility_container_left img {
    width: 100%;
  }
}

.concept .sec__facility_container_right {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .concept .sec__facility_container_right {
    width: 100%;
    order: 1;
  }
}

.concept .sec__dod_container {
  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;
}

@media screen and (max-width: 640px) {
  .concept .sec__dod_container {
    display: block;
  }
}

.concept .sec__dod_container_left {
  width: 50%;
}

@media screen and (max-width: 640px) {
  .concept .sec__dod_container_left {
    width: 100%;
    margin-bottom: 30px;
  }
}

.concept .sec__dod_container_left img {
  display: block;
  text-align: center;
  margin: auto;
  margin-bottom: 40px;
}

.concept .sec__dod_container_left .concept_box_text {
  margin-bottom: 10px;
}

@media screen and (max-width: 900px) {
  .concept .sec__dod_container_right {
    width: 46%;
  }
}

@media screen and (max-width: 640px) {
  .concept .sec__dod_container_right {
    width: 100%;
  }
}

.concept .sec__dod_container_right_list li {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .concept .sec__dod_container_right_list li {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 640px) {
  .concept .sec__dod_container_right_list li img {
    width: 100%;
  }
}

.concept .sec__dod .btn_link {
  margin-top: 100px;
  margin-bottom: 50px;
}

/*------------------------------------------------------------
  Activity
------------------------------------------------------------*/
.activity .sec__page_ttl_inner {
  background-image: url(../img/activity/bg_activity.png);
  background-position: center;
}

@media screen and (max-width: 640px) {
  .activity .sec__page_ttl_inner {
    background-image: url(../img/activity/sp_bg_activity.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.activity .sec__activity {
  margin-bottom: 100px;
}

@media screen and (max-width: 640px) {
  .activity .sec__activity {
    margin-bottom: 40px;
  }
}

.activity .sec__activity_container_top {
  text-align: center;
  margin-bottom: 38px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .activity .sec__activity_container_top {
    margin-bottom: 24px;
  }
}

.activity .sec__activity_container_top::before {
  position: absolute;
  content: '';
  background-image: url(../img/top/bg_img6.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: -16px;
  bottom: 0;
  margin: auto;
  left: 160px;
  width: 56px;
  height: 92px;
}

@media screen and (max-width: 930px) {
  .activity .sec__activity_container_top::before {
    left: 0;
  }
}

@media screen and (max-width: 640px) {
  .activity .sec__activity_container_top::before {
    display: none;
  }
}

.activity .sec__activity_container_top_text {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}

@media screen and (max-width: 640px) {
  .activity .sec__activity_container_top_text {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
}

.activity .sec__activity_container_top_ttl {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  line-height: 1.69231;
}

@media screen and (max-width: 640px) {
  .activity .sec__activity_container_top_ttl {
    font-size: 1.8rem;
    line-height: 1.66667;
  }
}

.activity .sec__activity_container_top .bg_img {
  position: absolute;
  top: 7px;
  bottom: 0;
  margin: auto;
  right: 150px;
}

@media screen and (max-width: 930px) {
  .activity .sec__activity_container_top .bg_img {
    right: 0;
  }
}

@media screen and (max-width: 640px) {
  .activity .sec__activity_container_top .bg_img {
    display: none;
  }
}

.activity .sec__activity_container_text {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6875;
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .activity .sec__activity_container_text {
    font-size: 1.4rem;
    text-align: left;
    line-height: 1.71429;
    margin-bottom: 44px;
  }
}

.activity .sec__activity_container_btm_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.activity .sec__activity_container_btm_list_inner {
  width: 49%;
  border: 1px solid #3C3B3B;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .activity .sec__activity_container_btm_list_inner {
    width: 100%;
  }
}

.activity .sec__activity_container_btm_list_inner_img {
  border-bottom: 1px solid #3C3B3B;
}

@media screen and (max-width: 640px) {
  .activity .sec__activity_container_btm_list_inner_img {
    width: 100%;
  }
}

.activity .sec__activity_container_btm_list_inner_box {
  padding: 36px 40px 30px;
}

@media screen and (max-width: 768px) {
  .activity .sec__activity_container_btm_list_inner_box {
    padding: 36px 20px 30px;
  }
}

@media screen and (max-width: 640px) {
  .activity .sec__activity_container_btm_list_inner_box {
    padding: 20px 0;
  }
}

.activity .sec__activity_container_btm_list_inner_box_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
  .activity .sec__activity_container_btm_list_inner_box_ttl {
    margin-bottom: 20px;
  }
}

.activity .sec__activity_container_btm_list_inner_box_ttl .restaurant_ttl_icon {
  margin-right: 34px;
}

@media screen and (max-width: 768px) {
  .activity .sec__activity_container_btm_list_inner_box_ttl .restaurant_ttl_icon {
    margin-right: 22px;
    margin-left: 20px;
    width: 68px;
  }
}

.activity .sec__activity_container_btm_list_inner_box_ttl .camp_ttl_icon {
  margin-right: 18px;
}

@media screen and (max-width: 768px) {
  .activity .sec__activity_container_btm_list_inner_box_ttl .camp_ttl_icon {
    margin-right: 10px;
    margin-left: 20px;
    width: 68px;
  }
}

@media screen and (max-width: 768px) {
  .activity .sec__activity_container_btm_list_inner_box_ttl .bbq_ttl_icon {
    width: 68px;
  }
}

.activity .sec__activity_container_btm_list_inner_box_ttl .library_ttl_icon {
  margin-right: 18px;
}

@media screen and (max-width: 768px) {
  .activity .sec__activity_container_btm_list_inner_box_ttl .library_ttl_icon {
    margin-right: 10px;
    margin-left: 20px;
    width: 68px;
  }
}

.activity .sec__activity_container_btm_list_inner_box_ttl h3 {
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  line-height: 1.36364;
  color: #3C3B3B;
  text-align: center;
}

@media screen and (max-width: 640px) {
  .activity .sec__activity_container_btm_list_inner_box_ttl h3 {
    font-size: 1.8rem;
    line-height: 1.66667;
  }
}

.activity .sec__activity_container_btm_list_inner_box_ttl h3 span {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.66667;
  color: #5F9941;
}

@media screen and (max-width: 640px) {
  .activity .sec__activity_container_btm_list_inner_box_ttl h3 span {
    font-size: 1.6rem;
    line-height: 1.6875;
  }
}

.activity .sec__activity_container_btm_list_inner_box_text {
  font-size: 1.6rem;
  line-height: 1.6875;
  margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
  .activity .sec__activity_container_btm_list_inner_box_text {
    font-size: 1.4rem;
    line-height: 1.71429;
    margin-bottom: 20px;
    padding: 0 20px;
  }
}

.activity .sec__other_container_bg {
  display: block;
  margin: auto;
  margin-bottom: 42px;
}

@media screen and (max-width: 640px) {
  .activity .sec__other_container_bg {
    width: 44px;
    margin-bottom: 20px;
  }
}

.activity .sec__other_container_ttl {
  text-align: center;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .activity .sec__other_container_ttl {
    font-size: 2.2rem;
    line-height: 1.68182;
  }
}

.activity .sec__other_container_ttl span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .activity .sec__other_container_ttl span {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

.activity .sec__other_container_text {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6875;
  margin-bottom: 54px;
}

@media screen and (max-width: 640px) {
  .activity .sec__other_container_text {
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.76923;
    margin-bottom: 34px;
  }
}

.activity .sec__other_container_list {
  width: 780px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 820px) {
  .activity .sec__other_container_list {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .activity .sec__other_container_list {
    margin-bottom: 20px;
  }
}

.activity .sec__other_container_list li {
  width: 23%;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .activity .sec__other_container_list li {
    width: 48%;
    margin-bottom: 10px;
  }
}

.activity .sec__other_container_list li img {
  width: 100%;
}

.activity .sec__other_container_link {
  text-align: center;
}

.activity .sec__other_container_link a {
  display: inline-block;
  font-size: 1.6rem;
  color: #5F9941;
  padding-left: 20px;
  position: relative;
  text-decoration: underline;
}

.activity .sec__other_container_link a::before {
  position: absolute;
  content: '';
  background-image: url(../img/common/icon_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 13px;
  height: 13px;
}

.activity .sec__other .btn_link {
  margin-top: 120px;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .activity .sec__other .btn_link {
    margin-top: 100px;
  }
}

/*------------------------------------------------------------
  Facility
------------------------------------------------------------*/
.facility .sec__facility_img {
  background-color: #F4F4F4;
}

.facility .sec__facility_container_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 26px;
}

@media screen and (max-width: 640px) {
  .facility .sec__facility_container_inner {
    display: block;
  }
}

.facility .sec__facility_container_inner_left {
  width: 62.5%;
  margin-left: 30px;
}

@media screen and (max-width: 640px) {
  .facility .sec__facility_container_inner_left {
    width: 100%;
    margin-left: auto;
    margin-bottom: 20px;
  }
}

.facility .sec__facility_container_inner_left_ttl {
  font-size: 2rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .facility .sec__facility_container_inner_left_ttl {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
}

.facility .sec__facility_container_inner_left_ttl span {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  .facility .sec__facility_container_inner_left_ttl span {
    line-height: 1.66667;
    margin-top: 6px;
  }
}

.facility .sec__facility_container_inner_left_text {
  font-size: 1.4rem;
  line-height: 2.28571;
}

@media screen and (max-width: 640px) {
  .facility .sec__facility_container_inner_left_text {
    line-height: 1.71429;
  }
}

.facility .sec__facility_container_inner_left_link {
  font-size: 1.6rem;
  line-height: 1.6875;
}

.facility .sec__facility_container_inner_left_link a {
  display: inline-block;
  color: #5F9941;
  padding-left: 16px;
  position: relative;
  text-decoration: underline;
}

.facility .sec__facility_container_inner_left_link a::before {
  position: absolute;
  content: '';
  background-image: url(../img/common/icon_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 13px;
  height: 13px;
}

@media screen and (max-width: 640px) {
  .facility .sec__facility_container_inner_right {
    display: none;
  }
}

.facility .sec__facility_container_img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 640px) {
  .facility .sec__facility_container_img_list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.facility .sec__facility_container_img_list li {
  width: 31.3%;
}

@media screen and (max-width: 640px) {
  .facility .sec__facility_container_img_list li {
    width: 49.5%;
    margin-bottom: 6px;
  }
}

.facility .sec__facility_container_img_list li:first-child {
  display: none;
}

@media screen and (max-width: 640px) {
  .facility .sec__facility_container_img_list li:first-child {
    display: block;
  }
}

.facility .sec__facility .btn_link {
  margin-top: 60px;
  padding-bottom: 120px;
}

@media screen and (max-width: 640px) {
  .facility .sec__facility .btn_link {
    margin-top: 40px;
    padding-bottom: 80px;
  }
}

.facility .sec__menu {
  background-color: #F4F4F4;
  padding-top: 200px;
  margin-top: -140px;
}

@media screen and (max-width: 800px) {
  .facility .sec__menu {
    padding-top: 160px;
    margin-top: -100px;
  }
}

@media screen and (max-width: 640px) {
  .facility .sec__menu {
    padding-top: 236px;
    margin-top: -156px;
  }
}

.facility .sec__menu_container_ttl {
  text-align: center;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .facility .sec__menu_container_ttl {
    font-size: 2.2rem;
  }
}

.facility .sec__menu_container_ttl span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 18px;
}

@media screen and (max-width: 640px) {
  .facility .sec__menu_container_ttl span {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

.facility .sec__menu_container_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .facility .sec__menu_container_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 80px;
  }
}

.facility .sec__menu_container_box_text {
  width: 43.8%;
}

@media screen and (max-width: 640px) {
  .facility .sec__menu_container_box_text {
    order: 2;
    width: 100%;
  }
}

.facility .sec__menu_container_box_text_ttl {
  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;
  position: absolute;
  width: 43.8%;
  top: 0;
}

@media screen and (max-width: 640px) {
  .facility .sec__menu_container_box_text_ttl {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
}

.facility .sec__menu_container_box_text_ttl dt {
  font-size: 1.8rem;
  font-weight: bold;
}

.facility .sec__menu_container_box_text_ttl dd {
  font-size: 1rem;
}

.facility .sec__menu_container_box_text_campttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  position: absolute;
  width: 43.8%;
  top: 0;
}

@media screen and (max-width: 640px) {
  .facility .sec__menu_container_box_text_campttl {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
  }
}

.facility .sec__menu_container_box_text_campttl span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 10px;
}

.facility .sec__menu_container_box_text_menu_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #6C974C;
  padding-bottom: 6px;
  margin-bottom: 10px;
}

.facility .sec__menu_container_box_text_menu_list dt {
  font-size: 1.4rem;
  line-height: 1.71429;
}

.facility .sec__menu_container_box_text_menu_list dt span {
  display: block;
  font-size: 1rem;
}

.facility .sec__menu_container_box_text_menu_list dd {
  font-size: 1.4rem;
  line-height: 1.71429;
}

.facility .sec__menu_container_box_text_sub {
  font-size: 1rem;
  line-height: 1.7;
}

.facility .sec__menu_container_box_text .btn_link {
  margin-top: 30px;
}

.facility .sec__menu_container_box_text .btn_link a {
  background-color: #5F9941;
  position: relative;
}

@media screen and (max-width: 640px) {
  .facility .sec__menu_container_box_text .btn_link a {
    width: 240px;
  }
}

.facility .sec__menu_container_box_text .btn_link a span {
  padding-left: 20px;
  position: relative;
}

.facility .sec__menu_container_box_text .btn_link a span::before {
  content: '';
  background-image: url(../img/common/icon_link_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  height: 15px;
}

.facility .sec__menu_container_box .box_menu_price {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.facility .sec__menu_container_box .box_menu_price dd {
  font-size: 1.8rem;
}

.facility .sec__menu_container_box .box_menu_sub {
  font-size: 1.2rem;
  margin-bottom: 10px;
  line-height: 1.66667;
  margin-top: 20px;
}

.facility .sec__menu_container_box .box_menu_last dd {
  min-width: 57px;
}

.facility .sec__menu_container_box .box_menu_btm {
  padding-top: 50px;
}

@media screen and (max-width: 640px) {
  .facility .sec__menu_container_box .box_menu_btm {
    padding-top: 0;
  }
}

.facility .sec__menu_container_box .box_menu_btm .camp_menu_sub {
  text-align: right;
  margin-top: 20px;
}

.facility .sec__menu_container_box_img {
  width: 42.8%;
}

@media screen and (max-width: 800px) {
  .facility .sec__menu_container_box_img {
    width: 45%;
  }
}

@media screen and (max-width: 640px) {
  .facility .sec__menu_container_box_img {
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .facility .sec__menu_container_box_img img {
    width: 100%;
  }
}

.facility .sec__faq {
  background-color: #F4F4F4;
  padding-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .facility .sec__faq {
    padding-bottom: 40px;
  }
}

.facility .sec__faq_container_ttl {
  text-align: center;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .facility .sec__faq_container_ttl {
    font-size: 2.2rem;
  }
}

.facility .sec__faq_container_ttl span {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-top: 18px;
}

@media screen and (max-width: 640px) {
  .facility .sec__faq_container_ttl span {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

.facility .sec__faq_container_list {
  width: 750px;
  margin: auto;
}

@media screen and (max-width: 790px) {
  .facility .sec__faq_container_list {
    width: 100%;
  }
}

.facility .sec__faq_container_list_inner {
  background-color: #fff;
  padding: 20px 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .facility .sec__faq_container_list_inner {
    padding: 20px 10px;
  }
}

.facility .sec__faq_container_list_inner .faq_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.facility .sec__faq_container_list_inner .faq_list dt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #5F9941;
  line-height: 1.5;
  margin-right: 26px;
}

@media screen and (max-width: 640px) {
  .facility .sec__faq_container_list_inner .faq_list dt {
    margin-right: 10px;
    line-height: 1.11111;
  }
}

.facility .sec__faq_container_list_inner .faq_list_inner_ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6875;
  margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
  .facility .sec__faq_container_list_inner .faq_list_inner_ttl {
    font-size: 1.4rem;
    line-height: 1.42857;
  }
}

.facility .sec__faq_container_list_inner .faq_list_inner_text {
  font-size: 1.4rem;
  line-height: 1.71429;
}

.facility .sec__faq_container_list_inner .faq_list_inner_text a {
  display: inline-block;
  color: #5F9941;
  padding-left: 16px;
  position: relative;
  text-decoration: underline;
}

.facility .sec__faq_container_list_inner .faq_list_inner_text a::before {
  position: absolute;
  content: '';
  background-image: url(../img/common/icon_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 13px;
  height: 13px;
}

.facility .sec__faq_container_list_inner .faq_list_inner_mail {
  font-size: 1.4rem;
  line-height: 1.71429;
  position: relative;
  padding-left: 20px;
}

.facility .sec__faq_container_list_inner .faq_list_inner_mail::before {
  position: absolute;
  content: '';
  background-image: url(../img/common/icon_mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 13px;
  height: 11px;
}

@media screen and (max-width: 640px) {
  .facility .sec__faq_container_list_inner .faq_list_inner_mail::before {
    width: 16px;
    height: 13px;
  }
}

.facility .sec__return {
  margin-top: 120px;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .facility .sec__return {
    margin-top: 60px;
  }
}

.restaurant .sec__page_ttl_inner {
  background-image: url(../img/facility/bg_restaurant.png);
  background-position: center;
}

@media screen and (max-width: 640px) {
  .restaurant .sec__page_ttl_inner {
    background-image: url(../img/facility/sp_bg_restaurant.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.restaurant .sec__menu_container_box_text_sub {
  margin-left: 26%;
}

@media screen and (max-width: 800px) {
  .restaurant .sec__menu_container_box_text_sub {
    margin-left: 4%;
  }
}

@media screen and (max-width: 640px) {
  .restaurant .sec__menu_container_box_text_sub {
    margin-left: auto;
    text-align: right;
  }
}

.camp .sec__page_ttl_inner {
  background-image: url(../img/facility/bg_camp.png);
  background-position: center;
}

@media screen and (max-width: 640px) {
  .camp .sec__page_ttl_inner {
    background-image: url(../img/facility/sp_bg_camp.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.camp .sec__menu_container_box {
  padding-top: 70px;
}

@media screen and (max-width: 640px) {
  .camp .sec__menu_container_box {
    padding-top: 0;
  }
}

.camp.facility .sec__menu_container_box_text_ttl {
  width: 94%;
}

@media screen and (max-width: 640px) {
  .camp.facility .sec__menu_container_box_text_ttl {
    width: 100%;
  }
}

.camp.facility .box_menu_btm {
  padding-top: 50px;
}

@media screen and (max-width: 640px) {
  .camp.facility .box_menu_btm {
    padding-top: 0;
  }
}

.camp.facility .box_menu_btm .box_menu_sub {
  text-align: right;
  margin-top: 20px;
}

.bbq .sec__page_ttl_inner {
  background-image: url(../img/facility/bg_bbq.png);
  background-position: center;
}

@media screen and (max-width: 640px) {
  .bbq .sec__page_ttl_inner {
    background-image: url(../img/facility/sp_bg_bbq.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.library .sec__page_ttl_inner {
  background-image: url(../img/facility/bg_library.png);
  background-position: center;
}

@media screen and (max-width: 640px) {
  .library .sec__page_ttl_inner {
    background-image: url(../img/facility/sp_bg_library.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.library .sec__facility {
  background: linear-gradient(180deg, #fff 42%, #F4F4F4 37%);
}

@media screen and (max-width: 800px) {
  .library .sec__facility {
    background: linear-gradient(180deg, #fff 47%, #F4F4F4 37%);
  }
}

@media screen and (max-width: 640px) {
  .library .sec__facility {
    background: linear-gradient(180deg, #fff 48%, #F4F4F4 37%);
  }
}

/*------------------------------------------------------------
  Access
------------------------------------------------------------*/
.access .sec__page_ttl_inner {
  background-image: url(../img/access/bg_access.png);
  background-position: center;
}

@media screen and (max-width: 640px) {
  .access .sec__page_ttl_inner {
    background-image: url(../img/access/sp_bg_access.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.access .sec__access {
  margin-bottom: 60px;
}

.access .sec__access_container_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;
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .access .sec__access_container_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
}

.access .sec__access_container_inner_left {
  text-align: center;
  margin: 0 18px;
}

@media screen and (max-width: 640px) {
  .access .sec__access_container_inner_left {
    width: 100%;
    order: 2;
  }
}

.access .sec__access_container_inner_left_logo {
  width: 170px;
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .access .sec__access_container_inner_left_logo {
    width: 136px;
  }
}

.access .sec__access_container_inner_left_text {
  font-size: 1.3rem;
  font-weight: bold;
  color: #5F9941;
  margin-bottom: 30px;
}

.access .sec__access_container_inner_left_top {
  text-align: left;
  font-size: 1.5rem;
  font-weight: bold;
  padding-left: 20px;
  position: relative;
  line-height: 1.73333;
}

@media screen and (max-width: 640px) {
  .access .sec__access_container_inner_left_top {
    font-size: 1.4rem;
    line-height: 1.71429;
    padding-left: 14px;
    margin: 0 20px;
  }
}

.access .sec__access_container_inner_left_top::before {
  position: absolute;
  content: '';
  background-image: url(../img/common/icon_pin.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 20px;
}

@media screen and (max-width: 640px) {
  .access .sec__access_container_inner_left_top::before {
    margin: 0;
    top: 4px;
    width: 10px;
    height: 16px;
  }
}

.access .sec__access_container_inner_left_btm {
  text-align: left;
  margin-top: 10px;
  border-top: 1px solid #8D8D8D;
  padding-top: 20px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.73333;
}

@media screen and (max-width: 640px) {
  .access .sec__access_container_inner_left_btm {
    padding-top: 14px;
    font-size: 1.4rem;
    line-height: 1.71429;
    margin: 6px 20px 0;
  }
}

.access .sec__access_container_inner_left_btm span {
  display: inline;
}

@media screen and (max-width: 640px) {
  .access .sec__access_container_inner_left_btm span {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .access .sec__access_container_inner_right {
    order: 1;
    margin-bottom: 40px;
  }
}

.access .sec__access_container_map {
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  .access .sec__access_container_map {
    height: 188px;
    margin-bottom: 20px;
  }
}

.access .sec__access_container_map .gmap_inner {
  height: 0;
  overflow: hidden;
  padding-bottom: 37.5%;
  position: relative;
}

@media screen and (max-width: 640px) {
  .access .sec__access_container_map .gmap_inner {
    padding-bottom: 63.6%;
  }
}

.access .sec__access_container_map .gmap_inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 360px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .access .sec__access_container_map .gmap_inner iframe {
    height: 186px;
  }
}

.access .sec__location_container {
  width: 860px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .access .sec__location_container {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .access .sec__location_container {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .access .sec__location_container_left {
    margin-bottom: 20px;
  }
}

.access .sec__location_container_right_inner {
  width: 400px;
  border: 1px solid #8D8D8D;
  padding: 24px;
  margin-bottom: 14px;
}

@media screen and (max-width: 960px) {
  .access .sec__location_container_right_inner {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .access .sec__location_container_right_inner {
    width: 100%;
    padding: 20px 32px;
  }
}

.access .sec__location_container_right_inner p {
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .access .sec__location_container_right_inner p {
    font-size: 1.2rem;
  }
}

.access .sec__location_container_right_inner_tel {
  margin-top: 16px;
  margin-bottom: 10px;
  font-size: 2.1rem;
  letter-spacing: 0.08em;
  padding-left: 26px;
  position: relative;
}

@media screen and (max-width: 640px) {
  .access .sec__location_container_right_inner_tel {
    font-size: 1.7rem;
    padding-left: 20px;
  }
}

.access .sec__location_container_right_inner_tel::before {
  position: absolute;
  content: '';
  background-image: url(../img/common/icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 14px;
  height: 20px;
}

@media screen and (max-width: 640px) {
  .access .sec__location_container_right_inner_tel::before {
    width: 12px;
    height: 17px;
  }
}

.access .sec__location_container_right_inner_mail {
  font-size: 2.1rem;
  letter-spacing: 0.08em;
  padding-left: 26px;
  position: relative;
  word-wrap: break-word;
}

@media screen and (max-width: 640px) {
  .access .sec__location_container_right_inner_mail {
    font-size: 1.7rem;
    padding-left: 20px;
  }
}

.access .sec__location_container_right_inner_mail::before {
  position: absolute;
  content: '';
  background-image: url(../img/common/icon_mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 16px;
}

@media screen and (max-width: 640px) {
  .access .sec__location_container_right_inner_mail::before {
    width: 16px;
    height: 13px;
  }
}

.access .sec__location_container_right_text {
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.73333;
}

@media screen and (max-width: 640px) {
  .access .sec__location_container_right_text {
    font-size: 1.3rem;
    line-height: 1.69231;
  }
}

.access .sec__location_container_right_text a {
  display: inline-block;
  color: #5F9941;
  padding-left: 20px;
  position: relative;
  text-decoration: underline;
}

.access .sec__location_container_right_text a::before {
  position: absolute;
  content: '';
  background-image: url(../img/common/icon_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 13px;
  height: 13px;
}

.access .sec__location .btn_link {
  margin-top: 120px;
  margin-bottom: 50px;
}

@media screen and (max-width: 640px) {
  .access .sec__location .btn_link {
    margin-top: 100px;
  }
}

/*------------------------------------------------------------
  404
------------------------------------------------------------*/
.not_page .sec__page_ttl_inner {
  background-color: #5F9941;
}

.not_page .sec__page_ttl_inner_en {
  font-size: 6rem;
}

@media screen and (max-width: 640px) {
  .not_page .sec__page_ttl_inner_en {
    font-size: 2.8rem;
  }
}

.not_page .sec__page_ttl_inner_jp {
  margin-top: 12px;
  font-size: 3rem;
}

@media screen and (max-width: 640px) {
  .not_page .sec__page_ttl_inner_jp {
    margin-top: 8px;
    font-size: 1.4rem;
  }
}

.not_page .sec__text {
  text-align: center;
}

@media screen and (max-width: 640px) {
  .not_page .sec__text {
    margin-top: 60px;
  }
}

.not_page .sec__text_inner h3 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .not_page .sec__text_inner h3 {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
  }
}

.not_page .sec__text_inner p {
  font-size: 1.6rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
  .not_page .sec__text_inner p {
    font-size: 1.4rem;
  }
}

.not_page .sec__text_inner img {
  margin-bottom: 120px;
}

@media screen and (max-width: 640px) {
  .not_page .sec__text_inner img {
    margin-bottom: 80px;
  }
}

.not_page .sec__text .btn_link {
  margin-bottom: 50px;
}

/*------------------------------------------------------------
  Privacy policy
------------------------------------------------------------*/
.privacy .sec__page_ttl_inner {
  background-color: #5F9941;
}

.privacy .sec__privacy_inner {
  margin-bottom: 114px;
}

@media screen and (max-width: 640px) {
  .privacy .sec__privacy_inner {
    margin-bottom: 100px;
  }
}

.privacy .sec__privacy_inner_text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6875;
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .privacy .sec__privacy_inner_text {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.57143;
    margin-bottom: 34px;
  }
}

.privacy .sec__privacy_inner_list {
  max-width: 800px;
  margin: auto;
}

.privacy .sec__privacy_inner_list_inner {
  margin-bottom: 60px;
}

@media screen and (max-width: 640px) {
  .privacy .sec__privacy_inner_list_inner {
    margin-bottom: 40px;
  }
}

.privacy .sec__privacy_inner_list_inner:last-of-type {
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .privacy .sec__privacy_inner_list_inner:last-of-type {
    margin-bottom: 30px;
  }
}

.privacy .sec__privacy_inner_contact {
  max-width: 800px;
  margin: auto;
}

.privacy .sec__privacy_inner_contact_ttl {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.privacy .sec__privacy_inner_contact_tel {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

.privacy .sec__privacy_inner_contact_tel a {
  padding-left: 20px;
  position: relative;
}

.privacy .sec__privacy_inner_contact_tel a::before {
  position: absolute;
  content: '';
  background-image: url(../img/common/icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 10px;
  height: 16px;
}

.privacy .sec__privacy_inner_contact_mail {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}

.privacy .sec__privacy_inner_contact_mail a {
  padding-left: 20px;
  position: relative;
}

.privacy .sec__privacy_inner_contact_mail a::before {
  position: absolute;
  content: '';
  background-image: url(../img/common/icon_mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 14px;
  height: 12px;
}

.privacy .sec__privacy .btn_link {
  margin-bottom: 50px;
}
