@charset "UTF-8";
/* リセット・共通スタイル
---------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: YuGothic, "游ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  color: #14415D;
  font-size: 13px;
}
@media all and (min-width: 751px) {
  body {
    font-size: 15px;
  }
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

a img {
  border: none;
}

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

figure {
  margin: 0;
}

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

ul, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

input, label, select, textarea {
  vertical-align: middle;
}

button {
  color: inherit;
  background-color: unset;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

/* inner
---------------------------------------------------------- */
.inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 20px;
}

/* 非表示
---------------------------------------------------------- */
@media all and (min-width: 751px) {
  .for_sp {
    display: none;
  }
}

@media all and (max-width: 750px) {
  .for_pc {
    display: none;
  }
}

/* スクロールで出現
---------------------------------------------------------- */
.js_scroll {
  opacity: 0;
  left: -40px;
  position: relative;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.js_scroll.scroll_active {
  opacity: 1;
  left: 0;
}
.js_scroll.delay02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js_scroll.delay04 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.js_scroll.delay06 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.js_scroll.delay08 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

/* セクションタイトル
---------------------------------------------------------- */
.sec_ttl {
  text-align: center;
  margin-bottom: 30px;
}
@media all and (min-width: 751px) {
  .sec_ttl {
    width: 600px;
    margin: 0 auto 60px;
  }
}
.sec_ttl span {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}
@media all and (min-width: 751px) {
  .sec_ttl span {
    font-size: 22px;
  }
}

.column_link {
  margin-top: 20px;
}
.column_link a {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  border: 2px solid #005e73;
  border-radius: 20px;
  padding: 12px;
  color: #005e73;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  background: #fff;
  -webkit-box-shadow: 4px 4px 0px #005e73;
          box-shadow: 4px 4px 0px #005e73;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
  width: 80%;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 751px) {
  .column_link a {
    font-size: 16px;
    padding: 15px 40px;
  }
}
@media (hover: hover) {
  .column_link a:hover {
    -webkit-box-shadow: 0px 0px 0px #005e73;
            box-shadow: 0px 0px 0px #005e73;
    top: 4px;
    left: 4px;
  }
}

header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
  margin: 0 auto;
}
header img {
  width: 160px;
}
@media all and (min-width: 751px) {
  header {
    max-width: 950px;
    padding: 40px 0;
  }
  header img {
    width: 320px;
  }
}

.header_reserve_btn {
  position: relative;
  left: 0px;
  top: 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  position: relative;
  padding: 1px 10px 4px;
  border-radius: 16px;
  border: 1px solid #00527d;
  background: #ffffff;
  -webkit-box-shadow: 6px 6px 0 #00527d;
          box-shadow: 6px 6px 0 #00527d;
  text-decoration: none;
  color: #00527d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 751px) {
  .header_reserve_btn {
    padding: 8px 20px 8px;
  }
}
@media (hover: hover) {
  .header_reserve_btn:hover {
    -webkit-box-shadow: 0px 0px 0 #00527d;
            box-shadow: 0px 0px 0 #00527d;
    left: 6px;
    top: 6px;
  }
}

.header_reserve_btn img {
  width: 25px;
  height: 25px;
}
@media all and (min-width: 751px) {
  .header_reserve_btn img {
    width: 45px;
    height: 45px;
  }
}

.header_reserve_main {
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
}
@media all and (min-width: 751px) {
  .header_reserve_main {
    font-size: 14px;
  }
}
.header_reserve_main span {
  font-size: 14px;
}
@media all and (min-width: 751px) {
  .header_reserve_main span {
    font-size: 20px;
  }
}

.header_reserve_text {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.header_reserve_tag {
  padding: 2px 10px;
  border-radius: 999px;
  background: #00527d;
  color: #fff;
  font-size: 9px;
  font-weight: 700;
}
@media all and (min-width: 751px) {
  .header_reserve_tag {
    font-size: 12px;
  }
}

.footer .footer_inner {
  border-top: 1px solid #e0e4ea;
  padding-top: 40px;
}
.footer .footer_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  gap: 16px;
}
.footer .footer_logo {
  width: 176px;
}
.footer .footer_logo_sub {
  margin: 0;
  font-size: 11px;
  color: #748996;
}
.footer .footer_pagetop {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 20px;
  background: #FFEE8E;
  border: solid #14415D 1px;
  -webkit-box-shadow: 6px 6px 0 #14415D;
          box-shadow: 6px 6px 0 #14415D;
  text-decoration: none;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) {
  .footer .footer_pagetop:hover {
    top: 6px;
    left: 6px;
    -webkit-box-shadow: 0px 0px 0 #14415D;
            box-shadow: 0px 0px 0 #14415D;
  }
}
.footer .footer_pagetop_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  height: 14px;
}
.footer .footer_nav {
  margin-bottom: 40px;
}
.footer .footer_menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
.footer .footer_menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  text-decoration: none;
  color: #1d2120;
}
.footer .footer_menu li a .footer_menu_icon {
  width: 40px;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer .footer_menu li a .footer_menu_icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .footer_menu li a .footer_menu_text {
  font-size: 16px;
  font-weight: 700;
  color: #00527d;
  position: relative;
}
.footer .footer_menu li a .footer_menu_text::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #00527d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .footer_menu li a:hover .footer_menu_text::after {
  width: 100%;
}
.footer .footer_reserve {
  margin: 48px 0 40px;
}
.footer .footer_reserve_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px solid #00527d;
  background: #ffffff;
  -webkit-box-shadow: 8px 8px 0 #00527d;
          box-shadow: 8px 8px 0 #00527d;
  text-decoration: none;
  color: #00527d;
  gap: 10px;
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .footer_reserve_btn img {
  width: 32px;
}
@media (hover: hover) {
  .footer .footer_reserve_btn:hover {
    top: 8px;
    left: 8px;
    -webkit-box-shadow: 0px 0px 0 #00527d;
            box-shadow: 0px 0px 0 #00527d;
  }
}
.footer .footer_reserve_main {
  letter-spacing: 0.12em;
  font-weight: bold;
  font-size: 15px;
}
.footer .footer_reserve_main span {
  font-size: 18px;
}
.footer .footer_reserve_tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2px 10px;
  border-radius: 999px;
  font-weight: bold;
  background: #00527d;
  color: #fff;
  font-size: 11px;
}
.footer .footer_bottom {
  padding-top: 10px;
}
.footer .footer_others_title {
  margin: 0 0 16px;
  font-size: 13px;
  letter-spacing: 0.2em;
  color: #748996;
}
.footer .footer_others_list {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
  row-gap: 10px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.footer .footer_others_list li {
  text-align: left;
}
.footer .footer_others_list li a {
  text-decoration: none;
  color: #00527d;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}
.footer .footer_others_list li a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  background: #00527d;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .footer_others_list li a:hover::after {
  width: 100%;
}
.footer .footer_copyright {
  margin: 40px 0;
}
.footer .footer_copyright p {
  margin: 0;
  text-align: center;
  font-size: 11px;
  color: #D6DADF;
}
.footer .footer_copyright .footer_copyright_name {
  margin-top: 8px;
}
@media all and (min-width: 751px) {
  .footer {
    padding: 72px 0 60px;
  }
  .footer .footer_head {
    margin-bottom: 56px;
  }
  .footer .footer_menu {
    gap: 18px;
  }
  .footer .footer_menu_text {
    font-size: 18px;
  }
  .footer .footer_reserve_btn {
    padding: 22px 28px;
  }
  .footer .footer_reserve_main {
    font-size: 20px;
  }
  .footer .footer_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 40px;
  }
  .footer .footer_others_list {
    max-width: 520px;
  }
}
.footer .menu_btn_wrap {
  position: fixed;
  left: 50%;
  bottom: 44px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 950px;
  max-width: 100vw;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  pointer-events: none;
}
.footer .menu_btn {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  pointer-events: auto;
}
@media all and (max-width: 750px) {
  .footer .menu_btn {
    right: 20px;
    position: relative;
  }
}
.footer .menu-list-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border-radius: 20px;
  background: #e3f2f7;
  border: 1px solid #14415D;
  -webkit-box-shadow: 8px 8px 0 #14415D;
          box-shadow: 8px 8px 0 #14415D;
  text-decoration: none;
  color: #14415D;
  font-weight: bold;
  font-size: 18px;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 6px 18px;
}
@media (hover: hover) {
  .footer .menu-list-btn:hover {
    -webkit-box-shadow: 0px 0px 0 #14415D;
            box-shadow: 0px 0px 0 #14415D;
    top: 8px;
    left: 8px;
  }
}
.footer .menu-list-btn-icon {
  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;
  width: 32px;
  height: 32px;
}
.footer .menu-list-btn-text {
  font-family: inherit;
  font-size: 18px;
  letter-spacing: 0.08em;
  font-family: "Jost", sans-serif;
}