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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -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; /* 2 */
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* ========================================
// mixin - SCSS関数の定義
// ======================================== */
/* ========================================
// variable - 変数の定義
// ======================================== */
:root {
  /* root-size */
  font-size: min(1.17130307vw, 16px);
  /* color */
  --color--main-primary: #29D1CE;
  --color--accent-primary: #FFE900;
  --color--accent-secondary: #CDC9FF;
  --color--base-primary: #FFFFFF;
  --color--base-secondary: #F4F4F4;
  --color--border-primary: #E2E2E2;
  --color--font-primary: #333333;
  --color--font-secondary: #656565;
  --color--font-tertiary: #999999;
  --color--utility-link: #036EB8;
  --color--utility-invalid: #FB6A65;
  /* header-size */
  --header-size--medium: 5.25rem;
  /* section-size */
  --section-size--medium: 6.25rem;
  /* container-rate */
  --container-rate--x-small: 44.50951684%;
  --container-rate--small: 67.93557833%;
  --container-rate--medium: 81.99121523%;
  --container-rate--large: 93.70424597%;
  /* container-size */
  --container-size--x-small: 38rem;
  --container-size--small: 58rem;
  --container-size--medium: 70rem;
  --container-size--large: 80rem;
  /* font-family */
  --font-family--jp-primary: YakuHanJP, "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --font-family--jp-secondary: YakuHanJP, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --font-family--en-primary: "Tilt Warp", "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  /* icon */
  --icon--arrow-primary: url("../../../lp-koriyama/assets/images/common/icon_arrow-01.svg");
  --icon--arrow-secondary: url("../../../lp-koriyama/assets/images/common/icon_arrow-02.svg");
  --icon--mail: url("../../../lp-koriyama/assets/images/common/icon_mail.svg");
  --icon--pamphlet: url("../../../lp-koriyama/assets/images/common/icon_pamphlet.svg");
  --icon--balloon: url("../../../lp-koriyama/assets/images/common/icon_balloon.svg");
}
@media screen and (max-width: 768px) {
  :root {
    font-size: max(12px, 4.26666666vw);
    --header-size--medium: 3.5rem;
    --section-size--medium: 5rem;
    --container-rate--x-small: 83.2%;
    --container-rate--small: 89.6%;
    --container-rate--medium: 89.6%;
    --container-rate--large: 89.6%;
    --container-size--x-small: 19.5rem;
    --container-size--small: 21rem;
    --container-size--medium: 21rem;
    --container-size--large: 21rem;
  }
}

/* ========================================
// base - 基本の設定
// ======================================== */
html,
body {
  color: var(--color--font-primary);
  font-family: var(--font-family--jp-primary);
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  line-height: 1.5;
  overflow-x: clip;
}

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

a {
  color: var(--color--utility-link);
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}
@media (any-hover: hover) {
  a:hover:hover {
    text-decoration: none;
  }
}

:focus-visible {
  outline: solid 2px var(--color--utility-link);
}

/* ========================================
// section - セクションの設定
// ======================================== */
.l-section {
  padding-bottom: var(--section-size--medium);
  padding-top: var(--section-size--medium);
}

.l-section__body {
  display: -ms-grid;
  display: grid;
  margin-top: 3.75rem;
  row-gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .l-section__body {
    margin-top: 1.5rem;
    row-gap: 1.5rem;
  }
}

/* ========================================
// container - コンテナの設定
// ======================================== */
.l-container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container-size--medium);
  width: var(--container-rate--medium);
}

.l-container.-x-small {
  max-width: var(--container-size--x-small);
  width: var(--container-rate--x-small);
}

.l-container.-small {
  max-width: var(--container-size--small);
  width: var(--container-rate--small);
}

.l-container.-large {
  max-width: var(--container-size--large);
  width: var(--container-rate--large);
}

/* ========================================
// header - ヘッダーの設定
// ======================================== */
.l-header {
  height: var(--header-size--medium);
  left: 0;
  position: fixed;
  top: 2.5rem;
  width: 100%;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .l-header {
    top: 1.25rem;
  }
}

.l-header__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.l-header__logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 16.75rem;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    max-width: 12.5rem;
    position: relative;
    z-index: 750;
  }
}

.l-header__nav {
  background-color: var(--color--base-primary);
  border: solid 0.125rem var(--color--font-primary);
  border-radius: calc(var(--header-size--medium) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem;
  min-height: 5.25rem;
  padding-left: 1.75rem;
  padding-right: 0.75rem;
}
@media screen and (max-width: 768px) {
  .l-header__nav {
    background-color: unset;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#00D878), color-stop(28%, #00D1DA), to(#E3FFD1));
    background-image: linear-gradient(to right bottom, #00D878 0%, #00D1DA 28%, #E3FFD1 100%);
    border: unset;
    border-radius: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;
    left: 0;
    min-height: unset;
    opacity: 0;
    overflow-y: scroll;
    padding: calc(var(--header-size--medium) + 2.5rem) 1.25rem;
    position: fixed;
    top: 0;
    -webkit-transition: 0.3s ease opacity, 0.3s ease visibility;
    transition: 0.3s ease opacity, 0.3s ease visibility;
    visibility: hidden;
    width: 100%;
    z-index: 500;
  }
}

.l-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-header__nav-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-header__nav-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color--font-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 800;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .l-header__nav-link {
    font-size: 1.125rem;
    padding: 0.625rem 0;
  }
}
.l-header__nav-link span {
  display: block;
  position: relative;
}
.l-header__nav-link span::after {
  background-color: var(--color--font-primary);
  bottom: -0.25rem;
  content: "";
  height: 0.125rem;
  left: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  width: 100%;
}
@media (any-hover: hover) {
  .l-header__nav-link:hover:hover span::after {
    opacity: 1;
    visibility: visible;
  }
}

.l-header__action-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .l-header__action-list {
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-header__action-item:has(.l-header__action-link.-pamphlet) {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__action-item:has(.l-header__action-link.-pamphlet) {
    display: block;
  }
}

.l-header__action-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 0.125rem var(--color--font-primary);
  border-radius: 1.75rem;
  color: var(--color--font-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  font-weight: 800;
  gap: 0.375rem;
  height: 3.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  width: 12.5rem;
}
@media screen and (max-width: 768px) {
  .l-header__action-link {
    width: 100%;
  }
}
.l-header__action-link::after {
  aspect-ratio: 1;
  background-color: var(--color--font-primary);
  background-image: var(--icon--arrow-primary);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.875rem;
  border-radius: 50%;
  content: "";
  -webkit-transition: 0.15s ease translate;
  transition: 0.15s ease translate;
  width: 1.25rem;
}
.l-header__action-link.-reserve {
  background-color: var(--color--accent-primary);
}
.l-header__action-link.-pamphlet {
  background-color: var(--color--accent-secondary);
}
.l-header__action-link span {
  padding-bottom: 0.125rem;
}
@media screen and (max-width: 768px) {
  .l-header__action-link span {
    padding-bottom: 0.25rem;
  }
}
@media (any-hover: hover) {
  .l-header__action-link:hover:hover::after {
    translate: 0.25rem 0;
  }
}

.l-header__nav-focustrap {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__nav-focustrap {
    aspect-ratio: 1;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    width: 0.0625rem;
  }
}

.l-header__button {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-header__button {
    aspect-ratio: 1;
    background-color: var(--color--base-primary);
    border: solid 0.125rem var(--color--font-primary);
    border-radius: 50%;
    display: block;
    position: relative;
    width: 3.5rem;
    z-index: 1000;
  }
}

@media screen and (max-width: 768px) {
  .l-header__button-icon {
    display: block;
    position: relative;
  }
  .l-header__button-icon > *, .l-header__button-icon::before, .l-header__button-icon::after {
    background-color: var(--color--font-primary);
    height: 0.125rem;
    left: 50%;
    position: absolute;
    -webkit-transition: 0.3s ease rotate, 0.3s ease translate;
    transition: 0.3s ease rotate, 0.3s ease translate;
    translate: -50% -50%;
    width: 1.5rem;
  }
  .l-header__button-icon::before, .l-header__button-icon::after {
    content: "";
  }
  .l-header__button-icon::before {
    top: calc(50% - 0.5rem);
  }
  .l-header__button-icon::after {
    top: calc(50% + 0.5rem);
  }
}

@media screen and (max-width: 768px) {
  html:has([data-drawer-active=true]) {
    overflow-y: clip;
  }
}
@media screen and (max-width: 768px) {
  html:has([data-drawer-active=true]) .l-header__nav {
    opacity: 1;
    visibility: visible;
  }
}
html:has([data-drawer-active=true]) .l-header__button-icon > * {
  opacity: 0;
}
html:has([data-drawer-active=true]) .l-header__button-icon::before {
  rotate: 45deg;
  top: 50%;
}
html:has([data-drawer-active=true]) .l-header__button-icon::after {
  rotate: 135deg;
  top: 50%;
}

/* ========================================
// main - メインの設定
// ======================================== */
/* ========================================
// footer - フッターの設定
// ======================================== */
.l-footer {
  background-color: var(--color--font-primary);
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-bottom: 9.75rem;
  }
}
.l-footer > * {
  color: var(--color--base-primary);
}

.l-footer__container {
  display: -ms-grid;
  display: grid;
  row-gap: 2rem;
}

.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-footer__nav-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}

.l-footer__nav-link {
  color: var(--color--base-primary);
  text-decoration: none;
}
@media (any-hover: hover) {
  .l-footer__nav-link:hover:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__nav-link {
    font-size: 0.875rem;
  }
}

.l-footer__copyright {
  font-size: 0.875rem;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .l-footer__copyright {
    font-size: 0.75rem;
  }
}

/* ========================================
// heading - 見出しの設定
// ======================================== */
.c-heading__primary {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .c-heading__primary {
    font-size: 2rem;
  }
}

.c-heading__secondary {
  display: -ms-grid;
  display: grid;
  row-gap: 0.5rem;
}

.c-heading__secondary-sub {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .c-heading__secondary-sub {
    font-size: 1rem;
  }
}
.c-heading__secondary-sub::first-letter {
  color: var(--color--main-primary);
}

.c-heading__secondary-main {
  display: -ms-grid;
  display: grid;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-heading__secondary-main {
    font-size: 1.75rem;
    letter-spacing: 0;
  }
}
.c-heading__secondary-main > * {
  font-size: 1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .c-heading__secondary-main > * {
    font-size: 0.875rem;
  }
}

/* ========================================
// button - 汎用ボタンの設定
// ======================================== */
.c-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color--main-primary);
  border: solid 0.125rem var(--color--font-primary);
  border-radius: 1.75rem;
  color: var(--color--font-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  gap: 0.25rem;
  height: 3.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 20rem;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-button {
    max-width: unset;
  }
}
.c-button span {
  padding-bottom: 0.125rem;
}
.c-button::after {
  aspect-ratio: 1;
  background-color: var(--color--font-primary);
  background-image: var(--icon--arrow-primary);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1rem;
  border-radius: 50%;
  content: "";
  -webkit-transition: 0.15s ease translate;
  transition: 0.15s ease translate;
  width: 1.5rem;
}
@media screen and (max-width: 768px) {
  .c-button::after {
    background-size: 1rem;
    width: 1.25rem;
  }
}
.c-button.-full {
  max-width: unset;
}
.c-button.-reserve {
  background-color: var(--color--accent-primary);
}
.c-button.-pamphlet {
  background-color: var(--color--accent-secondary);
}
.c-button.-contact {
  background-color: var(--color--main-primary);
}
.c-button:hover::after {
  translate: 0.25rem 0;
}

/* ========================================
// page-mv - 下層ページメインビジュアルの設定
// ======================================== */
.c-page-mv {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 216, 120, 0.5)), color-stop(48%, rgba(0, 213, 168, 0.5)), to(rgba(0, 209, 218, 0.5)));
  background-image: linear-gradient(rgba(0, 216, 120, 0.5) 0%, rgba(0, 213, 168, 0.5) 48%, rgba(0, 209, 218, 0.5) 100%);
  padding-top: calc(var(--header-size--medium) + 2.5rem + var(--section-size--medium));
}
@media screen and (max-width: 768px) {
  .c-page-mv {
    padding-top: calc(var(--header-size--medium) + 1.25rem + var(--section-size--medium));
  }
}

.c-page-mv__container {
  text-align: center;
}

/* ========================================
// action - CTAセクションの設定
// ======================================== */
.c-action {
  background-image: -webkit-gradient(linear, left top, right bottom, from(#04dfdb), to(#c3fed0));
  background-image: linear-gradient(to bottom right, #04dfdb 0%, #c3fed0 100%);
  padding-bottom: 4.5rem;
  padding-top: 3.75rem;
}

.c-action__title {
  display: -ms-grid;
  display: grid;
  row-gap: 2rem;
}

.c-action__title-sub {
  color: var(--color--base-primary);
  font-size: 7.75rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .c-action__title-sub {
    font-size: 3.75rem;
  }
}

.c-action__title-main {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-action__title-main {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
    font-size: 1.125rem;
  }
}
.c-action__title-main::before {
  content: "＼";
}
.c-action__title-main::after {
  content: "／";
}

@media screen and (max-width: 768px) {
  .c-action__body {
    margin-top: 2rem;
  }
}

.c-action__list {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .c-action__list {
    gap: 2rem;
    -ms-grid-columns: unset;
    grid-template-columns: unset;
  }
}

.c-action__item-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 0.125rem var(--color--font-primary);
  border-radius: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-decoration: none;
}
.c-action__item-link.-reserve {
  background-color: var(--color--accent-primary);
}
.c-action__item-link.-pamphlet {
  background-color: var(--color--accent-secondary);
}
@media screen and (max-width: 768px) {
  .c-action__item-link {
    border-radius: 2.25rem;
    height: 4.5rem;
  }
}

.c-action__item-balloon {
  background-color: var(--color--font-primary);
  border-radius: 0.25rem;
  color: var(--color--base-primary);
  font-size: 1.125rem;
  font-weight: 700;
  left: 50%;
  padding: 0.3125rem 1.5rem 0.5rem;
  position: absolute;
  text-align: center;
  top: 0;
  translate: -50% -50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-action__item-balloon {
    font-size: 0.875rem;
    padding: 0.125rem 1.25rem 0.25rem;
  }
}

.c-action__item-copy {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color--font-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-action__item-copy {
    font-size: 1.125rem;
    gap: 0.25rem;
  }
}
.c-action__item-copy::before {
  aspect-ratio: 1;
  background-color: var(--color--font-primary);
  content: "";
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 2.25rem;
}
@media screen and (max-width: 768px) {
  .c-action__item-copy::before {
    width: 1.5rem;
  }
}
.c-action__item-copy::after {
  aspect-ratio: 1;
  background-color: var(--color--font-primary);
  background-image: var(--icon--arrow-primary);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  border-radius: 50%;
  content: "";
  -webkit-transition: 0.15s ease translate;
  transition: 0.15s ease translate;
  width: 1.75rem;
}
@media screen and (max-width: 768px) {
  .c-action__item-copy::after {
    background-size: 1rem;
    width: 1.25rem;
  }
}
.c-action__item-copy span {
  padding-bottom: 0.125rem;
}
.c-action__item-copy:is(.c-action__item:nth-child(1) *)::before {
  -webkit-mask-image: var(--icon--mail);
          mask-image: var(--icon--mail);
}
.c-action__item-copy:is(.c-action__item:nth-child(2) *)::before {
  -webkit-mask-image: var(--icon--pamphlet);
          mask-image: var(--icon--pamphlet);
}

.c-action__item-link:hover .c-action__item-copy::after {
  translate: 0.25rem 0;
}

/* ========================================
// form - フォームの設定
// ======================================== */
.c-form {
  background-color: var(--color--base-secondary);
  border-radius: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto 1fr;
  grid-template-columns: auto auto 1fr;
  padding: 3.75rem 4.375rem;
}
@media screen and (max-width: 768px) {
  .c-form {
    border-radius: 1rem;
    -ms-grid-columns: unset;
    grid-template-columns: unset;
    padding: 0.75rem 1.25rem 2.5rem;
  }
}
.c-form .wpcf7-form-control-wrap {
  display: block;
}
.c-form ::-webkit-input-placeholder {
  color: var(--color--font-tertiary);
}
.c-form ::-moz-placeholder {
  color: var(--color--font-tertiary);
}
.c-form :-ms-input-placeholder {
  color: var(--color--font-tertiary);
}
.c-form ::-ms-input-placeholder {
  color: var(--color--font-tertiary);
}
.c-form ::placeholder {
  color: var(--color--font-tertiary);
}
.c-form input[type=text],
.c-form input[type=tel],
.c-form input[type=email],
.c-form input[type=number],
.c-form input[type=date],
.c-form select,
.c-form textarea {
  background-color: var(--color--base-primary);
  border: solid 0.0625rem var(--color--border-primary);
  border-radius: 0.5rem;
  cursor: pointer;
  font-size: 1rem;
  height: 3.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-form input[type=text],
  .c-form input[type=tel],
  .c-form input[type=email],
  .c-form input[type=number],
  .c-form input[type=date],
  .c-form select,
  .c-form textarea {
    border-radius: 0.375rem;
    font-size: max(1rem, 16px);
    height: 3.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.c-form textarea {
  height: 15rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .c-form textarea {
    height: 12rem;
  }
}
.c-form .wpcf7-radio,
.c-form .wpcf7-checkbox {
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
}
.c-form .wpcf7-list-item {
  margin-left: 0;
}
.c-form .wpcf7-list-item label {
  cursor: pointer;
  font-size: 1rem;
}
.c-form input[type=radio],
.c-form input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  cursor: pointer;
  vertical-align: baseline;
}
.c-form .wpcf7-not-valid-tip {
  background-color: color-mix(in srgb, var(--color--utility-invalid) 12%, transparent);
  border-radius: 0.25rem;
  color: var(--color--utility-invalid);
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 0.5rem;
  padding: 0.5rem 0.75rem;
}

.c-form__field {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 0.0625rem var(--color--border-primary);
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-column-span: 3;
  grid-column: span 3;
  -ms-grid-columns: subgrid;
  grid-template-columns: subgrid;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .c-form__field {
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    grid-column: unset;
    -ms-grid-columns: unset;
    grid-template-columns: unset;
    row-gap: 0.75rem;
  }
}

.c-form__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-columns: subgrid;
  grid-template-columns: subgrid;
}
@media screen and (max-width: 768px) {
  .c-form__header {
    grid-column: unset;
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
  }
}

.c-form__regulation {
  border-radius: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.125rem 0.75rem 0.25rem;
}

[data-form-regulation=required] {
  background-color: var(--color--utility-invalid);
  color: var(--color--base-primary);
}

.c-form__body {
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
}

.c-form__icon {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.5rem;
}

.c-form__acceptance {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-form__acceptance {
    font-size: 0.875rem;
    grid-column: unset;
    margin-top: 1.5rem;
  }
}

.c-form__submit {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-form__submit {
    grid-column: unset;
    margin-top: 1.5rem;
  }
}
.c-form__submit input[type=submit] {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color--main-primary);
  border-radius: 2.5rem;
  color: var(--color--base-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  height: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 34rem;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-form__submit input[type=submit] {
    border-radius: 1.75rem;
    font-size: 1rem;
    height: 3.5rem;
  }
}
.c-form__submit .wpcf7-spinner {
  display: none;
}

/* ========================================
// timerex - TimeRex埋め込みの設定
// ======================================== */
.c-timerex {
  --color--timerex-koriyama-station: #51CEA9;
  --color--timerex-koriyama: #2FCFE5;
}

.c-timerex__header {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .c-timerex__header {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}
.c-timerex__header:has([data-timerex-radio=koriyama-station][data-timerex-checked=true]) + .c-timerex__body {
  background-color: var(--color--timerex-koriyama-station);
}
.c-timerex__header:has([data-timerex-radio=koriyama][data-timerex-checked=true]) + .c-timerex__body {
  background-color: var(--color--timerex-koriyama);
}

.c-timerex__header-label {
  border-radius: 1rem 1rem 0 0;
  font-size: 1.75rem;
  font-weight: 700;
  padding: 1.5rem;
  position: relative;
  text-align: center;
  -webkit-transition: 0.15s ease background-color, 0.15s ease color;
  transition: 0.15s ease background-color, 0.15s ease color;
}
@media screen and (max-width: 768px) {
  .c-timerex__header-label {
    border-radius: 0.5rem 0.5rem 0 0;
    font-size: 1rem;
    padding: 0.75rem;
  }
}
.c-timerex__header-label:has([data-timerex-radio=koriyama-station]) {
  background-color: var(--color--base-primary);
  color: var(--color--timerex-koriyama-station);
}
.c-timerex__header-label:has([data-timerex-radio=koriyama]) {
  background-color: var(--color--base-primary);
  color: var(--color--timerex-koriyama);
}
.c-timerex__header-label:has([data-timerex-radio=koriyama-station][data-timerex-checked=true]) {
  background-color: var(--color--timerex-koriyama-station);
  color: var(--color--base-primary);
}
.c-timerex__header-label:has([data-timerex-radio=koriyama][data-timerex-checked=true]) {
  background-color: var(--color--timerex-koriyama);
  color: var(--color--base-primary);
}
.c-timerex__header-label input {
  aspect-ratio: 1;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 0.0625rem;
}

.c-timerex__body {
  padding: 3.75rem 4.375rem;
  -webkit-transition: 0.15s ease background-color;
  transition: 0.15s ease background-color;
}
@media screen and (max-width: 768px) {
  .c-timerex__body {
    margin-left: calc(50% - 50vw);
    padding: 0.25rem;
    width: 100vw;
  }
}

.c-text {
  font-size: 1.125rem;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-text {
    font-size: 0.875rem;
    text-align: left;
  }
}

/* ========================================
// home - トップページの設定
// ======================================== */
/* mv */
.p-home-mv {
  padding-top: calc(var(--header-size--medium) + 5rem);
}
@media screen and (max-width: 768px) {
  .p-home-mv {
    padding-top: calc(var(--header-size--medium) + 2.5rem);
  }
}

.p-home-mv__container {
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4rem 47.67857143%;
  grid-template-columns: 1fr 47.67857143%;
  -ms-grid-rows: 1fr auto auto;
  grid-template-rows: 1fr auto auto;
  position: relative;
}

.p-home-mv__container > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-home-mv__container > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-home-mv__container > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.p-home-mv__container > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
}

.p-home-mv__container > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-home-mv__container > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
@media screen and (max-width: 768px) {
  .p-home-mv__container {
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    -ms-grid-columns: unset;
    grid-template-columns: unset;
    -ms-grid-rows: unset;
    grid-template-rows: unset;
  }
  .p-home-mv__container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.p-home-mv__container::before {
  aspect-ratio: 1;
  background-image: url("../../../lp-koriyama/assets/images/home/mv/image_background-gradation@2x.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  translate: -60% -40%;
  width: 24.5rem;
  z-index: 1;
}
.p-home-mv__container > * {
  position: relative;
  z-index: 3;
}

.p-home-mv__copy {
  display: -ms-grid;
  display: grid;
  margin-top: auto;
  position: relative;
  row-gap: 0.75rem;
  z-index: 4;
}

.p-home-mv__copy-main img {
  width: 42.75rem;
}
@media screen and (max-width: 768px) {
  .p-home-mv__copy-main img {
    width: 100%;
  }
}

.p-home-mv__copy-sub {
  color: var(--color--base-primary);
  display: -ms-grid;
  display: grid;
  font-size: 2.75rem;
  font-weight: 800;
  position: relative;
  row-gap: 0.375rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-mv__copy-sub {
    font-size: 1.75rem;
  }
}
.p-home-mv__copy-sub::after {
  aspect-ratio: 252/11;
  background-color: var(--color--base-primary);
  content: "";
  display: block;
  -webkit-mask-image: var(--icon--balloon);
          mask-image: var(--icon--balloon);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 100%;
  z-index: 1;
}
.p-home-mv__copy-sub > * {
  position: relative;
  z-index: 2;
}

.p-home-mv__badge {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-home-mv__badge {
    grid-column: unset;
    grid-row: unset;
    margin-top: -2rem;
  }
}

.p-home-mv__badge-list {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .p-home-mv__badge-list {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}

.p-home-mv__badge-item {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  padding-bottom: 2rem;
  position: relative;
  row-gap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .p-home-mv__badge-item {
    padding-bottom: 1.5rem;
  }
}
.p-home-mv__badge-item::after {
  aspect-ratio: 1;
  background-color: var(--color--base-primary);
  border-radius: 50%;
  -webkit-box-shadow: 0 0.25rem 0.625rem #0bd3da;
          box-shadow: 0 0.25rem 0.625rem #0bd3da;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.p-home-mv__badge-item > * {
  position: relative;
  z-index: 2;
}

.p-home-mv__badge-item-image {
  width: 6.5rem;
}
@media screen and (max-width: 768px) {
  .p-home-mv__badge-item-image {
    width: 3.25rem;
  }
}

.p-home-mv__badge-item-copy {
  font-family: var(--font-family--en-primary);
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-mv__badge-item-copy {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.p-home-mv__badge-item-copy > * {
  color: #00a4c4;
}
.p-home-mv__badge-item-copy:is(.p-home-mv__badge-item:nth-child(1) *) > * {
  font-size: 2.375rem;
}
@media screen and (max-width: 768px) {
  .p-home-mv__badge-item-copy:is(.p-home-mv__badge-item:nth-child(1) *) > * {
    font-size: 1.5rem;
  }
}
.p-home-mv__badge-item-copy:is(.p-home-mv__badge-item:nth-child(1) *) > * > * {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .p-home-mv__badge-item-copy:is(.p-home-mv__badge-item:nth-child(1) *) > * > * {
    font-size: 1.875rem;
  }
}
.p-home-mv__badge-item-copy:is(.p-home-mv__badge-item:nth-child(2) *) > * {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-home-mv__badge-item-copy:is(.p-home-mv__badge-item:nth-child(2) *) > * {
    font-size: 1.25rem;
  }
}
.p-home-mv__badge-item-copy:is(.p-home-mv__badge-item:nth-child(2) *) > * > * {
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  .p-home-mv__badge-item-copy:is(.p-home-mv__badge-item:nth-child(2) *) > * > * {
    font-size: 1.375rem;
  }
}
.p-home-mv__badge-item-copy:is(.p-home-mv__badge-item:nth-child(3) *) > * {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-home-mv__badge-item-copy:is(.p-home-mv__badge-item:nth-child(3) *) > * {
    font-size: 1.25rem;
  }
}
.p-home-mv__badge-item-copy:is(.p-home-mv__badge-item:nth-child(3) *) > * > * {
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  .p-home-mv__badge-item-copy:is(.p-home-mv__badge-item:nth-child(3) *) > * > * {
    font-size: 1.375rem;
  }
}

.p-home-mv__image {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
  margin-top: auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-mv__image {
    grid-column: unset;
    grid-row: unset;
    margin-top: 0.75rem;
    width: calc(100% - 1.25rem);
  }
}
.p-home-mv__image::after {
  aspect-ratio: 534/693;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e3ffd1), color-stop(54%, #00d1da), color-stop(58%, #23d8d8), color-stop(67%, #5ce3d6), color-stop(75%, #8cedd4), color-stop(82%, #b2f5d2), color-stop(89%, #cdfad1), color-stop(95%, #ddfdd1), to(#e3ffd1));
  background-image: linear-gradient(to bottom, #e3ffd1 0%, #00d1da 54%, #23d8d8 58%, #5ce3d6 67%, #8cedd4 75%, #b2f5d2 82%, #cdfad1 89%, #ddfdd1 95%, #e3ffd1 100%);
  border-radius: 58% 58% 0 0/42% 42% 0 0;
  bottom: 0;
  content: "";
  position: absolute;
  right: -2.5rem;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-home-mv__image::after {
    right: -1.25rem;
  }
}
.p-home-mv__image > * {
  position: relative;
  z-index: 2;
}
.p-home-mv__image img {
  border-radius: 58% 58% 0 0/42% 42% 0 0;
}

.p-home-mv__link {
  display: -ms-grid;
  display: grid;
  margin-bottom: 2.5rem;
  margin-top: 1.75rem;
  row-gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-home-mv__link {
    background-color: var(--color--base-primary);
    border-radius: 1.5rem 1.5rem 0 0;
    -webkit-box-shadow: 0 -0.5rem 0.5rem color-mix(in srgb, var(--color--font-primary) 8%, transparent);
            box-shadow: 0 -0.5rem 0.5rem color-mix(in srgb, var(--color--font-primary) 8%, transparent);
    bottom: 0;
    left: 50%;
    margin-bottom: unset;
    margin-top: unset;
    padding: 0.75rem 1.25rem 1.25rem;
    position: fixed;
    row-gap: 0.375rem;
    translate: -50% 0;
    width: 100%;
    z-index: 250;
  }
}

.p-home-mv__link-balloon {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.5rem;
  font-weight: 800;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-mv__link-balloon {
    font-size: 1rem;
  }
}
.p-home-mv__link-balloon::before {
  content: "＼";
}
.p-home-mv__link-balloon::after {
  content: "／";
}

.p-home-mv__link-balloon-copy {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.25rem;
}
.p-home-mv__link-balloon-copy > :nth-of-type(-n + 3) {
  color: var(--color--base-primary);
  line-height: 1;
  padding: 0.375rem 0.5rem 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-home-mv__link-balloon-copy > :nth-of-type(-n + 3) {
    font-size: 0.9375rem;
    padding: 0.25rem 0.375rem 0.375rem;
  }
}
.p-home-mv__link-balloon-copy > :nth-of-type(1) {
  background-color: #00a8c9;
}
.p-home-mv__link-balloon-copy > :nth-of-type(2) {
  background-color: #4eb763;
}
.p-home-mv__link-balloon-copy > :nth-of-type(3) {
  background-color: #036eb8;
}
.p-home-mv__link-balloon-copy > :nth-of-type(4) {
  font-family: var(--font-family--en-primary);
  font-size: 1.75rem;
}
@media screen and (max-width: 768px) {
  .p-home-mv__link-balloon-copy > :nth-of-type(4) {
    font-size: 1.125rem;
  }
}

.p-home-mv__link-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color--accent-primary);
  border: solid 0.125rem var(--color--font-primary);
  border-radius: 2.3125rem;
  color: var(--color--font-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.75rem;
  font-weight: 800;
  height: 4.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 2rem;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p-home-mv__link-button {
    border-radius: 1.5rem;
    font-size: 1.125rem;
    height: 3rem;
  }
}

.p-home-mv__link-button-badge {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1;
  background-color: var(--color--font-primary);
  border-radius: 50%;
  color: var(--color--base-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.25rem;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.125;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-home-mv__link-button-badge {
    font-size: 0.75rem;
  }
}
.p-home-mv__link-button-badge > * > * {
  font-family: var(--font-family--en-primary);
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-home-mv__link-button-badge > * > * {
    font-size: 1rem;
  }
}

.p-home-mv__link-button-copy {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-home-mv__link-button-copy {
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
  }
}
.p-home-mv__link-button-copy::after {
  aspect-ratio: 1;
  background-color: var(--color--font-primary);
  content: "";
  -webkit-mask-image: var(--icon--arrow-secondary);
          mask-image: var(--icon--arrow-secondary);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: 0.15s ease translate;
  transition: 0.15s ease translate;
  width: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-home-mv__link-button-copy::after {
    width: 1.125rem;
  }
}
.p-home-mv__link-button-copy span {
  padding-bottom: 0.125rem;
}

.p-home-mv__link-button:hover .p-home-mv__link-button-copy::after {
  translate: 0.25rem 0;
}

/* concept */
.p-home-concept {
  padding-top: 8rem;
}
@media screen and (max-width: 768px) {
  .p-home-concept {
    padding-top: var(--section-size--medium);
  }
}

.p-home-concept__container {
  background-color: var(--color--base-primary);
  border: solid 0.125rem var(--color--font-primary);
  border-radius: 4rem;
  padding: 3.5rem 4.375rem 5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-concept__container {
    border: solid 0.0625rem var(--color--font-primary);
    border-radius: 2rem;
    padding: 3rem 1.25rem 6rem;
  }
}
.p-home-concept__container::before, .p-home-concept__container::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-home-concept__container::before, .p-home-concept__container::after {
    content: none;
  }
}
.p-home-concept__container::before {
  aspect-ratio: 52/75;
  background-image: url("../../../lp-koriyama/assets/images/home/concept/image_illustration-01@2x.png");
  left: 4.5rem;
  top: -9.5rem;
  width: 13rem;
  z-index: 1;
}
.p-home-concept__container::after {
  aspect-ratio: 27/35;
  background-image: url("../../../lp-koriyama/assets/images/home/concept/image_illustration-02@2x.png");
  right: 4.25rem;
  top: -5.5rem;
  width: 13.5rem;
  z-index: 2;
}
.p-home-concept__container > * {
  position: relative;
  z-index: 3;
}

.p-home-concept__title-sub {
  color: var(--color--base-primary);
  font-family: var(--font-family--jp-secondary);
  font-size: 5.25rem;
  font-weight: 800;
  left: 0;
  line-height: 1;
  paint-order: stroke;
  position: absolute;
  text-align: center;
  -webkit-text-stroke: 0.25rem var(--color--font-primary);
  top: -7.875rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-home-concept__title-sub {
    font-size: 2.5rem;
    -webkit-text-stroke: 0.125rem var(--color--font-primary);
    top: -4.25rem;
  }
}

.p-home-concept__title-main {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-concept__title-main {
    font-size: 1.25rem;
  }
}
.p-home-concept__title-main > * {
  text-decoration: underline;
  text-decoration-color: #faff00;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 0.875rem;
  text-underline-offset: -0.375rem;
}
@media screen and (max-width: 768px) {
  .p-home-concept__title-main > * {
    text-decoration-thickness: 0.375rem;
    text-underline-offset: -0.125rem;
  }
}

.p-home-concept__body {
  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: 2.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-concept__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}
.p-home-concept__body::after {
  aspect-ratio: 23/30;
  background-image: url("../../../lp-koriyama/assets/images/home/concept/image_illustration-03@2x.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -18.125rem;
  content: "";
  left: 2.75rem;
  position: absolute;
  width: 17.25rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-home-concept__body::after {
    bottom: -14rem;
    left: 0;
    width: 10rem;
  }
}
.p-home-concept__body > * {
  position: relative;
  z-index: 2;
}

.p-home-concept__image {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-home-concept__image img {
  border-radius: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-home-concept__image img {
    aspect-ratio: 296/165;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

.p-home-concept__description {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 2;
  width: 36.06557377%;
}
@media screen and (max-width: 768px) {
  .p-home-concept__description {
    font-size: 0.875rem;
    line-height: 1.75;
    width: 100%;
  }
}

/* case */
.p-home-case {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fffceb), to(#fff9c8));
  background-image: linear-gradient(to bottom, #fffceb 0%, #fff9c8 100%);
  position: relative;
}
.p-home-case::before {
  background-image: repeating-linear-gradient(-45deg, color-mix(in srgb, var(--color--base-primary) 40%, transparent), color-mix(in srgb, var(--color--base-primary) 40%, transparent) 0.25rem, transparent 0, transparent 0.75rem);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-home-case > * {
  position: relative;
  z-index: 2;
}

.p-home-case__list {
  display: -ms-grid;
  display: grid;
  gap: 2rem;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .p-home-case__list {
    gap: 3rem;
    -ms-grid-columns: unset;
    grid-template-columns: unset;
  }
}

.p-home-case__item {
  background-color: var(--color--base-primary);
  border-radius: 1.25rem;
  display: -ms-grid;
  display: grid;
  gap: 0;
  -ms-grid-row-span: 11;
  grid-row: span 11;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  overflow: hidden;
}
.p-home-case__item:nth-child(1) {
  --color--home-case-item: var(--color--main-primary);
}
@media screen and (max-width: 768px) {
  .p-home-case__item:nth-child(1) {
    -ms-grid-row-span: 10;
    grid-row: span 10;
  }
}
@media screen and (max-width: 768px) {
  .p-home-case__item:nth-child(1) .p-home-case__item-curriculum {
    -ms-grid-row-span: 4;
    grid-row: span 4;
  }
}
.p-home-case__item:nth-child(2) {
  --color--home-case-item: #ee5672;
}
.p-home-case__item:nth-child(3) {
  --color--home-case-item: #ff9e0c;
}
@media screen and (max-width: 768px) {
  .p-home-case__item:nth-child(3) {
    -ms-grid-row-span: 10;
    grid-row: span 10;
  }
}
@media screen and (max-width: 768px) {
  .p-home-case__item:nth-child(3) .p-home-case__item-curriculum {
    -ms-grid-row-span: 4;
    grid-row: span 4;
  }
}

.p-home-case__item-title {
  background-color: var(--color--home-case-item);
  color: var(--color--base-primary);
  font-size: 1.625rem;
  font-weight: 700;
  padding: 1rem 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-case__item-title {
    font-size: 1.5rem;
    padding: 0.75rem 1.25rem;
  }
}

.p-home-case__item-before {
  display: -ms-grid;
  display: grid;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  padding: 1.75rem 2rem 2.25rem;
  row-gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-home-case__item-before {
    padding: 1.5rem 1.25rem 1.75rem;
  }
}

.p-home-case__item-before-title {
  color: var(--color--home-case-item);
  display: -ms-grid;
  display: grid;
  font-size: 1.5rem;
  font-weight: 700;
  row-gap: 0.75rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-case__item-before-title {
    row-gap: 0.5rem;
  }
}
.p-home-case__item-before-title::after {
  aspect-ratio: 252/11;
  background-color: var(--color--home-case-item);
  content: "";
  display: block;
  -webkit-mask-image: var(--icon--balloon);
          mask-image: var(--icon--balloon);
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 100%;
  z-index: 1;
}
.p-home-case__item-before-title > * {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-home-case__item-before-description {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}

.p-home-case__item-curriculum {
  background-color: var(--color--home-case-item);
  display: -ms-grid;
  display: grid;
  -ms-grid-row-span: 5;
  grid-row: span 5;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  padding: 1.75rem 2rem 2.25rem;
  position: relative;
  row-gap: 0.875rem;
}
@media screen and (max-width: 768px) {
  .p-home-case__item-curriculum {
    padding: 1.5rem 1.25rem 2rem;
  }
}
.p-home-case__item-curriculum::after {
  background-color: var(--color--home-case-item);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: "";
  height: 1.125rem;
  left: 50%;
  position: absolute;
  top: calc(100% - 0.0625rem);
  translate: -50%;
  width: 2rem;
  z-index: 1;
}
.p-home-case__item-curriculum > * {
  color: var(--color--base-primary);
}

.p-home-case__item-curriculum-title {
  font-family: var(--font-family--jp-secondary);
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

.p-home-case__item-curriculum-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  row-gap: 0.5rem;
}

.p-home-case__item-curriculum-list--row-4 {
  -ms-grid-row-span: 4;
  grid-row: span 4;
}

.p-home-case__item-curriculum-item {
  background-color: var(--color--base-primary);
  border-radius: 200px;
  color: var(--color--home-case-item);
  font-weight: 700;
  padding: 0.375rem 2rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 3.25rem;
}

.p-home-case__item-curriculum-item--small {
  display: block;
  font-size: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .p-home-case__item-curriculum-item--small {
    font-size: 0.75rem;
  }
}

.p-home-case__item-after {
  display: -ms-grid;
  display: grid;
  -ms-grid-row-span: 2;
  grid-row: span 2;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  padding: 1.25rem 2rem 2.25rem;
  row-gap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-home-case__item-after {
    padding: 1.25rem 1.25rem 2rem;
  }
}

.p-home-case__item-after-title {
  color: var(--color--home-case-item);
  font-size: 2.25rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-home-case__item-after-description {
    font-size: 0.875rem;
    line-height: 1.75;
  }
}
.p-home-case__item-after-description > * {
  color: var(--color--home-case-item);
  font-weight: 700;
}

/* point */
.p-home-point {
  background-image: url("../../../lp-koriyama/assets/images/home/point/image_background@2x.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-home-point__list {
  display: -ms-grid;
  display: grid;
  row-gap: var(--section-size--medium);
}
@media screen and (max-width: 768px) {
  .p-home-point__list {
    row-gap: 3.75rem;
  }
}

.p-home-point__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-home-point__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
}
.p-home-point__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-home-point__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-home-point__item-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-home-point__item-title {
  display: -ms-grid;
  display: grid;
  row-gap: 1rem;
}
@media screen and (max-width: 768px) {
  .p-home-point__item-title {
    row-gap: 0.5rem;
  }
}

.p-home-point__item-title-sub {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: var(--color--base-primary);
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: var(--font-family--jp-secondary);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  paint-order: stroke;
  -webkit-text-stroke: 0.125rem var(--color--font-primary);
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-home-point__item-title-sub {
    -webkit-column-gap: 0.25rem;
       -moz-column-gap: 0.25rem;
            column-gap: 0.25rem;
    font-size: 1.125rem;
  }
}
.p-home-point__item-title-sub > * {
  font-size: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-home-point__item-title-sub > * {
    font-size: 2.25rem;
  }
}

.p-home-point__item-title-main {
  color: #36b5b2;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-home-point__item-title-main {
    font-size: 1.25rem;
  }
}

.p-home-point__item-copy {
  background-color: var(--color--base-primary);
  border: solid 0.125rem var(--color--font-primary);
  border-radius: 2.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1rem;
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .p-home-point__item-copy {
    border-radius: 1.375rem;
    font-size: 1rem;
    margin-top: 0.5rem;
    padding: 0.5rem 1rem;
  }
}

.p-home-point__item-description {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-home-point__item-description {
    font-size: 0.875rem;
    line-height: 1.75;
    margin-top: 0.625rem;
  }
}

.p-home-point__item-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-home-point__item-image {
    width: 100%;
  }
}
.p-home-point__item-image::after {
  aspect-ratio: 8/5;
  background-image: -webkit-gradient(linear, left top, right top, from(#04dfdb), to(#c3fed0));
  background-image: linear-gradient(to right, #04dfdb 0%, #c3fed0 100%);
  border-radius: 1.25rem;
  content: "";
  position: absolute;
  right: 0;
  top: 2.1875rem;
  width: calc(100% - 2.1875rem);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-home-point__item-image::after {
    border-radius: 0.75rem;
    top: 1.5rem;
    width: calc(100% - 1.5rem);
  }
}
.p-home-point__item-image > * {
  position: relative;
  z-index: 2;
}
.p-home-point__item-image img {
  aspect-ratio: 8/5;
  border-radius: 1.25rem;
  display: block;
  width: calc(100% - 2.1875rem);
}
@media screen and (max-width: 768px) {
  .p-home-point__item-image img {
    border-radius: 0.75rem;
    width: calc(100% - 1.5rem);
  }
}
.p-home-point__item-image:is(.p-home-point__item:nth-child(2n) *)::after {
  left: 0;
  right: auto;
}
.p-home-point__item-image:is(.p-home-point__item:nth-child(2n) *) img {
  margin-left: auto;
}

.p-home-point__item-tag {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-home-point__item-tag {
    margin-top: 0.75rem;
  }
}

.p-home-point__item-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .p-home-point__item-tag-list {
    gap: 0.25rem;
  }
}

.p-home-point__item-tag-item {
  background-color: var(--color--font-primary);
  border-radius: 0.25rem;
  color: var(--color--base-primary);
  font-family: var(--font-family--jp-secondary);
  font-weight: 700;
  line-height: 1.25;
  padding: 0.3125rem 0.875rem 0.4375rem;
}
@media screen and (max-width: 768px) {
  .p-home-point__item-tag-item {
    font-size: 0.75rem;
    padding: 0.25rem 0.625rem 0.375rem;
  }
}
.p-home-point__item-tag-item::before {
  content: "#";
}

.p-home-point__image {
  display: -ms-grid;
  display: grid;
  row-gap: 1rem;
}
@media screen and (max-width: 768px) {
  .p-home-point__image {
    margin-top: 3.75rem;
  }
}

.p-home-point__image-caption {
  font-weight: 700;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .p-home-point__image-caption {
    font-size: 0.875rem;
    text-align: center;
  }
}
.p-home-point__image-caption::before {
  content: "▲";
}

/* event */
.p-home-event {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fffceb), to(#fff9c8));
  background-image: linear-gradient(to bottom, #fffceb 0%, #fff9c8 100%);
  position: relative;
}
.p-home-event::before {
  background-image: repeating-linear-gradient(-45deg, color-mix(in srgb, var(--color--base-primary) 40%, transparent), color-mix(in srgb, var(--color--base-primary) 40%, transparent) 0.25rem, transparent 0, transparent 0.75rem);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-home-event > * {
  position: relative;
  z-index: 2;
}

.p-home-event__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40rem 1fr;
  grid-template-columns: 1fr 40rem 1fr;
}
@media screen and (max-width: 768px) {
  .p-home-event__container {
    -ms-grid-columns: unset;
    grid-template-columns: unset;
  }
}
.p-home-event__container::before, .p-home-event__container::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  .p-home-event__container::before, .p-home-event__container::after {
    grid-row: unset;
    position: absolute;
    top: calc((var(--section-size--medium) + 4rem) * -1);
  }
}
.p-home-event__container::before {
  aspect-ratio: 19/39;
  background-image: url("../../../lp-koriyama/assets/images/home/event/image_illustration-01@2x.png");
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  width: 9.5rem;
}
@media screen and (max-width: 768px) {
  .p-home-event__container::before {
    left: 0;
    grid-column: unset;
    width: 5rem;
  }
}
.p-home-event__container::after {
  aspect-ratio: 4/5;
  background-image: url("../../../lp-koriyama/assets/images/home/event/image_illustration-02@2x.png");
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
  margin-left: auto;
  margin-bottom: auto;
  width: 12.5rem;
}
@media screen and (max-width: 768px) {
  .p-home-event__container::after {
    grid-column: unset;
    right: 0;
    width: 7rem;
  }
}

.p-home-event__header {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
}
@media screen and (max-width: 768px) {
  .p-home-event__header {
    grid-column: unset;
    grid-row: unset;
  }
}

.p-home-event__body {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/4;
  -ms-grid-columns: subgrid;
  grid-template-columns: subgrid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  margin-top: 2.5rem;
  row-gap: 0;
}

.p-home-event__body > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
@media screen and (max-width: 768px) {
  .p-home-event__body {
    grid-column: unset;
    grid-row: unset;
    -ms-grid-columns: unset;
    grid-template-columns: unset;
    -ms-grid-rows: unset;
    grid-template-rows: unset;
  }
  .p-home-event__body > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

.p-home-event__information {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  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;
}
@media screen and (max-width: 768px) {
  .p-home-event__information {
    grid-column: unset;
    grid-row: unset;
  }
}

.p-home-event__information-title {
  background-color: #ff5c00;
  border-radius: 0.625rem;
  color: var(--color--base-primary);
  font-size: 1.875rem;
  font-weight: 700;
  padding: 0.375rem 1rem 0.5rem;
  position: relative;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-home-event__information-title {
    border-radius: 0.375rem;
    font-size: 1.25rem;
    padding: 0.375rem 1rem 0.5rem;
  }
}
.p-home-event__information-title::after {
  background-color: inherit;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  height: 1.125rem;
  left: 50%;
  position: absolute;
  top: 100%;
  translate: -50% 0;
  width: 2rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-home-event__information-title::after {
    height: 0.75rem;
    width: 1.25rem;
  }
}

.p-home-event__information-description {
  line-height: 1.75;
  margin-top: 2.375rem;
}
@media screen and (max-width: 768px) {
  .p-home-event__information-description {
    margin-top: 1.25rem;
  }
}

.p-home-event__information-copy {
  white-space: nowrap;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 1.5rem;
  text-align: center;
  text-decoration: underline;
  text-decoration-color: #faff00;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 0.875rem;
  text-underline-offset: -0.375rem;
}
@media screen and (max-width: 768px) {
  .p-home-event__information-copy {
    white-space: wrap;
    font-size: 1.5rem;
    margin-top: 1rem;
    text-decoration-thickness: 0.75rem;
    text-underline-offset: -0.25rem;
  }
}
.p-home-event__information-copy > * {
  color: #ff5c00;
}

.p-home-event__list {
  background-color: var(--color--base-primary);
  border: solid 0.125rem var(--color--font-primary);
  border-radius: 1.875rem;
  -webkit-box-shadow: 0.75rem 0.75rem 0 color-mix(in srgb, #ff5c00 50%, transparent);
          box-shadow: 0.75rem 0.75rem 0 color-mix(in srgb, #ff5c00 50%, transparent);
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  margin-top: 3.75rem;
  padding: 3.75rem 4.375rem;
  row-gap: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-home-event__list {
    border: solid 0.0625rem var(--color--font-primary);
    border-radius: 1rem;
    -webkit-box-shadow: 0.375rem 0.375rem 0 color-mix(in srgb, #ff5c00 50%, transparent);
            box-shadow: 0.375rem 0.375rem 0 color-mix(in srgb, #ff5c00 50%, transparent);
    grid-column: unset;
    grid-row: unset;
    margin-top: 2rem;
    padding: 2.25rem 1.25rem;
  }
}
.p-home-event__list::before {
  background-color: var(--color--font-primary);
  content: "";
  height: 0.0625rem;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  width: 100%;
}

.p-home-event__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -ms-grid;
  display: grid;
  gap: 2.5rem;
  -ms-grid-columns: 45.08196721% 2.5rem 1fr;
  grid-template-columns: 45.08196721% 1fr;
}
@media screen and (max-width: 768px) {
  .p-home-event__item {
    gap: 1.75rem;
    -ms-grid-columns: unset;
    grid-template-columns: unset;
  }
}
.p-home-event__item:nth-child(1) {
  --color--home-event-item: #ff5c00;
}
.p-home-event__item:nth-child(2) {
  --color--home-event-item: #0eb4b0;
}

.p-home-event__item-title {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  row-gap: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-home-event__item-title {
    grid-column: unset;
    grid-row: unset;
    row-gap: 0.875rem;
  }
}

.p-home-event__item-title-main {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: var(--color--home-event-item);
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-event__item-title-main {
    font-size: 1.25rem;
  }
}
.p-home-event__item-title-main::before {
  aspect-ratio: 1;
  background-color: var(--color--home-event-item);
  border-radius: 50%;
  content: "";
  width: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-home-event__item-title-main::before {
    content: none;
  }
}

.p-home-event__item-title-sub {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-event__item-title-sub {
    font-size: 0.875rem;
    text-align: left;
  }
}

.p-home-event__item-image {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
}
@media screen and (max-width: 768px) {
  .p-home-event__item-image {
    grid-column: unset;
    grid-row: unset;
  }
}
.p-home-event__item-image img {
  border-radius: 0.625rem;
}

.p-home-event__item-case {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  row-gap: 1rem;
}
@media screen and (max-width: 768px) {
  .p-home-event__item-case {
    grid-column: unset;
    grid-row: unset;
  }
}

.p-home-event__item-case-title {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-event__item-case-title {
    font-size: 1.125rem;
  }
}
.p-home-event__item-case-title > * {
  color: var(--color--home-event-item);
}

.p-home-event__item-case-list {
  display: -ms-grid;
  display: grid;
  gap: 0.5rem;
  -ms-grid-columns: 1fr 0.5rem 1fr;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .p-home-event__item-case-list {
    -ms-grid-columns: unset;
    grid-template-columns: unset;
  }
}

.p-home-event__item-case-item {
  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;
  border: solid 0.125rem var(--color--home-event-item);
  border-radius: 0.625rem;
  color: var(--color--home-event-item);
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-event__item-case-item {
    border: solid 0.0625rem var(--color--home-event-item);
    border-radius: 0.25rem;
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
  }
}

/* user */
.p-home-user {
  background-color: var(--color--base-secondary);
}
.p-home-user .splide__arrow {
  aspect-ratio: 1;
  background-color: #10c2c4;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  width: 3.75rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-home-user .splide__arrow {
    width: 2.25rem;
  }
}
.p-home-user .splide__arrow svg {
  aspect-ratio: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -25% -50%;
  width: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-home-user .splide__arrow svg {
    translate: -30% -50%;
    width: 1.125rem;
  }
}
.p-home-user .splide__arrow--prev {
  left: calc((100% - var(--container-size--x-small)) / 2);
  scale: -1 1;
  translate: -50% -50%;
}
.p-home-user .splide__arrow--next {
  right: calc((100% - var(--container-size--x-small)) / 2);
  translate: 50% -50%;
}

.p-home-user__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  background-color: var(--color--base-primary);
  border: solid 0.125rem var(--color--font-primary);
  border-radius: 1.25rem;
  display: -ms-grid;
  display: grid;
  gap: 1.75rem;
  -ms-grid-columns: 7.5rem 1.75rem 1fr;
  grid-template-columns: 7.5rem 1fr;
  -ms-grid-rows: auto 1.75rem auto 1.75rem 1fr;
  grid-template-rows: auto auto 1fr;
  padding: 2rem 2.75rem 2.25rem;
}

.p-home-user__item > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-home-user__item > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-home-user__item > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-home-user__item > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.p-home-user__item > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.p-home-user__item > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
@media screen and (max-width: 768px) {
  .p-home-user__item {
    border-radius: 1rem;
    gap: 1.25rem 1rem;
    -ms-grid-columns: 4.5rem 1rem 1fr;
    grid-template-columns: 4.5rem 1fr;
    padding: 1.25rem 1.25rem 1.5rem;
  }
}
.p-home-user__item::before {
  background-color: var(--color--font-primary);
  content: "";
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  height: 0.0625rem;
  width: 100%;
}

.p-home-user__item-image {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.p-home-user__item-image img {
  border-radius: 50%;
}

.p-home-user__item-title {
  -ms-grid-row-align: center;
      align-self: center;
  display: -ms-grid;
  display: grid;
  row-gap: 0.25rem;
}

.p-home-user__item-title-main {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-home-user__item-title-main {
    font-size: 1.25rem;
  }
}
.p-home-user__item-title-main > * {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-home-user__item-title-main > * {
    font-size: 0.875rem;
  }
}

.p-home-user__item-title-sub {
  color: #10c2c4;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-home-user__item-title-sub {
    font-size: 0.75rem;
  }
}

.p-home-user__item-description {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-home-user__item-description {
    font-size: 0.875rem;
  }
}

/* organization */
.p-home-organization {
  background-color: var(--color--base-secondary);
}
.p-home-organization .c-heading__secondary-sub::first-letter {
  color: #ef9d00;
}
.p-home-organization .splide__arrow {
  aspect-ratio: 1;
  background-color: #ef9d00;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  width: 3.75rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-home-organization .splide__arrow {
    width: 2.25rem;
  }
}
.p-home-organization .splide__arrow svg {
  aspect-ratio: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -25% -50%;
  width: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-home-organization .splide__arrow svg {
    translate: -30% -50%;
    width: 1.125rem;
  }
}
.p-home-organization .splide__arrow--prev {
  left: calc((100% - var(--container-size--x-small)) / 2);
  scale: -1 1;
  translate: -50% -50%;
}
.p-home-organization .splide__arrow--next {
  right: calc((100% - var(--container-size--x-small)) / 2);
  translate: 50% -50%;
}

.p-home-organization__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  background-color: var(--color--base-primary);
  border: solid 0.125rem var(--color--font-primary);
  border-radius: 1.25rem;
  display: -ms-grid;
  display: grid;
  gap: 1.75rem;
  -ms-grid-columns: 7.5rem 1.75rem 1fr;
  grid-template-columns: 7.5rem 1fr;
  -ms-grid-rows: auto 1.75rem auto 1.75rem 1fr;
  grid-template-rows: auto auto 1fr;
  padding: 2rem 2.75rem 2.25rem;
}

.p-home-organization__item > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.p-home-organization__item > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.p-home-organization__item > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.p-home-organization__item > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.p-home-organization__item > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.p-home-organization__item > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}
@media screen and (max-width: 768px) {
  .p-home-organization__item {
    border-radius: 1rem;
    gap: 1.25rem 1rem;
    -ms-grid-columns: 4.5rem 1rem 1fr;
    grid-template-columns: 4.5rem 1fr;
    padding: 1.25rem 1.25rem 1.5rem;
  }
}
.p-home-organization__item::before {
  background-color: var(--color--font-primary);
  content: "";
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  height: 0.0625rem;
  width: 100%;
}

.p-home-organization__item-image {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-radius: 50%;
  overflow: hidden;
}

.p-home-organization__item-title {
  -ms-grid-row-align: center;
      align-self: center;
  display: -ms-grid;
  display: grid;
  row-gap: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-home-organization__item-title {
    row-gap: 0.25rem;
  }
}

.p-home-organization__item-title-main {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #ef9d00;
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font-family--jp-secondary);
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-home-organization__item-title-main {
    font-size: 0.9375rem;
    line-height: 1.375;
  }
}

.p-home-organization__item-title-sub {
  font-size: 0.875rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-home-organization__item-title-sub {
    font-size: 0.75rem;
  }
}

.p-home-organization__item-description {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-home-organization__item-description {
    font-size: 0.875rem;
  }
}

/* fee */
.p-home-fee {
  background-color: #fffef1;
}

.p-home-fee__body {
  row-gap: unset;
}

.p-home-fee__description {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-fee__description {
    font-size: 1rem;
  }
}
.p-home-fee__description > * {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-home-fee__description > * {
    font-size: 1.25rem;
  }
}
.p-home-fee__description > * > * {
  text-decoration: underline;
  text-decoration-color: #ffeb3a;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 0.375rem;
  text-underline-offset: 0.375rem;
}
@media screen and (max-width: 768px) {
  .p-home-fee__description > * > * {
    text-underline-offset: 0.25rem;
  }
}
.p-home-fee__description > * > * > * {
  color: #f39303;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-home-fee__description > * > * > * {
    font-size: 1.75rem;
  }
}

.p-home-fee__notice {
  counter-reset: home-fee__notice-item-counter;
}
.p-home-fee__notice.-unordered {
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-home-fee__notice.-unordered {
    margin-top: 1.75rem;
  }
}
.p-home-fee__notice.-ordered {
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-home-fee__notice.-ordered {
    margin-top: 1rem;
  }
}
.p-home-fee__notice > * {
  counter-increment: home-fee__notice-item-counter;
}

.p-home-fee__notice-main {
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-home-fee__notice-main {
    font-size: 0.875rem;
  }
}

.p-home-fee__notice-sub {
  color: var(--color--font-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-home-fee__notice-sub {
    font-size: 0.75rem;
  }
}
.p-home-fee__notice-sub::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-home-fee__notice-sub:is(.p-home-fee__notice.-unordered *)::before {
  content: "※";
}
.p-home-fee__notice-sub:is(.p-home-fee__notice.-ordered *) {
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.p-home-fee__notice-sub:is(.p-home-fee__notice.-ordered *)::before {
  content: "※" counter(home-fee__notice-item-counter);
}

.p-home-fee__table {
  margin-top: 1.25rem;
  position: relative;
}
.p-home-fee__table::before {
  background-color: var(--color--font-primary);
  border-radius: 1.25rem 1.25rem 0 0;
  content: "";
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-home-fee__table::before {
    border-radius: 1rem 1rem 0 0;
  }
}
.p-home-fee__table > * {
  position: relative;
  z-index: 2;
}

.p-home-fee__table-body {
  display: -ms-grid;
  display: grid;
  gap: 0.0625rem;
  -ms-grid-columns: 20.68965517% 0.0625rem 1fr 0.0625rem 20.68965517%;
  grid-template-columns: 20.68965517% 1fr 20.68965517%;
  padding: 0.0625rem;
}

.p-home-fee__table-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-column-span: 3;
  grid-column: span 3;
  -ms-grid-columns: subgrid;
  grid-template-columns: subgrid;
}

.p-home-fee__table-header {
  color: var(--color--base-primary);
  display: -ms-grid;
  display: grid;
  font-size: 1.125rem;
  padding: 0.5rem 1.25rem;
  place-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-fee__table-header {
    font-size: 0.75rem;
    line-height: 1.25;
    padding: 0.25rem 0.5rem;
  }
}
.p-home-fee__table-header[data-home-fee-table-column=division] {
  background-color: #f36803;
}
.p-home-fee__table-header[data-home-fee-table-column=income] {
  background-color: #f3b003;
}
.p-home-fee__table-header[data-home-fee-table-column=burden] {
  background-color: #ef8421;
}
.p-home-fee__table-header:first-child {
  border-radius: 1.1875rem 0 0 0;
}
@media screen and (max-width: 768px) {
  .p-home-fee__table-header:first-child {
    border-radius: 0.9375rem 0 0 0;
  }
}
.p-home-fee__table-header:last-child {
  border-radius: 0 1.1875rem 0 0;
}
@media screen and (max-width: 768px) {
  .p-home-fee__table-header:last-child {
    border-radius: 0 0.9375rem 0 0;
  }
}

.p-home-fee__table-data {
  background-color: var(--color--base-primary);
  font-size: 1.125rem;
  padding: 1rem 1.25rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-home-fee__table-data {
    font-size: 0.75rem;
    padding: 0.625rem 0.5rem;
  }
}
.p-home-fee__table-data[data-home-fee-table-column=division] {
  color: #f36803;
  font-weight: 700;
}

.p-home-fee__image {
  margin-top: var(--section-size--medium);
}
@media screen and (max-width: 768px) {
  .p-home-fee__image img {
    aspect-ratio: 3/2;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}

/* flow */
.p-home-flow {
  background-image: url("../../../lp-koriyama/assets/images/home/point/image_background@2x.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-home-flow__list {
  display: -ms-grid;
  display: grid;
}
@media screen and (max-width: 768px) {
  .p-home-flow__list {
    row-gap: 0.5rem;
  }
}

.p-home-flow__item {
  display: -ms-grid;
  display: grid;
}
@media screen and (max-width: 768px) {
  .p-home-flow__item {
    row-gap: 0.5rem;
  }
}
.p-home-flow__item:not(:last-child)::after {
  background-color: #00d5da;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  display: block;
  height: 2rem;
  -ms-grid-column-align: center;
      justify-self: center;
  margin-top: 2.25rem;
  width: 3rem;
}
@media screen and (max-width: 768px) {
  .p-home-flow__item:not(:last-child)::after {
    height: 1.5rem;
    margin-top: 1.25rem;
    width: 2.25rem;
  }
}

.p-home-flow__item-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-home-flow__item-title {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
}

.p-home-flow__item-title-sub {
  color: #00d5da;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.25;
  padding-bottom: 0.375rem;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-home-flow__item-title-sub {
    font-size: 1.75rem;
    line-height: unset;
    padding-bottom: unset;
  }
}

.p-home-flow__item-title-main {
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-home-flow__item-title-main {
    font-size: 1.5rem;
  }
}

.p-home-flow__item-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--color--base-primary);
  border: solid 0.125rem var(--color--font-primary);
  border-radius: 1.25rem;
  -webkit-box-shadow: 0.75rem 0.75rem 0 #00d5da;
          box-shadow: 0.75rem 0.75rem 0 #00d5da;
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-home-flow__item-container {
    border-radius: 1rem;
    -webkit-box-shadow: 0.375rem 0.375rem 0 #00d5da;
            box-shadow: 0.375rem 0.375rem 0 #00d5da;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem 0;
    padding: 1.25rem 1.25rem 1.5rem;
  }
}

.p-home-flow__item-information {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  row-gap: 0.75rem;
}

.p-home-flow__item-copy {
  border-bottom: solid 0.0625rem #36b5b2;
  color: #36b5b2;
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 0.625rem;
}

.p-home-flow__item-description {
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-home-flow__item-description {
    font-size: 0.875rem;
  }
}

.p-home-flow__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-home-flow__item-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-home-flow__item-link > * {
  width: calc(50% - 0.25rem);
}
@media screen and (max-width: 768px) {
  .p-home-flow__item-link > * {
    width: 100%;
  }
}

.p-home-flow__item-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 26.25rem;
}
@media screen and (max-width: 768px) {
  .p-home-flow__item-image {
    -ms-flex-negative: unset;
        flex-shrink: unset;
    width: unset;
  }
}
.p-home-flow__item-image img {
  border-radius: 0.625rem;
}

/* access */
.p-home-access {
  background-image: url("../../../lp-koriyama/assets/images/home/access/image_background.svg");
  background-position: center top;
  background-size: 6rem;
}

@media screen and (max-width: 768px) {
  .p-home-access__body {
    row-gap: 2.5rem;
  }
}

.p-home-access__list {
  -webkit-column-gap: 3.75rem;
     -moz-column-gap: 3.75rem;
          column-gap: 3.75rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.75rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
}
@media screen and (max-width: 768px) {
  .p-home-access__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -webkit-column-gap: unset;
       -moz-column-gap: unset;
            column-gap: unset;
    -ms-grid-columns: unset;
    grid-template-columns: unset;
    row-gap: 2.5rem;
  }
}

.p-home-access__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-row-span: 5;
  grid-row: span 5;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  max-width: 530px;
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .p-home-access__item {
    max-width: 440px;
  }
}
@media screen and (max-width: 768px) {
  .p-home-access__item {
    row-gap: 0;
  }
}
.p-home-access__item:nth-child(1) {
  --color--home-access-item: #00a8c9;
  grid-column: 1/-1;
  -ms-grid-column-align: center;
      justify-self: center;
  margin-bottom: 4.625rem;
}
@media screen and (max-width: 768px) {
  .p-home-access__item:nth-child(1) {
    margin-bottom: 0;
  }
}
.p-home-access__item:nth-child(2) {
  --color--home-access-item: #4eb763;
}
.p-home-access__item:nth-child(3) {
  --color--home-access-item: #036eb8;
}
.p-home-access__item .splide__arrow {
  aspect-ratio: 1/2;
  background-color: var(--color--base-primary);
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 2.25rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-home-access__item .splide__arrow {
    width: 1.75rem;
  }
}
.p-home-access__item .splide__arrow svg {
  aspect-ratio: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-home-access__item .splide__arrow svg {
    width: 1.25rem;
  }
}
.p-home-access__item .splide__arrow svg path {
  fill: var(--color--home-access-item);
}
.p-home-access__item .splide__arrow--prev {
  left: 0;
  scale: -1 1;
}
.p-home-access__item .splide__arrow--next {
  right: 0;
}

.p-home-access__item-image {
  border-radius: 1.25rem 1.25rem 0 0;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  margin-top: 0.75rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-home-access__item-image {
    border-radius: 0.75rem 0.75rem 0 0;
    margin-top: 0.25rem;
  }
}

.p-home-access__item-title {
  display: -ms-grid;
  display: grid;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1/4;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
}

.p-home-access__item-title-sub {
  color: var(--color--home-access-item);
  font-size: 1.25rem;
  font-weight: 800;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .p-home-access__item-title-sub {
    font-size: 1rem;
  }
}

.p-home-access__item-title-main {
  background-color: var(--color--home-access-item);
  border-radius: 0 0 1.25rem 1.25rem;
  color: var(--color--base-primary);
  font-size: 1.5rem;
  font-weight: 700;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3/4;
  padding: 0.75rem 1.75rem 1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-access__item-title-main {
    font-size: 1.25rem;
    padding: 0.625rem 1.25rem 0.75rem;
  }
}
.p-home-access__item-title-main::after {
  aspect-ratio: 2/1;
  background-color: var(--color--home-access-item);
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: "";
  left: 50%;
  position: absolute;
  top: calc(100% - 0.0625rem);
  translate: -50% 0;
  width: 2.25rem;
}
@media screen and (max-width: 768px) {
  .p-home-access__item-title-main::after {
    width: 1.75rem;
  }
}

.p-home-access__item-address {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1/2;
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  grid-row: 4/5;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-home-access__item-address {
    margin-top: 1.5rem;
  }
}

.p-home-access__item-address-description {
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .p-home-access__item-address-description {
    font-size: 0.875rem;
  }
}

.p-home-access__item-address-list {
  display: -ms-grid;
  display: grid;
  font-weight: 700;
  -ms-grid-columns: auto 1fr;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 768px) {
  .p-home-access__item-address-list {
    font-size: 0.875rem;
  }
}

.p-home-access__item-address-term {
  line-height: 1.75;
}
.p-home-access__item-address-term::after {
  content: "：";
}

.p-home-access__item-address-data {
  line-height: 1.75;
}
.p-home-access__item-address-data a[href*="tel:"],
.p-home-access__item-address-data a[href*="mailto:"] {
  color: unset;
  text-decoration: none;
}

.p-home-access__item-link {
  display: -ms-grid;
  display: grid;
  gap: 1rem;
  -ms-grid-columns: 1fr 1rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1.75rem;
}
@media screen and (max-width: 768px) {
  .p-home-access__item-link {
    gap: 0.5rem;
    -ms-grid-columns: unset;
    grid-template-columns: unset;
  }
}
.p-home-access__item-link > :nth-child(2) {
  background-color: var(--color--home-access-item);
}

.p-home-access__map iframe {
  height: 30rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-home-access__map iframe {
    height: 20rem;
  }
}

/* reserve */
.p-home-reserve {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#04dfdb), to(#c3fed0));
  background-image: linear-gradient(to bottom, #04dfdb 0%, #c3fed0 100%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-home-reserve {
    padding-bottom: 0;
  }
}
.p-home-reserve::before {
  background-image: repeating-linear-gradient(-45deg, color-mix(in srgb, var(--color--base-primary) 20%, transparent), color-mix(in srgb, var(--color--base-primary) 20%, transparent) 0.25rem, transparent 0, transparent 1rem);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-home-reserve > * {
  position: relative;
  z-index: 2;
}

.p-home-reserve__title {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  position: relative;
  row-gap: 1rem;
}
@media screen and (max-width: 768px) {
  .p-home-reserve__title {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
    -ms-grid-columns: 1fr 1rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 0.5rem;
  }
}
.p-home-reserve__title::before, .p-home-reserve__title::after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-home-reserve__title::before, .p-home-reserve__title::after {
    display: block;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    position: unset;
    top: unset;
    translate: unset;
    z-index: unset;
  }
}
.p-home-reserve__title::before {
  aspect-ratio: 19/25;
  background-image: url("../../../lp-koriyama/assets/images/home/reserve/image_illustration-01@2x.png");
  left: 4rem;
  width: 11.875rem;
}
@media screen and (max-width: 768px) {
  .p-home-reserve__title::before {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    left: unset;
    margin-left: auto;
    margin-top: auto;
    width: 7rem;
  }
}
.p-home-reserve__title::after {
  aspect-ratio: 13/14;
  background-image: url("../../../lp-koriyama/assets/images/home/reserve/image_illustration-02@2x.png");
  right: 4rem;
  width: 13rem;
}
@media screen and (max-width: 768px) {
  .p-home-reserve__title::after {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    margin-right: auto;
    margin-top: auto;
    right: unset;
    width: 7.5rem;
  }
}
.p-home-reserve__title > * {
  position: relative;
  z-index: 2;
}

.p-home-reserve__title-main {
  background-color: var(--color--font-primary);
  color: var(--color--base-primary);
  font-size: 3.5rem;
  font-weight: 700;
  padding: 0 3rem 0.25rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-reserve__title-main {
    font-size: 2rem;
    -ms-grid-column-span: 2;
    grid-column: span 2;
    padding: 0 1rem 0.25rem;
    width: 100%;
  }
}
.p-home-reserve__title-main > * {
  color: #fff737;
}

.p-home-reserve__title-sub {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-reserve__title-sub {
    font-size: 0.875rem;
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}

/* introduction */
.p-home-introduction {
  background-image: url("../../../lp-koriyama/assets/images/home/access/image_background.svg");
  background-position: center top;
  background-size: 6rem;
}

.p-home-introduction__title {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  position: relative;
  row-gap: 0.5rem;
}
.p-home-introduction__title::before {
  aspect-ratio: 15/28;
  background-image: url("../../../lp-koriyama/assets/images/home/introduction/image_illustration@2x.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  position: absolute;
  right: -2rem;
  width: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-home-introduction__title::before {
    content: none;
  }
}

.p-home-introduction__title-sub {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-introduction__title-sub {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    font-size: 1.75rem;
  }
}
.p-home-introduction__title-sub::before, .p-home-introduction__title-sub::after {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .p-home-introduction__title-sub::before, .p-home-introduction__title-sub::after {
    font-size: 1.75rem;
  }
}
.p-home-introduction__title-sub::before {
  content: "＼";
}
.p-home-introduction__title-sub::after {
  content: "／";
}
.p-home-introduction__title-sub > * {
  text-decoration: underline;
  text-decoration-color: #faff00;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 1.125rem;
  text-underline-offset: -0.5rem;
}
.p-home-introduction__title-sub > * > * {
  color: #036eb8;
}
.p-home-introduction__title-sub > * > * > * {
  font-family: var(--font-family--jp-secondary);
  font-size: 8rem;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .p-home-introduction__title-sub > * > * > * {
    font-size: 4.5rem;
  }
}

.p-home-introduction__title-main {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-home-introduction__title-main {
    font-size: 1.5rem;
  }
}

.p-home-introduction__body {
  row-gap: var(--section-size--medium);
}

.p-home-introduction__movie iframe {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}

.p-home-introduction__image {
  display: -ms-grid;
  display: grid;
  row-gap: 2rem;
}
.p-home-introduction__image .splide__arrow {
  aspect-ratio: 1;
  background-color: #036eb8;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  width: 4rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-home-introduction__image .splide__arrow {
    width: 2.25rem;
  }
}
.p-home-introduction__image .splide__arrow svg {
  aspect-ratio: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  width: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-home-introduction__image .splide__arrow svg {
    width: 1.125rem;
  }
}
.p-home-introduction__image .splide__arrow svg path {
  fill: var(--color--base-primary);
}
.p-home-introduction__image .splide__arrow--prev {
  left: calc((100% - var(--container-size--small)) / 2);
  scale: -1 1;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  .p-home-introduction__image .splide__arrow--prev {
    left: calc((100% - var(--container-size--x-small)) / 2);
  }
}
.p-home-introduction__image .splide__arrow--next {
  right: calc((100% - var(--container-size--small)) / 2);
  translate: 50% -50%;
}
@media screen and (max-width: 768px) {
  .p-home-introduction__image .splide__arrow--next {
    right: calc((100% - var(--container-size--x-small)) / 2);
  }
}

.p-home-introduction__image-title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-home-introduction__image-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-home-introduction__image-title-sub img {
  max-width: 18rem;
}
@media screen and (max-width: 768px) {
  .p-home-introduction__image-title-sub img {
    max-width: 16rem;
  }
}

.p-home-introduction__image-title-main {
  background-color: #036eb8;
  border-radius: 0.625rem;
  color: var(--color--base-primary);
  font-size: 2rem;
  font-weight: 700;
  padding: 0.5rem 1.75rem 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-home-introduction__image-title-main {
    border-radius: 0.5rem;
    font-size: 1.5rem;
    padding: 0.25rem 1.25rem 0.375rem;
  }
}

.p-home-introduction__image-item img {
  border-radius: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-home-introduction__image-item img {
    border-radius: 0.625rem;
  }
}

/* faq */
.p-home-faq {
  background-color: #ddfbfd;
  background-image: url("../../../lp-koriyama/assets/images/home/access/image_background.svg");
  background-position: center top;
  background-size: 6rem;
}

.p-home-faq__container {
  background-color: var(--color--base-primary);
  border: solid 0.125rem var(--color--font-primary);
  border-radius: 1.25rem;
  -webkit-box-shadow: 0.75rem 0.75rem 0 #2fcfe5;
          box-shadow: 0.75rem 0.75rem 0 #2fcfe5;
  padding: var(--section-size--medium) 4.375rem;
}
@media screen and (max-width: 768px) {
  .p-home-faq__container {
    border-radius: 1rem;
    -webkit-box-shadow: 0.375rem 0.375rem 0 #2fcfe5;
            box-shadow: 0.375rem 0.375rem 0 #2fcfe5;
    padding: 2.5rem 1.25rem;
  }
}

.p-home-faq__item {
  background-color: transparent;
  border-bottom: solid 0.0625rem var(--color--border-primary);
  -webkit-transition: 0.3s ease background-color;
  transition: 0.3s ease background-color;
}
.p-home-faq__item:nth-child(1) {
  border-top: solid 0.0625rem var(--color--border-primary);
}
.p-home-faq__item:has(.p-home-faq__item-accordion.-opened) {
  background-color: #f9f9f9;
}

.p-home-faq__item-question {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  display: -ms-grid;
  display: grid;
  font-size: 1.25rem;
  font-weight: 700;
  -ms-grid-columns: auto 1.5rem 1fr 1.5rem auto;
  grid-template-columns: auto 1fr auto;
  padding: 1.5rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-home-faq__item-question {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    font-size: 1rem;
    line-height: 1.375;
    padding: 1rem 0.75rem;
  }
}
.p-home-faq__item-question::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1;
  background-color: #2fcfe5;
  border-radius: 50%;
  color: var(--color--base-primary);
  content: "Q";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 0.25rem;
  text-align: center;
  width: 3rem;
}
@media screen and (max-width: 768px) {
  .p-home-faq__item-question::before {
    font-size: 1.25rem;
    width: 2rem;
  }
}
.p-home-faq__item-question::after {
  aspect-ratio: 1;
  background-color: var(--color--font-secondary);
  clip-path: polygon(0 45%, 45% 45%, 45% 0, 55% 0, 55% 45%, 100% 45%, 100% 55%, 55% 55%, 55% 100%, 45% 100%, 45% 55%, 0 55%);
  content: "";
  width: 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-home-faq__item-question::after {
    width: 1rem;
  }
}
.p-home-faq__item-question:is(.p-home-faq__item-accordion.-opened *)::after {
  clip-path: polygon(0 45%, 100% 45%, 100% 55%, 0 55%);
}

.p-home-faq__item-visible {
  cursor: pointer;
  display: block;
}
.p-home-faq__item-visible::-webkit-details-marker {
  display: none;
}

.p-home-faq__item-answer {
  display: block;
  line-height: 1.75;
  padding: 0 2.5rem 2rem 7rem;
}
@media screen and (max-width: 768px) {
  .p-home-faq__item-answer {
    font-size: 0.875rem;
    padding: 0 0.75rem 1rem;
  }
}

/* ========================================
// pamphlet - 資料請求ページの設定
// ======================================== */
/* ========================================
// contact - お問い合わせページの設定
// ======================================== */
/* ========================================
// utility - 頻出CSSをクラスに設定
// ======================================== */
/* padding */
.u-pt-0 {
  padding-top: 0 !important;
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

/* margin */
.u-mt-0 {
  margin-top: 0 !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

/* background-color */
.u-bg-primary {
  background-image: linear-gradient(150deg, #00d878 0%, #00d1da 28%, #e3ffd1 100%);
}

/* text-align */
.u-text-left {
  text-align: left;
}

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

.u-text-right {
  text-align: right;
}

/* align-items */
.u-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* justify-content */
.u-justify-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.u-justify-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-justify-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* object-fit */
.u-object-cover img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/* wbr */
.u-wbr {
  overflow-wrap: break-word;
  word-break: keep-all;
}

/* display */
@media screen and (min-width: 769px) {
  .u-desktop-hidden {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-mobile-hidden {
    display: none;
  }
}
/* white-space */
.u-no-wrap {
  white-space: nowrap;
}