@charset "UTF-8";
/*-----------------------------------------------
reset
-----------------------------------------------*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

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

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/*-----------------------------------------------
base
-----------------------------------------------*/
html {
  font-size: min(1.11vw, 16px);
  scroll-behavior: smooth;
}
@media screen and (min-width: 90rem) {
  html {
    font-size: 100%;
  }
}
@media screen and (max-width: 39.9375rem) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  color: #052731;
  padding-top: 5.75rem;
}
@media screen and (max-width: 39.9375rem) {
  body {
    padding-top: 9.125rem;
  }
}

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

th {
  font-weight: normal;
}

/*-----------------------------------------------
HubSpot Form（旧エディタ / 埋め込みコード）
-----------------------------------------------*/
.p-top-form__embed .hs-form {
  color: #052731;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}
.p-top-form__embed fieldset {
  max-width: none;
}
.p-top-form__embed fieldset + fieldset {
  margin-top: 1.875rem;
}
.p-top-form__embed fieldset:has(> .hs-form-field[style*="display: none"]) {
  display: none;
}
.p-top-form__embed .form-columns-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-form__embed .form-columns-2 {
    grid-template-columns: 1fr;
    gap: 1.875rem;
  }
}
.p-top-form__embed .hs-form-field > label {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-top-form__embed .hs-form-required {
  display: inline-block;
  margin-left: 0.5rem;
  padding: 0.125rem 0.5rem;
  border-radius: 62.4375rem;
  background-color: #ce0000;
  color: #fff;
  font-size: 0;
  vertical-align: middle;
}
.p-top-form__embed .hs-form-required::after {
  content: "必須";
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.7;
}
.p-top-form__embed .hs-field-desc {
  display: block;
  margin-bottom: 0.75rem;
  padding: 0;
  color: #808080;
  font-size: 0.875rem;
  line-height: 1.8;
}
.p-top-form__embed input[type=text].hs-input,
.p-top-form__embed input[type=email].hs-input,
.p-top-form__embed input[type=tel].hs-input,
.p-top-form__embed input[type=number].hs-input,
.p-top-form__embed input[type=url].hs-input,
.p-top-form__embed input[type=date].hs-input,
.p-top-form__embed textarea.hs-input,
.p-top-form__embed select.hs-input {
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 0.25rem;
  background-color: #f2f2f2;
  color: #052731;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.p-top-form__embed input[type=text].hs-input::-webkit-input-placeholder, .p-top-form__embed input[type=email].hs-input::-webkit-input-placeholder, .p-top-form__embed input[type=tel].hs-input::-webkit-input-placeholder, .p-top-form__embed input[type=number].hs-input::-webkit-input-placeholder, .p-top-form__embed input[type=url].hs-input::-webkit-input-placeholder, .p-top-form__embed input[type=date].hs-input::-webkit-input-placeholder, .p-top-form__embed textarea.hs-input::-webkit-input-placeholder, .p-top-form__embed select.hs-input::-webkit-input-placeholder {
  color: #808080;
}
.p-top-form__embed input[type=text].hs-input::-moz-placeholder, .p-top-form__embed input[type=email].hs-input::-moz-placeholder, .p-top-form__embed input[type=tel].hs-input::-moz-placeholder, .p-top-form__embed input[type=number].hs-input::-moz-placeholder, .p-top-form__embed input[type=url].hs-input::-moz-placeholder, .p-top-form__embed input[type=date].hs-input::-moz-placeholder, .p-top-form__embed textarea.hs-input::-moz-placeholder, .p-top-form__embed select.hs-input::-moz-placeholder {
  color: #808080;
}
.p-top-form__embed input[type=text].hs-input:-ms-input-placeholder, .p-top-form__embed input[type=email].hs-input:-ms-input-placeholder, .p-top-form__embed input[type=tel].hs-input:-ms-input-placeholder, .p-top-form__embed input[type=number].hs-input:-ms-input-placeholder, .p-top-form__embed input[type=url].hs-input:-ms-input-placeholder, .p-top-form__embed input[type=date].hs-input:-ms-input-placeholder, .p-top-form__embed textarea.hs-input:-ms-input-placeholder, .p-top-form__embed select.hs-input:-ms-input-placeholder {
  color: #808080;
}
.p-top-form__embed input[type=text].hs-input::-ms-input-placeholder, .p-top-form__embed input[type=email].hs-input::-ms-input-placeholder, .p-top-form__embed input[type=tel].hs-input::-ms-input-placeholder, .p-top-form__embed input[type=number].hs-input::-ms-input-placeholder, .p-top-form__embed input[type=url].hs-input::-ms-input-placeholder, .p-top-form__embed input[type=date].hs-input::-ms-input-placeholder, .p-top-form__embed textarea.hs-input::-ms-input-placeholder, .p-top-form__embed select.hs-input::-ms-input-placeholder {
  color: #808080;
}
.p-top-form__embed input[type=text].hs-input::placeholder,
.p-top-form__embed input[type=email].hs-input::placeholder,
.p-top-form__embed input[type=tel].hs-input::placeholder,
.p-top-form__embed input[type=number].hs-input::placeholder,
.p-top-form__embed input[type=url].hs-input::placeholder,
.p-top-form__embed input[type=date].hs-input::placeholder,
.p-top-form__embed textarea.hs-input::placeholder,
.p-top-form__embed select.hs-input::placeholder {
  color: #808080;
}
.p-top-form__embed input[type=text].hs-input:focus-visible,
.p-top-form__embed input[type=email].hs-input:focus-visible,
.p-top-form__embed input[type=tel].hs-input:focus-visible,
.p-top-form__embed input[type=number].hs-input:focus-visible,
.p-top-form__embed input[type=url].hs-input:focus-visible,
.p-top-form__embed input[type=date].hs-input:focus-visible,
.p-top-form__embed textarea.hs-input:focus-visible,
.p-top-form__embed select.hs-input:focus-visible {
  outline: 2px solid #2e7d5b;
  outline-offset: 1px;
}
.p-top-form__embed textarea.hs-input {
  min-height: 10rem;
  line-height: 1.8;
  resize: vertical;
}
.p-top-form__embed select.hs-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 2.75rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5l5-5' fill='none' stroke='%23052731' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 0.75rem auto;
  cursor: pointer;
}
.p-top-form__embed select.hs-input.is-placeholder {
  color: #808080;
}
.p-top-form__embed .inputs-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: 0.75rem;
}
.p-top-form__embed .hs-form-checkbox-display,
.p-top-form__embed .hs-form-booleancheckbox-display,
.p-top-form__embed .hs-form-radio-display {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-form__embed .hs-form-checkbox-display,
  .p-top-form__embed .hs-form-booleancheckbox-display,
  .p-top-form__embed .hs-form-radio-display {
    font-size: 0.875rem;
  }
}
.p-top-form__embed input[type=checkbox].hs-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  border: 2px solid #052731;
  border-radius: 0.125rem;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 300ms, border-color 300ms;
  transition: background-color 300ms, border-color 300ms;
}
.p-top-form__embed input[type=checkbox].hs-input:checked {
  border-color: #2e7d5b;
  background-color: #2e7d5b;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10'%3E%3Cpath d='M1 5l3.5 3.5L11 1.5' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.75rem auto;
}
.p-top-form__embed input[type=checkbox].hs-input:focus-visible {
  outline: 2px solid #2e7d5b;
  outline-offset: 2px;
}
.p-top-form__embed input[type=radio].hs-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0.125rem;
  border: 2px solid #052731;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: background-color 300ms, border-color 300ms, -webkit-box-shadow 300ms;
  transition: background-color 300ms, border-color 300ms, -webkit-box-shadow 300ms;
  transition: background-color 300ms, border-color 300ms, box-shadow 300ms;
  transition: background-color 300ms, border-color 300ms, box-shadow 300ms, -webkit-box-shadow 300ms;
}
.p-top-form__embed input[type=radio].hs-input:checked {
  border-color: #2e7d5b;
  background-color: #2e7d5b;
  -webkit-box-shadow: inset 0 0 0 0.25rem #fff;
          box-shadow: inset 0 0 0 0.25rem #fff;
}
.p-top-form__embed input[type=radio].hs-input:focus-visible {
  outline: 2px solid #2e7d5b;
  outline-offset: 2px;
}
.p-top-form__embed .hs-richtext {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-form__embed .hs-richtext {
    font-size: 0.875rem;
  }
}
.p-top-form__embed .hs-richtext strong {
  font-weight: 700;
}
.p-top-form__embed .hs-richtext p + p {
  margin-top: 1rem;
}
.p-top-form__embed .hs-richtext a {
  color: #2e7d5b;
  text-decoration: underline;
}
@media (hover: hover) {
  .p-top-form__embed .hs-richtext a:hover, .p-top-form__embed .hs-richtext a:focus {
    text-decoration: none;
  }
}
@media (hover: none) and (pointer: fine) {
  .p-top-form__embed .hs-richtext a:hover, .p-top-form__embed .hs-richtext a:focus {
    text-decoration: none;
  }
}
.p-top-form__embed .hs-form > fieldset:first-of-type .hs-richtext > p:first-child {
  display: none;
}
.p-top-form__embed .hs_submit {
  margin-top: 2.5rem;
}
.p-top-form__embed .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top-form__embed .hs-button {
  width: 100%;
  padding: 1.125rem 2rem;
  border: none;
  border-radius: 0.25rem;
  background-color: #2e7d5b;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}
@media screen and (min-width: 48rem) {
  .p-top-form__embed .hs-button {
    max-width: 16rem;
  }
}
@media (hover: hover) {
  .p-top-form__embed .hs-button:hover, .p-top-form__embed .hs-button:focus {
    background-color: #25664a;
  }
}
@media (hover: none) and (pointer: fine) {
  .p-top-form__embed .hs-button:hover, .p-top-form__embed .hs-button:focus {
    background-color: #25664a;
  }
}
.p-top-form__embed .hs-button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.p-top-form__embed .hs-error-msgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  margin-top: 0.5rem;
}
.p-top-form__embed .hs-error-msgs label {
  color: #ce0000;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
}
.p-top-form__embed .hs-input.error,
.p-top-form__embed .hs-input.invalid {
  outline: 1px solid #ce0000;
}
.p-top-form__embed .hs_error_rollup {
  margin-top: 1.5rem;
  text-align: center;
}
.p-top-form__embed .hs_error_rollup .hs-error-msgs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*-----------------------------------------------
header layout
-----------------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #f2f2f0;
  background-color: #fff;
  z-index: 100;
}
.l-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 87rem;
  height: 5.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 39.9375rem) {
  .l-header__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
}
.l-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 23rem;
  line-height: 1;
}
@media screen and (max-width: 39.9375rem) {
  .l-header__logo {
    width: 12.375rem;
    margin-left: 0.625rem;
  }
}
.l-header__logo-link {
  display: block;
}
@media (hover: hover) {
  .l-header__logo-link:hover, .l-header__logo-link:focus {
    opacity: 0.7;
  }
}
@media (hover: none) and (pointer: fine) {
  .l-header__logo-link:hover, .l-header__logo-link:focus {
    opacity: 0.7;
  }
}
.l-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-left: auto;
  margin-right: 3.5rem;
}
@media screen and (max-width: 39.9375rem) {
  .l-header__menu {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    height: 4.125rem;
    margin: 0;
    padding-left: 0.625rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    border-top: 1px solid #f2f2f0;
    -webkit-transition: height 300ms;
    transition: height 300ms;
  }
}
.l-header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 39.9375rem) {
  .l-header__item:not(:first-child) {
    padding-left: 2rem;
    border-left: 1px solid #dbdbdb;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-header__item:first-child .l-header__link-text {
    width: 7.1875rem;
    white-space: normal;
    line-height: 1.4;
  }
}
.l-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  color: #052731;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media (hover: hover) {
  .l-header__link:hover, .l-header__link:focus {
    opacity: 0.7;
  }
}
@media (hover: none) and (pointer: fine) {
  .l-header__link:hover, .l-header__link:focus {
    opacity: 0.7;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-header__link {
    font-size: 0.75rem;
  }
}
.l-header__link-text {
  white-space: nowrap;
}
.l-header__link-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.125rem;
}
.l-header__cta {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 39.9375rem) {
  .l-header__cta {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 6.875rem;
    margin-left: auto;
  }
}
.l-header__cta-mail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1rem;
}
.l-header--simple .l-header__menu,
.l-header--simple .l-header__cta {
  display: none;
}
@media screen and (max-width: 39.9375rem) {
  .l-header--simple .l-header__inner {
    height: 5rem;
  }
}
@media screen and (max-width: 39.9375rem) {
  .l-header.is-nav-hidden .l-header__menu {
    height: 0;
    border-top-width: 0;
  }
}

/*-----------------------------------------------
inner layout
-----------------------------------------------*/
.l-inner {
  width: 72.75rem;
  max-width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 39.9375rem) {
  .l-inner {
    width: 100%;
    padding-inline: 1.25rem;
  }
}

/*-----------------------------------------------
main layout
-----------------------------------------------*/
.l-main {
  overflow: hidden;
}

/*-----------------------------------------------
footer layout
-----------------------------------------------*/
.l-footer {
  background-color: #052731;
  color: #ccc;
}
.l-footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 4rem;
  padding: 6.5rem 1.25rem;
}
.l-footer__logo {
  width: 31.25rem;
  max-width: 100%;
  line-height: 1;
}
@media screen and (max-width: 39.9375rem) {
  .l-footer__logo {
    width: 18.4375rem;
  }
}
.l-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
}
.l-footer__link {
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
  color: #ccc;
  text-decoration: underline;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media (hover: hover) {
  .l-footer__link:hover, .l-footer__link:focus {
    opacity: 0.7;
  }
}
@media (hover: none) and (pointer: fine) {
  .l-footer__link:hover, .l-footer__link:focus {
    opacity: 0.7;
  }
}
.l-footer__copy {
  display: block;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: 0.02em;
  text-align: center;
}

/*-----------------------------------------------
button component
-----------------------------------------------*/
.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  height: 3.75rem;
  padding: 0 1.5rem 0 2.5rem;
  border-radius: 0.25rem;
  background-color: #2e7d5b;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}
@media (hover: hover) {
  .c-button:hover, .c-button:focus {
    background-color: #25664a;
  }
}
@media (hover: none) and (pointer: fine) {
  .c-button:hover, .c-button:focus {
    background-color: #25664a;
  }
}
.c-button__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 0;
  text-align: center;
}
.c-button__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1rem;
}
.c-button--sm {
  height: 3rem;
}
@media screen and (max-width: 39.9375rem) {
  .c-button--cta {
    padding: 0 1rem 0 2rem;
  }
}
.c-button--dark {
  background-color: #052731;
}
@media (hover: hover) {
  .c-button--dark:hover, .c-button--dark:focus {
    background-color: #0d4053;
  }
}
@media (hover: none) and (pointer: fine) {
  .c-button--dark:hover, .c-button--dark:focus {
    background-color: #0d4053;
  }
}
@media screen and (max-width: 39.9375rem) {
  .c-button--stack {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.25rem;
    height: auto;
    padding: 0.75rem;
    border-radius: 0;
  }
  .c-button--stack .c-button__text {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-size: 0.75rem;
    line-height: 1.5;
    white-space: nowrap;
  }
  .c-button--stack .c-button__icon {
    display: none;
  }
}

/*-----------------------------------------------
heading component
-----------------------------------------------*/
.c-heading-en {
  padding: 2rem 0 2.5rem;
  border-top: 1px solid #dbdbdb;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.15;
  color: #2e7d5b;
  text-transform: uppercase;
}
@media screen and (max-width: 39.9375rem) {
  .c-heading-en {
    position: relative;
    padding-left: 2.2353125rem;
  }
  .c-heading-en::before {
    content: "";
    position: absolute;
    top: 2.5rem;
    left: 0;
    width: 1.6103125rem;
    height: 1.6103125rem;
    translate: 0 -50%;
    background: url("../images/common/icon_search.svg") no-repeat center/contain;
  }
}

.c-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  color: #052731;
}
.c-heading::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.08575rem;
  height: 2.08575rem;
  background: url("../images/common/icon_search.svg") no-repeat center/contain;
}
@media screen and (max-width: 39.9375rem) {
  .c-heading {
    display: block;
    font-size: 2.125rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
  .c-heading::before {
    content: none;
  }
}

.c-heading-en--vertical {
  padding: 0.5rem 0 0;
  border-top: 0;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 39.9375rem) {
  .c-heading-en--vertical {
    padding: 2rem 0 2.5rem 2.2353125rem;
    border-top: 1px solid #dbdbdb;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}

.c-heading--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 4.625rem;
  line-height: 1.15;
}
.c-heading--vertical .c-heading__text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-font-feature-settings: "vrt2" 1;
          font-feature-settings: "vrt2" 1;
}
@media screen and (max-width: 39.9375rem) {
  .c-heading--vertical {
    width: auto;
    line-height: 1.4;
  }
  .c-heading--vertical .c-heading__text {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
}

/*-----------------------------------------------
label component
-----------------------------------------------*/
.c-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.25rem 1rem;
  border: 1px solid #2e7d5b;
  color: #2e7d5b;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 39.9375rem) {
  .c-label {
    font-size: 1rem;
  }
}
.c-label--red {
  border-color: #ce0000;
  color: #ce0000;
}
.c-label--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 39.9375rem) {
  .c-label--block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 1.125rem;
  }
}
.c-label__note {
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 39.9375rem) {
  .c-label__note {
    font-size: 0.75rem;
  }
}

/*-----------------------------------------------
Top page
-----------------------------------------------*/
/* mv
-----------------------------------------------*/
.p-top-mv {
  padding: 1.875rem 0 2rem;
  background-color: #ab9d0a;
  text-align: center;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-mv {
    padding: 1.0625rem 0 1rem;
  }
}
.p-top-mv__img {
  width: 72.75rem;
  max-width: 100%;
  border-radius: 0.9375rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-mv__img {
    width: 16.6875rem;
    border-radius: 0;
  }
}

/* about
-----------------------------------------------*/
.p-top-about {
  background-color: #ab9d0a;
}
.p-top-about__rap {
  padding: 6.5rem 0;
  border-radius: 3.75rem 3.75rem 0 0;
  background-color: #fff;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-about__rap {
    padding: 5rem 0;
    border-radius: 1.875rem 1.875rem 0 0;
  }
}
.p-top-about__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-about__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}
.p-top-about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
}
.p-top-about__text {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-about__text {
    font-size: 0.875rem;
  }
}
.p-top-about__picture {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-top-about__img {
  width: 31.625rem;
  border-radius: 0.9375rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-about__img {
    width: 100%;
  }
}

/* outline
-----------------------------------------------*/
.p-top-outline {
  padding: 6.5rem 0;
  background-color: #f3f3f3;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-outline {
    padding: 5rem 0;
  }
}
.p-top-outline__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-outline__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    margin-bottom: 4rem;
  }
}
.p-top-outline__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  width: 6.625rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-outline__head {
    display: block;
    width: auto;
  }
}
.p-top-outline__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 0;
}
.p-top-outline__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
  margin-bottom: 4rem;
  padding: 3.5rem 2.5rem;
  border-radius: 0.9375rem;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-outline__lead {
    gap: 0.625rem;
    margin-bottom: 2rem;
    padding: 2rem;
    border-radius: 0.625rem;
  }
}
.p-top-outline__lead-sub {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-outline__lead-sub {
    font-size: 0.875rem;
  }
}
.p-top-outline__lead-main {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-outline__lead-main {
    font-size: 1.125rem;
  }
}
.p-top-outline__list {
  border-top: 1px solid #d9d9d9;
}
.p-top-outline__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-outline__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-outline__row:last-child .p-top-outline__term {
  border-bottom: 2px solid #052731;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-outline__row:last-child .p-top-outline__term {
    border-bottom: 0;
  }
}
.p-top-outline__term {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 12.5rem;
  padding: 2.5rem 0;
  border-top: 2px solid #052731;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-outline__term {
    -ms-flex-item-align: auto;
        align-self: auto;
    width: 100%;
    padding: 2.5rem 0 0;
    border-top: 0;
    color: #2e7d5b;
  }
}
.p-top-outline__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  min-width: 0;
  gap: 0.625rem;
  padding: 2.5rem 0 2.5rem 2rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-outline__desc {
    -ms-flex-item-align: auto;
        align-self: auto;
    width: 100%;
    padding: 1rem 0 2rem;
  }
}
.p-top-outline__desc--date {
  gap: 1rem;
}
.p-top-outline__desc--place {
  gap: 2rem;
}
.p-top-outline__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.p-top-outline__group--date {
  gap: 0.25rem;
}
.p-top-outline__group--place {
  gap: 1rem;
}
.p-top-outline__text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
.p-top-outline__note {
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-outline__note {
    font-size: 0.875rem;
  }
}
.p-top-outline__map-btn {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.p-top-outline__map {
  position: relative;
  width: 100%;
  aspect-ratio: 682/324;
}
.p-top-outline__map-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.p-top-outline__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top-outline__btn-link {
  width: 33.75rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-outline__btn-link {
    width: 100%;
  }
}

/* point
-----------------------------------------------*/
.p-top-point {
  padding: 6.5rem 0;
  background-color: #fff;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-point {
    padding: 5rem 0;
  }
}
.p-top-point__heading {
  margin-bottom: 4rem;
}
.p-top-point__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: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-point__list {
    gap: 3rem;
    margin-bottom: 2.5rem;
  }
}
.p-top-point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-point__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
  }
}
.p-top-point__item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-point__item--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-point__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 31.625rem;
  border-radius: 0.9375rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-point__img {
    width: 100%;
    margin-bottom: -2.5rem;
  }
}
.p-top-point__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
  min-width: 0;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-point__body {
    width: 100%;
  }
}
.p-top-point__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-point__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-top-point__badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 4.625rem;
  height: 4.625rem;
  border-radius: 50%;
  background-color: #2e7d5b;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-point__badge {
    margin-left: 1rem;
  }
}
.p-top-point__badge-label {
  font-size: 0.75rem;
  line-height: 1.35;
}
.p-top-point__badge-num {
  font-size: 1.25rem;
  line-height: 1;
}
.p-top-point__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 0;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-point__title {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    font-size: 1.5rem;
  }
}
.p-top-point__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem 1rem;
  width: 100%;
}
.p-top-point__tag-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-point__tag-text {
    font-size: 1.125rem;
  }
}
.p-top-point__tag-target {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-point__tag-target {
    width: 100%;
    font-size: 0.75rem;
  }
}
.p-top-point__text {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-point__text {
    font-size: 0.875rem;
  }
}
.p-top-point__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top-point__btn-link {
  width: 37.5rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-point__btn-link {
    width: 100%;
  }
}

.p-top-point__schedule {
  margin: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.p-top-point__schedule img {
  width: 100%;
}

/* program
-----------------------------------------------*/
.p-top-program {
  padding: 6.5rem 0;
  background-color: #f3f3f3;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-program {
    padding: 5rem 0;
  }
}
.p-top-program__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 6.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-program__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.p-top-program__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  width: 6.625rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-program__head {
    display: block;
    width: auto;
  }
}
.p-top-program__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 0;
}
.p-top-program__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 4rem;
  padding: 4rem;
  border-radius: 0.9375rem;
  background-color: #fff;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-program__card {
    gap: 2.5rem;
    padding: 4rem 1.5rem;
    border-radius: 0;
  }
}
.p-top-program__hr {
  width: 100%;
  border-top: 1px solid #dbdbdb;
}
.p-top-program__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: 2rem;
}
.p-top-program__date-logo {
  width: 13.75rem;
}
.p-top-program__date-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.1875rem;
  color: #2e7d5b;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-program__date-text {
    gap: 0;
  }
}
.p-top-program__date-year {
  font-size: 2rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-program__date-year {
    font-size: 1.4375rem;
  }
}
.p-top-program__date-yearunit {
  padding-bottom: 0.125rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-program__date-yearunit {
    padding-bottom: 0;
    font-size: 1rem;
  }
}
.p-top-program__date-num {
  font-size: 4.5rem;
  line-height: 0.74;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-program__date-num {
    font-size: 3.125rem;
    line-height: 0.75;
  }
}
.p-top-program__date-unit {
  padding-bottom: 0.125rem;
  font-size: 2rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-program__date-unit {
    padding-bottom: 0;
    font-size: 1.6875rem;
  }
}
.p-top-program__date-week {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.285rem;
  padding-bottom: 0.125rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-program__date-week {
    gap: 0.261rem;
    padding-bottom: 0;
  }
}
.p-top-program__date-bracket {
  font-weight: 300;
  font-size: 1.125rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-program__date-bracket {
    font-size: 0.875rem;
  }
}
.p-top-program__date-day {
  font-size: 1.25rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-program__date-day {
    font-size: 1rem;
  }
}
.p-top-program__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  width: 100%;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-program__block--reserve {
    gap: 1.5rem;
  }
}
.p-top-program__times {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  width: 100%;
}
.p-top-program__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-program__time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
}
.p-top-program__time-name {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 12.9375rem;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-program__time-name {
    font-size: 1.5rem;
  }
}
.p-top-program__time-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.25rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-program__time-value {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.25rem;
  }
}
.p-top-program__time-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5rem;
}
.p-top-program__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-program__group {
    gap: 1rem;
  }
}
.p-top-program__group-title {
  width: 100%;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-program__group-title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.p-top-program__slots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  font-family: "Roboto", sans-serif;
  font-size: 1.125rem;
  line-height: 1;
}
.p-top-program__slot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.25rem;
}
.p-top-program__note {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-program__note {
    font-size: 0.875rem;
  }
}
.p-top-program__note--inner {
  margin-top: 0.5rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-program__note--inner {
    margin-top: 0;
  }
}
.p-top-program__caution {
  margin-top: 1.625rem;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-program__caution {
    font-size: 0.875rem;
  }
}
.p-top-program__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-top-program__btn-link {
  width: 37.5rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-program__btn-link {
    width: 100%;
  }
}

/* guest
-----------------------------------------------*/
.p-top-guest {
  padding: 6.5rem 0;
  background-color: #fff;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-guest {
    padding: 5rem 0;
  }
}
.p-top-guest__heading {
  margin-bottom: 4rem;
}
.p-top-guest__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: 4rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-guest__list {
    gap: 3rem;
  }
}
.p-top-guest__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
  padding: 4rem;
  border-radius: 0.9375rem;
  background-color: #f3f3f3;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-guest__team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem;
    padding: 1.5rem;
  }
}
.p-top-guest__team-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14.25rem;
  border-radius: 0.625rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-guest__team-logo {
    width: 8.125rem;
  }
}
.p-top-guest__team-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  min-width: 0;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-guest__team-body {
    width: 100%;
  }
}
.p-top-guest__team-lead {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.8;
}
.p-top-guest__team-text {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-guest__team-text {
    font-size: 0.875rem;
  }
}
.p-top-guest__player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.5rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-guest__player {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.p-top-guest__player-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 31.625rem;
  height: 22.5rem;
  border-radius: 0.9375rem;
  background-color: #bcbcbc;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-guest__player-img {
    width: 100%;
    height: auto;
    aspect-ratio: 506/360;
  }
}
.p-top-guest__player-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  min-width: 0;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-guest__player-body {
    width: 100%;
  }
}
.p-top-guest__player-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  font-weight: 700;
  line-height: 1.35;
}
.p-top-guest__player-team {
  font-size: 1.125rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-guest__player-team {
    font-size: 1rem;
  }
}
.p-top-guest__player-name {
  font-size: 1.75rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-guest__player-name {
    font-size: 1.5rem;
  }
}
.p-top-guest__player-text {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-guest__player-text {
    font-size: 0.875rem;
  }
}
.p-top-guest__soon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  padding: 5rem 1.5rem;
  border-radius: 0.9375rem;
  background-color: #f3f3f3;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-guest__soon {
    padding: 3.5rem 1.5rem;
  }
}
.p-top-guest__soon-label {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-guest__soon-label {
    font-size: 1rem;
  }
}
.p-top-guest__soon-text {
  color: #2e7d5b;
  font-family: "Roboto", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-guest__soon-text {
    font-size: 1.75rem;
  }
}

/* artist
-----------------------------------------------*/
.p-top-artist {
  padding-bottom: 6.5rem;
  background-color: #fff;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-artist {
    padding-bottom: 5rem;
  }
}
.p-top-artist__intro {
  margin-bottom: 4rem;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-artist__intro {
    margin-bottom: 2.5rem;
    font-size: 0.875rem;
  }
}
.p-top-artist__heading {
  margin-bottom: 4rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-artist__heading {
    margin-bottom: 2rem;
  }
}
.p-top-artist__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-artist__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}
.p-top-artist__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  width: 22.25rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-artist__profile {
    width: 100%;
  }
}
.p-top-artist__profile-img {
  width: 100%;
}
.p-top-artist__profile-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.p-top-artist__profile-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  line-height: 1.35;
}
.p-top-artist__profile-org {
  font-size: 1rem;
  font-weight: 700;
}
.p-top-artist__profile-names {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.p-top-artist__profile-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5rem;
  font-weight: 700;
}
.p-top-artist__profile-name-ja {
  font-size: 1.75rem;
}
.p-top-artist__profile-name-suffix {
  font-size: 1.125rem;
}
.p-top-artist__profile-kana {
  color: #2e7d5b;
  font-size: 0.75rem;
}
.p-top-artist__profile-text {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-artist__profile-text {
    font-size: 0.875rem;
  }
}
.p-top-artist__work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.625rem;
  min-width: 0;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-artist__work {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
.p-top-artist__work-img {
  width: 100%;
}
.p-top-artist__work-caption {
  font-size: 0.875rem;
  line-height: 1.2;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-artist__work-caption {
    font-size: 0.75rem;
  }
}

/* form
-----------------------------------------------*/
.p-top-form {
  padding: 6.5rem 0;
  background-color: #f3f3f3;
  scroll-margin-top: 5.75rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-form {
    padding: 5rem 0;
    scroll-margin-top: 9.125rem;
  }
}
.p-top-form__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  margin-bottom: 2.5rem;
  text-align: center;
}
.p-top-form__logo {
  width: 13.75rem;
}
.p-top-form__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-form__title {
    width: 100%;
    font-size: 2.125rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
  }
}
.p-top-form__lead {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-form__lead {
    font-size: 0.875rem;
  }
}
.p-top-form__card {
  width: 47.5rem;
  margin-inline: auto;
  padding: 4rem;
  background-color: #fff;
}
@media screen and (max-width: 39.9375rem) {
  .p-top-form__card {
    width: 100%;
    padding: 2.5rem 1.25rem;
  }
}
.p-top-form__embed {
  position: relative;
  width: 100%;
  min-height: 25rem;
}
.p-top-form__embed.is-loaded {
  min-height: 0;
}
.p-top-form__loading {
  position: absolute;
  top: 2.5rem;
  left: 0;
  width: 100%;
  color: #808080;
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: center;
}
.p-top-form__embed.is-loaded .p-top-form__loading {
  display: none;
}

/*-----------------------------------------------
Thanks page
-----------------------------------------------*/
@media screen and (max-width: 39.9375rem) {
  .p-thanks {
    padding-top: 5rem;
  }
}

/* message
-----------------------------------------------*/
.p-thanks-message {
  padding: 10.75rem 0 11.5rem;
  background-color: #f3f3f3;
}
@media screen and (max-width: 39.9375rem) {
  .p-thanks-message {
    padding: 6.5rem 0;
  }
}
.p-thanks-message__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}
.p-thanks-message__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  width: 100%;
}
@media screen and (max-width: 39.9375rem) {
  .p-thanks-message__head {
    gap: 3rem;
  }
}
.p-thanks-message__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 39.9375rem) {
  .p-thanks-message__title {
    width: 100%;
    font-size: 1.75rem;
  }
}
.p-thanks-message__text {
  width: 38.75rem;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 39.9375rem) {
  .p-thanks-message__text {
    width: 100%;
    font-size: 0.875rem;
  }
}
.p-thanks-message__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
@media screen and (max-width: 39.9375rem) {
  .p-thanks-message__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    gap: 1.5rem;
  }
}
.p-thanks-message__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.25rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7;
  color: #052731;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media (hover: hover) {
  .p-thanks-message__link:hover, .p-thanks-message__link:focus {
    opacity: 0.7;
  }
}
@media (hover: none) and (pointer: fine) {
  .p-thanks-message__link:hover, .p-thanks-message__link:focus {
    opacity: 0.7;
  }
}
.p-thanks-message__link-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.125rem;
}

/*-----------------------------------------------
utility
-----------------------------------------------*/
@media screen and (min-width: 40rem) {
  .u-dn-sm-min {
    display: none;
  }
}

@media screen and (max-width: 39.9375rem) {
  .u-dn-sm-max {
    display: none;
  }
}

@media screen and (min-width: 48rem) {
  .u-dn-md-min {
    display: none;
  }
}

@media screen and (max-width: 47.9375rem) {
  .u-dn-md-max {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */