@charset "UTF-8";
/*//////////////////////////////////////////////////////////
© 2026 Cat's Hand
------------------------------------------------------------
CSS Information
File Name  : reset.css
Description: Reset styles
Author     : Cat's Hand
//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

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

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

input, button, select, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font-size: 100%;
  vertical-align: baseline;
  *vertical-align: middle;
  margin: 0;
  padding: 0;
  outline: none;
}

input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin-right: 5px;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}
select::-ms-expand {
  display: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

.fadeIn {
  opacity: 0;
}
.fadeIn.js_active {
  -webkit-animation: fadeIn 0.6s ease-in-out forwards;
          animation: fadeIn 0.6s ease-in-out forwards;
}

.fadeInDelay {
  opacity: 0;
}
.fadeInDelay.js_active {
  -webkit-animation: fadeIn 0.6s ease-in-out 0.4s forwards;
          animation: fadeIn 0.6s ease-in-out 0.4s forwards;
}

.fadeInLeft {
  opacity: 0;
}
.fadeInLeft.js_active {
  -webkit-animation: fadeInLeft 0.6s ease-in-out forwards;
          animation: fadeInLeft 0.6s ease-in-out forwards;
}

.fadeInRight {
  opacity: 0;
}
.fadeInRight.js_active {
  -webkit-animation: fadeInRight 0.6s ease-in-out forwards;
          animation: fadeInRight 0.6s ease-in-out forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(2em);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(2em);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-1.5em);
  }
  80% {
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-1.5em);
  }
  80% {
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(1.5em);
  }
  80% {
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(1.5em);
  }
  80% {
    transform: translateX(0);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
:root {
  --headerHeight: 60px;
  --activeHeaderHeight: 60px;
  --minWidth: 1100px;
  --sideW: min(2.92vw, 40px);
  --space: 80px;
}
@media screen and (max-width: 768px) {
  :root {
    --headerHeight: 55px;
    --activeHeaderHeight: 55px;
    --minWidth: 1px;
    --sideW: min(2.56vw, 10px);
    --space: 60px;
  }
}

html {
  width: 100%;
  font-size: 10px;
  scroll-behavior: smooth;
  scroll-padding-top: var(--activeHeaderHeight);
}

body {
  font: 500 15px/2 "Zen Kaku Gothic Antique", sans-serif;
  color: #222;
  text-align: left;
}

a {
  text-decoration: none;
  color: #222;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

img {
  max-width: 100%;
  height: auto;
}

#container_wrap {
  position: relative;
  min-width: var(--minWidth);
  padding-top: calc(var(--headerHeight) + 20px);
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  #container_wrap {
    overflow: hidden;
    padding-top: calc(var(--headerHeight) + 12px);
    margin-bottom: 120px;
  }
}

.section_wrap {
  position: relative;
  margin-bottom: var(--space);
}
.section_wrap:last-child {
  margin-bottom: 0;
}

.inner, .inner_md, .inner_sm {
  max-width: calc(980px + var(--sideW) * 2);
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--sideW);
}
.inner_sm {
  max-width: calc(780px + var(--sideW) * 2);
}
.inner_md {
  max-width: calc(1180px + var(--sideW) * 2);
}
.inner_lg {
  max-width: calc(100% - 2.92vw);
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner_lg {
    max-width: calc(100% - 5.12vw);
  }
}
@media screen and (max-width: 768px) {
  .inner--sp {
    padding: 0 20px;
  }
}

.header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  min-width: var(--minWidth);
  height: var(--headerHeight);
  top: 0;
  left: 0;
  z-index: 1000;
  transition: 0.5s;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .header {
    padding-left: 10px;
  }
}
.header.js_scroll {
  height: var(--activeHeaderHeight);
  background-color: #fff;
  position: fixed;
}
.header__ttl a {
  display: block;
  width: min(17.93vw, 245px);
  aspect-ratio: 245/36;
  white-space: nowrap;
  text-indent: 110%;
  overflow: hidden;
  background: url(../images/logo.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .header__ttl a {
    width: min(61.3vw, 230px);
  }
}
.header__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  height: 100%;
}

.global_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 40px min(1.46vw, 20px);
  height: 100%;
}
@media screen and (max-width: 768px) {
  .global_nav {
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    overflow-y: scroll;
    background-color: #06291D;
    padding: 0 min(12.8vw, 50px) 130px;
  }
}
@media screen and (max-width: 768px) {
  .global_nav::before {
    content: "";
    display: block;
    width: 148px;
    aspect-ratio: 148/168;
    background: url(../images/logo_sp.svg) no-repeat center/92px auto;
    background-color: #fff;
    margin: 0 auto 10px;
  }
}
.global_nav.active {
  transition: opacity 0.5s;
  opacity: 1;
  pointer-events: auto;
  right: 0;
}
.global_nav .main_nav {
  display: flex;
  gap: 18px min(1.46vw, 20px);
}
@media screen and (max-width: 768px) {
  .global_nav .main_nav {
    width: 100%;
    flex-direction: column;
  }
}
.global_nav .main_nav a {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .global_nav .main_nav a {
    color: #fff;
    line-height: 1.5;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    font-size: 2rem;
  }
}
.global_nav .main_nav a:hover::after {
  transform: scaleY(1);
}
@media screen and (max-width: 768px) {
  .global_nav .main_nav a::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    right: 0;
    bottom: 0;
    transition: 0.3s;
  }
}
.global_nav .main_nav a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #215745;
  left: 0;
  bottom: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .global_nav .main_nav a::after {
    content: none;
  }
}
.global_nav .sub_nav {
  display: flex;
}
@media screen and (max-width: 768px) {
  .global_nav .sub_nav {
    width: 100%;
    flex-direction: column;
  }
}
.global_nav .sub_nav > li:has(.child) {
  position: relative;
}
.global_nav .sub_nav > li:has(.child):hover p::after {
  transform: scale(1, 1);
}
.global_nav .sub_nav > li:has(.child):hover .child {
  opacity: 1;
  transform: scale(1, 1);
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .global_nav .sub_nav > li:last-child {
    display: none;
  }
}
.global_nav .sub_nav > li:last-child p {
  width: 100px;
  background-color: #008B30;
  letter-spacing: 0.15em;
}
.global_nav .sub_nav p {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #215745;
  text-align: center;
  width: min(19vw, 260px);
  height: 100%;
  font-size: clamp(1.3rem, 1.17vw, 1.6rem);
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .global_nav .sub_nav p {
    width: auto;
    background-color: transparent;
    font-size: 2rem;
    justify-content: flex-start;
    margin-bottom: 12px;
  }
}
.global_nav .sub_nav p:hover::after {
  transform: scale(1, 1);
}
.global_nav .sub_nav p::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #06291D;
  left: 0;
  bottom: 0;
  transition: 0.3s;
  transform-origin: bottom;
  transform: scale(1, 0);
}
@media screen and (max-width: 768px) {
  .global_nav .sub_nav p::after {
    content: none;
  }
}
.global_nav .sub_nav p span {
  position: relative;
  z-index: 1;
}
.global_nav .sub_nav .child {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #06291D;
  padding: 20px min(2.19vw, 30px);
  line-height: 1.5;
  width: min(19vw, 260px);
  opacity: 0;
  transform: scale(1, 0);
  transform-origin: top;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
}
@media screen and (max-width: 768px) {
  .global_nav .sub_nav .child {
    position: static;
    opacity: 1;
    transform: none;
    width: auto;
    padding: 0;
    gap: 20px;
  }
}
.global_nav .sub_nav .child a {
  display: block;
  position: relative;
  font-size: clamp(1.2rem, 1.09vw, 1.5rem);
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 768px) {
  .global_nav .sub_nav .child a {
    font-size: 1.5rem;
  }
}
.global_nav .sub_nav .child a:hover::after {
  width: 40px;
}
.global_nav .sub_nav .child a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 0;
  bottom: 1px;
  transition: 0.3s;
}

.menu-trigger {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  position: relative;
  width: 55px;
  aspect-ratio: 1/1;
  background-color: #215745;
  cursor: pointer;
  z-index: 3;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .menu-trigger {
    display: flex;
  }
}
.menu-trigger span {
  position: absolute;
  width: calc(100% - 26px);
  height: 1px;
  background-color: #fff;
  transition: 0.5s;
  top: calc(50% - 0.5px);
}
.menu-trigger span::before, .menu-trigger span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 1px;
  top: -9px;
  left: 0;
  right: 0;
  margin: auto;
  transform-origin: center;
  transition: 0.5s;
}
.menu-trigger span::after {
  top: 9px;
  width: 50%;
  margin: 0;
}
.menu-trigger.active {
  background-color: #fff;
}
.menu-trigger.active span {
  background: none;
}
.menu-trigger.active span::before, .menu-trigger.active span::after {
  width: 100%;
  top: 0;
  opacity: 1;
  rotate: 135deg;
  background-color: #215745;
}
.menu-trigger.active span::after {
  rotate: -135deg;
}

.sp_fixed_nav {
  display: none;
  position: fixed;
  left: 10px;
  bottom: 0;
  width: calc(100% - 20px);
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .sp_fixed_nav {
    display: block;
  }
}
.sp_fixed_nav.is_open p {
  background-color: #06291D;
}
.sp_fixed_nav.is_open ul {
  opacity: 1;
  pointer-events: auto;
}
.sp_fixed_nav p {
  font-size: 1.8rem;
  text-align: center;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  cursor: pointer;
  background-color: #008B30;
  transition: 0.3s;
}
.sp_fixed_nav ul {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  background-color: #06291D;
  padding: 35px 40px 0;
  transition: 0.3s;
}
.sp_fixed_nav li {
  margin-bottom: 15px;
}
.sp_fixed_nav li:last-child {
  margin-bottom: 0;
}
.sp_fixed_nav a {
  display: block;
  position: relative;
  font-size: 1.5rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.sp_fixed_nav a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 0;
  bottom: 1px;
  transition: 0.3s;
}

.footer {
  background-color: #215745;
  padding: 80px 0 45px;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 80px;
  }
}
.footer__logo {
  display: block;
  margin: 0 auto 27px;
}
.footer__sns {
  display: flex;
  justify-content: center;
  gap: 5px 20px;
  margin-bottom: 25px;
  color:#fff;
}
.footer__sns li {
	text-align:center;
	width:4em;
}
.footer__sns li p{
	margin:0;
	padding:5px 0 0 0;
	color:#fff;
	line-height:1.3;
	text-align:center;
}

.footer__sns a {
  display: block;
}
.footer__sns a:hover img {
  transform: translateY(-3px);
}
.footer__sns a img {
  display: block;
  transition: 0.3s;
  margin:0 auto;
}
.footer__address {
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 25px;
}
.footer__links {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  margin-bottom: 70px;
}
.footer__links a {
  display: block;
  font-size: 1.4rem;
  text-decoration: underline;
  color: #fff;
}
.footer__links a:hover {
  text-decoration: none;
}
.footer__copyright {
  text-align: center;
  color: #fff;
  font-family: "Lora", serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.home #container_wrap {
  padding-top: 0;
}
.home .header.js_scroll .header__ttl a {
  display: block;
}
.home .header__ttl a {
  display: none;
}
@media screen and (min-width: 769px) {
  .home .header.js_scroll .global_nav .main_nav a {
    color: #222;
  }
  .home .header.js_scroll .global_nav .main_nav a::after {
    background-color: #215745;
  }
  .home .global_nav .main_nav a {
    color: #fff;
  }
  .home .global_nav .main_nav a::after {
    background-color: #fff;
  }
}

.main_visual {
  display: grid;
  place-content: center;
  position: relative;
  width: 100%;
  height: 100vh;
  padding-bottom: 15vh;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .main_visual {
    margin-bottom: 60px;
  }
}
.main_visual::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 38%;
  background: linear-gradient(to bottom, #00359A, transparent);
  top: 0;
  left: 0;
  opacity: 0.79;
  z-index: 1;
}
.main_visual__image {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.main_visual__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main_visual__text {
  position: relative;
  z-index: 2;
}
.main_visual__text img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .main_visual__text img {
    max-width: 83.8%;
  }
}

.top_topics,
.top_course,
.top_news,
.top_nav {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .top_topics,
.top_course,
.top_news,
.top_nav {
    margin-bottom: 80px;
  }
}

.top_topics__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px min(4.39vw, 60px);
  background-color: #FAFAF5;
  padding: 50px min(6.36vw, 87px);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .top_topics__list {
    padding: 30px min(5.12vw, 20px);
  }
}
.top_topics__list:last-child {
  margin-bottom: 0;
}
.top_topics__list a {
  display: block;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 1px solid #D6D6D6;
}
.top_topics__list a:hover::after {
  width: 100%;
}
.top_topics__list a:hover img {
  transform: scale(1.1);
}
.top_topics__list a::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 6px;
  border-right: 1px solid #215745;
  border-bottom: 1px solid #215745;
  right: 0;
  bottom: -1px;
  pointer-events: none;
  transition: 0.3s;
}
.top_topics__list a figure {
  display: block;
  aspect-ratio: 3/2;
  overflow: hidden;
  margin-bottom: 8px;
}
.top_topics__list a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.top_topics__list a p {
  line-height: 1.66;
}

@media screen and (max-width: 768px) {
  .top_course .inner_lg {
    max-width: 100%;
  }
}
.top_course__in {
  background: url(../images/top_course.jpg) no-repeat center/cover;
  height: 708px;
}
@media screen and (max-width: 768px) {
  .top_course__in {
    height: auto;
    padding-top: 102vw;
  }
}
.top_course__text {
  display: flex;
  align-items: center;
  width: 540px;
  max-width: 100%;
  margin-left: auto;
  background-color: rgba(6, 41, 29, 0.8);
  height: 100%;
  padding: 0 min(5.85vw, 80px);
}
@media screen and (max-width: 768px) {
  .top_course__text {
    margin: 0;
    padding: 30px min(10.2vw, 40px);
  }
}
.top_course h2 {
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .top_course h2 {
    margin-bottom: 28px;
  }
}
.top_course h2::before {
  content: "COURSE GUIDE";
  display: block;
  font-size: 3.6rem;
  font-family: "Lora", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .top_course h2::before {
    font-size: 3rem;
  }
}
.top_course p {
  color: #fff;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .top_course p {
    margin-bottom: 32px;
  }
}
.top_course a {
  display: block;
  position: relative;
  width: 160px;
  padding-bottom: 12px;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.top_course a:hover::after {
  width: 40px;
}
.top_course a:hover img {
  transform: scale(1.1);
}
.top_course a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  right: 0;
  bottom: -1px;
  pointer-events: none;
  transition: 0.3s;
}
.top_course a:last-child {
  margin-bottom: 0;
}

.top_nav__link_01 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px 2px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .top_nav__link_01 {
    grid-template-columns: 1fr;
    margin-bottom: 80px;
  }
}
.top_nav__link_01 a {
  display: grid;
  place-content: center;
  position: relative;
  height: 390px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top_nav__link_01 a {
    height: auto;
    aspect-ratio: 37/22;
  }
}
.top_nav__link_01 a:hover::after {
  background-color: rgba(0, 0, 0, 0.7);
}
.top_nav__link_01 a:hover img {
  transform: scale(1.1);
}
.top_nav__link_01 a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
}
.top_nav__link_01 a img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.top_nav__link_01 a p {
  position: relative;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  padding-bottom: 8px;
  z-index: 1;
}
.top_nav__link_01 a p::before {
  content: attr(data-en);
  display: block;
  font-size: 2.6rem;
  font-family: "Lora", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.top_nav__link_01 a p::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  left: 0;
  bottom: 0;
}
.top_nav__link_02 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .top_nav__link_02 {
    padding: 0 min(5.12vw, 20px);
  }
}
.top_nav__link_02 a {
  display: block;
  position: relative;
  height: 200px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .top_nav__link_02 a {
    display: flex;
    align-items: flex-end;
    height: auto;
    aspect-ratio: 33/27;
  }
}
.top_nav__link_02 a:hover .text p::before {
  width: 100%;
}
.top_nav__link_02 a img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
.top_nav__link_02 a .text {
  display: grid;
  grid-template-columns: 1fr;
  place-content: center start;
  width: 320px;
  height: 100%;
  background-color: rgba(6, 41, 29, 0.8);
  padding-left: 40px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .top_nav__link_02 a .text {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px 0 15px 20px;
  }
}
.top_nav__link_02 a .text::before {
  content: attr(data-en);
  display: block;
  font-size: 2.5rem;
  font-family: "Lora", serif;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 8px;
}
.top_nav__link_02 a .text p {
  position: relative;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 3px;
  width: 100%;
}
.top_nav__link_02 a .text p::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background-color: #fff;
  right: 0;
  top: -1px;
  transition: 0.3s;
}

.map {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 600px;
}
.map > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero {
  position: relative;
  max-width: calc(100% - 40px);
  width: 100%;
  height: 535px;
  margin: 0 auto var(--space);
  padding-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .hero {
    max-width: calc(100% - 20px);
    height: 340px;
    padding-bottom: 60px;
  }
}
.hero__img {
  height: 100%;
}
.hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero .ttl_cmn_01 {
  position: absolute;
  width: 780px;
  max-width: calc(100% - 20px);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 42px 0;
}
@media screen and (max-width: 768px) {
  .hero .ttl_cmn_01 {
    padding: 22px 0;
  }
}
.hero--members .ttl_cmn_01 > span {
  font-size: 3rem;
}
.hero--members .ttl_cmn_01 > span span {
  display: block;
  font-size: 2rem;
}

.hero-course {
  width: calc(100% - 40px);
  height: calc(100vh - var(--headerHeight) - 40px);
  position: relative;
  margin: 0 auto var(--space);
}
@media screen and (max-width: 768px) {
  .hero-course {
    width: calc(100% - 20px);
    height: auto;
  }
}
.hero-course__slide {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .hero-course__slide {
    height: auto;
    aspect-ratio: 37/26;
  }
}
.hero-course__slide .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  gap: 4px;
  right: 10px;
  bottom: 10px;
  top: auto;
  left: auto;
}
.hero-course__slide .swiper-pagination-bullet {
  position: relative;
  width: 40px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 !important;
  padding: 0;
  border-radius: 0;
  opacity: 1;
}
.hero-course__slide .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: 0;
  transition: 0.3s;
}
.hero-course__slide .swiper-pagination-bullet-active::after, .hero-course__slide .swiper-pagination-bullet:hover::after {
  height: 100%;
}
.hero-course__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-course__text {
  display: grid;
  place-content: center;
  position: absolute;
  width: 294px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #215745;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .hero-course__text {
    position: static;
    width: 100%;
    height: auto;
    padding: 35px 0;
  }
}
.hero-course__text .course,
.hero-course__text .par {
  width: 157px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  font-family: "Lora", serif;
  letter-spacing: 0.15em;
  line-height: 1.5;
  padding: 8px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .hero-course__text .course,
.hero-course__text .par {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.hero-course__text .course:last-child,
.hero-course__text .par:last-child {
  margin-bottom: 0;
}
.hero-course__text h1 {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 5px;
  font-size: 5rem;
  font-family: "Lora", serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .hero-course__text h1 {
    font-size: 4rem;
    margin-bottom: 20px;
  }
}
.hero-course__text h1 span {
  font-size: 2em;
}
.hero-course__text .par {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .hero-course__text .par {
    font-size: 2rem;
  }
}

.reservation_method {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px min(2.78vw, 38px);
}
@media screen and (max-width: 768px) {
  .reservation_method {
    grid-template-columns: 1fr;
  }
}
.reservation_method dd p {
  margin-bottom: 18px;
}
.reservation_method dd p:last-child {
  margin-bottom: 0;
}
.reservation_method .box {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 2.1rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  background-color: #215745;
  height: 100px;
  padding: 0 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .reservation_method .box {
    height: 80px;
    padding: 0 19px;
    font-size: 1.8rem;
  }
}
.reservation_method .box:last-child {
  margin-bottom: 0;
}
.reservation_method .box::before {
  content: "";
  display: block;
  width: 26px;
  aspect-ratio: 1/1;
  background: url(../images/ico_blank.svg) no-repeat center/contain;
}
.reservation_method .box--tel {
  justify-content: center;
  font-size: 3.9rem;
}
@media screen and (max-width: 768px) {
  .reservation_method .box--tel {
    font-size: 3rem;
  }
}
.reservation_method .box--tel::before {
  width: 30px;
}
.reservation_method .box--match::before {
  width: 24px;
  aspect-ratio: 24/30;
  background-image: url(../images/ico_match.svg);
}
.reservation_method .box--contact::before {
  aspect-ratio: 26/22;
  background-image: url(../images/ico_contact.svg);
}

.course_main {
  display: block;
  margin: 0 auto 60px;
}

.course_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: var(--space);
}
@media screen and (max-width: 768px) {
  .course_list {
    padding: 0 17px;
  }
}
.course_list:last-child {
  margin-bottom: 0;
}
.course_list .item {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 25px 18px;
}
@media screen and (max-width: 768px) {
  .course_list .item {
    grid-template-columns: 1fr;
  }
}
.course_list dt {
  position: relative;
  border: 1px solid #215745;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.9rem;
  font-weight: 700;
  padding: 18px 15px;
  line-height: 1.66;
  color: #215745;
  background-color: #FAFAF5;
}
@media screen and (max-width: 768px) {
  .course_list dt {
    padding: 5px 0;
  }
}
.course_list dt::after {
  content: "";
  position: absolute;
  width: 17px;
  aspect-ratio: 17/15;
  background-color: #215745;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  left: 100%;
  top: calc(50% - 7.5px);
}
@media screen and (max-width: 768px) {
  .course_list dt::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    left: calc(50% - 8.5px);
    top: 100%;
  }
}
.course_list dd ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .course_list dd ul {
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  }
}
.course_list dd ul li {
  position: relative;
  background-color: #215745;
}
.course_list dd ul li:hover::after {
  height: calc(100% - 10px);
}
.course_list dd ul li::after {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: 1px;
  background-color: #008B30;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
  transition: 0.3s;
}
.course_list dd ul li a {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  place-content: center;
  gap: 5px;
  position: relative;
  height: 70px;
  color: #fff;
  font-family: "Lora", serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  z-index: 1;
}
.course_list dd ul li a span {
  font-size: 3rem;
}
.course_list--current dd ul li:not(.is_current) {
  background-color: rgba(33, 87, 69, 0.5);
}
.course_list--current dd ul li:not(.is_current)::after {
  background-color: #215745;
}
.course_list--current dd ul li.is_current {
  pointer-events: none;
}

.yardage {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .yardage {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .yardage .item {
    margin-bottom: 20px;
  }
}
.yardage .item:last-child {
  margin-bottom: 0;
}
.yardage table {
  width: 100%;
  border-collapse: separate;
}
.yardage table thead tr {
  background-color: #215745;
  color: #fff;
}
.yardage table thead th {
  text-align: center;
  padding: 8px 10px;
  line-height: 1.66;
  border-left: 1px solid #D6D6D6;
  font-size: 1.2rem;
  font-weight: 500;
}
.yardage table tbody td {
  text-align: center;
  padding: 10px;
  line-height: 1.66;
  border-left: 1px solid #D6D6D6;
  border-bottom: 1px solid #D6D6D6;
  font-size: 1.6rem;
  color: #215745;
  font-family: "Lora", serif;
  font-weight: 400;
}
.yardage table tbody td:nth-child(-n+2) {
  font-size: 1.3rem;
  color: #222;
}
.yardage table tbody td:last-child {
  border-right: 1px solid #D6D6D6;
}

.course_detail {
  display: grid;
  grid-template-columns: 1fr 45.6%;
  gap: 80px min(2.92vw, 40px);
  width: 832px;
  max-width: 100%;
  margin: 0 auto var(--space);
}
@media screen and (max-width: 768px) {
  .course_detail {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.course_detail .text p {
  font-size: 1.6rem;
  line-height: 2.1;
  margin-bottom: 25px;
}
.course_detail .text dl {
  border-top: 1px solid #D6D6D6;
}
.course_detail .text dl .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D6D6D6;
  padding: 12px 10px;
}
.course_detail .text dl dd {
  display: flex;
  align-items: baseline;
  gap: 5px;
  font-size: 1.6rem;
  font-family: "Zen Old Mincho", serif;
  color: #215745;
  font-weight: 400;
  line-height: 1.5;
}
.course_detail .text dl dd span {
  font-size: 2.5rem;
  font-family: "Lora", serif;
}
.course_detail .movie {
  position: relative;
  aspect-ratio: 16/9;
  grid-column: 1/-1;
}
@media screen and (max-width: 768px) {
  .course_detail .movie {
    margin-top: 40px;
  }
}
.course_detail .movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.contact_wrap {
  background-color: #215745;
  padding: 36px min(3.9vw, 54px);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact_wrap {
    padding: 25px 20px;
  }
}
.contact_wrap .ttl_cmn_03 {
  border-bottom-color: #008B30;
  margin-bottom: 22px;
}
.contact_wrap .ttl_cmn_03::after {
  background-color: #fff;
}
.contact_wrap > p {
  line-height: 1.66;
  margin-bottom: 28px;
}
.contact_wrap ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  line-height: 1.5;
}
.contact_wrap ul strong {
  display: block;
  font-weight: 700;
}
.contact_wrap ul .tel {
  display: flex;
  align-items: baseline;
  gap: 0.2em;
  line-height: 1.2;
  font-size: 3.3rem;
  font-weight: 400;
  font-family: "Lora", serif;
  color: #fff;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .contact_wrap ul .tel {
    font-size: 3.5rem;
  }
}
.contact_wrap ul .tel::before {
  content: "TEL";
  display: block;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .contact_wrap ul .tel::before {
    font-size: 3rem;
  }
}
.contact_wrap ul p {
  font-weight: 400;
  font-size: 1.4rem;
}
.contact_wrap ul .form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  line-height: 86px;
  background-color: #fff;
  border: 1px solid #fff;
  font-weight: 700;
  color: #215745;
}
.contact_wrap ul .form:hover {
  background-color: #215745;
  color: #fff;
}
.contact_wrap ul .form:hover::before {
  background-color: #fff;
}
.contact_wrap ul .form::before {
  content: "";
  display: block;
  width: 34px;
  aspect-ratio: 34/30;
  -webkit-mask: url(../images/ico_form.svg) no-repeat center/contain;
          mask: url(../images/ico_form.svg) no-repeat center/contain;
  background-color: #215745;
  transition: 0.3s;
}

.drink_wrap {
  display: grid;
  /*grid-template-columns: 1fr 47.4%;*/
  grid-template-columns: 1fr;
  gap: 20px min(2.92vw, 40px);
}
@media screen and (max-width: 768px) {
  .drink_wrap {
    grid-template-columns: 1fr;
  }
}
.drink_wrap .ttl_cmn_03 {
  margin-bottom: 30px;
}
.drink_wrap p {
  font-size: 1.6rem;
  line-height: 2.1;
  margin-bottom: 16px;
}

.restaurant_party {
  display: grid;
  /*grid-template-columns: 1fr 42.3%;*/
  grid-template-columns: 1fr;
  align-items: center;
  gap: 25px;
  background-color: #FAFAF5;
  padding: 50px min(3.66vw, 50px);
}
@media screen and (max-width: 768px) {
  .restaurant_party {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }
}
.restaurant_party h2 {
  font-size: 2.6rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  color: #215745;
  line-height: 1.5;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .restaurant_party h2 {
    font-size: 2.3rem;
    margin-bottom: 18px;
  }
}
.restaurant_party p {
  font-size: 1.6rem;
  line-height: 2.1;
}

.member_login_link {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px 20px;
  background-color: #215745;
  padding: 36px min(3.9vw, 54px);
  color: #fff;
}
.member_login_link .ttl_cmn_03 {
  margin-bottom: 0;
  grid-column: 1/-1;
}
.member_login_link strong {
  display: block;
  line-height: 1.66;
}
.member_login_link p {
  font-size: 1.3rem;
  line-height: 1.66;
  font-weight: 400;
}
.member_login_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  line-height: 86px;
  background-color: #fff;
  border: 1px solid #fff;
  font-weight: 700;
  color: #215745;
  padding-right: 40px;
}
.member_login_link a:hover {
  background-color: #215745;
  color: #fff;
}
.member_login_link a:hover::before {
  background-color: #fff;
}
.member_login_link a::before {
  content: "";
  display: block;
  width: 33px;
  aspect-ratio: 33/30;
  -webkit-mask: url(../images/ico_login.svg) no-repeat center/contain;
          mask: url(../images/ico_login.svg) no-repeat center/contain;
  background-color: #215745;
  transition: 0.3s;
}

.sec_privacy .ttl_cmn_03 {
  margin-bottom: 20px;
}
.sec_privacy .txt_cmn_01 {
  margin-bottom: 50px;
}

.ttl_cmn_01 {
  display: grid;
  place-content: center;
  background-color: #215745;
  padding: 95px 0 40px;
  max-width: calc(100% - 40px);
  margin: 0 auto var(--space);
}
@media screen and (max-width: 768px) {
  .ttl_cmn_01 {
    padding: 50px 0 25px;
    max-width: calc(100% - 20px);
  }
}
.ttl_cmn_01:last-child {
  margin-bottom: 0;
}
.ttl_cmn_01 > span {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  color: #fff;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .ttl_cmn_01 > span {
    font-size: 1.6rem;
  }
}
.ttl_cmn_01 > span::before {
  content: attr(data-en);
  display: block;
  font-size: 2em;
  font-weight: 400;
  font-family: "Lora", serif;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .ttl_cmn_01 > span::before {
    font-size: 3.2rem;
  }
}
.ttl_cmn_01 > span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  left: 0;
  bottom: 0;
}

.ttl_cmn_02 {
  display: block;
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  color: #215745;
  padding-bottom: 8px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ttl_cmn_02 {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}
.ttl_cmn_02::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 1px;
  background-color: #215745;
  left: calc(50% - 9px);
  bottom: 0;
}

.ttl_cmn_03 {
  display: block;
  position: relative;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  padding-bottom: 10px;
  border-bottom: 3px solid #FAFAF5;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .ttl_cmn_03 {
    margin-bottom: 35px;
  }
}
.ttl_cmn_03:last-child {
  margin-bottom: 0;
}
.ttl_cmn_03::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #215745;
  left: 0;
  bottom: -3px;
}
.ttl_cmn_03--white {
  color: #fff;
  border-bottom-color: #008B30;
  margin-bottom: 22px;
}
.ttl_cmn_03--white::after {
  background-color: #fff;
}

.ttl_cmn_04 {
  display: block;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  border-left: 3px solid #215745;
  padding-left: 10px;
  margin-bottom: 30px;
}
.ttl_cmn_04:last-child {
  margin-bottom: 0;
}

.ttl_cmn_05 {
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.5;
  color: #215745;
  margin-bottom: 15px;
}
.ttl_cmn_05:last-child {
  margin-bottom: 0;
}

.ttl_top_01 {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ttl_top_01 {
    margin-bottom: 40px;
  }
}
.ttl_top_01 span {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.5;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .ttl_top_01 span {
    font-size: 1.4rem;
  }
}
.ttl_top_01 span::before {
  content: attr(data-en);
  display: block;
  font-size: 2em;
  font-family: "Lora", serif;
  font-weight: 400;
  color: #215745;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.ttl_top_01 span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #215745;
  left: 0;
  bottom: 0;
}

.list_news {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 30px;
}
.list_news a {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 5px 0;
  position: relative;
  padding: 20px 30px 20px 0;
  border-bottom: 1px solid #D6D6D6;
  background-color: #FAFAF5;
  line-height: 1.66;
}
@media screen and (max-width: 768px) {
  .list_news a {
    grid-template-columns: 1fr;
    padding: 20px min(5.12vw, 20px);
  }
}
.list_news a:hover::after {
  width: 100%;
}
.list_news a::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #215745;
  right: 0;
  bottom: -1px;
  transition: 0.3s;
}
.list_news a .date {
  text-align: center;
  color: #215745;
}
@media screen and (max-width: 768px) {
  .list_news a .date {
    text-align: left;
  }
}

.list_cmn_01 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .list_cmn_01 {
    margin-bottom: 30px;
  }
}
.list_cmn_01:last-child {
  margin-bottom: 0;
}
.list_cmn_01 li {
  position: relative;
  padding-left: 17px;
  line-height: 1.66;
}
.list_cmn_01 li::before {
  content: "";
  position: absolute;
  width: 7px;
  aspect-ratio: 1/1;
  background-color: #215745;
  left: 0;
  top: 0.6em;
}
.list_cmn_01--mb-lg {
  margin-bottom: var(--space);
}

.list_reservation {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.list_reservation li {
  display: grid;
  grid-template-columns: 125px 128px 1fr;
  align-items: baseline;
  padding: 10px 0;
  background-color: #FAFAF5;
  border-bottom: 1px solid #D6D6D6;
}
@media screen and (max-width: 768px) {
  .list_reservation li {
    grid-template-columns: 95px 1fr;
    grid-template-rows: auto auto;
    padding: 10px 20px;
  }
}
.list_reservation li time {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 5px;
  line-height: 1.5;
  color: #215745;
}
@media screen and (max-width: 768px) {
  .list_reservation li time {
    justify-content: start;
  }
}
.list_reservation li time::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #D6D6D6;
  right: 0;
  top: 0;
}
.list_reservation li time > span {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 2rem;
  font-family: "Lora", serif;
}
.list_reservation li time > span > span {
  display: inline-block;
  font-size: 1.5rem;
}
.list_reservation li .status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  font-size: 1.3rem;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .list_reservation li .status {
    justify-content: start;
  }
}
.list_reservation li .status::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #D6D6D6;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .list_reservation li .status::after {
    content: none;
  }
}
.list_reservation li .status span {
  display: inline-block;
  width: 26px;
  aspect-ratio: 1/1;
  background: url(../images/ico_available.svg) no-repeat center/contain;
}
.list_reservation li .status span.limited {
  background-image: url(../images/ico_limited.svg);
}
.list_reservation li .status span.full {
  background-image: url(../images/ico_full.svg);
}
.list_reservation li .status span.none {
  background-image: url(../images/ico_none.svg);
}
.list_reservation li .status span.reserved {
  background-image: url(../images/ico_reserved.svg);
}
.list_reservation li .comment {
  font-weight: 700;
  line-height: 1.66;
  font-family: "Zen Old Mincho", serif;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .list_reservation li .comment:not(:empty) {
    padding: 10px 0 0;
    border-top: 1px solid #D6D6D6;
    grid-column: 1/-1;
    margin-top: 10px;
  }
}

.list_anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 4px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .list_anchor {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px 2px;
    margin-bottom: 40px;
  }
}
.list_anchor li {
  width: 242px;
}
@media screen and (max-width: 768px) {
  .list_anchor li {
    width: auto;
  }
}
.list_anchor a {
  display: block;
  position: relative;
  line-height: 60px;
  border: 1px solid #D6D6D6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .list_anchor a {
    line-height: 50px;
  }
}
.list_anchor a:hover::before {
  height: 12px;
}
.list_anchor a:hover::after {
  border-color: #fff;
}
.list_anchor a::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 1px;
  background-color: #215745;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s;
}
.list_anchor a::after {
  content: "";
  position: absolute;
  width: 6px;
  aspect-ratio: 1/1;
  border-left: 1px solid #06291D;
  border-bottom: 1px solid #06291D;
  bottom: 3px;
  left: calc(50% - 3px);
  transform: rotate(-45deg);
  transition: 0.3s;
}

.list_event {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .list_event {
    margin-inline: -10px;
  }
}
.list_event > li {
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: baseline;
  gap: 0 20px;
  padding: 20px 30px;
  background-color: #FAFAF5;
  border-bottom: 1px solid #D6D6D6;
}
@media screen and (max-width: 768px) {
  .list_event > li {
    grid-template-columns: 1fr;
    padding-inline: 20px;
  }
}
.list_event > li time {
  display: flex;
  align-items: center;
  position: relative;
  gap: 5px;
  line-height: 1.5;
  color: #215745;
}
@media screen and (max-width: 768px) {
  .list_event > li time {
    justify-content: start;
  }
}
.list_event > li time > span {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 2.4rem;
  font-family: "Lora", serif;
}
.list_event > li time > span > span {
  display: inline-block;
  font-size: 1.6rem;
}
.list_event > li .text {
  position: relative;
}
@media screen and (max-width: 768px) {
  .list_event > li .text {
    padding-top: 15px;
  }
}
.list_event > li .text::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #D6D6D6;
  left: -20px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .list_event > li .text::after {
    width: 100%;
    height: 1px;
    left: 0;
  }
}
.list_event > li .text strong {
  display: block;
  font-size: 1.7rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.5;
  margin-bottom: 5px;
}
.list_event > li .text strong:last-child {
  margin-bottom: 0;
}
.list_event > li .text .link_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 2px;
  margin-bottom: 5px;
}
.list_event > li .text .link_list:last-child {
  margin-bottom: 0;
}
.list_event > li .text .link_list a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 1.3rem;
  padding: 5px 12px;
  border: 1px solid #D6D6D6;
}
.list_event > li .text .link_list a:hover {
  border-color: #215745;
}
.list_event > li .text .link_list a::before {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../images/ico_pdf.svg) no-repeat center/contain;
          mask: url(../images/ico_pdf.svg) no-repeat center/contain;
  background-color: #E03F3F;
}
.list_event > li .text .link_list a.gray {
  pointer-events: none;
}
.list_event > li .text .link_list a.gray::before {
  background-color: #808080;
}
.list_event > li .text .text_list {
  display: flex;
  flex-direction: column;
  font-size: 1.4rem;
  line-height: 1.8;
}
.list_event > li .text .text_list span {
  color: #215745;
}

.ol_cmn_01 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  counter-reset: num;
  margin-bottom: 15px;
}
.ol_cmn_01:last-child {
  margin-bottom: 0;
}
.ol_cmn_01 li {
  display: flex;
  align-items: baseline;
  gap: 4px;
  line-height: 1.66;
  counter-increment: num;
}
.ol_cmn_01 li::before {
  content: counter(num);
  display: grid;
  place-content: center;
  width: 21px;
  padding-bottom: 2px;
  aspect-ratio: 1/1;
  background-color: #215745;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  flex-shrink: 0;
  transform: translateY(-2px);
}

.list_facilities {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px min(2.3vw, 30px);
}
@media screen and (max-width: 768px) {
  .list_facilities {
    gap: 30px;
  }
}
.list_facilities figure {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.66;
}
.list_facilities figure img {
  display: block;
  width: 100%;
  aspect-ratio: 372/248;
  margin: 0 auto 10px;
}
.list_facilities--txt_left figure {
  text-align: left;
}

.list_price {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .list_price {
    margin-inline: -10px;
  }
}
.list_price > li {
  display: grid;
  grid-template-columns: 260px 1fr;
  align-items: baseline;
  gap: 0 20px;
  padding: 15px 30px;
  background-color: #FAFAF5;
  border-bottom: 1px solid #D6D6D6;
}
@media screen and (max-width: 768px) {
  .list_price > li {
    grid-template-columns: 1fr;
    padding-inline: 20px;
  }
}
.list_price > li .price {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .list_price > li .price {
    padding-top: 6px;
  }
}
.list_price > li .price::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #D6D6D6;
  left: -20px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .list_price > li .price::after {
    width: 100%;
    height: 1px;
    left: 0;
  }
}
.list_price > li .price p {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 10px;
}
.list_price > li .price p span {
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #215745;
}
@media screen and (max-width: 768px) {
  .list_price > li .price p span {
    font-size: min(4.6vw, 1.8rem);
  }
}
.list_price > li .price--border {
  padding-left: 0;
  grid-column: 1/-1;
  gap: 41px;
}
@media screen and (max-width: 768px) {
  .list_price > li .price--border {
    padding-top: 0;
    flex-wrap: nowrap;
    gap: 10px 27px;
  }
}
.list_price > li .price--border::after {
  content: none;
}
.list_price > li .price--border p {
  position: relative;
}
.list_price > li .price--border p:not(:first-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #D6D6D6;
  left: -20px;
  top: 0;
}
@media screen and (max-width: 768px) {
  .list_price > li .price--border p:not(:first-child)::after {
    left: -13px;
  }
}
.list_price--mb-sm {
  margin-bottom: 18px;
}

.list_btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px 40px;
}
@media screen and (max-width: 768px) {
  .list_btns {
    gap: 15px;
  }
}
.list_btns.course_btn {
  gap: 16px;
}
.list_btns.course_btn li:nth-child(2) a {
  background-image: url(../images/ico_arrow_right.svg);
  background-color: #FCD900;
  color: #222;
}
.list_btns.course_btn li:nth-child(3) a {
  background-color: #0185CE;
}
.list_btns.course_btn a {
  display: block;
  width: 300px;
  max-width: 100%;
  line-height: 65px;
  font-size: 0.9375em;
  font-weight: 700;
  text-align: center;
  color: #fff;
  border-radius: 40px;
  background: url(../images/ico_arrow_right_white.svg) no-repeat center right 12px/14px auto;
  background-color: #E02E8C;
}
.list_btns.course_btn a:hover {
  box-shadow: 0 10px 20px rgba(34, 34, 34, 0.3);
}

.table_parent {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .table_parent {
    white-space: nowrap;
    margin-bottom: 30px;
  }
}
.table_parent:last-child {
  margin-bottom: 0;
}
.table_parent table {
  margin-bottom: 0;
}

.table_cmn_01 {
  width: 100%;
  border-collapse: separate;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .table_cmn_01 thead, .table_cmn_01 tbody, .table_cmn_01 tr, .table_cmn_01 th, .table_cmn_01 td {
    display: block;
    width: 100%;
  }
}
.table_cmn_01:last-child {
  margin-bottom: 0;
}
.table_cmn_01 th, .table_cmn_01 td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 12px 15px;
  line-height: 1.66;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .table_cmn_01 th, .table_cmn_01 td {
    padding: 5px 10px 15px;
  }
}
.table_cmn_01 th {
  color: #215745;
}
@media screen and (max-width: 768px) {
  .table_cmn_01 th {
    padding: 15px 10px 0;
    border-bottom: none;
  }
}

.btn_cmn_01 {
  display: block;
  position: relative;
  width: 280px;
  line-height: 56px;
  background-color: #FAFAF5;
  text-align: center;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  border-bottom: 1px solid #D6D6D6;
  margin: 0 auto 40px;
}
.btn_cmn_01:hover::after {
  width: 100%;
}
.btn_cmn_01:hover img {
  transform: scale(1.1);
}
.btn_cmn_01::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-right: 1px solid #215745;
  border-bottom: 1px solid #215745;
  right: 0;
  bottom: -1px;
  pointer-events: none;
  transition: 0.3s;
}
.btn_cmn_01:last-child {
  margin-bottom: 0;
}

.btn_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 280px;
  max-width: 100%;
  line-height: 96px;
  background-color: #215745;
  border: 2px solid #215745;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  color: #fff;
  transition: 0.3s;
  margin: 0 auto;
  font-size: 2.1rem;
  cursor: pointer;
}
.btn_submit:hover {
  background-color: #fff;
  color: #215745;
}
.btn_submit:hover::before {
  background-color: #215745;
}
.btn_submit::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../images/ico_send.svg) no-repeat center/contain;
          mask: url(../images/ico_send.svg) no-repeat center/contain;
  background-color: #fff;
  transition: 0.3s;
}

.post_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #215745;
  padding: 90px 10px 40px;
  max-width: calc(100% - 40px);
  margin: 0 auto var(--space);
}
@media screen and (max-width: 768px) {
  .post_ttl {
    padding-block: 50px 20px;
    max-width: calc(100% - 20px);
    margin-bottom: 40px;
  }
}
.post_ttl__in {
  width: 980px;
  max-width: 100%;
}
.post_ttl .ttl {
  display: block;
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.43;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #008B30;
}
@media screen and (max-width: 768px) {
  .post_ttl .ttl {
    font-size: 2.3rem;
  }
}
.post_ttl .ttl::before {
  content: "NEWS";
  display: block;
  font-size: 2rem;
  font-weight: 400;
  font-family: "Lora", serif;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 10px;
}
.post_ttl .date {
  font-family: "Lora", serif;
  color: #fff;
}

.post_content {
  position: relative;
  padding-bottom: var(--space);
  margin-bottom: var(--space);
}
.post_content::after {
  content: "";
  position: absolute;
  width: calc(100% + 200px);
  max-width: 100vw;
  height: 2px;
  background-color: #215745;
  left: calc(50% - (100% + 200px) / 2);
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .post_content::after {
    width: 100vw;
    left: calc(50% - 50vw);
  }
}
.post_content p {
  margin-top: 25px;
}
.post_content p:first-child {
  margin-top: 0;
}
.post_content img {
  display: block;
  margin-top: 40px;
}
.post_content img:first-child {
  margin-top: 0;
}
.post_content .ttl_post_01 {
  display: block;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  border-left: 3px solid #215745;
  padding-left: 10px;
  margin-top: 40px;
}
.post_content .ttl_post_01:first-child {
  margin-top: 0;
}

/* ==========================================================================//
//
// parts
//
// ========================================================================== */
/* 背景パララックス
---------------------------------------------------------- */
.bg_parallax {
  background: no-repeat center/cover;
}
/* wp-pagenavi
---------------------------------------------------------- */
.pagination {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
.pagination a,
.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  aspect-ratio: 1/1;
  background-color: #FAFAF5;
  color: #A3A3A3;
  font-family: "Lora", serif;
  font-weight: 400;
  border-bottom: 1px solid #D6D6D6;
}
.pagination a:hover:not([aria-disabled=true]), .pagination a.current,
.pagination span:hover:not([aria-disabled=true]),
.pagination span.current {
  color: #215745;
  border-bottom-color: #215745;
}
.pagination a.prev, .pagination a.next,
.pagination span.prev,
.pagination span.next {
  position: relative;
}
.pagination a.prev:hover:not([aria-disabled=true]), .pagination a.next:hover:not([aria-disabled=true]),
.pagination span.prev:hover:not([aria-disabled=true]),
.pagination span.next:hover:not([aria-disabled=true]) {
  border-bottom-color: #D6D6D6;
}
.pagination a.prev:hover:not([aria-disabled=true])::after, .pagination a.next:hover:not([aria-disabled=true])::after,
.pagination span.prev:hover:not([aria-disabled=true])::after,
.pagination span.next:hover:not([aria-disabled=true])::after {
  width: 20px;
}
.pagination a.prev::before, .pagination a.prev::after, .pagination a.next::before, .pagination a.next::after,
.pagination span.prev::before,
.pagination span.prev::after,
.pagination span.next::before,
.pagination span.next::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-left: 1px solid #215745;
  border-bottom: 1px solid #215745;
  transform: rotate(45deg);
  transition: 0.3s;
}
.pagination a.prev::after, .pagination a.next::after,
.pagination span.prev::after,
.pagination span.next::after {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: none;
}
.pagination a.next::before, .pagination a.next::after,
.pagination span.next::before,
.pagination span.next::after {
  transform: rotate(-135deg);
}
.pagination a.next::after,
.pagination span.next::after {
  transform: rotateY(180deg);
  left: auto;
  right: 0;
}

/* モーダル
---------------------------------------------------------- */
.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 25px 0;
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  .modal {
    padding: 20px;
  }
}
.modal_close_btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  aspect-ratio: 1/1;
  background: url(../images/ico_modal_close.svg) no-repeat center/contain;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .modal_close_btn {
    width: 40px;
  }
}
.modal_close_btn::after {
  transform: rotate(-45deg);
}
.modal_content {
  display: none;
  position: relative;
  width: 1220px;
  max-width: calc(100vw - var(--sideW) * 2);
  max-height: 90vh;
  max-height: 90svh;
  overflow-y: scroll;
  padding: 75px min(6.66vw, 100px) 90px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .modal_content {
    padding: 30px var(--sideW);
  }
}
.modal_content__campus-life {
  display: grid;
  grid-template-columns: min(30.66vw, 460px) 1fr;
  gap: 30px min(5vw, 75px);
}
@media screen and (max-width: 768px) {
  .modal_content__campus-life {
    grid-template-columns: 1fr;
  }
}
.modal_content__campus-life img {
  display: block;
  border-radius: 10px;
}
.modal_content__campus-life .title {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.5;
  padding: 18px 0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .modal_content__campus-life .title {
    font-size: 1.25em;
  }
}
.modal_content__campus-life .post {
  font-size: 0.875em;
  line-height: 1.7;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .modal_content__campus-life .post {
    font-size: 0.75em;
    margin-bottom: 15px;
  }
}
.modal_content__campus-life .app {
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .modal_content__campus-life .app {
    font-size: 0.875em;
  }
}
.modal_content .btn_green {
  display: block;
  position: relative;
  width: 300px;
  line-height: 43px;
  border-radius: 30px;
  background: url(../images/ico_arrow_right_white.svg) no-repeat center right 9px/9px auto;
  background-color: #8FC42F;
  color: #fff;
  text-align: center;
  font-size: 0.9375em;
  margin-top: 60px;
}
.modal_content .btn_green::before {
  content: attr(data-text);
  position: absolute;
  left: 0;
  bottom: calc(100% + 12px);
  width: 100%;
  text-align: center;
  font-size: 1.06em;
  font-weight: 700;
  color: #222;
  line-height: 1.5;
}
.modal_prev, .modal_next {
  position: absolute;
  width: var(--sideW);
  height: 100%;
  left: 0;
  top: 0;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}
.modal_prev::after, .modal_next::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/ico_arrow_right.svg) no-repeat center/30px auto;
  left: 0;
  top: 0;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .modal_prev::after, .modal_next::after {
    background-size: 20px auto;
  }
}
.modal_next {
  left: auto;
  right: 0;
}
.modal_next::after {
  transform: rotate(0);
}
.modal_overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(33, 87, 69, 0.8);
  top: 0;
  left: 0;
  z-index: 1000;
}

/* タブ切り替え
---------------------------------------------------------- */
.js_tab .js_tab_contents__item {
  display: none;
}
.js_tab .js_tab_contents__item.js_active {
  display: block;
}

.tab_reservation .js_tabs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(55px, 1fr));
  gap: 4px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .tab_reservation .js_tabs {
    gap: 2px;
  }
}
.tab_reservation .js_tabs__button {
  display: grid;
  place-content: center;
  grid-template-columns: auto auto;
  align-items: baseline;
  position: relative;
  background-color: rgba(33, 87, 69, 0.5);
  height: 70px;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .tab_reservation .js_tabs__button {
    font-size: 1.4rem;
    height: 50px;
  }
}
.tab_reservation .js_tabs__button::after {
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: 1px;
  background-color: #215745;
  left: 50%;
  bottom: 5px;
  transform: translateX(-50%);
}
.tab_reservation .js_tabs__button:hover, .tab_reservation .js_tabs__button.js_active {
  background-color: #215745;
}
.tab_reservation .js_tabs__button:hover::after, .tab_reservation .js_tabs__button.js_active::after {
  background-color: #008B30;
}
.tab_reservation .js_tabs__button span {
  font-family: "Lora", serif;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .tab_reservation .js_tabs__button span {
    font-size: 2.6rem;
  }
}

/* ポップアップ
---------------------------------------------------------- */
.popup {
  display: grid;
  place-content: center;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10001;
}
.popup__bnr {
  display: block;
  width: 450px;
  max-width: 100%;
  position: relative;
  padding: 40px;
  background-color: #fff;
}
.popup__bnr img {
  display: block;
  border-radius: 10px;
}
.popup_close_btn {
  position: absolute;
  right: -18px;
  top: -18px;
  width: 36px;
  aspect-ratio: 1/1;
  background: url(../images/ico_modal_close.svg) no-repeat center/contain;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .popup_close_btn {
    width: 40px;
  }
}
.popup_close_btn::after {
  transform: rotate(-45deg);
}
.popup_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(34, 34, 34, 0.48);
  z-index: 10000;
  cursor: pointer;
}

/* パンくず
---------------------------------------------------------- */
#list_breadcrumb {
  font-size: 0.75em;
  margin: var(--headerHeight) 0 25px;
}
#list_breadcrumb .inner_lg {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5em;
  font-size: 0.8125em;
}

.page-numbers #list_breadcrumb {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* その他
---------------------------------------------------------- */
.catch {
  display: block;
  font-size: 2.6rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  color: #215745;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .catch {
    font-size: 2.3rem;
    margin-bottom: 30px;
  }
}
.catch:last-child {
  margin-bottom: 0;
}
.catch--mg-lg {
  margin-bottom: var(--space);
}

.lead {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: var(--space);
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: 1.5rem;
    text-align: left;
    line-height: 2;
    margin-bottom: 50px;
  }
}
.lead:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .lead--sp_center {
    text-align: center;
  }
}

.txt_cmn_01 {
  margin-bottom: 40px;
}
.txt_cmn_01:last-child {
  margin-bottom: 0;
}

.img_cmn_01 {
  display: block;
  margin: 0 auto 40px;
}
.img_cmn_01:last-child {
  margin-bottom: 0;
}

a.txt_link {
  color: #215745;
  text-decoration: underline;
}
a.txt_link:hover {
  text-decoration: none;
}

a.txt_link_02 {
  display: inline-block;
  position: relative;
  color: #215745;
  text-decoration: underline;
  padding-left: 21px;
}
a.txt_link_02:hover {
  text-decoration: none;
}
a.txt_link_02:hover::before {
  width: 15px;
}
a.txt_link_02::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #215745;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
  transition: 0.3s;
  z-index: 1;
}
a.txt_link_02::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background-color: #CCCCCC;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
}

.nolink {
  pointer-events: none;
}

/* アーカイブのページネーション
---------------------------------------------------------- */
.list_pagination {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed #222;
  padding: 25px 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .list_pagination {
    justify-content: center;
    gap: 10px;
    margin-bottom: 50px;
  }
}
.list_pagination:last-child {
  margin-bottom: 0;
}
.list_pagination li {
  width: calc(50% - 100px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .list_pagination li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .list_pagination li.prev {
    order: 1;
  }
}
.list_pagination li.prev a::before {
  right: auto;
  left: 0;
  transform: rotate(180deg);
}
.list_pagination li.next {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .list_pagination li.next {
    order: 2;
  }
}
.list_pagination li a {
  display: inline-block;
  position: relative;
  font-weight: 700;
  color: #215745;
  padding: 0 28px;
}
@media screen and (max-width: 768px) {
  .list_pagination li a {
    font-size: 0.875em;
  }
}
.list_pagination li a::before {
  content: "";
  position: absolute;
  width: 15px;
  aspect-ratio: 15/12;
  background: url(../images/ico_arrow_post.svg) no-repeat center/contain;
  right: 0;
  top: calc(50% - 6px);
}
.list_pagination li a:hover {
  text-decoration: underline;
}
.list_pagination li.archive {
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .list_pagination li.archive {
    order: 3;
    margin-top: 10px;
  }
}
.list_pagination li.archive a::before {
  content: none;
}
.list_pagination li.archive a:hover {
  text-decoration: none;
}

/* フォームパーツ
---------------------------------------------------------- */
.dlist_form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  margin-bottom: 40px;
}
.dlist_form:last-child {
  margin-bottom: 0;
}
.dlist_form dt {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 8px;
}
.dlist_form dt.req {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px;
}
.dlist_form dt.req::after {
  content: "必須";
  display: block;
  color: #C40000;
  font-weight: 400;
  font-size: 1.3rem;
}
.dlist_form .date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.dlist_form .date input {
  width: 200px;
}
.dlist_form .date [name=year] {
  width: 125px;
}
@media screen and (max-width: 768px) {
  .dlist_form .date [name=year] {
    width: 100px;
  }
}
.dlist_form .set {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dlist_form .set input {
  width: 200px;
}
@media screen and (max-width: 768px) {
  .dlist_form .set input {
    width: 300px;
  }
}
.dlist_form .address {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.dlist_form .address [name=zip] {
  width: 200px;
}
.dlist_form .address p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .dlist_form .address p {
    margin-top: -10px;
  }
}
.dlist_form dd .error,
.privacy_check .error {
  color: #C40000;
  font-size: 1.3rem;
  font-weight: 400;
}
.dlist_form + .ttl_cmn_03 {
  margin-top: 60px;
}

.member_group {
  position: relative;
  border: none;
  padding: 0;
  margin: 0 0 40px;
}
.member_group .btn_remove {
  display: block;
  position: absolute;
  top: -25px;
  right: 0;
  transform: translateY(-100%);
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #215745;
  padding: 5px;
  background-color: #FAFAF5;
  border: 1px solid #D6D6D6;
}
@media screen and (max-width: 768px) {
  .member_group .btn_remove {
    position: static;
    transform: none;
    margin-left: auto;
    margin: -30px 0 0 auto;
  }
}

.btn_add {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 240px;
  line-height: 50px;
  text-align: center;
  background-color: #F2EEE1;
  color: #215745;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin: 0 auto 60px;
  transition: 0.3s;
  border: 1px solid transparent;
}
.btn_add:hover {
  background-color: #FAFAF5;
  border: 1px solid #215745;
}
.btn_add::before {
  content: "";
  display: block;
  width: 15px;
  aspect-ratio: 1/1;
  background: linear-gradient(#215745 0 0) center/100% 1px no-repeat, linear-gradient(#215745 0 0) center/1px 100% no-repeat;
}
input[type=time],
input[type=number],
input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
  width: 100%;
  max-width: 100%;
  padding: 12px 20px;
  background-color: #FAFAF5;
  border: 1px solid #D6D6D6;
  line-height: 1.5;
  color: #222;
  text-align: left;
}
@media screen and (max-width: 768px) {
input[type=time],
input[type=number],
input[type=text],
input[type=email],
input[type=tel],
select,
textarea {
    padding: 8px 10px;
    font-size: 1.6rem;
  }
}
input[type=time]::-moz-placeholder, 
input[type=number]::-moz-placeholder, 
input[type=text]::-moz-placeholder, 
input[type=email]::-moz-placeholder, 
input[type=tel]::-moz-placeholder, 
select::-moz-placeholder, textarea::-moz-placeholder {
  color: #898989;
}
input[type=time]::placeholder,
input[type=number]::placeholder,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #898989;
}
input[type=time].is_error,
input[type=number].is_error,
input[type=text].is_error,
input[type=email].is_error,
input[type=tel].is_error,
select.is_error,
textarea.is_error {
  border-color: #C40000;
}

textarea {
  height: 240px;
}
@media screen and (max-width: 768px) {
  textarea {
    height: 180px;
  }
}

select {
  width: 350px;
  max-width: 100%;
  padding-right: 55px;
  background: url(../images/ico_select.svg) no-repeat center right 10px;
  background-color: #FAFAF5;
}

.privacy_check {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.privacy_check label input {
  display: none;
}
.privacy_check label input:checked + p::before {
  background-color: #008B30;
}
.privacy_check label input:checked + p::after {
  border-color: #fff;
}
.privacy_check label p {
  display: flex;
  align-items: center;
  position: relative;
}
.privacy_check label p::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background-color: #FAFAF5;
  border: 1px solid #D6D6D6;
  margin-right: 10px;
  transition: 0.3s;
}
.privacy_check label p::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 9px;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  left: 6px;
  top: 8px;
  transform: rotate(-45deg);
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .privacy_check label p::after {
    top: 8px;
    left: 3px;
  }
}
.privacy_check label a {
  color: #215745;
  text-decoration: underline;
}
.privacy_check label a:hover {
  text-decoration: none;
}

.doui {
  width: 800px;
  max-width: 100%;
  margin: 0 auto 50px;
  text-align: center;
}
.doui__inner {
  display: inline-block;
  text-align: left;
}
.doui .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 15px;
}
.doui .wpcf7-form-control-wrap:last-child {
  margin-bottom: 0;
}
.doui .wpcf7-acceptance {
  display: block;
}
.doui .wpcf7-acceptance a {
  text-decoration: underline;
}
.doui .wpcf7-acceptance a:hover {
  text-decoration: none;
}

.dlist_policy {
  margin-bottom: 20px;
}
.dlist_policy:last-child {
  margin-bottom: 0;
}
.dlist_policy_inner {
  margin-bottom: 30px;
}
.dlist_policy dt {
  font-size: 1.375em;
  font-weight: 500;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .dlist_policy dt {
    font-size: 1.125em;
  }
}
.dlist_policy dd {
  font-size: 0.9375em;
}
@media screen and (max-width: 768px) {
  .dlist_policy dd {
    font-size: 0.875em;
  }
}
.dlist_policy dd a {
  text-decoration: underline;
}
.dlist_policy dd a:hover {
  text-decoration: none;
}
.dlist_policy ul {
  margin-top: 10px;
}
.dlist_policy ul li {
  list-style-type: decimal-leading-zero;
  margin-left: 1.8em;
}

/* ユーティリティ
mx ＝ "x軸方向のmargin"
-------------------------------------------------------------------------------------------- */
.u-text-center {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .u-text-left-sp {
    text-align: left;
  }
}

.u-mx-center {
  margin-inline: auto;
}

.u-mx-right {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .u-mx-right-sp {
    margin-left: auto;
  }
}

.u-mx-left {
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .u-mx-left-sp {
    margin-right: auto;
  }
}

.u-disp-ib {
  display: inline-block;
}

.u-gap {
  display: block;
  height: 1em;
}
@media screen and (max-width: 768px) {
  .u-gap {
    height: 0.6em;
  }
}

@media screen and (max-width: 768px) {
  .u-only-pc {
    display: none;
  }
}

.u-only-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-only-sp {
    display: inherit;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}