@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* 大枠 */
html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch !important;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", sans-serif;
}

body {
  font-size: 16px;
  color: #363636;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  body.wrap {
    overflow: hidden;
  }
}
body #wrapper {
  height: auto;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  #screen {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 200;
  }
}
@media print {
  html,
  html body {
    overflow: visible !important;
  }
}
/* アクセシビリティ */
.guidance {
  left: -999px;
  position: absolute;
  width: 990px;
}

img {
  image-rendering: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-box-shadow: #000 0 0 0;
          box-shadow: #000 0 0 0; /* ロールオーバー対応 */
}

img,
x:-moz-any-link,
x:default {
  box-shadow: #000 0 0 0; /* IE7対応 */
}

/* リンク */
a {
  display: inline-block;
}
a:link, a:visited, a:active {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  opacity: 0.7;
  text-decoration: none !important;
}

.NotoSans {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.NotoSerif {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.container {
  width: min(100%, 1040px);
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.container.sm {
  width: min(100%, 880px);
}

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

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

/* ▼ タイトル
--------------------------------------- */
h1.title {
  background: #999;
  padding: 20px 10px;
  margin-bottom: 30px;
  color: #fff;
  overflow: hidden;
}

/* ▼▼▼ ヘッダー
====================================================== */
header {
  background: #fff;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  header {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: visible;
  }
}
header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
  width: min(100%, 1440px);
  height: 70px;
  padding: 0 20px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  header .header_inner {
    display: block;
    height: 50px;
    padding: 0;
  }
}
header .header_inner .header_right {
  width: 100%;
  max-width: 874px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
header .header_inner .header_contact {
  background: url(../img/icon_mail.svg) no-repeat left 20px center/17px, #fd7d33;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(160px, 14vw, 193px);
  height: 40px;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  header .header_inner .header_contact {
    background-position: left 8px center;
    width: 130px;
    padding-left: 12px;
    position: fixed;
    top: 5px;
    right: 50px;
    z-index: 99999;
  }
}

#site_title {
  overflow: hidden;
}
#site_title img {
  width: min(33.4vw, 192px);
}
@media screen and (max-width: 767px) {
  #site_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    width: 100%;
    height: 50px;
    padding: 0 min(2.6vw, 12px);
    position: relative;
    z-index: 2000;
  }
  #site_title img {
    width: 139px;
  }
}

.menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2000;
  }
  .menu .icon {
    display: block;
    width: 25px;
    height: 2px;
    border-top: 2px solid #000;
    position: absolute;
    top: 50%;
    left: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .menu .icon::before, .menu .icon::after {
    content: "";
    width: 25px;
    border-top: 2px solid #000;
    position: absolute;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    right: 0;
  }
  .menu .icon::before {
    top: -10px;
  }
  .menu .icon::after {
    bottom: -8px;
  }
  .menu .icon.active {
    border-color: transparent;
  }
  .menu .icon.active::before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
    top: -2px;
    right: 0;
  }
  .menu .icon.active::after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    bottom: 0;
    right: 0;
  }
}

/* グローバルナビゲーション */
#gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 min(2.9vw, 40px);
  width: min(100%, 874px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #gnav {
    display: block !important;
    background: #fff;
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    float: none;
    width: 100%;
    max-height: 100vh;
    padding: 60px 0 20px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow: auto;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  #gnav.open {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 min(1.5vw, 26px);
}
@media screen and (max-width: 767px) {
  #gnav ul {
    display: block;
  }
}
#gnav ul > li.current a {
  color: #FD7D33;
}
@media screen and (max-width: 767px) {
  #gnav ul > li {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    text-indent: 0;
  }
}
#gnav ul > li a {
  padding: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 0.95rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #gnav ul > li a {
    display: block;
    height: 50px !important;
    background-size: 10px 10px !important;
    padding: 0 15px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
  }
}
#gnav ul > li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  #gnav ul > li a:hover {
    text-decoration: none;
    opacity: 1;
  }
}

/* ▼▼▼ メイン 「コンテンツとサイドを囲む要素」
====================================================== */
#main {
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #main {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .menu_fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

body#introduction .ttl_wrap::before {
  background-image: url(../img/ttl_introduction.webp);
}

body#service .ttl_wrap::before {
  background-image: url(../img/ttl_service.webp);
}

body#schedule .ttl_wrap::before {
  background-image: url(../img/ttl_schedule.webp);
}

body#information .ttl_wrap::before {
  background-image: url(../img/ttl_information.webp);
}

body#access .ttl_wrap::before {
  background-image: url(../img/ttl_access.webp);
}

.ttl_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E2F2E9;
  padding: 0 20px;
  margin-bottom: 25px;
  height: 330px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .ttl_wrap {
    padding: 270px 20px 20px;
    height: 100%;
  }
}
.ttl_wrap::before {
  content: "";
  background-repeat: no-repeat;
  background-position: right -20px center;
  background-size: 381px;
  height: 100%;
  width: min(100%, 1000px);
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .ttl_wrap::before {
    background-position: center top;
  }
}
.ttl_wrap .ttl {
  width: min(100%, 1000px);
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
}
.ttl_wrap .ttl em {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #009856;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  position: relative;
}
.ttl_wrap .ttl em::after {
  content: "";
  display: block;
  border: 2px solid currentColor;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sect_ttl {
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sect_ttl {
    font-size: 24px;
  }
}
.sect_ttl span {
  display: block;
  padding-bottom: 1em;
  margin-bottom: 1em;
  color: #009856;
  font-size: 20px;
  text-align: center;
  position: relative;
}
.sect_ttl span::after {
  content: "";
  display: block;
  border: 1px solid currentColor;
  width: 90px;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  left: 50%;
}

.sub_ttl {
  margin-bottom: 40px;
  color: #006633;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .sub_ttl {
    margin-bottom: 30px;
  }
}

.txt_center {
  text-align: center;
}

.line_18 {
  line-height: 1.8;
}

.area {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .area {
    padding: 50px 0;
  }
}
.area.bg {
  background: #F6F6F6;
}

.btn {
  width: min(100%, 328px);
  margin: 55px auto 0;
}
.btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid currentColor;
  border-radius: 36px;
  width: 100%;
  height: 60px;
  color: #0A2E1D;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  position: relative;
}
.btn a::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
  right: 20px;
}

/* ▼ map
--------------------------------------- */
.map {
  width: 100%;
  height: 371px;
  font-size: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .map {
    margin-bottom: 20px;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.map iframe {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.access_table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .access_table {
    display: block;
  }
  .access_table tbody, .access_table tr {
    display: block;
    width: 100%;
  }
}
.access_table th, .access_table td {
  border-bottom: 1px dashed #000;
  padding: 30px 0 20px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .access_table th, .access_table td {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.access_table th {
  color: #009856;
}
@media screen and (max-width: 767px) {
  .access_table th {
    border: none;
    padding-top: 15px;
  }
}
.access_table td {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .access_table td {
    padding: 10px 0 15px;
  }
}
.access_table td a {
  color: #FD7D33;
  text-decoration: underline;
}

#access.area .sect_ttl {
  margin-bottom: 130px;
}
@media screen and (max-width: 767px) {
  #access.area .sect_ttl {
    margin-bottom: 50px;
  }
}
#access.area .logo {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #access.area .logo {
    margin-bottom: 40px;
  }
  #access.area .logo img {
    width: 192px;
  }
}

/* ▼ パンくず
--------------------------------------- */
#path {
  margin-bottom: 10px;
  font-size: 14px;
  overflow: hidden;
}
#path li {
  float: left;
}
#path li:not(:last-child):after {
  content: "〉";
  margin-left: 10px;
  color: #333;
}

/* ▼ システム
--------------------------------------- */
.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* ▼▼▼ フッター
===================================== */
.contact_wrap {
  background: #E2F2E9;
  padding: 90px 0 100px;
}
.contact_wrap p {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_wrap p {
    font-size: 16px;
  }
}
.contact_wrap .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px 30px;
}
.contact_wrap .btn_wrap .btn {
  margin: 0;
}
.contact_wrap .btn_wrap .btn a {
  border: none;
  border-radius: 56px;
  height: 80px;
  color: #fff;
  font-weight: 500;
}
.contact_wrap .btn_wrap .btn.tel a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url(../img/icon_tel.svg) no-repeat left 30px center/22px, #009856;
}
.contact_wrap .btn_wrap .btn.tel a span {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.3;
}
.contact_wrap .btn_wrap .btn.mail a {
  background: url(../img/icon_mail.svg) no-repeat left 40px center/22px, #FD7D33;
}

footer {
  background: #0a2e1d;
  width: 100%;
  padding-top: 30px;
  clear: both;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 25px;
    font-size: 12px;
  }
}
footer #footer_inner {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}
footer #footer_inner img {
  display: block;
  width: 192px;
  margin: 0 auto;
}
footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(100%, 800px);
  margin: 50px auto 0;
}
footer ul li {
  padding: 0 20px;
  text-align: center;
  border-right: 1px solid #fff;
  line-height: 1;
}
footer ul li:last-child {
  border: none;
}
@media screen and (max-width: 767px) {
  footer ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
  }
  footer ul li {
    border: none;
  }
  footer ul li a {
    display: block;
    padding: 16px 12px;
  }
}
footer .privacy-policy-link {
  margin-top: 20px;
  text-align: center;
}

/* ▼ ページ上部へ戻る
--------------------------------------- */
.pagetop {
  background: #009856;
  border-radius: 50%;
  width: 66px;
  height: 66px;
  bottom: 20px;
  right: 20px;
  z-index: 2000;
  position: fixed;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .pagetop {
    width: 45px;
    height: 45px;
    right: 12px;
  }
}
.pagetop::before, .pagetop::after {
  content: "";
  position: absolute;
  left: 50%;
}
.pagetop::before {
  border-left: 3px solid #fff;
  height: 25px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
}
@media screen and (max-width: 767px) {
  .pagetop::before {
    border-width: 2px;
    height: 15px;
  }
}
.pagetop::after {
  width: 16px;
  height: 16px;
  border: 3px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  top: 21px;
}
@media screen and (max-width: 767px) {
  .pagetop::after {
    border-width: 2px;
    width: 10px;
    height: 10px;
    top: 15px;
  }
}

/* ▼ コピーライト
--------------------------------------- */
#copyright {
  background: #03160d;
  margin-top: 50px;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #copyright {
    margin-top: 20px;
    font-size: 10px;
    text-align: center;
  }
}