@charset "UTF-8";

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* primary */
/* mono */
/* Department */
/* bg */
/* 改行 */
.inline--block {
  display: inline-block;
}

.figure {
  margin-bottom: 0;
}

html {
  scroll-padding-top: 140px;
}

body {
  color: #162F47;
  text-size-adjust: 100%;
  letter-spacing: 0.12em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

.fadeUpTrigger,
.fadeDownTrigger,
.fadeSlidetoLTrigger,
.fadeSlidetoRTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.site__title {
  padding: 0 20px;
}

@media screen and (min-width: 992px) {
  .site__title {
    display: none;
  }
}

.site__main-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.05em;
  color: #111111;
}

.site__sub-title {
  margin-top: 2px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 130%;
  letter-spacing: 0.05em;
  color: #111111;
}

.menu__wrapper {
  padding: 24px 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.menu__wrapper .slide_item {
  width: 100%;
  margin: auto;
}

.menu__wrapper .slide_item:last-of-type .slide_link {
  border-bottom: none;
}

.slide_link {
  display: block;
  width: 100%;
  padding: 16px 0px;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: 1.2px;
  text-align: center;
  border-bottom: 1px solid #162F47;
}

.slide_link .menu_english {
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 800;
  line-height: 130%;
  color: #FA6C75;
}

.slide_link.__sm {
  font-size: 14px;
}

.hambergar__sns-wrapper {
  display: flex;
  justify-content: center;
  gap: 24px;
  width: 100%;
  padding: 16px 10px;
  margin: auto;
  background-color: #162F47;
}

.hambergar_sns {
  width: 50px;
  height: 50px;
}

.pc-menu__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}

.pc-menu__wrapper li {
  width: 100%;
  margin: auto;
  border-bottom: 1px solid #162F47;
}

.pc-menu__wrapper li:last-child {
  border-bottom: none;
}

.pc-menu__wrapper li a {
  display: flex;
  padding: 16px 24px;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #162F47;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
  position: relative;
}

/* 黒い矢印（デフォルト） */
.pc-menu__wrapper li a::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-image: url('../img/i_arrow_down.webp');
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

/* ホバー時 */
.pc-menu__wrapper li a:hover {
  background-color: #162F47;
  color: #FFFFFF;
}

/* 白い矢印（ホバー時） */
.pc-menu__wrapper li a:hover::after {
  background-image: url('../img/i_arrow_down_white.webp');
}

.pc__title {
  width: 358px;
  height: auto;
}

.pc__title-text {
  margin-top: 18px;
  margin-bottom: 48px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 1.2px;
  text-align: center;
  color: #162F47;
}

.pc-menu_link {
  padding: 16px 0;
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: 1.2px;
  text-align: center;
  color: #162F47;
  border-bottom: 1px solid #162F47;
}

.pc-menu_link.__sm {
  font-size: 14px;
}

.pc-menu_link:hover {
  background-color: #162F47;
  color: #FFFFFF;
}

.pc-menu_link:hover .menu_english {
  color: #FFFFFF;
}

.pc-menu_link .menu_english {
  display: inline-block;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  color: #FA6C75;
}

.pc-cta__wrapper {
  text-align: center;
}


.pc__sns-wrapper {
  margin: 40px auto 0;
  padding: 18px 27px;
  display: flex;
  justify-content: center;
  gap: 24px;
  border-radius: 3px;
}

.pc_sns {
  width: 34px;
  height: 34px;
  transition: all 0.3s ease-in-out;
}

.pc_sns:hover {
  opacity: 0.6;
}

.pc-side__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.pc-side__2col {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pc-side__contents-wrapper {
  width: 100%;
  max-width: 310px;
  margin: auto;
  height: max-content;
}

.pc-side__contents {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100vh;
}

.pc__logo {
  width: 100%;
  max-width: 189px;
  margin: auto;
  height: 31px;
}

.pc-side__scrolldown {
  position: absolute;
  top: 40%;
  left: 0;
}

.scrolldown__wrapper {
  position: relative;
  height: 200px;
  margin-left: 10px;
}

.scrolldown span {
  position: absolute;
  left: -5px;
  bottom: 32px;
  font-family: "Montserrat", sans-serif;
  color: #162F47;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

.scrolldown:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background: #162F47;
  z-index: 2;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove {
  0% {
    top: -5px;
  }

  100% {
    top: 100px;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

.scrolldown:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100px;
  background: #162F47;
  z-index: 1;
}

.cta__btn {
  position: relative;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  background: transparent;
  outline: none;
  transition: all 0.2s ease;
  width: 100%;
}

.cta__btn::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 134px;
  box-shadow: 0px 6px 0px 0px #162F47;
}

.cta__btn.__red::before {
  box-shadow: 0px 6px 0px 0px #fff7ba;
}

.cta__btn.__red span {
  background: #FA6C75;
  color: #ffffff;
  border: 2px solid #FA6C75;
}

.cta__btn.__red span::before {
  background-image: url(../img/i_arrow_white.webp);
}

.cta__btn:hover {
  border-color: transparent;
}

.cta__btn:hover span {
  transform: translateY(4px);
}

.cta__btn span {
  position: relative;
  z-index: 2;
  display: block;
  padding: 16px 53px 16px 23px;
  background: #FFF075;
  border-radius: 134px;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  text-align: left;
  letter-spacing: 0.05em;
  color: #162F47;
  border: 2px solid #162F47;
  transition: all 0.3s ease;
}

.cta__btn span::before {
  position: absolute;
  top: calc(50% - 9px);
  right: 16px;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../img/i_arrow.webp);
  background-repeat: no-repeat;
  background-size: contain;
}

.footer_btn {
  display: block;
  width: 210px;
  padding: 12px 15px;
  background-color: #FFFFFF;
  background-image: url(../img/i_win.webp);
  background-repeat: no-repeat;
  background-position: top 16px right 16px;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.05em;
  color: #111111;
}

.footer_btn:hover {
  opacity: 0.6;
}

.hamburger__wrapper {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #162F47;
}

@media screen and (min-width: 992px) {
  .hamburger__wrapper {
    display: none;
  }
}

.hamburger {
  width: 45px;
  height: 10px;
  position: relative;
  z-index: 3;
}

.hamburger span {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  transition: 0.5s;
}

.hamburger span:first-of-type {
  top: 0;
}

.hamburger span:nth-of-type(2) {
  top: 100%;
}

.hamburger.active span {
  background-color: #ffffff;
}

.hamburger.active span:first-of-type {
  top: 50%;
  transform: rotate(20deg);
}

.hamburger.active span:nth-of-type(2) {
  top: 50%;
  transform: rotate(-20deg);
}

.slide-menu {
  background-color: #FFFFFF;
  position: fixed;
  left: 50%;
  top: -100%;
  padding-top: 70px;
  margin: auto;
  width: 100%;
  max-width: 375px;
  height: max-content;
  max-height: 100%;
  transform: translateX(-50%);
  transition: 0.5s;
  opacity: 0;
  z-index: 2;
  overflow-y: auto;
}

@media screen and (max-width: 428px) {
  .slide-menu {
    max-width: 100%;
  }
}

.slide-menu {
  background-image: url(../img/bg_mv_01_1.webp), url(../img/bg_mv_01_2.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom, top;
  background-size: 100%;
}

.slide-menu.active {
  top: 0;
  opacity: 1;
}

.slide-menu .cta__wrapper {
  position: relative;
  margin-top: 0;
  padding: 16px 16px 24px;
  text-align: center;
}

.bg__black {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.bg__black.active {
  position: fixed;
  left: 50%;
  width: 100%;
  max-width: 375px;
  height: 100%;
  background: #000000;
  transform: translateX(-50%);
  opacity: 0.7;
  z-index: 1;
}

@media screen and (max-width: 428px) {
  .bg__black.active {
    max-width: 100%;
  }
}

.ac-item {
  background-color: #FFFFFF;
  border-left: 1px solid #162F47;
  border-top: 1px solid #162F47;
  border-right: 1px solid #162F47;
  overflow: hidden;
}

.ac-label {
  display: flex;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #162F47;
}

.ac-label__txt {
  width: calc(100% - 38px);
  padding: 16px 0px 16px 24px;
  border-right: 1px solid #162F47;
}

.ac-content {
  display: none;
  padding-bottom: 8px;
}

.ac-content.active {
  border-bottom: 1px solid #162F47;
}

.icon-wrap {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%);
  width: 38px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.icon-wrap.open {
  background-color: #162F47;
}

.icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.icon:before,
.icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #162F47;
  left: 50%;
  top: 50%;
  width: 14px;
  height: 2px;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}

.icon:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.icon.open:after {
  background: #FFFFFF;
}

.icon.open:before {
  background: #FFFFFF;
  transform: translate(-50%, -50%) rotate(0deg);
}

.body {
  background-image: url(../img/bg_pc.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.body__inner {
  width: 100%;
  max-width: 1440px;
  height: 100vh;
  position: relative;
  margin: auto;
}

.contents__wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
}

.pc__menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .pc__menu {
    display: none;
  }
}

.pc__menu-inner {
  margin: 0 14% 0 auto;
}

.pc-side {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 375px - 38%);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .pc-side {
    display: none;
  }
}

@media screen and (min-width: 1360px) {
  .pc-side {
    width: 30%;
  }
}

.contents__main {
  position: relative;
  max-width: 375px;
  min-height: 100vh;
  margin: auto;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 6px 0px rgba(22, 47, 71, 0.1);
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .contents__main {
    min-width: 375px;
    max-width: 375px;
    margin: 0 40% 0 40%;
  }
}

@media screen and (max-width: 428px) {
  .contents__main {
    width: 100%;
    max-width: 428px;
    margin: 0 auto;
  }
}

.contents__inner {
  position: relative;
}

.header {
  position: sticky;
  top: 0;
  width: 100%;
  max-width: 375px;
  z-index: 3;
}

@media screen and (max-width: 428px) {
  .header {
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .header {
    position: fixed;
  }
}

@media screen and (min-width: 992px) {
  .header {
    position: relative;
  }
}

.header-area {
  display: flex;
  align-items: stretch;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 3;
  position: relative;
}

@media screen and (min-width: 992px) {
  .header-area {
    display: none;
  }
}

.site_logo {
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.site_logo img {
  height: 40px;
  width: auto;
}

.btn-entry {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  height: 100%;
  background-color: #FF5A71;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  flex-shrink: 0;
}

.main {
  padding-top: 0;
  background-image: url(../img/bg_main.webp);
  background-repeat: no-repeat;
  background-position: top 435px center;
  background-size: contain;
}

@media screen and (max-width: 480px) {
  .main {
    padding-top: 71px;
  }
}

@media screen and (min-width: 992px) {
  .main {
    padding-top: 0;
  }
}

.cta__wrapper {
  position: relative;
  padding: 0px 0px 6px;
  margin-top: 16px;
  text-align: center;
}

.cta__wrapper.fv {
  padding: 0 20px 6px;
}

.cta__wrapper.intorduce {
  margin-top: 24px;
}

.cta__wrapper.timetable {
  margin-top: 32px;
}

.cta__text {
  text-align: center;
  color: #7F6CA8;
  font-size: 14px;
  font-weight: 700;
  line-height: 200%;
  /* 28px */
  letter-spacing: 0.7px;
  display: flex;
  gap: 4px;
  justify-content: center;
  align-items: center;
}

.cta__text::before, .cta__text::after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 14px;
  background-color: #7F6CA8;
}

.cta__text::before {
  clip-path: polygon(0 0, 50% 0%, 100% 100%);
}

.cta__text::after {
  clip-path: polygon(50% 0, 100% 0%, 0% 100%);
}

.section__catch {
  margin: 16px 0;
}

.section-title__wrapper {
  max-width: 335px;
  padding: 12px 0px;
  margin: auto;
  border-top: 2px solid #162F47;
  border-bottom: 2px solid #162F47;
}

.section-title__wrapper .large__title {
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-weight: 800;
  line-height: 120%;
  text-align: center;
  color: #162F47;
}

.section-title__wrapper .small__title {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.7px;
  text-align: center;
}

#introduce .small__title {
  color: #27AACD;
}

.section-title__wrapper.__primary {
  border-color: #162F47;
}

.section-title__wrapper.__primary .large__title {
  color: #162F47;
}

.section-title__wrapper.__primary .small__title {
  color: #162F47;
}

.section-title__wrapper.__white {
  border-color: #FFFFFF;
}

.section-title__wrapper.__noborder {
  border-top: none;
  border-bottom: none;
}

.section-title__wrapper.__white .large__title {
  color: #FFFFFF;
}

.section-title__wrapper.__white .small__title {
  color: #FFFFFF;
}

.hgroup {
  text-align: center;
}

.hgroup .hgroup__bal {
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  /* 28px */
  letter-spacing: 0.7px;
  padding: 0 8px;
  border-radius: 4px;
  background-color: white;
  position: relative;
}

.hgroup .hgroup__bal::after {
  display: block;
  content: "";
  width: 10px;
  height: 8px;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.hgroup .hgroup__main {
  font-size: 42px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  /* 54.6px */
  letter-spacing: 2.1px;
  margin-top: 8px;
}

.hgroup .hgroup__main.__sm {
  font-size: 32px;
}

.hgroup .hgroup__sub {
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  margin-top: 4px;
}

.hgroup.__type01 .hgroup__bal {
  color: #FFFFFF;
  background-color: #27AACD;
}

.hgroup.__type01 .hgroup__main {
  color: #FFFFFF;
}

.hgroup.__type01 .hgroup__sub {
  color: #FA6C75;
}

.hgroup.__type02 .hgroup__bal {
  color: #FFFFFF;
  background-color: #7F6CA8;
}

.hgroup.__type02 .hgroup__main {
  color: #162F47;
}

.hgroup.__type02 .hgroup__sub {
  color: #27AACD;
}

.fv__img-wrapper {
  padding-top: 120px;
  margin-top: -70px;
  background-image: url(../img/bg_mv_01.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  text-align: center;
}

.fv__img-wrapper .fv_logo {
  width: 317px;
  height: 223px;
  margin: auto;
}

.intro-talk-wrapper {
  margin-top: -50px;
  padding: 90px 20px 32px;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  background-image: url(../img/bg_message.webp);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}

.talk__txt-wrapper {
  margin-top: 24px;
}

.talk__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.7px;
  color: #162F47;
}

.talk__txt.__sm {
  font-size: 12px;
}

.talk__txt.__xs {
  font-size: 10px;
}

.calendar__section {
  background-color: #162F47;
  position: relative;
}

.calendar__section::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 66px;
  height: 54px;
  background-image: url(../img/bg_blue.webp);
  background-size: contain;
}

.calendar__section::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 69px;
  height: 76px;
  background-image: url(../img/bg_pink.webp);
  background-size: contain;
}

.calendar__section .calender__inner {
  padding: 40px 20px 32px;
  z-index: 1;
  background-image: url(../img/bg_pink.webp), url(../img/bg_blue.webp);
  background-size: 69px 76px, 66px 54px;
  background-position: top left, bottom right;
  background-repeat: no-repeat;
  position: relative;
}

.calendar__section .calender__inner .schedule__note {
  width: fit-content;
  padding: 4px;
  margin-top: 16px;
  margin-inline: auto;
}

.calendar__section .calender__inner .schedule__note .content {
  width: fit-content;
  color: #FFF075;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-align: center;
}

.calender__title {
  width: 289px;
  margin: auto;
}

.calender__contents {
  margin-top: 24px;
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.calender__note {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
  letter-spacing: 0.7px;
  text-align: center;
  margin-bottom: -16px;
}

.reception__link {
  position: relative;
  text-decoration: none;
  display: block;
  text-align: center;
  background: transparent;
  outline: none;
  transition: all 0.2s ease;
}

.reception__link::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 3px 2px rgba(83, 72, 51, 0.24);
}

.reception__link:focus-within {
  border-color: transparent;
}

.reception__link:focus-within .calender__item {
  transform: translateY(3px);
}

@media (hover) {
  .reception__link:hover {
    border-color: transparent;
  }

  .reception__link:hover .calender__item {
    transform: translateY(3px);
  }
}

.calender__item {
  width: calc((100% - 28px) / 3);
  padding: 12px 0 16px;
  background: #FA6C75;
  transition: all 0.2s ease;
}

.calender__item.item--reception {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: #FFFFFF;
  transition-property: background-color;
  transition-timing-function: ease-out;
  transition-duration: 0.25s;
}

.calender__item.item--reception .link {
  color: #111111;
  width: 100%;
  padding: 4px 0 8px;
}

.calender__item.item--reception .calender__date {
  color: #111111;
}

.calender__item.item--reception .calender__week {
  color: #27AACD;
}

.calender__item.item--reception.item--disabled {
  background-color: #cccccc;
}

.calender__item.item--reception.item--disabled .calender__date,
.calender__item.item--reception.item--disabled .calender__week {
  color: #707070 !important;
}

.calender__item.close {
  background-color: #F3F3F3;
}

.calender__item.close .calender__date {
  color: #111111;
}

.calender__item.close .calender__week {
  color: #6F6F6F;
}

.calender__item.close .calender__status {
  color: #6F6F6F;
  background: #CCCCCC;
}

.calender__item.__bordered {
  border: 1px solid #162F47;
}

.calender__date {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calender__separator {
  font-size: 24px;
}

.calender__week {
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
}

.calender__week.saturday {
  color: #27AACD;
}

.calender__week.sunday {
  color: #707070;
}

.calender__ribbon {
  text-align: center;
}

.calender__ribbon span {
  display: inline-block;
  min-width: 183px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  /* 28px */
  letter-spacing: 0.7px;
  color: #ffffff;
  background-color: #FA6C75;
  clip-path: polygon(0px 0px, 183px 0px, 173px 14px, 183px 28px, 0px 28px, 10px 14px);
}

.calender__status {
  width: max-content;
  padding: 4px 8px 5px;
  margin: 8px auto 0;
  border-radius: 40px;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.05em;
}

.calender__status.reception {
  background: #58AE36;
  color: #FFFFFF;
}

.calender__status.scheduled {
  background: #ED9809;
  color: #FFFFFF;
}

.calendar_bnr {
  margin-top: 24px;
}

.program_contents {
  padding: 40px 20px;
  background-image: url(../img/bg_mv.webp);
  background-repeat: no-repeat;
  background-size: contain;
}

.program_contents .program_top_text {
  margin-top: 32px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.7px;
  text-align: center;
}

.program_contents .program_top_list {
  margin-top: 12px;
  padding-top: 8px;
  border-top: 1px solid #CCC;
}

.program_contents .program_top_list .item {
  position: relative;
  padding-left: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.5px;
}

.program_contents .program_top_list .item::before {
  position: absolute;
  left: 0;
  content: "※";
}

.program_contents .program_top_list .item+.item {
  margin-top: 4px;
}

.program_content_description {
  margin-top: 16px;
  padding: 16px;
  background-color: #F7F7F7;
}

.program_content_description .program__item {
  position: relative;
  padding-top: 8px;
  display: flex;
  gap: 16px;
  border-left: 1px solid #162F47;
}

.program_content_description .program__item::before {
  position: absolute;
  top: 18px;
  left: -6px;
  content: "";
  width: 12px;
  height: 12px;
  background: #162F47;
  transform: rotate(45deg);
}

.program_content_description .program__item:first-child::after {
  position: absolute;
  top: -2px;
  left: -1px;
  content: "";
  width: 3px;
  height: 18px;
  background: #F7F7F7;
}

.program_content_description .program__item:last-child::after {
  position: absolute;
  bottom: 0px;
  left: -1px;
  content: "";
  width: 3px;
  height: 4px;
  background: #F7F7F7;
}

.program_content_description .program__item .program__time-wrapper {
  width: 75px;
  padding-left: 17px;
}

.program_content_description .program__item .program__time {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  color: #162F47;
}

.program_content_description .program__item .program__txt {
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.7px;
  color: #162F47;
}

.program__accordion .program__list .program__item {
  border: none;
}

.program__accordion .program__list .program__item+.program__item {
  margin-top: 12px;
}

.program__accordion .program__list .program__item .program__title {
  border: none;
  padding: 10px 0px 10px 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.7px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 8px;
  color: #162F47;
}

.program__accordion .program__list .program__item .program__title.__item01 {
  border-bottom: 6px solid #ED9809;
  background: #FDF2E0;
}

.program__accordion .program__list .program__item .program__title.__item01 .icon:before, .program__accordion .program__list .program__item .program__title.__item01 .icon:after {
  background: #ED9809;
}

.program__accordion .program__list .program__item .program__title.__item01:focus-within {
  background: #FFE2B2;
}

@media (hover) {
  .program__accordion .program__list .program__item .program__title.__item01:hover {
    background: #FFE2B2;
  }
}

.program__accordion .program__list .program__item .program__title.__item01.active {
  border-bottom: 6px solid #ffffff;
  background: #ED9809;
  color: #FFFFFF;
}

.program__accordion .program__list .program__item .program__title.__item01.active .icon:before, .program__accordion .program__list .program__item .program__title.__item01.active .icon:after {
  background: #FFFFFF;
}

.program__accordion .program__list .program__item .program__title.__item02 {
  border-bottom: 6px solid #27AACD;
  background: #E7F9FD;
}

.program__accordion .program__list .program__item .program__title.__item02 .icon:before, .program__accordion .program__list .program__item .program__title.__item02 .icon:after {
  background: #27AACD;
}

.program__accordion .program__list .program__item .program__title.__item02:focus-within {
  background: #B7ECF7;
}

@media (hover) {
  .program__accordion .program__list .program__item .program__title.__item02:hover {
    background: #B7ECF7;
  }
}

.program__accordion .program__list .program__item .program__title.__item02.active {
  border-bottom: 6px solid #ffffff;
  background: #27AACD;
  color: #FFFFFF;
}

.program__accordion .program__list .program__item .program__title.__item02.active .icon:before, .program__accordion .program__list .program__item .program__title.__item02.active .icon:after {
  background: #FFFFFF;
}

.program__accordion .program__list .program__item .program__title.__item03 {
  border-bottom: 6px solid #FA6C75;
  background: #FFE8E9;
}

.program__accordion .program__list .program__item .program__title.__item03 .icon:before, .program__accordion .program__list .program__item .program__title.__item03 .icon:after {
  background: #FA6C75;
}

.program__accordion .program__list .program__item .program__title.__item03:focus-within {
  background: #F9C8CA;
}

@media (hover) {
  .program__accordion .program__list .program__item .program__title.__item03:hover {
    background: #F9C8CA;
  }
}

.program__accordion .program__list .program__item .program__title.__item03.active {
  border-bottom: 6px solid #ffffff;
  background: #FA6C75;
  color: #FFFFFF;
}

.program__accordion .program__list .program__item .program__title.__item03.active .icon:before, .program__accordion .program__list .program__item .program__title.__item03.active .icon:after {
  background: #FFFFFF;
}

.program__accordion .program__list .program__item .program__title.__item04 {
  border-bottom: 6px solid #7F6CA8;
  background: #F0EBFC;
}

.program__accordion .program__list .program__item .program__title.__item04 .icon:before, .program__accordion .program__list .program__item .program__title.__item04 .icon:after {
  background: #7F6CA8;
}

.program__accordion .program__list .program__item .program__title.__item04:focus-within {
  background: #D6C8F8;
}

@media (hover) {
  .program__accordion .program__list .program__item .program__title.__item04:hover {
    background: #D6C8F8;
  }
}

.program__accordion .program__list .program__item .program__title.__item04.active {
  border-bottom: 6px solid #ffffff;
  background: #7F6CA8;
  color: #FFFFFF;
}

.program__accordion .program__list .program__item .program__title.__item04.active .icon:before, .program__accordion .program__list .program__item .program__title.__item04.active .icon:after {
  background: #FFFFFF;
}

.program__accordion .program__list .program__item .program__title.__item05 {
  border-bottom: 1px solid #162F47;
  background: #FFFFFF;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
}

.program__accordion .program__list .program__item .program__title.__item05 .program__title-txt {
  font-size: 14px;
  font-weight: 700;
  line-height: 200%;
  /* 28px */
  letter-spacing: 0.7px;
}

.program__accordion .program__list .program__item .program__title.__item05 .icon-wrap {
  background-color: #FFFFFF;
  border-left: 1px solid #162F47;
}

.program__accordion .program__list .program__item .program__title.__item05 .icon:before, .program__accordion .program__list .program__item .program__title.__item05 .icon:after {
  background: #162F47;
}

.program__accordion .program__list .program__item .program__title.__item05.active .icon-wrap {
  background-color: #FFF075;
}

.program__accordion .program__list .program__item .program__title .icon-wrap {
  background-color: transparent;
}

.program__accordion .program__list .program__item .ac-content {
  border: none;
}

.program__accordion .program__list .program__item .ac-content.__item01 .item__contents {
  background: #FDF2E0;
}

.program__accordion .program__list .program__item .ac-content.__item02 .item__contents {
  background: #E7F9FD;
}

.program__accordion .program__list .program__item .ac-content.__item03 .item__contents {
  background: #FFE8E9;
}

.program__accordion .program__list .program__item .ac-content.__item04 .item__contents {
  background: #F0EBFC;
}

.program__accordion .ac-content.__item01 .contents__item .item__time {
  background: #ED9809;
}

.program__accordion .ac-content.__item01 .item__contents .contents__heading {
  border-top: 1px solid #ED9809;
  border-bottom: 1px solid #ED9809;
}

.program__accordion .ac-content.__item02 .contents__item .item__time {
  background: #27AACD;
}

.program__accordion .ac-content.__item02 .item__contents .contents__heading {
  border-top: 1px solid #27AACD;
  border-bottom: 1px solid #27AACD;
}

.program__accordion .ac-content.__item03 .contents__item .item__time {
  background: #FA6C75;
}

.program__accordion .ac-content.__item03 .item__contents .contents__heading {
  border-top: 1px solid #FA6C75;
  border-bottom: 1px solid #FA6C75;
}

.program__accordion .ac-content.__item04 .contents__item .item__time {
  background: #7F6CA8;
}

.program__accordion .ac-content.__item04 .item__contents .contents__heading {
  border-top: 1px solid #7F6CA8;
  border-bottom: 1px solid #7F6CA8;
}

.program__accordion .ac-content .contents__item .item__time {
  padding: 0px 6px;
  width: max-content;
  border-radius: 5px 5px 0px 0px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  color: #FFFFFF;
}

.program__accordion .ac-content .contents__item .item__time .time__text {
  width: max-content;
  text-align: center;
}

.program__accordion .ac-content .contents__item .item__contents {
  padding: 16px;
  background-color: #FFFFFF;
}

.program__accordion .ac-content .contents__item .item__contents .contents__heading {
  padding: 6px 0px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.8px;
  color: #162F47;
}

.program__accordion .ac-content .contents__item .item__contents .contents__heading.__1col {
  display: block;
  text-align: center;
}

.program__accordion .ac-content .contents__item .item__contents .contents__heading .small {
  font-size: 12px;
  margin-left: 4px;
}

.program__accordion .ac-content .contents__item .item__contents .contents__heading .small_gray {
  font-size: 12px;
  margin-left: 4px;
  color: #6F6F6F;
}

.program__accordion .ac-content .contents__item .item__contents .item__list.__col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.program__accordion .ac-content .contents__item .item__contents .item__list+.contents__heading {
  margin-top: 16px;
}

.program__accordion .ac-content .contents__item .item__contents .item__label {
  width: max-content;
  padding: 0px 7px 2px 7px;
  margin: 4px auto;
  border-radius: 20px;
  background: #162F47;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.5px;
  color: #FFFFFF;
}

.program__accordion .ac-content .contents__item .item__contents .item__text {
  margin-top: 4px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.6px;
  text-align: center;
  color: #162F47;
}

.program__accordion .ac-content .contents__item .item__contents .item__text.movie__text {
  font-weight: 700;
  color: #6F6F6F;
}

.program__accordion .ac-content .contents__item .item__contents .item__text+.item__img {
  margin-top: 8px;
}

.program__accordion .ac-content .contents__item+.contents__item {
  margin-top: 10px;
}

.program__accordion .ac-content .contents__item .caution__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.5px;
  text-align: right;
}

.item__img-trim img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  object-position: top center;
}

.timetable__wrap {
  margin-top: 32px;
}

.ac-content .timetable__wrap {
  padding: 16px;
  margin-top: 0;
}

.timetable__head {
  padding: 6px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: 0.8px;
  border-top: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  margin-bottom: 8px;
}

.timetable__body {
  position: relative;
}

.timetable__inner {
  align-items: start;
  padding-left: 24px;
  position: relative;
}

.timetable__inner:not(:first-child) {
  margin-top: 16px;
}

.timetable__inner::before {
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  background-color: #162F47;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  position: absolute;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
}

.timetable__inner::after {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 7px;
  height: calc(100% + 16px);
  border-left: 1px solid #162F47;
}

.timetable__inner.__grid {
  display: grid;
  padding-bottom: 0.5rem;
}

.timetable__inner.__grid::before {
  top: 14%;
}

.timetable__inner:last-child::after {
  display: none;
}

.timetable__time {
  display: flex;
  align-items: center;
  gap: 8px;
}

.timetable__time span:first-child {
  color: var(--Department-Pink-100, #FA6C75);
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
}

.timetable__time span:nth-child(2) {
  color: var(--Primary-100, #162F47);
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.7px;
}

.timetable__desc {
  font-size: 14px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.7px;
}

.timetable__text {
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.6px;
}

.timetable__text_wrap {
  padding-top: 6px;
}

.timetable__note {
  margin-top: 4px;
  font-size: 10px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.5px;
}

/* 親要素の定義 */
.timetable__desc {
  margin: 0;
  /* ddのデフォルト余白をリセット */
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 500px;
}

/* カード共通スタイル */
.timetable-cards-wrapper {
  display: grid;
  gap: 8px;
}

.timetable-card {
  padding: 8px 16px;
  border-radius: 4px;
}

.timetable-card__title {
  margin: 0 0 8px 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.6px;
}

.timetable-card__text {
  margin: 0;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.6px;
  color: var(--Primary-100, #162F47);
}

/* カラーバリエーション */
/* 黄色 */
.timetable-card--yellow {
  background-color: #FFF5E6;
}

.timetable-card--yellow .timetable-card__title {
  color: #E68A00;
}

/* 紫 */
.timetable-card--purple {
  background-color: #F0EEFF;
}

.timetable-card--purple .timetable-card__title {
  color: #9079C2;
}

/* 青 */
.timetable-card--blue {
  background-color: #E6F9FB;
}

.timetable-card--blue .timetable-card__title {
  color: #4EB5D4;
}

.program__image-wrapper {
  transform: rotate(1deg);
  transform-origin: center;
}

.program__image-wrapper img {
  box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.1);
}

.program__image-reverse {
  transform: rotate(-1deg);
  transform-origin: center;
}

.program__image-reverse img {
  /* box-shadow: 1px 2px 6px 0px rgba(0, 0, 0, 0.1); */
}

.tabs {
  margin-top: 50px;
  width: 100%;
  margin: 32px auto 0;
}

label.tab_item {
  width: 50%;
  height: 66px;
  border: 1px solid #CCCCCC;
  background-color: #DCE6F0;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #111111;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  text-align: center;
  transition: background-color 0.3s ease;
}

label.tab_item:nth-child(2) {
  border-top-left-radius: 3px;
}

label.tab_item:nth-child(4) {
  border-top-right-radius: 3px;
}

label.tab_item:hover {
  background-color: #162F47;
  color: #FFFFFF;
}

input[name=tab_item] {
  display: none;
}

#all:checked~#all_content,
#programming:checked~#programming_content,
#design:checked~#design_content {
  display: block;
}

.tabs input:checked+.tab_item {
  font-weight: 700;
  background-color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  border-top: 4px solid #CCCCCC;
  background-color: #fff;
}

.tabs input:checked+.tab_item:hover {
  color: #111111;
}

.tabs input:first-child:checked+.tab_item {
  border-right: 0;
}

.tabs input:nth-child(3):checked+.tab_item {
  border-left: 0;
}

.tab_content {
  display: none;
  padding: 24px 16px 32px;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  border-radius: 0px 0px 3px 3px;
  clear: both;
  overflow: hidden;
}

.youtube_movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-color: #FFFFFF;
  margin-top: 8px;
  margin-bottom: 16px;
  cursor: pointer;
}

.youtube_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.player {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.thumb {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}

.thumb:hover {
  opacity: 0.6;
}

.program__slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.program__slider .slider-content {
  display: flex;
  animation: slide 20s linear infinite;
  width: max-content;
}

.program__slider .slider-content img {
  width: 263px;
  height: 263px;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-1841px);
  }
}

.consul__contents {
  padding: 40px 20px;
  background-color: #B7ECF7;
}

.festival_inner {
  margin-top: 32px;
}

.festival_inner .section-title__wrapper {
  background-image: url(../img/i_confetti_l.webp), url(../img/i_confetti_r.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: center left, center right;
  background-size: 15%, 15%;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}

.festival_inner .large__title {
  color: #FFFFFF !important;
}

.festival_inner .small__title {
  color: #FFFFFF !important;
}

.festival_inner .calender__date {
  color: #ffffff;
}

.festival_inner .festival__schedule_wrapper {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.festival_inner .calender__day {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.7px;
  color: #ffffff;
}

.festival__headLv5 {
  background-color: #58AE36;
  padding: 4px 8px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  /* 18.2px */
  letter-spacing: 0.7px;
  margin-top: 16px;
}

.announcement__badge {
  text-align: center;
  padding-bottom: 8px;
  margin-top: 16px;
}

.announcement__badge-text {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: 0.8px;
  padding: 8px 16px;
  border-radius: 4px;
  color: #ffffff;
  position: relative;
  background-color: #FA6C75;
}

.announcement__badge-text::after {
  display: block;
  content: "";
  width: 10px;
  height: 8px;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  background-color: #FA6C75;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.announcement__badge .text-highlight {
  color: #FFF075;
}

#introduce {
  padding-bottom: 32px;
}

.introduce__inner {
  padding: 0 20px;
}

.introduce__title img {
  width: 183px;
  display: block;
  margin: 0 auto;
}

.introduce__inner--image {
  padding: 0;
  margin-top: 24px;
}

.introduce__inner .about__contents-wrapper {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.introduce__inner .about__contents-wrapper .about__item {
  width: 100%;
  background: #FFFFFF;
}

.introduce__inner .about__contents-wrapper .about__item .about__classname {
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.7px;
  text-align: center;
  color: #FFFFFF;
}

.introduce__inner .about__contents-wrapper .about__item .about__textbox-list {
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.7px;
  text-align: center;
  list-style: none;
}

.introduce__inner .about__contents-wrapper .about__item.__item01 {
  border: 2px solid #ED9809;
}

.introduce__inner .about__contents-wrapper .about__item.__item01 .about__classname {
  background: #ED9809;
}

.introduce__inner .about__contents-wrapper .about__item.__item02 {
  border: 2px solid #27AACD;
}

.introduce__inner .about__contents-wrapper .about__item.__item02 .about__classname {
  background: #27AACD;
}

.introduce__inner .about__contents-wrapper .about__item.__item03 {
  border: 2px solid #7F6CA8;
}

.introduce__inner .about__contents-wrapper .about__item.__item03 .about__classname {
  background: #7F6CA8;
}

.introduce__inner .about__contents-wrapper .about__item.__item04 {
  border: 2px solid #FA6C75;
}

.introduce__inner .about__contents-wrapper .about__item.__item04 .about__classname {
  background: #FA6C75;
}

.introduce__inner .about__contents-wrapper .about__bottom {
  display: flex;
  gap: 14px;
}

.introduce__inner .about__contents-wrapper .about__bottom .about__item {
  width: 50%;
}

.introduce__text {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  /* 28px */
  letter-spacing: 0.7px;
  margin-top: 16px;
}

.note-box {
  margin-top: 16px;
  padding: 8px 10px;
  background-color: #FFF075;
}

.note-box__text {
  color: #162F47;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.6px;
}

.note-box__highlight {
  color: #9C1717;
}

.introduce__subtext {
  color: var(--Primary-100, #162F47);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.8px;
}

.introduce__maintext {
  color: var(--Primary-100, #162F47);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1.2px;
  margin-top: 10px;
}

.festival__guestImg {
  margin-top: 16px;
}

.festival__leadtext {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.8px;
  margin: 16px 0;
  color: #ffffff;
}

.festival__text {
  font-size: 14px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.7px;
  color: #ffffff;
  margin-top: 8px;
}

.festival__note {
  font-size: 12px;
  font-weight: 500;
  line-height: 200%;
  /* 24px */
  letter-spacing: 0.6px;
  color: #ffffff;
}

.present__section {
  background-color: #FFFFFF;
}

.present__inner {
  position: relative;
  padding: 34px 0 36px;
  background-size: 7px 7px;
}

.present__inner .section-title__wrapper {
  background-image: url(../img/i_star_l.webp), url(../img/i_star_r.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: center left, center right;
  background-size: 15%, 15%;
  border-top: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}

.present__inner .large__title {
  color: #FFFFFF !important;
}

.present__inner .small__title {
  color: #FFFFFF !important;
}

.present__list {
  margin-top: 36px;
}

.present__item {
  position: relative;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.present__item::before {
  position: absolute;
  left: -10px;
  top: -10px;
  padding: 8px;
  width: 42px;
  height: 42px;
  border-radius: 40px;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
}

.present__item.__item01 {
  background-color: #FFE8E9;
}

.present__item.__item01::before {
  content: "01";
  background: #FA6C75;
}

.present__item.__item02 {
  background-color: #FDF2E0;
  gap: 0;
}

.present__item.__item02 .present__txt-wrapper {
  margin-top: -16px;
}

.present__item.__item02::before {
  content: "02";
  background: #ED9809;
}

.present__item.__item03 {
  background-color: #E7F9FD;
}

.present__item.__item03::before {
  content: "03";
  background: #27AACD;
}

.present__item.__item04 {
  background-color: #FFE8E9;
}

.present__item.__item04::before {
  content: "04";
  background: #FA6C75;
}

.present__item.__item05 {
  background-color: #F9C8CA;
}

.present__item.__item05::before {
  content: "05";
  background: #FA6C75;
}

.present__item+.present__item {
  margin-top: 24px;
}

.present__item+.contents__item:has(.caution__text) {
  margin-top: 24px;
  text-align: right;
}

.present__item .present__img {
  width: 100%;
  height: auto;
}

.present__item .present__heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.05em;
  color: #162F47;
}

.present__item .present__heading-point {
  margin-top: 24px;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: 0.05em;
  color: #162F47;
}

.present__item .present__txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.7px;
  color: #162F47;
  margin-top: 8px;
}

.present__item .program__link {
  text-decoration-line: underline;
}

.present__item .present__coution {
  font-weight: 400;
  font-size: 12px;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #6F6F6F;
}

.questiion__section {
  background: #58AE36;
  position: relative;
  z-index: 1;
}

.questiion__section::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 74px;
  height: 99px;
  background-image: url(../img/bg_question01.webp);
  background-size: contain;
  z-index: 1;
}

.questiion__section::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 78px;
  height: 86px;
  background-image: url(../img/bg_question02.webp);
  background-size: contain;
  z-index: 1;
}

.questiion__contents {
  position: relative;
  padding: 48px 20px;
  z-index: 2;
}

.queston__list {
  margin-top: 32px;
}

.queston__q {
  padding-left: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.queston__q::before {
  position: absolute;
  top: 4px;
  left: 11px;
  content: "Q";
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 35px;
  line-height: 130%;
  letter-spacing: 0.05em;
  color: #162F47;
}

.queston__q .queston__q-txt {
  width: calc(100% - 48px);
  padding: 16px 16px 16px 17px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #162F47;
}

.queston__q .icon-wrap {
  width: 48px;
}

.queston__q.active .queston__q-txt {
  font-weight: 700;
}

.queston__q:focus-within {
  background-color: #DCE6F0;
}

@media (hover) {
  .queston__q:hover {
    background-color: #DCE6F0;
  }
}

.queston__a {
  padding: 16px 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 200%;
  letter-spacing: 0.05em;
  color: #162F47;
}

.about__section {
  background-image: url(../img/about_bg_top.webp), url(../img/about_bg_bottom.webp);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: cover, cover;
}

.about__contents {
  padding: 0 20px;
}

.about__contents .about__contents-wrapper {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.about__contents .about__contents-wrapper .about__item {
  width: 100%;
  background: #FFFFFF;
}

.about__contents .about__contents-wrapper .about__item .about__classname {
  padding: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.7px;
  text-align: center;
  color: #FFFFFF;
}

.about__contents .about__contents-wrapper .about__item .about__textbox {
  padding: 8px 16px 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.7px;
  text-align: center;
}

.about__contents .about__contents-wrapper .about__item.__item01 {
  border: 2px solid #ED9809;
}

.about__contents .about__contents-wrapper .about__item.__item01 .about__classname {
  background: #ED9809;
}

.about__contents .about__contents-wrapper .about__item.__item02 {
  border: 2px solid #27AACD;
}

.about__contents .about__contents-wrapper .about__item.__item02 .about__classname {
  background: #27AACD;
}

.about__contents .about__contents-wrapper .about__item.__item03 {
  border: 2px solid #7F6CA8;
}

.about__contents .about__contents-wrapper .about__item.__item03 .about__classname {
  background: #7F6CA8;
}

.about__contents .about__contents-wrapper .about__item.__item04 {
  border: 2px solid #FA6C75;
}

.about__contents .about__contents-wrapper .about__item.__item04 .about__classname {
  background: #FA6C75;
}

.about__contents .about__contents-wrapper .about__bottom {
  display: flex;
  gap: 14px;
}

.about__contents .about__contents-wrapper .about__bottom .about__item {
  width: 50%;
}

.about__contents .about__joinus {
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-align: center;
  color: #162F47;
}

.pc-side__joinus {
  font-family: "Montserrat", sans-serif;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-align: center;
  color: #162F47;
  margin-bottom: 16px;
}

.about__contents .about__school {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 1.2px;
  text-align: center;
  color: #162F47;
}

.about__content-wrapper {
  padding: 8px 16px 12px;
}

.about__textbox-list {
  display: block;
  padding: 0;
}

.about__textbox-list li {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  /* 24px */
  letter-spacing: 0.6px;
  padding-left: 10px;
  position: relative;
  margin-bottom: 8px;
  text-align: left;
}

.about__textbox-list li:last-child {
  margin-bottom: 0;
}

.about__textbox-list li::before {
  display: block;
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: pink;
  border-radius: 9999px;
  top: 1em;
  left: 2px;
  translate: 0 -50%;
}

.about__item.__item01 .about__textbox-list li::before {
  background-color: #ED9809;
}

.about__item.__item02 .about__textbox-list li::before {
  background-color: #27AACD;
}

.about__item.__item04 .about__textbox-list li::before {
  background-color: #FA6C75;
}

.about__item.__item01 .about__content-wrapper {
  background-color: #FDF2E0;
}

.about__item.__item02 .about__content-wrapper {
  background-color: #E7F9FD;
}

.about__notice {
  color: var(--Department-Blue-100, #27AACD);
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 0.6px;
  margin-top: 8px;
}

.about__notice-list {
  color: var(--Department-Blue-100, #27AACD);
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.5px;
  margin-top: 4px;
}

.footer__sns-wrapper {
  width: 100%;
  margin: auto;
  padding: 16px 10px;
  display: flex;
  justify-content: center;
  gap: 20px;
  background-color: #162F47;
}

.footer_sns {
  width: 50px;
  height: 50px;
}

.footer_sns a:focus-within {
  opacity: 0.6;
}

@media (hover) {
  .footer_sns a:hover {
    opacity: 0.6;
  }
}

.footer_logo {
  text-align: center;
}

.footer_logo img {
  width: 270px;
}

.footer__profile-wrapper {
  padding: 20px;
  padding-bottom: 40px;
}

.footer_address {
  margin-top: 17px;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #111111;
}

.footer_btn {
  margin: 20px auto 0;
}

.footer__body {
  padding-top: 54px;
  background-image: url("../img/bg_footer.webp");
  background-size: 120%;
  background-position: top -20px center;
  background-repeat: no-repeat;
}

.footer__copy-wrapper {
  padding: 8px 20px 8px;
  background: #F3F3F3;
}

.copyright {
  font-weight: 400;
  font-size: 10px;
  line-height: 130%;
  text-align: center;
  letter-spacing: 0.05em;
  color: #6F6F6F;
}

#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  text-align: center;
  display: none;
  /* 最初は非表示 */
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 30;
}

#cookie.show {
  display: block;
  opacity: 1;
}

#cookie .cookie-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

#cookie .cn-text-container {
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.56px;
  color: #162F47;
}

#cookie .cn-text-container .link--policy {
  text-decoration: underline;
}

#cookie .button--cookie {
  padding: 4px 8px;
  border-radius: 4px;
  background-color: #162F47;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.64px;
  color: #FFFFFF;
}

.benefits__list {
  padding: 8px 0;
}

.benefits__list>div {
  display: grid;
  gap: 8px;
  align-items: center;
  grid-template-columns: 80px 1fr;
}

.benefits__list dt span {
  border: 1px solid currentColor;
  border-radius: 9999px;
  display: block;
  width: 100%;
  padding: 0 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  /* 24px */
  letter-spacing: 0.6px;
  text-align: center;
}

.benefits__list dd .dd__main {
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
}

.benefits__list dd .dd__sub {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: 0.8px;
}

.benefits__note {
  font-size: 10px;
  font-weight: 500;
  line-height: 130%;
  /* 13px */
  letter-spacing: 0.5px;
  color: #9C1717;
}

.subsidy__list {
  display: grid;
  gap: 24px;
  margin-top: 16px;
}

.subsidy__list dt {
  padding: 4px 8px;
  border-top: 1px solid #27AACD;
  border-bottom: 1px solid #27AACD;
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
  /* 15.6px */
  letter-spacing: 0.6px;
}

.subsidy__list dt .sub {
  font-size: 10px;
  font-weight: normal;
}

.subsidy__list dd {
  padding-top: 8px;
  padding-left: 4px;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  /* 31.2px */
  letter-spacing: 1.2px;
}

.presetnt__headLv5 {
  background-color: #27AACD;
  padding: 4px 8px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 130%;
  /* 18.2px */
  letter-spacing: 0.7px;
  margin-top: 16px;
}

.outer-accordion-wrapper {
  margin-top: 32px;
}

.innner-accordion__wrapper {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 24px;
}

.ac-label.__item05:not(.active) .is-close {
  display: inline;
}

.ac-label.__item05:not(.active) .is-open {
  display: none;
}

.ac-label.__item05.active .is-close {
  display: none;
}

.ac-label.__item05.active .is-open {
  display: inline;
}

.recommend-box__wrapper {
  margin-top: 32px;
}

.recommend-box__head {
  padding: 6px 16px;
  color: #FFFFFF;
  text-align: center;
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: 0.8px;
  background-image: url(../img/ic_recommend_head.png);
  background-repeat: no-repeat;
  background-size: 48px 33px;
  background-position: left center;
}

.recommend-box__head::after {
  display: block;
  content: "";
  width: 10px;
  height: 8px;
  position: absolute;
  top: 100%;
  left: 50%;
  translate: -50% 0;
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
}

.recommend-box__body {
  padding: 8px 16px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.recommend-box_list {
  display: grid;
  gap: 4px;
}

.recommend-box_list li {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  /* 24px */
  letter-spacing: 0.6px;
  padding-left: 1em;
  position: relative;
}

.recommend-box_list li::before {
  display: block;
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: pink;
  border-radius: 9999px;
  top: 1em;
  left: 2px;
  translate: 0 -50%;
}

.recommend-box.__type01 .recommend-box__head {
  background-color: #FA6C75;
}

.recommend-box.__type01 .recommend-box__body {
  background-color: #FFE8E9;
}

.recommend-box.__type01 .recommend-box_list li:before {
  background-color: #FA6C75;
}

.recommend-box.__type02 .recommend-box__head {
  background-color: #7F6CA8;
}

.recommend-box.__type02 .recommend-box__body {
  background-color: #FFFFFF;
}

.recommend-box.__type02 .recommend-box_list li:before {
  background-color: #7F6CA8;
}

#floating-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 20;
}

@media screen and (min-width: 992px) {
  #floating-banner {
    display: none !important;
  }
}

@media screen and (max-width: 428px) {
  .floating__menu {
    width: 100%;
    margin: 0 auto;
  }
}

.body:has(.slide-menu.active) #floating-banner {
  display: none !important;
}

.floating__menu-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  max-width: 375px;
  margin: 0 auto;
}

@media screen and (max-width: 428px) {
  .floating__menu-list {
    max-width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .floating__menu-list {
    min-width: 375px;
    max-width: 375px;
    margin: 0 40% 0 40%;
  }
}

.floating__menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.floating__menu-item:last-child {
  border-left: 1px solid #162F47;
}

.floating__menu-item.oc {
  background-color: #162F47;
  grid-column: 1/2;
  grid-row: 2/3;
}

.floating__menu-item.oc a {
  color: #FFFFFF;
}

.floating__menu-item.adm {
  background-color: #F9C8CA;
  grid-column: 1/2;
  grid-row: 2/3;
}

.floating__menu-item.con {
  background-color: #D7F3F9;
  grid-column: 2/3;
  grid-row: 2/3;
}

.floating__menu-item a {
  width: 100%;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: 0.8px;
}

.message__note {
  color: #9C1717;
  font-size: 12px;
  font-weight: 700;
  line-height: 130%;
  /* 15.6px */
  letter-spacing: 0.6px;
  text-align: center;
  margin-top: 16px;
}

.message__note span {
  padding: 0 8px;
  background-color: #FFFFFF;
}

.contents__heading02 {
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  /* 20.8px */
  letter-spacing: 0.8px;
  color: #27AACD;
  text-align: center;
  margin-bottom: 8px;
}

.item__list+.contents__heading02 {
  margin-top: 16px;
}

.queston__item+.queston__item {
  margin-top: 8px;
}

.anchor-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.anchor-list li {
  border-bottom: 1px solid #162F47;
}

.anchor-list a {
  display: flex;
  padding: 16px 24px;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #162F47;
  font-size: 16px;
  font-weight: 700;
  transition: all 0.3s ease;
  position: relative;
}

/* 黒い矢印（デフォルト） */
.anchor-list a::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  background-image: url('../img/i_arrow_down.webp');
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}

/* ホバー時 */
.anchor-list a:hover {
  background-color: #0b1825;
  color: #FFFFFF;
}

/* 白い矢印（ホバー時） */
.anchor-list a:hover::after {
  background-image: url('../img/i_arrow_down_white.webp');
}

.anchor-linkWrap {
  padding-left: 24px;
  padding-right: 24px;
  margin-top: 16px;
  margin-bottom: 64px;
}

.reservation-note {
  color: var(--Mono-0, #FFF);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.8px;
  margin-top: 24px;
}

#special {
  background-color: #7F6CA8;
}

#special .present__inner {
  padding: 40px 20px 32px;
  z-index: 1;
  background-image: url(../img/bg_orange.webp), url(../img/bg_blue.webp);
  background-size: 69px 76px, 66px 54px;
  background-position: top left, bottom right;
  background-repeat: no-repeat;
}

.amount-num {
  color: #162F47;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
}

.amount-unit {
  color: #162F47;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.8px;
}

#introduce {
  background-image: url(../img/bg_about.webp);
  background-size: contain;
  background-position: bottom 10px center;
  background-repeat: no-repeat;
}

#program {
  background-image: url(../img/bg_footer.webp), url(../img/bg_about.webp);
  background-size: 120%, contain;
  background-position: top -20px center, bottom center;
  background-repeat: no-repeat;
}

.program__inner {
  padding: 40px 20px 32px;
}

.program__inner .large__title,
.program__inner .small__title {
  color: #162F47 !important;
}