/* --------------------
 Company
-------------------- */
.message {
    margin: 0 0 10.6666666667vw;
    padding: 7.4666666667vw 0 0;
}

@media (min-width: 768px) {
    .message {
        margin: 0 0 40px;
        padding: 28px 0 0;
    }
}

.message-container {
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (min-width: 768px) {
    .message .com-title {
        margin-bottom: 55px;
    }
}

.message__main {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 7.4666666667vw 0;
    margin: 0 auto;
    max-width: 830px;
    width: 100%;
}

@media (min-width: 768px) {
    .message__main {
        gap: 28px 0;
    }
}

.message__main__contents {
    flex: 0 0 100%;
}

@media (max-width: 991px) {
    .message__main__contents {
        order: 1;
    }
}

@media (min-width: 992px) {
    .message__main__contents {
        flex: 0 0 calc(100% - 250px);
    }
}

.message__main__contents__title {
    font-size: var(--fs20);
    font-weight: 700;
    letter-spacing: 0.1em;
    list-style: 1.4;
    margin: 0 0 8.5333333333vw;
}

@media (min-width: 768px) {
    .message__main__contents__title {
        font-size: var(--fs22);
        margin: 0 0 32px;
    }
}

.message__main__contents__content p {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.77;
    margin: 0 0 2em;
}

@media (min-width: 768px) {
    .message__main__contents__content p {
        font-size: var(--fs18);
    }
}

.message__main__contents__content p:last-child {
    margin-bottom: 0;
}

.message__main__fig {
    flex: 0 0 100%;
    margin: 0;
    position: relative;
    text-align: center;
}

@media (max-width: 991px) {
    .message__main__fig {
        order: 3;
    }
}

@media (min-width: 992px) {
    .message__main__fig {
        flex: 0 0 250px;
    }
}

.message__main__fig img {
    transform: translateX(10%);
    width: 50%;
}

@media (min-width: 768px) {
    .message__main__fig img {
        width: 260px;
    }
}

@media (min-width: 992px) {
    .message__main__fig img {
        bottom: 20px;
        left: 20px;
        position: absolute;
        transform: none;
    }
}

.message__main__name {
    flex: 0 0 100%;
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.77;
    margin: 0;
    text-align: right;
}

@media (min-width: 768px) {
    .message__main__name {
        font-size: var(--fs18);
    }
}

@media (max-width: 991px) {
    .message__main__name {
        order: 2;
    }
}

.ph {
    overflow: hidden;
    position: relative;
}

.ph:before {
    background-image: url(../images/commons/com-shape-02.svg);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 512vw 10.6666666667vw;
    content: "";
    display: block;
    height: 10.6666666667vw;
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: -0.2666666667vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .ph:before {
        background-size: 1920px 40px;
        height: 40px;
        top: -1px;
    }
}

.ph:after {
    background-image: url(../images/commons/com-shape-01.svg);
    background-position: center bottom;
    background-repeat: repeat-x;
    background-size: 512vw 10.6666666667vw;
    bottom: -0.2666666667vw;
    content: "";
    display: block;
    height: 10.6666666667vw;
    left: 0;
    margin: 0 auto;
    pointer-events: none;
    position: absolute;
    right: 0;
    z-index: 1;
}

@media (min-width: 768px) {
    .ph:after {
        background-size: 1920px 40px;
        bottom: -1px;
        height: 40px;
    }
}

.ph-container {
    background-color: var(--color-cream);
    margin: 0 auto;
    max-width: 1535px;
    padding: 21.3333333333vw var(--c-pad);
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .ph-container {
        padding: 85px var(--c-pad) 110px;
    }
}

@media (min-width: 768px) {
    .ph .com-title {
        margin-bottom: 55px;
    }
}

.ph__content {
    margin: 0 auto 10.6666666667vw;
    max-width: 840px;
    width: 100%;
}

@media (min-width: 768px) {
    .ph__content {
        margin: 0 auto 50px;
    }
}

.ph__content p {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.77;
    margin: 0 0 1.75em;
}

@media (min-width: 768px) {
    .ph__content p {
        font-size: var(--fs18);
    }
}

.ph__content p:last-child {
    margin-bottom: 0;
}

.ph__content p em {
    display: block;
    font-size: var(--fs20);
    font-style: normal;
    font-weight: 700;
    margin: 1.25em 0 0.85em;
}

@media (min-width: 768px) {
    .ph__content p em {
        font-size: var(--fs22);
    }
}

.ph__list {
    display: grid;
    gap: 5.3333333333vw;
    grid-gap: 5.3333333333vw;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: -webkit-min-content;
    grid-template-rows: min-content;
    margin: 0 auto;
    max-width: 970px;
    position: relative;
}

@media (min-width: 768px) {
    .ph__list {
        gap: 28px;
        grid-template-columns: repeat(3, 1fr);
    }
}

.ph__list__item {
    grid-row: span 2;
    position: relative;
}

@media (max-width: 767px) {
    .ph__list__item:has(.ph__list__item__title) {
        grid-column: span 2;
    }
}

.ph__list__item:has(.ph__list__item__number) {
    display: grid;
    gap: 0;
    grid-gap: 0;
    grid-template-rows: subgrid;
    padding: 3.2vw 2.1333333333vw 3.2vw;
    position: relative;
}

@media (min-width: 768px) {
    .ph__list__item:has(.ph__list__item__number) {
        padding: 12px 12px 20px;
    }
}

@media (min-width: 992px) {
    .ph__list__item:has(.ph__list__item__number) {
        min-height: 300px;
        padding: 12px 20px 20px;
    }
}

.ph__list__item:has(.ph__list__item__number):before {
    background-color: var(--color-peach);
    border-radius: 4.8vw;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    -webkit-mask-image: url(../images/commons/com-dotted-bg.svg);
    mask-image: url(../images/commons/com-dotted-bg.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 266.6666666667vw 266.6666666667vw;
    mask-size: 266.6666666667vw 266.6666666667vw;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(1.6vw, 1.6vw);
    z-index: 0;
}

@media (min-width: 768px) {
    .ph__list__item:has(.ph__list__item__number):before {
        border-radius: 35px;
        -webkit-mask-size: 1000px 1000px;
        mask-size: 1000px 1000px;
        transform: translate(6px, 6px);
    }
}

.ph__list__item:has(.ph__list__item__number):after {
    background-color: var(--color-white);
    border: 0.5333333333vw solid var(--color-onyx);
    border-radius: 4.8vw;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

@media (min-width: 768px) {
    .ph__list__item:has(.ph__list__item__number):after {
        border-radius: 35px;
        border-width: 2px;
    }
}

.ph__list__item__number {
    font-size: var(--fs38);
    font-weight: 700;
    left: 5.3333333333vw;
    letter-spacing: 0;
    line-height: 1.05;
    margin: 0;
    position: absolute;
    top: 2.1333333333vw;
    z-index: 3;
}

@media (min-width: 768px) {
    .ph__list__item__number {
        font-size: 3rem;
        left: 20px;
        top: 8px;
    }
}

@media (min-width: 992px) {
    .ph__list__item__number {
        font-size: 3.5rem;
    }
}

.ph__list__item__icon {
    height: 40vw;
    margin: 0 0 -4.8vw;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}

@media (min-width: 768px) {
    .ph__list__item__icon {
        height: 150px;
        margin: 0 0 -18px;
    }
}

.ph__list__item__icon:before {
    aspect-ratio: 170/160;
    background-image: url(../images/pages/company/company-philosophy-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: auto;
    left: 0;
    margin: 0 auto;
    max-width: 45.3333333333vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 80%;
    z-index: 0;
}

@media (min-width: 768px) {
    .ph__list__item__icon:before {
        max-width: 170px;
    }
}

.ph__list__item__icon img {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 21.3333333333vw;
    z-index: 1;
}

@media (min-width: 768px) {
    .ph__list__item__icon img {
        width: 80px;
    }
}

@media (min-width: 992px) {
    .ph__list__item__icon img {
        width: 96px;
    }
}

.ph__list__item__content {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
    position: relative;
    width: 100%;
    z-index: 2;
}

.ph__list__item__content p {
    font-size: var(--fs15);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.54;
    margin: 0;
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .ph__list__item__content p {
        font-size: var(--fs18);
    }
}

@media (min-width: 992px) {
    .ph__list__item__content p {
        font-size: var(--fs22);
    }
}

.ph__list__item__title {
    align-items: center;
    aspect-ratio: 1/1;
    background-image: url(../images/pages/company/company-philosophy-title-bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: auto;
    max-width: 53.3333333333vw;
    position: relative;
    width: 100%;
    z-index: 2;
}

@media (min-width: 768px) {
    .ph__list__item__title {
        aspect-ratio: auto;
        height: 260px;
        max-width: 260px;
    }
}

@media (min-width: 992px) {
    .ph__list__item__title {
        height: 300px;
        max-width: 270px;
    }
}

.ph__list__item__title__ja {
    font-size: var(--fs30);
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin: 0;
    position: relative;
    text-align: center;
    z-index: 1;
}

@media (min-width: 768px) {
    .ph__list__item__title__ja {
        font-size: var(--fs32);
    }
}

@media (min-width: 992px) {
    .ph__list__item__title__ja {
        font-size: var(--fs35);
    }
}

.ph__list__item__title__en {
    bottom: auto;
    color: var(--color-white);
    font-size: 10px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

.ph__list__item__title__en em {
    display: block;
    font-size: 7.5075rem;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.05;
    margin: -0.25em 0 0;
    text-align: center;
}

@media (min-width: 768px) {
    .ph__list__item__title__en em {
        font-size: 8.58rem;
    }
}

@media (min-width: 992px) {
    .ph__list__item__title__en em {
        font-size: 10.725rem;
    }
}

.ph__list__item__title__en span {
    display: block;
    font-size: 1.8375rem;
    font-weight: 700;
    line-height: 1.05;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .ph__list__item__title__en span {
        font-size: 2.1rem;
    }
}

@media (min-width: 992px) {
    .ph__list__item__title__en span {
        font-size: 2.625rem;
    }
}

.profile {
    margin: 0 0 10.6666666667vw;
    padding: 10.6666666667vw 0 0;
}

@media (min-width: 768px) {
    .profile {
        margin: 0 0 100px;
        padding: 55px 0 0;
    }
}

.profile-container {
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

.profile__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

.profile__table > tbody > tr > th, .profile__table > tbody > tr > td {
    border-bottom: 1px solid var(--color-onyx);
    font-size: var(--fs15);
    font-weight: 500;
    letter-spacing: 0.025em;
    line-height: 2;
    padding: 2.6666666667vw 2.1333333333vw;
    text-align: left;
    vertical-align: top;
    width: auto;
}

@media (min-width: 768px) {
    .profile__table > tbody > tr > th, .profile__table > tbody > tr > td {
        font-size: var(--fs18);
        padding: 10px 16px;
    }
}

.profile__table > tbody > tr > th {
    width: 32vw;
}

@media (min-width: 768px) {
    .profile__table > tbody > tr > th {
        width: 170px;
    }
}

@media (min-width: 992px) {
    .profile__table > tbody > tr > th {
        width: 210px;
    }
}

.profile__table > tbody > tr > td a {
    color: inherit;
    text-decoration: underline;
    transition: -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s;
    transition: text-decoration-color var(--duration) var(--cubic) 0s, -webkit-text-decoration-color var(--duration) var(--cubic) 0s;
}

.profile__table > tbody > tr > td a:focus {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
}

@media (hover: hover) and (pointer: fine) {
    .profile__table > tbody > tr > td a:hover {
        -webkit-text-decoration-color: transparent;
        text-decoration-color: transparent;
    }
}

.profile__table > tbody > tr > td p {
    margin: 0 0 1.75em;
}

.profile__table > tbody > tr > td p:last-child {
    margin-bottom: 0;
}

.profile__table > tbody > tr:first-child > th, .profile__table > tbody > tr:first-child > td {
    border-top: 0.2666666667vw solid var(--color-onyx);
}

@media (min-width: 768px) {
    .profile__table > tbody > tr:first-child > th, .profile__table > tbody > tr:first-child > td {
        border-top-width: 1px;
    }
}