@charset "utf-8";
/****************
default
****************/
/*暫定設定*/
body{
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #221815;
  font-weight: 500;
  font-size: .9rem;
  line-height: 1.8;
  font-feature-settings: "palt";
}
html{
  scroll-behavior: smooth;
}
::marker {
  font-size: 8px;
}
.pc_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/bg_main.jpg) no-repeat center top;
  background-size: cover;
  z-index: -1;
}
.pc_logo__wrap {
  position: relative;
  width: calc(50% - 195px );
  height: 100%;
  padding: 2%;
}
.pc_logo {
  top: 50%;
  transform: translateY( -50%);
  position: relative;
}
.pc_logo img {
  margin: auto;
}
.main_content {
  width: min(100%, 390px);
  margin: auto;
  background: #fff;
}
.global_nav__wrap {
  position: fixed;
  width: calc(50% - 195px );
  height: 100%;
  padding: 2%;
  right: 0;
}
.global_nav li + li, .sp_nav__list li + li {
  margin-top: 24px;
}
.global_nav li, .sp_nav__list li {
  font-size: 1rem;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "Noto Sans JP", "Helvetica Neue", sans-serif;

}
.global_nav li:lang(en) {
  font-size: 1.1rem;
  font-weight: 400;
}
.global_nav a {
  color: #fff;
}
a.current {
  color: #0b5e04;
  font-weight: bold;
}
.header__inner {
  height: 84px;
}
.sp_nav__list li:lang(en) {
  font-size: 1.1rem;
}
.sp_nav__list a {
  color: #221815;
}
/** sp nav **/
.humberger {
  display: none;
}
.sp_nav {
  height: 100%;
  padding: 100px 3% 50px;
  overflow-y: scroll;
}
.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.-active {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.humberger {
  position: fixed;
  z-index: 100;
  border: none;
  cursor: pointer;
  top: 3%;
  height: 41px;
  width: 41px;
  right: 5%;
  background: #00693e;
}
.humberger__line {
  display: block;
  height: 1px;
  position: absolute;
  width: 27px;
  background-color: #fff;
  transition: 0.4s;
  left: 7px;
}
.humberger__line:before,
.humberger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #fff;
  transition: inherit;
}
.humberger.-active .humberger__line {
  background-color: transparent;
}
.humberger.-active .humberger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.humberger.-active .humberger__line::after {
  top: 0;
  transform: rotate(-45deg);
}

.humberger__line:before {
  top: -8px;
}
.humberger__line:after {
  top: 8px;
}
.sp_nav__wrap {
  position: fixed;
  top: -100%;
  z-index: 90;
  height: 100vh;
  width: min(100%, 390px);
  visibility: hidden;
  transition: 0.4s;
  background: #fff;
}
.sp_nav__wrap.-active {
  top: 0;
  visibility: visible;
}
.sp_nav__list {
  padding: 50px 2%;
}
.sp_nav_logo {
  background: #00693e;
  width: min(100%, 390px);
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*main*/
.main_visual img {
  width: 100%;
}
.title {
  padding: 8px;
}
.title_gr__ja {
  font-size: .9rem;
  font-weight: 400;
  margin-bottom: 4px;
}
.title_gr__en {
  font-size: 2.5rem;
  font-weight: 500;
}
.content__inner {
  padding: 16px 24px;
  margin-bottom: 34px;
}
.content__inner_last {
  padding: 24px;
}
.border_area {
  border: 2px solid #9fa0a0;
  border-radius: 11px;
  padding: 8px;
}
.border_area ul, .list_disc {
  list-style: disc;
  padding-inline-start: 1rem;
  letter-spacing: normal;
}
.s_info_txt {
  font-size: 0.8rem;
  letter-spacing: normal;
}
.map_iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 13 / 10;
}
.icon_at:before {
  content: "@";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
span.icon_at {
  position: relative;
  padding: 6px;
}
.philosophy {
  line-height: 1.5;
}
.underline_title {
  border-bottom: 2px solid;
  width: fit-content;
  padding: 0 12px 0 0;
}
.mark_p:before {
  content: "\025b6";
  font-size: 12px;
  margin-right: 2px;
}
.content__wrap a {
  color: #00693e;
}
figure a {
  width: fit-content;
  display: block;
}
.colmn-3 {
  justify-content: space-between;
}
.colmn-3 img {
  width: calc(100% / 3 - 16px * 1/2);
}
.colmn-3 figcaption {
  width: 100%;
}