@media (max-width: 360px) {
    html {
        font-size: 4.4444444444vw;
    }
}

@media (min-width: 361px) {
    html {
        font-size: 100%;
    }
}

@media screen and (min-width: 768px) {
    html {
        font-size: max(10px, 1.2030075188vw);
    }
}

@media (min-width: 1330px) {
    html {
        font-size: 100%;
    }
}

body {
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #231815;
}

body.fixed {
    overflow: hidden;
}

@media screen and (min-width: 768px) {

    a,
    button {
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    a:hover,
    button:hover {
        opacity: 0.8;
        cursor: pointer;
    }
}

[tabindex="-1"]:focus {
    outline: none;
}

.js-fadeUp {
    --ease-out-quint: cubic-bezier(0.22, 1, 0.36, 1);
    --ease-out-cubic: cubic-bezier(0.33, 1, 0.68, 1);
    opacity: 0;
    translate: 0 13%;
}

.js-fadeUp.isActive {
    opacity: 1;
    translate: 0;
    -webkit-transition-duration: 1.8s;
    transition-duration: 1.8s;
    -webkit-transition-timing-function: opacity var(--ease-out-cubic), translate var(--ease-out-quint);
    transition-timing-function: opacity var(--ease-out-cubic), translate var(--ease-out-quint);
}

/*
	* Modern CSS Reset (2024 Updated Version)
	* Based on modern-css-reset with additional optimizations
	*/
/* Box sizing rules */
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Remove default margin and padding */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol,
li {
    margin: 0;
    padding: 0;
}

/* List reset */
ul,
ol {
    list-style: none;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    min-height: 100dvh;
    /* Modern viewport height */
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Link reset */
a {
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}

/* Modern image handling */
img,
picture,
svg,
video,
canvas {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

/* Aspect ratio support */
img[style*=aspect-ratio] {
    height: 100%;
}

/* Form element reset */
input,
button,
textarea,
select {
    padding: 0;
    margin: 0;
}

/* Modern button reset */
button {
    cursor: pointer;
    color: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
}

/* Smooth scrolling with fallback */
/* Remove animations for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
    }
}

/* Details and summary reset */
summary {
    display: block;
    cursor: pointer;
}

summary::-webkit-details-marker {
    display: none;
}

/* Modern hover states */
@media (any-hover: hover) {

    a,
    button {
        -webkit-transition: opacity 0.3s ease;
        transition: opacity 0.3s ease;
    }

    a:hover,
    button:hover {
        opacity: 0.7;
    }
}

/* Touch device optimization */
@media (hover: none) {

    a:hover,
    button:hover {
        opacity: 1;
    }
}

/* Modern focus styles */
:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

:focus:not(:focus-visible) {
    outline: none;
}

/* Modern scrollbar styling */
* {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, .3) transparent;
}

*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3);
    border-radius: 4px;
}

/* Prevent image drag and select */
img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
}

/* Fix for iOS tap highlight */
* {
    -webkit-tap-highlight-color: transparent;
}

/* Modern text selection */
::-moz-selection {
    background-color: rgba(0, 0, 0, .1);
}

::selection {
    background-color: rgba(0, 0, 0, .1);
}

.l-about {
    height: 6.25rem;
}

@media screen and (min-width: 768px) {
    .l-about {
        height: 24rem;
    }
}

.l-blog {
    padding-top: 1.25rem;
}

.l-client {
    padding: 2.5rem 0;
}

@media screen and (min-width: 768px) {
    .l-company {
        padding: 8rem 0 6.125rem;
    }
}

.l-consulting {
    padding: 1rem 0 2rem;
}

@media screen and (min-width: 768px) {
    .l-consulting {
        padding: 1.25rem 0 3.75rem;
    }
}

.l-contact-box {
    padding: 1.5625rem 0 2.5rem;
}

.contact-box-hr{
    background-color: #231815 !important;
}

.contact-box-tr{
    background-color:  #004386 !important;
}


@media screen and (min-width: 768px) {
    .l-contact-box {
        padding: 2.75rem 0 4.5625rem;
    }
}

.l-faq {
    padding: 3.75rem 0;
}

@media screen and (min-width: 768px) {
    .l-faq {
        padding: 7.5rem 0;
    }
}

.l-flow {
    padding: 1.25rem 0 2.5rem;
}

@media screen and (min-width: 768px) {
    .l-flow {
        padding: 1.6875rem 0 6.25rem;
    }
}

.l-footer {
    padding-top: 3.3125rem;
}

@media screen and (min-width: 768px) {
    .l-footer {
        padding-top: 4.375rem;
    }
}

.l-form {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
}

@media screen and (min-width: 768px) {
    .l-form {
        padding-top: 5rem;
        padding-bottom: 6.25rem;
    }
}

.l-fv {
    height: 100vh;
}

@media screen and (min-width: 768px) {
    .l-fv {
        height: auto;
    }
}

.l-header {
    width: 100%;
    padding: 0.6875rem 0.875rem;
}

@media screen and (min-width: 768px) {
    .l-header {
        padding: 2.1875rem 2.75rem;
        height: auto;
    }
}

.l-inner {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 34.375rem;
    position: relative;
    z-index: 2;
}

@media screen and (min-width: 768px) {
    .l-inner {
        max-width: 1330px;
        padding-right: 1.5625rem;
        padding-left: 1.5625rem;
    }
}

.l-interview {
    padding: 2.5rem 0;
}

@media screen and (min-width: 768px) {
    .l-interview {
        padding: 1.875rem 0 6.25rem;
    }
}

.l-link {
    padding-top: 0.25rem;
}

.l-media {
    padding: 3.75rem 0;
}

.l-member {
    padding-top: 2.5rem;
}

@media screen and (min-width: 768px) {
    .l-member {
        padding-top: 3.125rem;
    }
}

.l-news {
    padding: 3.75rem 0;
}

@media screen and (min-width: 768px) {
    .l-news {
        padding: 7rem 0 10.625rem;
    }
}

.l-omoi {
    padding: 1.875rem 0 2rem;
}

@media screen and (min-width: 768px) {
    .l-omoi {
        padding: 3.0625rem 0 10rem;
    }
}

.l-outside {
    padding-top: 2.5rem;
}

@media screen and (min-width: 768px) {
    .l-outside {
        padding-top: 3.875rem;
    }
}

.l-overview {
    padding-top: 2.5rem;
}

@media screen and (min-width: 768px) {
    .l-overview {
        padding-top: 3.75rem;
    }
}

.l-page-top {
    margin-top: 2.5rem;
    padding-top: 0.625rem;
    padding-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
    .l-page-top {
        margin-top: 8rem;
        padding-top: 5rem;
        padding-bottom: 1.875rem;
    }
}

@media screen and (min-width: 768px) {
    .l-page-top.company {
        padding-bottom: 3.75rem;
    }
}

.l-partner {
    padding-top: 2.375rem;
    padding-bottom: 7.6875rem;
}

@media screen and (min-width: 768px) {
    .l-partner {
        padding-top: 5rem;
        padding-bottom: 10.3125rem;
    }
}

.l-philosophy {
    padding-top: 1rem;
}

@media screen and (min-width: 768px) {
    .l-philosophy {
        padding-top: 2.5rem;
    }
}

.l-point {
    padding: 1rem 0 3.125rem;
}

@media screen and (min-width: 768px) {
    .l-point {
        padding: 10.4375rem 0 6.25rem;
    }
}

.l-price {
    padding: 3.75rem 0;
}

@media screen and (min-width: 768px) {
    .l-price {
        padding: 7.5rem 0;
    }
}

.l-privacy {
    padding: 2.5rem 0;
}

@media screen and (min-width: 768px) {
    .l-privacy {
        padding: 5rem 0;
    }
}

.l-product {
    padding: 0.75rem 0 1.9375rem;
}

@media screen and (min-width: 768px) {
    .l-product {
        padding: 9.625rem 0 16.375rem;
    }
}

.l-recommend {
    padding-bottom: 2.5rem;
}

@media screen and (min-width: 768px) {
    .l-recommend {
        padding-bottom: 0;
    }
}

.l-recruit {
    padding-top: 2.5rem;
}

@media screen and (min-width: 768px) {
    .l-recruit {
        padding-top: 3.75rem;
    }
}

.l-relation {
    padding: 2.5rem 0;
}

@media screen and (min-width: 768px) {
    .l-relation {
        padding: 3.125rem 0 1.875rem;
    }
}

.l-rule {
    padding: 1.25rem 0 2.5rem;
}

@media screen and (min-width: 768px) {
    .l-rule {
        padding: 2.5rem 0 4.375rem;
    }
}

.l-service-overview {
    padding: 2.5rem 0;
}

@media screen and (min-width: 768px) {
    .l-service-overview {
        padding: 4.5rem 0 5.0625rem;
    }
}

.l-service {
    padding-top: 0;
    padding-bottom: 3.125rem;
}

@media screen and (min-width: 768px) {
    .l-service {
        padding-bottom: 6.5rem;
    }
}

.l-single {
    padding-top: 0.625rem;
    padding-bottom: 5rem;
}

@media screen and (min-width: 768px) {
    .l-single {
        padding-top: 2.8125rem;
        padding-bottom: 10rem;
    }
}

.l-target {
    padding: 3.75rem 0;
}

@media screen and (min-width: 768px) {
    .l-target {
        padding: 7.8125rem 0;
    }
}

.l-teams {
    padding-top: 1.875rem;
}

.l-tel {
    padding: 1rem 0;
}

@media screen and (min-width: 768px) {
    .l-tel {
        padding: 1.5rem 0;
    }
}

.l-thanks {
    padding: 3.75rem 0;
}

@media screen and (min-width: 768px) {
    .l-thanks {
        padding: 7.5rem 0;
    }
}

.l-unison {
    padding-top: 1rem;
}

@media screen and (min-width: 768px) {
    .l-unison {
        padding-top: 5.4375rem;
    }
}

.c-bg-anime::before {
    background: #8fc320;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    opacity: 0;
    z-index: -1;
}

.c-bg-anime-tr::before {
    background: #004386;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: left center;
    transform-origin: left center;
    opacity: 0;
    z-index: -1;
}

.js-view.is-inview .c-bg-anime::before {
    -webkit-animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.js-view.is-inview .c-bg-anime-tr::before {
    -webkit-animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@-webkit-keyframes bg {
    0% {
        opacity: 0;
        -webkit-transform: scaleX(0) translateX(-5%);
        transform: scaleX(0) translateX(-5%);
    }

    30% {
        -webkit-transform: scaleX(1) translateX(0);
        transform: scaleX(1) translateX(0);
    }

    100% {
        -webkit-transform: scaleX(1) translateX(0);
        transform: scaleX(1) translateX(0);
    }

    30%,
    100% {
        opacity: 1;
    }
}

@keyframes bg {
    0% {
        opacity: 0;
        -webkit-transform: scaleX(0) translateX(-5%);
        transform: scaleX(0) translateX(-5%);
    }

    30% {
        -webkit-transform: scaleX(1) translateX(0);
        transform: scaleX(1) translateX(0);
    }

    100% {
        -webkit-transform: scaleX(1) translateX(0);
        transform: scaleX(1) translateX(0);
    }

    30%,
    100% {
        opacity: 1;
    }
}

.c-btn {
    display: block;
    width: 8rem;
    padding-bottom: 0.3125rem;
    border-bottom: 1px solid #8fc320;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #8fc320;
    position: relative;
}

@media screen and (min-width: 768px) {
    .c-btn {
        padding-bottom: 0.5rem;
    }
}

.c-btn::after {
    content: "";
    width: 1rem;
    height: 0.25rem;
    background: url(../images/icon_arrow.svg) no-repeat center/cover;
    position: absolute;
    top: 0.375rem;
    right: 0;
}

.c-card-blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
}

@media screen and (min-width: 768px) {
    .c-card-blog {
        gap: 1.5rem;
    }
}

.c-card-blog__img {
    width: 8.125rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (min-width: 768px) {
    .c-card-blog__img {
        width: 12.5rem;
    }
}

.c-card-blog__img img {
    aspect-ratio: 200/141;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-card-blog__title {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.7142857143;
}

@media screen and (min-width: 768px) {
    .c-card-blog__title {
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.5;
    }
}

.c-card-blog__meta {
    margin-top: 0.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.6875rem;
}

@media screen and (min-width: 768px) {
    .c-card-blog__meta {
        gap: 5rem;
    }
}

.c-card-blog__category {
    padding: 0.3125rem 0.625rem;
    background-color: #f6f6f6;
    font-size: 0.75rem;
    letter-spacing: 0.056em;
    line-height: 1.4166666667;
}

.c-card-blog__time {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    line-height: 1.4166666667;
    color: #bbbbbb;
}

.c-card-case {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
    padding: 0.5rem;
    background-color: #ffffff;
    border: 1px solid #8fc320;
    border-radius: 0.3125rem;
}

@media screen and (min-width: 768px) {
    .c-card-case {
        padding: 1rem;
    }
}

.c-card-case__logo {
    text-align: center;
}

.c-card-case__logo img {
    aspect-ratio: 28/5;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.c-card-case__name {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1.8125;
}

@media screen and (min-width: 768px) {
    .c-card-case__name {
        margin-top: 1rem;
        font-size: 1rem;
    }
}

.c-card-case__img {
    margin-top: 0.375rem;
}

@media screen and (min-width: 768px) {
    .c-card-case__img {
        margin-top: 0.625rem;
    }
}

.c-card-case__img img {
    aspect-ratio: 280/147;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-card-case__body {
    margin-top: 0.375rem;
}

@media screen and (min-width: 768px) {
    .c-card-case__body {
        margin-top: 0.8125rem;
    }
}

.c-card-case__title-img img {
    aspect-ratio: 75/30;
    width: 3.125rem;
    height: 1.25rem;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (min-width: 768px) {
    .c-card-case__title-img img {
        width: 4.6875rem;
        height: 1.875rem;
    }
}

.c-card-case__title {
    margin-top: 0.375rem;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 1.6666666667;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

@media screen and (min-width: 768px) {
    .c-card-case__title {
        margin-top: 0.625rem;
        font-size: 1.5rem;
    }
}

.c-card-case__list {
    margin-top: 0.375rem;
    padding-top: 0.375rem;
    border-top: 1px solid #b4b4b4;
}

@media screen and (min-width: 768px) {
    .c-card-case__list {
        margin-top: 0.625rem;
        padding-top: 1rem;
    }
}

.c-card-case__item {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.75;
}

@media screen and (min-width: 768px) {
    .c-card-case__item {
        font-size: 1rem;
    }
}

.c-card-interview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
}

@media screen and (min-width: 768px) {
    .c-card-interview {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 1.875rem;
    }
}

@media screen and (min-width: 768px) {
    .c-card-interview__img {
        width: 50%;
    }
}

.c-card-interview__img img {
    aspect-ratio: 698/367;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .c-card-interview__body {
        width: 50%;
    }
}

.c-card-interview__title {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.6;
}

@media screen and (min-width: 768px) {
    .c-card-interview__title {
        font-size: 1.5625rem;
    }
}

.c-card-interview__text {
    margin-top: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.6666666667;
}

@media screen and (min-width: 768px) {
    .c-card-interview__text {
        margin-top: 1.5rem;
        font-size: 1.125rem;
    }
}

.c-card-member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .c-card-member {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (min-width: 768px) {
    .c-card-member:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media screen and (min-width: 768px) {
    .c-card-member__img {
        width: 50%;
    }
}

.c-card-member__img img {
    aspect-ratio: 720/424;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-card-member__body {
    padding: 0 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .c-card-member__body {
        width: 50%;
        padding: 0 3.75rem;
    }
}

.c-card-member:nth-child(even) .c-card-member__body {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.c-card-member__title {
    margin-top: 1rem;
    font-size: 1.0625rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 1.875;
}

@media screen and (min-width: 768px) {
    .c-card-member__title {
        font-size: 2rem;
    }
}

.c-card-member__tag {
    margin-top: 1.25rem;
    width: 5.9375rem;
    height: 1.4375rem;
    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;
    color: #ffffff;
    font-size: 0.5625rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    position: relative;
    z-index: 10;
}

@media screen and (min-width: 768px) {
    .c-card-member__tag {
        margin-top: 1rem;
        width: 9.5625rem;
        height: 2.3125rem;
        font-size: 1rem;
    }
}

.c-card-member__text {
    margin-top: 0.75rem;
    font-size: 0.5625rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 2.5;
}

@media screen and (min-width: 768px) {
    .c-card-member__text {
        margin-top: 1.25rem;
        font-size: 1rem;
    }
}

.c-card-news {
    display: block;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #dddddd;
}

@media screen and (min-width: 768px) {
    .c-card-news {
        padding-bottom: 1.25rem;
    }
}

.c-card-news__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.875rem;
}

.c-card-news__time {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    color: #bbbbbb;
}

@media screen and (min-width: 768px) {
    .c-card-news__time {
        font-size: 0.875rem;
    }
}

.c-card-news__category {
    padding: 0.3125rem 0.625rem;
    background-color: #f6f6f6;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.056em;
    line-height: 1.4166666667;
}

.c-card-news__title {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
    line-height: 1.7142857143;
}

@media screen and (min-width: 768px) {
    .c-card-news__title {
        font-size: 1rem;
        line-height: 1.5;
    }
}

.c-card-outside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-card-outside:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

@media screen and (min-width: 768px) {
    .c-card-outside:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (min-width: 768px) {
    .c-card-outside {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (min-width: 768px) and (min-width: 768px) {

    .c-card-outside:nth-child(4n+3),
    .c-card-outside:nth-child(4n+4) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.c-card-outside__img {
    width: 50%;
}

.c-card-outside__img img {
    aspect-ratio: 360/485;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-card-outside__body {
    width: 50%;
    background-color: #e4e4e4;
    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;
    color: #797676;
}

.c-card-outside__type {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 1.4583333333;
}

@media screen and (min-width: 768px) {
    .c-card-outside__type {
        font-size: 1.5rem;
    }
}

.c-card-outside__meta {
    margin-top: 0.375rem;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .c-card-outside__meta {
        margin-top: 0.75rem;
        font-size: 1rem;
    }
}

.c-card-outside__name {
    margin-top: 0.375rem;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 1.4375;
}

@media screen and (min-width: 768px) {
    .c-card-outside__name {
        margin-top: 0.75rem;
        font-size: 2rem;
    }
}

.c-card-philosophy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .c-card-philosophy {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (min-width: 768px) {
    .c-card-philosophy:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.c-card-philosophy__body {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .c-card-philosophy__body {
        width: 50%;
        padding: 1.875rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.c-card-philosophy__title {
    display: inline-block;
    position: relative;
    margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
    .c-card-philosophy__title {
        margin-top: 1rem;
    }
}

.c-card-philosophy__title span {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.4583333333;
    z-index: 10;
    position: relative;
}

@media screen and (min-width: 768px) {
    .c-card-philosophy__title span {
        font-size: 1.5rem;
    }
}

.c-card-philosophy__title span:nth-child(n+2) {
    margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
    .c-card-philosophy__title span:nth-child(n+2) {
        margin-top: 1.25rem;
    }
}

.c-card-philosophy__title span.pc {
    display: none;
}

@media screen and (min-width: 768px) {
    .c-card-philosophy__title span.pc {
        display: inline-block;
    }
}

@media screen and (min-width: 768px) {
    .c-card-philosophy__title span.sp {
        display: none;
    }
}

.c-card-philosophy__title::after {
    content: attr(data-en);
    font-size: 4.5625rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
    z-index: 0;
    color: rgba(26, 19, 17, .15);
}

@media screen and (min-width: 768px) {
    .c-card-philosophy__title::after {
        font-size: 8.75rem;
    }
}

.c-card-philosophy__text {
    margin-top: 1rem;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 2.8571428571;
}

@media screen and (min-width: 768px) {
    .c-card-philosophy__text {
        margin-top: 1.25rem;
        font-size: 1rem;
        letter-spacing: 0.16em;
    }
}

@media screen and (min-width: 768px) {
    .c-card-philosophy__img {
        width: 50%;
    }
}

.c-card-philosophy__img img {
    aspect-ratio: 720/424;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-card-price {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
}

.c-card-price__title {
    height: 3.125rem;
    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;
    color: #ffffff;
    background-color: #1b224c;
    font-size: 1.125rem;
    font-weight: bold;
    -ms-flex-item-align: end;
    align-self: end;
}

@media screen and (min-width: 768px) {
    .c-card-price__title {
        height: 3.75rem;
        font-size: 1.375rem;
    }
}

.c-card-price__title.center {
    height: 4.375rem;
    background-color: #00acba;
}

@media screen and (min-width: 768px) {
    .c-card-price__title.center {
        height: 5.625rem;
    }
}

.c-card-price__body {
    padding: 1.875rem 1.25rem;
    border-left: 0.5px solid #1b224c;
    border-right: 0.5px solid #1b224c;
    border-bottom: 0.5px solid #1b224c;
}

@media screen and (min-width: 768px) {
    .c-card-price__body {
        padding: 2.5rem 1.5625rem;
    }
}

.c-card-price__text {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.75;
}

.c-card-price__price {
    margin-top: 0.625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.375rem;
    font-size: 1.625rem;
    font-weight: bold;
    line-height: 1.1153846154;
}

.c-card-price__price.center {
    color: #00acba;
}

.c-card-price__price span {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.1666666667;
    color: #231815;
}

.c-card-price__btn {
    margin-top: 1.25rem;
    text-align: center;
}

.c-card-price__btn a {
    width: 14.375rem;
    height: 3.125rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3.125rem;
    border: 1.5px solid #1b224c;
    font-size: 1.125rem;
    font-weight: bold;
}

.c-card-price__list {
    margin-top: 1.875rem;
}

.c-card-price__item {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.1875;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
}

@media screen and (min-width: 768px) {
    .c-card-price__item {
        font-size: 1rem;
    }
}

.c-card-price__item::before {
    content: "";
    width: 0.875rem;
    height: 0.5625rem;
    background: url(../images/icon_check.svg) no-repeat center/cover;
}

.c-card-price__item:nth-child(n+2) {
    margin-top: 0.625rem;
}

.c-card-price__plan {
    margin-top: 1rem;
    height: 3.75rem;
    border-radius: 0.4375rem;
    background-color: #1b224c;
    color: #ffffff;
    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;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.6666666667;
}

@media screen and (min-width: 768px) {
    .c-card-price__plan {
        margin-top: 1.625rem;
        height: 5.625rem;
        font-size: 1.125rem;
    }
}

.c-card-price__plan.center {
    background-color: #00acba;
}

.c-card-product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
}

@media screen and (min-width: 768px) {
    .c-card-product {
        gap: 1.5625rem;
    }
}

.c-card-product__title {
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.4166666667;
}

@media screen and (min-width: 768px) {
    .c-card-product__title {
        font-size: 2rem;
        letter-spacing: 0.16em;
    }
}

.c-card-product__img img {
    aspect-ratio: 150/98;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .c-card-product__img img {
        aspect-ratio: 2/1;
    }
}

.c-card-recommend {
    height: 20rem;
    position: relative;
    padding-top: 1rem;
}

@media screen and (min-width: 768px) {
    .c-card-recommend {
        height: 40rem;
        padding-top: 1.75rem;
    }
}

.c-card-recommend__img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.c-card-recommend__img img {
    aspect-ratio: 48/64;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-card-recommend__category {
    min-width: 7.5rem;
    height: 1.5rem;
    background-color: #8fc320;
    color: #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 0.5rem;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.16em;
}

@media screen and (min-width: 768px) {
    .c-card-recommend__category {
        min-width: 9.5625rem;
        height: 2.3125rem;
        padding: 0 1rem;
        font-size: 1rem;
    }
}

.c-card-recommend__title-area {
    color: #ffffff;
    position: absolute;
    bottom: 0.625rem;
    left: 1rem;
}

@media screen and (min-width: 768px) {
    .c-card-recommend__title-area {
        bottom: 1.25rem;
        left: 2.5rem;
    }
}

.c-card-recommend__time {
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .c-card-recommend__time {
        font-size: 1rem;
    }
}

.c-card-recommend__title {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 1.4583333333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}

@media screen and (min-width: 768px) {
    .c-card-recommend__title {
        font-size: 1.5rem;
    }
}

.c-card-service-overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.875rem;
    position: relative;
}

@media screen and (min-width: 768px) {
    .c-card-service-overview {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 3.125rem;
    }
}

@media screen and (min-width: 768px) {
    .c-card-service-overview__body {
        width: 50%;
    }
}

.c-card-service-overview__title {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.4583333333;
    color: #8fc320;
    position: relative;
}
.c-card-service-overview__title-tr {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.4583333333;
    color: #004386;
    position: relative;
}
.c-card-service-overview__title-hr {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.4583333333;
    color: #ea5504;
    position: relative;
}

@media screen and (min-width: 768px) {
    .c-card-service-overview__title {
        font-size: 1.5rem;
    }
     .c-card-service-overview__title-tr {
        font-size: 1.5rem;
    }
     .c-card-service-overview__title-hr {
        font-size: 1.5rem;
    }
}

@media screen and (min-width: 768px) {
    .c-card-service-overview__title::before {
        content: "";
        width: 100vw;
        height: 1px;
        background-color: #8fc320;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateX(calc(-100% - 0.3125rem));
        transform: translateX(calc(-100% - 0.3125rem));
    }
    .c-card-service-overview__title-tr::before {
        content: "";
        width: 100vw;
        height: 1px;
        background-color: #004386;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateX(calc(-100% - 0.3125rem));
        transform: translateX(calc(-100% - 0.3125rem));
    }
    .c-card-service-overview__title-hr::before {
        content: "";
        width: 100vw;
        height: 1px;
        background-color: #ea5504;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateX(calc(-100% - 0.3125rem));
        transform: translateX(calc(-100% - 0.3125rem));
    }
}

.c-card-service-overview__price {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .c-card-service-overview__price {
        font-size: 1rem;
    }
}

.c-card-service-overview__tags {
    margin-top: 0.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.375rem;
}

@media screen and (min-width: 768px) {
    .c-card-service-overview__tags {
        margin-top: 1.875rem;
    }
}

.c-card-service-overview__tag {
    width: 100%;
    height: 2.3125rem;
    padding: 0.625rem 0.5rem;
    color: #ffffff;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .c-card-service-overview__tag {
        padding: 0.375rem 0.6875rem;
        font-size: 1rem;
    }
}

.c-card-service-overview__table {
    margin-top: 1rem;
}

@media screen and (min-width: 768px) {
    .c-card-service-overview__table {
        margin-top: 1.5625rem;
    }
}

.c-card-service-overview__table-box:nth-child(n+2) {
    margin-top: 1rem;
}

@media screen and (min-width: 768px) {
    .c-card-service-overview__table-box:nth-child(n+2) {
        margin-top: 1.5625rem;
    }
}

.c-card-service-overview__table-box dt {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.5;
    color: #8fc320;
}
.c-card-service-overview__table-box dt.tr{
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.5;
    color: #004386;
}
.c-card-service-overview__table-box dt.hr{
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.5;
    color: #ea5504;
}

@media screen and (min-width: 768px) {
    .c-card-service-overview__table-box dt {
        font-size: 1rem;
    }
}

.c-card-service-overview__table-box dd {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    line-height: 2.5;
}

@media screen and (min-width: 768px) {
    .c-card-service-overview__table-box dd {
        font-size: 1rem;
    }
}

.c-card-service-overview__img {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
    .c-card-service-overview__img {
        width: 72%;
        margin-right: calc(50% - 50vw);
        margin-left: 0;
    }
}

.c-card-service {
    display: block;
}

.c-card-service__title {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 1.4583333333;
}

@media screen and (min-width: 768px) {
    .c-card-service__title {
        font-size: 1.875rem;
    }
}

.c-card-service__wrap {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5625rem;
}

@media screen and (min-width: 768px) {
    .c-card-service__wrap {
        margin-top: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.c-card-service__body {
    width: 46.9387755102%;
}

@media screen and (min-width: 768px) {
    .c-card-service__body {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.c-card-serivce__tag {
    display: inline-block;
    padding: 0.3125rem 0.625rem;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 1.5;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .c-card-serivce__tag {
        margin-top: 1.1875rem;
    }
}

.c-card-service__text {
    margin-top: 1.875rem;
    font-size: 0.625rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 1.8;
}

@media screen and (min-width: 768px) {
    .c-card-service__text {
        margin-top: 1.25rem;
        font-size: 1rem;
        line-height: 2.5;
    }
}

.c-card-service__img {
    width: 50.1457725948%;
    margin-right: calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
    .c-card-service__img {
        width: 24.53125%;
        margin-right: 0;
    }
}

.c-card-service__img img {
    aspect-ratio: 172/300;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .c-card-service__img img {
        aspect-ratio: 314/373;
    }
}

.c-card-target {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1.875rem;
}

@media screen and (min-width: 768px) {
    .c-card-target {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 3.125rem;
    }
}

@media screen and (min-width: 768px) {
    .c-card-target__body {
        width: 60%;
    }
}

.c-card-target__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.9375rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #8fc320;
}

@media screen and (min-width: 768px) {
    .c-card-target__title {
        font-size: 2rem;
        position: relative;
    }
}

.c-card-target__title::before {
    content: "";
    width: 5.25rem;
    height: 1px;
    background-color: #8fc320;
}

@media screen and (min-width: 768px) {
    .c-card-target__title::before {
        width: 100vw;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateX(calc(-100% - 0.5625rem));
        transform: translateX(calc(-100% - 0.5625rem));
    }
}

.c-card-target__text {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 2.5;
}

@media screen and (min-width: 768px) {
    .c-card-target__text {
        margin-top: 1.25rem;
        font-size: 1rem;
    }
}

.c-card-target__img {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
    .c-card-target__img {
        width: 40%;
        margin-left: 0;
        margin-right: 0;
    }
}

.c-card-target__img img {
    aspect-ratio: 480/297;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.c-card-unison {
    background-color: #f6f6f6;
}

.c-card-unison__img img {
    aspect-ratio: 126/149;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .c-card-unison__img img {
        aspect-ratio: 314/373;
    }
}

.c-card-unison__title {
    margin-top: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.056em;
    line-height: 1.4166666667;
}

@media screen and (min-width: 768px) {
    .c-card-unison__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0.1875rem;
        font-size: 1.25rem;
        font-weight: bold;
    }
}

@media screen and (min-width: 768px) {
    .c-card-unison__title::before {
        content: attr(data-en);
        font-size: 0.6875rem;
        font-weight: 500;
        color: #bbbbbb;
    }
}

.c-card-unison__btn {
    margin-top: 0.25rem;
}

@media screen and (min-width: 768px) {
    .c-card-unison__btn {
        margin-top: 0.8125rem;
    }
}

.c-mail-box {
    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;
}

.c-mail-box__title {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.4444444444;
    text-align: center;
    color: #ffffff;
}

.c-mail-box a {
    margin-top: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 15.5625rem;
    height: 3.125rem;
    background-color: #ffffff;
    padding: 0 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.4615384615;
    position: relative;
}

@media screen and (min-width: 768px) {
    .c-mail-box a {
        width: 22.5rem;
        height: 4rem;
        padding: 0 1.5rem;
        font-size: 0.9375rem;
    }
}

.c-mail-box a::after {
    content: "";
    width: 1rem;
    height: 0.25rem;
    background: url(../images/icon_arrow.svg) no-repeat center/cover;
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
    .c-mail-box a::after {
        right: 1.5rem;
    }
}

.c-mail-box a span {
    font-size: 0.5625rem;
    letter-spacing: 0.056em;
    margin-right: 0.75rem;
}

@media screen and (min-width: 768px) {
    .c-mail-box a span {
        font-size: 0.625rem;
    }
}

.c-point-title {
    padding-bottom: 0.6875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.25rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
    position: relative;
}

@media screen and (min-width: 768px) {
    .c-point-title {
        padding-bottom: 2.125rem;
        font-size: 2rem;
        gap: 0.9375rem;
    }
}

.c-point-title::before {
    content: attr(data-en);
    font-size: 0.75rem;
    font-weight: bold;
    line-height: 1.4166666667;
    color: #8fc320;
}

@media screen and (min-width: 768px) {
    .c-point-title::before {
        font-size: 0.9375rem;
    }
}

.c-point-title::after {
    content: "";
    width: 0.375rem;
    height: 1px;
    background-color: #8fc320;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
    .c-point-title::after {
        width: 1.5rem;
    }
}

/* trpage セクション内だけ色を #f5f5f5 に変更 */
.trpage .c-point-title::before {
    color: #007cc3 !important;
}

.trpage .c-point-title::after {
    background-color: #007cc3 !important;
}


.c-section-title {
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 1.45;
}

@media screen and (min-width: 768px) {
    .c-section-title {
        font-size: 10rem;
    }
}

@media screen and (min-width: 768px) {
    .c-section-title.min {
        font-size: 5rem;
    }
}

.c-section-title.company {
    color: #ffffff;
}

.c-section-title__sub {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0.1875rem;
    font-size: 0.625rem;
    line-height: 1.5;
    letter-spacing: 0.16em;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .c-section-title__sub {
        padding-top: 0.6875rem;
        font-size: 2.25rem;
    }
}

.c-section-title__sub.page {
    font-size: 0.625rem;
}

@media screen and (min-width: 768px) {
    .c-section-title__sub.page {
        font-size: 2.25rem;
    }
}

.c-section-title__sub .green {
    color: #8fc320;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.c-section-title__sub::after {
    content: "";
    width: auto;
    height: 1px;
    background-color: #231815;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 0.375rem;
}

@media screen and (min-width: 768px) {
    .c-section-title__sub::after {
        margin-left: 0.75rem;
    }
}

.c-tel-box {
    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;
    color: #ffffff;
}

.c-tel-box__title {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.4444444444;
    padding-bottom: 0.75rem;
    width: 12.125rem;
    border-bottom: 1px solid #ffffff;
    text-align: center;
}

.c-tel-box__num {
    margin-top: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.625rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.4230769231;
}

@media screen and (min-width: 768px) {
    .c-tel-box__num {
        gap: 0.75rem;
    }
}

.c-tel-box__num::before {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    background: url(../images/icon_tel.svg) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
    .c-tel-box__num::before {
        width: 1.5rem;
        height: 1.5rem;
    }
}

.c-tel-box__time {
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.4615384615;
}

.p-about {
    background: #575757;
    color: #ffffff;
}

.p-about__inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-about__title {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-about__title {
        display: block;
        padding-left: 7.5rem;
        font-size: 3rem;
        font-weight: bold;
        letter-spacing: 0.16em;
        line-height: 1.4583333333;
        width: 50%;
    }
}

.p-about__lead {
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 2;
}

@media screen and (min-width: 768px) {
    .p-about__lead {
        width: 50%;
        padding-left: 10.5rem;
        font-size: 1.5rem;
        line-height: 1.1666666667;
    }
}

.p-block__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-block__title {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .p-block__title {
        font-size: 2rem;
    }
}

.p-block__btn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.125rem;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.4166666667;
    color: #8fc320;
}

@media screen and (min-width: 768px) {
    .p-block__btn a {
        font-size: 0.8125rem;
        gap: 1.75rem;
    }
}

.p-block__btn a::after {
    content: "";
    width: 1rem;
    height: 0.25rem;
    background: url(../images/icon_arrow.svg) no-repeat center/cover;
}

.p-block__cards {
    margin-top: 0.875rem;
}

@media screen and (min-width: 768px) {
    .p-block__cards {
        margin-top: 4rem;
    }
}

.p-blog__cards {
    margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
    .p-blog__cards {
        margin-top: 8.125rem;
        max-width: 65rem;
        margin-inline: auto;
    }
}

.p-cards-blog__card:nth-child(n+2) {
    margin-top: 0.375rem;
}

@media screen and (min-width: 768px) {
    .p-cards-blog__card:nth-child(n+2) {
        margin-top: 2.75rem;
    }
}

.p-cards-news__card:nth-child(n+2) {
    margin-top: 1.25rem;
}

.p-case__top {
    padding: 0.9375rem 0 1.25rem;
    background-color: #f8f8f8;
}

@media screen and (min-width: 768px) {
    .p-case__top {
        padding: 3.125rem 0 6.25rem;
        background-color: #ffffff;
    }
}

.p-case__title {
    font-size: 0.875rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.6666666667;
}

@media screen and (min-width: 768px) {
    .p-case__title {
        font-size: 2.25rem;
    }
}

.p-case__search {
    margin-top: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
}

@media screen and (min-width: 768px) {
    .p-case__search {
        margin-top: 2.5rem;
        max-width: 56.25rem;
        margin-inline: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 1.875rem;
    }
}

.p-case__search-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
}

@media screen and (min-width: 768px) {
    .p-case__search-box {
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5rem;
    }
}

.p-case__select {
    width: 21.875rem;
    height: 2.5rem;
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-case__select {
        width: 12.5rem;
    }
}

.p-case__select select {
    width: 100%;
    height: 100%;
    border-radius: 0.3125rem;
    border: 1px solid #8fc320;
    padding: 0 0.625rem;
    font-weight: bold;
    font-size: 0.625rem;
}

@media screen and (min-width: 768px) {
    .p-case__select select {
        font-size: 1rem;
        padding: 0 1.25rem;
    }
}

.p-case__select:not(:last-child)::before,
.p-case__select:not(:last-child)::after {
    -webkit-transform: translate(-50%, calc(100% + 0.875rem)) rotate(45deg);
    transform: translate(-50%, calc(100% + 0.875rem)) rotate(45deg);
}

@media screen and (min-width: 768px) {

    .p-case__select:not(:last-child)::before,
    .p-case__select:not(:last-child)::after {
        content: "";
        width: 1rem;
        height: 0.1875rem;
        background-color: #231815;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(calc(100% + 0.75rem), -50%) rotate(45deg);
        transform: translate(calc(100% + 0.75rem), -50%) rotate(45deg);
    }
}

.p-case__select:not(:last-child)::after {
    -webkit-transform: translate(-50%, calc(100% + 0.875rem)) rotate(-45deg);
    transform: translate(-50%, calc(100% + 0.875rem)) rotate(-45deg);
}

@media screen and (min-width: 768px) {
    .p-case__select:not(:last-child)::after {
        -webkit-transform: translate(calc(100% + 0.75rem), -50%) rotate(-45deg);
        transform: translate(calc(100% + 0.75rem), -50%) rotate(-45deg);
    }
}

.p-case__btn {
    width: 11.875rem;
    height: 2.5rem;
    position: relative;
}

.p-case__btn::before {
    content: "";
    width: 1rem;
    height: 0.9375rem;
    background: url(../images/icon_search.svg) no-repeat center/cover;
    position: absolute;
    top: 50%;
    left: 2.4375rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.p-case__btn input {
    width: 100%;
    height: 100%;
    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;
    background-color: #8cb808;
    color: #ffffff;
    border-radius: 0.3125rem;
    border: none;
    font-size: 1rem;
    font-weight: bold;
}

.p-case__archive {
    padding: 2.5rem 0;
}

@media screen and (min-width: 768px) {
    .p-case__archive {
        padding: 5.625rem 0;
        background-color: #f6f6f6;
    }
}

.p-case__archive-num {
    font-size: 0.875rem;
    font-weight: bold;
    padding-left: 0.5rem;
}

@media screen and (min-width: 768px) {
    .p-case__archive-num {
        margin-top: 1rem;
        padding-left: 1rem;
        font-size: 1.25rem;
    }
}

.p-case__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.5rem;
}

@media screen and (min-width: 768px) {
    .p-case__cards {
        margin-top: 1rem;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 2.1875rem;
    }
}

.p-case__card {
    width: 19.8125rem;
}

@media screen and (min-width: 768px) {
    .p-case__card {
        width: 100%;
    }
}

.p-case__archive-btn {
    margin-top: 2rem;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-case__archive-btn {
        margin-top: 3.625rem;
    }
}

.p-case__archive-btn a {
    width: 16.25rem;
    height: 2.625rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #8fc320;
    color: #ffffff;
    border-radius: 0.4375rem;
    font-size: 0.875rem;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .p-case__archive-btn a {
        width: 20rem;
        height: 3.75rem;
        font-size: 1rem;
    }
}

.p-client {
    background-color: #f6f6f6;
}

.p-client__inner {
    position: relative;
    z-index: 10;
}

.p-client__title {
    text-align: center;
}

.p-client__text {
    text-align: center;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .p-client__text {
        font-size: 1rem;
        letter-spacing: 0.16em;
        margin-top: 2.0625rem;
    }
}

.p-client__logos {
    margin-top: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.8125rem 0.5rem;
}

@media screen and (min-width: 768px) {
    .p-client__logos {
        margin-top: 5rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 4.375rem;
    }
}

.p-client__logo {
    width: calc(50% - 0.25rem);
}

@media screen and (min-width: 768px) {
    .p-client__logo {
        width: calc(20% - 3.5rem);
    }
}

.p-client__logo img {
    aspect-ratio: 170/98;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (min-width: 768px) {
    .p-client__logo img {
        aspect-ratio: 200/133;
    }
}

.p-company {
    background-color: #f6f6f6;
}

.p-company__inner {
    padding: 0;
    position: relative;
    z-index: 10;
}

@media screen and (min-width: 768px) {
    .p-company__inner {
        max-width: 68.125rem;
        padding: 0 1.5625rem;
    }
}

.p-company__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2.1875rem;
}

@media screen and (min-width: 768px) {
    .p-company__wrap {
        gap: 0;
        -webkit-box-shadow: 0.5rem 0.5rem 2rem #ececec;
        box-shadow: 0.5rem 0.5rem 2rem #ececec;
    }
}

.p-company__img {
    width: 45.3333333333%;
}

@media screen and (min-width: 768px) {
    .p-company__img {
        width: 36.0576923077%;
    }
}

.p-company__img img {
    aspect-ratio: 170/225;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .p-company__img img {
        aspect-ratio: 375/216;
    }
}

@media screen and (min-width: 768px) {
    .p-company__body {
        padding: 2.5rem 2.9375rem;
        background-color: #ffffff;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.p-company__title {
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 0.056em;
    line-height: 1.45;
}

.p-company__text {
    margin-top: 1.4375rem;
    font-size: 0.9375rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.4;
}

@media screen and (min-width: 768px) {
    .p-company__text {
        margin-top: 1rem;
    }
}

.p-company__btn {
    margin-top: 2.125rem;
}

@media screen and (min-width: 768px) {
    .p-company__btn {
        margin-top: 2.5rem;
    }
}

.p-consulting {
    background-color: #ffffff;
}

.p-consulting__inner {
    position: relative;
    z-index: 2;
}

.p-consulting__text {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.75;
}

@media screen and (min-width: 768px) {
    .p-consulting__text {
        font-size: 1rem;
        letter-spacing: 0.16em;
    }
}

.p-contact-box {
    background-color: #707070;
    position: relative;
    z-index: 10;
}

@media screen and (min-width: 768px) {
    .p-contact-box__inner {
        max-width: 68.125rem;
    }
}

.p-contact-box__title {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-contact-box__title {
        font-size: 1.75rem;
    }
}

.p-contact-box__wrap {
    margin-top: 1.875rem;
    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 (min-width: 768px) {
    .p-contact-box__wrap {
        margin-top: 1rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.p-contact-box__mail-box {
    margin-top: 2.5rem;
}

.p-faq__text {
    margin-top: 2.5rem;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .p-faq__text {
        margin-top: 3.75rem;
        font-size: 2.25rem;
    }
}

.p-faq__table {
    margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
    .p-faq__table {
        margin-top: 3.75rem;
        max-width: 56.25rem;
        margin-inline: auto;
    }
}

.p-faq__table-box {
    padding: 0.5rem 0;
    border-top: 1px solid #231815;
}

@media screen and (min-width: 768px) {
    .p-faq__table-box {
        padding: 1rem 0;
    }
}

.p-faq__table-box:last-child {
    border-bottom: 1px solid #231815;
}

.p-faq__table-box dt {
    padding-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.1875;
    position: relative;
    padding-right: 1.25rem;
}

@media screen and (min-width: 768px) {
    .p-faq__table-box dt {
        font-size: 1rem;
        padding-right: 1.5rem;
    }
}

.p-faq__table-box dt::before,
.p-faq__table-box dt::after {
    content: "";
    width: 1rem;
    height: 1px;
    background-color: #231815;
    position: absolute;
    top: 50%;
    right: 0.625rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media screen and (min-width: 768px) {

    .p-faq__table-box dt::before,
    .p-faq__table-box dt::after {
        width: 1.5625rem;
        height: 2px;
    }
}

.p-faq__table-box dt::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

.p-faq__table-box dt.close::after {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
}

.p-faq__table-box dd {
    display: none;
    padding: 0.5rem 0.75rem;
    background-color: #f8f8f8;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.1875;
}

@media screen and (min-width: 768px) {
    .p-faq__table-box dd {
        padding: 1rem 1.5rem;
        font-size: 1rem;
    }
}

.p-fixed {
    position: fixed;
    top: 78.375rem;
    right: 0;
    width: 30rem;
}

.p-fixed img {
    aspect-ratio: 480/185;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.7;
}

.p-flow {
    background-color: #f6f6f6;
}

.p-flow__text {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 1.4444444444;
}

@media screen and (min-width: 768px) {
    .p-flow__text {
        margin-top: 3.125rem;
        font-size: 2.25rem;
    }
}

.p-flow__list {
    margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
    .p-flow__list {
        margin-top: 4.5rem;
        max-width: 37.5rem;
        margin-inline: auto;
    }
}

.p-flow__item {
    font-size: 1rem;
    font-weight: bold;
    line-height: 2;
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-flow__item {
        font-size: 1.25rem;
    }
}

.p-flow__item:not(:last-child)::after {
    content: "";
    width: 1rem;
    height: 0.625rem;
    background-color: #231815;
    -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, calc(100% + 1.5625rem));
    transform: translate(-50%, calc(100% + 1.5625rem));
}

@media screen and (min-width: 768px) {
    .p-flow__item:not(:last-child)::after {
        width: 1.5625rem;
        height: 1.1875rem;
        -webkit-transform: translate(-50%, calc(100% + 3.125rem));
        transform: translate(-50%, calc(100% + 3.125rem));
    }
}

.p-flow__item:nth-child(n+2) {
    margin-top: 3.125rem;
}

@media screen and (min-width: 768px) {
    .p-flow__item:nth-child(n+2) {
        margin-top: 6.25rem;
    }
}

.p-footer {
    background-color: rgba(246, 246, 246, .8);
}

@media screen and (min-width: 768px) {
    .p-footer {
        position: relative;
        z-index: 10;
        background-color: #f6f6f6;
    }
}

@media screen and (min-width: 768px) {
    .p-footer__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.p-footer__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2.125rem;
}

@media screen and (min-width: 768px) {
    .p-footer__head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1rem;
    }
}

.p-footer__logo {
    width: 8.75rem;
}

@media screen and (min-width: 768px) {
    .p-footer__logo {
        width: 18.75rem;
    }
}

.p-footer__logo img {
    aspect-ratio: 140/0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-footer__name {
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.4166666667;
}

@media screen and (min-width: 768px) {
    .p-footer__name {
        font-size: 1.25rem;
    }
}

.p-footer__snss {
    margin-top: 0.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
}

@media screen and (min-width: 768px) {
    .p-footer__snss {
        display: none;
    }
}

.p-footer__snss a {
    width: 1.875rem;
}

@media screen and (min-width: 768px) {
    .p-footer__address-area {
        margin-left: 10.25rem;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

.p-footer__address {
    margin-top: 4.5625rem;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .p-footer__address {
        margin-top: 0;
        font-size: 1.25rem;
    }
}

.p-footer__address-text {
    margin-top: 1rem;
    font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
    .p-footer__address-text {
        margin-top: 1.875rem;
        font-size: 1rem;
    }
}

.p-footer__pc-sns {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-footer__pc-sns {
        display: block;
        margin-top: 4.375rem;
    }
}

@media screen and (min-width: 768px) {
    .p-footer__pc-sns-title {
        font-size: 1.25rem;
        font-weight: 500;
        letter-spacing: 0.07em;
        line-height: 1.45;
    }
}

@media screen and (min-width: 768px) {
    .p-footer__pc-snss {
        margin-top: 1.875rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 0.5rem;
    }
}

@media screen and (min-width: 768px) {
    .p-footer__pc-snss a {
        width: 1.875rem;
    }
}

.p-footer__nav {
    margin-top: 3.625rem;
}

@media screen and (min-width: 768px) {
    .p-footer__nav {
        margin-top: 0;
    }
}

.p-footer__nav-title {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .p-footer__nav-title {
        font-size: 1.25rem;
    }
}

.p-footer__menu-box {
    margin-top: 1.1875rem;
    padding-left: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3rem;
}

@media screen and (min-width: 768px) {
    .p-footer__menu-box {
        margin-top: 2.375rem;
        padding-left: 1.625rem;
    }
}

.p-footer__list {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.p-footer__item:nth-child(n+2) {
    margin-top: 0.6875rem;
}

@media screen and (min-width: 768px) {
    .p-footer__item:nth-child(n+2) {
        margin-top: 0.4375rem;
    }
}

.p-footer__item a {
    display: block;
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .p-footer__item a {
        font-size: 0.9375rem;
    }
}

.p-footer__sub-list {
    margin-top: 0.6875rem;
}

@media screen and (min-width: 768px) {
    .p-footer__sub-list {
        margin-top: 0.4375rem;
    }
}

.p-footer__sub-item:nth-child(n+2) {
    margin-top: 0.6875rem;
}

@media screen and (min-width: 768px) {
    .p-footer__sub-item:nth-child(n+2) {
        margin-top: 0.4375rem;
    }
}

.p-footer__copyright {
    margin-top: 4.25rem;
    height: 2.375rem;
    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;
    background-color: #575757;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.4166666667;
}

@media screen and (min-width: 768px) {
    .p-footer__copyright {
        height: 3.875rem;
        margin-top: 6.75rem;
    }
}

.footer-tr{
    background-color: #004386;
}

.footer-hr{
    background-color: #231815;
}


.p-form__inner {
    max-width: 53.125rem;
}

.p-form__text {
    text-align: center;
    font-size: 0.75rem;
    letter-spacing: 0.07em;
    line-height: 1.4;
}

@media screen and (min-width: 768px) {
    .p-form__text {
        font-size: 0.9375rem;
    }
}

.p-form__step {
    margin-top: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width: 768px) {
    .p-form__step {
        margin-top: 6.875rem;
    }
}

@media screen and (min-width: 768px) {
    .p-form__step.thanks {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.p-form__step-item {
    counter-increment: num;
    width: 6.875rem;
    height: 2.5rem;
    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;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.07em;
    position: relative;
    background-color: #f6f6f6;
    color: #bbbbbb;
}

@media screen and (min-width: 768px) {
    .p-form__step-item {
        width: 16.5625rem;
        height: 4rem;
        font-size: 1.125rem;
    }
}

.p-form__step-item.green {
    background-color: #8fc320;
    color: #ffffff;
}

.p-form__step-item:nth-child(1) {
    z-index: 10;
}

.p-form__step-item:nth-child(2) {
    z-index: 8;
    padding-left: 1.25rem;
}

.p-form__step-item:nth-child(3) {
    padding-left: 1.25rem;
}

.p-form__step-item::before,
.p-form__step-item::after {
    content: "";
    width: 1.75rem;
    height: 1.75rem;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}

@media screen and (min-width: 768px) {

    .p-form__step-item::before,
    .p-form__step-item::after {
        width: 2.8125rem;
        height: 2.8125rem;
    }
}

.p-form__step-item::before {
    background-color: #ffffff;
    -webkit-transform: translateX(3px) rotate(45deg);
    transform: translateX(3px) rotate(45deg);
}

@media screen and (min-width: 768px) {
    .p-form__step-item::before {
        -webkit-transform: translateX(5px) rotate(45deg);
        transform: translateX(5px) rotate(45deg);
    }
}

.p-form__step-item::after {
    background-color: #f6f6f6;
}

.p-form__step-item.green::after {
    background-color: #8fc320;
}

.p-form__step-item span::before {
    content: "STEP";
    font-size: 0.75rem;
    font-weight: normal;
}

@media screen and (min-width: 768px) {
    .p-form__step-item span::before {
        font-size: 0.9375rem;
    }
}

.p-form__step-item span::after {
    content: counter(num);
    width: 1rem;
    height: 1rem;
    background-color: #bbbbbb;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    margin-left: 0.25rem;
    margin-right: 0.3125rem;
}

@media screen and (min-width: 768px) {
    .p-form__step-item span::after {
        width: 1.5rem;
        height: 1.5rem;
        margin-left: 0.5rem;
        margin-right: 0.625rem;
    }
}

.p-form__step-item.green span::after {
    color: #231815;
    background-color: #ffffff;
}

.p-form__form {
    margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
    .p-form__form {
        margin-top: 5.5rem;
    }
}

.p-form__table-box {
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
    border-top: 1px solid #dddddd;
}

@media screen and (min-width: 768px) {
    .p-form__table-box {
        padding: 1.5rem 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0;
    }
}

.p-form__table-box dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    font-weight: bold;
    letter-spacing: 0.06em;
}

@media screen and (min-width: 768px) {
    .p-form__table-box dt {
        width: 30%;
        gap: 1rem;
        font-size: 0.9375rem;
        margin-top: 1rem;
    }
}

.p-form__table-box dt span {
    width: 2rem;
    height: 1rem;
    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;
    font-size: 0.625rem;
    color: #ffffff;
    letter-spacing: 0.06em;
}

@media screen and (min-width: 768px) {
    .p-form__table-box dt span {
        width: 3rem;
        height: 1.4375rem;
        font-size: 0.8125rem;
    }
}

.p-form__table-box dt span.required {
    background-color: #8fc320;
}

.p-form__table-box dt span.option {
    background-color: #888888;
}

.p-form__table-box dd {
    font-size: 0.8125rem;
    font-weight: bold;
    letter-spacing: 0.06em;
}

@media screen and (min-width: 768px) {
    .p-form__table-box dd {
        width: 70%;
        font-size: 0.9375rem;
    }
}

.p-form__table-box dd.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
}

@media screen and (min-width: 768px) {
    .p-form__table-box dd.flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 2.5rem;
    }
}

.p-form__table-box dd.column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.3125rem;
}

@media screen and (min-width: 768px) {
    .p-form__table-box dd.column {
        gap: 0.625rem;
    }
}

.p-form__table-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (min-width: 768px) {
    .p-form__table-wrap {
        width: 50%;
    }
}

.p-form__table-wrap.email {
    width: 100%;
}

.p-form__table-wrap label {
    width: 15%;
    text-align: right;
}

@media screen and (min-width: 768px) {
    .p-form__table-wrap label {
        text-align: left;
    }
}

.p-form__table-wrap input,
.p-form__table-wrap select {
    width: 100%;
    height: 2.5rem;
    border-radius: 0.5rem;
    border: 1px solid #aeaeae;
    background-color: #fbfbfb;
    padding: 0 0.625rem;
}

@media screen and (min-width: 768px) {

    .p-form__table-wrap input,
    .p-form__table-wrap select {
        width: 85%;
        height: 3.5625rem;
        padding: 0 1.5rem;
    }
}

@media screen and (min-width: 768px) {
    .p-form__table-wrap input.email {
        width: 17.875rem;
    }
}

@media screen and (min-width: 768px) {
    .p-form__table-wrap input.email-long {
        width: 26.4375rem;
    }
}

.p-form__table-box dd textarea {
    width: 100%;
    height: 9.375rem;
    border-radius: 0.5rem;
    border: 1px solid #aeaeae;
    background-color: #fbfbfb;
    padding: 1rem 1.5rem;
}

@media screen and (min-width: 768px) {
    .p-form__table-box dd textarea {
        height: 12.5rem;
    }
}

.p-form__agree {
    margin-top: 2rem;
    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;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.07em;
    line-height: 1.4;
}

@media screen and (min-width: 768px) {
    .p-form__agree {
        margin-top: 3.5rem;
        gap: 1rem;
        font-size: 0.9375rem;
    }
}

.p-form__privacy {
    margin-top: 1.25rem;
    font-size: 0.75rem;
    letter-spacing: 0.07em;
    line-height: 1.5384615385;
}

@media screen and (min-width: 768px) {
    .p-form__privacy {
        margin-top: 2.5rem;
        font-size: 0.8125rem;
    }
}

.p-form__privacy a {
    text-decoration: underline;
}

.p-form__btn {
    margin-top: 1.5rem;
    width: 18.75rem;
    height: 3.625rem;
    margin-inline: auto;
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-form__btn {
        margin-top: 3rem;
        width: 23rem;
        height: 4rem;
    }
}

.p-form__btn::after {
    content: "";
    width: 1.5625rem;
    height: 0.375rem;
    background: url(../images/icon_arrow-white.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
    .p-form__btn::after {
        right: 2rem;
    }
}

.p-form__btn input {
    width: 100%;
    height: 100%;
    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;
    background-color: #888888;
    color: #ffffff;
    font-size: 1rem;
    letter-spacing: 0.07em;
    border: none;
}

@media screen and (min-width: 768px) {
    .p-form__btn input {
        font-size: 1.125rem;
    }
}

.p-form__caption {
    margin-top: 1.5rem;
    font-size: 0.75rem;
    letter-spacing: 0.07em;
    line-height: 1.5384615385;
}

@media screen and (min-width: 768px) {
    .p-form__caption {
        margin-top: 2.5rem;
        font-size: 0.8125rem;
    }
}

.p-form__caption a {
    text-decoration: underline;
}

.p-fv {
    position: relative;
}

.p-fv::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/fv.webp) no-repeat center/cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

@media screen and (min-width: 768px) {
    .p-fv::after {
        content: none;
    }
}

.p-fv__wrap {
    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;
    height: 100%;
}

@media screen and (min-width: 768px) {
    .p-fv__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.p-fv__copy {
    width: 13.4375rem;
    font-size: 2.25rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 1.6666666667;
    color: #ffffff;
    position: relative;
    z-index: 10;
}

@media screen and (min-width: 768px) {
    .p-fv__copy {
        width: 21.25rem;
        font-size: 2.625rem;
        color: #231815;
        line-height: 2.380952381;
        padding-top: 13.125rem;
        padding-left: 3.3125rem;
    }
}

.p-fv__copy-text {
    opacity: 0;
    visibility: hidden;
}

.p-fv.is-show .p-fv__copy-text {
    -webkit-animation: fvFadeIn 0s ease forwards;
    animation: fvFadeIn 0s ease forwards;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.p-fv__copy::before {
    content: "";
    width: 1.25rem;
    height: 17.6875rem;
    background-color: #8fc320;
    position: absolute;
    top: 50%;
    left: 0.5rem;
    -webkit-transform: translateY(-50%) scaleY(0);
    transform: translateY(-50%) scaleY(0);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    will-change: transform;
    z-index: -1;
    opacity: 0;
}

@media screen and (min-width: 768px) {
    .p-fv__copy::before {
        content: none;
    }
}

.p-fv.is-show .p-fv__copy::before {
    -webkit-animation: fvGrowY 0.5s ease forwards;
    animation: fvGrowY 0.5s ease forwards;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    opacity: 1;
}

.p-fv__img {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-fv__img {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        display: block;
    }
}

.p-fv__img img {
    aspect-ratio: 110/68;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-fv__nav-area {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-fv__nav-area {
        padding: 3.125rem 2.75rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.p-fv__nav-lead {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 1.4583333333;
}

.p-fv__menu {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-fv__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 3.75rem;
    }
}

@media screen and (min-width: 768px) {
    .p-fv__item a {
        font-size: 1rem;
        font-weight: 500;
        letter-spacing: 0.24em;
        line-height: 1.5;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.375rem;
    }
}

@media screen and (min-width: 768px) {
    .p-fv__item a:hover {
        opacity: 1;
    }
}

@media screen and (min-width: 768px) {
    .p-fv__item a::after {
        content: "";
        width: 0;
        height: 0.1875rem;
        background-color: #8fc320;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }
}

@media screen and (min-width: 768px) {
    .p-fv__item a:hover::after {
        width: 1.5rem;
    }
}

.p-fv__scroll {
    position: absolute;
    left: 50%;
    bottom: 1.125rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
    font-weight: bold;
    color: #ffffff;
    opacity: 0;
}

@media screen and (min-width: 768px) {
    .p-fv__scroll {
        display: none;
    }
}

.p-fv.is-show .p-fv__scroll {
    -webkit-animation: fvFadeIn 0.5s ease forwards;
    animation: fvFadeIn 0.5s ease forwards;
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
}

@-webkit-keyframes fvGrowY {
    from {
        -webkit-transform: translateY(-50%) scaleY(0);
        transform: translateY(-50%) scaleY(0);
    }

    to {
        -webkit-transform: translateY(-50%) scaleY(1);
        transform: translateY(-50%) scaleY(1);
    }
}

@keyframes fvGrowY {
    from {
        -webkit-transform: translateY(-50%) scaleY(0);
        transform: translateY(-50%) scaleY(0);
    }

    to {
        -webkit-transform: translateY(-50%) scaleY(1);
        transform: translateY(-50%) scaleY(1);
    }
}

@-webkit-keyframes fvFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fvFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.p-fv__scroll::after {
    content: "";
    width: 0.75rem;
    height: 0.625rem;
    background: url(../images/icon_scroll.svg) no-repeat center/contain;
    -webkit-animation: scroll 2s infinite;
    animation: scroll 2s infinite;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        opacity: 0;
    }
}

@keyframes scroll {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        opacity: 1;
    }

    80% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        opacity: 0;
    }
}

.p-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

@media screen and (min-width: 768px) {
    .p-header {
        position: absolute;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }
}

.p-header--page {
    position: fixed;
    background-color: #8fc320;
    z-index: 1000;
}

@media screen and (min-width: 768px) {
    .p-header--page {
        background-color: #ffffff;
    }
}

.p-header.is-fixed {
    background-color: #8fc320;
}

@media screen and (min-width: 768px) {
    .p-header.is-fixed {
        position: fixed;
        top: 0;
        left: 0;
        background-color: #ffffff;
    }
}

.p-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-header__logo {
    width: 4.5625rem;
}

@media screen and (min-width: 768px) {
    .p-header__logo {
        width: 9.375rem;
    }
}

.p-header__logo img {
      aspect-ratio: 150/58;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-header__nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #8cb808;
    width: 100%;
    height: 100%;
    padding: 4.5rem 1.125rem 1.5rem;
    overflow-y: scroll;
}

@media screen and (min-width: 768px) {
    .p-header__nav {
        display: block;
        position: static;
        background-color: transparent;
        padding: 0;
        width: auto;
    }
}

.p-header__nav.top {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-header.is-fixed .p-header__nav {
        display: block;
    }
}

.p-header__nav-title {
    font-size: 1.375rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 1.2727272727;
    color: #ffffff;
}

@media screen and (min-width: 768px) {
    .p-header__nav-title {
        display: none;
    }
}

.p-header__menu {
    margin-top: 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.0625rem;
}

@media screen and (min-width: 768px) {
    .p-header__menu {
        margin-top: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 3.75rem;
    }
}

.p-header__item a {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .p-header__item a {
        letter-spacing: 0.24em;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.375rem;
    }
}

@media screen and (min-width: 768px) {
    .p-header__item a:hover {
        opacity: 1;
    }
}

@media screen and (min-width: 768px) {
    .p-header__item a::after {
        content: "";
        width: 0;
        height: 0.1875rem;
        background-color: #8fc320;
        overflow: hidden;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
    }
}

@media screen and (min-width: 768px) {
    .p-header__item a:hover::after {
        width: 1.5rem;
    }
}

@media screen and (min-width: 768px) {
    .p-header__item.sp {
        display: none;
    }
}

.p-header__nav-recruit {
    margin-top: 3.125rem;
}

@media screen and (min-width: 768px) {
    .p-header__nav-recruit {
        display: none;
    }
}

.p-header__nav-recruit-btn {
    margin-top: 0.875rem;
}

.p-header__nav-recruit-btn a {
    width: 100%;
    height: 3.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ffffff;
    padding: 0 1.75rem;
    position: relative;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #ffffff;
}

.p-header__nav-recruit-btn a::after {
    content: "";
    width: 0.8125rem;
    height: 0.75rem;
    background: url(../images/icon_link-white.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    right: 1.25rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.p-header__img {
    margin-top: 3.75rem;
    margin-left: auto;
    width: 11.0625rem;
}

@media screen and (min-width: 768px) {
    .p-header__img {
        display: none;
    }
}

.p-header__img img {
    aspect-ratio: 177/83;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-header__toggle {
    width: 1rem;
    height: 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.125rem;
    position: relative;
    z-index: 1500;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .p-header__toggle {
        display: none;
    }
}

.p-header__toggle span {
    width: 0.25rem;
    height: 0.25rem;
    background-color: #ffffff;
    border-radius: 1px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.p-header__toggle.show span {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 50%;
}

.p-header__toggle.show span:nth-child(1) {
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.p-header__toggle.show span:nth-child(2) {
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}

.p-header__toggle.show span:nth-child(n+3) {
    display: none;
}

.p-interview {
    background-color: #f6f6f6;
}

.p-interview__inner {
    position: relative;
    z-index: 2;
}

.p-interview__logo {
    display: none;
}

.p-interview__logo.is-fixed {
    display: block;
    position: fixed;
    top: 5rem;
    right: 0;
    z-index: 1;
    width: 12.5rem;
}

@media screen and (min-width: 768px) {
    .p-interview__logo.is-fixed {
        width: 30rem;
    }
}

.p-interview__logo.is-stopped {
    position: absolute;
    right: 0;
}

.p-interview__logo.is-fixed img {
    aspect-ratio: 480/200;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.p-interview__text {
    margin-top: 1rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 1.7857142857;
}

@media screen and (min-width: 768px) {
    .p-interview__text {
        margin-top: 1.5rem;
        font-size: 1.75rem;
    }
}

.p-interview__img {
    margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
    .p-interview__img {
        margin-top: 2.5rem;
        max-width: 50rem;
        margin-inline: auto;
    }
}

.p-interview__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-interview__meta {
    margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
    .p-interview__meta {
        margin-top: 7.5rem;
        max-width: 37.5rem;
        margin-inline: auto;
    }
}

.p-interview__name-list {
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.2222222222;
}

@media screen and (min-width: 768px) {
    .p-interview__name-list {
        font-size: 1.125rem;
    }
}

.p-interview__text-list {
    margin-top: 1rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 2.1428571429;
}

@media screen and (min-width: 768px) {
    .p-interview__text-list {
        margin-top: 1.875rem;
        font-size: 0.875rem;
    }
}

.p-interview__cards {
    margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
    .p-interview__cards {
        margin-top: 9.375rem;
    }
}

.p-interview__card {
    position: relative;
    z-index: 2;
}

.p-interview__card:nth-child(n+2) {
    margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
    .p-interview__card:nth-child(n+2) {
        margin-top: 5.625rem;
    }
}

.p-link {
    background-color: #f6f6f6;
    position: relative;
}

.p-link__logo {
    display: none;
}

.p-link__logo.is-fixed {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 12.5rem;
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    .p-link__logo.is-fixed {
        width: 30rem;
    }
}

.p-link__logo.is-stopped {
    position: absolute;
    right: 0;
}

.p-link__logo.is-fixed img {
    aspect-ratio: 480/185;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-link__inner {
    position: relative;
    z-index: 10;
}

.p-link__wrap {
    margin-top: 0.75rem;
}

@media screen and (min-width: 768px) {
    .p-link__wrap {
        margin-top: 5rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.p-link__text {
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 2.8571428571;
}

@media screen and (min-width: 768px) {
    .p-link__text {
        font-size: 1rem;
        line-height: 2.5;
        width: 39.0625%;
        padding-left: 7.5rem;
    }
}

.p-link__img {
    margin-top: 0.625rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
    .p-link__img {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        width: 60.9375%;
    }
}

.p-link__img img {
    aspect-ratio: 375/213;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .p-link__img img {
        aspect-ratio: 78/40;
    }
}

.p-media {
    background-color: #ffffff;
}

.p-media__inner {
    position: relative;
    z-index: 10;
}

@media screen and (min-width: 768px) {
    .p-media__inner {
        max-width: 68.125rem;
    }
}

.p-media__title {
    text-align: center;
}

.p-media__text {
    text-align: center;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    .p-media__text {
        font-size: 1rem;
        letter-spacing: 0.16em;
    }
}

.p-media__blocks {
    margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
    .p-media__blocks {
        margin-top: 3.75rem;
    }
}

.p-media__block:nth-child(n+2) {
    margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
    .p-media__block:nth-child(n+2) {
        margin-top: 5.875rem;
    }
}

.p-member__inner {
    position: relative;
    z-index: 2;
}

.p-member__cards {
    margin-top: 2.5rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
    .p-member__cards {
        margin-top: 3.75rem;
    }
}

.p-member__card:nth-child(n+2) {
    margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
    .p-member__card:nth-child(n+2) {
        margin-top: 0;
    }
}

.p-news__cards {
    margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
    .p-news__cards {
        margin-top: 7.5rem;
        max-width: 65rem;
        margin-inline: auto;
    }
}

.p-omoi {
    background-color: #ffffff;
}

.p-omoi__inner {
    position: relative;
    z-index: 10;
}

.p-omoi__wrap {
    margin-top: 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 768px) {
    .p-omoi__wrap {
        margin-top: 4.375rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 18.75rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.p-omoi__lead {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-omoi__lead {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.p-omoi__logo {
    width: 17.5rem;
}

@media screen and (min-width: 768px) {
    .p-omoi__logo {
        width: 25rem;
        margin-top: 7.25rem;
    }
}

.p-omoi__logo img {
    aspect-ratio: 280/0;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-omoi__text {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 2.1428571429;
}

@media screen and (min-width: 768px) {
    .p-omoi__text {
        font-size: 1rem;
        font-weight: bold;
        letter-spacing: 0.16em;
        line-height: 3.75;
        width: 32.3125rem;
    }
}

.p-outside__inner {
    position: relative;
    z-index: 2;
}

.p-outside__cards {
    margin-top: 2.5rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 768px) {
    .p-outside__cards {
        margin-top: 3.75rem;
        grid-template-columns: repeat(2, 1fr);
    }
}

.p-overview {
    background-color: #f6f6f6;
}

.p-overview__inner {
    position: relative;
    z-index: 2;
}

.p-page-top {
    background-color: #ffffff;
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-page-top {
        background-color: #f6f6f6;
    }
}

.p-page-top .l-inner {
    position: relative;
    z-index: 2;
}

.p-page-top__inner {
    position: relative;
    z-index: 10;
}

.p-page-top__img {
    position: fixed;
    top: 5.625rem;
    right: 0.75rem;
    width: 12.5rem;
}

@media screen and (min-width: 768px) {
    .p-page-top__img {
        width: 30rem;
        top: 8rem;
        right: 0;
    }
}

.p-page-top__img img {
    aspect-ratio: 20/8;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    .p-page-top__img img {
        aspect-ratio: 480/185;
    }
}

.p-page-top.white {
    background-color: #ffffff;
}

.p-page-top.company {
    background: url(../images/dummy.webp) no-repeat center/cover;
}

.p-page-top__text {
    font-size: 0.625rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 1.75;
}

@media screen and (min-width: 768px) {
    .p-page-top__text {
        margin-top: 1.25rem;
        font-size: 1.5rem;
    }
}

.p-page-top__text.right {
    text-align: right;
}

.p-page-top__text.case {
    text-align: left;
}

@media screen and (min-width: 768px) {
    .p-page-top__text.case {
        text-align: right;
    }
}

.p-page-top__copy {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 1.1666666667;
}

@media screen and (min-width: 768px) {
    .p-page-top__copy {
        font-size: 1.5rem;
    }
}

.p-page-top__lead {
    margin-top: 1rem;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.25em;
    line-height: 1.125;
}

@media screen and (min-width: 768px) {
    .p-page-top__lead {
        margin-top: 3.75rem;
        font-size: 1rem;
        text-align: center;
        line-height: 2.5;
    }
}

.p-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2.5rem;
}

@media screen and (min-width: 768px) {
    .p-pagination {
        gap: 5.375rem;
    }
}

.p-pagination__prev a,
.p-pagination__next a {
    width: 7.5rem;
    height: 2.5rem;
    border-radius: 0.3125rem;
    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;
    font-size: 0.875rem;
    font-weight: 500;
    background-color: #f8f8f8;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

@media screen and (min-width: 768px) {

    .p-pagination__prev a,
    .p-pagination__next a {
        width: 12.5rem;
        height: 3.125rem;
        font-size: 1.125rem;
    }
}

.p-pagination__prev a:hover,
.p-pagination__next a:hover {
    opacity: 1;
    color: #ffffff;
    background-color: #1b224c;
}

.p-partner {
    background-color: #f6f6f6;
}

.p-partner__inner {
    position: relative;
    z-index: 10;
}

.p-partner__text {
    margin-top: 2.375rem;
    text-align: center;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 2.5;
}

@media screen and (min-width: 768px) {
    .p-partner__text {
        margin-top: 6.25rem;
    }
}

.p-partner__logos {
    margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
}

@media screen and (min-width: 768px) {
    .p-partner__logos {
        margin-top: 6.875rem;
        gap: 10.625rem;
    }
}

.l-patner__logo {
    width: 6.25rem;
}

@media screen and (min-width: 768px) {
    .l-patner__logo {
        width: 12.5rem;
    }
}

.p-philosophy__inner {
    position: relative;
    z-index: 2;
}

.p-philosophy__cards {
    margin-top: 1.25rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: #e4e4e4;
    z-index: -2;
}

@media screen and (min-width: 768px) {
    .p-philosophy__cards {
        margin-top: 3.125rem;
    }
}

.p-point {
    background-color: #ffffff;
}

.p-point__inner {
    position: relative;
    z-index: 10;
}

.p-point__text {
    margin-top: 1.875rem;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.9285714286;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-point__text {
        margin-top: 3.75rem;
        font-size: 1rem;
    }
}

.p-price__sub-title {
    margin-top: 1.5rem;
    text-align: center;
    font-size: 1.25rem;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .p-price__sub-title {
        margin-top: 3.125rem;
        font-size: 2.25rem;
    }
}

.p-price__text {
    margin-top: 1.875rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.75;
}

@media screen and (min-width: 768px) {
    .p-price__text {
        margin-top: 3.75rem;
        font-size: 1rem;
    }
}

.p-price__boxies {
    margin-top: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-price__boxies {
        max-width: 56.25rem;
        margin-inline: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 0;
    }
}

.p-price__boxies::before,
.p-price__boxies::after {
    content: "";
    width: 0.875rem;
    height: 1px;
    background-color: #231815;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {

    .p-price__boxies::before,
    .p-price__boxies::after {
        width: 1.1875rem;
    }
}

.p-price__boxies::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.p-price__box {
    width: 18.75rem;
    height: 3.75rem;
    border: 1px solid #231815;
    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;
    font-size: 1.125rem;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .p-price__box {
        width: 25rem;
        height: 5rem;
        font-size: 1.375rem;
    }
}

.p-price__box span {
    font-size: 0.75rem;
    font-weight: 500;
    padding-top: 0.375rem;
}

@media screen and (min-width: 768px) {
    .p-price__box span {
        padding-top: 0.5rem;
    }
}

.p-price__table {
    margin-top: 3.75rem;
}

@media screen and (min-width: 768px) {
    .p-price__table {
        margin-top: 11.875rem;
    }
}

@media screen and (min-width: 768px) {
    .p-privacy__inner {
        max-width: 56.25rem;
    }
}

.p-privacy__text {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.7;
}

@media screen and (min-width: 768px) {
    .p-privacy__text {
        font-size: 1.125rem;
    }
}

.p-product {
    background-color: #f6f6f6;
}

.p-product__inner {
    position: relative;
    z-index: 10;
}

.p-product__title {
    text-align: center;
}

.p-product__text {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-product__text {
        margin-top: 1.3125rem;
        letter-spacing: 0.16em;
    }
}

.p-product__cards {
    margin-top: 1.8125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (min-width: 768px) {
    .p-product__cards {
        margin-top: 8.75rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 18.75rem;
    }
}

.p-product__card {
    width: 9.375rem;
}

@media screen and (min-width: 768px) {
    .p-product__card {
        width: 18.75rem;
    }
}

.p-recommend__cards {
    margin-top: 2.5rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

@media screen and (min-width: 768px) {
    .p-recommend__cards {
        margin-top: 3.75rem;
        grid-template-columns: repeat(3, 1fr);
    }
}

.p-recruit {
    background-color: #f6f6f6;
}

.p-recruit__inner {
    position: relative;
    z-index: 2;
}

.p-recruit__wrap {
    margin-top: 3rem;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
}

@media screen and (min-width: 768px) {
    .p-recruit__wrap {
        height: 37.1875rem;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.p-recruit__img-area {
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 2rem;
    padding: 1.25rem;
}

@media screen and (min-width: 768px) {
    .p-recruit__img-area {
        width: 50%;
        height: 100%;
        gap: 4rem;
        padding: 0;
    }
}

.p-recruit__img {
    width: 15rem;
}

@media screen and (min-width: 768px) {
    .p-recruit__img {
        width: 30rem;
    }
}

.p-recruit__img img {
    aspect-ratio: 480/185;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-recruit__btn a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 18.75rem;
    height: 2.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1rem;
    border: 1px solid #666766;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: relative;
}

@media screen and (min-width: 768px) {
    .p-recruit__btn a {
        width: 21.125rem;
        height: 3.375rem;
        font-size: 1rem;
        padding: 0 1.75rem;
    }
}

.p-recruit__btn a::after {
    content: "";
    width: 0.8125rem;
    height: 0.75rem;
    background: url(../images/icon_link.svg) no-repeat center/cover;
    position: absolute;
    top: 50%;
    right: 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
    .p-recruit__btn a::after {
        right: 1.25rem;
    }
}

.p-recruit__body {
    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;
    padding: 1.25rem;
}

@media screen and (min-width: 768px) {
    .p-recruit__body {
        width: 50%;
        height: 100%;
        padding: 0;
    }
}

.p-recruit__text {
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 2.5;
}

@media screen and (min-width: 768px) {
    .p-recruit__text {
        font-size: 1rem;
    }
}

.p-relation__cards {
    margin-top: 2.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 0.5rem;
}

@media screen and (min-width: 768px) {
    .p-relation__cards {
        margin-top: 3.75rem;
        grid-template-columns: repeat(4, 1fr);
        gap: 2.1875rem;
    }
}

.p-relation__card {
    position: relative;
    z-index: 2;
}

.p-rule__text {
    margin-top: 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.9285714286;
}

@media screen and (min-width: 768px) {
    .p-rule__text {
        margin-top: 1.875rem;
        width: 31.875rem;
        margin-inline: auto;
        font-size: 1rem;
        font-weight: bold;
        letter-spacing: 0.16em;
        line-height: 2.5;
    }
}

.p-service-overview {
    background-color: #f6f6f6;
}

.p-service-overview__inner {
    position: relative;
    z-index: 2;
}

.p-service-overview__cards {
    margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
    .p-service-overview__cards {
        max-width: 62.5rem;
        margin-inline: auto;
        margin-top: 7.6875rem;
    }
}

.p-service-overview__card:nth-child(n+2) {
    margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
    .p-service-overview__card:nth-child(n+2) {
        margin-top: 2.875rem;
    }
}

@media screen and (min-width: 768px) {
    .p-service {
        background-color: #f6f6f6;
    }
}

.p-service__inner {
    position: relative;
    z-index: 2;
}

.p-service__cards {
    margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
    .p-service__cards {
        margin-top: 3.75rem;
    }
}

.p-service__card:nth-child(n+2) {
    margin-top: 1.25rem;
}

.p-single {
    position: relative;
    z-index: 10;
}

.p-single__category {
    padding: 0 0.5rem;
    background-color: #8fc320;
    height: 1.5rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.16em;
}

@media screen and (min-width: 768px) {
    .p-single__category {
        padding: 0 1rem;
        height: 2.3125rem;
        font-size: 1rem;
    }
}

.p-single__title {
    margin-top: 1.25rem;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.3888888889;
}

@media screen and (min-width: 768px) {
    .p-single__title {
        margin-top: 2.5rem;
        font-size: 2.25rem;
    }
}

.p-single__sns {
    margin-top: 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 0.3125rem;
}

@media screen and (min-width: 768px) {
    .p-single__sns {
        margin-top: 3.875rem;
        gap: 0.625rem;
    }
}

.p-single__sns a {
    width: 3.75rem;
    height: 1.25rem;
    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;
    font-size: 0.625rem;
    font-weight: 500;
    color: #ffffff;
    background-color: #b4b4b4;
}

@media screen and (min-width: 768px) {
    .p-single__sns a {
        width: 5.625rem;
        height: 1.875rem;
        font-size: 0.75rem;
    }
}

.p-single__meta {
    margin-top: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-single__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.75rem;
    font-weight: 500;
}

@media screen and (min-width: 768px) {
    .p-single__author {
        gap: 0.875rem;
        font-size: 1.125rem;
    }
}

.p-single__author::before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    background: url(../images/icon_author.svg) no-repeat center/cover;
}

@media screen and (min-width: 768px) {
    .p-single__author::before {
        width: 2.375rem;
        height: 2.375rem;
    }
}

.p-single__time time {
    font-size: 0.75rem;
    font-weight: 500;
}

.p-single__thumbnail {
    margin-top: 1rem;
}

.p-single__thumbnail img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-single__content {
    margin-top: 1.25rem;
    padding-bottom: 3.75rem;
}

@media screen and (min-width: 768px) {
    .p-single__content {
        margin-top: 1.875rem;
        padding-bottom: 7.1875rem;
    }
}

.p-single__content .p-toc {
    margin-top: 1.25rem;
    background-color: #f8f8f8;
    padding: 0.625rem 1rem;
}

@media screen and (min-width: 768px) {
    .p-single__content .p-toc {
        margin-top: 1.875rem;
        padding: 1.25rem 1.875rem;
    }
}

.p-toc__title {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5384615385;
}

@media screen and (min-width: 768px) {
    .p-toc__title {
        font-size: 1.625rem;
    }
}

.p-toc__list {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.875;
}

@media screen and (min-width: 768px) {
    .p-toc__list {
        font-size: 1rem;
    }
}

.p-toc__list.level-1 {
    margin-top: 0.625rem;
}

@media screen and (min-width: 768px) {
    .p-toc__list.level-1 {
        margin-top: 1.25rem;
    }
}

.p-toc__list.level-2 {
    text-indent: 2em;
}

.p-toc__item.level-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.3125rem;
}

@media screen and (min-width: 768px) {
    .p-toc__item.level-1 {
        gap: 0.9375rem;
    }
}

.p-toc__item.level-1::before {
    content: "";
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background-color: #231815;
    margin-top: 0.6875rem;
}

@media screen and (min-width: 768px) {
    .p-toc__item.level-1::before {
        width: 0.6875rem;
        height: 0.6875rem;
        margin-top: 0.625rem;
    }
}

.p-single__content h2 {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5384615385;
    margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
    .p-single__content h2 {
        margin-top: 5rem;
        font-size: 1.625rem;
    }
}

.p-single__content h3 {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
    padding-left: 0.5rem;
    border-left: 0.125rem solid #231815;
    margin-top: 1.25rem;
}

@media screen and (min-width: 768px) {
    .p-single__content h3 {
        font-size: 1.375rem;
        margin-top: 2.5rem;
        padding-left: 0.625rem;
        border-left: 0.25rem solid #231815;
    }
}

.p-single__content p {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.6666666667;
}

@media screen and (min-width: 768px) {
    .p-single__content p {
        margin-top: 1.25rem;
        font-size: 1.125rem;
    }
}

.p-single__content p strong {
    font-size: 1rem;
}

@media screen and (min-width: 768px) {
    .p-single__content p strong {
        font-size: 1.5rem;
    }
}

.p-sp-nav {
    background-color: #ffffff;
    padding: 1.75rem 0;
}

@media screen and (min-width: 768px) {
    .p-sp-nav {
        display: none;
    }
}

.p-sp-nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-sp-nav__text {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 1.75;
    white-space: nowrap;
    position: relative;
    z-index: 10;
}

.p-sp-nav__img {
    width: 12.5rem;
    margin-left: -3.4375rem;
}

.p-sp-nav__img img {
    aspect-ratio: 20/8;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-table-price__title {
    font-size: 1.125rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-table-price__title {
        font-size: 2rem;
    }
}

.p-table-price__cards {
    margin-top: 2rem;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 2.5rem;
}

@media screen and (min-width: 768px) {
    .p-table-price__cards {
        margin-top: 3.25rem;
        max-width: 56.25rem;
        margin-inline: auto;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.875rem;
    }
}

.p-target__cards {
    margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
    .p-target__cards {
        margin-top: 4.375rem;
        max-width: 62.5rem;
        margin-inline: auto;
    }
}

.p-target__card:nth-child(n+2) {
    margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
    .p-target__card:nth-child(n+2) {
        margin-top: 1.875rem;
    }
}

.p-teams {
    background-color: #f6f6f6;
}

.p-teams__inner {
    position: relative;
    z-index: 10;
}

.p-teams__title {
    text-align: right;
    font-size: 3rem;
}

@media screen and (min-width: 768px) {
    .p-teams__title {
        font-size: 11.25rem;
    }
}

.p-teams__title .c-section-title__sub {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: 0;
}

.p-teams__title .c-section-title__sub::after {
    margin-right: 0.375rem;
}

@media screen and (min-width: 768px) {
    .p-teams__title .c-section-title__sub::after {
        margin-right: 0.75rem;
    }
}

.p-teams__wrap {
    margin-top: 2.5rem;
}

@media screen and (min-width: 768px) {
    .p-teams__wrap {
        margin-top: 3.75rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 5.4375rem;
    }
}

.p-teams__imgs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

@media screen and (min-width: 768px) {
    .p-teams__imgs {
        display: none;
    }
}

.p-teams__img img {
    aspect-ratio: 125/297;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .p-teams__left {
        width: 50%;
    }
}

.p-teams__left-imgs {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-teams__left-imgs {
        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: end;
        -ms-flex-align: end;
        align-items: flex-end;
        gap: 5.625rem;
    }
}

.p-teams__left-imgs img:first-child {
    aspect-ratio: 632/496;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.p-teams__left-imgs img:nth-child(2) {
    aspect-ratio: 432/616;
    width: 27rem;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    .p-teams__right {
        width: 50%;
        padding-top: 19.125rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 9.375rem;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.p-teams__right-img {
    display: none;
}

@media screen and (min-width: 768px) {
    .p-teams__right-img {
        display: block;
    }
}

.p-teams__right-img img {
    aspect-ratio: 632/496;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
	object-position: top;
}

.p-teams__text {
    margin-top: 1.25rem;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 2.8571428571;
    text-align: right;
}

@media screen and (min-width: 768px) {
    .p-teams__text {
        margin-top: 0;
        font-size: 1rem;
        line-height: 2.5;
        text-align: left;
    }
}

.p-tel {
    background-color: #f6f6f6;
}

.p-tel__wrap {
    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;
    gap: 2.5rem;
}

@media screen and (min-width: 768px) {
    .p-tel__wrap {
        gap: 6.25rem;
    }
}

.p-tel__icon {
    width: 6.25rem;
    height: 6.25rem;
    background-color: #ffffff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0.5rem;
    text-align: center;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.07em;
    line-height: 1.4666666667;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media screen and (min-width: 768px) {
    .p-tel__icon {
        width: 9rem;
        height: 9rem;
        font-size: 0.9375rem;
    }
}

.p-tel__icon::before {
    content: "";
    width: 0.75rem;
    height: 0.75rem;
    background: url(../images/icon_tel-black.svg) no-repeat center/cover;
}

@media screen and (min-width: 768px) {
    .p-tel__icon::before {
        width: 1.125rem;
        height: 1.125rem;
    }
}

.p-tel__name {
    width: 3.75rem;
    height: 1.5rem;
    border: 1px solid #707070;
    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;
    font-size: 0.75rem;
    letter-spacing: 0.07em;
}

@media screen and (min-width: 768px) {
    .p-tel__name {
        width: 6rem;
        height: 1.9375rem;
        font-size: 0.9375rem;
    }
}

.p-tel__num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.625rem;
    font-size: 1.25rem;
    letter-spacing: 0.07em;
    line-height: 1.4285714286;
}

@media screen and (min-width: 768px) {
    .p-tel__num {
        gap: 1.25rem;
        font-size: 1.75rem;
    }
}

.p-tel__num::before {
    content: "";
    width: 2rem;
    height: 1.3125rem;
    background: url(../images/icon_tel-other.svg) no-repeat center/cover;
}

.p-tel__time {
    margin-top: 0.5rem;
    font-size: 0.625rem;
    letter-spacing: 0.1em;
    line-height: 1.4615384615;
    padding-left: 0.5rem;
}

@media screen and (min-width: 768px) {
    .p-tel__time {
        font-size: 0.8125rem;
        padding-left: 1rem;
    }
}

.p-thanks__text {
    margin-top: 1.25rem;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.07em;
}

@media screen and (min-width: 768px) {
    .p-thanks__text {
        margin-top: 2.5rem;
        font-size: 1rem;
    }
}

.p-unison {
    background-color: #f6f6f6;
}

.p-unison__inner {
    position: relative;
    z-index: 10;
}

.p-unison__text {
    margin-top: 1rem;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 2.5;
}

@media screen and (min-width: 768px) {
    .p-unison__text {
        margin-top: 3.75rem;
        font-size: 1rem;
        text-align: center;
    }
}

.p-unison__cards {
    margin-top: 2.625rem;
}

@media screen and (min-width: 768px) {
    .p-unison__cards {
        margin-top: 7.8125rem;
    }
}

.p-unison__cards-title {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    line-height: 1.4583333333;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .p-unison__cards-title {
        font-size: 2.25rem;
    }
}

.p-unison__cards-wraps {
    margin-top: 1.875rem;
}

@media screen and (min-width: 768px) {
    .p-unison__cards-wraps {
        margin-top: 7.75rem;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 4.8125rem 0.5rem;
    }
}

.p-unison__cards-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.125rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (min-width: 768px) {
    .p-unison__cards-wrap {
        display: contents;
    }
}

.p-unison__cards-wrap:nth-child(n+2) {
    margin-top: 1.375rem;
}

.p-unison__cards-wrap:nth-child(even) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.p-unison__card {
    width: 7.875rem;
}

@media screen and (min-width: 768px) {
    .p-unison__card {
        width: auto;
    }
}

.u-desktop {
    display: none;
}

@media screen and (min-width: 768px) {
    .u-desktop {
        display: block;
    }
}

@media screen and (min-width: 768px) {
    .u-mobile {
        display: none;
    }
}

/*# sourceMappingURL=styles.css.map */