@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          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: 1em; /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* 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;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.ta-center {
  text-align: center;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}
a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

button,
input,
select,
textarea {
  font: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

.site-main {
  display: block;
}

.section {
  padding-bottom: 100px;
}
@media (max-width: 1260px) {
  .section {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 480px) {
  .section {
    padding-bottom: 80px;
  }
}

.site-footer {
  background-color: #2CA6E0;
  color: #fff;
  text-align: center;
  padding: 0 16px;
}
.site-footer .container {
  padding-block: 32px;
}
.site-footer .footer-label {
  font-weight: 600;
  border-bottom: 1px solid #fff;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
}
.site-footer .footer-org, .site-footer .footer-contact-name {
  font-size: 1.5rem;
  font-weight: 600;
}
.site-footer .footer-label-sub {
  margin-top: 40px;
}
.site-footer .footer-contact-sub {
  font-size: 0.9375rem;
}
.site-footer .footer-tel {
  font-size: 1.5rem;
}
.site-footer .footer-tel a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 480px) {
  .site-footer .footer-org, .site-footer .footer-contact-name {
    font-size: 1.375rem;
    font-weight: 600;
  }
  .site-footer .footer-label-sub {
    margin-top: 40px;
  }
  .site-footer .footer-contact-sub {
    font-size: 0.9375rem;
  }
  .site-footer .footer-tel {
    font-size: 1.375rem;
  }
}
.site-header {
  position: fixed;
  height: 80px;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgb(254, 251, 229);
  z-index: 3;
}
.site-header .container {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .header__logo {
  width: 200px;
}
.site-header .site-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 54px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  padding: 0;
}
.site-header .site-nav .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 54px;
}
.site-header .site-nav .nav-menu li {
  color: #E74475;
}
.site-header .site-nav .nav-menu li a {
  display: block;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
}
.site-header button {
  cursor: pointer;
  background-color: transparent;
  display: none;
  border: none;
  position: absolute;
  width: 32px;
  height: 16px;
  right: 24px;
  top: calc((100% - 16px - 1px) / 2);
}
.site-header button span {
  position: absolute;
  background-color: #E74475;
  width: 100%;
  height: 2px;
  top: 0;
  left: 0;
}
.site-header button span:nth-of-type(2) {
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.site-header button span:nth-of-type(3) {
  top: 100%;
}

@media (max-width: 1240px) {
  .site-header .header__logo {
    padding: 8px 16px;
    width: 180px;
  }
  .site-header .site-nav {
    padding: 0 16px;
    gap: 54px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .site-header {
    height: 56px;
  }
  .site-header .site-nav {
    background-color: rgb(254, 251, 229);
    position: fixed;
    top: 56px;
    left: -100%;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 16px;
    gap: 54px;
    width: 100%;
    height: calc(100dvh - 56px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-header .site-nav .nav-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .site-header .site-nav.is-open {
    left: 0;
  }
  .site-header button {
    display: block;
    z-index: 10;
  }
  .site-header button span {
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
  }
  .site-header button.is-active span:nth-of-type(1) {
    top: calc(50% + 1px);
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  .site-header button.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .site-header button.is-active span:nth-of-type(3) {
    top: calc(50% + 1px);
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  body.nav-open {
    overflow: hidden;
  }
}
.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  max-width: 560px;
}
.contact-form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 8px;
}

body {
  background-color: rgb(254, 251, 229);
}

.hero {
  text-align: center;
  padding-top: 80px;
}
.hero a {
  display: inline-block;
  background-color: #E74475;
  border-radius: 90px;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
  text-decoration: none;
  padding: 18px 63px;
  margin-top: 40px;
  margin-bottom: 50px;
}

@media (max-width: 1240px) {
  .hero a {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .hero {
    padding-top: 56px;
  }
  .hero a {
    padding: 18px 40px;
    margin-left: 16px;
    margin-right: 16px;
  }
}
@media (max-width: 480px) {
  .hero a {
    font-size: 1.1875rem;
  }
}
.subsidy {
  background-color: #F7C7C9;
  padding: 32px 0 30px;
  margin-bottom: 80px;
}
.subsidy h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 10px;
}
.subsidy h2 br {
  display: none;
}
.subsidy h2 span {
  font-size: 2.5rem;
  background-color: #4FB1C7;
  color: #fff;
  display: inline-block;
  padding: 8px;
}
.subsidy__inner {
  background-color: #fff;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 30px;
}
.subsidy__inner .subsidy-desc {
  font-size: 1.125rem;
  font-weight: 600;
}
.subsidy__inner .subsidy-amount {
  font-size: 1rem;
}
.subsidy__inner .subsidy-amount br {
  display: none;
}
.subsidy__inner .subsidy-amount-main {
  font-size: 1.5rem;
  font-weight: 600;
}
.subsidy__inner .subsidy-amount-main b {
  color: #E74475;
  font-size: 2.5rem;
}
.subsidy__inner .subsidy-amount-main span {
  color: #E74475;
}
.subsidy__inner .subsidy-amount-note {
  background-color: #FAEB7D;
  color: #B28247;
  padding: 8px;
}
.subsidy__link {
  font-size: 0.9375rem;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 1240px) {
  .subsidy {
    padding: 32px 16px 30px;
  }
  .subsidy h2 {
    font-size: 1.75rem;
  }
  .subsidy h2 br {
    display: block;
  }
  .subsidy h2 span {
    font-size: 2.125rem;
  }
}
@media (max-width: 768px) {
  .subsidy__inner {
    background-color: #fff;
    border-radius: 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px;
  }
  .subsidy__inner .subsidy-amount {
    text-align: center;
    margin-top: 16px;
  }
  .subsidy__inner .subsidy-amount br {
    display: block;
  }
  .subsidy__inner .subsidy-amount-main {
    font-size: 1.5rem;
  }
  .subsidy__inner .subsid-img {
    text-align: center;
  }
  .subsidy__inner .subsid-img img {
    display: inline;
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .subsidy h2 {
    font-size: 1.1875rem;
  }
  .subsidy h2 span {
    font-size: 1.25rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
  }
  .subsidy__inner .subsidy-desc {
    font-size: 1rem;
  }
  .subsidy__inner .subsidy-amount-main {
    font-size: 1.25rem;
  }
  .subsidy__inner .subsidy-amount-note {
    display: block;
  }
  .subsidy__inner .subsid-img {
    text-align: center;
  }
  .subsidy__inner .subsid-img img {
    display: inline;
    max-width: 200px;
  }
}
.section h2 {
  background-color: #E5789B;
  color: #fff;
  font-size: 1.75rem;
  padding: 18px;
  text-align: center;
}

@media (max-width: 1240px) {
  .section h2 {
    font-size: 1.5rem;
    padding: 16px;
  }
}
.about h3 {
  font-size: 2rem;
  border-left: 6px solid #4FB1C7;
  padding-left: 24px;
}
.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
  gap: 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.about__inner .about-col {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about__card {
  background-color: #E5789B;
  border-radius: 20px;
  padding: 16px;
  margin-top: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.about__card--inner {
  background-color: #fff;
  border-radius: 4px;
  height: 100%;
  padding: 16px;
}
.about__card--inner h4 {
  font-size: 2.625rem;
}
.about__card--inner .schedule-list {
  display: grid;
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 28px;
}
.about__card--inner .schedule-list dt {
  background-color: #4FB1C7;
  border-radius: 10px;
  color: #fff;
  font-weight: 600;
  padding: 6px 20px;
}
.about__card--inner .schedule-list dd {
  color: #E5789B;
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: 0;
}
.about__card--inner .schedule-list dd span {
  font-size: 1.25rem;
  padding-left: 8px;
}
.about__card--inner .memo {
  background-color: #FAEB7D;
  font-weight: 700;
  text-align: center;
  margin: 16px auto 0;
  padding: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.about__card--inner ul.list-item li {
  margin-top: 8px;
  font-weight: 600;
}
.about__card--inner ul.list-item li::before {
  content: "";
  display: inline-block;
  background-color: #4FB1C7;
  width: 1rem;
  aspect-ratio: 1/1;
  margin-right: 5px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.about__card--inner .schedule-sep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  margin: 16px 0;
}
.about__card--inner .schedule-sep:before, .about__card--inner .schedule-sep:after {
  content: "";
  border-top: 2px dashed #4FB1C7;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
  margin: 0 10px;
}
.about__card--inner ul.schedule-step > li {
  font-weight: 600;
  border-top: 1px dashed;
  padding-top: 20px;
  padding-bottom: 20px;
}
.about__card--inner ul.schedule-step > li:first-of-type {
  border-top: none;
  padding-top: 0;
}
.about__card--inner ul.schedule-step span.label {
  background-color: #4FB1C7;
  border-radius: 90px;
  color: #fff;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  padding: 8px;
  margin-top: 20px;
  margin-bottom: 16px;
  line-height: 1;
}
.about__card--inner ul.schedule-step span.label:first-of-type {
  margin-top: 0;
}
.about__card--inner ul.schedule-step span.note {
  display: block;
  font-size: 0.9375rem;
  font-weight: normal;
}
.about__card--inner .alert {
  background-color: #FAEB7D;
  color: #B28247;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 10%;
  padding: 16px 20px;
}
.about__card--inner a {
  display: inline-block;
  background-color: #E74475;
  border-radius: 90px;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 10%;
  text-decoration: none;
  text-align: center;
  padding: 18px 53px;
  margin-top: 24px;
}
.about__card--sub {
  color: #4FB1C7;
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about__card--sub:before, .about__card--sub:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 2px;
  background: #4FB1C7;
  margin: 0 10px;
}
.about__card--txt {
  font-weight: 600;
  margin-top: 30px;
}
.about .twin .about__card {
  background-color: #E5789B;
  border-radius: 20px 20px 0 0;
  padding: 16px 16px 0;
  margin-top: 24px;
}
.about .twin .about__card + .about__card {
  border-radius: 0 0 20px 20px;
  padding: 16px;
  margin-top: 0;
}

@media (max-width: 1240px) {
  .about h3 {
    font-size: 1.375rem;
    padding-left: 16px;
  }
  .about__inner {
    gap: 32px;
  }
  .about__card--inner h4 {
    font-size: 1.625rem;
    text-align: center;
  }
  .about__card--inner .schedule-list dt {
    font-size: 0.875rem;
    padding: 6px 16px;
  }
  .about__card--inner .schedule-list dd {
    font-size: 1rem;
  }
  .about__card--inner .schedule-list dd span {
    font-size: 0.875rem;
    padding-left: 8px;
  }
  .about__card--inner ul.list-item li {
    margin-top: 8px;
    font-weight: 600;
  }
  .about__card--inner ul.schedule-step > li {
    font-size: 0.9375rem;
  }
  .about__card--inner ul.schedule-step span.label {
    font-size: 1.25rem;
    margin-bottom: 8px;
  }
  .about__card--inner ul.schedule-step span.note {
    display: block;
    font-size: 0.9375rem;
    font-weight: normal;
  }
  .about__card--inner .alert {
    font-size: 1.25rem;
    letter-spacing: 8%;
    padding: 16px 20px;
  }
  .about__card--inner a {
    font-size: 1.5rem;
    letter-spacing: 8%;
  }
  .about__card--sub {
    font-size: 1.375rem;
    margin-top: 8px;
  }
  .about__card--txt {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__inner .about-col {
    width: 100%;
  }
  .about__card--inner h4 {
    font-size: 1.625rem;
    text-align: center;
  }
  .about__card--inner .schedule-list dt {
    font-size: 0.875rem;
    padding: 6px 16px;
  }
  .about__card--inner .schedule-list dd {
    font-size: 1rem;
  }
  .about__card--inner .schedule-list dd span {
    font-size: 0.875rem;
    padding-left: 8px;
  }
  .about__card--inner .memo {
    font-size: 0.875rem;
    text-align: left;
  }
  .about__card--inner ul.list-item li {
    margin-top: 8px;
    font-weight: 600;
  }
  .about__card--inner ul.schedule-step > li {
    font-size: 0.9375rem;
  }
  .about__card--inner ul.schedule-step span.label {
    font-size: 1.125rem;
    margin-bottom: 8px;
  }
  .about__card--inner ul.schedule-step span.note {
    display: block;
    font-size: 0.9375rem;
    font-weight: normal;
  }
  .about__card--inner .alert {
    font-size: 1.125rem;
    letter-spacing: 8%;
    padding: 16px 20px;
  }
  .about__card--inner a {
    font-size: 1.5rem;
    letter-spacing: 8%;
  }
  .about__card--sub {
    font-size: 1.375rem;
    margin-top: 8px;
  }
  .about__card--txt {
    margin-top: 24px;
  }
}
@media (max-width: 480px) {
  .about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__inner .about-col {
    width: 100%;
  }
  .about__card {
    margin-top: 16px;
  }
  .about__card--inner h4 {
    font-size: 1.4375rem;
    text-align: center;
  }
  .about__card--inner .schedule-list {
    display: block;
  }
  .about__card--inner .schedule-list dt {
    font-size: 0.875rem;
    padding: 8px;
    margin-bottom: 4px;
  }
  .about__card--inner .schedule-list dd {
    font-size: 1.125rem;
  }
  .about__card--inner .schedule-list dd span {
    font-size: 0.875rem;
    padding-left: 8px;
  }
  .about__card--inner ul.list-item li {
    margin-top: 8px;
    font-weight: 600;
  }
  .about__card--inner ul.list-item li::before {
    margin-right: 4px;
  }
  .about__card--inner ul.schedule-step > li {
    font-size: 0.9375rem;
  }
  .about__card--inner ul.schedule-step span.label {
    font-size: 1.125rem;
    margin-bottom: 8px;
  }
  .about__card--inner ul.schedule-step span.note {
    display: block;
    font-size: 0.9375rem;
    font-weight: normal;
  }
  .about__card--inner .alert {
    font-size: 1rem;
    letter-spacing: 8%;
    padding: 8px 16px;
  }
  .about__card--inner a {
    font-size: 1.1875rem;
    letter-spacing: 8%;
    padding: 16px 24px;
  }
  .about__card--sub {
    font-size: 1.3125rem;
    margin-top: 8px;
  }
  .about__card--sub:before, .about__card--sub:after {
    margin: 0 4px;
  }
  .about__card--txt {
    margin-top: 24px;
  }
  .about .twin .about__card {
    margin-top: 16px;
  }
}
.news {
  padding: 60px 0 80px;
}
.news__inner {
  background-color: #fff;
  position: relative;
}
.news__inner::after {
  content: "";
  background-color: rgb(254, 251, 229);
  display: block;
  clip-path: polygon(0 0, 100% 0, 0 110%);
  width: 100%;
  height: 67px;
  position: absolute;
  left: 0;
  top: 0;
}
.news__inner h2 {
  background-color: transparent;
  padding: 0;
  z-index: 3;
  position: relative;
}
.news__inner .container {
  display: grid;
  grid-template-columns: 75% auto;
  position: relative;
}
.news__inner .news__text {
  z-index: 2;
}
.news__inner .news__text--desc {
  color: #E74475;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 24px;
  width: 80%;
  padding-bottom: 18px;
}
.news__inner .news__image {
  z-index: 1;
}
.news__inner .news__image img {
  width: 430px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.news__inner img {
  position: relative;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.news__link {
  text-align: center;
}
.news__link a {
  display: inline-block;
  background-color: #FFE83C;
  border-radius: 90px;
  color: #2CA6E0;
  font-size: 1.75rem;
  font-weight: 600;
  text-decoration: none;
  padding: 18px;
  width: 700px;
}

@media (max-width: 1240px) {
  .news__inner {
    padding: 0 0 0 24px;
  }
  .news__inner img {
    position: relative;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  .news__link a {
    font-size: 1.5rem;
    width: 600px;
  }
}
@media (max-width: 768px) {
  .news__inner .news__text--desc br {
    display: none;
  }
  .news__inner .news__text--desc {
    font-size: 1.25rem;
  }
  .news__inner .news__image img {
    width: 330px;
    right: -20px;
  }
  .news__inner img {
    position: relative;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  .news__link {
    padding: 0 16px;
  }
  .news__link a {
    font-size: 1.5rem;
    width: 600px;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .news {
    padding: 16px 0 80px;
  }
  .news__inner {
    padding: 0 16px;
  }
  .news__inner .container {
    display: block;
  }
  .news__inner .news__text--desc br {
    display: none;
  }
  .news__inner .news__text--desc {
    font-size: 1.125rem;
    width: 100%;
  }
  .news__inner .news__image img {
    position: relative;
  }
  .news__inner img {
    position: relative;
    -webkit-transform: none;
            transform: none;
  }
  .news__link a {
    font-size: 1.25rem;
    width: 600px;
  }
}
.venue__inner {
  background-color: #fff;
  display: grid;
  grid-template-columns: 55% auto;
  gap: 40px;
  padding: 20px;
  margin-top: 32px;
}
.venue__inner .venue__info h3 {
  font-size: 1.75rem;
  margin-bottom: 18px;
}
.venue__inner .venue__info--list li {
  font-weight: 600;
  margin-bottom: 8px;
}
.venue__inner .venue__info--list li::before {
  content: "●";
  color: #FFE83C;
  display: inline-block;
  margin-right: 8px;
  scale: 0.8;
}
.venue__inner .venue__map iframe {
  width: 100%;
  height: 300px;
}

@media (max-width: 768px) {
  .venue__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .venue__inner .venue__info h3 {
    margin-bottom: 8px;
  }
  .venue__inner .venue__info--list li {
    font-weight: 600;
    margin-bottom: 8px;
  }
  .venue__inner .venue__info--list li::before {
    margin-right: 8px;
    scale: 0.8;
  }
  .venue__inner .venue__map iframe {
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 480px) {
  .venue__inner {
    margin-top: 24px;
  }
}
.schedule {
  padding-bottom: 100px;
}
.schedule__inner {
  margin-top: 30px;
}
.schedule__inner table {
  width: 100%;
  border-collapse: collapse;
}
.schedule__inner table .time-break {
  background-color: #E3E3E3;
  border: none;
  font-weight: 600;
  text-align: center;
}
.schedule__inner thead {
  background-color: #4FB1C7;
  color: #fff;
}
.schedule__inner thead th {
  font-size: 1.5rem;
  font-weight: 600;
  padding: 8px;
}
.schedule__inner thead th:last-of-type {
  padding: 0;
}
.schedule__inner tbody {
  background-color: #fff;
}
.schedule__inner tbody tr:last-of-type th, .schedule__inner tbody tr:last-of-type td {
  border-bottom: none;
}
.schedule__inner tbody th, .schedule__inner tbody td {
  border-left: 2px solid rgb(232, 242, 244);
  border-bottom: 2px solid rgb(232, 242, 244);
}
.schedule__inner tbody th {
  border-left: none;
  padding: 16px;
}
.schedule__inner th {
  width: 25%;
}
.schedule__inner td {
  width: 75%;
  padding: 16px;
}
.schedule__inner ul {
  margin-top: 10px;
}
.schedule-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.schedule-cta a {
  border-radius: 90px;
  font-size: 1.75rem;
  font-weight: 600;
  display: block;
  text-align: center;
  width: 440px;
  padding: 18px 50px;
  text-decoration: none;
}
.schedule-cta .btn-yellow {
  background-color: #FFE83C;
  color: #4FB1C7;
}
.schedule-cta .btn-primary {
  background-color: #E74475;
  color: #fff;
}

@media (max-width: 1240px) {
  .schedule__inner thead th {
    font-size: 1.375rem;
  }
  .schedule-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-top: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .schedule-cta a {
    font-size: 1.375rem;
    width: 440px;
  }
}
@media (max-width: 768px) {
  .schedule__inner {
    margin-top: 24px;
  }
  .schedule__inner thead th {
    font-size: 1.375rem;
  }
  .schedule-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .schedule-cta a {
    font-size: 1.375rem;
    width: 440px;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .schedule__inner thead th {
    font-size: 1.375rem;
  }
  .schedule__inner tbody th, .schedule__inner tbody td {
    padding: 8px;
  }
  .schedule__inner th {
    width: 20%;
    font-size: 0.875rem;
  }
  .schedule__inner td {
    width: 80%;
    font-size: 0.875rem;
  }
  .schedule-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    margin-top: 40px;
  }
  .schedule-cta a {
    font-size: 1.1875rem;
    padding: 16px 24px;
  }
}
.companies {
  margin-top: 80px;
  padding-bottom: 100px;
}
.companies h1 {
  background-color: rgb(229, 120, 155);
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding: 16px;
  margin-bottom: 10px;
}
.companies__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 40px;
}
.companies__list--item {
  background-color: #fff;
  padding: 30px;
}
.companies__list--item .company-image {
  text-align: center;
  margin-top: 20px;
}
.companies__list--item .company-image img {
  display: inline-block;
  width: 396px;
  aspect-ratio: 396/246;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.companies__list--item dl {
  border-bottom: 2px dotted rgb(173, 173, 173);
  display: grid;
  grid-template-columns: 35% 1fr;
  gap: 8px 16px;
  padding: 8px;
}
.companies__list--item dl dt {
  color: rgb(229, 120, 155);
  font-weight: 700;
}
.companies__list--item dl dd {
  margin: 0;
}
.companies__list .companies-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  margin-top: 8px;
}
.companies__list .companies-status img {
  max-width: 50px;
}
.companies__list .company-link {
  background-color: rgb(255, 232, 60);
  border-radius: 20px;
  color: rgb(44, 166, 224);
  font-size: 1.125rem;
  font-weight: 700;
  display: block;
  text-decoration: none;
  padding: 6px 32px;
  margin: 8px auto 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.companies h2 a {
  background-color: rgb(79, 177, 199);
  border-radius: 28px;
  color: #fff;
  font-size: 1.4375rem;
  display: block;
  text-decoration: none;
  padding: 8px 30px;
}

@media (max-width: 1240px) {
  .companies {
    padding: 0 16px 100px;
  }
  .companies h1 {
    font-size: 1.625rem;
  }
  .companies__list {
    display: grid;
    gap: 32px;
    margin-top: 32px;
  }
  .companies__list--item {
    padding: 24px;
  }
  .companies__list .company-link {
    font-size: 1rem;
  }
  .companies h2 a {
    font-size: 1.375rem;
    padding: 8px 24px;
  }
}
@media (max-width: 768px) {
  .companies {
    padding: 0 16px 100px;
  }
  .companies__list {
    gap: 24px;
  }
  .companies__list--item {
    padding: 16px;
  }
  .companies__list--item .company-image {
    margin-top: 12px;
  }
  .companies__list--item dl {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .companies__list .company-link {
    font-size: 1rem;
  }
  .companies h2 a {
    font-size: 1.0625rem;
    padding: 8px 16px;
  }
}
@media (max-width: 698px) {
  .companies__list {
    grid-template-columns: 1fr;
  }
}