﻿:root {
  --vw: 1vw;
  --ht: 100px
}

body {
  width: 100%
}

body.fixed {
  overflow: hidden
}

@media screen and (min-width: 980px) {
  .sp-view {
    display: none
  }
}

.pc-view {
  display: none
}

@media screen and (min-width: 980px) {
  .pc-view {
    display: block
  }
}

.inner {
  width: 90%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto
}

.inner.medium {
  max-width: 1500px
}

.sns_list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}

.sns_list li {
  width: 32px;
  height: 32px
}

.sns_list li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-indent: 100%;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px auto
}

.sns_list li a[href*="line"] {
  background-image: url("../img/icon_sns_line.svg")
}

.sns_list li a[href*="youtube"] {
  background-image: url("../img/icon_sns_youtube.svg")
}

.sns_list li a[href*="instagram"] {
  background-image: url("../img/icon_sns_instagram.svg")
}

.sns_list li a[href*="facebook"] {
  background-image: url("../img/icon_sns_facebook.svg")
}

.sns_list li a[href*="tiktok"] {
  background-image: url("../img/icon_sns_tiktok.svg")
}

.sns_list li a:hover {
  opacity: 0.6
}

@media screen and (min-width: 980px) {
  .sns_list li {
    width: 50px;
    height: 50px
  }

  .sns_list li a {
    background-size: 28px auto
  }
}

.sns_list.followus {
  flex-wrap: wrap;
  gap: 1em min(24px, 2em)
}

.sns_list.followus li {
  width: 40px;
  height: 40px
}

.sns_list.followus li a {
  background-size: contain
}

.sns_list.followus::before {
  content: '＼ 本校SNSはこちら ／';
  flex-basis: 100%;
  font-weight: bold;
  color: #111;
  letter-spacing: 0.08em;
  text-align: center
}

#header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out
}

#header .head_inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 5%
}

#header .head_inner .sp_head_text {
  flex-basis: 100%;
  padding-right: 5%
}

#header .head_inner .sp_head_text h1 {
  font-size: clamp(11px, calc(11px + 3 * ((var(--vw) * 100) - 320px) / 660), 14px);
  text-align: center;
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out
}

#header .head_inner .head_logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-basis: 197px;
  max-width: 394px;
  gap: 0.75em 1.5em;
  margin-right: auto
}

#header .head_inner .head_logo p {
  margin-bottom: 0
}

#header .head_inner .head_logo h1 {
  display: none;
  font-size: 0.75em;
  line-height: 1.6;
  letter-spacing: 0.04em
}

#header .head_inner .head_access {
  flex-shrink: 0;
  flex-basis: clamp(96px, 20%, 200px)
}

#header .head_inner .head_access a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.5em;
  font-size: clamp(12px, calc(12px + 4 * ((var(--vw) * 100) - 375px) / 825), 16px);
  font-weight: bold;
  color: #111;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-decoration: none;
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 0.5em
}

#header .head_inner .head_access a::before {
  content: '';
  display: block;
  width: 1.5em;
  height: 1.5em;
  background: url("../img/icon_map.svg") no-repeat 50% 50%/contain
}

#header .head_inner .head_access a:hover {
  background-color: #edf7f1
}

#header .head_inner #head_menu {
  display: none
}

#header .head_inner #head_menu+[for="head_menu"] {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 1;
  color: #377336;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 0.25em;
  cursor: pointer;
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out
}

#header .head_inner #head_menu+[for="head_menu"] .hamburger {
  position: relative;
  display: block;
  width: 24px;
  height: 16px
}

#header .head_inner #head_menu+[for="head_menu"] .hamburger span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin: auto;
  background-color: #377336;
  border-radius: 25em;
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out
}

#header .head_inner #head_menu+[for="head_menu"] .hamburger span:first-child {
  bottom: auto
}

#header .head_inner #head_menu+[for="head_menu"] .hamburger span:last-child {
  top: auto
}

#header .head_inner #head_menu+[for="head_menu"] .text {
  display: block;
  font-size: 0.5em;
  font-weight: bold;
  line-height: 1.0;
  text-align: center;
  margin-top: 10px
}

#header .head_inner #head_menu+[for="head_menu"] .text::before {
  content: 'MENU'
}

#header .head_inner #head_menu:checked+[for="head_menu"] .hamburger span:not(:first-child):not(:last-child) {
  background-color: transparent
}

#header .head_inner #head_menu:checked+[for="head_menu"] .hamburger span:first-child {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg)
}

#header .head_inner #head_menu:checked+[for="head_menu"] .hamburger span:last-child {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

#header .head_inner #head_menu:checked+[for="head_menu"] .text::before {
  content: 'CLOSE'
}

#header .head_inner #head_menu:checked~#sp_head_navi {
  opacity: 1.0;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}

#header.fixed {
  box-shadow: 0 10px 20px -10px rgba(17, 17, 17, 0.2)
}

#header.hide {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%)
}

@media screen and (min-width: 980px) {
  #header {
    position: relative
  }

  #header .head_inner {
    flex-wrap: nowrap;
    gap: 0 2.0em;
    height: 100px;
    padding-right: min(5%, 40px);
    padding-left: min(5%, 40px)
  }

  #header .head_inner .sp_head_text {
    display: none
  }

  #header .head_inner .head_logo {
    flex-basis: auto;
    flex-wrap: nowrap;
    max-width: none
  }

  #header .head_inner .head_logo p {
    width: min(43.43%, 394px);
    margin-bottom: 0
  }

  #header .head_inner .head_logo h1 {
    display: block
  }

  #header .head_inner .head_sns .sns_list .youtube,
  #header .head_inner .head_sns .sns_list .tiktok {
    display: block
  }

  #header .head_inner #head_menu {
    display: none
  }

  #header .head_inner #head_menu+[for="head_menu"] {
    display: none
  }

  #header.fixed {
    box-shadow: none
  }

  #header.hide {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
  }
}

#sp_head_navi {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: calc(100dvh - var(--ht));
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear
}

#sp_head_navi .sp_head_navi__inner {
  max-height: 100%;
  padding-bottom: 3.75em;
  overflow-y: auto
}

#sp_head_navi .sp_head_navi__inner .sp_head_navi__menu a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-weight: bold;
  color: inherit;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-align: center;
  padding: 0 1.25em 0 0.5em
}

#sp_head_navi .sp_head_navi__inner .sp_head_navi__menu a::after {
  position: absolute;
  top: 50%;
  right: 1.0rem;
  content: '\f105';
  font-family: 'Font Awesome 7 Free';
  font-size: 0.75em;
  font-weight: 900;
  color: #377336;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%)
}

#sp_head_navi .sp_head_navi__inner .sp_head_navi__menu>li {
  border-bottom: 1px solid #fff
}

#sp_head_navi .sp_head_navi__inner .sp_head_navi__menu>li>a {
  font-weight: bold;
  color: #fff;
  background-color: #377336;
  height: 55px
}

#sp_head_navi .sp_head_navi__inner .sp_head_navi__menu>li>a::after {
  color: #fff
}

#sp_head_navi .sp_head_navi__inner .sp_head_navi__menu>li.menu-item-has-children>a[href="javascript:void(0);"] {
  cursor: auto;
  pointer-events: none
}

#sp_head_navi .sp_head_navi__inner .sp_head_navi__menu>li.menu-item-has-children>a[href="javascript:void(0);"]::after {
  display: none
}

#sp_head_navi .sp_head_navi__inner .sp_head_navi__menu>li .sub-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear
}

#sp_head_navi .sp_head_navi__inner .sp_head_navi__menu>li .sub-menu li {
  flex-grow: 1;
  flex-basis: 50%;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd
}

#sp_head_navi .sp_head_navi__inner .sp_head_navi__menu>li .sub-menu li a {
  height: 44px
}

#sp_head_navi .sp_head_navi__inner .sp_head_navi__menu>li .sub-menu li:nth-of-type(odd) {
  border-left: none
}

#sp_head_navi .sp_head_navi__inner .sp_head_navi__menu>li .sub-menu.is-show {
  max-height: 100%;
  opacity: 1.0;
  visibility: visible
}

#sp_head_navi .sp_head_navi__inner .sp_head_navi__menu>li:nth-child(2)>a {
  background-color: #43b2ea
}

#sp_head_navi .sp_head_navi__inner .sp_head_navi__menu>li:nth-child(3)>a {
  background-color: #5dbb80
}

#sp_head_navi .sp_head_navi__inner .sp_head_navi__menu>li:nth-child(3)>a {
  background-color: #fba431
}

#sp_head_navi .sp_head_navi__inner .sp_head_navi__menu>li:nth-child(4)>a {
  background-color: #f17fb1
}

#sp_head_navi .sp_head_navi__inner .sp_head_navi__menu>li:nth-child(5)>a {
  background-color: #8775b8
}

#sp_head_navi .sp_head_navi__inner .sp_head_navi__menu>li:nth-child(6)>a {
  background-color: #f26b61
}

#sp_head_navi .sp_head_navi__inner .sp_head_navi__sns {
  margin-top: 2.0em
}

#global_navi {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8)
}

#global_navi .global_navi__menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-right: min(5%, 40px);
  padding-left: min(5%, 40px)
}

#global_navi .global_navi__menu>li {
  position: relative;
  flex-grow: 1
}

#global_navi .global_navi__menu>li>a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(14px, calc(12px + 4 * ((var(--vw) * 100) - 320px) / 880), 16px);
  font-weight: bold;
  color: #111;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-decoration: none;
  height: 60px
}

#global_navi .global_navi__menu>li::before,
#global_navi .global_navi__menu>li::after {
  position: absolute;
  top: 18px;
  content: '';
  width: 1px;
  height: 24px;
  background-color: #377336
}

#global_navi .global_navi__menu>li::before {
  left: 0
}

#global_navi .global_navi__menu>li::after {
  right: 0;
  display: none
}

#global_navi .global_navi__menu>li:last-child::after {
  display: block
}

#global_navi .global_navi__menu>li[class*="current"]>a {
  color: #377336
}

#global_navi .global_navi__menu>li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  color: #fff;
  width: 100%;
  min-width: 240px;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-10%);
  -moz-transform: translateX(-10%);
  -ms-transform: translateX(-10%);
  -o-transform: translateX(-10%);
  transform: translateX(-10%);
  -webkit-transition: 0.4s opacity linear, 0.4s visibility linear, 0.4s transform linear;
  -moz-transition: 0.4s opacity linear, 0.4s visibility linear, 0.4s transform linear;
  -ms-transition: 0.4s opacity linear, 0.4s visibility linear, 0.4s transform linear;
  -o-transition: 0.4s opacity linear, 0.4s visibility linear, 0.4s transform linear;
  transition: 0.4s opacity linear, 0.4s visibility linear, 0.4s transform linear
}

#global_navi .global_navi__menu>li .sub-menu li {
  overflow: hidden;
  background-color: #377336;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

#global_navi .global_navi__menu>li .sub-menu li a {
  display: block;
  color: inherit;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-decoration: none;
  padding: 1.0em 1.5em
}

#global_navi .global_navi__menu>li .sub-menu li a:hover {
  color: #377336;
  background-color: #fff
}

#global_navi .global_navi__menu>li .sub-menu li:first-child {
  border-radius: 0.375em 0.375em 0 0
}

#global_navi .global_navi__menu>li .sub-menu li:last-child {
  border-bottom: none;
  border-radius: 0 0 0.375em 0.375em
}

#global_navi .global_navi__menu>li:last-child .sub-menu {
  right: 0;
  left: auto
}

#global_navi .global_navi__menu>li:hover .sub-menu {
  opacity: 1.0;
  visibility: visible;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0)
}

#global_navi #global_navi__border {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 0;
  height: 3px;
  background-color: #377336;
  border-radius: 25em;
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear
}

@media screen and (min-width: 980px) {
  #global_navi {
    display: block
  }
}

.fixed+#global_navi {
  box-shadow: 0 10px 20px -10px rgba(17, 17, 17, 0.2)
}

.time {
  font-size: 0.75em;
  font-weight: bold;
  color: #999
}

.cat {
  display: inline-block;
  font-size: 0.75em;
  font-weight: bold;
  color: #fff;
  line-height: 1.0;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-align: center;
  padding: 0.5em 1.0em;
  background-color: #377336;
  clip-path: polygon(100% 0, calc(100% - 0.33em) 50%, 100% 100%, 0% 100%, 0.33em 50%, 0% 0%)
}

.data {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 0 1.5em
}

.thumbnail {
  position: relative;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 3 / 2
}

.thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out
}

.readmore .readmore__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.75em;
  color: #111;
  line-height: 1.6;
  letter-spacing: 0.04em;
  text-decoration: none
}

.readmore .readmore__link::before {
  content: '';
  width: 1.33em;
  height: 1.33em;
  background: url("../img/arrow_circle_green.svg") no-repeat 50% 50%/contain
}

.readmore .readmore__link:hover {
  opacity: 0.6
}

.viewmore .viewmore__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.75em;
  font-size: 0.875em;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 0.7em 1.0em;
  overflow: hidden;
  background-color: #111;
  border-radius: 0.4em;
  box-shadow: 3px 3px 0 rgba(255, 255, 255, 0.6);
  -webkit-transition: 0.4s ease-out;
  -moz-transition: 0.4s ease-out;
  -ms-transition: 0.4s ease-out;
  -o-transition: 0.4s ease-out;
  transition: 0.4s ease-out
}

.viewmore .viewmore__link::after {
  content: '';
  width: 1.33em;
  height: 1.33em;
  background: url("../img/arrow_circle_trsp.svg") no-repeat 50% 50%/contain
}

.viewmore .viewmore__link:hover {
  background-color: #126e9c;
  box-shadow: -3px -3px 0 rgba(255, 255, 255, 0.6);
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px)
}

.viewmore.white .viewmore__link {
  color: #fff
}

.viewmore.white .viewmore__link::before {
  background-color: rgba(255, 255, 255, 0.8)
}

.viewmore.white .viewmore__link::after {
  background-image: url("../img/arrow_circle_white.svg")
}

.button .button__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: 0 1.0em;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  max-width: 400px;
  height: 50px;
  margin: auto;
  background-color: #377336;
  border-radius: 0.33em;
  box-shadow: 0 0.33em 0.33em rgba(80, 80, 80, 0.2)
}

.button .button__link::after {
  position: absolute;
  top: 0;
  right: 1.66em;
  bottom: 0;
  content: '';
  width: 1.0em;
  height: 1.0em;
  margin: auto;
  background: url("../img/arrow_border_white.svg") no-repeat 50% 50%/contain
}

.button .button__link:hover {
  box-shadow: none;
  -webkit-transform: translateY(0.33em);
  -moz-transform: translateY(0.33em);
  -ms-transform: translateY(0.33em);
  -o-transform: translateY(0.33em);
  transform: translateY(0.33em)
}

.button.oc_entry_btn .button__link {
  background-image: linear-gradient(45deg, #f69790 20%, #fcba63 80%)
}

.button.oc_archive_btn .button__link {
  background-image: linear-gradient(45deg, #71c5ef 20%, #a497c9 80%)
}

.button.oc_archive_btn .button__link::before {
  background-image: url("../img/icon_calendar.svg")
}

.button.line_add_friend .button__link {
  background-color: #00cc00;
  background-image: none
}

.button.line_add_friend .button__link::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.66em;
  content: '';
  width: 2.0em;
  height: 2.0em;
  margin: auto;
  background: url("../img/icon_sns_line_white.svg") no-repeat 50% 50%/contain
}

.news_list>div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 clamp(12px, 3dvw, 20px);
  padding: 1em clamp(12px, 3dvw, 20px);
  border-bottom: 1px dashed rgba(17, 17, 17, 0.2)
}

.news_list>div dt,
.news_list>div dd {
  line-height: 1.6;
  letter-spacing: 0.04em
}

.news_list>div dt {
  width: fit-content
}

.news_list>div dd {
  flex: 1
}

.news_list>div dd a {
  font-size: clamp(14px, calc(14px + (18 - 14) * ((100dvw - 390px) / (1200 - 390))), 18px);
  font-weight: bold;
  text-decoration: none
}

.news_list>div dd a:hover {
  text-decoration: underline
}

.blog_list li a {
  display: block;
  color: inherit;
  text-decoration: none;
  width: 100%;
  background-color: #fff
}

.blog_list li a .blog_list__content {
  padding: 1.66em 1.33em
}

.blog_list li a .blog_list__content p {
  display: -webkit-box;
  overflow: hidden;
  letter-spacing: 0.04em;
  line-height: 1.6;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2
}

.blog_list li a .blog_list__content .data {
  justify-content: space-between
}

#footer {
  background-color: #fff
}

#footer .foot_link {
  padding-top: clamp(88px, calc(88px + 32 * ((var(--vw) * 100) - 320px) / 880), 120px);
  padding-bottom: clamp(60px, calc(60px + 20 * ((var(--vw) * 100) - 320px) / 880), 80px);
  background-image: linear-gradient(45deg, #fff465 0%, #81ca9c 100%)
}

#footer .foot_link .foot_link__rows {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3.0em 6.66%
}

#footer .foot_link .foot_link__rows .foot_link__col {
  flex-grow: 1;
  flex-basis: 339px
}

#footer .foot_link .foot_link__rows .foot_link__col a {
  position: relative;
  z-index: 1;
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
  padding: 2.0em 1.66em;
  background-color: #fff;
  border-radius: 0.33em;
  box-shadow: 0 0.16em 0.5em rgba(17, 17, 17, 0.12)
}

#footer .foot_link .foot_link__rows .foot_link__col a .foot_link__label {
  width: 60%
}

#footer .foot_link .foot_link__rows .foot_link__col a .foot_link__label p {
  font-size: 0.875em;
  line-height: 2.0;
  letter-spacing: 0.04em;
  margin: 1.66em 0 0
}

#footer .foot_link .foot_link__rows .foot_link__col a .foot_link__label p:first-of-type {
  font-size: 1.66em;
  font-weight: bold;
  color: #111;
  line-height: 1.4;
  margin-top: 0
}

#footer .foot_link .foot_link__rows .foot_link__col a .foot_link__img {
  position: absolute;
  bottom: 0
}

#footer .foot_link .foot_link__rows .foot_link__col a .foot_link__img.pamphlet {
  right: 3.0em;
  width: calc(40% - 3.0em);
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
  transform-origin: right bottom
}

#footer .foot_link .foot_link__rows .foot_link__col a .foot_link__img.person {
  right: 1.66em;
  width: calc(40% - 1.66em)
}

#footer .foot_link .foot_link__rows .foot_link__col a::after {
  position: absolute;
  top: 0;
  right: 0.833em;
  bottom: 0;
  content: '';
  width: 0.5em;
  height: 1.0em;
  margin: auto;
  background-image: url("../img/arrow_border_green.svg");
  background-repeat: no-repeat;
  background-size: contain
}

#footer .foot_link .foot_link__rows .foot_link__col a:hover {
  box-shadow: none;
  -webkit-transform: translateY(0.16em);
  -moz-transform: translateY(0.16em);
  -ms-transform: translateY(0.16em);
  -o-transform: translateY(0.16em);
  transform: translateY(0.16em)
}

#footer .foot_link .foot_link__rows .foot_link__col a:hover img {
  opacity: 1.0
}

#footer .foot_about {
  padding-top: 44px;
  padding-bottom: 44px
}

#footer .foot_about .foot_about__rows {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.66em 3.33%
}

#footer .foot_about .foot_about__rows .foot_about__logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  flex-grow: 2.057;
  flex-basis: 469px;
  gap: 0 1.0em
}

#footer .foot_about .foot_about__rows .foot_about__logo .logo {
  width: clamp(144px, 45.66%, 196px)
}

#footer .foot_about .foot_about__rows .foot_about__logo p {
  flex: 1;
  font-size: 0.875em;
  letter-spacing: 0.04em;
  line-height: 1.6;
  margin-bottom: 0
}

#footer .foot_about .foot_about__rows .foot_about__sns {
  flex-grow: 1;
  flex-basis: 228px
}

#footer .foot_about .foot_about__rows .foot_about__sns .line {
  display: none
}

#footer .foot_about .foot_about__rows .foot_about__line {
  flex-grow: 1.491;
  flex-basis: 340px;
  margin-bottom: 0
}

#footer .foot_map {
  position: relative;
  width: 100%;
  max-height: 500px;
  aspect-ratio: 16 / 9
}

#footer .foot_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#footer .foot_sitemap {
  display: none;
  padding-top: 5.0em;
  padding-bottom: 2.75em;
  border-bottom: 1px solid #ddd
}

#footer .foot_sitemap .foot_sitemap__rows {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.0em
}

#footer .foot_sitemap .foot_sitemap__rows .foot_sitemap__col {
  flex-grow: 1
}

#footer .foot_sitemap .foot_sitemap__rows .foot_sitemap__col a {
  color: inherit;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-decoration: none
}

#footer .foot_sitemap .foot_sitemap__rows .foot_sitemap__col a:hover {
  opacity: 0.6
}

#footer .foot_sitemap .foot_sitemap__rows .foot_sitemap__col a[href="javascript:void(0);"] {
  cursor: auto;
  pointer-events: none
}

#footer .foot_sitemap .foot_sitemap__rows .foot_sitemap__col a[href="javascript:void(0);"]:hover {
  opacity: 1.0
}

#footer .foot_sitemap .foot_sitemap__rows .foot_sitemap__col .foot_sitemap__menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.0em
}

#footer .foot_sitemap .foot_sitemap__rows .foot_sitemap__col .foot_sitemap__menu>li>a {
  font-size: 1.125em;
  font-weight: bold;
  color: #377336
}

#footer .foot_sitemap .foot_sitemap__rows .foot_sitemap__col .foot_sitemap__menu .sub-menu li {
  margin-top: 1.5em
}

@media screen and (min-width: 980px) {
  #footer .foot_sitemap {
    display: block
  }
}

#footer .foot_info {
  padding-top: 44px;
  padding-bottom: 44px;
  background-color: #f7f7f7;
  border-width: 1px 0;
  border-style: solid;
  border-color: #ddd
}

#footer .foot_info .foot_info__rows {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.0em 1.5em;
  letter-spacing: 0.04em;
  line-height: 2.0
}

#footer .foot_info .foot_info__rows p {
  margin-bottom: 0
}

#footer .foot_info .foot_info__rows .foot_info__name {
  font-weight: bold
}

#footer .foot_info .foot_info__rows .foot_info__auth {
  flex-basis: 100%;
  font-size: 0.875em;
  line-height: 1.6
}

#footer .foot_info .foot_info__rows .foot_info__adrs {
  font-size: 0.875em;
  font-style: normal;
  margin-right: auto
}

#footer .foot_info .foot_info__rows .foot_info__pagetop {
  flex-shrink: 0;
  border-left: 1px solid #ddd
}

#footer .foot_info .foot_info__rows .foot_info__pagetop a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #377336;
  text-decoration: none;
  text-align: center;
  width: 64px;
  height: 64px
}

#footer .foot_info .foot_info__rows .foot_info__pagetop a span {
  font-size: 0.75em;
  font-weight: bold
}

#footer .foot_info .foot_info__rows .foot_info__pagetop a i {
  position: relative;
  width: 15px;
  height: 15px
}

#footer .foot_info .foot_info__rows .foot_info__pagetop a i::before,
#footer .foot_info .foot_info__rows .foot_info__pagetop a i::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: '';
  width: 3px;
  height: 100%;
  margin: auto;
  background-color: #377336;
  border-radius: 1px 1px 25em 25em
}

#footer .foot_info .foot_info__rows .foot_info__pagetop a i::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: right top
}

#footer .foot_info .foot_info__rows .foot_info__pagetop a i::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: left top
}

#footer .foot_info .foot_info__rows .foot_info__pagetop a:hover {
  opacity: 0.6
}

@media screen and (min-width: 980px) {
  #footer .foot_info .foot_info__rows .foot_info__name {
    font-size: 1.125em;
    order: -1
  }

  #footer .foot_info .foot_info__rows .foot_info__auth {
    flex-basis: auto;
    font-size: 1.0em
  }

  #footer .foot_info .foot_info__rows .foot_info__adrs {
    font-size: 1.0em
  }
}

#footer .foot_copyright {
  padding-top: 32px;
  padding-bottom: 32px
}

#footer .foot_copyright p {
  color: #377336;
  text-align: center;
  margin-bottom: 0
}

#footer .foot_copyright p small {
  font-size: 0.875em;
  font-weight: bold;
  letter-spacing: 0.04em
}

#fixed_button {
  position: sticky;
  z-index: 10;
  right: 0;
  bottom: 0;
  width: 100%
}

#fixed_button .fixed_button__rows {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

#fixed_button .fixed_button__rows .fixed_button__col {
  flex-grow: 1;
  flex-basis: 100%
}

#fixed_button .fixed_button__rows .fixed_button__col a:not(.line) {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.5em 1.0em;
  color: inherit;
  text-align: center;
  text-decoration: none;
  height: 50px
}

#fixed_button .fixed_button__rows .fixed_button__col a:not(.line) span {
  font-weight: bold;
  font-size: 0.75em
}

#fixed_button .fixed_button__rows .fixed_button__col a:not(.line)::before {
  content: '';
  width: 1.33em;
  height: 1.16em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain
}

#fixed_button .fixed_button__rows .fixed_button__col a:not(.line).contact {
  color: #111;
  background-color: #fff465
}

#fixed_button .fixed_button__rows .fixed_button__col a:not(.line).contact::before {
  background-image: url("../img/icon_book.svg")
}

#fixed_button .fixed_button__rows .fixed_button__col a:not(.line).opencampus {
  color: #fff;
  background-color: #f69790
}

#fixed_button .fixed_button__rows .fixed_button__col a:not(.line).opencampus::before {
  background-image: url("../img/icon_mail.svg")
}

#fixed_button .fixed_button__rows .fixed_button__col a:not(.line).entry {
  color: #fff;
  background-color: #71c5ef
}

#fixed_button .fixed_button__rows .fixed_button__col a:not(.line).entry::before {
  background-image: url("../img/icon_singin.svg")
}

#fixed_button .fixed_button__rows .fixed_button__col.sns {
  position: absolute;
  bottom: 60px;
  left: min(calc(var(--vw) * 5), 20px);
  flex-shrink: 0;
  flex-basis: 50px
}

#fixed_button .fixed_button__rows .fixed_button__col .line {
  position: relative;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  width: 50px;
  height: 50px;
  overflow: hidden;
  background-color: transparent
}

#fixed_button .fixed_button__rows .fixed_button__col .line::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  margin: auto;
  background: url("../img/icon_sns_line_green.svg") no-repeat 50% 50%/contain
}

/* Instagram固定ボタンの追加 */
#fixed_button .fixed_button__rows .fixed_button__col.instagram {
  display: none; /* デフォルトでは非表示 */
}

@media screen and (min-width: 980px) {
  #fixed_button .fixed_button__rows .fixed_button__col.instagram {
    display: block; /* PC表示では表示 */
    position: static; /* PC表示ではstaticに */
    order: -2; /* PC表示ではLINEボタンより前に表示 */
  }
}

@media screen and (min-width: 980px) {
  #fixed_button {
    position: fixed;
    top: 50%;
    right: 0;
    bottom: auto;
    z-index: 10;
    width: min(5%, 50px);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  #fixed_button .fixed_button__rows {
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px 0
  }

  #fixed_button .fixed_button__rows .fixed_button__col {
    flex-grow: 0;
    flex-basis: auto
  }

  #fixed_button .fixed_button__rows .fixed_button__col a:not(.line) {
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
    height: 220px;
    border-radius: 0.375em 0 0 0.375em
  }

  #fixed_button .fixed_button__rows .fixed_button__col a:not(.line) span {
    font-size: 0.875em;
    writing-mode: vertical-rl
  }

  #fixed_button .fixed_button__rows .fixed_button__col a:not(.line):hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transform-origin: right center
  }

  #fixed_button .fixed_button__rows .fixed_button__col.sns {
    position: static;
    order: -1
  }

  #fixed_button .fixed_button__rows .fixed_button__col .line:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transform-origin: right center
  }
}

/* ------------------------------------------------------------ インスタグラム（ブログ誘導ボタン） */
.btn_blog_instagram {
    width: 50px;
    position: fixed;
    right: 0px;
    top: 94vh;
    height: auto;
    z-index: 9;
}

.btn_blog_instagram.hide {
	display: none;
}

.btn_blog_instagram a {
	display: block;
}

@media screen and (max-width: 767px) {
	.btn_blog_instagram {
	    width: 50px;
	    top: auto;
	    bottom: 115px;
	    left: min(calc(var(--vw) * 5), 20px);
	}
}

.fuwa {
	animation-name: fuwa;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1s;
}

@keyframes fuwa {
	0% {
		transform: translate(0, 0px);
	}

	100% {
		transform: translate(0, -20px)
	}
}

.btn_blog_instagram_close {
	position: absolute;
	right: -10px;
	top: -15px;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	z-index: 90;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: #80c3ef;
	border-radius: 50%;
	display: none;
}

@media screen and (max-width: 767px) {
	.btn_blog_instagram_close {
		right: 0px;
		top: -10px;
		width: 24px;
		height: 24px;
	}
}

.btn_blog_instagram_close .button__border {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 22px;
	margin-left: -12px;
	transform: rotate(45deg);
	display: block;
	height: 2px;
	background: #fff;
	margin-bottom: 5px;
}

@media (max-width: 767px) {
	.btn_blog_instagram_close .button__border {
		width: 12px;
		margin-left: -6px;
	}
}

.btn_blog_instagram_close .button__border:last-child {
	transform: rotate(-45deg);
}