/*
Theme Name: Original Theme
Description: オリジナルテーマ
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: Original（テーマフォルダ名と同じ）
*/

@charset "utf-8";

/*********************************************
全体共通
*********************************************/
html{
  font-size: 16px;
}

body {
  font-family: "Figtree", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75em;
  letter-spacing: 0.1em;
  text-align: justify;
  font-feature-settings: "palt";
  margin: 0;
  padding: 0;
  color: #000;
  width: 100%;
  background-color: aliceblue;
  overflow-x: hidden!important;
  position: relative;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
}
img {
  width: 100%;
  height: auto;
  line-height: 0;
}
a {
  color: inherit!important;
  pointer-events: painted!important;
  -webkit-tap-highlight-color: transparent;
}
section {
  padding: 80px;
}
.sp-only {
  display: block!important;
}
.pc-only {
  display: none!important;
}
.anchor-target {
  scroll-margin-top: ;
}

/* フェードイン */
.fadeIn {
  opacity: 0;
  transition: 1.5s;
}
.fadeIn.is-show {
  opacity: 1;
}
/* 下からフェードイン */
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 4vw);
  transition: 1s;
}
.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/* 左からフェードイン */
.fadeIn_left {
  opacity: 0;
  transform: translate(-4vw, 0);
  transition: 1s;
}
.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/* ズームアウトしながらフェードイン */
.fadeIn_zoomout {
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 1s 1s, transform 1s 1s;
}
.fadeIn_zoomout.is-show {
  opacity: 1;
  transform: scale(1);
}

/*********************************************
共通装飾
*********************************************/
/* 見出しタイトル */
.title {
  font-size: 30px;
  margin-bottom: 80px;
}

/*********************************************
ヘッダー
*********************************************/
header {
  width: 100vw;
  height: 80px;
  z-index: 100;
  position: fixed!important;
  box-sizing: border-box;
  background: #fff;
  filter: drop-shadow(0em 0.5em 1em rgba(0, 0, 0, 0.1));
}
/*********************************************
メインコンテナ
*********************************************/
.container {
  padding: 160px;
  overflow: hidden;
}
body.home .container {
  padding: 80px;
  overflow: hidden;
}

/******** ミッション ********/
section.mission {

}

/*********************************************
地図
*********************************************/
.faci_map {
  margin-bottom: 3vw;
  border: 1px solid #CFCFCF;
  background: #fff;
}
.faci_map .btn {
    font-size: 4.15vw;
    padding: 0.45em 0;
    color: #434343;
    width: 100%;
    /* display: flex; */
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    background-color: #cea90d;
    color: #fff;
    font-weight: 400;
}
.faci_map .btn .arrow {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    right: 10%;
    top: 40%;
    transform: translateY(-50%);
}
.faci_map .btn .arrow::before {
    content: '';
    width: 0.8em;
    height: 0.8em;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    position: absolute;
    left: 0.2rem;
    transform: rotate(135deg);
}
.btn-common {
    border: none !important;
    background: #01826e;
    color: #fff;
    border-radius: 0.5rem;
    font-weight: 500;
    box-shadow: 0 1rem 10px #DDD;
    filter: none;
    text-align: center;
    font-size: 30px;
    padding: 20px;
}
.faci_name {
  font-size: 30px;
}
.faci_col-wrap {
    margin-bottom: 100px;
    border: 1px solid #ccc;
    padding: 40px;
}
/*********************************************
フッター
*********************************************/
footer {
  width: 100%;
  color: #fff;
  padding: 0;
}
.footer-inner {
  width: 90%;
  margin: 0 auto;
}
.footer-logoandname {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 1vw;
  margin-bottom: 10vw;
  white-space: nowrap;
}
.footer-logo {
  width: 30vw;
  margin-bottom: 4vw;
  margin-left: 5vw;
}
.footer-nameandadd {
  font-size: 3.25vw;
  line-height: 1.6em;
}

.footer-menu {
  position: relative;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 8vw;
}
.footer-menu ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.footer-menu li {
  width: calc(100% / 2);
}
.footer-menu .li-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.25em;
  padding-left: 3.65vw;
  margin-bottom: 7.5vw;
}
.footer-menu .li-inner::before {
  content: "";
  position: absolute;
  background: #fff;
  width: 3.5px;
  height: 87%;
  top: 0;
  left: 0;
}
.footer-menu li .index_ja {
  font-size: 3.6vw;
  font-weight: 500;
  letter-spacing: 2px;
}
.footer-menu li .index_en {
  font-family: "Unbounded", sans-serif;
  font-size: 3vw;
  font-weight: 300;
}
.footer-line {
  width: 100%;
  height: 1px;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 10vw;
}
.footer-bottom {
  margin-left: 2.8vw;
}
.footer-bottom-link {
  font-size: 2.7vw;
  font-weight: 400;
  line-height: 2.55em;
  letter-spacing: 1.3px;
  margin-bottom: 4vw;
  line-height: 6vw;
}
.footer-bottom-link .privacy {
  margin-right: 4vw;
}
.footer-bottom .copyright {
  font-size: 2.7vw;
  font-weight: 300;
}

/*********************************************
レスポンシブ
*********************************************/
@media(max-width:600px) {
}
@media(max-width:760px) { /* ipad mini */
}
@media(max-width:1200px) {
  .pc-only {
    display: block!important;
  }
  .sp-only {
    display: none!important;
  }
  body {
  }
}


/*********************************************
index.php（404 NotFound）
*********************************************/
.error404 .title-wrap {
  margin-bottom: 24vw;
}
.error404 .note {
  text-align: center;
  width: 90vw;
  margin: 0 auto;
  margin-bottom: 40vw;
}
@media(min-width:1200px) {
  .error404 .title-wrap {
    width: 700px;
    margin: 0 auto;
    margin-bottom: 8rem;
  }
  .error404 .note {
    width: 700px;
    margin-bottom: 14rem;
    text-align: left;
  }
}