@layer resets, setting, layouts, modules, utilities;
@layer resets {
  *,
  *::before,
  *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  :where([hidden]:not([hidden=until-found])) {
    display: none !important;
  }
  :where(html) {
    -webkit-text-size-adjust: none;
    color-scheme: dark light;
    -moz-tab-size: 2;
      -o-tab-size: 2;
         tab-size: 2;
    scrollbar-gutter: stable;
    interpolate-size: allow-keywords;
    line-height: 1.5;
  }
  :where(html:has(dialog:modal[open])) {
    overflow: clip;
  }
  :where(body) {
    line-height: inherit;
    font-family: system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
  }
  :where(button) {
    all: unset;
  }
  :where(input, button, textarea, select) {
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
  }
  :where(textarea) {
    resize: vertical;
    resize: block;
  }
  :where(button, label, select, summary, [role=button], [role=option]) {
    cursor: pointer;
  }
  :where(:disabled, label:has(> :disabled, + disabled)) {
    cursor: not-allowed;
  }
  :where(a) {
    color: inherit;
    text-underline-offset: 0.2ex;
  }
  :where(ul, ol) {
    list-style: none;
  }
  :where(img, svg, video, canvas, audio, iframe, embed, object) {
    display: block;
  }
  :where(img, picture, svg, video) {
    max-inline-size: 100%;
    block-size: auto;
  }
  :where(p, h1, h2, h3, h4, h5, h6) {
    overflow-wrap: break-word;
  }
  :where(h1, h2, h3) {
    line-height: calc(1em + 0.5rem);
    text-wrap: balance;
  }
  :where(hr) {
    border: none;
    border-block-start: 1px solid;
    color: inherit;
    block-size: 0;
    overflow: visible;
  }
  :where(dialog, [popover]) {
    border: none;
    background: none;
    color: inherit;
    inset: unset;
    max-width: unset;
    max-height: unset;
    overflow: unset;
  }
  :where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
    display: none !important;
  }
  :where(:focus-visible) {
    outline: 3px solid CanvasText;
    box-shadow: 0 0 0 5px Canvas;
    outline-offset: 1px;
  }
  :where(:focus-visible, :target) {
    scroll-margin-block: 8vh;
  }
  :where(.visually-hidden:not(:focus-within, :active)) {
    clip-path: inset(50%) !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden !important;
    position: absolute !important;
    white-space: nowrap !important;
    border: 0 !important;
    -webkit-user-select: none !important;
       -moz-user-select: none !important;
            user-select: none !important;
  }
  :where(ol, ul) {
    list-style: none;
  }
  :where(blockquote, q) {
    quotes: none;
  }
  :where(blockquote:before, blockquote:after, q:before, q:after) {
    content: "";
    content: none;
  }
  :where(table) {
    border-collapse: collapse;
    border-spacing: 0;
  }
  :where(img) {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    font-style: italic;
    background-repeat: no-repeat;
    background-size: cover;
    shape-margin: 0.75rem;
  }
  :where(a) {
    text-decoration: none;
  }
  :where(fieldset, legend) {
    display: block;
    float: none;
    min-width: auto;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
    line-height: inherit;
  }
}
@layer setting {
  :root {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    --unit-space: .5rem;
  }
  :root {
    font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-height: 1.75;
    --unit-space: clamp(0.25rem, 0.136rem + 0.48vw, 0.5rem);
    --container-width: 1000px;
    --container-width-xl: 1400px;
    --container-width-l: 1200px;
    --container-width-m: 750px;
    --container-max-width: 2000px;
    --container-padding: calc(var(--unit-space) * 2);
    --breakpoint: 751px;
    --header-base-height: 80px;
    --color-text: #323232;
    --color-text-invert: #fff;
    --color-text-em: rgb(216, 66, 52);
    --color-primary: #082C50;
    --color-bg: #fff;
    --color-bg-primary: #082C50;
    --color-bg-invert: #323232;
    --color-primary1: #082C50;
    --color-secondary1: #003D6D;
    --color-tertiary1: rgb(219, 235 ,242);
    --color-primary2: #A80A48;
    --color-secondary2: #CC275C;
    --color-tertiary3: rgb(247, 230, 228);
    --color-primary3: #A69158;
    --color-gray1: #F2F2F2;
    --color-gray2: #DADADA;
    --color-gray3: #8C8C8C;
    --font-weight-normal: 500;
    --font-weight-bold: 700;
    --z-index-header: 22;
    --z-index-footer: 0;
    --z-index-entry-area: 21;
    --z-index-to-top: 20;
    --font-10: calc(var(--unit-font) * (10 / 16));
    --font-12: calc(var(--unit-font) * (12 / 16));
    --font-14: calc(var(--unit-font) * (14 / 16));
    --font-16: var(--unit-font);
    --font-18: calc(var(--unit-font) * (18 / 16));
    --font-21: calc(var(--unit-font) * (21 / 16));
    --font-24: calc(var(--unit-font) * (24 / 16));
    --font-28: calc(var(--unit-font) * (28 / 16));
    --font-32: calc(var(--unit-font) * (32 / 16));
    --font-36: calc(var(--unit-font) * (36 / 16));
    --font-42: calc(var(--unit-font) * (42 / 16));
    --font-48: calc(var(--unit-font) * (48 / 16));
    --font-56: calc(var(--unit-font) * (56 / 16));
    --font-64: calc(var(--unit-font) * (64 / 16));
    --font-72: calc(var(--unit-font) * (72 / 16));
    --font-80: calc(var(--unit-font) * (80 / 16));
    --font-90: calc(var(--unit-font) * (90 / 16));
    --font-100: calc(var(--unit-font) * (100 / 16));
  }
}
@layer layout {
  html {
    font-size: 62.5%;
  }
  body {
    min-height: 100dvh;
    overflow-x: clip;
    font-family: var(--font-famyly);
    font-size: 1.6rem;
    font-size: var(--unit-font);
    color: #000;
    background-color: #fff;
  }
  body {
    min-height: 100dvh;
    overflow-x: clip;
    font-family: var(--font-famyly);
    font-size: 1.6rem;
    font-size: var(--unit-font);
    color: var(--color-text);
    background-color: var(--color-bg);
  }
  main {
    position: relative;
    overflow: hidden;
  }
  header {
    display: block;
  }
  footer {
    display: block;
  }
}
@layer modules {
  .c-container {
    width: 100%;
    max-width: calc(var(--container-width) + var(--container-padding) * 2);
    padding-inline: var(--container-padding);
    margin-inline: auto;
  }
  .c-container-l {
    width: 100%;
    max-width: calc(var(--container-width-l) + var(--container-padding) * 2);
    padding-inline: var(--container-padding);
    margin-inline: auto;
  }
  .c-page-container {
    width: 100%;
    max-width: var(--container-max-width);
    margin-inline: auto;
  }
  .p-header {
    --header-height: var(--header-base-height);
    container-type: inline-size;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    font-size: var(--font-18);
    color: var(--color-text-invert);
    z-index: var(--z-index-header);
    background-color: var(--color-bg);
  }
  .p-header__container {
    display: block;
    position: relative;
    max-width: var(--container-max-width);
    height: var(--header-height);
    padding-inline: calc(var(--unit-space) * 2);
    margin-inline: auto;
    background-color: var(--color-bg);
    z-index: 2;
    transition: height ease 0.3s, box-shadow ease 0.3s;
    overflow: hidden;
  }
  .p-header__container::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 16%;
    background-image: url(../../assets/img/bg_watercolor_header.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .p-header-bar {
    display: flex;
    align-items: center;
    position: relative;
    height: var(--header-height);
    transition: height ease 0.3s;
  }
  .p-header__logo {
    width: 35%;
    margin-left: 3%;
  }
  .p-header__regist {
    width: 24%;
    max-width: 128px;
    max-height: 50px;
    aspect-ratio: 185/70;
    margin-inline: auto 0;
  }
  .p-header__login {
    width: 22.6285714286%;
    max-width: 120.6857142857px;
    max-height: 50px;
    aspect-ratio: 175/70;
    margin-inline: 0.5% 10%;
  }
  .p-header[data-slim=true] {
    --header-height: calc(var(--header-base-height) - 10px);
  }
  .p-header[data-slim=true] .p-header__container {
    box-shadow: 0 12px 6px -6px rgba(0, 0, 0, 0.0666666667);
  }
  .p-header__hamburger-menu {
    pointer-events: auto;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 10%;
    height: var(--header-height);
    z-index: 2;
    transition: height ease 0.3s;
  }
  .p-header__menu {
    pointer-events: none;
    display: block;
    visibility: hidden;
    position: absolute;
    top: -100vh;
    left: 0;
    right: 0;
    height: 100vh;
    color: var(--color-text);
    background-color: rgba(255, 255, 255, 0.9411764706);
    overscroll-behavior: contain;
    overflow-y: scroll;
    transform: translate(0, 0);
    padding-inline: calc(var(--unit-space) * 2);
    transition: top ease 0.3s, opacity ease 0.5s, visibility ease 0.5s;
    opacity: 0;
    z-index: -1;
  }
  .p-header__hamburger-menu[data-status=opened] {
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0);
  }
  .p-header__hamburger-menu[data-status=opened] + .p-header__menu {
    pointer-events: auto;
    display: block;
    visibility: visible;
    top: 0;
    bottom: 0;
    opacity: 1;
  }
  .p-header__hamburger-menu[data-status=opened] + .p-header__menu::after {
    content: "";
    position: absolute;
    top: 0;
    height: calc(100vh + 1px);
    width: 1px;
    background-color: transparent;
  }
  .p-header__bg-space {
    display: block;
    height: var(--header-base-height);
  }
  .p-header-nav {
    overflow: hidden;
    background-color: var(--color-primary1);
    padding: calc(var(--unit-space) * 4) calc(var(--unit-space) * 2);
    border-radius: 10px;
  }
  .p-header-nav__lists {
    margin-bottom: calc(var(--unit-space) * 4);
  }
  .p-header-nav__lists > li {
    width: 100%;
    text-align: left;
    border-bottom: 2px dashed rgba(255, 255, 255, 0.2666666667);
  }
  .p-header-nav__lists a {
    display: block;
    position: relative;
    padding-block: 0.4em;
    padding-inline: calc(var(--container-padding) * 2) calc(var(--container-padding) * 2 + 1em);
    margin-inline: calc(var(--container-padding) * -2);
    border-radius: 2px;
    transition: background-color ease 0.3s;
    color: var(--color-text-invert);
    background-color: var(--color-primary1);
  }
  .p-header-nav__lists a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    width: 1em;
    height: 0.33333em;
    border-right: 2px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform-origin: right bottom;
    transform: translateY(-50%) skewX(45deg);
  }
  .p-hamburger-menu {
    pointer-events: auto;
    cursor: pointer;
    position: absolute;
    inset-block: calc(var(--unit-space) * 2.5);
    inset-inline: calc(var(--unit-space) * 1.5) calc(var(--unit-space) * 3.5);
  }
  .p-hamburger-menu > div {
    display: block;
    position: absolute;
    inset: 0;
  }
  .p-hamburger-menu > div::before, .p-hamburger-menu > div::after,
  .p-hamburger-menu > div i {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: calc(var(--unit-space) * 0.5);
    background-color: var(--color-text);
    border-radius: 3px;
    transform: translate(0, 0);
    transition: transform ease 0.2s, top ease 0.2s, opacity ease 0.2s;
    transform-origin: center center;
    top: 50%;
  }
  .p-hamburger-menu > div::before {
    transform: translate(0, calc(var(--unit-space) * -2.5));
  }
  .p-hamburger-menu > div::after {
    transform: translate(0, calc(var(--unit-space) * 2.5));
  }
  .p-hamburger-menu > div i {
    top: 50%;
  }
  [data-status=opened] > .p-hamburger-menu > div::before {
    transform: translate(0, -50%) rotate(45deg);
  }
  [data-status=opened] > .p-hamburger-menu > div::after {
    transform: translate(0, -50%) rotate(-45deg);
  }
  [data-status=opened] > .p-hamburger-menu > div i {
    opacity: 0;
  }
  html:has(#js-hamburger-menu[data-status=opened]) {
    overflow: hidden;
  }
  .p-key-visual {
    display: block;
    position: relative;
    z-index: 1;
  }
  .p-key-visual__container {
    display: block;
    container-type: inline-size;
    position: relative;
  }
  .p-key-visual__button-area {
    display: block;
    position: absolute;
    top: 140cqw;
    left: 6cqw;
    width: 88cqw;
    font-size: 1cqw;
  }
  .p-button-area {
    container-type: inline-size;
    display: block;
  }
  .p-button-area--cta {
    max-width: 520px;
    margin-inline: auto;
  }
  .p-button-area__button {
    font-size: 5cqw;
    letter-spacing: 0.125em;
  }
  .p-button-area__note {
    font-size: 3.2cqw;
    letter-spacing: 0.125em;
    text-align: center;
  }
  .p-button {
    --color: var(--color-text-invert);
    --bg-color: var(--color-primary2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1em 3em;
    margin-inline: auto;
    border-radius: 1.5em;
    font-weight: var(--font-weight-bold);
    text-align: center;
    line-height: 1.125;
    color: var(--color);
    background-color: var(--bg-color);
  }
  .p-button::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 1em;
    width: 1em;
    height: 0.33333em;
    border-right: 3px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform-origin: right bottom;
    transform: translateY(-50%) skewX(45deg);
  }
  .p-bg-fixed {
    display: block;
    position: relative;
  }
  .p-bg-fixed__sp,
  .p-bg-fixed__pc,
  .p-bg-fixed__sp-middle,
  .p-bg-fixed__pc-middle {
    display: none;
    position: absolute;
    inset: 0;
    background-repeat: repeat;
    background-position: center top;
    z-index: -1;
  }
  .p-bg-fixed__sp,
  .p-bg-fixed__pc {
    background-repeat: repeat;
    background-position: center top;
  }
  .p-bg-fixed__sp-middle,
  .p-bg-fixed__pc-middle {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }
  .p-bg-fixed__img-sp,
  .p-bg-fixed__img-pc {
    display: none;
    width: 100%;
    z-index: -1;
  }
  .p-title-split {
    container-type: inline-size;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    aspect-ratio: 750/70;
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
  }
  .p-title-split::after {
    content: "";
    position: absolute;
    bottom: -0.75cqw;
    left: 50%;
    width: 9%;
    height: 0.7cqw;
    border-radius: 0.35cqw;
    background-color: var(--color-primary2);
    transform: translateX(-50%);
  }
  .p-title-split > .__col1 {
    flex: 1.2 1 auto;
  }
  .p-title-split > .__col2 {
    flex: 1 20 auto;
  }
  .p-title-split > .__col1 {
    display: block;
    position: relative;
    height: 100%;
  }
  .p-title-split > .__col1 > picture {
    display: block;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    margin-left: auto;
  }
  .p-title-split > .__col1 > picture img {
    width: auto;
    max-width: auto;
    height: 100%;
  }
  .p-title-split > .__col1 > picture::before {
    content: "";
    position: absolute;
    left: -9.5cqw;
    bottom: -1.5cqw;
    aspect-ratio: 1/1;
    height: 142.85714%;
    background-image: url(../../assets/img/title_eye-catch@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: -1;
  }
  .p-title-split > .__col2 {
    display: block;
    position: relative;
    top: 0.5cqw;
    padding-left: 5.5cqw;
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0.125em;
    color: var(--color-primary1);
    font-size: 2.6cqw;
  }
  .p-title-split > .__col2::before {
    content: "";
    display: block;
    position: absolute;
    left: 2.5cqw;
    bottom: 0.4cqw;
    width: 5cqw;
    height: 2px;
    background-color: var(--color-primary1);
    transform-origin: left bottom;
    transform: rotate(-60deg);
  }
  .p-sec-about {
    display: block;
    position: relative;
    z-index: 1;
  }
  .p-sec-about__content {
    container-type: inline-size;
    display: block;
    position: relative;
    max-width: var(--container-max-width);
    padding-inline: var(--container-padding);
    margin-inline: auto;
  }
  .p-sec-about__col1 {
    display: block;
    width: 24em;
    max-width: 100%;
    margin-inline: auto;
    margin-block: 1.5em 2em;
  }
  .p-sec-about__text {
    line-height: 2.5;
    text-align: center;
  }
  .p-sec-about__col2 {
    display: block;
    position: relative;
    width: 95%;
    margin-inline: auto;
  }
  .p-sec-media {
    display: block;
    position: relative;
    margin-top: -15px;
    background-image: url(../../assets/img/bg_watercolor_top-right.png);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 25%;
  }
  .p-sec-media__movie {
    --frame-radius: var(--unit-space);
    display: block;
    position: relative;
  }
  .p-sec-media__movie-aspect {
    display: block;
    position: relative;
    aspect-ratio: 16/9;
    max-width: 640px;
    margin-inline: auto;
    border-radius: var(--frame-radius);
  }
  .p-sec-media__movie-aspect::before, .p-sec-media__movie-aspect::after {
    content: "";
    display: block;
    position: absolute;
  }
  .p-sec-media__movie-aspect::before {
    width: 100%;
    height: 100%;
    top: 1rem;
    left: 1rem;
    border: 1px solid var(--color-primary3);
  }
  .p-sec-media__movie-aspect::after {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    inset: -3px;
    border: 3px solid var(--color-bg);
    border-radius: var(--frame-radius);
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1333333333);
  }
  .p-sec-media__movie-frame {
    display: block;
    position: absolute;
    inset: 0;
    border-radius: var(--frame-radius);
    overflow: hidden;
  }
  .p-sec-media__movie-frame > * {
    display: block;
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-sec-media__title-pr {
    display: block;
    position: relative;
    top: 1.75em;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 90%;
    margin-inline: auto;
  }
  .p-sec-media__logo-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 900px;
    padding-top: 3em;
    margin-inline: auto;
  }
  .p-sec-media__logo-items li {
    width: 50%;
    max-width: 300px;
  }
  .p-sec-media__logo-items li:nth-child(3) {
    margin-inline: 20%;
  }
  .p-sec-media__logo-items li img {
    margin-inline: auto;
  }
  .p-title-talk {
    display: block;
    position: relative;
    padding-bottom: 1em;
    margin: 0 auto 2em;
    font-weight: var(--font-weight-bold);
    line-height: 1.25;
  }
  .p-title-talk .__row {
    display: block;
    margin-inline: auto;
    text-align: center;
    margin-bottom: calc(var(--unit-space) * 2);
    letter-spacing: 0.125em;
    font-feature-settings: "palt";
  }
  .p-title-talk::before, .p-title-talk::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
  }
  .p-title-talk::before {
    width: 100%;
    max-width: 400px;
    border-bottom: 2px solid currentColor;
    transform: translateX(-50%);
  }
  .p-title-talk::after {
    width: 0.75em;
    height: 1.5em;
    border-right: 2px solid currentColor;
    border-bottom: 3px solid currentColor;
    background-color: var(--color-bg);
    transform-origin: left bottom;
    transform: translateX(-50%) rotate(45deg) skewY(45deg);
  }
  .p-sec-howto {
    background-image: url(../../assets/img/bg_watercolor_top-left.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 25%;
  }
  .p-step__step {
    display: block;
  }
  .p-step {
    container-type: inline-size;
    display: block flex;
    position: relative;
    flex-direction: column;
    position: relative;
    width: 100%;
    max-width: 600px;
    padding-bottom: 2em;
    margin: 0 auto 2.5em;
  }
  .p-step:not(:last-of-type) {
    border-bottom: 2px solid var(--color-gray2);
  }
  .p-step:not(:last-of-type)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: calc(-2em - 2px);
    width: 0;
    height: 0;
    border-width: 1em 1.5em;
    border-style: solid;
    border-color: var(--color-primary2) transparent transparent;
    transform: translateX(-50%);
  }
  .p-step__figure {
    display: block;
    width: 65cqw;
    margin-inline: auto;
  }
  .p-step__figure picture {
    display: block;
  }
  .p-step__title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 4em;
    margin: 0 auto 1em;
    font-size: 4.5cqw;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
    color: var(--color-primary1);
  }
  .p-step__title::before, .p-step__title::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
  }
  .p-step__title::before {
    width: 100%;
    max-width: 17em;
    border-bottom: 2px solid currentColor;
    transform: translateX(-50%);
  }
  .p-step__title::after {
    width: 0.8em;
    height: 0.8em;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    background-color: var(--color-bg);
    transform-origin: left bottom;
    transform: translateX(-50%) rotate(45deg);
  }
  .p-step__text {
    max-inline-size: -moz-max-content;
    max-inline-size: max-content;
    width: 100%;
    padding-inline: 1.5em;
    margin-inline: auto;
    line-height: 1.5;
    letter-spacing: 0.0625em;
  }
  .p-sec-worries {
    display: block;
  }
  .p-sec-worries__visual {
    display: block;
  }
  .p-sec-difference {
    display: block;
  }
  .p-sec-difference__bg-fixed-pc {
    background-position: bottom center;
    height: 130px;
    top: auto !important;
    bottom: 60px !important;
  }
  .p-card-item__card {
    --col-gap: calc(var(--unit-space) * 4);
    --row-gap: calc(var(--unit-space) * 5);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: var(--col-gap);
         column-gap: var(--col-gap);
    row-gap: var(--row-gap);
    width: 100%;
  }
  .p-card-item {
    display: block;
    position: relative;
    container-type: inline-size;
    display: flex;
    flex-direction: column;
    width: calc(48% - var(--col-gap) / 2);
    border-radius: 2rem;
  }
  .p-card-item__figure {
    display: block;
    margin-inline: auto;
    max-width: 100%;
  }
  .p-card-item__title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.75em;
    max-width: 100%;
    padding-inline: 0.75em 0.25em;
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.0625em;
    line-height: 1.5;
    text-align: center;
    color: var(--color-primary1);
  }
  .p-card-item__text {
    display: block;
    max-width: 100%;
    padding-inline: 0.75em 0.25em;
    margin-inline: auto;
    line-height: 1.6;
  }
  .p-card-item--type2 {
    background-color: var(--color-bg);
  }
  .p-card-item--type2::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    border: 1px solid var(--color-primary3);
    box-shadow: 0 0 3px 0 rgba(255, 255, 204, 0.5333333333);
    border-radius: 2rem;
    transform: translate(4px, 4px);
    pointer-events: none;
  }
  .p-card-item--type2 .p-card-item__figure {
    width: 45%;
  }
  .p-card-item--type2 .p-card-item__text {
    width: 24em;
    min-height: 5em;
  }
  .p-2tabs {
    container-type: inline-size;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 1px;
    margin-inline: auto;
  }
  .p-2tabs input {
    display: none;
    grid-column: 1/-1;
    grid-row: 1/2;
  }
  .p-2tabs__content {
    display: none;
    grid-column: 1/-1;
    grid-row: 2/-1;
    width: 100%;
    max-width: 640px;
    margin-inline: auto;
    opacity: 0;
    transition: opacity ease-in 0.3s, display ease 0.3s allow-discrete;
  }
  .p-2tabs__label {
    display: block;
    position: relative;
    padding: 0.75em 0.5em;
    margin-bottom: calc(var(--unit-space) * 5);
    border-width: 0.125em;
    border-style: solid;
    border-radius: 2px;
    font-size: min(4.8cqw, var(--font-21));
    font-weight: var(--font-weight-bold);
    font-style: normal;
    letter-spacing: 0.125em;
    line-height: 1;
    text-align: center;
    background-color: var(--color-bg);
    transition: color ease 0.3s, background-color ease 0.3s;
  }
  .p-2tabs__label::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.5em;
    left: 50%;
    width: 1em;
    height: 1em;
    transform-origin: center;
    transform: translateX(-50%) rotate(45deg);
    transition: background-color ease 0.3s;
    z-index: -1;
  }
  .p-2tabs__label:nth-of-type(1) {
    grid-column: 1/2;
    grid-row: 1/2;
    color: var(--color-primary1);
    border-color: var(--color-primary1);
  }
  .p-2tabs__label:nth-of-type(2) {
    grid-column: 2/3;
    grid-row: 1/2;
    color: var(--color-primary2);
    border-color: var(--color-primary2);
  }
  [type=radio]:checked + .p-2tabs__label:nth-of-type(1) {
    color: var(--color-text-invert);
    background-color: var(--color-primary1);
  }
  [type=radio]:checked + .p-2tabs__label:nth-of-type(1)::after {
    background-color: var(--color-primary1);
  }
  [type=radio]:checked + .p-2tabs__label:nth-of-type(2) {
    color: var(--color-text-invert);
    background-color: var(--color-primary2);
  }
  [type=radio]:checked + .p-2tabs__label:nth-of-type(2)::after {
    background-color: var(--color-primary2);
  }
  [type=radio]:checked + .p-2tabs__label + .p-2tabs__content {
    display: block;
    opacity: 1;
  }
  .p-acc-item {
    background-color: var(--color-bg);
    border-radius: 1.5em;
    margin: 10px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2666666667), 0 0 10px 0 rgba(0, 0, 0, 0.3333333333);
    overflow: hidden;
  }
  .p-acc-item__details {
    display: block;
  }
  .p-acc-item__q {
    display: block;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    position: relative;
    padding: 1.5em 4em 1.5em 4em;
    color: var(--color-text-invert);
    background-color: var(--color-primary3);
    line-height: 1.5;
  }
  .p-acc-item__q::-webkit-details-marker {
    display: none;
  }
  .p-acc-item__a {
    overflow: hidden;
    position: relative;
    padding: 0 3.5em 0 4em;
  }
  .p-acc-item__q::before,
  .p-acc-item__a::before {
    content: "";
    display: block;
    position: absolute;
    left: 1.5em;
    width: 1.75em;
    height: 1.75em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transform: translateY(-50%);
  }
  .p-acc-item__q::before {
    top: 50%;
    background-image: url(../../assets/img/faq_icon_q@2x.png);
  }
  .p-acc-item__a::before {
    top: 40%;
    background-image: url(../../assets/img/faq_icon_a@2x.png);
  }
  .p-acc-item__btn {
    display: block;
    position: absolute;
    top: 50%;
    right: 1.5em;
    width: 2.25em;
    height: 2.25em;
    border: 2px solid var(--color-text-invert);
    border-radius: 50%;
    transform: translateY(-50%);
  }
  .p-acc-item__btn::before, .p-acc-item__btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.25em;
    height: 2px;
    background-color: var(--color-text-invert);
    opacity: 1;
    transform-origin: center;
    transition: transform ease 0.3s, opacity ease 0.3s;
  }
  .p-acc-item__btn::before {
    transform: translate(-50%, -50%);
  }
  .p-acc-item__btn::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .p-acc-item__acc {
    display: grid;
    grid-template-rows: 0fr;
    transition: 250ms grid-template-rows ease;
    transform-origin: top;
    transition: grid-template-rows ease-out 0.3s, transform ease-in 0.3s, opacity ease-out 0.5s, padding ease 0.5s;
  }
  .p-acc-item__details[open] .p-acc-item__acc,
  .p-acc-item__details[data-open=open] .p-acc-item__acc,
  .p-acc-item__details[data-open=close][data-status=animated] .p-acc-item__acc {
    opacity: 1;
    grid-template-rows: 1fr;
    transform: scaleY(1);
    padding: 1.5em 0;
  }
  .p-acc-item__details[data-open=close] .p-acc-item__acc,
  .p-acc-item__details[data-open=open][data-status=animated] .p-acc-item__acc {
    opacity: 0;
    grid-template-rows: 0fr;
    transform: scaleY(0);
    padding-top: 0;
    padding-bottom: 0;
  }
  .p-acc-item__details[open] .p-acc-item__btn::before,
  .p-acc-item__details[data-open=open] .p-acc-item__btn::before,
  .p-acc-item__details[data-open=close][data-status=animated] .p-acc-item__btn::before {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
  }
  .p-acc-item__details[open] .p-acc-item__btn::after,
  .p-acc-item__details[data-open=open] .p-acc-item__btn::after,
  .p-acc-item__details[data-open=close][data-status=animated] .p-acc-item__btn::after {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .p-colum-item {
    display: block;
  }
  .p-colum-item__container {
    display: grid;
    grid-template-columns: 35% auto;
    grid-template-rows: auto 1fr auto;
    -moz-column-gap: 5%;
         column-gap: 5%;
    max-width: 960px;
    margin-inline: auto;
  }
  .p-colum-item__figure {
    container-type: inline-size;
    display: block;
    position: relative;
    grid-column: 1/2;
    grid-row: 1/-1;
  }
  .p-colum-item__figure picture {
    display: block;
    border: 3px solid #fff;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1333333333), 0 0 10px 0 rgba(0, 0, 0, 0.2);
  }
  .p-colum-item__figure figcaption {
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    max-width: calc(100% - 6px);
    padding: 0.5em 0.5em;
    font-size: 5cqw;
    line-height: 1.2;
    color: var(--color-text-invert);
    background-color: rgba(102, 34, 0, 0.8666666667);
  }
  .p-colum-item__title {
    display: block;
    grid-column: 2/-1;
    grid-row: 1/2;
    padding-bottom: 0.75em;
    margin-bottom: 0.5em;
    border-bottom: 2px solid var(--color-tertiary3);
    font-weight: var(--font-weight-normal);
  }
  .p-colum-item__text {
    display: block;
    grid-column: 2/-1;
    grid-row: 2/3;
    font-size: 0.875em;
    line-height: 1.5;
  }
  .p-colum-item__link {
    display: block;
    grid-column: 2/-1;
    grid-row: 3/-1;
    width: -moz-fit-content;
    width: fit-content;
    padding-inline: 1em;
    margin-inline: auto 0;
    font-size: 1em;
    font-weight: var(--font-weight-bold);
    text-align: right;
  }
  .p-footer {
    position: sticky;
    top: 100%;
  }
  .p-footer__brand {
    container-type: inline-size;
    display: block;
    margin-inline: auto;
  }
  .p-footer__brand > .__logo {
    display: block;
    width: 55cqw;
    max-width: 300px;
    margin-inline: auto;
  }
  .p-footer__brand > .__text {
    display: block;
    font-size: 2cqw;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    text-align: center;
    line-height: 1.5;
  }
  .p-footer__japhic {
    container-type: inline-size;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-inline: auto;
  }
  .p-footer__japhic > .__logo {
    display: block;
    width: 15cqw;
  }
  .p-footer__japhic > .__text {
    display: block;
    font-size: 2cqw;
    padding-left: 1em;
    width: 40em;
  }
  .p-footer__copyright {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--font-14);
    letter-spacing: 0.125em;
  }
  .p-footer-nav {
    display: block;
  }
  .p-to-top {
    --max-width: 1200px;
    display: block;
    position: fixed;
    right: calc(var(--unit-space) * 2);
    bottom: calc(var(--unit-space) * 2);
    width: 100%;
    max-width: var(--max-width);
    transition: transform ease 0.3s;
    z-index: var(--z-index-to-top);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
    opacity: 0.8;
  }
  .p-to-top__icon {
    pointer-events: auto;
    display: block;
    margin-left: auto;
    width: calc(var(--unit-space) * 16);
    max-width: 64px;
    background-color: #000;
    box-shadow: 0 0 2px 0px rgba(255, 255, 255, 0.5333333333);
  }
}
@layer utilities {
  .\:none {
    display: none;
  }
  .\:block {
    display: block;
  }
  .\:inline {
    display: inline;
  }
  .\:inline-block {
    display: inline-block;
  }
  .\:flex {
    display: flex;
  }
  .font\:normal {
    font-weight: normal;
  }
  .font\:bold {
    font-weight: bold;
  }
  .font\:palt {
    font-feature-settings: "palt";
  }
  .font\:10 {
    font-size: var(--font-10);
  }
  .font\:12 {
    font-size: var(--font-12);
  }
  .font\:14 {
    font-size: var(--font-14);
  }
  .font\:16 {
    font-size: var(--font-16);
  }
  .font\:18 {
    font-size: var(--font-18);
  }
  .font\:21 {
    font-size: var(--font-21);
  }
  .font\:24 {
    font-size: var(--font-24);
  }
  .font\:28 {
    font-size: var(--font-28);
  }
  .font\:32 {
    font-size: var(--font-32);
  }
  .font\:36 {
    font-size: var(--font-36);
  }
  .font\:42 {
    font-size: var(--font-42);
  }
  .font\:48 {
    font-size: var(--font-48);
  }
  .font\:56 {
    font-size: var(--font-56);
  }
  .font\:64 {
    font-size: var(--font-64);
  }
  .font\:72 {
    font-size: var(--font-72);
  }
  .font\:80 {
    font-size: var(--font-80);
  }
  .font\:90 {
    font-size: var(--font-90);
  }
  .font\:100 {
    font-size: var(--font-100);
  }
  .text\:left {
    text-align: left;
  }
  .text\:right {
    text-align: right;
  }
  .text\:center {
    text-align: center;
  }
  .text\:justify {
    text-align: justify;
  }
  .text\:underline {
    text-decoration: underline;
  }
  .w\:fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .pt\:0 {
    padding-top: 0;
  }
  .pt\:\.5 {
    padding-top: calc(var(--unit-space) * 0.5);
  }
  .pt\:1 {
    padding-top: var(--unit-space);
  }
  .pt\:1\.5 {
    padding-top: calc(var(--unit-space) * 1.5);
  }
  .pt\:2 {
    padding-top: calc(var(--unit-space) * 2);
  }
  .pt\:2\.5 {
    padding-top: calc(var(--unit-space) * 2.5);
  }
  .pt\:3 {
    padding-top: calc(var(--unit-space) * 3);
  }
  .pt\:4 {
    padding-top: calc(var(--unit-space) * 4);
  }
  .pt\:5 {
    padding-top: calc(var(--unit-space) * 5);
  }
  .pt\:7\.5 {
    padding-top: calc(var(--unit-space) * 7.5);
  }
  .pt\:10 {
    padding-top: calc(var(--unit-space) * 10);
  }
  .pt\:15 {
    padding-top: calc(var(--unit-space) * 15);
  }
  .pt\:20 {
    padding-top: calc(var(--unit-space) * 20);
  }
  .pt\:25 {
    padding-top: calc(var(--unit-space) * 25);
  }
  .pt\:30 {
    padding-top: calc(var(--unit-space) * 30);
  }
  .pb\:0 {
    padding-bottom: 0;
  }
  .pb\:\.5 {
    padding-bottom: calc(var(--unit-space) * 0.5);
  }
  .pb\:1 {
    padding-bottom: var(--unit-space);
  }
  .pb\:1\.5 {
    padding-bottom: calc(var(--unit-space) * 1.5);
  }
  .pb\:2 {
    padding-bottom: calc(var(--unit-space) * 2);
  }
  .pb\:2\.5 {
    padding-bottom: calc(var(--unit-space) * 2.5);
  }
  .pb\:3 {
    padding-bottom: calc(var(--unit-space) * 3);
  }
  .pb\:4 {
    padding-bottom: calc(var(--unit-space) * 4);
  }
  .pb\:5 {
    padding-bottom: calc(var(--unit-space) * 5);
  }
  .pb\:7\.5 {
    padding-bottom: calc(var(--unit-space) * 7.5);
  }
  .pb\:10 {
    padding-bottom: calc(var(--unit-space) * 10);
  }
  .pb\:15 {
    padding-bottom: calc(var(--unit-space) * 15);
  }
  .pb\:20 {
    padding-bottom: calc(var(--unit-space) * 20);
  }
  .pb\:25 {
    padding-bottom: calc(var(--unit-space) * 25);
  }
  .pb\:30 {
    padding-bottom: calc(var(--unit-space) * 30);
  }
  .mt\:0 {
    margin-top: 0;
  }
  .mt\:\.5 {
    margin-top: calc(var(--unit-space) * 0.5);
  }
  .mt\:1 {
    margin-top: var(--unit-space);
  }
  .mt\:1\.5 {
    margin-top: calc(var(--unit-space) * 1.5);
  }
  .mt\:2 {
    margin-top: calc(var(--unit-space) * 2);
  }
  .mt\:2\.5 {
    margin-top: calc(var(--unit-space) * 2.5);
  }
  .mt\:3 {
    margin-top: calc(var(--unit-space) * 3);
  }
  .mt\:4 {
    margin-top: calc(var(--unit-space) * 4);
  }
  .mt\:5 {
    margin-top: calc(var(--unit-space) * 5);
  }
  .mt\:7\.5 {
    margin-top: calc(var(--unit-space) * 7.5);
  }
  .mt\:10 {
    margin-top: calc(var(--unit-space) * 10);
  }
  .mt\:15 {
    margin-top: calc(var(--unit-space) * 15);
  }
  .mt\:20 {
    margin-top: calc(var(--unit-space) * 20);
  }
  .mt\:25 {
    margin-top: calc(var(--unit-space) * 25);
  }
  .mt\:30 {
    margin-top: calc(var(--unit-space) * 30);
  }
  .mb\:0 {
    margin-bottom: 0;
  }
  .mb\:\.5 {
    margin-bottom: calc(var(--unit-space) * 0.5);
  }
  .mb\:1 {
    margin-bottom: var(--unit-space);
  }
  .mb\:1\.5 {
    margin-bottom: calc(var(--unit-space) * 1.5);
  }
  .mb\:2 {
    margin-bottom: calc(var(--unit-space) * 2);
  }
  .mb\:2\.5 {
    margin-bottom: calc(var(--unit-space) * 2.5);
  }
  .mb\:3 {
    margin-bottom: calc(var(--unit-space) * 3);
  }
  .mb\:4 {
    margin-bottom: calc(var(--unit-space) * 4);
  }
  .mb\:5 {
    margin-bottom: calc(var(--unit-space) * 5);
  }
  .mb\:7\.5 {
    margin-bottom: calc(var(--unit-space) * 7.5);
  }
  .mb\:10 {
    margin-bottom: calc(var(--unit-space) * 10);
  }
  .mb\:15 {
    margin-bottom: calc(var(--unit-space) * 15);
  }
  .mb\:20 {
    margin-bottom: calc(var(--unit-space) * 20);
  }
  .mb\:25 {
    margin-bottom: calc(var(--unit-space) * 25);
  }
  .mb\:30 {
    margin-bottom: calc(var(--unit-space) * 30);
  }
  .z-index\:0 {
    z-index: 0;
  }
  .z-index\:1 {
    z-index: 1;
  }
  .z-index\:2 {
    z-index: 2;
  }
  .z-index\:-1 {
    z-index: -1;
  }
  .order\:0 {
    order: 0;
  }
  .order\:1 {
    order: 1;
  }
  .order\:2 {
    order: 2;
  }
  .order\:3 {
    order: 3;
  }
  .order\:4 {
    order: 4;
  }
  .order\:5 {
    order: 5;
  }
  .color\:text {
    color: var(--color-text);
  }
  .color\:text-invert {
    color: var(--color-text-invert);
  }
  .color\:em {
    color: var(--color-text-em);
  }
  .color\:primary1 {
    color: var(--color-primary1);
  }
  .color\:primary2 {
    color: var(--color-primary2);
  }
  .color\:primary3 {
    color: var(--color-primary3);
  }
  .\:auto-phrase {
    word-break: auto-phrase;
    overflow-wrap: anywhere;
  }
}
#main .splide__pagination {
  bottom: calc(var(--unit-space) * 2);
}

#main .splide__pagination__page {
  display: inline-block;
  position: relative;
  background: #fff;
  border: 1px solid var(--color-primary1);
  width: 2.75em;
  height: 0.7em;
  border-radius: 0.6em;
  padding: 0;
  margin: 0.4em;
  opacity: 1;
  transition: background-color 0.3s ease;
}

#main .splide__pagination__page.is-active {
  background: var(--color-primary1);
  transform: scale(1);
}

#main .splide {
  padding-bottom: calc(var(--unit-space) * 15);
}

#main .splide__arrow {
  top: 30%;
  width: 10cqw;
  height: 5cqw;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0;
}

#main .splide__arrow--prev {
  background-image: url(../../assets/img/slider_arrow_l@2x.png);
}

#main .splide__arrow--next {
  background-image: url(../../assets/img/slider_arrow_r@2x.png);
}

#main .splide__arrow svg {
  display: none;
}

#main .splide__arrow:disabled {
  opacity: 1;
}

@media (min-width: 0px) and (max-width: 374px){
    :root {
      --unit-font: clamp(0rem, 6.84vw, 1.6rem);
      --unit-space: clamp(0rem, 1.07vw, .25rem);
    }
}

@media (min-width: 0px) and (max-width: 750px){
    .p-bg-fixed__sp,
    .p-bg-fixed__sp-middle,
    .p-bg-fixed__img-sp {
      display: block;
    }
    .p-bg-fixed__sp {
      background-size: 100%;
    }
    .p-footer-nav ul {
      display: block;
      justify-content: center;
      line-height: 1;
      margin-inline: calc(var(--container-padding) * -1);
    }
    .p-footer-nav li {
      padding: 0;
      margin: 0;
      border-top: 1px solid currentColor;
    }
    .p-footer-nav li:last-child {
      border-bottom: 1px solid currentColor;
    }
    .p-footer-nav li a {
      display: block;
      position: relative;
      padding: 1.5em 2em 1.5em 1em;
    }
    .p-footer-nav li a::after {
      content: "";
      display: block;
      position: absolute;
      top: 1.74em;
      right: var(--container-padding);
      width: 1.5em;
      height: 0.5em;
      border-right: 2px solid currentColor;
      border-bottom: 1.5px solid currentColor;
      transform-origin: right bottom;
      transform: skewX(45deg);
    }
}

@media (min-width: 0px) and (max-width: 767px){
    .\/pc {
      display: none;
    }
}

@media (min-width: 375px){
    :root {
      --unit-font: 1.5rem;
      --unit-space: clamp(.25rem, .146rem + .44vw, .5rem);
    }
}

@media (min-width: 751px){
    :root {
      --unit-font: 1.6rem;
      --header-base-height: 170px;
    }
    .p-header[data-slim=true] {
      --header-height: calc(var(--header-base-height) - 70px);
    }
    .p-header__container {
      padding-left: 5%;
    }
    .p-header__container::after {
      width: 18%;
      bottom: -7px;
    }
    .p-header-bar {
      display: flex;
      align-items: center;
      position: relative;
      max-width: 1500px;
      margin-inline: auto;
    }
    .p-header__logo {
      width: 350px;
      margin-left: 0;
    }
    .p-header__regist {
      width: 22%;
      max-width: 260px;
      max-height: none;
      aspect-ratio: 260/70;
      margin-inline: auto 0;
    }
    .p-header__login {
      width: 21.1538461538%;
      max-width: 250px;
      max-height: none;
      aspect-ratio: 250/70;
      margin-inline: 0.5% 0;
    }
    .p-header__btn {
      width: 100%;
      height: auto;
    }
    .p-header__hamburger-menu {
      display: none;
    }
    .p-key-visual {
      margin-bottom: calc(var(--unit-space) * 7.5);
    }
    .p-key-visual__button-area {
      top: 30.4cqw;
      left: 65cqw;
      width: 25cqw;
    }
    .p-bg-fixed__pc,
    .p-bg-fixed__pc-middle,
    .p-bg-fixed__img-pc {
      display: block;
    }
    .p-bg-fixed__pc-middle {
      background-size: cover;
    }
    .p-bg-fixed__pc {
      left: min(0px, (var(--container-max-width) - 100vw) / -2);
      width: var(--container-max-width);
    }
    .p-title-split {
      max-width: 640px;
    }
    .p-title-split > .__col2 {
      padding-left: 6cqw;
      font-size: 2.75cqw;
    }
    .p-sec-about__addjust-y {
      margin-top: 6cqw;
    }
    .p-sec-about__content {
      display: flex;
      justify-content: center;
    }
    .p-sec-about__col1 {
      display: flex;
      width: 50%;
      text-align: left;
      margin-inline: 0.5em 0;
      margin-block: 1em 1em;
    }
    .p-sec-about__text {
      width: 25em;
      margin-inline: auto 1em;
      text-align: left;
    }
    .p-sec-about__col2 {
      width: 50%;
    }
    .p-sec-about__figure {
      display: block;
      position: absolute;
      bottom: 1cqw;
      left: 10%;
      width: 39cqw;
    }
    .p-sec-media {
      margin-top: -50px;
      background-size: auto;
    }
    .p-sec-media__title-pr {
      max-width: 450px;
    }
    .p-sec-media__logo-items {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    .p-sec-media__logo-items li {
      width: 33.33333%;
      max-width: 300px;
    }
    .p-sec-media__logo-items li:nth-child(3) {
      margin-inline: auto;
    }
    .p-title-talk::before {
      max-width: 550px;
    }
    .p-sec-howto {
      background-size: auto;
    }
    .p-step__step {
      display: flex;
    }
    .p-step:not(:last-of-type) {
      border-bottom: none;
      border-right: 2px solid var(--color-gray2);
    }
    .p-step:not(:last-of-type)::after {
      left: auto;
      right: calc(-2.5em - 2px);
      bottom: 50%;
      border-width: 1.25em 1.25em;
      border-style: solid;
      border-color: transparent transparent transparent var(--color-primary2);
      transform: translateY(50%);
    }
    .p-step__title {
      height: 5.5em;
      margin-bottom: 1.5em;
    }
    .p-step__title::before {
      width: 14em;
    }
    .p-step__text {
      max-width: 19em;
    }
    .p-sec-worries__visual {
      width: 100%;
      aspect-ratio: 1050/770;
    }
    .p-sec-worries__visual img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
    }
    .p-card-item__card {
      --gap-row: calc(var(--unit-space) * 8);
    }
    .p-card-item__figure {
      width: 75%;
    }
    .p-card-item__text {
      width: 75%;
    }
    .p-card-item--type2 {
      background-color: var(--color-bg);
    }
    .p-card-item--type2::after {
      transform: translate(6px, 6px);
    }
    .p-card-item--type2 .p-card-item__figure {
      width: 35%;
    }
    .p-card-item--type2 .p-card-item__text {
      width: 24em;
    }
    .p-2tabs {
      display: flex;
      gap: var(--unit-space);
    }
    .p-2tabs__label {
      display: none;
    }
    .p-2tabs__content {
      display: block;
      opacity: 1;
      max-width: 520px;
    }
    .p-colum-item__container {
      grid-template-columns: 25% auto;
    }
    .p-colum-item__link {
      font-size: 1.125em;
      margin-inline: auto 2em;
    }
    .p-footer__brand {
      max-width: 620px;
    }
    .p-footer__brand > .__text {
      font-size: 2cqw;
    }
    .p-footer__japhic {
      max-width: 620px;
    }
    .p-footer-nav ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      line-height: 1;
    }
    .p-footer-nav li a {
      padding: 0 0.75em 0.125em;
      margin-bottom: 0.5em;
    }
    .p-footer-nav li:not(:last-child) {
      border-right: 1px solid currentColor;
    }
    .font\:10\/pc {
      font-size: var(--font-10);
    }
    .font\:12\/pc {
      font-size: var(--font-12);
    }
    .font\:14\/pc {
      font-size: var(--font-14);
    }
    .font\:16\/pc {
      font-size: var(--font-16);
    }
    .font\:18\/pc {
      font-size: var(--font-18);
    }
    .font\:21\/pc {
      font-size: var(--font-21);
    }
    .font\:24\/pc {
      font-size: var(--font-24);
    }
    .font\:28\/pc {
      font-size: var(--font-28);
    }
    .font\:32\/pc {
      font-size: var(--font-32);
    }
    .font\:36\/pc {
      font-size: var(--font-36);
    }
    .font\:42\/pc {
      font-size: var(--font-42);
    }
    .font\:48\/pc {
      font-size: var(--font-48);
    }
    .font\:56\/pc {
      font-size: var(--font-56);
    }
    .font\:64\/pc {
      font-size: var(--font-64);
    }
    .font\:72\/pc {
      font-size: var(--font-72);
    }
    .font\:80\/pc {
      font-size: var(--font-80);
    }
    .font\:90\/pc {
      font-size: var(--font-90);
    }
    .font\:100\/pc {
      font-size: var(--font-100);
    }
    .order\:0\/pc {
      order: 0;
    }
    .order\:1\/pc {
      order: 1;
    }
    .order\:2\/pc {
      order: 2;
    }
    .order\:3\/pc {
      order: 3;
    }
    .order\:4\/pc {
      order: 4;
    }
    .order\:5\/pc {
      order: 5;
    }
  #main .splide {
    container-type: inline-size;
  }
  #main .splide__pagination__page {
    width: 3.5em;
    height: 0.8em;
    margin: 0.45em;
  }
  #main .splide__arrow {
    top: 30%;
    width: 3cqw;
    height: 2cqw;
  }
  #js-media-splide .splide__slide {
    flex-shrink: 1;
  }
  #main .splide__arrow--prev {
    left: 30cqw;
  }
  #main .splide__arrow--next {
    right: 30cqw;
  }
}

@media (min-width: 768px){
    .\/sp {
      display: none;
    }
}

@media (min-width: 1024px){
    .p-sec-worries__visual {
      height: 770px;
    }
}

@media (min-width: 1200px){
    .p-sec-about__col1 {
      width: 50%;
      margin-inline: auto 0;
      margin-block: 3em 0;
    }
    .p-sec-about__col2 {
      width: 50%;
      aspect-ratio: 3/1;
    }
    .p-sec-about__figure {
      top: -7.25cqw;
      bottom: auto;
      left: 10%;
      width: 39cqw;
    }
}

@media (min-width: 1280px){
    :root {
      --unit-font: 1.6rem;
      --unit-space: .5rem;
    }
}

@media (any-hover: hover){
    .p-header__regist,
    .p-header__login {
      transition: filter ease 0.3s;
    }
    .p-header__regist:hover,
    .p-header__login:hover {
      filter: contrast(75%) saturate(125%) brightness(125%) hue-rotate(15deg);
    }
    .p-header-nav__lists a:hover {
      background-color: rgba(255, 255, 255, 0.0666666667);
    }
    .p-button {
      transition: filter ease 0.3s;
    }
    .p-button:hover {
      filter: contrast(75%) saturate(125%) brightness(125%) hue-rotate(15deg);
    }
    .p-footer-nav li a {
      transition: background-color ease 0.3s;
    }
    .p-footer-nav li a:hover {
      background-color: rgba(17, 0, 68, 0.0470588235);
    }
    .\:hover,
    .\:hover2 {
      transition: filter 0.3s ease;
      cursor: pointer;
    }
    .\:hover:hover {
      filter: hue-rotate(-15deg) invert(5%);
    }
    .\:hover2:hover {
      filter: hue-rotate(-15deg) invert(20%);
    }
}

@media (prefers-reduced-motion: no-preference){
    :where(html:focus-within) {
      scroll-behavior: smooth;
    }
}
