/* common */
@font-face {
  font-family: "Poppins";
  src: url("/common/fonts/Poppins-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("/common/fonts/ZenOldMincho-Medium.woff2") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("/common/fonts/ZenOldMincho-SemiBold.woff2") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("/common/fonts/ZenOldMincho-Black.woff2") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.en {
  font-family: "Poppins", sans-serif;
}
.hide-pc {
  display: none !important;
}
.hide-sp {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .hide-sp {
    display: none !important;
  }
  .hide-pc {
    display: block !important;
  }
}
.content {
  max-width: calc(100% - 80px);
  margin: auto;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
  font-family: "Poppins", sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: rgba(255,255,255,0.95);
  z-index: 999;
}
.anchor {
  scroll-margin-top: 80px;
}
.header-nav li {
  margin: 0 15px;
}
.header-nav a.is-current {
  color: #EC1234;
}
.link-inc {
  text-decoration: underline;
}
.main {
  margin-top: 80px;
}
.index .kv {
  /* aspect-ratio:16 / 9; */
  /* pointer-events: none; */
  width: 100%;
}
.index iframe {
  width:100%;
  height:100%;
  border:0;
  display:block;
}
.btn {
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-top {
  position: absolute;
  top: -40px;
  right: 75px;
  display: inline-block;
}
.js-fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.js-fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}
.footer {
  background: #F5F5F5;
  margin-top: 87px;
  position: relative;
  font-family: "Poppins", sans-serif;
}
.footer .logo img {
  height: 80px;
}
.footer-nav-list li + li {
  margin-top: 15px;
}
.footer-link-list {
  display: flex;
  color: rgba(35, 24, 21, 0.5);
  font-size: 12px;
  line-height: 1.2;
}
.footer-link-list li + li {
  border-left: 1px solid rgba(35, 24, 21, 0.2);
  margin-left: 20px;
  padding-left: 20px;
}
.copyright {
  color: rgba(35, 24, 21, 0.5);
  font-size: 10px;
  margin-top: 10px;
}
.emphasis {
  text-decoration: underline;
}
/* index */
.index .h2 {
  border-bottom: 2px solid;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
}
.tab-lang {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 40px auto;
}
.tab-head {
  border: 1px solid rgba(35, 24, 21, 0.2);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.tab-head:before {
  content: "";
  background: url("/common/img/top/btn_lang.png") no-repeat left center / 100%;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}
.tab-head.is-active {
  border-color: #EC1234;
  color: #EC1234;
}
.tab-head.is-active:before {
  background-image: url("/common/img/top/btn_lang_on.png");
}
.tab-content {
  display: none;
}
.tab-content.is-active {
  display: block;
}
.about {
  position: relative;
  display: grid;
}
.about-bg {
  grid-area: 1 / 1;
  width: 100%;
  height: auto;
}
.about-content {
  grid-area: 1 / 1;
  background: rgba(255, 255, 255, 0.95);
  color: #007749;
  padding: 45px 50px 50px;
}
.about-lead {
  font-size: 36px;
  margin-top: 40px;
}
.about-txt {
  line-height: 2.25;
  margin-top: 30px;
}
.about .btn {
  background: #007749;
  font-size: 16px;
  padding: 16px 20px 16px 30px;
  width: 230px;
  margin-top: 30px;
}
.about .btn:after {
  content: "";
  background: url("/common/img/arrow_right.png") no-repeat right center / 100%;
  width: 15px;
  height: 15px;
  display: inline-block;
}
.locations {
  background: #007749;
  position: relative;
  margin-top: 40px;
}
.locations .h2 {
  color: #fff;
}
.map-wrap {
  position: relative;
}
.map {
  width: 100%;
}
.map-icon {
  position: absolute;
  width: 2.5%;
  height: auto;
  cursor: pointer;
}
.map-icon01 {top: 33%;left: 52%;}
.map-icon02 {top: 31.5%;left: 41%;}
.map-icon03 {top: 49%;left: 38%;}
.map-icon04 {top: 52%;left: 32%;}
.map-icon05 {top: 59.5%;left: 36.5%;}
.map-icon06 {top: 64%;left: 23.5%;}
.map-icon07 {top: 77%;left: 26.5%;}
.map-balloon {
  background: #fff;
  border: 1px solid #EC1234;
  border-radius: 10px;
  color: #EC1234;
  display: none;
  font-size: 20px;
  padding: 16px 20px 20px;
  position: absolute;
  z-index: 1;
}
.map-balloon::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 20px;
  border-width: 9px 11px 9px 0;
  border-style: solid;
  border-color: transparent #EC1234 transparent transparent;
}
.map-balloon::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 20px;
  border-width: 8px 10px 8px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}
.map-balloon01 {top: 33%;left: 57%;}
.map-balloon02 {top: 31.5%;left: 46%;}
.map-balloon03 {top: 49.5%;left: 43%;}
.map-balloon04 {top: 52%;left: 37%;}
.map-balloon05 {top: 59.5%;left: 41.5%;}
.map-balloon06 {top: 64%;left: 29%;}
.map-balloon07 {top: 77%;left: 32%;}
.map-wrap .btn {
  background: #EC1234;
  border-radius: 50px;
  color: #fff;
  width: 120px;
  padding: 6px 15px;
  font-size: 12px;
  margin-top: 3px;
}
.map-wrap .btn:after {
  content: "";
  background: url("/common/img/arrow_right_up.png") no-repeat right center / 100%;
  width: 8px;
  height: 8px;
  display: inline-block;
}
/* aboutmos */
.aboutmos {
  background: #FFFCE9;
}
.aboutmos .main {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}
.aboutmos .kv {
  background: #007D4A url("/common/img/about/kv_bg.jpg");
  padding: 15px;
}
.aboutmos .kv img {
  width: 100%;
  max-width: 500px;
  margin: auto;
}
.aboutmos .h2,
.aboutmos .h3 {
  color: #007749;
}
.aboutmos .txt {
  font-size: 16px;
  line-height: 2.5;
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.tab-lang-wrap {
  background: #fff;
  display: flex;
}
.wrap-about {
  margin-top: 77px;
}
.wrap-about .h2 {
  font-size: 40px;
}
.wrap-about .img-inner {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 20px;
  color: #007749;
}
.wrap-about .img-inner + .img-inner {
  margin-top: 40px;
}
.wrap-about .img-center {
  flex: 1;
}
.wrap-about .img-center-txt {
  line-height: 1.57;
  margin-top: 10px;
}
.wrap-about .img-initial {
  color: #1B6236;
  font-size: 50px;
  font-weight: 900;
  width: 50px;
  line-height: 1;
}
.aboutmos .wrap .h2-wrap {
  width: 100%;
  text-align: center;
}
.aboutmos .wrap {
  margin-top: 120px;
}
.aboutmos .wrap .h2 {
  font-size: 54px;
  padding-bottom: 20px;
  margin-bottom: 60px;
  display: inline-block;
  line-height: 1.2;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 2px;
}
.aboutmos .period .wrap .h2 {
  margin-left: 0.3em;
  background-size: calc(100% - 0.65em) 2px;
}
.aboutmos .wrap .img-wrap {
  text-align: center;
}
.happy .h2,
.aboutmos .wrap .h3 {
  font-size: 34px;
  line-height: 1.88;
}
.happy {
  background: #E2ECB4;
  padding: 60px 60px 70px;
  margin: 100px 0 130px;
  position: relative;
}
.happy-img {
  position: absolute;
  right: 100px;
  bottom: 55px;
}
.happy .h2 {
  font-size: 34px;
}
@media screen and (min-width: 769px) {
  /* common */
  .sp-menu, .nav-close {
    display: none;
  }
  .header-nav-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    margin-left: 25px;
  }
  .header-nav {
    display: flex;
    align-items: center;
  }
  .footer-inner {
    display: flex;
    justify-content: space-between;
    padding: 50px 75px;
  }
  .footer-nav {
    display: flex;
    align-items: center;
    gap: 80px;
  }
  .footer-link {
    display: flex;
    align-items: flex-end;
    gap: 40px;
  }
  /* index */
  .tab-head {
    width: 190px;
    height: 70px;
  }
  .locations .h2 {
    position: absolute;
    top: 7.7%;
    left: 4.72%;
  }
  .about-content {
    width: 540px;
  }
  .map-wrap {
    width: calc(100% / 3 * 2);
    margin: auto;
  }
  .map-balloon {
    transform: translateY(-20px);
  }
  /* aboutmos */
  .aboutmos .content {
    width: 1000px;
  }
  .aboutmos .kv {
    height: 680px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wrap-about {
    display: flex;
    align-items: center;
  }
  .wrap-about .img-wrap,
  .wrap-about .txt-wrap,
  .aboutmos .wrap .img-wrap,
  .aboutmos .wrap .txt-wrap {
    width: 50%;
  }
  .wrap-about .img-wrap {
    padding: 0 80px 0 65px;
  }
  .wrap-about .txt-wrap {
    padding-left: 120px;
  }
  .wrap-about .img-initial {
    margin-bottom: 32px;
  }
  .wrap-about .img-inner:last-child .img-initial {
    margin-bottom: 54px;
  }
  .aboutmos .wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .aboutmos .wrap.txt-left .img-wrap {
    order: 1;
  }
  .happy-inner {
    max-width: 500px;
    margin: auto;
  }
  .aboutmos .wrap .txt-wrap {
    padding-left: 50px;
  }
  .aboutmos .footer {
    margin-top: 168px;
  }
}
@media screen and (max-width: 768px) {
  /* common */
  .header {
    padding: 10px 15px;
    height: 60px;
  }
  .anchor {
    scroll-margin-top: 60px;
  }
  .header-nav li {
    margin: 68px 0;
  }
  .header .logo,
  .header .logo img {
    height: 100%;
  }
  .main {
    margin-top: 60px;
  }
  .content {
    max-width: calc(100% - 30px);
  }
  .header-nav-wrap {
    background: rgba(255, 255, 255, 0.95);
    display: none;
    font-size: 20px;
    padding: 15px;
    text-align: center;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    overflow-y: auto;
    z-index: 999;
  }
  .sp-menu {
    width: 28px;
    height: 24px;
    position: relative;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0;
  }
  .sp-menu:hover {
    opacity: 1;
  }
  .sp-menu span {
    position: absolute;
    left: 0;
    width: 28px;
    height: 1px;
    transform: scaleY(2);
    background-color: #007749;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .sp-menu span:nth-child(1) {
    top: 0;
  }
  .sp-menu span:nth-child(2) {
    top: 11px;
  }
  .sp-menu span:nth-child(3) {
    top: 22px;
  }
  .sp-menu.is-active span:nth-child(1) {
    transform: translateY(11px) rotate(45deg) scaleY(2);
  }
  .sp-menu.is-active span:nth-child(2) {
    opacity: 0;
  }
  .sp-menu.is-active span:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg) scaleY(2);
  }
  .nav-close {
    color: #027749;
    font-size: 10px;
  }
  .footer-inner {
    padding: 30px 15px 15px;
    text-align: center;
  }
  .footer .logo img {
    height: 70px;
  }
  .footer-nav-list {
    margin: 25px 0;
  }
  .footer-nav-list li + li {
    margin-top: 15px;
  }
  .footer-link-list {
    justify-content: center;
    margin-top: 26px;
  }
  .page-top {
    top: -27px;
    right: 15px;
    width: 70px;
  }
  /* index */
  .index .h2 {
    font-size: 14px;
  }
  .tab-lang {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 8px;
    margin: 30px auto;
  }
  .tab-lang li {
    width: calc((100% - 16px) / 3);
  }
  .tab-head {
    font-size: 14px;
    line-height: 1.2;
    padding: 15px 12px;
  }
  .tab-head:before {
    margin-right: 6px;
  }
  .about-content {
    padding: 25px 30px 30px;
    width: 100%;
  }
  .about-lead {
    font-size: 24px;
    margin-top: 30px;
  }
  .about-txt {
    margin-top: 20px;
  }
  .locations {
    margin-top: 15px;
  }
  .locations .h2 {
    margin: 25px 30px 0;
  }
  .map-icon {
    width: 6.9%;
  }
  .map-icon01 {top: 42.2%;left: 52.5%;}
  .map-icon02 {top: 40.6%;left: 34.3%;}
  .map-icon03 {top: 53%;left: 30.7%;}
  .map-icon04 {top: 55.3%;left: 20.7%;}
  .map-icon05 {top: 62.1%;left: 24.8%;}
  .map-icon06 {top: 64.5%;left: 5.2%;}
  .map-icon07 {top: 74.4%;left: 11.3%;}
  .map-balloon01,.map-balloon02,.map-balloon03,.map-balloon04,.map-balloon05 {
    top: auto;
    transform: translateX(-50%);
  }
  .map-balloon06,.map-balloon07 {
    transform: translateY(-50%);
  }
  .map-balloon:before,
  .map-balloon:after {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .map-balloon:before {
    bottom: -11px;
    top: auto;
    border-width: 11px 9px 0 9px;
    border-color: #EC1234 transparent transparent transparent;
  }
  .map-balloon:after {
    bottom: -10px;
    top: auto;
    border-width: 10px 8px 0 8px;
    border-color: #fff transparent transparent transparent;
  }
  .map-balloon06::before,
  .map-balloon07::before {
    left: -11px;
    bottom: auto;
    top: calc(50% - 9px);
    transform: none;
    border-width: 9px 11px 9px 0;
    border-style: solid;
    border-color: transparent #EC1234 transparent transparent;
  }
  .map-balloon06::after,
  .map-balloon07::after {
    left: -10px;
    bottom: auto;
    top: calc(50% - 8px);
    transform: none;
    border-width: 8px 10px 8px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
  }
  .map-balloon01 {bottom: 61%;left: 56%;}
  .map-balloon02 {bottom: 62.5%;left: 37.5%;}
  .map-balloon03 {bottom: 50%;left: 34%;}
  .map-balloon04 {bottom: 48%;left: 24%;}
  .map-balloon05 {bottom: 41%;left: 28%;}
  .map-balloon06 {top: 67%;left: 17%;}
  .map-balloon07 {top: 76%;left: 23%;}
  /* aboutmos */
  .aboutmos .kv {
    padding: 190px 30px;
  }
  .aboutmos .txt {
    font-size: 14px;
    line-height: 2.57;
    margin-top: 30px;
  }
  .wrap-about {
    margin-top: 50px;
    padding: 0 32px;
  }
  .wrap-about .h2 {
    font-size: 30px;
  }
  .wrap-about .img-wrap {
    margin-top: 30px;
  }
  .happy {
    padding: 30px 30px 120px;
    margin: 80px 0;
  }
  .happy .h2,
  .aboutmos .wrap .h3 {
    font-size: 30px;
    line-height: 1.9;
  }
  .happy-img {
    width: 130px;
    right: 30px;
    bottom: 60px;
  }
  .aboutmos .wrap {
    margin-top: 65px;
  }
  .wrap-about .img-center-txt {
    font-size: 10px;
  }
  .wrap-about .img-initial {
    font-size: 37px;
    width: 37px;
  }
  .wrap-about .img-inner + .img-inner {
    margin-top: 40px;
  }
  .wrap-about .img-inner:last-child {
    margin-top: 20px;
  }
  .wrap-about .img-center-txt {
    margin-top: 5px;
  }
  .aboutmos .wrap .h2 {
    font-size: 36px;
    line-height: 1.11;
    margin-bottom: 40px;
  }
  .aboutmos .wrap01 .img {
    width: 200px;
    max-width: 80%;
    margin-bottom: 40px;
  }
  .aboutmos .wrap02 .img {
    height: 230px;
    margin-bottom: 30px;
  }
  .aboutmos .wrap03 .img {
    width: 210px;
    max-width: 80%;
    margin-bottom: 56px;
  }
  .aboutmos .footer {
    margin-top: 105px;
  }
}