@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=Hina+Mincho&display=swap");
html, body {
  font-size: 16px;
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

body {
  overflow-x: hidden;
  word-break: break-word;
  background-color: #7DB4BE;
}
body.open {
  overflow: hidden;
}
body:not(.top-page, .course-page, .gourmet-page, .souvenir-page)::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 713px;
  background: -webkit-gradient(linear, left bottom, left top, from(#7db4be), to(#5597b1));
  background: linear-gradient(to top, #7db4be 0%, #5597b1 100%);
  z-index: -2;
}
body:not(.top-page, .course-page, .gourmet-page, .souvenir-page) main {
  position: relative;
  overflow: hidden;
  padding: 3rem 15px;
}
body:not(.top-page, .course-page, .gourmet-page, .souvenir-page) main article {
  max-width: 1320px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 25px;
  margin: 0 auto;
  padding: 5rem 15px;
}
body:not(.top-page, .course-page, .gourmet-page, .souvenir-page) main article section.extend:has(+ .container-fluid[style="display: none;"]) {
  border-radius: 0 0 25px 25px;
}
body:not(.top-page, .course-page, .gourmet-page, .souvenir-page) main article section.extend:has(> .container-fluid) {
  width: calc(100% + 30px);
  margin-left: -15px;
}
body:not(.top-page, .course-page, .gourmet-page, .souvenir-page) main::after {
  content: "";
  position: absolute;
  top: 1.25rem;
  left: 0;
  display: block;
  width: 100%;
  height: 1288px;
  background-image: url("../img/history_bg.png?20260717");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.21;
  z-index: -1;
}
body:not(.course-page, .gourmet-page, .souvenir-page)::before {
  content: "";
  position: fixed;
  top: -17.625rem;
  display: block;
  width: 100%;
  height: 749px;
  background-image: url("../img/fixed_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  body:not(.top-page, .course-page) main {
    padding-top: 3.875rem;
  }
}
@media screen and (max-width: 575px) {
  body:not(.course-page)::before {
    height: 405px;
    background-size: cover;
    background-position: left;
  }
}

.container-fluid {
  max-width: 1230px; /*　画面幅の上限　*/
  margin-left: auto;
  margin-right: auto;
}
.container-fluid.narrow-width {
  max-width: 950px;
}

a {
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
}
a:hover, a:active, a:focus {
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
}

.cookie_policy {
  display: none;
  position: fixed;
  bottom: 0;
  right: calc(50px + 1rem);
  color: #7DB4BE;
  background-color: #fff;
  border: 1px solid #7DB4BE;
  border-bottom: none;
  padding: 10px;
  z-index: 999;
  cursor: pointer;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.cookie_policy p {
  margin: 0;
}
.cookie_policy:hover {
  color: #fff;
  background-color: #7DB4BE;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.cookie_content {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  max-width: 30em;
  width: 100%;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1.2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 999;
}
.cookie_content .cookie_text {
  color: #fff;
}
.cookie_content .cookie_text a {
  color: dodgerblue;
}
.cookie_content .cookie_btn {
  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;
  gap: 1rem;
  margin-top: 1rem;
}
.cookie_content .cookie_btn span {
  font-weight: 500;
  padding: 0.5em 1.5em;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.cookie_content .cookie_btn span.cookie_agree {
  color: #fff;
  background-color: dodgerblue;
}
.cookie_content .cookie_btn span.cookie_disagree {
  color: rgb(92, 114, 145);
  background-color: #fff;
}
.cookie_content .cookie_btn span:hover {
  cursor: pointer;
  opacity: 0.6;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (max-width: 575px) {
  .cookie_content {
    bottom: 0;
    left: auto;
    max-width: 100dvw;
    font-size: 0.75rem;
  }
  .cookie_content .cookie_text {
    margin-bottom: 1em;
  }
}

@-webkit-keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.anker {
  margin-top: -10rem;
  padding-top: 10rem;
}
@media screen and (max-width: 767px) {
  .anker {
    margin-top: -4rem;
    padding-top: 4rem;
  }
}

header.global_header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background-color: #1C365A;
  z-index: 100;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header.global_header nav.global_nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 4.1875rem;
  width: 100%;
  height: 100%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
header.global_header nav.global_nav h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  margin-left: 1.8125rem;
  margin-right: auto;
  padding: 0;
}
header.global_header nav.global_nav h1 a img {
  max-width: 390px;
  width: 20.5dvw;
  min-width: 150px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
header.global_header nav.global_nav > div.global_menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.global_header nav.global_nav > div.global_menu ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2.9375rem;
  text-align: right;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu {
  position: relative;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu a {
  position: relative;
  display: block;
  color: #fff;
  font-size: clamp(16px, 2.8125dvw, 18px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-decoration: none;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu a:hover::after {
  width: 100%;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu {
  display: none;
  position: absolute;
  top: 100%;
  padding-top: 11px;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.inner {
  position: relative;
  padding: 1.25rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  background-color: rgba(125, 180, 190, 0.5);
  text-align: left;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.inner::before {
  content: "";
  position: absolute;
  left: 1rem;
  bottom: 100%;
  border-bottom: 11px solid rgba(125, 180, 190, 0.5);
  border-left: 6px solid rgba(125, 180, 190, 0);
  border-right: 6px solid rgba(125, 180, 190, 0);
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.inner a {
  white-space: nowrap;
  display: inline-block;
}
header.global_header nav.global_nav > div.global_menu ul li.main_menu .sub_menu div.inner a + a {
  margin-top: 0.5rem;
}
@media screen and (max-width: 991px) {
  header.global_header nav.global_nav > div.global_menu {
    display: none;
  }
}
@media (max-width: 1700px) {
  header.global_header nav.global_nav {
    gap: 2.5rem;
  }
  header.global_header nav.global_nav h1 {
    margin-left: 1.5rem;
  }
  header.global_header nav.global_nav h1 a img {
    max-width: 250px;
  }
  header.global_header nav.global_nav > div.global_menu ul {
    gap: 1.75rem;
  }
  header.global_header nav.global_nav > div.global_menu ul li.main_menu a {
    font-size: clamp(14px, 2.5dvw, 16px);
  }
}
@media (max-width: 1350px) {
  header.global_header nav.global_nav > div.global_menu {
    margin-right: 1.5rem;
  }
  header.global_header nav.global_nav > div.global_menu ul {
    gap: 1.25rem;
  }
  header.global_header nav.global_nav span.navi_link {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  header.global_header {
    position: absolute;
    height: 75px;
  }
  header.global_header nav.global_nav h1 {
    margin-left: 1.0625rem;
  }
  header.global_header nav.global_nav h1 a img {
    max-width: 257px;
    width: 60dvw;
  }
}

body.scrolled header.global_header {
  height: 85px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body.scrolled header.global_header nav.global_nav {
  gap: 2.5rem;
}
body.scrolled header.global_header nav.global_nav h1 a img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 70px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body.scrolled header.global_header nav.global_nav > div.global_menu ul {
  gap: 1.75rem;
}
body.scrolled header.global_header nav.global_nav span.navi_link {
  height: 85px;
}
body.scrolled header.global_header nav.global_nav span.navi_link a {
  padding: 0.75rem 1.5rem;
}
body.scrolled header.global_header nav.global_nav span.navi_link a img {
  max-height: 35px;
}
@media (max-width: 1350px) {
  body.scrolled header.global_header nav.global_nav h1 a img {
    width: 20.5dvw;
  }
  body.scrolled header.global_header nav.global_nav > div.global_menu ul {
    gap: 1.125rem;
  }
}

span.navi_link {
  display: block;
  height: 110px;
  background-color: #F87C8F;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
span.navi_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  text-decoration: none;
  padding: 1.25rem 2rem;
}
span.navi_link a img {
  max-width: 210px;
}
span.navi_link a p {
  color: #fff;
  font-size: 0.8125rem;
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.198em;
  margin: 0;
  padding-left: 2px;
}
span.navi_link:has(a > span) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.9375rem;
  width: 100%;
  padding: 1.25rem 1rem;
}
span.navi_link:has(a > span) a > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 9px;
  height: 100%;
}
span.navi_link:has(a > span) a > span {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  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;
  width: 3.6875rem;
  height: 3.6875rem;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
span.navi_link:has(a > span) a > span::after {
  content: "";
  display: block;
  width: 18px;
  height: 9px;
  background-color: #fff;
  -webkit-mask-image: url("../img/arrow.svg");
          mask-image: url("../img/arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
span.navi_link:hover, span.navi_link:active, span.navi_link:focus {
  opacity: 0.7;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

div.sp_menu {
  position: sticky;
  top: 0.5rem;
  left: 100%;
  display: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 100;
  margin-right: 10px;
}
div.sp_menu label.modal_toggle_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  width: 54px;
  height: 54px;
  line-height: 1;
  background-color: #223B5E;
  border: 1px solid #223B5E;
  border-radius: 50%;
  cursor: pointer;
  margin: 0;
  margin-left: auto;
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
  z-index: 99999;
}
div.sp_menu label.modal_toggle_btn span {
  display: block;
  width: 27px;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
div.sp_menu label.modal_toggle_btn:hover, div.sp_menu label.modal_toggle_btn:active, div.sp_menu label.modal_toggle_btn:focus {
  background-color: #fff;
}
div.sp_menu label.modal_toggle_btn:hover span, div.sp_menu label.modal_toggle_btn:active span, div.sp_menu label.modal_toggle_btn:focus span {
  background-color: #223B5E;
}
div.sp_menu:has(input:checked) label.modal_toggle_btn {
  position: relative;
  background-color: transparent;
  border-color: transparent;
}
div.sp_menu:has(input:checked) label.modal_toggle_btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  margin: 0;
}
div.sp_menu:has(input:checked) label.modal_toggle_btn span:first-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(-20deg);
          transform: translate(-50%, -50%) rotate(-20deg);
}
div.sp_menu:has(input:checked) label.modal_toggle_btn span:nth-of-type(2) {
  opacity: 0;
}
div.sp_menu:has(input:checked) label.modal_toggle_btn span:last-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(20deg);
          transform: translate(-50%, -50%) rotate(20deg);
}
div.sp_menu:has(input:checked) label.modal_toggle_btn:hover, div.sp_menu:has(input:checked) label.modal_toggle_btn:active, div.sp_menu:has(input:checked) label.modal_toggle_btn:focus {
  background-color: #fff;
}
div.sp_menu:has(input:checked) label.modal_toggle_btn:hover span, div.sp_menu:has(input:checked) label.modal_toggle_btn:active span, div.sp_menu:has(input:checked) label.modal_toggle_btn:focus span {
  background-color: #223B5E;
}
@media screen and (max-width: 991px) {
  div.sp_menu {
    display: block;
  }
}

/******************/
input#modal_menu_flg {
  display: none;
}

div.modal_menu {
  display: block;
  max-width: 430px;
  width: 100%;
  height: 100%;
  background-color: #223B5E;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 998;
  -webkit-transition: ALL 0.35s ease;
  transition: ALL 0.35s ease;
  opacity: 0;
  pointer-events: none;
  overflow-y: scroll;
}
input#modal_menu_flg:checked + div.modal_menu {
  opacity: 1;
  pointer-events: auto;
}
div.modal_menu > div.global_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  min-height: calc(100% - 110px);
  padding: 5rem 3.75rem;
}
div.modal_menu > div.global_menu ul {
  max-width: 767px;
  width: 100%;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
div.modal_menu > div.global_menu ul li {
  margin-bottom: 2.625rem;
}
div.modal_menu > div.global_menu ul li a {
  display: block;
  color: #fff;
  font-size: clamp(16px, 3.125dvw, 20px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 0;
}
div.modal_menu > div.global_menu ul li a:hover, div.modal_menu > div.global_menu ul li a:active, div.modal_menu > div.global_menu ul li a:focus, div.modal_menu > div.global_menu ul li a[href="javascript:void(0);"] {
  color: #999;
}
div.modal_menu > div.global_menu ul li a[href="javascript:void(0);"] {
  cursor: default;
}
div.modal_menu > div.global_menu ul li div a {
  padding-left: 1.875rem;
}
div.modal_menu > div.global_menu ul li:last-of-type {
  margin-bottom: 0;
}
div.modal_menu label {
  padding: 0.75rem;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  border: none;
  display: block;
  cursor: pointer;
  line-height: 1;
  width: 3rem;
  height: 3rem;
  background-color: #7DB4BE;
}
div.modal_menu label span {
  display: block;
  width: 75%;
  background-color: #ffffff;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
div.modal_menu label span:first-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
div.modal_menu label span:last-of-type {
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
          transform: translate(-50%, -50%) rotate(315deg);
}
@media screen and (max-width: 767px) {
  div.modal_menu {
    max-width: 100%;
  }
}

div.global_footer {
  position: relative;
  z-index: 1;
}
div.global_footer footer {
  color: #fff;
  background-color: #1C365A;
  padding-top: 1.75rem;
  padding-bottom: 3.3125rem;
  position: relative;
}
div.global_footer footer div.footer_contents {
  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;
  gap: 1.625rem;
}
div.global_footer footer div.footer_contents h3 {
  font-size: clamp(18px, 3.125dvw, 20px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #fff;
  margin-bottom: 1.25rem;
  padding-bottom: 0.9375rem;
}
div.global_footer footer div.footer_contents p {
  color: #fff;
  line-height: 1.6875;
  letter-spacing: 0.05em;
  margin-bottom: 7px;
}
div.global_footer footer div.footer_contents small {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  margin-top: 1.0625rem;
}
@media screen and (max-width: 767px) {
  div.global_footer footer {
    padding-top: 2.125rem;
    padding-bottom: 2rem;
  }
  div.global_footer footer div.footer_contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  div.global_footer footer div.footer_contents .contents_right {
    display: none;
  }
}
div.global_footer .copyright {
  display: none;
}

/* ページトップへ戻るボタン */
#page-top {
  position: fixed;
  bottom: 15px;
  right: 20px;
  z-index: 50;
}
#page-top a {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  text-decoration: none;
  background-color: rgba(61, 61, 61, 0.5);
  border-radius: 50%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#page-top a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  max-width: 1rem;
}
#page-top a:hover, #page-top a:active {
  background-color: #3d3d3d;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

body:not(.top-page) main {
  padding-bottom: 3rem;
}
main .rowwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}
main .rowwrap .primary {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .rowwrap .secondary {
  width: 21.6667%;
  margin-left: 4.75%;
}
@media screen and (max-width: 991px) {
  main .rowwrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  main .rowwrap .primary {
    width: 100%;
  }
  main .rowwrap .secondary {
    width: 100%;
    margin-left: 0;
    margin-top: 3rem;
  }
}

/*****************/
/* ページタイトル */
/****************/
main div.page-head {
  height: 336px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  main div.page-head {
    height: 98px;
  }
}
main div.page-title {
  position: relative;
  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;
  gap: clamp(32px, 10dvw, 64px);
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  main div.page-title {
    margin-bottom: 2rem;
  }
}
main div.page-title .title_inner > h2 {
  margin: 0;
}
main div.page-title .title_inner span {
  display: block;
  color: #FFF;
  line-height: 1.2;
  text-align: center;
}
main div.page-title .title_inner span.jp {
  font-size: clamp(36px, 10dvw, 64px);
  font-family: "kinuta-maruminold-stdn";
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
main div.page-title .title_inner span.en {
  font-size: clamp(20px, 4.6875dvw, 30px);
  font-family: "Arial";
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.1em;
}

/***************+*/
/* ぱんくずリスト */
/****************/
nav.breadcrumb-filud {
  margin-bottom: 6.25rem;
  background-color: #EAEEF2;
}
nav.breadcrumb-filud ol.breadcrumb {
  margin: 0 auto;
  background-color: transparent;
  font-size: 0;
  padding: 0.75rem 15px;
  max-width: 1230px;
}
nav.breadcrumb-filud ol.breadcrumb li.breadcrumb-item {
  font-size: 0.875rem;
}
nav.breadcrumb-filud ol.breadcrumb li.breadcrumb-item a {
  color: #999999;
}
nav.breadcrumb-filud ol.breadcrumb li.breadcrumb-item + .breadcrumb-item::before {
  content: "　|　";
  padding-right: 0.25rem;
}
nav.breadcrumb-filud ol.breadcrumb li.breadcrumb-item.active {
  color: #999999;
}
@media screen and (max-width: 767px) {
  nav.breadcrumb-filud {
    display: none;
    margin-bottom: 3.125rem;
  }
  nav.breadcrumb-filud ol.breadcrumb {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0.625rem 5%;
  }
  nav.breadcrumb-filud ol.breadcrumb li.breadcrumb-item {
    display: inline;
    font-size: 0.625rem;
  }
}

/****************/
/* サイドメニュー */
/***************/
aside.secondary nav.sidebar-menu {
  margin-bottom: 2rem;
}
aside.secondary nav.sidebar-menu > h3 {
  font-size: 1.125rem;
  color: #ffffff;
  background-color: #7DB4BE;
  margin: 0 auto;
  padding: 1rem 0;
  text-align: center;
  line-height: 1;
  font-weight: normal;
  font-weight: bold;
}
aside.secondary nav.sidebar-menu {
  /* メニュー本体 */
}
aside.secondary nav.sidebar-menu > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
aside.secondary nav.sidebar-menu > ul > li {
  border-bottom: 1px dotted #999999;
  line-height: 1.2;
  padding: 1px 0;
}
aside.secondary nav.sidebar-menu > ul > li > a {
  padding: 20px 15px;
  display: block;
  text-decoration: none;
  color: #000000;
  font-size: 0.875rem;
}
aside.secondary nav.sidebar-menu > ul > li > a::before {
  padding-right: 0.75em;
  color: #7DB4BE;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
}
aside.secondary nav.sidebar-menu > ul > li:hover > a, aside.secondary nav.sidebar-menu > ul > li:active > a, aside.secondary nav.sidebar-menu > ul > li.active > a {
  text-decoration: none;
  background-color: #EEEEEE;
}
aside.secondary nav.sidebar-menu + nav.sidebar-menu {
  margin-top: 2rem;
}
aside.secondary ul.banner_list {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
aside.secondary ul.banner_list li {
  margin-bottom: 1rem;
}
aside.secondary ul.banner_list li a {
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  body:not(.top-page) main > .container-fluid {
    padding: 0;
  }
  body:not(.top-page) main > .container-fluid .rowwrap .primary {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/********/
/*見出し*/
/*******/
.lv1 span {
  position: relative;
  display: inline-block;
  color: #333;
  font-size: clamp(24px, 5.46875dvw, 35px);
  font-family: "kinuta-maruminold-stdn";
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.05em;
  z-index: 0;
}
.lv1 span::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  display: block;
  width: calc(100% + 11px);
  height: 21px;
  background-color: #E5DDAC;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .lv1 span::after {
    max-width: 100%;
  }
}

.lv2 span {
  position: relative;
  display: block;
  color: #333;
  font-size: clamp(20px, 4.6875dvw, 30px);
  font-family: "kinuta-maruminold-stdn";
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .lv2 span {
    line-height: 1.5;
  }
}

.lv3 span {
  position: relative;
  color: #444;
  font-size: clamp(18px, 3.125dvw, 20px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  line-height: 1.4;
  padding-left: 0.9em;
}
.lv3 span::before, .lv3 span::after {
  position: absolute;
  content: "";
  width: 0.2em;
  height: 50%;
  left: 0;
}
.lv3 span::before {
  top: 0;
  background-color: #7DB4BE;
}
.lv3 span::after {
  bottom: 0;
  background-color: color-mix(in srgb, #7DB4BE, black 20%);
}

.lv4 span {
  color: #444;
  font-size: clamp(16px, 2.8125dvw, 18px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.08em;
  margin: 0;
}

/*************/
/*テキストのみ*/
/************/
.text-only {
  margin: 0;
}
.text-only p {
  font-size: clamp(16px, 2.8125dvw, 18px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.text-only p a {
  color: #026BB2;
  text-decoration: underline;
}

/************/
/* 写真のみ */
/**********/
.photo-only {
  text-align: center;
  margin: 0;
}
.photo-only a img {
  display: inline-block;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.photo-only a:hover img, .photo-only a:active img, .photo-only a:focus img {
  opacity: 0.7;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.photo-only p.caption {
  font-size: clamp(16px, 2.8125dvw, 18px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-top: 0.5em;
  margin-bottom: 0;
}

/*****************/
/* 写真＋テキスト */
/****************/
.photo-and-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.8125rem;
  margin: 0;
}
.photo-and-text:where(.photo-left) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
.photo-and-text:where(.photo-right) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
.photo-and-text div.text-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.photo-and-text div.text-area > strong {
  position: relative;
  display: inline-block;
  color: #333;
  font-size: clamp(24px, 5.46875dvw, 35px);
  font-family: "kinuta-maruminold-stdn";
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.05em;
  z-index: 0;
  margin-bottom: 1.8125rem;
}
.photo-and-text div.text-area > strong::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  display: block;
  max-width: calc(100dvw - (400px + 2.8125rem + 75px));
  width: 105%;
  height: 21px;
  background-color: #E5DDAC;
  z-index: -1;
}
.photo-and-text div.text-area > strong span {
  font-size: clamp(20px, 3.90625dvw, 25px);
}
.photo-and-text div.text-area p {
  font-size: clamp(16px, 2.8125dvw, 18px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.photo-and-text span.photo-area {
  max-width: 400px;
  border-radius: 10px;
}
.photo-and-text span.photo-area img {
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
}
@media screen and (max-width: 1199px) {
  .photo-and-text div.text-area strong::after {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .photo-and-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1.875rem;
  }
  .photo-and-text span.photo-area {
    display: block;
    width: 100% !important;
    max-width: 100%;
    text-align: center;
  }
  .photo-and-text span.photo-area:not(:has(img)) {
    display: none;
  }
  .photo-and-text span.photo-area img {
    margin-bottom: 0;
  }
}

/*********************/
/* 2列写真+キャプション */
/* 3列写真+キャプション */
/* 4列写真+キャプション */
/*********************/
.two-photo,
.three-photo,
.four-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.two-photo .photo_set,
.three-photo .photo_set,
.four-photo .photo_set {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.two-photo .photo_set img,
.three-photo .photo_set img,
.four-photo .photo_set img {
  display: inline-block;
  border-radius: 10px;
}
.two-photo .photo_set .caption-title,
.three-photo .photo_set .caption-title,
.four-photo .photo_set .caption-title {
  font-size: clamp(16px, 2.8125dvw, 18px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.02em;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0;
}
.two-photo .photo_set .caption-text,
.three-photo .photo_set .caption-text,
.four-photo .photo_set .caption-text {
  font-size: clamp(16px, 2.8125dvw, 18px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: left;
  margin: 5px 0;
}
.two-photo .photo_set span.photo_even,
.three-photo .photo_set span.photo_even,
.four-photo .photo_set span.photo_even {
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1.5;
  position: relative;
  border-radius: 10px;
}
.two-photo .photo_set span.photo_even img,
.three-photo .photo_set span.photo_even img,
.four-photo .photo_set span.photo_even img {
  max-width: 100%;
  height: auto;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
.two-photo a img,
.three-photo a img,
.four-photo a img {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-color: #ffffff;
}
.two-photo a:hover img,
.three-photo a:hover img,
.four-photo a:hover img {
  opacity: 0.7;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .two-photo,
  .three-photo,
  .four-photo {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .two-photo.turn_on,
  .three-photo.turn_on,
  .four-photo.turn_on {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .two-photo.turn_on div.photo_set,
  .three-photo.turn_on div.photo_set,
  .four-photo.turn_on div.photo_set {
    width: 100%;
  }
  .two-photo.turn_on div.photo_set span.photo_even,
  .three-photo.turn_on div.photo_set span.photo_even,
  .four-photo.turn_on div.photo_set span.photo_even {
    aspect-ratio: unset !important;
  }
  .two-photo.turn_on div.photo_set span.photo_even img,
  .three-photo.turn_on div.photo_set span.photo_even img,
  .four-photo.turn_on div.photo_set span.photo_even img {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
  .two-photo.turn_on div.photo_set + div.photo_set,
  .three-photo.turn_on div.photo_set + div.photo_set,
  .four-photo.turn_on div.photo_set + div.photo_set {
    margin-top: 2rem;
  }
}

/**********/
/* リスト */
/*********/
ul.dot, ol.dot, ul.none, ol.none {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.dot > li, ol.dot > li, ul.none > li, ol.none > li {
  position: relative;
  font-size: clamp(16px, 2.8125dvw, 18px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  padding-left: 2em;
}
ul.dot > li::before, ol.dot > li::before, ul.none > li::before, ol.none > li::before {
  display: inline-block;
  width: 2em;
  position: absolute;
  left: 0;
  color: #7DB4BE;
}

ul.dot > li::before, ol.dot > li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "•";
  text-align: center;
}

ul.counter, ol.counter {
  display: table;
  margin: 0;
  padding: 0;
}
ul.counter li, ol.counter li {
  display: table-row;
  counter-increment: number;
  list-style-type: none;
  font-size: clamp(16px, 2.8125dvw, 18px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 0;
}
ul.counter li::before, ol.counter li::before {
  content: counter(number) ".";
  display: table-cell;
  padding-right: 0.4em;
  text-align: right;
  white-space: nowrap;
}
ul.counter li::after, ol.counter li::after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
ul.counter li:last-of-type:after, ol.counter li:last-of-type:after {
  margin-bottom: 0;
}

/**********/
/* ボタン */
/*********/
.btn-on {
  margin: 0;
}

.original-btn {
  --btn-font-color: #ffffff;
  --btn-back-color: #7DB4BE;
  --btn-line-color: #7DB4BE;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-align: center;
  border: 1px solid var(--btn-line-color);
  background-color: var(--btn-back-color);
  color: var(--btn-font-color);
  padding: 1.5rem;
  font-size: clamp(16px, 2.8125dvw, 18px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  min-width: 400px;
  border-radius: 7px;
}
.original-btn:is(:hover, :active, :focus) {
  text-decoration: none;
  background-color: var(--btn-font-color);
  color: var(--btn-back-color);
}
.original-btn.btn-big {
  min-width: 450px;
  padding: 2em;
}
.original-btn.btn-small {
  min-width: 300px;
  font-size: 0.875rem;
  padding: 1.125rem;
}
.original-btn.btn-blue {
  --btn-line-color:#00238C;
  --btn-back-color:#00238C;
}
.original-btn.btn-green {
  --btn-line-color:#006600;
  --btn-back-color:#006600;
}
.original-btn.btn-orange {
  --btn-line-color:#FF8000;
  --btn-back-color:#FF8000;
}
.original-btn.btn-gray {
  --btn-line-color:#999999;
  --btn-back-color:#999999;
}
@media screen and (max-width: 767px) {
  .original-btn {
    padding: 0.625rem 1rem;
  }
  .original-btn.btn-big {
    padding: 0.9375rem 1.125rem;
  }
  .original-btn.btn-small {
    padding: 0.625rem 0.875rem;
  }
}

.hr-on {
  margin: 0;
}

/***********************************************/
/* Youtube GoogleMap 埋め込みタグ レスポンシブ化 */
/***********************************************/
.youtube-box,
.gmap-box {
  position: relative;
  padding-bottom: 55.5%;
  height: 0;
}
.youtube-box iframe,
.gmap-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.youtube-on,
.googlemap-on {
  margin: 0;
}

/************/
/* テーブル */
/***********/
table.table-standard,
table.table-flexible {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
table.table-standard tr,
table.table-flexible tr {
  border-bottom: 1px solid #eee;
}
table.table-standard tr th,
table.table-flexible tr th, table.table-standard tr td,
table.table-flexible tr td {
  font-size: 1rem;
  color: #333;
  border: none;
  padding: 2.03125rem 0;
}
table.table-standard tr th,
table.table-flexible tr th {
  font-weight: 500;
  white-space: nowrap;
  padding-left: 0.25rem;
}

.table-on {
  margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
  table.table-standard tr th, table.table-standard tr td,
  table.table-flexible tr th,
  table.table-flexible tr td {
    padding: 1.1875rem 0.5rem;
  }
  table.table-standard tr th,
  table.table-flexible tr th {
    font-weight: bold;
  }
}

@media screen and (max-width: 991px) {
  table.table-flexible {
    display: block;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
  }
  table.table-flexible tbody {
    display: block;
    width: 100%;
  }
  table.table-flexible tbody tr {
    display: block;
    width: 100%;
  }
  table.table-flexible tbody tr th, table.table-flexible tbody tr td {
    display: block;
    width: 100%;
    padding: 0.5em 0;
    word-break: break-all;
  }
  table.table-flexible.tophead tr:first-of-type, table.table-flexible.lefttophead tr:first-of-type {
    display: none;
  }
  table.table-flexible.tophead td::before, table.table-flexible.lefttophead td::before {
    content: attr(data-tophead) "：";
    font-weight: bold;
  }
  table.table-standard {
    margin-bottom: 0;
    border-left: none;
    border-top: none;
  }
  table.table-standard tbody {
    display: block;
  }
  table.table-standard tbody tr th,
  table.table-standard tbody tr td {
    min-width: 10em;
    white-space: nowrap;
  }
}
/********/
/* 全幅 */
/*******/
section.extend {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2rem 15px;
}
section.extend.extend_fixed {
  background-attachment: fixed;
}
section.extend.none_space {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .view_pc_blocktype {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .view_sp_blocktype {
    display: none !important;
  }
}
section.input_wrap {
  width: 100%;
}
section.input_wrap .input_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
section.input_wrap .input_group:first-of-type {
  border-top: 1px solid #CCCCCC;
}
section.input_wrap .input_group .input_label {
  display: block;
  width: 13em;
  font-size: 1.125rem;
  margin: 0;
  padding: 0;
}
section.input_wrap .input_group .input_label span.required {
  font-size: 1rem;
  color: #FF6A06;
  margin-left: 1em;
}
section.input_wrap .input_group .input_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.input_wrap .input_group .input_content.name_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
section.input_wrap .input_group .input_content.name_set div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
section.input_wrap .input_group .input_content.name_set div:first-of-type {
  padding-right: 1rem;
}
section.input_wrap .input_group .input_content.name_set div:last-of-type {
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  section.input_wrap .input_group .input_content.name_set div:first-of-type {
    padding-right: 0.5rem;
  }
  section.input_wrap .input_group .input_content.name_set div:last-of-type {
    padding-left: 0.5rem;
  }
}
section.input_wrap .input_group .input_content.address_set {
  width: 100%;
}
section.input_wrap .input_group .input_content.address_set div:first-of-type {
  margin-bottom: 1rem;
}
section.input_wrap .input_group .input_content .schedule_set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.input_wrap .input_group .input_content .schedule_set input[name*=date],
section.input_wrap .input_group .input_content .schedule_set input[type=date] {
  width: 9rem;
}
section.input_wrap .input_group .input_content .schedule_set input[name*=time],
section.input_wrap .input_group .input_content .schedule_set input[type=time] {
  width: 7rem;
}
@media screen and (max-width: 575px) {
  section.input_wrap .input_group .input_content .schedule_set {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.input_wrap .input_group .input_content .schedule_set span {
    display: block;
    width: calc(100% - 17rem);
  }
  section.input_wrap .input_group .input_content .schedule_set span ~ input[type=date] {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  section.input_wrap .input_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  section.input_wrap .input_group .input_label {
    width: auto;
    margin-bottom: 1rem;
  }
}
section.input_wrap .input_group.has-error .input_item {
  border-color: #ff5757;
}
section.input_wrap .input_group.has-error span.error_message {
  font-size: 1rem;
  color: #ff5757;
  display: inline-block;
  font-weight: 600;
  margin-top: 0.5em;
}

.submit_area {
  text-align: center;
  margin-top: 4.125rem;
}
.submit_area p {
  width: 100%;
  margin-bottom: 2.625rem;
}
.submit_area .button_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
.submit_area .button_wrap .original-btn {
  min-width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.submit_area button + button {
  margin-top: 1rem;
}

.input_item {
  display: block;
  width: 100%;
  height: 3.5em;
  padding: 1em 0.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3e3e3e;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #999999;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  outline: none;
}
.input_item::-webkit-input-placeholder {
  color: #AAAAAA;
}
.input_item::-moz-placeholder {
  color: #AAAAAA;
}
.input_item:-ms-input-placeholder {
  color: #AAAAAA;
}
.input_item::-ms-input-placeholder {
  color: #AAAAAA;
}
.input_item::placeholder {
  color: #AAAAAA;
}
.input_item.inline_parts {
  display: inline-block;
  width: auto;
}
@media screen and (max-width: 767px) {
  .input_item {
    height: 2.5em;
    padding: 0.5em;
  }
}
.input_item:active, .input_item:focus {
  border-color: #333333;
  background-color: #fffad7;
}

textarea.input_item {
  height: auto;
}

/*** ラジオボタン ****/
input.input_item[type=radio] {
  display: none;
  border: 0;
  margin: 0;
}
input.input_item[type=radio] + label {
  display: block;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}
input.input_item[type=radio] + label:empty {
  min-height: 1em;
}
input.input_item[type=radio] + label:last-of-type {
  margin-bottom: 0;
}
input.input_item[type=radio] + label:before, input.input_item[type=radio] + label:after {
  content: "";
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
input.input_item[type=radio] + label:before {
  top: 50%;
  left: 0;
  width: 1em;
  height: 1em;
  border: 2px solid #999;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
input.input_item[type=radio] + label:after {
  top: 50%;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  background-color: transparent;
  -webkit-transform: scale(0) translateY(-50%);
          transform: scale(0) translateY(-50%);
}
input.input_item[type=radio]:checked + label:after {
  background-color: #7DB4BE;
  -webkit-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
}

input.input_item[type=checkbox] {
  display: none;
  margin: 0;
}
input.input_item[type=checkbox] + label {
  position: relative;
  padding: 10px 0px 10px 35px;
  line-height: 1.4;
  margin-bottom: 0;
}
input.input_item[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background-color: white;
  border: 2px solid #c2ced2;
}
input.input_item[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  left: 13px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #7DB4BE;
  border-bottom: 3px solid #7DB4BE;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/***************************/
/* 一覧表示（TOP・一覧共通） */
/***************************/
#news-list dl.headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3.875rem;
  color: #333;
  font-size: clamp(16px, 2.8125dvw, 18px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.78;
  letter-spacing: 0.05em;
  text-decoration: none;
  border-bottom: 1px solid #91ABB8;
  margin-bottom: 0;
  padding: 1.5625rem 10px;
}
#news-list dl.headline:first-of-type {
  border-top: 1px solid #91ABB8;
}
#news-list dl.headline span.new {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 3.1875rem;
  height: 1.5rem;
  color: #fff;
  font-family: "Roboto", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  background-color: #EF6E6E;
  border-radius: 3px;
  padding: 0 0.5rem;
}
#news-list dl.headline dt {
  font-family: "Oswald", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.90625rem;
}
#news-list dl.headline dt span.new {
  display: none;
}
#news-list dl.headline dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  width: 100%;
  margin: 0;
}
#news-list dl.headline dd a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  font-size: 1.125rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #news-list dl.headline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 0.8rem;
    padding: 1.125rem 1rem;
  }
  #news-list dl.headline dt {
    font-size: 0.833rem;
    margin-left: 0;
  }
  #news-list dl.headline dt span.new {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 0.833rem;
    font-weight: 400;
    line-height: 1.3;
    padding: 0 0.55rem;
  }
  #news-list dl.headline dd {
    margin-left: 0;
  }
  #news-list dl.headline dd span.new {
    display: none;
  }
  #news-list dl.headline dd a {
    font-size: 1rem;
  }
}
#news-list .news_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.8125rem;
}
#news-list .headline_list:has(.thumbnail_headlines) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
#news-list .headline_list:has(.thumbnail_headlines) .thumbnail_headlines .news_img {
  position: relative;
  margin-bottom: 11px;
}
#news-list .headline_list:has(.thumbnail_headlines) .thumbnail_headlines .news_img a {
  display: block;
  overflow: hidden;
}
#news-list .headline_list:has(.thumbnail_headlines) .thumbnail_headlines .news_img a span {
  display: block;
  width: 100%;
  height: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 66.5%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#news-list .headline_list:has(.thumbnail_headlines) .thumbnail_headlines .news_img a:hover span {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#news-list .headline_list:has(.thumbnail_headlines) .thumbnail_headlines dl {
  margin: 0;
}
#news-list .headline_list:has(.thumbnail_headlines) .thumbnail_headlines dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.05em;
  margin-bottom: 0.5rem;
}
#news-list .headline_list:has(.thumbnail_headlines) .thumbnail_headlines dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 0;
}
#news-list .headline_list:has(.thumbnail_headlines) .thumbnail_headlines dl dd span.new {
  display: inline-block;
  color: #fff;
  font-family: "Roboto", Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  background-color: #ff7272;
  margin-top: 5px;
  padding: 0 0.8125rem;
}
#news-list .headline_list:has(.thumbnail_headlines) .thumbnail_headlines dl dd a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 3.37875rem;
  color: #000;
  font-size: 1.0625rem;
  line-height: 1.59;
  letter-spacing: 0.034em;
}
#news-list .headline_list:has(.thumbnail_headlines) .thumbnail_headlines .category-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
}
#news-list .headline_list:has(.thumbnail_headlines) .thumbnail_headlines:has(dl dd a:hover) .news_img a span {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (max-width: 991px) {
  #news-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #news-list .news_head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 2rem;
  }
  #news-list .news_head p.newslist_btn a {
    margin: 0;
  }
  #news-list .headline_list:has(.thumbnail_headlines) {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  #news-list .news_head p.newslist_btn a {
    font-size: 0.875rem;
  }
  #news-list .headline_list:has(.thumbnail_headlines) .thumbnail_headlines dl dd span.new {
    font-size: 0.833rem;
    line-height: 1.3;
    margin-top: 3px;
    padding: 0 0.55rem;
  }
  #news-list .headline_list:has(.thumbnail_headlines) .thumbnail_headlines dl dd a {
    font-size: 0.875rem;
  }
}

nav.nav_pagination ul.item_wrap {
  --link-color: #303030;
  --link-fond-color: #FAFAFA;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.25rem;
  font-weight: 500;
  padding: 0;
  margin: 5.20625rem 0 0;
}
nav.nav_pagination ul.item_wrap li:where(.arrow, .item) > a,
nav.nav_pagination ul.item_wrap li:where(.arrow, .item) span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 1.8em;
  aspect-ratio: 1/1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
}
nav.nav_pagination ul.item_wrap li.arrow a {
  border: 2px solid var(--link-color);
  border-radius: 5px;
  background-color: var(--link-fond-color);
}
nav.nav_pagination ul.item_wrap li.arrow a i {
  width: 0.5em;
  aspect-ratio: 10/17;
  display: inline-block;
  background-color: var(--link-color);
}
nav.nav_pagination ul.item_wrap li.arrow a:is(:hover, :focus, :active) {
  --link-color: #FAFAFA;
  --link-fond-color: #808080;
}
nav.nav_pagination ul.item_wrap li.arrow a[href="#"] {
  --link-color: #CCC;
  pointer-events: none;
}
nav.nav_pagination ul.item_wrap li.arrow:first-child {
  margin-right: 2.125rem;
}
nav.nav_pagination ul.item_wrap li.arrow:first-child a i {
  clip-path: polygon(90% 0, 100% 10%, 30% 50%, 100% 90%, 90% 100%, 0 50%);
}
nav.nav_pagination ul.item_wrap li.arrow:last-child {
  margin-left: 2.125rem;
}
nav.nav_pagination ul.item_wrap li.arrow:last-child a i {
  clip-path: polygon(10% 0, 0% 10%, 70% 50%, 0 90%, 10% 100%, 100% 50%);
}
nav.nav_pagination ul.item_wrap li.item a {
  color: #aeaeae;
}
nav.nav_pagination ul.item_wrap li.item.active span {
  color: var(--link-color);
}
@media screen and (max-width: 767px) {
  nav.nav_pagination ul.item_wrap {
    margin-top: 2.5rem;
  }
}

a.icon_newscat {
  --cat-font-color: #7DB4BE;
  --cat-back-color: #fff;
  --cat-line-color: #7DB4BE;
  display: inline-block;
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 0.625rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  padding: 0 7px;
  color: var(--cat-font-color);
  background-color: var(--cat-back-color);
  border: 1px solid var(--cat-line-color);
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a.icon_newscat {
    padding: 0 6px;
  }
}
a.icon_newscat:is(:hover, :focus, :active) {
  color: var(--cat-back-color);
  background-color: var(--cat-font-color);
}

body.top-page::before {
  top: -2.4375rem;
  max-width: 100dvw;
}
@media screen and (max-width: 575px) {
  body.top-page::before {
    top: 2.1875rem;
  }
}
body.top-page main::before {
  content: "";
  position: absolute;
  top: 70%;
  left: 0;
  display: block;
  width: 100%;
  max-height: 1288px;
  height: 100%;
  background-image: url("../img/history_bg.png?20260717");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.21;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  body.top-page main::before {
    top: 100%;
  }
}
body.top-page .fixed_item {
  position: fixed;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  color: #fff;
  text-decoration: none;
  background-color: #D67A77;
  border-top-left-radius: 10px;
  padding: 0.8125rem 0.9375rem;
  z-index: 99;
}
body.top-page .fixed_item .item_img {
  width: 7.25rem;
  height: 7.25rem;
  border-radius: 5px;
}
body.top-page .fixed_item .item_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
}
body.top-page .fixed_item p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  font-size: clamp(18px, 3.6458333333dvw, 28px);
  font-family: "kinuta-maruminold-stdn";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0;
}
body.top-page .fixed_item p span {
  font-size: clamp(10px, 2.2135416667dvw, 17px);
  line-height: 1.236;
}
body.top-page .fixed_item > span {
  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;
  width: 4.375rem;
  height: 4.375rem;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-left: 11px;
  margin-right: 5px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body.top-page .fixed_item > span::after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  background-color: #fff;
  -webkit-mask-image: url("../img/arrow.svg");
          mask-image: url("../img/arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
body.top-page .fixed_item:hover > span, body.top-page .fixed_item:active > span, body.top-page .fixed_item:focus > span {
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media screen and (max-width: 575px) {
  body.top-page .fixed_item {
    gap: 7px;
    max-width: 219px;
    width: 100%;
    border-top-left-radius: 5px;
    padding: 0.5rem;
  }
  body.top-page .fixed_item .item_img {
    width: 2.8125rem;
    height: 2.8125rem;
  }
  body.top-page .fixed_item p {
    gap: 1px;
    line-height: 1;
  }
  body.top-page .fixed_item > span {
    width: 2.1875rem;
    height: 2.1875rem;
    margin-left: auto;
    margin-right: 2px;
  }
  body.top-page .fixed_item > span::after {
    width: 10px;
    height: 5px;
  }
}
body.top-page .show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.top-page .hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.top-page section.top_mainvisual {
  width: 100%;
  height: calc(100dvh - 110px);
  min-height: 870px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
body.top-page section.top_mainvisual div.top_slide {
  position: absolute;
  top: 2.5rem;
  right: 8.85%;
  max-width: 730px;
  width: 50dvw;
  aspect-ratio: 1;
}
body.top-page section.top_mainvisual div.top_slide ul.slide_wrap {
  position: absolute;
  width: 50dvw;
  top: 0;
  left: 0;
  max-width: 730px;
  aspect-ratio: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 1;
}
body.top-page section.top_mainvisual div.top_slide ul.slide_wrap::before, body.top-page section.top_mainvisual div.top_slide ul.slide_wrap::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  aspect-ratio: 1;
}
body.top-page section.top_mainvisual div.top_slide ul.slide_wrap::before {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#bff5ff), to(#3bb4cb));
  background: linear-gradient(#bff5ff 0%, #3bb4cb 100%);
  opacity: 0.39;
  z-index: 4;
}
body.top-page section.top_mainvisual div.top_slide ul.slide_wrap::after {
  top: 5px;
  left: 12px;
  max-width: 750px;
  width: 50dvw;
  background: -webkit-gradient(linear, left top, left bottom, from(#a1cdd6), to(#42b7cc));
  background: linear-gradient(#a1cdd6 0%, #42b7cc 100%);
  z-index: -1;
}
body.top-page section.top_mainvisual div.top_slide ul.slide_wrap li.slide {
  position: absolute;
  inset: 0;
  clip-path: inset(0 0% 0 0%);
  border-radius: 50%;
  overflow: hidden;
  will-change: clip-path;
}
body.top-page section.top_mainvisual div.top_slide ul.slide_wrap li.slide img {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: auto;
  height: 100%;
  max-height: 730px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1;
}
body.top-page section.top_mainvisual div.top_slide > img {
  position: absolute;
  z-index: 2;
}
body.top-page section.top_mainvisual div.top_slide > img#text {
  top: 1.3125rem;
  right: -13%;
  max-width: 252px;
  aspect-ratio: 1;
}
body.top-page section.top_mainvisual div.top_photo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  body.top-page section.top_mainvisual div.top_photo {
    background-image: url(../img/main_visual_sp.jpg) !important;
  }
}
body.top-page section.top_mainvisual div.contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.top-page section.top_mainvisual div.contents div.catch {
  position: absolute;
  top: 50%;
  left: 11.675%;
  width: initial;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.top-page section.top_mainvisual div.contents div.catch h2 {
  position: relative;
  margin: 0;
}
body.top-page section.top_mainvisual div.contents div.catch h2 img {
  max-width: 660px;
  width: 40dvw;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(255, 255, 255, 0.75));
          filter: drop-shadow(0px 3px 6px rgba(255, 255, 255, 0.75));
}
@media (max-width: 1700px) {
  body.top-page section.top_mainvisual div.top_slide {
    right: 3.5%;
  }
  body.top-page section.top_mainvisual div.top_slide > img#text {
    right: 0;
  }
  body.top-page section.top_mainvisual div.contents div.catch {
    left: 3.5%;
  }
}
@media (max-width: 1500px) {
  body.top-page section.top_mainvisual div.top_slide > img#text {
    max-width: 200px;
  }
}
@media screen and (max-width: 1199px) {
  body.top-page section.top_mainvisual {
    max-height: 650px;
    min-height: 500px;
  }
}
@media screen and (max-width: 991px) {
  body.top-page section.top_mainvisual {
    height: auto;
    max-height: unset;
    min-height: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.3125rem;
    padding: 4.5625rem 0;
  }
  body.top-page section.top_mainvisual div.top_slide {
    position: relative;
    top: 0;
    left: 0;
    width: calc(85.5dvw + 10px + 6px);
    -webkit-transform: unset;
            transform: unset;
  }
  body.top-page section.top_mainvisual div.top_slide ul.slide_wrap {
    width: 85.5dvw;
  }
  body.top-page section.top_mainvisual div.top_slide ul.slide_wrap::after {
    top: 3px;
    left: 6px;
    width: calc(85.5dvw + 10px);
  }
  body.top-page section.top_mainvisual div.top_slide img#text {
    top: auto;
    bottom: -1.1875rem;
    right: 0.875rem;
  }
  body.top-page section.top_mainvisual div.contents {
    position: static;
  }
  body.top-page section.top_mainvisual div.contents div.catch {
    position: static;
    -webkit-transform: unset;
            transform: unset;
  }
  body.top-page section.top_mainvisual div.contents div.catch h2 {
    text-align: center;
    padding-left: 1.5rem;
  }
  body.top-page section.top_mainvisual div.contents div.catch h2 img {
    max-width: 500px;
    width: 80dvw;
  }
}
@media screen and (max-width: 575px) {
  body.top-page section.top_mainvisual div.top_slide img#text {
    max-width: 137px;
  }
  body.top-page section.top_mainvisual div.contents div.catch h2 img {
    max-width: 336px;
  }
}
body.top-page h3.top_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #629DAD;
  font-size: clamp(32px, 7.03125dvw, 45px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.05em;
  margin: 0;
}
body.top-page h3.top_title span {
  color: #727272;
  font-size: 0.875rem;
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
body.top-page section.top_history {
  position: relative;
  padding: 0 0 8.8125rem;
}
body.top-page section.top_history .text-only p {
  color: #fff;
  font-size: clamp(24px, 6.09375dvw, 39px);
  font-family: "kinuta-maruminold-stdn";
  font-weight: 400;
  line-height: 2.128;
  letter-spacing: 0.2em;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.49);
}
body.top-page section.top_history .tag-on {
  color: #fff;
  text-align: center;
  background-color: rgba(88, 88, 88, 0.74);
  background-image: url("../img/history_bg.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #fff;
  border-radius: 20px;
  padding: 3.5625rem 1.5rem 2.5625rem;
}
body.top-page section.top_history .tag-on h3 {
  font-size: clamp(24px, 5.625dvw, 45px);
  font-family: "mizoletbokutoh";
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 1.5rem;
}
body.top-page section.top_history .tag-on h3 span {
  display: block;
  font-size: clamp(14px, 3.4375dvw, 22px);
  margin-top: 1.25rem;
}
body.top-page section.top_history .tag-on p {
  font-size: clamp(14px, 3.125dvw, 20px);
  font-family: "mizoletbokutoh";
  font-weight: 400;
  line-height: 2.3;
  letter-spacing: 0.1em;
  margin-bottom: 2.5625rem;
}
body.top-page section.top_history .tag-on a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 380px;
  height: 85px;
  color: #fff;
  font-size: clamp(10px, 2.4444444444dvw, 22px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 2.1;
  letter-spacing: 0.1em;
  text-decoration: none;
  background-color: #303030;
  border: 1px solid #707070;
  border-radius: 153px;
  margin: 0 auto;
}
body.top-page section.top_history .tag-on a:hover, body.top-page section.top_history .tag-on a:active, body.top-page section.top_history .tag-on a:focus {
  color: #303030;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body.top-page section.top_history {
    padding: 0 0 5rem;
  }
  body.top-page section.top_history .text-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.top-page section.top_history .text-only p {
    font-size: clamp(19px, 3.4375dvw, 22px);
  }
  body.top-page section.top_history .tag-on p {
    text-align: left;
  }
}
@media screen and (max-width: 575px) {
  body.top-page section.top_history {
    padding: 0 0 2rem;
  }
  body.top-page section.top_history .tag-on {
    background-image: url("../img/history_bg_sp.svg");
    border-width: 2px;
    border-radius: 10px;
    padding: 2.375rem 1.5rem 1.4375rem;
  }
  body.top-page section.top_history .tag-on h3 {
    margin-bottom: 1rem;
  }
  body.top-page section.top_history .tag-on h3 span {
    margin-top: 11px;
  }
  body.top-page section.top_history .tag-on p {
    line-height: 1.86;
    margin-bottom: 1.075rem;
  }
  body.top-page section.top_history .tag-on p br {
    display: none;
  }
  body.top-page section.top_history .tag-on a {
    max-width: 177px;
    width: 100%;
    height: 40px;
  }
}
body.top-page section.top_content {
  background-color: rgba(95, 154, 171, 0.89);
  padding: 9rem 0 6.8125rem;
}
body.top-page section.top_content ul.menu_list {
  display: grid;
  gap: 7.375rem 3.75rem;
  list-style: none;
  margin: 0;
  padding-left: 1.875rem;
}
body.top-page section.top_content ul.menu_list > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
}
body.top-page section.top_content ul.menu_list > li span.menu_icon {
  position: absolute;
  top: -60px;
  left: -1.875rem;
  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;
  width: 167px;
  color: #fff;
  font-size: clamp(16px, 3.2552083333dvw, 25px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.16;
  letter-spacing: 0.1em;
  text-align: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
  pointer-events: none;
  z-index: 1;
}
body.top-page section.top_content ul.menu_list > li .inner_img {
  display: block;
  width: 100%;
  height: 0;
  border-radius: 13px 13px 0 0;
  overflow: hidden;
  padding-bottom: 48.65%;
}
body.top-page section.top_content ul.menu_list > li .inner_img div {
  width: 100%;
  height: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 13px 13px 0 0;
  padding-bottom: 48.65%;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body.top-page section.top_content ul.menu_list > li .inner_slide {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0 0 25px;
  width: 100%;
  background-color: #fff;
  border-radius: 13px 13px 0 0;
  overflow: hidden;
}
body.top-page section.top_content ul.menu_list > li .inner_slide .slick-list, body.top-page section.top_content ul.menu_list > li .inner_slide .slick-track {
  height: 100%;
}
body.top-page section.top_content ul.menu_list > li .inner_slide .slide {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 37/18;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
body.top-page section.top_content ul.menu_list > li .inner_slide .slick-dots {
  bottom: 0;
  line-height: 1;
  height: 25px;
  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;
  gap: 10px;
}
body.top-page section.top_content ul.menu_list > li .inner_slide .slick-dots li {
  display: contents;
}
body.top-page section.top_content ul.menu_list > li .inner_slide .slick-dots li button {
  border-radius: 50%;
  background-color: #ccc;
  width: 10px;
  height: 10px;
}
body.top-page section.top_content ul.menu_list > li .inner_slide .slick-dots li button::before {
  content: "";
}
body.top-page section.top_content ul.menu_list > li .inner_slide .slick-dots li.slick-active button {
  background-color: #999;
}
body.top-page section.top_content ul.menu_list > li .inner_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  border-radius: 0 0 13px 13px;
  padding: 1.3125rem 1.875rem 1.625rem;
}
body.top-page section.top_content ul.menu_list > li .inner_text h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: clamp(24px, 6.25dvw, 40px);
  font-family: "kinuta-maruminold-stdn";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
body.top-page section.top_content ul.menu_list > li .inner_text h3 span {
  font-size: clamp(18px, 3.75dvw, 24px);
  font-family: "Arial";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
body.top-page section.top_content ul.menu_list > li .inner_text p, body.top-page section.top_content ul.menu_list > li .inner_text a {
  color: #333;
  font-size: clamp(14px, 2.8125dvw, 18px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
body.top-page section.top_content ul.menu_list > li .inner_text p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
body.top-page section.top_content ul.menu_list > li .inner_text .btn_area {
  text-align: right;
}
body.top-page section.top_content ul.menu_list > li .inner_text .btn_area p {
  margin-bottom: 2.25rem;
}
body.top-page section.top_content ul.menu_list > li .inner_text .btn_area a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
  font-weight: bold;
  text-decoration: none;
}
body.top-page section.top_content ul.menu_list > li .inner_text .btn_area a span {
  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;
  width: 2.875rem;
  height: 2.875rem;
  -webkit-transition: all 35s ease;
  transition: all 35s ease;
}
body.top-page section.top_content ul.menu_list > li .inner_text .btn_area a span::after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  -webkit-mask-image: url("../img/arrow.svg");
          mask-image: url("../img/arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-transition: all 35s ease;
  transition: all 35s ease;
}
body.top-page section.top_content ul.menu_list > li .inner_text .btn_area a span {
  border: 1px solid;
  border-radius: 50%;
}
body.top-page section.top_content ul.menu_list > li:has(a:hover, a:active, a:focus) .inner_img div {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body.top-page section.top_content ul.menu_list > li:has(a:hover, a:active, a:focus) .inner_text .btn_area a span {
  -webkit-transition: all 35s ease;
  transition: all 35s ease;
}
body.top-page section.top_content ul.menu_list > li:first-of-type {
  grid-column: 1/3;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body.top-page section.top_content ul.menu_list > li:first-of-type span.menu_icon {
  background-color: #7DB4BE;
  height: 167px;
  -webkit-mask-image: url("../img/clippath_01.svg");
          mask-image: url("../img/clippath_01.svg");
  padding-top: 15px;
}
body.top-page section.top_content ul.menu_list > li:first-of-type .inner_img {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  max-width: 410px;
  height: auto;
  border-radius: 13px 0 0 13px;
  padding-bottom: 0;
}
body.top-page section.top_content ul.menu_list > li:first-of-type .inner_img div {
  height: 100%;
  border-radius: 13px 0 0 13px;
  padding-bottom: 0;
}
body.top-page section.top_content ul.menu_list > li:first-of-type .inner_slide .slick-dots li.slick-active button {
  background-color: #7DB4BE;
}
@media screen and (min-width: 992px) {
  body.top-page section.top_content ul.menu_list > li:first-of-type .inner_slide {
    max-width: 435px;
    border-radius: 13px 0 0 13px;
    padding-right: 25px;
    padding-bottom: 0;
  }
  body.top-page section.top_content ul.menu_list > li:first-of-type .inner_slide .slide {
    aspect-ratio: 1/1;
  }
  body.top-page section.top_content ul.menu_list > li:first-of-type .inner_slide .slick-dots {
    width: 25px;
    height: 100%;
    right: 0;
    top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
body.top-page section.top_content ul.menu_list > li:first-of-type .inner_text {
  border-radius: 0 13px 13px 0;
  padding: 3.3125rem 3.375rem 2.1875rem;
}
body.top-page section.top_content ul.menu_list > li:first-of-type .inner_text h3 span {
  color: #629DAD;
}
body.top-page section.top_content ul.menu_list > li:first-of-type .inner_text .btn_area a span {
  border-color: #629DAD;
}
body.top-page section.top_content ul.menu_list > li:first-of-type .inner_text .btn_area a span::after {
  background-color: #629DAD;
}
body.top-page section.top_content ul.menu_list > li:first-of-type:has(a:hover, a:active, a:focus) .inner_text .btn_area a {
  color: #629DAD;
}
body.top-page section.top_content ul.menu_list > li:first-of-type:has(a:hover, a:active, a:focus) .inner_text .btn_area a span {
  background-color: rgba(98, 157, 173, 0.3);
}
body.top-page section.top_content ul.menu_list > li:nth-of-type(2) {
  grid-column: 1/2;
}
body.top-page section.top_content ul.menu_list > li:nth-of-type(2) span.menu_icon {
  background-color: #ECA045;
  height: 155px;
  -webkit-mask-image: url("../img/clippath_02.svg");
          mask-image: url("../img/clippath_02.svg");
}
body.top-page section.top_content ul.menu_list > li:nth-of-type(2) .inner_slide .slick-dots li.slick-active button {
  background-color: #ECA045;
}
body.top-page section.top_content ul.menu_list > li:nth-of-type(2) .inner_text .btn_area a span {
  border-color: #ECA045;
}
body.top-page section.top_content ul.menu_list > li:nth-of-type(2) .inner_text .btn_area a span::after {
  background-color: #ECA045;
}
body.top-page section.top_content ul.menu_list > li:nth-of-type(2):has(a:hover, a:active, a:focus) .inner_text a {
  color: #ECA045;
}
body.top-page section.top_content ul.menu_list > li:nth-of-type(2):has(a:hover, a:active, a:focus) .inner_text a span {
  background-color: rgba(236, 160, 69, 0.3);
}
body.top-page section.top_content ul.menu_list > li:nth-of-type(3) {
  grid-column: 2/3;
}
body.top-page section.top_content ul.menu_list > li:nth-of-type(3) .inner_slide .slick-dots li.slick-active button {
  background-color: #EF6E6E;
}
body.top-page section.top_content ul.menu_list > li:nth-of-type(3) span.menu_icon {
  background-color: #EF6E6E;
  height: 153px;
  -webkit-mask-image: url("../img/clippath_03.svg");
          mask-image: url("../img/clippath_03.svg");
}
body.top-page section.top_content ul.menu_list > li:nth-of-type(3) .inner_text .btn_area a span {
  border-color: #EF6E6E;
}
body.top-page section.top_content ul.menu_list > li:nth-of-type(3) .inner_text .btn_area a span::after {
  background-color: #EF6E6E;
}
body.top-page section.top_content ul.menu_list > li:nth-of-type(3):has(a:hover, a:active, a:focus) .inner_text a {
  color: #EF6E6E;
}
body.top-page section.top_content ul.menu_list > li:nth-of-type(3):has(a:hover, a:active, a:focus) .inner_text a span {
  background-color: rgba(239, 110, 110, 0.3);
}
@media screen and (max-width: 991px) {
  body.top-page section.top_content ul.menu_list > li span.menu_icon {
    width: 135px;
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-position: center;
            mask-position: center;
  }
  body.top-page section.top_content ul.menu_list > li:first-of-type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.top-page section.top_content ul.menu_list > li:first-of-type .inner_img {
    max-width: 100%;
    height: 0;
    border-radius: 13px 13px 0 0;
    padding-bottom: 50%;
  }
  body.top-page section.top_content ul.menu_list > li:first-of-type .inner_img div {
    height: 0;
    border-radius: 13px 13px 0 0;
    padding-bottom: 50%;
    background-image: url("../files/images/photo00000369.png") !important;
  }
  body.top-page section.top_content ul.menu_list > li:first-of-type .inner_text {
    border-radius: 0 0 13px 13px;
  }
}
@media screen and (max-width: 767px) {
  body.top-page section.top_content {
    padding: 4.5rem 0 3.5rem;
  }
  body.top-page section.top_content ul.menu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.5rem;
    padding: 0;
  }
  body.top-page section.top_content ul.menu_list > li span.menu_icon {
    left: -0.5rem;
  }
  body.top-page section.top_content ul.menu_list > li .inner_text h3 {
    letter-spacing: 0.05em;
  }
  body.top-page section.top_content ul.menu_list > li:first-of-type .inner_text {
    padding: 1.3125rem 1.875rem 1.625rem;
  }
}
@media screen and (max-width: 575px) {
  body.top-page section.top_content ul.menu_list > li span.menu_icon {
    width: 100px;
  }
  body.top-page section.top_content ul.menu_list > li .inner_text {
    padding: 1.25rem !important;
  }
}
body.top-page .top_news_wrap {
  background-color: rgba(255, 255, 255, 0.55);
  padding: 5rem 0 6.5625rem;
}
body.top-page .top_news_wrap #news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
  margin-bottom: 0;
}
body.top-page .top_news_wrap #news-list .headline_list {
  max-width: 900px;
  width: 75%;
}
body.top-page .top_news_wrap p.newslist_btn {
  margin-bottom: 0;
}
body.top-page .top_news_wrap p.newslist_btn a {
  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;
  width: 7rem;
  height: 7rem;
  border: 2px solid #629DAD;
  border-radius: 50%;
}
body.top-page .top_news_wrap p.newslist_btn a::after {
  content: "";
  display: block;
  width: 30px;
  height: 15px;
  background-color: #629DAD;
  -webkit-mask-image: url("../img/arrow.svg");
          mask-image: url("../img/arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: cover;
          mask-size: cover;
}
body.top-page .top_news_wrap p.newslist_btn a:hover, body.top-page .top_news_wrap p.newslist_btn a:active, body.top-page .top_news_wrap p.newslist_btn a:focus {
  background-color: rgba(98, 157, 173, 0.3);
}
@media screen and (max-width: 991px) {
  body.top-page .top_news_wrap {
    padding: 3rem 0 4.5rem;
  }
  body.top-page .top_news_wrap #news-list {
    gap: 2rem;
  }
  body.top-page .top_news_wrap #news-list .headline_list {
    width: 100%;
  }
  body.top-page .top_news_wrap p.newslist_btn a {
    width: 4rem;
    height: 4rem;
  }
}
body.top-page div.tag-on.top_link {
  padding: 3.25rem calc(2.5rem - 15px) 4rem;
}
body.top-page div.tag-on.top_link ul {
  gap: 2.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
body.top-page div.tag-on.top_link ul li {
  max-width: 250px;
  height: 100px;
  background-color: #fff;
}
body.top-page div.tag-on.top_link ul li a {
  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;
  height: 100%;
  padding: 0 10px;
}
body.top-page div.tag-on.top_link ul li a:hover, body.top-page div.tag-on.top_link ul li a:active, body.top-page div.tag-on.top_link ul li a:focus {
  opacity: 0.6;
}
body.top-page div.tag-on.top_link ul li a img {
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  body.top-page div.tag-on.top_link {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 991px) {
  body.top-page div.tag-on.top_link {
    padding: 2rem 0;
  }
  body.top-page div.tag-on.top_link ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
  body.top-page div.tag-on.top_link ul li {
    max-width: 100%;
    width: 100%;
  }
  body.top-page div.tag-on.top_link ul li a img {
    max-width: 100%;
  }
}

/************************************
サイトマップテーブル
************************************/
table.sitemap-table {
  width: 100%;
}
table.sitemap-table th,
table.sitemap-table td {
  line-height: 1.2;
  border-top: none;
  border-bottom: 1px solid #cccccc;
  padding: 20px;
}
table.sitemap-table th {
  font-size: 1rem;
  width: 50px;
  white-space: nowrap;
  font-weight: normal;
}
table.sitemap-table a {
  color: #212529;
  text-decoration: none;
}
table.sitemap-table a:hover, table.sitemap-table a:active, table.sitemap-table a:focus {
  text-decoration: underline;
}
table.sitemap-table td {
  font-size: 1rem;
  font-weight: normal;
}
table.sitemap-table td p {
  margin-bottom: 0;
}
table.sitemap-table td p + p {
  margin-top: 1em;
}
table.sitemap-table td p a {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}
table.sitemap-table td p a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 0;
  left: 0;
  color: #7DB4BE;
}
@media screen and (max-width: 767px) {
  table.sitemap-table {
    display: block;
  }
  table.sitemap-table tbody, table.sitemap-table tr, table.sitemap-table th, table.sitemap-table td {
    display: block;
  }
  table.sitemap-table th {
    width: auto;
    white-space: normal;
    border-bottom: none;
    padding: 15px 10px;
  }
  table.sitemap-table td {
    padding: 0 20px;
    margin: 10px;
  }
}

.btn_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.btn_list a.original-btn {
  min-width: unset;
}
@media screen and (max-width: 767px) {
  .btn_list {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*********/
/*詳細画面*/
/********/
@media screen and (max-width: 767px) {
  body.news-page main div.page-title {
    height: 8rem;
    margin-bottom: 0;
  }
}
body.news-page article.news_article {
  width: 100%;
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
}
body.news-page article.news_article .news_wrap {
  padding: 3.125rem;
}
body.news-page article.news_article h3:has(+ #news-list) {
  color: #7DB4BE;
  font-size: 1.5625rem;
  font-weight: 500;
  margin-bottom: 1em;
}
@media screen and (max-width: 991px) {
  body.news-page article.news_article .news_wrap {
    padding: 3rem 15px;
  }
}
body.news-page nav.breadcrumb-filud {
  margin-bottom: 0;
}
body.news-page aside.news_filter {
  width: calc(100% + 30px);
  background-color: #e4e4e4;
  margin-left: -15px;
  margin-bottom: 4.375rem;
}
body.news-page aside.news_filter > div {
  width: 100%;
  max-width: 1130px;
  padding: 0 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 130px;
}
body.news-page aside.news_filter > div nav {
  display: contents;
}
body.news-page aside.news_filter > div nav h3 {
  color: #333;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 0.025em;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  body.news-page aside.news_filter > div nav:nth-of-type(2) h3 {
    margin-left: 40px;
  }
}
body.news-page aside.news_filter > div nav .select_wrap {
  font-size: 1rem;
  position: relative;
  width: min(18em, 100%);
}
body.news-page aside.news_filter > div nav .select_wrap select {
  padding: 0.875em;
  padding-right: 2.5em;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: relative;
  letter-spacing: 0.05em;
  width: 100%;
  outline: none;
  border-color: #CCCCCC;
  color: #111;
  background-color: #fff;
}
body.news-page aside.news_filter > div nav .select_wrap select:has(option:checked[value=""]) {
  color: #A8B19F;
}
body.news-page aside.news_filter > div nav .select_wrap select option {
  color: #111;
}
body.news-page aside.news_filter > div nav .select_wrap::after {
  content: "";
  display: block;
  width: 0.75em;
  height: 0.625em;
  background-color: #333;
  position: absolute;
  top: 50%;
  right: 0.875em;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  body.news-page aside.news_filter {
    margin-bottom: 2.5rem;
  }
  body.news-page aside.news_filter > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    height: auto;
    gap: 15px;
    padding: 1rem 30px;
  }
  body.news-page aside.news_filter > div nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
  body.news-page aside.news_filter > div nav h3 {
    width: 5.5em;
    text-align: right;
  }
  body.news-page aside.news_filter > div nav .select_wrap select {
    padding: 0.5em;
    padding-right: 1.75em;
  }
  body.news-page aside.news_filter > div nav .select_wrap::after {
    right: 0.5em;
  }
}
body.news-page div.content {
  margin-bottom: 4rem;
  padding: 3.125rem;
}
body.news-page div.content em.content-title {
  display: block;
  border-bottom: 3px solid #7DB4BE;
  font-style: normal;
  font-size: 1.75rem;
  font-weight: bold;
  padding-bottom: 1rem;
}
body.news-page div.content p.content-data {
  margin: 1.125rem 0 1.75rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  body.news-page div.content {
    margin-bottom: 0;
    padding: 3rem 15px;
  }
  body.news-page div.content em.content-title {
    font-size: 1.3rem;
  }
}
body.news-page nav.detail_pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.125rem;
}
body.news-page nav.detail_pager a {
  --link-color:#535353;
  color: var(--link-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  gap: 1rem;
}
body.news-page nav.detail_pager a span {
  width: 2em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  aspect-ratio: 1/1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FAFAFA;
  border: 2px solid var(--link-color);
  border-radius: 5px;
}
body.news-page nav.detail_pager a span i {
  width: 10px;
  aspect-ratio: 10/17;
  display: inline-block;
  background-color: var(--link-color);
}
body.news-page nav.detail_pager a:first-of-type {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}
body.news-page nav.detail_pager a:first-of-type i {
  clip-path: polygon(90% 0, 100% 10%, 30% 50%, 100% 90%, 90% 100%, 0 50%);
}
body.news-page nav.detail_pager a:last-of-type {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
body.news-page nav.detail_pager a:last-of-type i {
  clip-path: polygon(10% 0, 0% 10%, 70% 50%, 0 90%, 10% 100%, 100% 50%);
}
body.news-page nav.detail_pager a:is(:hover, :active, :focus) {
  --link-color:#000000;
}
body.news-page nav.detail_pager a[href="#"] {
  --link-color:#CCC;
  pointer-events: none;
}

body.form-page .custom-form {
  margin-top: -4.25rem;
  padding-top: 8.5rem;
}
body.form-page p.form_lead {
  margin-bottom: 3.25rem;
  letter-spacing: 0.092em;
}
body.form-page section.contactform_wrap div.tel-number,
body.form-page section.contactform_wrap div.fax-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-bottom: 1px solid #CCCCCC;
  padding-top: 3rem;
  padding-bottom: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.form-page section.contactform_wrap div.tel-number h4,
body.form-page section.contactform_wrap div.fax-number h4 {
  font-size: 1.25rem;
  width: 100%;
  margin-bottom: 0;
}
body.form-page section.contactform_wrap div.tel-number p,
body.form-page section.contactform_wrap div.fax-number p {
  margin-bottom: 0;
}
body.form-page section.contactform_wrap div.tel-number p.type,
body.form-page section.contactform_wrap div.fax-number p.type {
  font-size: 1.25rem;
  font-weight: 500;
  border-bottom: 2px solid #000000;
  margin-right: 1em;
  letter-spacing: 0.092em;
}
body.form-page section.contactform_wrap div.tel-number p.number,
body.form-page section.contactform_wrap div.fax-number p.number {
  font-size: 2.5rem;
  font-weight: 500;
  margin-right: 2rem;
  letter-spacing: 0.092em;
}
body.form-page section.contactform_wrap div.tel-number p.supplementary,
body.form-page section.contactform_wrap div.fax-number p.supplementary {
  font-size: 1rem;
  letter-spacing: 0.092em;
}
@media screen and (max-width: 767px) {
  body.form-page section.contactform_wrap div.tel-number,
  body.form-page section.contactform_wrap div.fax-number {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  body.form-page section.contactform_wrap div.tel-number p.number,
  body.form-page section.contactform_wrap div.fax-number p.number {
    white-space: nowrap;
    font-size: 2rem;
  }
  body.form-page section.contactform_wrap div.tel-number p.supplementary,
  body.form-page section.contactform_wrap div.fax-number p.supplementary {
    width: 100%;
  }
}

section.reserve_form {
  max-width: 800px;
  margin: 0 auto;
}

body.course-page {
  position: relative;
}
body.course-page::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../model_course/img/course_bg.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
body.course-page main {
  padding-bottom: 0;
}
body.course-page {
  /************************************
  一覧ページ
  ************************************/
}
body.course-page section.list_mainvisual {
  position: relative;
  min-height: 830px;
  height: 80dvh;
}
body.course-page section.list_mainvisual .container-fluid {
  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;
  height: 100%;
}
body.course-page section.list_mainvisual .top_slideshow {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.45;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, #fff 70%, transparent 100%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), to(transparent));
          mask-image: linear-gradient(to bottom, #fff 70%, transparent 100%);
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.course-page section.list_mainvisual .top_slideshow span.slide {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: opacity 3s ease, -webkit-transform 5s linear;
  transition: opacity 3s ease, -webkit-transform 5s linear;
  transition: opacity 3s ease, transform 5s linear;
  transition: opacity 3s ease, transform 5s linear, -webkit-transform 5s linear;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1.15) translate3d(0, 0, 0);
          transform: scale(1.15) translate3d(0, 0, 0);
}
body.course-page section.list_mainvisual .top_slideshow span.slide.showfase {
  opacity: 1;
  -webkit-transform: scale(1.075) translate3d(0, 0, 0) rotate(0.0001deg);
          transform: scale(1.075) translate3d(0, 0, 0) rotate(0.0001deg);
}
body.course-page section.list_mainvisual .top_slideshow span.slide.fadefase {
  opacity: 0;
  -webkit-transform: scale(1) translate3d(0, 0, 0) rotate(0.0001deg);
          transform: scale(1) translate3d(0, 0, 0) rotate(0.0001deg);
}
body.course-page section.list_mainvisual .contents {
  position: relative;
  max-width: 573px;
  padding-top: 127px;
}
body.course-page section.list_mainvisual .contents h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  font-size: clamp(42px, 11.5625dvw, 74px);
  font-family: "Hina Mincho";
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.1em;
  margin-bottom: 0.8125rem;
}
body.course-page section.list_mainvisual .contents h1 span {
  color: #495E63;
  font-size: clamp(22px, 5.15625dvw, 33px);
  font-family: "Caveat";
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.013em;
}
body.course-page section.list_mainvisual .contents p {
  font-size: clamp(14px, 2.8125dvw, 18px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  body.course-page section.list_mainvisual {
    min-height: 500px;
  }
  body.course-page section.list_mainvisual .contents {
    padding-top: 0;
  }
  body.course-page section.list_mainvisual .contents h1 {
    gap: 0.5rem;
  }
}
body.course-page section.list_wrap {
  margin-top: 5rem;
  margin-bottom: 8rem;
}
body.course-page section.list_wrap h2 {
  font-size: clamp(24px, 6.5625dvw, 42px);
  font-family: "Hina Mincho";
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 1.9375rem;
}
body.course-page section.list_wrap p {
  font-size: clamp(16px, 2.8125dvw, 18px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 3.125rem;
}
body.course-page section.list_wrap ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem 2.8125rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.course-page section.list_wrap ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  color: #000;
  text-decoration: none;
}
body.course-page section.list_wrap ul li a .item_img {
  position: relative;
  height: 0;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  padding-bottom: 60%;
}
body.course-page section.list_wrap ul li a .item_img img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body.course-page section.list_wrap ul li a .item_img span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 85px;
  color: #fff;
  font-size: clamp(12px, 2.1875dvw, 14px);
  font-family: "Hina Mincho";
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.1em;
  border-top-right-radius: 5px;
  text-align: center;
  padding: 3px;
}
body.course-page section.list_wrap ul li a .item_img span:first-letter {
  font-size: clamp(18px, 3.28125dvw, 21px);
}
body.course-page section.list_wrap ul li a .item_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 0.9375rem 1.25rem 1.4375rem;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body.course-page section.list_wrap ul li a .item_text h3 {
  font-size: clamp(16px, 2.8125dvw, 18px);
  font-family: "Hina Mincho";
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 0;
}
body.course-page section.list_wrap ul li a .item_text h3:has(+ p) {
  margin-bottom: 11px;
}
body.course-page section.list_wrap ul li a .item_text h3 .subtitle {
  display: block;
  font-size: 0.7222em;
}
body.course-page section.list_wrap ul li a .item_text p {
  font-size: clamp(12px, 2.03125dvw, 13px);
  line-height: 1.54;
  margin-bottom: 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
body.course-page section.list_wrap ul li a:hover .item_img img, body.course-page section.list_wrap ul li a:active .item_img img, body.course-page section.list_wrap ul li a:focus .item_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body.course-page section.list_wrap ul li a:hover .item_text, body.course-page section.list_wrap ul li a:active .item_text, body.course-page section.list_wrap ul li a:focus .item_text {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body.course-page section.list_wrap ul li.stay_0 .item_img span {
  background-color: #a6c296;
}
body.course-page section.list_wrap ul li.stay_1 .item_img span {
  background-color: #E28582;
}
body.course-page section.list_wrap ul li.stay_2 .item_img span {
  background-color: #A0B9CC;
}
body.course-page section.list_wrap ul li.stay_3 .item_img span {
  background-color: #CEC799;
}
@media screen and (max-width: 991px) {
  body.course-page section.list_wrap p {
    text-align: left;
  }
  body.course-page section.list_wrap ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  body.course-page section.list_wrap ul {
    grid-template-columns: repeat(1, 1fr);
  }
}
body.course-page {
  /************************************
  詳細ページ
  ************************************/
}
body.course-page h2.detail_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #495E63;
  font-size: clamp(22px, 5.15625dvw, 33px);
  font-family: "Hina Mincho";
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
body.course-page section.detail_mainvisual {
  padding-top: 4.375rem;
}
body.course-page section.detail_mainvisual span.mainvisual_img {
  display: block;
  max-width: 920px;
  margin: 0 auto 3.9375rem;
}
body.course-page section.detail_mainvisual span.mainvisual_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  aspect-ratio: 920/580;
}
body.course-page section.detail_mainvisual h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  font-size: clamp(25px, 5.751765893dvw, 57px);
  font-family: "Hina Mincho";
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.1em;
  margin-bottom: 2.1875rem;
}
body.course-page section.detail_mainvisual h1 span {
  font-size: clamp(14px, 3.259452412dvw, 25px);
  font-family: "Hina Mincho";
  font-weight: 400;
  line-height: 1.44;
  letter-spacing: 0.1em;
}
body.course-page section.detail_mainvisual p {
  font-size: clamp(14px, 2.5dvw, 16px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
body.course-page section.detail_mainvisual p:not(:empty) {
  border-bottom: 1px solid #707070;
  margin-bottom: 3.9375rem;
  padding-bottom: 3.4375rem;
}
@media screen and (max-width: 991px) {
  body.course-page section.detail_mainvisual span.mainvisual_img,
  body.course-page section.detail_mainvisual h1 {
    margin-bottom: 1.1875rem;
  }
  body.course-page section.detail_mainvisual p {
    text-align: left;
  }
  body.course-page section.detail_mainvisual p:not(:empty) {
    margin-bottom: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
body.course-page section.course_wrap {
  padding: 0 15px 16.5625rem;
}
body.course-page section.course_wrap .container-fluid {
  padding: 0;
}
body.course-page section.course_wrap .flow_block {
  margin-bottom: 5rem;
}
body.course-page section.course_wrap .flow_block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.course-page section.course_wrap .flow_block > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.5rem;
}
body.course-page section.course_wrap .flow_block > ul > li span {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: #fff;
  font-size: clamp(18px, 3.90625dvw, 25px);
  font-family: "Caveat";
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  background-color: #495E63;
  padding: 1px 1.375rem 0.5rem 1rem;
}
body.course-page section.course_wrap .flow_block > ul > li span strong {
  font-size: clamp(22px, 5.46875dvw, 35px);
}
body.course-page section.course_wrap .flow_block > ul > li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px 0;
}
body.course-page section.course_wrap .flow_block > ul > li ul li {
  position: relative;
  margin-right: 2.5rem;
}
body.course-page section.course_wrap .flow_block > ul > li ul li::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background-color: #495E63;
  position: absolute;
  top: 50%;
  right: -1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.course-page section.course_wrap .flow_block > ul > li ul li:last-of-type::after {
  display: none;
}
body.course-page section.course_wrap .flow_block > ul > li ul li p {
  color: #495E63;
  font-size: clamp(14px, 2.5dvw, 16px);
  font-weight: 500;
  background-color: #fff;
  margin: 0;
  padding: 5px 14px 2px;
}
body.course-page section.course_wrap .flow_block > ul > li + li {
  margin-top: 1.875rem;
}
body.course-page section.course_wrap .day_block {
  max-width: 1300px;
  margin: 0 auto;
}
body.course-page section.course_wrap .day_block .day_item {
  position: relative;
  max-width: 1200px;
  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;
  gap: 2.5rem;
  margin: 0 auto;
}
body.course-page section.course_wrap .day_block .day_item::before, body.course-page section.course_wrap .day_block .day_item::after {
  content: "";
  display: block;
  max-width: 500px;
  width: 100%;
  height: 1px;
  background-color: #707070;
}
body.course-page section.course_wrap .day_block .day_item p {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  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;
  width: 6.5625rem;
  height: 6.5625rem;
  background-color: #495E63;
  border-radius: 50%;
  margin: 0;
  padding-right: 5px;
}
body.course-page section.course_wrap .day_block .day_item p span {
  color: #fff;
  font-size: clamp(22px, 4.6875dvw, 30px);
  font-family: "Caveat";
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 10px;
}
body.course-page section.course_wrap .day_block .day_item p span strong {
  font-size: clamp(29px, 6.25dvw, 40px);
}
body.course-page section.course_wrap .day_block .day_item > span.start_text {
  position: absolute;
  bottom: -60px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #495E63;
  font-size: clamp(31px, 6.875dvw, 44px);
  font-family: "Caveat";
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.076em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.course-page section.course_wrap .day_block .day_item > span.start_text::before, body.course-page section.course_wrap .day_block .day_item > span.start_text::after {
  content: "";
  display: block;
  width: 1px;
  height: 1.5rem;
  background-color: #495E63;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
body.course-page section.course_wrap .day_block .day_item > span.start_text::before {
  -webkit-transform: rotate(-24deg);
          transform: rotate(-24deg);
}
body.course-page section.course_wrap .day_block .day_item > span.start_text::after {
  -webkit-transform: rotate(24deg);
          transform: rotate(24deg);
}
body.course-page section.course_wrap .day_block .goal_text {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  color: #495E63;
  font-size: clamp(24px, 6.875dvw, 44px);
  font-family: "Caveat";
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.076em;
}
body.course-page section.course_wrap .day_block ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 4.375rem;
}
body.course-page section.course_wrap .day_block ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, #495E63 3px, transparent 0px);
  background-size: 1px 6px;
  background-repeat: repeat-y;
  background-position: right top;
}
body.course-page section.course_wrap .day_block ul li {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border: 1px dashed #495E63;
  margin-bottom: 3.75rem;
}
body.course-page section.course_wrap .day_block ul li.start h2, body.course-page section.course_wrap .day_block ul li.goal h2 {
  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;
  min-width: 362px;
  height: 70px;
  color: #495E63;
  font-size: clamp(23px, 4.5632333768dvw, 35px);
  font-family: "Hina Mincho";
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.076em;
  margin-bottom: 0;
  padding: 0.5rem;
}
body.course-page section.course_wrap .day_block ul li.start {
  border: none;
  margin-bottom: 7.5rem;
}
body.course-page section.course_wrap .day_block ul li.spot {
  display: block;
  width: 100%;
  border-radius: 15px;
  padding: 2rem 3.125rem 2.5rem;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: calc(-2rem - 15px);
  margin-bottom: 1.625rem;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_head .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.25rem;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_head .title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 84px;
  height: 140px;
  color: #fff;
  font-size: clamp(19px, 4.0417209909dvw, 31px);
  font-family: "Caveat";
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
  -webkit-mask-image: url("../model_course/img/spot.svg");
          mask-image: url("../model_course/img/spot.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  padding-right: 6px;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_head .title span strong {
  font-size: clamp(24px, 5.2151238592dvw, 40px);
  line-height: 1;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_head .title h2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  font-size: clamp(22px, 6.09375dvw, 39px);
  font-family: "Hina Mincho";
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.05em;
  margin: 0;
  padding-top: 1.25rem;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_head .title h2 small {
  font-size: clamp(10px, 2.5dvw, 16px);
  line-height: 1.5;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_head .title h2 small.subtitle {
  font-size: clamp(12px, 2.5dvw, 16px);
  letter-spacing: 0;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_head .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 110px;
  margin-left: auto;
  padding-top: 2rem;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_head .time span,
body.course-page section.course_wrap .day_block ul li.spot .spot_head .time p {
  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;
  height: 40px;
  font-size: 1rem;
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_head .time span {
  width: 100%;
  color: #fff;
  background-color: #9BD7DE;
  border-radius: 5px 5px 0 0;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_head .time p {
  background-color: #EFEFEF;
  border-radius: 5px;
  margin: 0;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_inner .img_wrap {
  position: relative;
  min-width: 0;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_inner .img_wrap > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_inner .img_wrap.contain-fit {
  background-color: #fff;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_inner .img_wrap.contain-fit img {
  -o-object-fit: contain;
     object-fit: contain;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_inner .img_wrap span {
  position: absolute;
  top: 7px;
  left: 7px;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_left {
  display: grid;
  gap: 1.5625rem 1.875rem;
  grid-template-columns: 1fr 1fr;
  max-width: 650px;
  width: 55%;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_left .img_wrap {
  aspect-ratio: 310/210;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_left .img_wrap:first-of-type {
  grid-column: 1/3;
  aspect-ratio: 650/450;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_left .img_wrap:not(:first-of-type) span {
  top: 6px;
  left: 6px;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_left .img_wrap:not(:first-of-type) span > img {
  max-width: 3.75rem;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_left .img_wrap:nth-of-type(2) {
  grid-column: 1/2;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_left .img_wrap:nth-of-type(3) {
  grid-column: 2/3;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 500px;
  width: 45%;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_right .img_wrap {
  border-bottom: 1px dashed #495E63;
  margin-bottom: 3.125rem;
  padding-bottom: 2.125rem;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_right .img_wrap > img {
  aspect-ratio: 500/258;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_right p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(16px, 2.8125dvw, 18px);
  line-height: 1.78;
  margin-bottom: 1rem;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_right .more {
  text-align: right;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_right .more a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  color: #495E63;
  font-size: clamp(14px, 2.8125dvw, 18px);
  font-weight: bold;
  text-decoration: none;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_right .more a span {
  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;
  width: 3.5625rem;
  height: 3.5625rem;
  background-color: #E28582;
  border-radius: 50%;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_right .more a span img {
  max-width: 1.25rem;
}
body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_right .more a:hover, body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_right .more a:active, body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_right .more a:focus {
  opacity: 0.6;
}
body.course-page section.course_wrap .day_block ul li.spot:nth-child(3n+1 of .spot) .spot_head .title > span {
  background-color: #E28582;
}
body.course-page section.course_wrap .day_block ul li.spot:nth-child(3n+2 of .spot) .spot_head .title > span {
  background-color: #CEC799;
}
body.course-page section.course_wrap .day_block ul li.spot:nth-child(3n of .spot) .spot_head .title > span {
  background-color: #8697A4;
}
body.course-page section.course_wrap .day_block ul li.move {
  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;
  gap: 0.9375rem;
  min-width: 296px;
  height: 56px;
  background-color: #fff;
  border-radius: 57px;
}
body.course-page section.course_wrap .day_block ul li.move > img {
  width: 40px;
}
body.course-page section.course_wrap .day_block ul li.move p {
  color: #333;
  font-size: clamp(15px, 2.8125dvw, 18px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
body.course-page section.course_wrap .day_block ul li.move p span {
  color: #E28582;
  font-size: clamp(20px, 3.59375dvw, 23px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 0.05em;
  padding-left: 0.25rem;
}
body.course-page section.course_wrap .day_block ul li.waypoint {
  width: 50%;
  margin-left: auto;
  background-color: transparent;
  border: none;
}
body.course-page section.course_wrap .day_block ul li.waypoint .inner {
  position: relative;
}
body.course-page section.course_wrap .day_block ul li.waypoint .inner p {
  padding-left: 2.75rem;
  font-size: clamp(16px, 3.75dvw, 24px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-family: "Hina Mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  margin-bottom: 0;
  position: relative;
}
body.course-page section.course_wrap .day_block ul li.waypoint .inner p .circle {
  width: 17px;
  height: 17px;
  background-color: #fff;
  border: 2px solid #495E63;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(calc(-50% + 0.5px), -50%);
          transform: translate(calc(-50% + 0.5px), -50%);
}
body.course-page section.course_wrap .day_block ul li.waypoint .inner .more {
  margin-top: 1rem;
  padding-left: 2.75rem;
  text-align: right;
  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: 1rem;
}
body.course-page section.course_wrap .day_block ul li.waypoint .inner .more::before {
  content: "";
  display: block;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #495E63;
}
body.course-page section.course_wrap .day_block ul li.waypoint .inner .more a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  color: #495E63;
  font-size: clamp(16px, 2.5dvw, 16px);
  font-weight: 500;
  text-decoration: none;
}
body.course-page section.course_wrap .day_block ul li.waypoint .inner .more a span {
  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;
  width: 3.5625rem;
  height: 3.5625rem;
  background-color: #E28582;
  border-radius: 50%;
}
body.course-page section.course_wrap .day_block ul li.waypoint .inner .more a span img {
  max-width: 1rem;
}
body.course-page section.course_wrap .day_block ul li.waypoint .inner .more a:hover, body.course-page section.course_wrap .day_block ul li.waypoint .inner .more a:active, body.course-page section.course_wrap .day_block ul li.waypoint .inner .more a:focus {
  opacity: 0.6;
}
body.course-page section.course_wrap .day_block ul li:last-of-type {
  margin-bottom: 0;
}
body.course-page section.course_wrap .day_block:has(+ .day_block) ul {
  padding-bottom: 9rem;
}
body.course-page section.course_wrap .day_block:has(span.start_text) .day_item {
  margin-bottom: 4.375rem;
}
body.course-page section.course_wrap .day_block:has(span.start_text) ul:has(li.start) {
  padding-top: 0;
}
body.course-page section.course_wrap .day_block:has(.goal_text) ul:not(:has(.goal)) {
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 991px) {
  body.course-page section.course_wrap {
    padding-bottom: 10rem;
  }
  body.course-page section.course_wrap .flow_block {
    margin-bottom: 2.5rem;
  }
  body.course-page section.course_wrap .flow_block > ul > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
  body.course-page section.course_wrap .flow_block > ul > li + li {
    margin-top: 2.5rem;
  }
  body.course-page section.course_wrap .day_block .day_item {
    gap: 2.90625rem;
  }
  body.course-page section.course_wrap .day_block .day_item > span.start_text {
    bottom: -49px;
    gap: 1.875rem;
    line-height: 1.2581;
  }
  body.course-page section.course_wrap .day_block ul {
    padding-top: 2.5rem;
  }
  body.course-page section.course_wrap .day_block ul li.start {
    margin-bottom: 5rem;
  }
  body.course-page section.course_wrap .day_block ul li.spot {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  body.course-page section.course_wrap .day_block ul li.spot .spot_head .title {
    gap: 1rem;
  }
  body.course-page section.course_wrap .day_block ul li.spot .spot_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5625rem;
  }
  body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_left,
  body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_right {
    max-width: 100%;
    width: 100%;
  }
  body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_right p {
    margin-bottom: 2rem;
  }
  body.course-page section.course_wrap .day_block:has(+ .day_block) ul {
    padding-bottom: 5rem;
  }
  body.course-page section.course_wrap .day_block:has(span.start_text) .day_item {
    margin-bottom: 3.5625rem;
  }
}
@media screen and (max-width: 767px) {
  body.course-page section.course_wrap {
    padding-bottom: 3rem;
  }
  body.course-page section.course_wrap .flow_block > ul > li ul li p {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  body.course-page section.course_wrap .day_block ul li {
    margin-bottom: 50px;
  }
  body.course-page section.course_wrap .day_block ul li.start {
    margin-bottom: 4.0625rem;
  }
  body.course-page section.course_wrap .day_block ul li.spot .spot_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body.course-page section.course_wrap .day_block ul li.spot .spot_head .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
  body.course-page section.course_wrap .day_block ul li.spot .spot_head .title > span {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0.25rem;
    min-width: 150px;
    width: auto;
    height: 60px;
    aspect-ratio: unset;
    -webkit-mask-image: none;
            mask-image: none;
    border-radius: 5px;
    padding-right: 0;
  }
  body.course-page section.course_wrap .day_block ul li.spot .spot_head .title h2 {
    padding-top: 0;
  }
  body.course-page section.course_wrap .day_block ul li.spot .spot_head .time {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    padding-top: 0;
  }
  body.course-page section.course_wrap .day_block ul li.spot .spot_head .time span,
  body.course-page section.course_wrap .day_block ul li.spot .spot_head .time p {
    width: 50%;
  }
  body.course-page section.course_wrap .day_block ul li.spot .spot_head .time span {
    border-radius: 5px 0 0 5px;
  }
  body.course-page section.course_wrap .day_block ul li.spot .spot_head .time p {
    border-radius: 0 5px 5px 0;
  }
  body.course-page section.course_wrap .day_block ul li.spot .spot_inner {
    gap: 10px;
  }
  body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_left {
    gap: 10px;
  }
  body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_left .img_wrap {
    aspect-ratio: 180/138;
  }
  body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_left .img_wrap:first-of-type {
    aspect-ratio: 370/256;
  }
  body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_right .img_wrap {
    aspect-ratio: 370/256;
    border-bottom: none;
    margin-bottom: 0.9375rem;
    padding-bottom: 0;
  }
  body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_right p:has(+ .more) {
    margin-bottom: 0;
  }
  body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_right .more {
    margin-top: 3.0625rem;
  }
  body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_right .more a {
    gap: 0.75rem;
  }
  body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_right .more a span {
    width: 2.5625rem;
    height: 2.5625rem;
  }
  body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_right .more a span img {
    max-width: 0.9375rem;
  }
}
@media screen and (max-width: 575px) {
  body.course-page section.course_wrap .day_block .day_item p {
    width: 4.8125rem;
    height: 4.8125rem;
    padding-right: 2px;
  }
  body.course-page section.course_wrap .day_block ul li.start h2, body.course-page section.course_wrap .day_block ul li.goal h2 {
    min-width: 172px;
    height: 43px;
  }
  body.course-page section.course_wrap .day_block ul li.spot {
    padding: 1.6875rem 15px 1.3125rem;
  }
  body.course-page section.course_wrap .day_block ul li.spot .spot_head {
    margin-bottom: 0.875rem;
  }
  body.course-page section.course_wrap .day_block ul li.spot .spot_head .title > span {
    min-width: 114px;
    height: 34px;
  }
  body.course-page section.course_wrap .day_block ul li.spot .spot_head .title h2 {
    letter-spacing: 0;
  }
  body.course-page section.course_wrap .day_block ul li.spot .spot_head .title h2 small.subtitle {
    letter-spacing: -0.01em;
  }
  body.course-page section.course_wrap .day_block ul li.spot .spot_head .title h2 small.furigana {
    letter-spacing: 0.05em;
  }
  body.course-page section.course_wrap .day_block ul li.spot .spot_inner .img_wrap span > img {
    max-width: 60px;
  }
  body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_left .img_wrap:not(:first-of-type) span > img {
    max-width: 50px;
  }
  body.course-page section.course_wrap .day_block ul li.spot .spot_inner .inner_right p {
    line-height: 1.375;
    letter-spacing: 0;
    margin-bottom: 0.5rem;
  }
  body.course-page section.course_wrap .day_block ul li.move {
    gap: 10px;
    min-width: 218px;
    height: 40px;
  }
  body.course-page section.course_wrap .day_block ul li.move > img {
    width: 2rem;
  }
}
body.course-page section.map_wrap {
  background-color: #fff;
  padding: 2.1875rem 0 9.625rem;
}
body.course-page section.map_wrap h2.detail_title {
  margin-bottom: 1.875rem;
}
body.course-page section.map_wrap .course_map {
  width: 100%;
  aspect-ratio: 200/111;
}
body.course-page section.map_wrap .gmap_btn {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 1em;
  line-height: 1;
  padding: 0.25em 1em;
  border-radius: 0.75em;
  border: 1px solid #495E63;
  background-color: #495E63;
  color: #fff;
  text-decoration: none;
}
body.course-page section.map_wrap .gmap_btn:is(:hover, :focus, :active) {
  background-color: #fff;
  color: #495E63;
}
@media screen and (max-width: 991px) {
  body.course-page section.map_wrap {
    padding-bottom: 5rem;
  }
  body.course-page section.map_wrap .course_map {
    aspect-ratio: unset;
    height: 70dvh;
  }
}
body.course-page section.review_wrap {
  background-color: #f2f2f2;
  padding: 4.375rem 0;
}
body.course-page section.review_wrap h2.detail_title {
  margin-bottom: 7.375rem;
}
body.course-page section.review_wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.course-page section.review_wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5rem;
  margin-bottom: 4.375rem;
}
body.course-page section.review_wrap ul li span.review_img {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 1.125rem;
}
body.course-page section.review_wrap ul li span.review_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
body.course-page section.review_wrap ul li div.review_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px dashed #8697A4;
  padding-bottom: 4.75rem;
}
body.course-page section.review_wrap ul li div.review_text .star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.875rem;
  margin-bottom: 0.9375rem;
}
body.course-page section.review_wrap ul li div.review_text .star span {
  color: #8697A4;
  font-size: clamp(20px, 3.90625dvw, 25px);
  font-family: "Hina Mincho";
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0;
}
body.course-page section.review_wrap ul li div.review_text h3 {
  font-size: clamp(20px, 3.90625dvw, 25px);
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 0.9375rem;
}
body.course-page section.review_wrap ul li div.review_text p {
  font-size: clamp(16px, 2.8125dvw, 18px);
  font-family: Roboto, Arial, "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}
body.course-page section.review_wrap ul li:last-of-type div.review_text {
  border-bottom: none;
  padding-bottom: 0;
}
body.course-page section.review_wrap ul li.review_1 div.review_text .star span:nth-child(-n+1) {
  color: #CEC799;
}
body.course-page section.review_wrap ul li.review_2 div.review_text .star span:nth-child(-n+2) {
  color: #CEC799;
}
body.course-page section.review_wrap ul li.review_3 div.review_text .star span:nth-child(-n+3) {
  color: #CEC799;
}
body.course-page section.review_wrap ul li.review_4 div.review_text .star span:nth-child(-n+4) {
  color: #CEC799;
}
body.course-page section.review_wrap ul li.review_5 div.review_text .star span:nth-child(-n+5) {
  color: #CEC799;
}
@media screen and (max-width: 991px) {
  body.course-page section.review_wrap h2.detail_title {
    margin-bottom: 3.5rem;
  }
  body.course-page section.review_wrap ul li {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  body.course-page section.review_wrap ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 3rem;
  }
  body.course-page section.review_wrap ul li span.review_img {
    margin: 0 auto;
  }
  body.course-page section.review_wrap ul li div.review_text {
    padding-bottom: 3rem;
  }
}

.map-info__image {
  margin-bottom: 10px;
  width: clamp(150px, 20dvw, 250px);
}
.map-info__image img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 2/1;
}

.map-info__body h3 {
  font-family: "Hina Mincho", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, Georgia, メイリオ, Meiryo, serif;
  font-size: 1.25rem;
  margin-bottom: 0;
}

button.gm-ui-hover-effect {
  outline: none;
}/*# sourceMappingURL=style.css.map */