@charset "UTF-8";
:root {
  --header_height: 92px;
}
/* リセットCSS
===================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
  font-weight: 500;
  background: #fff;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, button, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #fff;
}

/*------------------------------
common
------------------------------*/
body {
  color: #000;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
}
body.is-active {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll; /* スクロールバー補完 */
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

/* スマホ用の表示の時はis-pcは非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* PC用の表示の時はis-spは非表示 */
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/* コンテンツ幅
------------------------------*/
.inner {
  width: 1200px;
  max-width: 90%;
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    max-width: 100%;
    padding: 0 8.3%;
  }
}

/* タイトル
------------------------------*/
.c-section-title {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1.1428571429;
  font-weight: 700;
}
@media (max-width: 767px) {
  .c-section-title {
    justify-content: flex-start;
    transform: translateX(-10px);
  }
}

.c-section-title__en {
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  margin-right: 0.35em;
}
@media (max-width: 767px) {
  .c-section-title__en {
    font-size: min(2.8rem, 5.8333333333vw);
  }
}

/* ボタン
------------------------------*/
.c-button {
  display: inline-block;
  width: 300px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 0.7em 0;
  border-radius: 25px;
}
@media (max-width: 767px) {
  .c-button {
    width: 300px;
    max-width: 100%;
    font-size: 2rem;
    padding: 0.5em 0;
  }
}

/* 背景色
------------------------------*/
.u-bg-blue {
  background: #DC433C;
}

.u-bg-rd {
  background: #64904B;
}

.u-bg-yel-grn {
  background: #FFF061;
}

/* 親要素全体にリンク
------------------------------*/
.c-link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------------------------------
下層ページ共通
------------------------------*/
.c-page-mv {
  width: 100%;
  aspect-ratio: 1500/400;
  background: url(../img/mv.webp) no-repeat center center/cover;
  margin-top: calc(var(--header_height) * -1);
  position: relative;
}
.c-page-mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/mv_decoration.webp) no-repeat center center/contain;
  width: 100%;
  aspect-ratio: 3000/936;
}
@media (max-width: 767px) {
  .c-page-mv {
    aspect-ratio: 480/220;
  }
}

.c-page-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.7714285714;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .c-page-title {
    font-size: 2.8rem;
    margin-bottom: 1.8em;
  }
}

/*------------------------------
access
------------------------------*/
.access {
  padding-bottom: 50px;
}
.access h2 {
  align-items: center;
}
.access h2 span {
  letter-spacing: 0.15em;
}
@media (max-width: 767px) {
  .access {
    padding-bottom: 70px;
  }
}

.access__map {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  margin-top: 30px;
}
.access__map iframe {
  width: 100%;
  aspect-ratio: 1200/380;
}
@media (max-width: 767px) {
  .access__map {
    max-width: 100%;
  }
  .access__map iframe {
    aspect-ratio: 480/380;
  }
}

.access__button {
  margin-top: 30px;
  text-align: center;
}
.access__button a {
  color: #000;
}

.access__guide {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .access__guide {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .access__guide__inner {
    padding: 4%;
  }
}

.access__guide-title {
  font-size: 1.7rem;
  line-height: 1.7647058824;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
}

.access__info {
  margin-top: 15px;
  border-top: 1px dashed #008791;
  display: flex;
  flex-wrap: wrap;
}
.access__info dt, .access__info dd {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6428571429;
  font-family: "Noto Sans JP", sans-serif;
  padding: 1.3em 0;
  border-bottom: 1px dashed #008791;
}
.access__info dt {
  width: 75px;
  display: flex;
  align-items: center;
}
.access__info dd {
  width: calc(100% - 75px);
}
.access__info dd a {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .access__info dt {
    padding-left: 2%;
    width: 85px;
  }
  .access__info dd {
    padding-right: 2%;
    width: calc(100% - 85px);
  }
}

.access__sns {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.access__sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48%;
  font-size: min(2.7rem, 2.6041666667vw);
  font-weight: 700;
  line-height: 1.7407407407;
  letter-spacing: 0.2em;
  color: #fff;
  padding: 1em 0;
}
.access__sns a::before {
  display: inline-block;
  content: "";
  aspect-ratio: 1/1;
  margin-right: 0.6em;
}
@media (max-width: 767px) {
  .access__sns {
    display: block;
    margin-top: 20px;
  }
  .access__sns a {
    width: 100%;
    font-size: min(2.7rem, 5.625vw);
  }
}

.access__sns-LINE {
  background: url(../img/access_bg1.webp) no-repeat center center/cover;
}
.access__sns-LINE::before {
  background: url(../img/icon_LINE_wh.webp) no-repeat center center/contain;
  width: 1.6em;
}

.access__sns-instagram {
  background: url(../img/access_bg2.webp) no-repeat center center/cover;
}
.access__sns-instagram::before {
  background: url(../img/icon_Indtagram_wh.webp) no-repeat center center/contain;
  width: 1.37em;
}
@media (max-width: 767px) {
  .access__sns-instagram {
    margin-top: 20px;
  }
}

/*------------------------------
header
------------------------------*/
header {
  position: relative;
  z-index: 200;
  height: var(--header_height);
}

@media (max-width: 767px) {
  .header__inner {
    padding: 0 5px 0 0;
  }
}

.header__content {
  position: relative;
}

.header__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
}
.header__logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 999px) {
  .header__logo {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .header__logo {
    width: min(170px, 35.4166666667vw);
  }
}

/* 固定ページのヘッダーロゴのみに適用 */
@media (max-width: 767px) {
  .page .header__logo {
    width: min(130px, 27.0833333333vw);
  }
}

.header__nav {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 7px 0.9%;
  padding-left: 3.7%;
  border-radius: 32px;
  position: relative;
  outline: 14px solid rgba(226, 138, 12, 0.5);
  top: 35px;
}
@media (max-width: 767px) {
  .header__nav {
    outline: none;
    padding: 5px 20px 5px 30px;
    top: 20px;
  }
}

.header__menu {
  display: flex;
}
.header__menu li:nth-child(n+2) {
  margin-left: 4em;
  position: relative;
}
.header__menu li:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2em;
  transform: translate(-50%, -50%);
  background: #DC833C;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.header__menu li a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7142857143;
}
@media screen and (max-width: 999px) {
  .header__menu li:nth-child(n+2) {
    margin-left: 3em;
  }
  .header__menu li:nth-child(n+2)::before {
    left: -1.5em;
  }
  .header__menu li a {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .header__menu {
    display: none;
  }
}

.header__sns {
  display: flex;
  margin-left: 40px;
}
.header__sns a {
  display: inline-block;
  width: 20px;
}
.header__sns a:nth-child(n+2) {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .header__sns {
    margin-left: 0;
  }
}

.drawer-icon {
  margin-left: 25px;
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #DC433C;
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.drawer-icon.is-active .drawer-icon__bar1 {
  transform: rotate(-45deg);
  top: 8px;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  transform: rotate(45deg);
  top: 8px;
}
@media (max-width: 767px) {
  .drawer-icon {
    width: min(50px, 10.4166666667vw);
  }
}

.drawer-icon__bars {
  width: 15px;
  height: 15px;
  display: block;
  position: relative;
  z-index: 400;
}

.drawer-icon__bar1,
.drawer-icon__bar2,
.drawer-icon__bar3 {
  position: absolute;
  width: 15px;
  height: 2px;
  background: #fff;
  top: 0;
  left: 0;
}

.drawer-icon__bar1 {
  top: 0;
  transition: transform 0.3s;
}

.drawer-icon__bar2 {
  top: 6px;
}

.drawer-icon__bar3 {
  top: 12px;
  transition: transform 0.3s;
}

.drawer-content {
  width: 100%;
  height: 500px;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 135, 145, 0.95);
  padding: 80px 0;
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
  overflow-y: auto;
  overscroll-behavior: contain; /* scroll伝番防止 */
}
.drawer-content.is-active {
  transform: translateX(0);
}
@media (max-width: 767px) {
  .drawer-content {
    height: 100%;
    padding-top: 65px;
  }
}

.drawer-nav {
  display: flex;
  align-items: center;
  width: 850px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .drawer-nav {
    display: block;
    width: 370px;
  }
}

.drawer-sns {
  display: flex;
  flex-direction: column;
  margin-right: 14%;
}
.drawer-sns a {
  width: 45px;
}
.drawer-sns a:nth-child(n+2) {
  margin-top: 40px;
  margin-left: 10%;
}
@media (max-width: 767px) {
  .drawer-sns {
    flex-direction: row;
  }
  .drawer-sns a {
    width: 35px;
  }
  .drawer-sns a:nth-child(n+2) {
    margin-top: 0;
  }
}

.drawer-menu:nth-of-type(1) {
  margin-right: 19%;
}
.drawer-menu li:nth-child(n+2) {
  margin-top: 25px;
}
.drawer-menu li a {
  display: block;
  font-size: min(2rem, 2.0833333333vw);
  font-weight: 700;
  line-height: 1.75;
  color: #fff;
}
@media (max-width: 767px) {
  .drawer-menu {
    margin-left: 0;
    margin-top: 7%;
  }
  .drawer-menu li:nth-child(n+2) {
    margin-top: 10%;
  }
  .drawer-menu li a {
    font-size: 2rem;
  }
}

/*------------------------------
footer
------------------------------*/
footer {
  padding: 60px 0;
  background: #FFF0BF;
}
@media (max-width: 767px) {
  footer {
    padding: 30px 0 60px;
  }
}

@media (max-width: 767px) {
  .footer__header {
    display: flex;
    align-items: center;
  }
}

.footer__logo {
  width: 320px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .footer__logo {
    width: min(240px, 50vw);
    margin: unset;
  }
}

.footer__nav {
  margin-top: 6.7%;
}
@media (max-width: 767px) {
  .footer__nav {
    display: flex;
    justify-content: space-between;
    margin-top: 10.7%;
    padding: 0 3%;
  }
}

.footer__menu {
  display: flex;
  justify-content: center;
}
.footer__menu li a {
  display: inline-block;
  font-size: min(1.7rem, 1.6927083333vw);
  line-height: 1.7647058824;
}
@media (max-width: 767px) {
  .footer__menu {
    display: block;
    width: 46%;
  }
  .footer__menu li a {
    font-size: min(1.7rem, 3.5416666667vw);
  }
  .footer__menu li:nth-child(n+2) {
    margin-top: 10%;
  }
}

@media (min-width: 768px) {
  .footer__menu01 li:nth-child(n+2) {
    margin-left: min(75px, 5vw);
  }
}

@media (min-width: 768px) {
  .footer__menu02 {
    margin-top: 30px;
  }
  .footer__menu02 li:nth-child(n+2) {
    margin-left: min(55px, 3.6666666667vw);
  }
}

.footer__sns {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.footer__sns a {
  width: 20px;
  height: 100%;
}
.footer__sns a:nth-child(n+2) {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .footer__sns {
    margin-top: 0;
    margin-left: 16%;
  }
  .footer__sns a:nth-child(n+2) {
    margin-left: 30px;
  }
}

.top-button {
  position: fixed;
  right: max((100vw - 1200px) / 2, 5vw);
  bottom: 10px;
  width: min(170px, 11.3333333333vw);
  z-index: 100;
}
@media (max-width: 767px) {
  .top-button {
    display: none;
  }
}

/*------------------------------
404
------------------------------*/
.error-page {
  padding: 10% 0 24.4%;
  text-align: center;
}
.error-page h2 {
  font-size: 6rem;
  font-weight: bold;
}
.error-page p {
  padding-top: 5%;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .error-page h2 {
    font-size: 4rem;
  }
  .error-page p {
    font-size: 1.6rem;
  }
}

/*------------------------------
リキャプチャ
------------------------------*/
.grecaptcha-badge {
  display: none !important;
}
/*# sourceMappingURL=common.css.map */