@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  color: #12202B;
  font-weight: 400;
  line-height: 1.5;
  /* アンチエイリアスを指定する */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  /* メトリクスカーニングを指定する */
  font-kerning: normal;
  margin: 0;
}

a {
  text-decoration: underline;
  color: #2962D8;
}
a:hover, a:active, a:focus {
  color: #2962D8;
  opacity: 0.8;
  text-decoration: none;
}

/**
 * フルードイメージにします。
 */
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* svgのIEバグ回避 */
img[src$=".svg"] {
  width: 100%;
  height: auto;
}

i,
cite,
em,
address,
dfn {
  font-style: normal;
}

code,
pre {
  font-family: Consolas, Menlo, Courier, monospace;
}

/* container
-------------------------------------------------------------------------- */
/* イージング設定
======================================================================== */
/* その他設定
======================================================================== */
/* =============================================================================
   bese
========================================================================== */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding-top: 70px;
}
@media (min-width: 769px) {
  body {
    padding-top: 100px;
  }
}

.container {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}
.container.u-w1100 {
  max-width: 1180px;
}
@media (min-width: 769px) {
  .container {
    padding: 0 40px;
  }
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

svg {
  width: 100%;
  height: auto;
}

a[href^="mailto:"] {
  text-decoration: none;
  word-break: break-word;
}

/* =============================================================================
   common
========================================================================== */
.com-section {
  padding: 25px 0 30px;
}
@media screen and (min-width: 769px) {
  .com-section {
    padding: 60px 0 80px;
  }
}

.com-tags_tit {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  background: #FFED57;
  padding: 3px 6px;
  width: fit-content;
}
@media screen and (min-width: 769px) {
  .com-tags_tit {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.com-title_format01 {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .com-title_format01 {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: left;
  }
}

.com-title_format02 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  text-align: center;
  letter-spacing: 0.025em;
}
@media screen and (min-width: 769px) {
  .com-title_format02 {
    font-size: 30px;
    font-size: 1.875rem;
    text-align: left;
  }
}

.com-title_format03 {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.com-title_format03:before {
  content: attr(data-sub);
  display: block;
  margin-bottom: 10px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}
@media screen and (min-width: 769px) {
  .com-title_format03 {
    font-size: 30px;
    font-size: 1.875rem;
    text-align: left;
    margin-bottom: 50px;
  }
  .com-title_format03:before {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
}

.com-notes_message {
  background: #e5e1e1;
  text-align: center;
  padding: 10px;
}

.com-notes {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 10px;
  font-weight: 400;
}

hr {
  margin: 0;
}

/* =============================================================================
   btn
========================================================================== */
.btn-menu {
  display: block;
  width: 70px;
  aspect-ratio: 1;
  position: relative;
  cursor: pointer;
}
.btn-menu .line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #000;
  width: 30px;
  height: 2px;
  transition: 0.5s ease;
}
.btn-menu .line:nth-child(1) {
  transform: translateY(-5.5px);
}
.btn-menu .line:nth-child(2) {
  transform: translateY(5.5px);
}
.open .btn-menu .line:nth-child(1) {
  transform: translateY(0) rotate(-45deg);
}
.open .btn-menu .line:nth-child(2) {
  transform: translateY(0) rotate(45deg);
}
@media screen and (min-width: 769px) {
  .btn-menu {
    width: 100px;
    margin-left: 20px;
  }
  .btn-menu .line {
    width: 36px;
    height: 3px;
  }
  .btn-menu .line:nth-child(1) {
    transform: translateY(-6px);
  }
  .btn-menu .line:nth-child(2) {
    transform: translateY(6px);
  }
}

.btn-sticky {
  position: fixed;
  right: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
  display: flex;
  border-top: 1px solid #dddddd;
}
.btn-sticky li {
  width: 25%;
  background: #ffffff;
}
.btn-sticky li + li {
  border-left: 1px solid #dddddd;
}
.btn-sticky li a {
  display: block;
  padding: 10px 6px 7px;
  text-decoration: none;
  color: #12202B;
}
.btn-sticky li a i {
  display: block;
  width: 24px;
  aspect-ratio: 1;
  line-height: 0;
  margin: 0 auto 4px;
}
.btn-sticky li a span {
  text-align: center;
  display: block;
  font-size: 9px;
  font-size: 0.5625rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .btn-sticky {
    top: 0;
    display: block;
    width: 75px;
    height: fit-content;
    margin: auto;
    border: none;
    border: 1px solid #dddddd;
    border-right: none;
    border-radius: 5px 0 0 5px;
  }
  .btn-sticky li {
    width: 100%;
  }
  .btn-sticky li:first-child {
    border-radius: 5px 0 0 0;
  }
  .btn-sticky li:last-child {
    border-radius: 0 0 0 5px;
  }
  .btn-sticky li + li {
    border-left: none;
    border-top: 1px solid #dddddd;
  }
  .btn-sticky li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1;
    padding: 10px 6px 7px;
  }
  .btn-sticky li a i {
    margin-bottom: 1px;
  }
  .btn-sticky li a span {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}

.btn-format {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #12202B;
  border: 1px solid #000000;
  padding: 5px 20px;
  white-space: nowrap;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  min-height: 36px;
  font-size: 12px;
  font-size: 0.75rem;
}
.btn-format.u-reverse {
  background: #000000;
  color: #ffffff;
}
.btn-format i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
  height: fit-content;
  line-height: 0;
}
.btn-format i svg {
  width: 100%;
  height: auto;
}
.btn-format:not(.u-reverse) i {
  width: 12px;
  height: 12px;
  margin: auto;
}
.btn-format:not(.u-reverse) i svg path {
  stroke: #000000;
}
.btn-format:hover, .btn-format:focus {
  color: inherit;
}
.btn-format:hover.u-reverse, .btn-format:focus.u-reverse {
  color: #ffffff;
}
.btn-format[inert] {
  background: #F6F6F6;
  color: #868686;
}
.btn-format[inert] i svg path {
  stroke: #868686;
}
@media screen and (min-width: 769px) {
  .btn-format {
    padding: 10px 20px;
    min-height: 46px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .btn-format i {
    width: 14px;
    height: 14px;
    right: 15px;
  }
}

.btn-fotmar_bnr {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}
.btn-fotmar_bnr li {
  width: 48.3582089552%;
  max-width: 240px;
}
.btn-fotmar_bnr.g10 {
  gap: 10px;
}
.btn-fotmar_bnr.g20 {
  gap: 10px 20px;
}
.btn-fotmar_bnr.notwrap {
  flex-wrap: nowrap;
}
@media screen and (min-width: 769px) {
  .btn-fotmar_bnr {
    margin-top: 40px;
  }
}

.btn-prev_point {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
.btn-prev_point li {
  width: 71.6417910448%;
  max-width: 300px;
}

/* =============================================================================
   layout
========================================================================== */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  background: #ffffff;
  z-index: 3;
  transition: 0.5s ease;
}
.l-header .emblem_wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 15px;
  gap: 5px;
}
.l-header .emblem_wrap .other_text {
  width: 100%;
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
}
.l-header .site-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #12202B;
}
.l-header .site-brand .logo {
  width: 32.77px;
  margin-right: 16px;
}
.l-header .site-brand .page-name {
  white-space: nowrap;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.025em;
}
.l-header.fixed {
  top: -100%;
}
.l-header.fixed.show {
  top: 0;
}
.open .l-header.fixed {
  top: 0 !important;
  border-bottom: none !important;
}
.open .l-header {
  top: 0 !important;
  border-bottom: none !important;
}
body:not(.syakai) .l-header, body:not(.seishin) .l-header {
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 769px) {
  .l-header {
    height: 100px;
  }
  .l-header .emblem_wrap {
    padding: 0 28px;
  }
  .l-header .emblem_wrap .other_text {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .l-header .site-brand .logo {
    width: 57.95px;
    margin-right: 30px;
  }
  .l-header .site-brand .page-name {
    font-size: 34px;
    font-size: 2.125rem;
  }
  .l-header .l-header_nav {
    display: flex;
  }
  .l-header .l-header_nav ul {
    display: flex;
    align-items: center;
  }
  .l-header .l-header_nav ul li + li {
    margin-left: 40px;
  }
  .l-header .l-header_nav ul li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #12202B;
  }
  .l-header .l-header_nav ul li a:before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .l-header .l-header_nav ul li .access:before {
    background-image: url(../img/icon_access.svg);
  }
  .l-header .l-header_nav ul li .contact:before {
    background-image: url(../img/icon_contact.svg);
  }
}
@media screen and (min-width: 991px) {
  .l-header .emblem_wrap {
    flex-direction: row;
    align-items: baseline;
    gap: 15px;
  }
}

.l-footer {
  text-align: center;
  background: #000;
  padding: 45px 0 85px;
  color: #ffffff;
}
.l-footer a {
  color: #ffffff;
}
.l-footer .logo {
  max-width: 197.59px;
  width: fit-content;
  margin: 0 auto 18px;
}
.l-footer .logo a {
  display: block;
}
.l-footer .address {
  display: block;
  margin-bottom: 35px;
  font-size: 12px;
  font-size: 0.75rem;
}
.l-footer .copy {
  display: block;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  color: #868686;
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 769px) {
  .l-footer {
    padding: 80px 0 40px;
  }
  .l-footer .logo {
    max-width: 297.71px;
    margin-bottom: 26px;
  }
  .l-footer .address {
    margin-bottom: 80px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .l-footer .copy {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.global-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: #F6F6F6;
  padding-top: 60px;
  overflow: auto;
  opacity: 0;
  z-index: -1;
  transition: 0.5s ease;
}
.global-navigation a {
  pointer-events: none;
}
.global-navigation .nav_wrap {
  padding: 20px;
  padding-bottom: 100px;
}
.global-navigation .nav_item + .nav_item {
  margin-top: 20px;
}
.global-navigation .nav-bnr li + li {
  margin-top: 11px;
}
.global-navigation .nav-bnr li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #12202B;
  position: relative;
  padding: 18px 33px;
  border: 1px solid #707070;
}
.global-navigation .nav-bnr li a:before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.global-navigation .nav-bnr li a .wrap {
  text-align: center;
}
.global-navigation .nav-bnr li a .wrap .txt {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
.global-navigation .nav-bnr li a i {
  line-height: 0;
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: fit-content;
  aspect-ratio: 1;
}
.global-navigation .nav-bnr li a i svg path {
  stroke: #000000;
}
.global-navigation .nav-bnr li.line a:before {
  background-image: url(../img/icon_line.svg);
}
.global-navigation .nav-bnr li.app a:before {
  background-image: url(../img/icon_app.svg);
}
.global-navigation .nav-bnr li.tel a:before {
  background-image: url(../img/icon_linklist_tel.svg);
}
.global-navigation .nav-bnr li.contact a:before {
  background-image: url(../img/icon_linklist_contact.svg);
}
.global-navigation .nav_list {
  font-weight: bold;
}
.global-navigation .nav_list + .nav_list {
  margin-top: 20px;
}
.global-navigation .nav_list .dt {
  font-size: 13px;
  font-size: 0.8125rem;
  padding-bottom: 8px;
  border-bottom: 1px solid #cccccc;
}
.global-navigation .nav_list .dd {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 12px 10px;
  margin: 0;
  border-bottom: 1px solid #cccccc;
}
.global-navigation .nav_list .dd a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #12202B;
  text-decoration: none;
}
.global-navigation .nav_list .dd a i {
  line-height: 0;
  display: block;
  width: 19px;
  aspect-ratio: 1;
}
.global-navigation .nav_more {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #12202B;
  font-weight: bold;
  width: fit-content;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 32px auto 0;
}
.global-navigation .nav_more i {
  line-height: 0;
  width: 19px;
  aspect-ratio: 1;
  margin-right: 5px;
}
.open .global-navigation {
  opacity: 1;
  z-index: 2;
}
.open .global-navigation a {
  pointer-events: auto;
}
@media screen and (min-width: 769px) {
  .global-navigation {
    padding-top: 100px;
  }
  .global-navigation .nav_wrap {
    padding-top: 40px;
    max-width: 1270px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .global-navigation .nav_item {
    width: 48.3836206897%;
  }
  .global-navigation .nav_item + .nav_item {
    margin-top: 0;
    margin-left: 3.0894308943%;
  }
  .global-navigation .nav_item.u-bnr {
    width: 100%;
    margin-left: 0;
  }
  .global-navigation .nav_list + .nav_list {
    margin-top: 38px;
  }
  .global-navigation .nav_list .dt {
    font-size: 14px;
    font-size: 0.875rem;
    padding-bottom: 8px;
    border-bottom: 1px solid #cccccc;
  }
  .global-navigation .nav_list .dd {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 12px 10px;
    margin: 0;
    border-bottom: 1px solid #cccccc;
  }
  .global-navigation .nav_list .dd a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #12202B;
    text-decoration: none;
  }
  .global-navigation .nav_list .dd a i {
    line-height: 0;
    display: block;
    width: 19px;
    aspect-ratio: 1;
  }
  .global-navigation .nav-bnr {
    margin-top: 30px;
    display: flex;
  }
  .global-navigation .nav-bnr li {
    min-width: 214px;
  }
  .global-navigation .nav-bnr li + li {
    margin-top: 0;
    margin-left: 20px;
  }
  .global-navigation .nav-bnr li a {
    height: 100%;
    padding-left: 18px;
    padding-right: 25px;
  }
  .global-navigation .nav_more {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 20px;
    margin-left: 0;
  }
  .global-navigation .nav_more i {
    margin-right: 6px;
  }
}
@media screen and (min-width: 969px) {
  .global-navigation .nav_item {
    width: 31.5447154472%;
  }
  .global-navigation .nav_item + .nav_item {
    margin-top: 0;
    margin-left: 3.0894308943%;
  }
  .global-navigation .nav_item.u-bnr {
    width: 27.2357723577%;
    margin-left: 6.5040650407%;
  }
  .global-navigation .nav-bnr {
    display: block;
  }
  .global-navigation .nav-bnr li {
    min-width: 214px;
  }
  .global-navigation .nav-bnr li + li {
    margin-top: 11px;
    margin-left: 0;
  }
  .global-navigation .nav-bnr li a {
    height: auto;
    padding-left: 33px;
    padding-right: 33px;
  }
}

/* =============================================================================
    Module
========================================================================== */
.mod-kv {
  position: relative;
  overflow-x: clip;
  z-index: 0;
}
.mod-kv .swiper-container .swiper-wrapper .swiper-slide div[style] {
  aspect-ratio: 1.0714285714;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mod-kv .swiper-container .control .swiper-pagination {
  bottom: 25px;
  line-height: 0;
}
.mod-kv .swiper-container .control .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 3px;
  border-radius: 0;
  background: #ffffff;
  opacity: 1;
}
.mod-kv .swiper-container .control .swiper-pagination .swiper-pagination-bullet-active {
  background: #000000;
}
@media screen and (min-width: 769px) {
  .mod-kv .swiper-container .swiper-wrapper .swiper-slide div[style] {
    aspect-ratio: 2.0571428571;
  }
  .mod-kv .swiper-container .control .swiper-pagination {
    bottom: 30px;
  }
  .mod-kv .swiper-container .control .swiper-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 3px;
  }
}

.mod-bnr_list {
  display: flex;
  flex-wrap: wrap;
  margin: -1.8666666667%;
}
.mod-bnr_list li {
  width: 100%;
  margin: 1.8666666667%;
}
.mod-bnr_list li a {
  display: block;
}
@media screen and (min-width: 769px) {
  .mod-bnr_list {
    margin: -0.8064516129%;
  }
  .mod-bnr_list li {
    width: 31.746031746%;
    margin: 0.7936507937%;
  }
}

.mod-schedule_list {
  padding: 20px;
  border: 2px solid #707070;
  position: relative;
  z-index: 0;
}
.mod-schedule_list .title {
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 10px;
  background: #F6F6F6;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  letter-spacing: 0.025em;
  font-size: 24px;
  font-size: 1.5rem;
  width: fit-content;
  line-height: 1.2;
}
.mod-schedule_list .list > li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  text-decoration: none;
  color: #12202B;
  padding: 10px 0;
  padding-right: 30px;
}
.mod-schedule_list .list > li a .season {
  font-weight: 700;
}
.mod-schedule_list .list > li a .cat {
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  margin-bottom: 10px;
}
.mod-schedule_list .list > li a .cat span {
  width: fit-content;
  font-weight: 700;
  border-radius: 4px;
  padding: 1px 8px;
  background: #000;
  color: #fff;
}
.mod-schedule_list .list > li a .day {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.mod-schedule_list .list > li a .day > time {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 40px;
  font-size: 2.5rem;
  margin-right: 4px;
  line-height: 1;
  transform: translateY(-2px);
}
.mod-schedule_list .list > li a .day > time span {
  font-weight: 300;
}
.mod-schedule_list .list > li a .day > span.sun {
  color: #D81616;
}
.mod-schedule_list .list > li a .day > span.sat {
  color: #328EBF;
}
.mod-schedule_list .list > li a .other {
  margin-left: 6px;
}
.mod-schedule_list .list > li a .other .countdown {
  width: fit-content;
  background: #FFED57;
  font-weight: bold;
  font-size: 10px;
  font-size: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 16px;
  line-height: 1;
  padding: 2px;
  margin-left: auto;
}
.mod-schedule_list .list > li a .other .time {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.mod-schedule_list .list > li a .other .tag {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  background: #FFED57;
  padding: 0 3px 2px;
}
.mod-schedule_list .list > li a i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  display: block;
  width: 19px;
  height: fit-content;
  margin: auto;
  aspect-ratio: 1;
  line-height: 0;
}
.mod-schedule_list .list > li a i svg {
  width: 100%;
  height: 100%;
}
.mod-schedule_list + .mod-schedule_list {
  margin-top: 40px;
}
.mod-schedule_list.u-app .list a {
  padding-right: 0;
  gap: 10px;
  justify-content: center;
}
@media screen and (min-width: 769px) {
  .mod-schedule_list {
    padding: 40px;
  }
  .mod-schedule_list .title {
    top: -18px;
    left: 50px;
    right: auto;
    font-size: 30px;
    font-size: 1.875rem;
  }
  .mod-schedule_list .list {
    position: relative;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .mod-schedule_list .list > li {
    width: 50%;
    position: relative;
    width: 100%;
  }
  .mod-schedule_list .list > li a {
    padding: 15px 40px 15px 30px;
    flex-wrap: wrap;
    gap: 10px;
  }
  .mod-schedule_list .list > li a .season {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .mod-schedule_list .list > li a .cat {
    font-size: 14px;
    font-size: 0.875rem;
    width: fit-content;
    margin-bottom: 0;
  }
  .mod-schedule_list .list > li a .cat span {
    padding: 1px 14px;
  }
  .mod-schedule_list .list > li a .day {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .mod-schedule_list .list > li a .day > time {
    font-size: 40px;
    font-size: 2.5rem;
    margin-right: 10px;
  }
  .mod-schedule_list .list > li a .other {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 10px;
  }
  .mod-schedule_list .list > li a .other .countdown {
    margin-left: 0;
    min-height: 24px;
    order: 2;
    padding: 3px 4px 4px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .mod-schedule_list .list > li a .other .time {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    order: 1;
    margin-right: 10px;
  }
  .mod-schedule_list .list > li a .other .tag {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0 4px 1px;
  }
  .mod-schedule_list .list > li a i {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    display: block;
    width: 30px;
    height: fit-content;
    margin: auto;
    aspect-ratio: 1;
  }
  .mod-schedule_list + .mod-schedule_list {
    margin-top: 0;
  }
  .mod-schedule_list.u-app .list a {
    padding: 15px 0 15px;
  }
}

.mod-sns_block {
  margin-top: 25px;
  margin-bottom: 25px;
}
.mod-sns_block .title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 3px;
}
.mod-sns_block .sns {
  display: flex;
  justify-content: center;
}
.mod-sns_block .sns li {
  width: 40px;
  margin: 7px;
}
.mod-sns_block .sns li a {
  display: block;
}
@media screen and (min-width: 769px) {
  .mod-sns_block {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .mod-sns_block .title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .mod-sns_block .sns li {
    width: 50px;
  }
}

.mod-table_format01 {
  width: 100%;
}
.mod-table_format01 tbody tr {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.mod-table_format01 tbody tr th {
  background: #EDEDED;
  text-align: center;
  padding: 20px;
}
.mod-table_format01 tbody tr th small {
  display: block;
}
.mod-table_format01 tbody tr td {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .mod-table_format01 tbody tr th {
    font-size: 14px;
    font-size: 0.875rem;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    text-align: left;
  }
  .mod-table_format01 tbody tr td {
    font-size: 13px;
    font-size: 0.8125rem;
    border-top: 1px solid #ccc;
    padding: 10px 10px 15px;
  }
}

.mod-article_list .article_item {
  width: 100%;
}
.mod-article_list .article_item + .article_item {
  margin-top: 30px;
}
.mod-article_list .article_item .title {
  text-decoration: none;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #707070;
  padding: 13px 10px 11px 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 16px;
  font-size: 1rem;
}
.mod-article_list .article_item .title i {
  width: 19px;
  line-height: 0;
}
.mod-article_list .article_item .title i svg {
  width: 100%;
  height: auto;
}
.mod-article_list .article_item .detail {
  margin-top: 15px;
}
.mod-article_list .article_item .detail a {
  display: block;
  text-decoration: none;
  color: #12202B;
}
.mod-article_list .article_item .detail a + a {
  border-top: 1px solid #dddddd;
  padding-top: 5px;
  margin-top: 5px;
}
.mod-article_list .article_item .detail time {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  font-weight: 700;
  margin-bottom: 4px;
}
.mod-article_list .article_item .detail .tit {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 769px) {
  .mod-article_list {
    display: flex;
    justify-content: space-between;
    gap: 3.2258064516%;
  }
  .mod-article_list .article_item {
    width: 48.3870967742%;
  }
  .mod-article_list .article_item + .article_item {
    margin-top: 0;
  }
  .mod-article_list .article_item .title {
    padding: 13px 10px 11px 0;
    font-size: 24px;
    font-size: 1.5rem;
  }
  .mod-article_list .article_item .title i {
    width: 30px;
  }
  .mod-article_list .article_item .detail {
    margin-top: 15px;
  }
  .mod-article_list .article_item .detail time {
    margin-bottom: 4px;
  }
}

.mod-photo_library {
  display: flex;
  flex-wrap: wrap;
  margin: -1.0447761194%;
}
.mod-photo_library a {
  width: 31.2865497076%;
  margin: 1.0233918129%;
  display: block;
  aspect-ratio: 1;
  background: #cccccc;
}
.mod-photo_library a div[style] {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .mod-photo_library {
    margin: -0.3225806452%;
  }
  .mod-photo_library a {
    width: 16.0256410256%;
    margin: 0.3205128205%;
  }
}

.mod-custom_bnr li + li {
  margin-top: 11px;
}
.mod-custom_bnr li a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #12202B;
  position: relative;
  padding: 18px 33px;
}
.mod-custom_bnr li a .wrap {
  text-align: center;
}
.mod-custom_bnr li a .wrap .txt {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
.mod-custom_bnr li a i {
  line-height: 0;
  position: absolute;
  right: 13px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: fit-content;
  aspect-ratio: 1;
}
.mod-custom_bnr li.oc a {
  background-color: #000000;
  color: #ffffff;
}
.mod-custom_bnr li.oc a .wrap .sub {
  display: block;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-bottom: 3px;
  font-weight: bold;
}
.mod-custom_bnr li.line a, .mod-custom_bnr li.app a {
  border: 1px solid #707070;
}
.mod-custom_bnr li.line a:before, .mod-custom_bnr li.app a:before {
  content: "";
  width: 24px;
  height: 24px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.mod-custom_bnr li.line a i svg path, .mod-custom_bnr li.app a i svg path {
  stroke: #000000;
}
.mod-custom_bnr li.line a:before {
  background-image: url(../img/icon_line.svg);
}
.mod-custom_bnr li.app a:before {
  background-image: url(../img/icon_app.svg);
}
@media screen and (min-width: 769px) {
  .mod-custom_bnr {
    display: flex;
  }
  .mod-custom_bnr li {
    min-width: 214px;
    width: 100%;
  }
  .mod-custom_bnr li + li {
    margin-top: 0;
    margin-left: 20px;
  }
  .mod-custom_bnr li a {
    height: 100%;
    padding-left: 18px;
    padding-right: 25px;
  }
  .mod-custom_bnr li.oc {
    max-width: 500px;
  }
  .mod-custom_bnr li.line, .mod-custom_bnr li.app {
    max-width: 350px;
  }
}
@media screen and (min-width: 969px) {
  .mod-custom_bnr li a {
    padding-left: 33px;
    padding-right: 33px;
  }
}

.mod-features {
  padding: 0;
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
}
.mod-features li {
  width: 48.3582089552%;
  list-style: none;
  aspect-ratio: 1;
  text-align: center;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .mod-features {
    gap: 20px 1.6129032258%;
  }
  .mod-features li {
    width: 32.2580645161%;
    aspect-ratio: 1.3559322034;
  }
}

.mod-point_format {
  border-top: 1px solid #707070;
}
.mod-point_format_wrap {
  counter-reset: point;
  border-bottom: 1px solid #707070;
}
.mod-point_format .title {
  counter-increment: point;
  padding: 15px 30px 15px 10px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
.mod-point_format .title:before {
  content: counter(point);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 30px;
  font-size: 1.875rem;
  min-width: 40px;
  padding: 9px 5px;
  text-align: center;
  line-height: 1;
  background: #FFED57;
  margin-right: 11px;
  letter-spacing: 0.025em;
}
.mod-point_format .title i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  transform: rotate(90deg);
  line-height: 0;
  width: 19px;
  height: 19px;
  margin: auto;
  transition: 0.5s ease;
}
.mod-point_format .title i svg {
  width: 100%;
  height: auto;
}
.mod-point_format .title.current i {
  transform: rotate(-90deg);
}
.mod-point_format .detail .inner {
  padding-bottom: 20px;
}
.mod-point_format .detail .item {
  margin: 0;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 15px;
  padding-top: 15px;
  display: flex;
  align-items: center;
  gap: 15px 4.4776119403%;
}
.mod-point_format .detail .item:first-child {
  border-top: 1px solid #dddddd;
}
.mod-point_format .detail .item .img {
  aspect-ratio: 1;
  width: 55px;
  background-color: #F6F6F6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.mod-point_format .detail .item .tit {
  width: calc(84.375% - 55px);
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 769px) {
  .mod-point_format .title {
    padding: 30px 60px 30px 10px;
    font-size: 26px;
    font-size: 1.625rem;
  }
  .mod-point_format .title:before {
    font-size: 50px;
    font-size: 3.125rem;
    min-width: 60px;
    padding: 11px 10px;
    margin-right: 20px;
  }
  .mod-point_format .title i {
    right: 30px;
    transform: rotate(90deg);
    width: 30px;
    height: 30px;
  }
  .mod-point_format .detail .inner {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 3.3064516129%;
    padding-bottom: 40px;
  }
  .mod-point_format .detail .item {
    width: 31.1290322581%;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .mod-point_format .detail .item:nth-child(1), .mod-point_format .detail .item:nth-child(2), .mod-point_format .detail .item:nth-child(3) {
    border-top: 1px solid #dddddd;
  }
  .mod-point_format .detail .item .img {
    width: 100px;
  }
  .mod-point_format .detail .item .tit {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.mod-format_block {
  display: block;
  border: 1px solid #707070;
  color: #000;
  text-decoration: none;
  padding: 20px 20px 25px;
}
.mod-format_block:focus, .mod-format_block:hover {
  color: inherit;
}
.mod-format_block i {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 19px;
  height: 19px;
  transform: rotate(90deg);
}
.mod-format_block i svg {
  width: 100%;
  height: auto;
}
.mod-format_block .title {
  position: relative;
  font-weight: bold;
  cursor: pointer;
}
.mod-format_block .title.current i {
  transform: rotate(-90deg);
}
.mod-format_block .detail .inner {
  margin-top: 20px;
}
.mod-format_block .detail .img {
  max-width: 160px;
  margin: 0 auto 15px;
  aspect-ratio: 1.6848484848;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mod-format_block .detail .text .tit {
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 5px;
}
.mod-format_block .detail .text .txt {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 769px) {
  .mod-format_block {
    padding: 40px;
  }
  .mod-format_block i {
    width: 30px;
    height: 30px;
  }
  .mod-format_block .title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .mod-format_block .detail .inner {
    margin-top: 40px;
    display: flex;
    gap: 30px;
  }
  .mod-format_block .detail .img {
    width: 278px;
    max-width: 100%;
    margin: 0;
  }
  .mod-format_block .detail .text {
    width: calc(100% - 308px);
  }
  .mod-format_block .detail .text .tit {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  .mod-format_block .detail .text .txt {
    font-size: 16px;
    font-size: 1rem;
  }
}

.mod-pamphlet {
  background: #F6F6F6;
  margin-top: 25px;
}
.mod-pamphlet .img {
  width: 100%;
  aspect-ratio: 1.3392857143;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.mod-pamphlet .detail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding: 30px 20px 40px;
}
.mod-pamphlet .detail .title {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.mod-pamphlet .detail .text {
  font-size: 14px;
  font-size: 0.875rem;
}
.mod-pamphlet .detail .btn .btn-fotmar_bnr {
  margin-top: 20px;
}
.mod-pamphlet .detail .btn a {
  min-height: 46px;
}
@media screen and (min-width: 769px) {
  .mod-pamphlet {
    display: flex;
    margin-top: 80px;
  }
  .mod-pamphlet .img {
    width: 41.6666666667%;
    aspect-ratio: 1.5;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .mod-pamphlet .detail {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 58.3333333333%;
    padding-left: 5.5555555556%;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .mod-pamphlet .detail .title {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: bold;
    margin-bottom: 32px;
    text-align: left;
  }
  .mod-pamphlet .detail .text {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .mod-pamphlet .detail .btn .btn-fotmar_bnr {
    margin-top: 30px;
    justify-content: flex-start;
  }
  .mod-pamphlet .detail .btn a {
    min-height: 58px;
  }
}

.mod-linklist {
  margin-top: 20px;
}
.mod-linklist ul {
  display: flex;
  list-style: none;
  padding: 0;
  flex-wrap: wrap;
  gap: 20px 2.5806451613%;
}
.mod-linklist ul li {
  width: 100%;
  height: auto;
  background-color: #F6F6F6;
  text-align: center;
}
.mod-linklist ul li .head {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}
.mod-linklist ul li .notes {
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
}
.mod-linklist ul li .btn {
  margin-top: 25px;
}
.mod-linklist ul li a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 30px 40px 40px;
}
.mod-linklist ul li a:before {
  content: "";
  display: block;
  margin: 0 auto;
  aspect-ratio: 1;
  width: 56px;
  height: 56px;
  margin-bottom: 23px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.mod-linklist ul li a.icon_contact:before {
  background-image: url(../img/icon_linklist_contact.svg);
}
.mod-linklist ul li a.icon_tel:before {
  background-image: url(../img/icon_linklist_tel.svg);
}
.mod-linklist ul li a.icon_net:before {
  background-image: url(../img/icon_linklist_net.svg);
}
@media screen and (min-width: 769px) {
  .mod-linklist {
    margin-top: 100px;
  }
  .mod-linklist ul li {
    width: 31.6129032258%;
  }
}

.mod-pagetitle {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F6F6F6;
  height: 200px;
}
.mod-pagetitle .title {
  font-size: 30px;
  font-size: 1.875rem;
}
@media (max-width: 768px) {
  .mod-pagetitle {
    height: 96px;
  }
  .mod-pagetitle .title {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

.mod-breadcrumbs {
  padding: 20px 20px;
  overflow: auto;
}
.mod-breadcrumbs .aioseo-breadcrumbs {
  display: flex;
}
.mod-breadcrumbs .aioseo-breadcrumbs .aioseo-breadcrumb {
  white-space: nowrap;
}
.mod-breadcrumbs .aioseo-breadcrumbs .aioseo-breadcrumb-separator {
  margin: 0 5px;
}
.mod-breadcrumbs .aioseo-breadcrumbs .aioseo-breadcrumb a {
  text-decoration: none;
  color: #12202B;
}
@media (max-width: 768px) {
  .mod-breadcrumbs {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.mod-format_admission {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.mod-format_admission + .mod-format_admission {
  border-top: none;
}
.mod-format_admission .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  cursor: pointer;
}
.mod-format_admission .title i {
  width: 30px;
  height: 30px;
  transform: rotate(90deg);
}
.mod-format_admission .title i svg {
  width: 100%;
  height: auto;
}
.mod-format_admission .title small {
  font-size: 12px;
  font-size: 0.75rem;
}
.mod-format_admission .detail dd {
  margin: 0;
  padding: 20px 20px 30px;
  border-top: 1px solid #dddddd;
  line-height: 1.6875;
}
.mod-format_admission .detail dd .aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.mod-format_admission .detail dd h2 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 15px;
  margin-bottom: 10px;
}
.mod-format_admission .detail dd small {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 5px;
}
.mod-format_admission .detail dd p img {
  margin-top: 15px;
  margin-bottom: 15px;
  max-width: 750px;
}
.mod-format_admission .detail .heading {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
}
.mod-format_admission .detail * ~ .heading {
  margin-top: 15px;
}
.mod-format_admission .detail small {
  font-size: 12px;
  font-size: 0.75rem;
}
.mod-format_admission .detail *[data-icn] {
  display: flex;
}
.mod-format_admission .detail *[data-icn]::before {
  content: attr(data-icn);
}
.mod-format_admission .detail .box {
  border: 1px solid #707070;
  margin-top: 15px;
  padding: 20px 20px 25px;
}
.mod-format_admission .detail .box .heading {
  font-size: 18px;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .mod-format_admission .title {
    padding: 17px 10px 17px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .mod-format_admission .title i {
    width: 18px;
    height: 18px;
  }
  .mod-format_admission .detail dd {
    padding: 18px 10px 23px;
    font-size: 12px;
    font-size: 0.75rem;
  }
  .mod-format_admission .detail dd h2 {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .mod-format_admission .detail dd small {
    display: block;
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 5px;
  }
  .mod-format_admission .detail .heading {
    margin-bottom: 5px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .mod-format_admission .detail .box {
    padding: 10px 10px 15px;
    margin-top: 10px;
  }
  .mod-format_admission .detail .box .heading {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.mod-pagetitle_point {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.mod-pagetitle_point:before {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  content: attr(data-num);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  background: #FFED57;
  width: 42px;
  line-height: 52px;
  font-size: 32px;
  font-size: 2rem;
}
.mod-pagetitle_point .title {
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.mod-pagetitle_point:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgba(0, 0, 0, 0.4);
}
body.point01 .mod-pagetitle_point {
  background-image: url(../img/bg_pagetitle_point01.jpg);
}
body.point02 .mod-pagetitle_point {
  background-image: url(../img/bg_pagetitle_point02.jpg);
}
body.point03 .mod-pagetitle_point {
  background-image: url(../img/bg_pagetitle_point03.jpg);
}
body.point04 .mod-pagetitle_point {
  background-image: url(../img/bg_pagetitle_point04.jpg);
}
body.point05 .mod-pagetitle_point {
  background-image: url(../img/bg_pagetitle_point05.jpg);
}
body.point06 .mod-pagetitle_point {
  background-image: url(../img/bg_pagetitle_point06.jpg);
}
@media screen and (min-width: 769px) {
  .mod-pagetitle_point {
    gap: 30px;
    min-height: 300px;
  }
  .mod-pagetitle_point:before {
    width: 62px;
    line-height: 75px;
    font-size: 47px;
    font-size: 2.9375rem;
  }
  .mod-pagetitle_point .title {
    font-size: 40px;
    font-size: 2.5rem;
  }
  body.point06 .mod-pagetitle_point {
    background-position: left bottom 26%;
  }
}

.mod-lead_text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6666666667;
}
.mod-lead_text p {
  margin-bottom: 0;
}
.mod-lead_text p + p {
  margin-top: 1em;
}
.mod-lead_text p + small {
  margin-top: 10px;
}
.mod-lead_text p span {
  background: #FFED57;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .mod-lead_text {
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.mod-point_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.mod-point_list .item {
  border-top: 1px solid #707070;
  padding-top: 12px;
}
.mod-point_list .item:before {
  display: block;
  width: fit-content;
  content: attr(data-tag);
  background: #FFED57;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 4px 15px 3px;
  border-radius: 13px;
  margin-bottom: 10px;
}
.mod-point_list .dt {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.5;
}
.mod-point_list .dd {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6875;
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .mod-point_list {
    gap: 40px 3.6363636364%;
  }
  .mod-point_list .item {
    padding-top: 18px;
    width: 48.1818181818%;
  }
  .mod-point_list .item:before {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 6px 17px 4px;
    border-radius: 18px;
  }
  .mod-point_list .dt {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .mod-point_list .dd {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 8px;
  }
}

.mod-pickup_box {
  margin-top: 30px;
  position: relative;
}
.mod-pickup_box:before {
  content: "";
  aspect-ratio: 1;
  background-image: url(../img/icon_pickup.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  top: -2.7777777778%;
  left: -2.9850746269%;
  width: 14.9253731343%;
  height: fit-content;
}
@media screen and (min-width: 769px) {
  .mod-pickup_box {
    margin-top: 80px;
  }
  .mod-pickup_box:before {
    top: -5.016722408%;
    left: -2.7272727273%;
    width: 9.0909090909%;
  }
}

.mod-title_content {
  text-align: center;
  margin-bottom: 50px;
}
.mod-title_content .icon {
  margin-bottom: 15px;
  width: 34px;
  margin-left: auto;
  margin-right: auto;
}
.mod-title_content .title {
  font-size: 17px;
  font-size: 1.0625rem;
}
.mod-title_content .title.u-s {
  font-size: 15px;
  font-size: 0.9375rem;
}
.mod-title_content .lead {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .mod-title_content .icon {
    margin-bottom: 27px;
    width: 58px;
  }
  .mod-title_content .title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .mod-title_content .title.u-s {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .mod-title_content .lead {
    margin-top: 10px;
  }
}

.mod-voice_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.mod-voice_list li {
  width: 100%;
  border: 1px solid #000;
  padding: 20px 20px 25px;
}
.mod-voice_list .head {
  margin-bottom: 10px;
  display: flex;
  gap: 15px;
  align-items: center;
}
.mod-voice_list .img {
  background-color: #FFED57;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  aspect-ratio: 1;
  width: 80px;
  height: fit-content;
  overflow: hidden;
}
.mod-voice_list .name {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}
.mod-voice_list .status {
  font-size: 12px;
  font-size: 0.75rem;
}
.mod-voice_list .comment {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.75;
}
@media screen and (min-width: 769px) {
  .mod-voice_list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 3.3064516129%;
  }
  .mod-voice_list li {
    padding: 34px 20px;
    width: 31.1290322581%;
  }
  .mod-voice_list .head {
    display: block;
  }
  .mod-voice_list .head .wrap {
    text-align: center;
  }
  .mod-voice_list .img {
    margin: 0 auto 10px;
    width: 127px;
  }
  .mod-voice_list .name {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .mod-voice_list .status {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .mod-voice_list .comment {
    font-size: 16px;
    font-size: 1rem;
  }
}

.mod-classroom {
  background: #fff;
  margin-top: 30px;
  padding: 30px 20px;
}
.mod-classroom .title {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 400;
}
.mod-classroom .rooms {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.mod-classroom .rooms li {
  width: 100%;
}
.mod-classroom .rooms li a {
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 15px;
  background: #F6F6F6;
  color: #333;
}
.mod-classroom .rooms li a .img {
  aspect-ratio: 1;
  width: 80px;
  height: fit-content;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #CCC;
}
.mod-classroom .rooms li a .detail .name {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}
.mod-classroom .rooms li a .detail .other {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
}
.mod-classroom .rooms li a i {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 13px;
  height: fit-content;
}
.mod-classroom .rooms li a i svg path {
  stroke: #000;
}
@media screen and (min-width: 769px) {
  .mod-classroom {
    margin-top: 80px;
    padding: 60px 80px 80px;
  }
  .mod-classroom .title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
  .mod-classroom .rooms {
    gap: 30px 3.1914893617%;
  }
  .mod-classroom .rooms li {
    width: 48.4042553191%;
  }
  .mod-classroom .rooms li a {
    gap: 27px;
  }
  .mod-classroom .rooms li a .img {
    width: 140px;
  }
  .mod-classroom .rooms li a .detail .name {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .mod-classroom .rooms li a .detail .other {
    font-size: 16px;
    font-size: 1rem;
  }
}

.mod-pickup_list .item {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-top: 1px solid #707070;
  padding-top: 12px;
}
.mod-pickup_list .item + .item {
  margin-top: 20px;
}
.mod-pickup_list .item:before {
  content: attr(data-tag);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  background: #FFED57;
  font-size: 12px;
  font-size: 0.75rem;
  min-width: 97px;
  padding: 4px 12px 3px;
  border-radius: 13px;
}
.mod-pickup_list .item .detail .dt {
  margin-bottom: 5px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
}
.mod-pickup_list .item .detail .dd {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.6875;
}
.mod-pickup_list .item .detail .dd a {
  color: #000;
}
@media screen and (min-width: 769px) {
  .mod-pickup_list .item {
    align-items: baseline;
    gap: 70px;
    padding-top: 20px;
  }
  .mod-pickup_list .item + .item {
    margin-top: 40px;
  }
  .mod-pickup_list .item:before {
    width: 130px;
    font-size: 16px;
    font-size: 1rem;
    min-width: 130px;
    padding: 6px 10px 5px;
    border-radius: 18px;
  }
  .mod-pickup_list .item .detail {
    width: calc(100% - 200px);
  }
  .mod-pickup_list .item .detail .dt {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  .mod-pickup_list .item .detail .dd {
    font-size: 16px;
    font-size: 1rem;
  }
}

.mod-table {
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
}
.mod-table th, .mod-table td {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.mod-table th {
  background: #EDEDED;
}
.mod-table td {
  line-height: 1.75;
}
.mod-table .w280 {
  width: 31.1111111111%;
}
.mod-table .w300 {
  width: 37.5%;
}
.mod-table.scroll .cell1 {
  width: 39.9056603774%;
}
.mod-table.scroll .cell2 {
  width: 27.4528301887%;
}
.mod-table.scroll .cell3 {
  width: 15.4716981132%;
}
.mod-table.scroll .cell4 {
  width: 17.1698113208%;
}
.mod-table.scroll th {
  padding: 10px;
}
.mod-table_scroll {
  overflow: auto;
  margin-top: 10px;
}
.mod-table_scroll .scroll {
  min-width: 680px;
}
@media screen and (min-width: 769px) {
  .mod-table {
    font-size: 16px;
    font-size: 1rem;
  }
  .mod-table th, .mod-table td {
    padding: 20px;
  }
  .mod-table th.is-tac {
    padding: 10px;
  }
  .mod-table.scroll th {
    padding: 10px 20px;
  }
}

.mod-docents {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.mod-docents li {
  width: 100%;
  display: flex;
  gap: 2.9850746269%;
  padding: 10px 10px 0;
  border-top: 1px solid #ddd;
}
.mod-docents_img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1;
  width: 28.5714285714%;
  max-width: 90px;
  height: fit-content;
  background-color: #fff;
  border-radius: 50%;
}
.mod-docents_text {
  width: 68.253968254%;
}
.mod-docents_text .name {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  margin-bottom: 3px;
}
.mod-docents_text .text {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 769px) {
  .mod-docents {
    gap: 40px 4.4444444444%;
  }
  .mod-docents li {
    width: 47.7777777778%;
    padding: 20px 0 0;
  }
  .mod-docents_img {
    width: 27.9069767442%;
    max-width: 120px;
  }
  .mod-docents_text {
    width: 68.6046511628%;
  }
  .mod-docents_text .text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* =============================================================================
   固有
========================================================================== */
#schedule {
  background: #F6F6F6;
  padding: 35px 0 30px;
}
#schedule .btn-fotmar_bnr {
  margin-top: 0;
}
#schedule .btn-fotmar_bnr .btn-format {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  #schedule {
    padding: 78px 0 80px;
  }
  #schedule .container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 20px 1.6129032258%;
  }
  #schedule .container .mod-schedule_list {
    width: 49.1935483871%;
  }
  #schedule .container .btn-fotmar_bnr {
    margin-top: 10px;
  }
}

#qualification .com-tags_tit {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 13px;
}
#qualification .col2 .title {
  white-space: nowrap;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 9px;
  line-height: 1.1;
}
#qualification .col2 .title small {
  font-size: 54.2%;
  font-weight: bold;
}
#qualification .col2 .text {
  margin-top: 30px;
  font-size: 13px;
  font-size: 0.8125rem;
}
#qualification .btn-fotmar_bnr {
  flex-wrap: wrap;
}
#qualification .btn-fotmar_bnr li {
  max-width: 182px;
  width: 100%;
}
#qualification .btn-fotmar_bnr li a {
  min-height: 36px;
}
@media screen and (min-width: 769px) {
  #qualification .com-tags_tit {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #qualification .col2 {
    display: flex;
    gap: 4.6774193548%;
  }
  #qualification .col2 .title {
    width: 18.5483870968%;
    text-align: left;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1.5;
  }
  #qualification .col2 .title small {
    display: block;
  }
  #qualification .col2 .text {
    width: 76.7741935484%;
    margin-top: 0;
    font-size: 16px;
    font-size: 1rem;
  }
  #qualification .btn-fotmar_bnr {
    justify-content: flex-start;
  }
  #qualification .btn-fotmar_bnr li {
    width: 30.987394958%;
    max-width: 295px;
  }
  #qualification .btn-fotmar_bnr li a {
    min-height: 76px;
  }
}

#features {
  background: #FFED57;
}

#archive {
  padding-top: 0;
}

#whatis {
  padding-bottom: 0;
}

#point .mod-point_format .btn-fotmar_bnr {
  width: 100%;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  #point .mod-point_format .btn-fotmar_bnr {
    margin-top: 30px;
  }
}

#bnrarea {
  background: #F6F6F6;
}
#bnrarea .com-title_format01 {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #bnrarea .com-title_format01 {
    margin-bottom: 30px;
  }
}

#library .com-title_format02 {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  #library .com-title_format02 {
    margin-bottom: 50px;
  }
}

#bnr {
  background: #F6F6F6;
}

body.admission .com-section {
  padding-bottom: 0;
}
body.admission .l-footer {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  body.admission .l-footer {
    margin-top: 80px;
  }
}

body.point03 .l-main .bnr {
  max-width: 610px;
  margin: 30px auto 0;
}
body.point03 .l-main .bnr a {
  display: block;
}
@media screen and (min-width: 769px) {
  body.point03 .l-main .bnr {
    margin-top: 80px;
  }
}

body.point04 .l-main #img {
  max-width: 1040px;
  margin: 30px auto 0;
}
@media screen and (min-width: 769px) {
  body.point04 .l-main #img {
    margin-top: 80px;
  }
}

body.point05 .l-main #img {
  max-width: 1040px;
  margin: 30px auto 0;
}
@media screen and (min-width: 769px) {
  body.point05 .l-main #img {
    margin-top: 80px;
  }
}

@media screen and (min-width: 769px) {
  body.point06 .l-main .mod-pickup_list .item {
    justify-content: space-between;
  }
  body.point06 .l-main .mod-pickup_list .item .detail {
    width: 72.7272727273%;
  }
}

body.point01 .com-section,
body.point02 .com-section,
body.point03 .com-section,
body.point04 .com-section,
body.point05 .com-section,
body.point06 .com-section {
  padding: 40px 0;
}
body.point01 .com-section.u-npb,
body.point02 .com-section.u-npb,
body.point03 .com-section.u-npb,
body.point04 .com-section.u-npb,
body.point05 .com-section.u-npb,
body.point06 .com-section.u-npb {
  padding-bottom: 0 !important;
}
body.point01 #ponit,
body.point02 #ponit,
body.point03 #ponit,
body.point04 #ponit,
body.point05 #ponit,
body.point06 #ponit {
  margin-top: 20px;
  background: #F6F6F6;
  padding: 30px 20px 50px;
}
@media screen and (min-width: 769px) {
  body.point01 .com-section,
body.point02 .com-section,
body.point03 .com-section,
body.point04 .com-section,
body.point05 .com-section,
body.point06 .com-section {
    padding: 80px 0;
  }
  body.point01 #ponit,
body.point02 #ponit,
body.point03 #ponit,
body.point04 #ponit,
body.point05 #ponit,
body.point06 #ponit {
    margin-top: 80px;
    padding: 80px 20px;
  }
}

/* =============================================================================
   その他
========================================================================== */
.is-scale {
  overflow: hidden;
}
.is-scale > div[style], .is-scale img {
  transition: 0.5s ease;
}
.is-scale:hover > div[style], .is-scale:hover img {
  transform: scale(1.1);
}

.is-pop i, .is-pop img {
  transition: 0.5s ease;
}
.is-pop:hover i, .is-pop:hover img {
  transform: scale(1.1);
}
.mod-format_admission .is-pop:hover i, .mod-point_format .is-pop:hover i, .mod-format_block .is-pop:hover i {
  transform: scale(1.1) rotate(90deg);
}
.mod-format_admission .is-pop.current:hover i, .mod-point_format .is-pop.current:hover i, .mod-format_block .is-pop.current:hover i {
  transform: scale(1.1) rotate(-90deg);
}

.is-bg {
  background: #F6F6F6;
}

.is-tac {
  text-align: center;
}

.is-tal {
  text-align: left;
}
