/* variable
----------------------------------------------------------------- */


/* color */

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1279px) and (min-width: 961px) {
    html {
        font-size: calc(1280 / 1280 * 1vw);
    }
}

@media screen and (max-width: 960px) and (min-width: 374px) {
    html {
        font-size: calc(1600 / 375 * 1vw);
    }
}

@media screen and (min-width: 1281px) {
    html {
        font-size: 16px;
    }
}

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

html {
    scroll-behavior: smooth;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    font-family: "Noto Sans JP", serif;
    font-style: normal;
    color: #333;
}

article,
aside,
footer,
header,
nav,
section,
main {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
hgroup,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    outline: none;
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    border: none;
}

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

p {}

ul,
ol {
    list-style: none;
}

table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
}

th,
td {
    padding: 4px 6px;
    vertical-align: top;
    text-align: left;
}

blockquote,
q {
    quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
    content: "";
    content: none;
}

input[type=submit],
input[type=button] {
    display: inline-block;
    margin: 0;
    padding: 0.6em 2em;
    border-radius: 0;
    background-image: none;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -webkit-appearance: none;
}

.l-inner,
.l-inner--mobile-none,
.l-inner--mobile-full-screen,
.l-inner--1440,
.l-inner--1296,
.l-inner--1200,
.l-inner--1100,
.l-inner--1068,
.l-inner--1000,
.l-inner--875,
.l-inner--640 {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-inline: auto;
}

.l-inner--640 {
    width: 40rem;
}

.l-inner--875 {
    width: 54.6875rem;
}

.l-inner--1000 {
    width: 62.5rem;
}

.l-inner--1068 {
    width: 66.75rem;
}

.l-inner--1100 {
    width: 68.75rem;
}

.l-inner--1200 {
    width: 75rem;
}

.l-inner--1296 {
    width: 81rem;
}

.l-inner--1440 {
    width: 90rem;
}

@media screen and (max-width: 960px) {
    .l-inner--mobile-full-screen {
        margin: 0;
        width: 100%;
    }
}

@media screen and (max-width: 960px) {
    .l-inner--mobile-none {
        width: 100%;
    }
}

.l-outer {
    overflow: hidden;
}

.c-page-title-box {
    background: #481c7b;
    padding: 3.8125rem 0 3.5625rem;
}

@media screen and (max-width: 960px) {
    .c-page-title-box {
        padding: 2.5rem 1rem;
    }
}

.c-page-title-box__inner {
    width: 66.75rem;
    max-width: 100%;
    margin-inline: auto;
}

.c-page-title-box__title {
    color: #fff;
    font-size: 3.75rem;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "Lato";
    letter-spacing: 0.08em;
}

@media screen and (max-width: 960px) {
    .c-page-title-box__title {
        font-size: 2rem;
    }
}

.c-page-title-box__sub-title {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    margin-top: 0.4375rem;
    letter-spacing: 0.08em;
}

@media screen and (max-width: 960px) {
    .c-page-title-box__sub-title {
        font-size: 0.875rem;
    }
}

.c-btn-common {
    position: relative;
    display: block;
    width: 15rem;
    padding: 1.0625rem;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.08em;
    color: #333;
    border: 1px solid #481c7b;
    border-radius: 624.9375rem;
    background: #fff;
    margin-inline: auto;
    transition: 0.3s;
}

.c-btn-common:hover {
    background: #481c7b;
    color: #fff;
    width: 24rem;
    padding: 1.375rem;
    font-size: 1.25rem;
    letter-spacing: 0.08em;
}

.c-btn-common:hover .c-btn-common__icon path {
    stroke: #fff;
}

.c-btn-common__icon {
    position: absolute;
    top: 50%;
    right: 1.125rem;
    width: 0.25rem;
    height: 0.5rem;
    transform: translateY(-50%);
}

.c-sticky-nav {
    position: sticky;
    top: 100px;
    border-top: 0.5px solid #ccc;
    border-bottom: 0.5px solid #ccc;
    border-left: 0.5px solid #ccc;
}

@media screen and (max-width: 960px) {
    .c-sticky-nav {
        position: static;
        display: grid;
        border: none;
        grid-template-columns: repeat(2, 1fr);
        gap: 0.625rem;
    }
}

.c-sticky-nav__item:not(:last-child) .c-sticky-nav__link {
    border-bottom: 0.5px solid #ccc;
}

@media screen and (max-width: 960px) {
    .c-sticky-nav__item:last-child .c-sticky-nav__link {
        border-bottom: 0.5px solid #ccc;
    }
}

.c-sticky-nav__link {
    position: relative;
    display: block;
    padding: 1.5rem 1.6875rem;
    letter-spacing: 0.08em;
    color: #333;
}

@media screen and (max-width: 960px) {
    .c-sticky-nav__link {
        text-align: center;
        font-size: 0.875rem;
        padding: 0.625rem;
    }
}

.c-sticky-nav__link.is-active {
    color: #481c7b;
    background: #fbf9ff;
}

.c-sticky-nav__link.is-active::before {
    position: absolute;
    top: 50%;
    left: 0.8125rem;
    width: 0.5rem;
    height: 0.5rem;
    content: "";
    transform: translateY(-50%);
    border-radius: 0.25rem;
    background: #481c7b;
}

.c-list-post__item {
    position: relative;
}

.c-list-post__item:first-of-type .c-list-post__link {
    padding-top: 0;
}

.c-list-post__item::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0.25rem;
    height: 0.5rem;
    content: "";
    transform: translateY(-50%);
    background: url("../img/icon/icon_arrow_right.svg") center/cover no-repeat;
    pointer-events: none;
}

.c-list-post__link {
    display: block;
    padding: 1.5rem 1.5rem 1.5rem 0;
    transition: 0.3s;
    border-bottom: 0.5px solid #ccc;
}

@media (hover: hover) {
    .c-list-post__link:where(:-webkit-any-link,
    : enabled, summary):hover {
        opacity: 0.7;
    }
}

.c-list-post__meta {
    display: flex;
    gap: 0.5rem;
}

.c-list-post__meta-text {
    font-size: 0.875rem;
    letter-spacing: 0;
    color: #707070;
}

.c-list-post__title {
    margin-top: 0.5rem;
    letter-spacing: 0.08em;
    color: #333;
}

@media screen and (max-width: 960px) {
    .c-list-post__title {
        font-size: 0.875rem;
    }
}

.c-pagenation {
    display: flex;
    justify-content: center;
    gap: 2rem;
    align-items: center;
}

.c-pagenation__item {
    font-size: 0.875rem;
    display: flex;
    width: 2rem;
    height: 2rem;
    transition: 0.3s;
    color: #707070;
    border: 1px solid #ccc;
    border-radius: 624.9375rem;
    justify-content: center;
    align-items: center;
}

@media (hover: hover) {
    .c-pagenation__item:where(:-webkit-any-link,
    : enabled, summary):hover {
        color: #fff;
        background: #481c7b;
    }
    .c-pagenation__item:where(:-webkit-any-link,
     :enabled,
    summary):hover path {
        stroke: #fff;
    }
}

.c-pagenation__nav {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.c-pagenation__icon {
    width: 0.3125rem;
    height: 0.625rem;
    transition: 0.3s;
}

.c-heading-border-top {
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.4666666667;
    display: flex;
    flex-direction: column;
    letter-spacing: 0.08em;
    color: #481c7b;
    gap: 1.875rem;
}

@media screen and (max-width: 960px) {
    .c-heading-border-top {
        font-size: 1.25rem;
        gap: 0.9375rem;
    }
}

.c-heading-border-top::before {
    display: block;
    width: 100%;
    height: 0.25rem;
    content: "";
    background: linear-gradient(to right, #481c7b 0px, #481c7b 4.25rem, rgba(29, 43, 59, 0.1) 4.25rem, rgba(29, 43, 59, 0.1) 100%);
}

.c-heading-disc {
    font-size: 1.625rem;
    font-weight: 400;
    line-height: 1.4230769231;
    display: flex;
    letter-spacing: 0.08em;
    color: #481c7b;
    align-items: center;
    gap: 1.0625rem;
}

@media screen and (max-width: 960px) {
    .c-heading-disc {
        font-size: 1.125rem;
        gap: 0.625rem;
    }
}

.c-heading-disc::before {
    display: block;
    width: 0.75rem;
    height: 0.75rem;
    content: "";
    border-radius: 624.9375rem;
    background: #481c7b;
}

@media screen and (max-width: 960px) {
    .c-heading-disc::before {
        width: 0.5rem;
        height: 0.5rem;
    }
}

.c-accessmap-link {
    display: flex;
    align-items: center;
    gap: 0.4375rem;
    transition: 0.3s;
}

@media (hover: hover) {
    .c-accessmap-link:where(:-webkit-any-link,
    : enabled, summary):hover {
        opacity: 0.7;
    }
}

.c-accessmap-link__icon {
    width: 1rem;
    transform: translateY(0.125rem);
}

.c-accessmap-link__text {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    color: #481c7b;
    font-weight: 500;
    text-decoration: underline;
}

@media screen and (max-width: 960px) {
    .c-accessmap-link__text {
        font-size: 0.875rem;
    }
}

.c-table-common__row {
    display: flex;
    padding: 1.5rem 0;
    border-bottom: 1px solid #ccc;
    gap: 1rem;
}

@media screen and (max-width: 960px) {
    .c-table-common__row {
        flex-direction: column;
        gap: 0.625rem;
        padding: 1rem 0;
    }
}

.c-table-common__row:first-child {
    padding: 0 0 1.5rem 0;
}

@media screen and (max-width: 960px) {
    .c-table-common__row:first-child {
        padding: 0 0 1rem 0;
    }
}

.c-table-common__head,
.c-table-common__head--wide {
    font-weight: 500;
    min-width: 8.75rem;
    letter-spacing: 0.08em;
    flex-shrink: 0;
}

.c-table-common__head--wide {
    min-width: 13.125rem;
}

@media screen and (max-width: 960px) {
    .c-table-common__head,
    .c-table-common__head--wide {
        font-size: 0.875rem;
        font-weight: 400;
    }
}

.c-table-common__data {
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.5;
}

@media screen and (max-width: 960px) {
    .c-table-common__data {
        font-size: 0.875rem;
        font-weight: 400;
    }
}

.c-page-copy {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #481c7b;
    gap: 2rem;
    align-items: center;
}

@media screen and (max-width: 960px) {
    .c-page-copy {
        padding: 0 1rem;
        gap: 1rem;
    }
}

.c-page-copy__title {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.0590625em;
}

@media screen and (max-width: 960px) {
    .c-page-copy__title {
        font-size: 1.5rem;
    }
}

.c-page-copy__text {
    line-height: 2;
    letter-spacing: 0.05875em;
}

@media screen and (max-width: 960px) {
    .c-page-copy__text {
        font-size: 0.875rem;
        text-align: left;
    }
}

.c-card-case,
.c-card-case--reverse {
    display: flex;
    gap: 3.5rem;
}

@media screen and (max-width: 960px) {
    .c-card-case,
    .c-card-case--reverse {
        flex-direction: column;
        gap: 1.25rem;
    }
}

.c-card-case--reverse {
    flex-direction: row-reverse;
}

@media screen and (max-width: 960px) {
    .c-card-case--reverse {
        flex-direction: column;
    }
}

.c-card-case__title {
    font-size: 1.625rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #481c7b;
}

@media screen and (max-width: 960px) {
    .c-card-case__title {
        font-size: 1.25rem;
    }
}

.c-card-case__description {
    margin-top: 1rem;
    letter-spacing: 0.0492307692em;
    color: #481c7b;
}

@media screen and (max-width: 960px) {
    .c-card-case__description {
        font-size: 0.875rem;
    }
}

.c-card-case__box {
    margin-top: 2rem;
    padding: 1.5rem 1.5rem 2.5rem 1.5rem;
    border-radius: 0.3125rem;
    background: #fff;
}

@media screen and (max-width: 960px) {
    .c-card-case__box {
        margin-top: 1rem;
        padding: 1rem;
    }
}

.c-card-case__box-head {
    display: flex;
    width: fit-content;
    padding: 0.5rem 1rem;
    color: #fff;
    border-radius: 2.8125rem;
    background: #481c7b;
    justify-content: center;
    gap: 0.5rem;
}

@media screen and (max-width: 960px) {
    .c-card-case__box-head {
        width: 100%;
    }
}

.c-card-case__box-head-line {
    width: 1px;
    height: 100;
    background-color: #fff;
}

.c-card-case__box-head-text {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media screen and (max-width: 960px) {
    .c-card-case__box-head-text {
        font-size: 0.6875rem;
    }
}

.c-card-case__box-deacription {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    margin-top: 1rem;
    letter-spacing: 0.08em;
}

.c-card-case__image {
    width: 27.6875rem;
    height: 18.4375rem;
    object-fit: cover;
}

@media screen and (max-width: 960px) {
    .c-card-case__image {
        width: 100%;
        height: 12.5rem;
    }
}

.c-card-features {
    padding: 2rem;
    background: #fcfaff;
}

.c-card-features__contents {
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

@media screen and (max-width: 960px) {
    .c-card-features__contents {
        flex-direction: column;
        gap: 1rem;
    }
}

.c-card-features__title {
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #481c7b;
}

@media screen and (max-width: 960px) {
    .c-card-features__title {
        font-size: 1.375rem;
    }
}

.c-card-features__text {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    margin-top: 1rem;
    letter-spacing: 0.08em;
}

@media screen and (max-width: 960px) {
    .c-card-features__text {
        font-size: 1rem;
    }
}

.c-card-features__description {
    font-size: 0.875rem;
    line-height: 1.8571428571;
    margin-top: 2rem;
    padding-top: 2rem;
    letter-spacing: 0.08em;
    border-top: 1px solid rgba(29, 43, 59, 0.1019607843);
}

@media screen and (max-width: 960px) {
    .c-card-features__description {
        margin-top: 1rem;
        padding-top: 1rem;
    }
}

.c-card-features__image {
    width: 25.1875rem;
    height: 16.75rem;
    object-fit: cover;
    max-width: 100%;
    flex-shrink: 0;
}

@media screen and (max-width: 960px) {
    .c-card-features__image {
        height: 12.5rem;
    }
}

.c-form-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.c-form-label__text,
.c-form-label__text--large {
    font-size: 0.875rem;
    letter-spacing: 0;
}

.c-form-label__text--large {
    font-size: 1rem;
    color: #481c7b;
}

.c-form-label__require-label {
    font-size: 0.75rem;
    padding: 0.25rem;
    color: #fff;
    border-radius: 0.25rem;
    background: #481c7b;
}

.c-accordion {
    padding-bottom: 2rem;
    cursor: pointer;
    background: #fff;
}

@media screen and (max-width: 960px) {
    .c-accordion {
        padding-bottom: 1rem;
    }
}

.c-accordion__title {
    font-size: 0.875rem;
    font-weight: 700;
    position: relative;
    display: flex;
    padding: 2rem 2rem 0 2rem;
    letter-spacing: 0.08em;
    color: #481c7b;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

@media screen and (max-width: 960px) {
    .c-accordion__title {
        padding: 1rem 1rem 0 1rem;
    }
}

.c-accordion__title::after {
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    content: "";
    transition: transform 0.3s;
    background: url("../img/icon/icon_plus.svg") center/cover no-repeat;
}

.c-accordion__title.is-active::after {
    height: 2px;
    background: url("../img/icon/icon_minus.svg") center/cover no-repeat;
}

.c-accordion__content {
    display: none;
    margin-top: 1rem;
    padding: 0 2rem;
}

@media screen and (max-width: 960px) {
    .c-accordion__content {
        padding: 0 1rem;
    }
}

.c-accordion__text {
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    color: #481c7b;
}

.p-single__contents {
    padding: 5.625rem 0 5rem;
}

@media screen and (max-width: 960px) {
    .p-single__contents {
        padding: 2.5rem 1rem;
    }
}

.p-single__inner {
    padding-bottom: 3rem;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}

.p-single__head-line-meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.p-single__head-line-date {
    font-size: 0.875rem;
    color: #707070;
}

.p-single__head-line-category {
    font-size: 0.875rem;
    color: #707070;
}

.p-single__head-line-title {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #333;
}

.p-single__text {
    line-height: 2;
    letter-spacing: 0.08em;
}

.p-single__text a {
    text-decoration: underline;
    color: #481c7b;
}

.p-single__heading-small {
    font-size: 1rem;
    font-weight: 700;
    position: relative;
    padding-left: 1.625rem;
    letter-spacing: 0.08em;
    color: #333;
}

.p-single__heading-small::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1rem;
    height: 0.125rem;
    content: "";
    transform: translateY(-50%);
    background-color: #481c7b;
}

.p-single__list {
    display: flex;
    flex-direction: column;
    gap: 0.3125rem;
}

.p-single__list-item {
    position: relative;
    padding-left: 0.75rem;
    letter-spacing: 0.08em;
}

.p-single__list-item::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.25rem;
    height: 0.25rem;
    content: "";
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: #481c7b;
}

.p-dammy__header {
    width: 100%;
    max-width: 100%;
}

.p-dammy__footer {
    width: 100%;
    max-width: 100%;
    margin-top: 5.625rem;
}

.p-archive__contents-inner {
    display: flex;
    padding: 5.625rem 0 5.25rem;
    gap: 4.75rem;
}

@media screen and (max-width: 960px) {
    .p-archive__contents-inner {
        flex-direction: column;
        padding: 2.5rem 1rem;
    }
}

.p-archive__sidebar {
    width: 17.375rem;
    border-right: 0.5px solid #ccc;
    flex-shrink: 0;
}

@media screen and (max-width: 960px) {
    .p-archive__sidebar {
        width: 100%;
        border: none;
    }
}

.p-archive__main-container {
    width: 100%;
}

.p-archive__sidebar-title {
    padding: 1.25rem 1.6875rem;
    letter-spacing: 0.08em;
    color: #481c7b;
}

.p-archive__pagenation {
    margin-top: 4rem;
}

.p-locations__contents-inner {
    display: flex;
    padding: 5.625rem 0 5.25rem;
    gap: 4.75rem;
}

@media screen and (max-width: 960px) {
    .p-locations__contents-inner {
        flex-direction: column;
        padding: 2.5rem 1rem;
    }
}

.p-locations__list {
    display: flex;
    flex-direction: column;
    margin-top: 2.5rem;
    gap: 2.5rem;
}

@media screen and (max-width: 960px) {
    .p-locations__list {
        margin-top: 1.25rem;
    }
}

.p-locations__item {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #ccc;
}

.p-locations__card {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 4.3125rem;
}

@media screen and (max-width: 960px) {
    .p-locations__card {
        flex-direction: column;
        gap: 1.25rem;
    }
}

@media screen and (max-width: 960px) {
    .p-locations__card-content {
        width: 100%;
    }
}

.p-locations__card-address {
    font-style: normal;
    line-height: 1.5;
    margin-top: 3.5625rem;
    letter-spacing: 0.08em;
}

@media screen and (max-width: 960px) {
    .p-locations__card-address {
        margin-top: 1.75rem;
        font-size: 0.875rem;
    }
}

.p-locations__card-map-link {
    margin-top: 0.6875rem;
}

.p-locations__card-tel {
    margin-top: 1rem;
}

@media screen and (max-width: 960px) {
    .p-locations__card-tel {
        font-size: 0.875rem;
    }
}

.p-locations__card-tel {
    letter-spacing: 0.08em;
}

.p-locations__card-image {
    width: 17.5rem;
    max-width: 100%;
}

@media screen and (max-width: 960px) {
    .p-locations__card-image {
        width: 100%;
    }
}

.p-locations__company-section {
    margin-top: 5rem;
}

@media screen and (max-width: 960px) {
    .p-locations__company-section {
        margin-top: 2.5rem;
    }
}

.p-locations__company-section-sub-title,
.p-locations__company-section-sub-title--wide-margin {
    margin-top: 2.5rem;
}

.p-locations__company-section-sub-title--wide-margin {
    margin-top: 4.125rem;
}

@media screen and (max-width: 960px) {
    .p-locations__company-section-sub-title,
    .p-locations__company-section-sub-title--wide-margin {
        margin-top: 1.25rem;
    }
}

.p-locations__company-list {
    display: flex;
    flex-direction: column;
    margin-top: 2.5rem;
    gap: 2.5rem;
}

@media screen and (max-width: 960px) {
    .p-locations__company-list {
        margin-top: 1.25rem;
    }
}

.p-locations__company-item {
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #ccc;
}

.p-locations__company-list-title {
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #481c7b;
}

@media screen and (max-width: 960px) {
    .p-locations__company-list-title {
        font-size: 1.125rem;
    }
}

.p-locations__company-list-text {
    font-weight: 500;
    line-height: 2;
    margin-top: 1.0625rem;
    letter-spacing: 0.0290909091em;
}

@media screen and (max-width: 960px) {
    .p-locations__company-list-text {
        font-size: 0.875rem;
    }
}

.p-locations__company-list-address {
    font-weight: 500;
    font-style: normal;
    margin-top: 1.5rem;
    letter-spacing: 0.08em;
}

@media screen and (max-width: 960px) {
    .p-locations__company-list-address {
        font-size: 0.875rem;
    }
}

.p-locations__company-list-tel {
    font-weight: 500;
    margin-top: 1rem;
    letter-spacing: 0.08em;
}

@media screen and (max-width: 960px) {
    .p-locations__company-list-tel {
        font-size: 0.875rem;
    }
}

.p-locations__company-list-btn {
    width: fit-content;
    margin-left: auto;
}

@media screen and (max-width: 960px) {
    .p-locations__company-list-btn {
        margin-top: 1rem;
    }
}

.p-company__contents-inner {
    display: flex;
    padding: 5.625rem 0 5.25rem;
    gap: 4.75rem;
}

@media screen and (max-width: 960px) {
    .p-company__contents-inner {
        flex-direction: column;
        padding: 2.5rem 1rem;
    }
}

.p-company__section-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

@media screen and (max-width: 960px) {
    .p-company__section-wrapper {
        gap: 2.5rem;
    }
}

.p-company__company-section-table {
    margin-top: 2rem;
}

@media screen and (max-width: 960px) {
    .p-company__company-section-table {
        margin-top: 2rem;
    }
}

.p-company__sub-title {
    margin-top: 4rem;
}

@media screen and (max-width: 960px) {
    .p-company__sub-title {
        margin-top: 2rem;
    }
}

.p-company__chart {
    margin-top: 1.5rem;
}

@media screen and (max-width: 960px) {
    .p-company__chart {
        margin-top: 1rem;
    }
}

.p-company__act-section-text {
    margin-top: 4rem;
    line-height: 1.5;
}

@media screen and (max-width: 960px) {
    .p-company__act-section-text {
        margin-top: 2rem;
        font-size: 0.875rem;
    }
}

.p-company__act-section-table {
    margin-top: 4rem;
}

@media screen and (max-width: 960px) {
    .p-company__act-section-table {
        margin-top: 2rem;
    }
}

.p-strengths__contents {
    padding-top: 6rem;
}

.p-strengths__contents-inner {
    margin-top: 6rem;
    padding: 5.625rem 0;
    background: #fcfaff;
    padding: 5.625rem 0 5.25rem;
}

@media screen and (max-width: 960px) {
    .p-strengths__contents-inner {
        padding: 2.5rem 1rem;
        margin-top: 3rem;
    }
}

.p-strengths__card-list {
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
}

@media screen and (max-width: 960px) {
    .p-philosophy__contents-inner {
        padding: 0 1rem;
    }
}

.p-philosophy__fv {
    padding: 240px 0 120px;
    color: #fff;
    background: url("../img/philosophy/bg_philosophy.webp") center/cover no-repeat;
}

.p-philosophy__title {
    display: flex;
    flex-direction: column;
    gap: 0.4375rem;
}

.p-philosophy__title-en {
    font-size: 3.75rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media screen and (max-width: 960px) {
    .p-philosophy__title-en {
        font-size: 2rem;
    }
}

.p-philosophy__title-ja {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2.4;
    text-align: center;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 960px) {
    .p-philosophy__title-ja {
        font-size: 1rem;
    }
}

.p-philosophy__fv-text {
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 2.4;
    margin-top: 3.875rem;
    text-align: center;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 960px) {
    .p-philosophy__fv-text {
        font-size: 0.875rem;
        margin-top: 2.5rem;
    }
}

.p-philosophy__profile {
    width: 23.8125rem;
    flex-shrink: 0;
}

@media screen and (max-width: 960px) {
    .p-philosophy__profile {
        width: 100%;
    }
}

.p-philosophy__profile-section {
    position: relative;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 5rem 0 3.8125rem;
}

.p-philosophy__profile-section::after {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    width: 76.8%;
    height: 52.5rem;
    content: "";
    background: #fcfaff;
}

@media screen and (max-width: 960px) {
    .p-philosophy__profile-section::after {
        width: 100%;
        height: 80%;
    }
}

.p-philosophy__profile-body {
    margin-top: 0.625rem;
}

.p-philosophy__profile-body-title {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: 0.08em;
    color: #481c7b;
}

@media screen and (max-width: 960px) {
    .p-philosophy__profile-body-title {
        font-size: 2rem;
        text-align: center;
    }
}

.p-philosophy__profile-body-text {
    font-weight: 500;
    line-height: 2;
    margin-top: 1.375rem;
    letter-spacing: 0.08em;
}

@media screen and (max-width: 960px) {
    .p-philosophy__profile-body-text {
        font-size: 0.875rem;
    }
}

.p-philosophy__profile-image {
    width: 23.8125rem;
    max-width: 100%;
}

@media screen and (max-width: 960px) {
    .p-philosophy__profile-image {
        width: 100%;
    }
}

.p-philosophy__profile-name-box {
    display: flex;
    width: fit-content;
    margin-top: 1rem;
    margin-left: auto;
    align-items: end;
    gap: 1rem;
}

@media screen and (max-width: 960px) {
    .p-philosophy__profile-name-box {
        margin-top: 0.5rem;
    }
}

.p-philosophy__profile-position {
    letter-spacing: 0.08em;
}

@media screen and (max-width: 960px) {
    .p-philosophy__profile-position {
        font-size: 0.875rem;
    }
}

.p-philosophy__profile-section-inner {
    display: flex;
    gap: 2.9375rem;
}

@media screen and (max-width: 960px) {
    .p-philosophy__profile-section-inner {
        flex-direction: column;
        padding: 0 1rem;
    }
}

.p-philosophy__profile-name {
    font-size: 1.375rem;
    font-weight: 500;
    letter-spacing: 0.08em;
}

@media screen and (max-width: 960px) {
    .p-philosophy__profile-name {
        font-size: 1.125rem;
    }
}

.p-philosophy__contents {
    display: flex;
    flex-direction: column;
    margin-top: 5rem;
    gap: 3.5rem;
}

@media screen and (max-width: 960px) {
    .p-philosophy__contents {
        margin-top: 2.5rem;
        gap: 1.75rem;
    }
}

.p-philosophy__content {
    position: relative;
    display: flex;
    padding-top: 2.5rem;
    gap: 8.9375rem;
    justify-content: space-between;
}

@media screen and (max-width: 960px) {
    .p-philosophy__content {
        flex-direction: column;
        gap: 2.5rem;
    }
}

.p-philosophy__content::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 0.25rem;
    content: "";
    background: linear-gradient(to right, #481c7b 0px, #481c7b 4.25rem, rgba(29, 43, 59, 0.1) 4.25rem, rgba(29, 43, 59, 0.1) 100%);
}

.p-philosophy__headline {
    display: flex;
    flex-direction: column;
    width: 13.4375rem;
    gap: 1rem;
    flex-shrink: 0;
}

@media screen and (max-width: 960px) {
    .p-philosophy__headline {
        gap: 0.3125rem;
    }
}

.p-philosophy__headline-title-en {
    font-family: "Lato";
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.21875;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #481c7b;
}

@media screen and (max-width: 960px) {
    .p-philosophy__headline-title-en {
        font-size: 1.75rem;
    }
}

.p-philosophy__headline-title-ja {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.4444444444;
    letter-spacing: 0.04em;
}

@media screen and (max-width: 960px) {
    .p-philosophy__headline-title-ja {
        font-size: 1rem;
    }
}

.p-philosophy__body {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    width: 70%;
}

.p-philosophy__body-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.08em;
    color: #481c7b;
}

@media screen and (max-width: 960px) {
    .p-philosophy__body {
        width: 100%;
    }
    .p-philosophy__body-title {
        font-size: 1.5rem;
    }
}

.p-philosophy__body-text {
    font-weight: 500;
    line-height: 1.5;
    margin-top: 1.125rem;
    letter-spacing: 0.08em;
}

.p-philosophy__body-logo {
    width: 31.375rem;
    max-width: 100%;
}

.p-contact__contents-inner {
    padding: 5.625rem 0 5.25rem;
}

@media screen and (max-width: 960px) {
    .p-contact__contents-inner {
        padding: 2.5rem 1rem;
    }
}

.p-contact__lead-text {
    font-size: 0.875rem;
    line-height: 2;
    text-align: center;
    letter-spacing: 0.0592857143em;
    color: #481c7b;
}

@media screen and (max-width: 960px) {
    .p-contact__lead-text {
        text-align: left;
    }
}

.p-contact__form {
    display: flex;
    flex-direction: column;
    width: 39.75rem;
    max-width: 100%;
    margin: 6.125rem auto 0;
    gap: 3rem;
}

@media screen and (max-width: 960px) {
    .p-contact__form {
        margin-top: 3.125rem;
    }
}

.p-contact__form-group-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.p-contact__form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.p-contact__form-group-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.p-contact__zip-wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.p-contact__zip-wrapper .p-contact__input {
    width: 6.25rem;
}

.p-contact__input {
    font-size: 1rem;
    display: block;
    width: 100%;
    height: 2.375rem;
    padding: 0.4375rem 1.5rem;
    border: 1px solid #ccc;
    border-radius: 0.3125rem;
}

.p-contact__textarea {
    display: block;
    width: 100%;
    height: 12.5rem;
    padding: 0.4375rem 1.5rem;
    border: 1px solid #ccc;
    border-radius: 0.3125rem;
}

.p-contact__form-group-zip-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.p-contact__submit {
    position: relative;
    display: block;
    width: 15rem;
    margin: 2rem auto 0;
    padding: 1.0625rem;
    transition: 0.3s;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.08em;
    color: #333;
    border: 1px solid #481c7b;
    border-radius: 624.9375rem;
    background: #481c7b;
    cursor: pointer;
}

.p-contact__submit:hover {
    background: #22004A;
    /*
    font-size: 1.25rem;
    width: 24rem;
    padding: 1.375rem;
    letter-spacing: 0.08em;
    color: #fff;
    background: #481c7b;
    */
}

.p-contact__submit-btn {
    padding: 0 !important;
    border: none;
    background: unset;
    box-shadow: none;
}

.p-contact__submit-icon {
    position: absolute;
    top: 50%;
    right: 1.125rem;
    width: 0.25rem;
    height: 0.5rem;
    transform: translateY(-50%);
}

.p-features__contents {
    padding-top: 6rem;
}

.p-features__contents-inner {
    margin-top: 6rem;
}

@media screen and (max-width: 960px) {
    .p-features__contents-inner {
        margin-top: 3rem;
    }
}

.p-features__accordion {
    margin-top: 0.8125rem;
}

.p-features__cards {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.u-disp-none {
    display: none;
}

@media screen and (max-width: 960px) {
    .u-disp-none--PU {
        display: none;
    }
}

.u-disp-none--PO {
    display: none;
}

@media screen and (max-width: 960px) {
    .u-disp-none--PO {
        display: block;
    }
}

.u-margin-top {
    margin-top: 1.5rem;
}

.u-margin-top--narrow {
    margin-top: 1rem;
}

.u-margin-top--normal {
    margin-top: 2rem;
}

.u-margin-top--wide {
    margin-top: 3rem;
}
