@charset "UTF-8";
*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

li,
dd {
    list-style-type: none;
}

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

img {
    border: none;
    vertical-align: bottom;
}

@font-face {
    font-family: 'NotoSansCJKjp';
    /* フォント名 */
    /* フォーマットごとにパスを指定 */
    font-weight: 400;
    src: url('../font/NotoSansCJKjp-Regular') format('opentype');
}
@font-face {
    font-family: 'NotoSansCJKjp';
    /* フォント名 */
    /* フォーマットごとにパスを指定 */
    font-weight: 400;
    src: url('../font/NotoSansCJKjp-Bold') format('opentype');
}
@font-face {
    font-family: 'NotoSansCJKjp';
    /* フォント名 */
    /* フォーマットごとにパスを指定 */
    font-weight: 400;
    src: url('../font/NotoSansCJKjp-Medium') format('opentype');
}
@media screen and (max-width: 1079px) and (min-width: 640px) {
    html {
        font-size: 1.5vw;
    }
}
@media screen and (max-width: 375px) {
    html {
        font-size: 4.3vw;
    }
}

body {
    color: #262626;
    font-family: 'NotoSansCJKjp', 'Noto Sans JP', sans-serif;
    background: #fff;
}

.preload {
    opacity: 0;
}

a {
    text-decoration: none;
    transition: 0.3s;
    color: #262626;
}
@media (hover: hover) {
    a:hover {
        cursor: pointer;
        opacity: 0.7;
    }
}

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

.l-inner {
    position: relative;
    width: 100%;
    max-width: 1080px;
    height: inherit;
    padding: 0 2.5rem;
    margin: 0 auto;
}
@media screen and (max-width: 639px) {
    .l-inner {
        width: 100%;
        max-width: 31.25rem;
        padding: 0 1.25rem;
    }
}

@media screen and (max-width: 639px) {
    .l-inner__header {
        padding: 0 0.625rem;
    }
}

.l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 5.625rem;
    background: #ffffff;
}
@media screen and (max-width: 639px) {
    .l-header {
        height: 3.125rem;
    }
}

.c-btn--small {
    display: inline-block;
    width: 12.5rem;
    padding: 1.375rem 0;
    text-align: center;
    font-size: 1rem;
    line-height: 1.25;
    letter-spacing: -0.05em;
    font-weight: 500;
    color: #ffffff;
    border-radius: 2.5rem;
    position: relative;
    box-shadow: 0.125rem 0.25rem 0.25rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 639px) {
    .c-btn--small {
        width: 6.25rem;
        font-size: 0.75rem;
        line-height: 1;
        letter-spacing: -0.05em;
        font-weight: 500;
        padding: 0.625rem 0;
    }
}
.c-btn--small::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 1.25rem;
    width: 0.5rem;
    height: auto;
    aspect-ratio: 1;
    border-bottom: 0.125rem solid #ffffff;
    border-right: 0.125rem solid #ffffff;
}
@media screen and (max-width: 639px) {
    .c-btn--small::after {
        display: none;
    }
}

.c-btn--large {
    display: inline-block;
    width: 21.875rem;
    padding: 1.5625rem 0;
    text-align: center;
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: -0.01em;
    font-weight: 500;
    color: #ffffff;
    border-radius: 3.125rem;
    position: relative;
    box-shadow: 0.125rem 0.25rem 0.25rem rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 639px) {
    .c-btn--large {
        display: block;
        width: 100%;
        max-width: 15.625rem;
        margin: auto;
        padding: 0.625rem 0;
        font-size: 0.875rem;
        line-height: 1.5;
        letter-spacing: -0.01em;
        font-weight: 500;
        margin-bottom: 0.625rem;
    }
}
.c-btn--large::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 1.25rem;
    width: 0.5rem;
    height: auto;
    aspect-ratio: 1;
    border-bottom: 0.125rem solid #ffffff;
    border-right: 0.125rem solid #ffffff;
}

.c-btn__entry {
    background: linear-gradient(90deg, #ff6600, #ff9500);
}
.c-btn__entry.c-btn--small {
    margin-right: 1.25rem;
}
@media screen and (max-width: 639px) {
    .c-btn__entry.c-btn--small {
        margin-right: 0.625rem;
    }
}

.c-btn__trial {
    background: linear-gradient(90deg, #19448e, #215ab3);
}

.c-footer__fixBtn {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    height: 2.5rem;
    display: flex;
}
.c-footer__fixBtn a {
    display: inline-block;
    width: 50%;
    font-size: 1rem;
    line-height: 2.5;
    letter-spacing: 0em;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}
.c-footer__fixBtn a.entry {
    background: linear-gradient(90deg, #ff6600, #ff9500);
}
.c-footer__fixBtn a.trial {
    background: linear-gradient(90deg, #19448e, #215ab3);
}

.p-header__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.p-header__logo {
    width: 9.5rem;
    height: auto;
    margin-left: 0.625rem;
}
@media screen and (max-width: 639px) {
    .p-header__logo {
        margin: 0;
        width: 5rem;
        margin-right: 1.25rem;
    }
}
.p-header__logo svg {
    width: 100%;
    height: 100%;
}

.p-header__btnWrap {
    margin-right: 0.625rem;
}
@media screen and (max-width: 639px) {
    .p-header__btnWrap {
        display: flex;
        justify-content: space-between;
        margin-right: 0;
    }
}

.p-footer {
    padding-top: 7.1875rem;
    border-top: 0.09375rem solid #adadad;
}
@media screen and (max-width: 639px) {
    .p-footer {
        padding-top: 2.5rem;
        margin-bottom: 2.5rem;
    }
}
.p-footer.kintone {
    padding-top: 10rem;
}
@media screen and (max-width: 639px) {
    .p-footer.kintone {
        padding-top: 2.5rem;
        margin-bottom: 0;
    }
}

.p-footer__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5rem;
}
@media screen and (max-width: 639px) {
    .p-footer__wrap {
        display: block;
        width: 20rem;
        max-width: 100%;
        margin: auto;
        margin-bottom: 1.25rem;
    }
}
.p-footer__wrap .logo {
    width: 7.5rem;
    height: auto;
    aspect-ratio: 120/30;
    margin-right: 2.8125rem;
}
@media screen and (max-width: 639px) {
    .p-footer__wrap .logo {
        margin: auto;
        margin-bottom: 1.25rem;
    }
}
.p-footer__wrap .address {
    margin-left: -12.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    letter-spacing: 0.01em;
    font-weight: 500;
}
@media screen and (max-width: 639px) {
    .p-footer__wrap .address {
        margin-left: 0;
    }
}
.p-footer__wrap .logo2 {
    margin-left: -3.75rem;
    margin-top: 0.625rem;
    width: 6.875rem;
    height: auto;
    aspect-ratio: 110/70;
    position: relative;
}
@media screen and (max-width: 639px) {
    .p-footer__wrap .logo2 {
        margin-left: 0;
        margin-top: 0;
    }
}
.p-footer__wrap .logo2::after {
    content: '';
    position: absolute;
    top: -1.5625rem;
    left: -3.75rem;
    width: 0.0625rem;
    height: calc(100% + 3.125rem);
    background: rgba(173, 173, 173, 0.1803921569);
}
@media screen and (max-width: 639px) {
    .p-footer__wrap .logo2::after {
        display: none;
    }
}
.p-footer__wrap .logo3 {
    width: 6.25rem;
    height: auto;
    aspect-ratio: 100/80;
    position: relative;
}
.p-footer__wrap .logo3 img {
    margin-top: 0.625rem;
    margin-left: -3.75rem;
}
@media screen and (max-width: 639px) {
    .p-footer__wrap .logo3 img {
        margin-top: 0;
        margin-left: 0;
    }
}
.p-footer__wrap .logo3::after {
    content: '';
    position: absolute;
    top: -1.5625rem;
    left: -8.75rem;
    width: 0.0625rem;
    height: calc(100% + 3.125rem);
    background: rgba(173, 173, 173, 0.1803921569);
}
@media screen and (max-width: 639px) {
    .p-footer__wrap .logo3::after {
        display: none;
    }
}
@media screen and (max-width: 639px) {
    .p-footer__wrap .logoWrap {
        margin-top: 1.25rem;
        display: flex;
        justify-content: center;
        -moz-column-gap: 2.5rem;
        column-gap: 2.5rem;
    }
}

.p-footer__copyright {
    text-align: center;
    background: #f6f6f6;
    font-size: 0.75rem;
    line-height: 1.6666666667;
    letter-spacing: -0.03em;
    font-weight: 500;
    color: #adadad;
    padding: 0.625rem 0;
}

.p-mainVisual {
    margin-top: 5.625rem;
    padding-top: 2.5rem;
    padding-bottom: 1.875rem;
    width: 100%;
    position: relative;
}
@media screen and (max-width: 639px) {
    .p-mainVisual {
        margin-top: 3.125rem;
        padding-top: 0.625rem;
    }
}
.p-mainVisual::after {
    content: '';
    position: absolute;
    top: -4.6875rem;
    left: 0;
    width: 100%;
    height: calc(100% + 5rem);
    background: url(../img/mvBg_2.jpg) no-repeat center center/cover;
    z-index: -1;
}
@media screen and (max-width: 639px) {
    .p-mainVisual::after {
        background-position-x: 62%;
    }
}
.p-mainVisual__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 639px) {
    .p-mainVisual__wrap {
        display: block;
    }
}

@media (min-width: 640px) {
    .p-mainVisual__titleContents {
        margin-top: -0.625rem;
    }
}
@media screen and (max-width: 639px) {
    .p-mainVisual__titleContents {
        text-align: center;
    }
}
.p-mainVisual__titleContents .title {
    font-size: 2.8rem;
    line-height: 1.3;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-left: -0.5rem;
    margin-bottom: 1.5625rem;
    white-space: nowrap;
}
.p-mainVisual__titleContents .title span {
    font-size: 3.4rem;
    line-height: 1.1206896552;
    letter-spacing: 0em;
    font-weight: 700;
    color: #ff9500;
}
@media screen and (max-width: 639px) {
    .p-mainVisual__titleContents .title {
        font-size: 1.25rem;
        line-height: 1;
        letter-spacing: 0.11em;
        font-weight: 700;
        margin-bottom: 0.625rem;
    }
    .p-mainVisual__titleContents .title span {
        font-size: 1.625rem;
        line-height: 1.9230769231;
        letter-spacing: 0.11em;
        font-weight: 700;
    }
}
.p-mainVisual__titleContents .subtitle {
    margin-bottom: 1.0625rem;
}
.p-mainVisual__titleContents .subtitle span {
    display: inline-block;
    padding: 0.3rem 2rem;
    color: #ffffff;
    background: #ff9500;
    font-size: 1rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
    font-weight: 500;
}
@media screen and (max-width: 639px) {
    .p-mainVisual__titleContents .subtitle span {
        font-size: 0.75rem;
        line-height: 1.5;
        letter-spacing: 0.13em;
        font-weight: 500;
        padding: 0.125rem 1rem;
    }
}
.p-mainVisual__titleContents .logo {
    width: 15.6rem;
    height: auto;
}
@media screen and (max-width: 639px) {
    .p-mainVisual__titleContents .logo {
        width: 10rem;
        margin: 0 auto 0.4em -1em;
    }
}
.p-mainVisual__figure {
    width: 28.75rem;
    height: auto;
    aspect-ratio: 470/450;
    padding-right: 0.9375rem;
}
@media screen and (max-width: 639px) {
    .p-mainVisual__figure {
        padding-right: 0;
        width: 80%;
        max-width: 21.875rem;
        margin: auto;
        margin-top: 0rem;
        position: relative;
    }
    .p-mainVisual__figure .side {
        position: absolute;
        top: 1.25rem;
        right: -0.625rem;
        width: 5rem;
        height: auto;
        aspect-ratio: 80/20;
    }
}

/*----------------------------------
    kintone
-----------------------------------*/
.p-mainVisual-kintone {
    margin-top: 5.625rem;
    background: url(../img/mvKintoneBg_3.jpg?20250617) no-repeat center bottom/cover;
    padding: 3.125rem 0 16.25rem;
}
@media screen and (min-width: 1281px) {
    .p-mainVisual-kintone {
        padding-bottom: 20.31vw;
    }
}
@media screen and (max-width: 639px) {
    .p-mainVisual-kintone {
        margin-top: 3.125rem;
        padding: 1.25rem 0 6.875rem;
    }
}

.p-mainVisual-kintone__head {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1.4rem;
    margin-bottom: 0.3125rem;
}
@media screen and (max-width: 639px) {
    .p-mainVisual-kintone__head {
        padding-right: 0;
        column-gap: 0.8rem;
        margin-bottom: 0rem;
    }
}
.p-mainVisual-kintone__head .logo {
    width: 8rem;
    height: auto;
}
@media screen and (max-width: 639px) {
    .p-mainVisual-kintone__head .logo {
        width: 4.5rem;
    }
}
.p-mainVisual-kintone__head .logo svg {
    width: 100%;
    height: 100%;
}
.p-mainVisual-kintone__head p {
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: 0.11em;
    font-weight: 700;
    text-align: center;
    background: #fdd002;
    padding: 0.75rem 1.5625rem;
    border-radius: 1.875rem;
    color: #010101;
}
@media screen and (max-width: 639px) {
    .p-mainVisual-kintone__head p {
        font-size: 0.675rem;
        line-height: 1;
        letter-spacing: 0.05em;
        font-weight: 700;
        padding: 0.5rem 1rem;
        border-radius: 1.25rem;
    }
}

.p-mainVisual-kintone__title {
    text-align: center;
}
@media screen and (max-width: 639px) {
    .p-mainVisual-kintone__title {
        white-space: nowrap;
        margin-top: 0.2em;
    }
}
.p-mainVisual-kintone__title .column1 {
    font-size: 2.5rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
    font-weight: 700;
}
@media screen and (max-width: 639px) {
    .p-mainVisual-kintone__title .column1 {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0em;
        font-weight: 700;
    }
}
.p-mainVisual-kintone__title .column2 {
    margin-left: -1.25rem;
    padding-right: 1.25rem;
    font-size: 3.125rem;
    line-height: 1.44;
    letter-spacing: 0.12em;
    font-weight: 700;
}
@media screen and (max-width: 639px) {
    .p-mainVisual-kintone__title .column2 {
        margin-left: 0;
        padding-right: 0;
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0em;
        font-weight: 700;
    }
}
.p-mainVisual-kintone__title .column2.color {
    margin-left: 0;
    font-size: 3.625rem;
    line-height: 1.2413793103;
    letter-spacing: 0em;
    font-weight: 700;
    color: #ff9500;
}
@media screen and (max-width: 639px) {
    .p-mainVisual-kintone__title .column2.color {
        font-size: 1.6rem;
        line-height: 1.0714285714;
        letter-spacing: 0em;
        font-weight: 700;
    }
}

/*----------------------------------
    fujin/raijin
-----------------------------------*/
.p-mainVisual-fr {
    margin-top: 5.625rem;
    background: url(../img/mvFujinRaijinBg_2.jpg?20250617) no-repeat center bottom/cover;
    padding: 3.125rem 0 16.25rem;
}
@media screen and (min-width: 1281px) {
    .p-mainVisual-fr {
        padding-bottom: 20.31vw;
    }
}
@media screen and (max-width: 639px) {
    .p-mainVisual-fr {
        margin-top: 3.125rem;
        background: url(../img/mvFujinRaijinBg_2_sp.jpg?20250617) no-repeat center bottom/cover;
        padding: 1.25rem 0 6.875rem;
    }
}

.p-mainVisual-fr__head {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1.4rem;
    margin-bottom: 0.3125rem;
}
@media screen and (max-width: 639px) {
    .p-mainVisual-fr__head {
        padding-right: 0;
        column-gap: 0.8rem;
        margin-bottom: 0rem;
    }
}
.p-mainVisual-fr__head .logo {
    width: 8rem;
    height: auto;
}
@media screen and (max-width: 639px) {
    .p-mainVisual-fr__head .logo {
        width: 4.5rem;
    }
}
.p-mainVisual-fr__head .logo svg {
    width: 100%;
    height: 100%;
}
.p-mainVisual-fr__head p {
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: 0.11em;
    font-weight: 700;
    text-align: center;
    background: #fff;
    padding: 0.75rem 1.5625rem;
    border-radius: 1.875rem;
    box-shadow: 0.1rem 0.1rem 0.25rem #ffe1b6;
    color: #010101;
}
@media screen and (max-width: 639px) {
    .p-mainVisual-fr__head p {
        font-size: 0.75rem;
        line-height: 1.1666666667;
        letter-spacing: 0.05em;
        font-weight: 700;
        padding: 0.5rem 1rem;
        border-radius: 1.25rem;
    }
}
.p-mainVisual-fr__head p .fujin {
    color: #4478bb;
}
.p-mainVisual-fr__head p .raijin {
    color: #e12942;
}

.p-mainVisual-fr__title {
    text-align: center;
}
@media screen and (max-width: 639px) {
    .p-mainVisual-fr__title {
        white-space: nowrap;
    }
}
.p-mainVisual-fr__title .column1 {
    font-size: 2.5rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
    font-weight: 700;
}
@media screen and (max-width: 639px) {
    .p-mainVisual-fr__title .column1 {
        font-size: 1.125rem;
        line-height: 1.6666666667;
        letter-spacing: 0em;
        font-weight: 700;
    }
}
.p-mainVisual-fr__title .column2 {
    margin-left: -1.25rem;
    padding-right: 1.25rem;
    font-size: 3.125rem;
    line-height: 1.44;
    letter-spacing: 0.12em;
    font-weight: 700;
}
@media screen and (max-width: 639px) {
    .p-mainVisual-fr__title .column2 {
        margin-left: 0;
        padding-right: 0;
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0em;
        font-weight: 700;
    }
}
.p-mainVisual-fr__title .column2.color {
    margin-left: 0;
    font-size: 3.625rem;
    line-height: 1.2413793103;
    letter-spacing: 0em;
    font-weight: 700;
    color: #ff9500;
}
@media screen and (max-width: 639px) {
    .p-mainVisual-fr__title .column2.color {
        font-size: 1.75rem;
        line-height: 1.0714285714;
        letter-spacing: 0em;
        font-weight: 700;
    }
}

.p-mainVisual .p-entryContents__itemWrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 0.3125rem;
    column-gap: 0.3125rem;
    width: 31.875rem;
    margin: 1.5em auto 0 0;
}
@media screen and (max-width: 639px) {
    .p-mainVisual .p-entryContents__itemWrap {
        -moz-column-gap: 0.1875rem;
        column-gap: 0.1875rem;
        margin: 1em auto 0 0;
    }
}
.p-mainVisual .p-entryContents__itemWrap .item {
    padding: 0.625rem 0 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
    letter-spacing: 0.06em;
    font-weight: 700;
    border-radius: 0.5rem;
}
@media screen and (max-width: 639px) {
    .p-mainVisual .p-entryContents__itemWrap .item {
        width: 100%;
        margin: auto;
        padding: 0.5rem 0;
        font-size: 0.625rem;
        line-height: 1.4;
        letter-spacing: 0.02em;
        font-weight: 700;
        margin-bottom: 1.25rem;
        white-space: nowrap;
    }
}

.p-entryContents {
    padding: 5rem 0 3.75rem;
    text-align: center;
}
.p-entryContents.footer-upper {
    padding-top: 6.5rem;
    padding-bottom: 3.4375rem;
}
.p-entryContents.footer-upper.kintone {
    padding-top: 1.875rem;
}
.p-entryContents.top1 {
    padding-bottom: 3.125rem;
}
.p-entryContents.bg-gray {
    background: #f8f8f8;
    padding: 7.8125rem 0 3.625rem;
    position: relative;
}
.p-entryContents.bg-gray::before {
    content: '';
    position: absolute;
    top: 4.6875rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.9375rem 0.75rem 0 0.75rem;
    border-color: #8b94a5 transparent transparent transparent;
}
@media screen and (max-width: 639px) {
    .p-entryContents.bg-gray::before {
        display: none;
    }
}
@media screen and (max-width: 639px) {
    .p-entryContents {
        padding: 3.125rem 0;
    }
    .p-entryContents.bg-gray {
        background: #f8f8f8;
        padding: 1.875rem 0;
    }
}

.p-entryContents__head {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 1.125rem;
    column-gap: 2rem;
    padding-left: 1.25rem;
}
@media screen and (max-width: 639px) {
    .p-entryContents__head {
        padding-left: 0;
        -moz-column-gap: 0.625rem;
        column-gap: 0.8rem;
    }
}
.p-entryContents__head .logo {
    width: 14rem;
    height: auto;
}
@media screen and (max-width: 639px) {
    .p-entryContents__head .logo {
        width: 10rem;
    }
}
.p-entryContents__head p {
    font-size: 2.25rem;
    line-height: 1;
    letter-spacing: 0.11em;
    font-weight: 700;
    color: #262626;
}
@media screen and (max-width: 639px) {
    .p-entryContents__head p {
        font-size: 1.5rem;
        line-height: 1;
        letter-spacing: 0.11em;
        font-weight: 700;
    }
}

.p-entryContents__mainTitle {
    margin-top: 0.825rem;
    font-size: 2.6rem;
    line-height: 1.4418604651;
    letter-spacing: 0.06em;
    font-weight: 700;
    color: #262626;
    margin-bottom: 2.1875rem;
}
.p-entryContents__mainTitle span {
    color: #ff9500;
}
.p-entryContents__mainTitle.footer-upper {
    margin-bottom: 1.875rem;
}
@media screen and (max-width: 639px) {
    .p-entryContents__mainTitle {
        font-size: 1.125rem;
        line-height: 1.7777777778;
        letter-spacing: 0.11em;
        font-weight: 700;
        margin-bottom: 1.25rem;
    }
}

.p-entryContents__title {
    font-size: 1.75rem;
    line-height: 1;
    letter-spacing: 0.11em;
    font-weight: 700;
    margin-bottom: 1.5625rem;
}
.p-entryContents__title.system {
    font-size: 1.5625rem;
    line-height: 1;
    letter-spacing: 0.11em;
    font-weight: 700;
    margin-bottom: 1.25rem;
}
@media screen and (max-width: 639px) {
    .p-entryContents__title {
        font-size: 1rem;
        line-height: 1.25;
        letter-spacing: 0.11em;
        font-weight: 700;
        margin-bottom: 1rem;
    }
    .p-entryContents__title.system {
        margin-bottom: 1rem;
        font-size: 1rem;
        line-height: 1.25;
        letter-spacing: 0.11em;
        font-weight: 700;
    }
}

.p-entryContents__text {
    font-size: 1.125rem;
    line-height: 1;
    letter-spacing: 0.11em;
    font-weight: 500;
    margin-bottom: 1.875rem;
}
@media screen and (max-width: 639px) {
    .p-entryContents__text {
        font-size: 0.875rem;
        line-height: 1;
        letter-spacing: 0em;
        font-weight: 500;
        margin-bottom: 1rem;
    }
}

.p-entryContents__btnWrap {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
}
@media screen and (max-width: 639px) {
    .p-entryContents__btnWrap {
        display: block;
    }
}

.p-entryContents__remark {
    margin-top: 1.875rem;
    margin-bottom: 2.8125rem;
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.12em;
    font-weight: 400;
    padding-left: 0.625rem;
}
.p-entryContents__remark.system {
    margin-top: 1.5625rem;
    margin-bottom: 0;
}
@media screen and (max-width: 639px) {
    .p-entryContents__remark {
        padding-left: 0;
        margin: 1.25rem 0;
        font-size: 0.75rem;
        line-height: 1.5;
        letter-spacing: 0.11em;
        font-weight: 400;
        text-align: left;
    }
    .p-entryContents__remark.system {
        margin-top: 1.25rem;
    }
}

.p-entryContents__banner {
    margin-bottom: 0.9375rem;
}
.p-entryContents__banner a {
    display: block;
}
.p-entryContents__banner a .banner-sp {
    border: 0.0625rem solid #ff6600;
    border-radius: 0.625rem;
    box-shadow: 0.1875rem 0.1875rem 0.25rem rgba(0, 0, 0, 0.1);
}
@media (hover: hover) {
    .p-entryContents__banner a:hover {
        opacity: 0.7;
    }
}
.p-entryContents__banner.top2 {
    margin-bottom: 0.625rem;
}

.p-entryContents__reference {
    text-align: left;
    font-size: 0.75rem;
    line-height: 2;
    letter-spacing: 0em;
    font-weight: 400;
    color: #4d4a49;
}
@media screen and (max-width: 639px) {
    .p-entryContents__reference {
        font-size: 0.625rem;
        line-height: 1.8;
        letter-spacing: 0em;
        font-weight: 400;
    }
}
.p-entryContents__reference.top {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    letter-spacing: 0em;
    font-weight: 400;
}

.p-entryContents__itemWrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    width: 55.3125rem;
    margin: auto;
    max-width: 100%;
    margin-bottom: 3.125rem;
}
@media screen and (max-width: 639px) {
    .p-entryContents__itemWrap {
        display: block;
        margin-bottom: 1.875rem;
    }
}
.p-entryContents__itemWrap .item {
    padding: 1.25rem 0 1.5625rem;
    text-align: center;
    color: #ff9500;
    font-size: 1.375rem;
    line-height: 1.3636363636;
    letter-spacing: 0.11em;
    font-weight: 700;
    border-radius: 0.625rem;
    border: 0.09375rem solid #ff9500;
    background: linear-gradient(0deg, rgba(255, 242, 219, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 1) 100%);
}
@media screen and (max-width: 639px) {
    .p-entryContents__itemWrap .item {
        width: 18.75rem;
        margin: auto;
        padding: 0.625rem 0;
        font-size: 0.875rem;
        line-height: 1.7142857143;
        letter-spacing: 0.11em;
        font-weight: 700;
    }
    .p-entryContents__itemWrap .item:not(:last-of-type) {
        margin-bottom: 1.25rem;
    }
}

.p-featureAll {
    padding: 3.125rem 0;
}
@media screen and (max-width: 639px) {
    .p-featureAll {
        padding: 3.75rem 0;
    }
}

.p-featureAll__title {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2.125;
    letter-spacing: 0.19em;
    font-weight: 700;
    margin-bottom: 1.25rem;
}
@media screen and (max-width: 639px) {
    .p-featureAll__title {
        font-size: 1.25rem;
        line-height: 2;
        letter-spacing: 0.19em;
        font-weight: 700;
        margin-bottom: 1.25rem;
    }
}

.p-featureAll__wrap {
    width: 40.625rem;
    margin: auto;
    max-width: 100%;
}
@media screen and (max-width: 639px) {
    .p-featureAll__wrap {
        width: 31.25rem;
    }
}

.p-featureAll__item {
    position: relative;
    border-radius: 1.875rem;
    background: #fff4e5;
}
.p-featureAll__item:not(:last-of-type) {
    margin-bottom: 1.25rem;
}
@media screen and (max-width: 639px) {
    .p-featureAll__item:not(:last-of-type) {
        margin-bottom: 0.625rem;
    }
}
@media screen and (max-width: 639px) {
    .p-featureAll__item {
        border-radius: 1.25rem;
    }
}
.p-featureAll__item img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.6875rem;
    width: 1.25rem;
    height: auto;
    aspect-ratio: 1;
}
.p-featureAll__item p {
    padding: 0.6875rem 0 0.6875rem 6.875rem;
    font-size: 1rem;
    line-height: 1;
    letter-spacing: 0.11em;
    font-weight: 500;
}
@media screen and (max-width: 639px) {
    .p-featureAll__item p {
        padding: 0.5rem 0.625rem 0.5rem 2.5rem;
        font-size: 0.75rem;
        line-height: 1.75;
        letter-spacing: 0.11em;
        font-weight: 500;
    }
}

.p-system {
    border-top: 0.0625rem solid #d3d3d3;
    padding: 5.3125rem 0 2.5rem;
    background: #f8f8f8;
}
@media screen and (max-width: 639px) {
    .p-system {
        padding: 1.875rem 0;
    }
}
.p-system.kintone {
    border: none;
}

.p-system__title {
    font-size: 2.375rem;
    line-height: 1.7105263158;
    letter-spacing: 0.11em;
    font-weight: 700;
    text-align: center;
}
@media screen and (max-width: 639px) {
    .p-system__title {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0.11em;
        font-weight: 700;
    }
}

.p-system__title--lead {
    text-align: center;
    font-size: 1.875rem;
    line-height: 1.5;
    letter-spacing: 0.11em;
    font-weight: 700;
    padding-left: 0.9375rem;
    margin-bottom: 1.5625rem;
}
@media screen and (max-width: 639px) {
    .p-system__title--lead {
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: 0.11em;
        font-weight: 700;
    }
}

.p-system__container {
    padding: 2.1875rem 0 2.375rem;
    background: #ffffff;
}
@media screen and (max-width: 639px) {
    .p-system__container {
        padding: 3.125rem 0 2.5rem;
    }
}
.p-system__container .title {
    font-size: 1.25rem;
    line-height: 2;
    letter-spacing: 0.11em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.9375rem;
}
@media screen and (max-width: 639px) {
    .p-system__container .title {
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: 0.11em;
        font-weight: 700;
        margin-bottom: 0.9375rem;
    }
}
@media screen and (max-width: 639px) {
    .p-system__container .l-inner {
        padding: 0;
    }
}
.p-system__container .wrap {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
    padding: 0 2.8125rem;
}
@media screen and (max-width: 639px) {
    .p-system__container .wrap {
        display: block;
        width: 22.5rem;
        margin: auto;
        padding: 0;
    }
}
.p-system__container .item {
    flex: 1;
    text-align: center;
}
@media screen and (max-width: 639px) {
    .p-system__container .item {
        display: grid;
        grid-template-columns: 9.375rem 1fr;
    }
    .p-system__container .item:not(:last-of-type) {
        margin-bottom: 1.875rem;
    }
}
.p-system__container .item img {
    width: 260px;
    height: auto;
}
@media screen and (max-width: 639px) {
    .p-system__container .item img {
        max-width: 12.5rem;
        grid-column: 1/2;
        grid-row: 1/3;
    }
}
.p-system__container .item img {
    margin-top: 1.25rem;
}
@media screen and (max-width: 639px) {
    .p-system__container .item img {
        margin: auto;
        width: 90%;
        margin-left: -0.5em;
    }
}
.p-system__container .head {
    font-size: 1.25rem;
    line-height: 2;
    letter-spacing: 0.11em;
    font-weight: 700;
    margin-top: 0.9375rem;
    margin-bottom: 0.3125rem;
}
.p-system__container .head.mt {
    margin-top: 0.625rem;
}
@media screen and (max-width: 639px) {
    .p-system__container .head {
        text-align: left;
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: 0.11em;
        font-weight: 700;
        grid-column: 2/3;
        grid-row: 1/2;
    }
}
.p-system__container .text {
    font-size: 1rem;
    line-height: 1.625;
    letter-spacing: 0.11em;
    font-weight: 400;
    margin-bottom: 1.25rem;
}
@media screen and (max-width: 639px) {
    .p-system__container .text {
        text-align: left;
        font-size: 0.875rem;
        line-height: 1.5;
        letter-spacing: 0.11em;
        font-weight: 400;
        margin-bottom: 1.25rem;
        grid-column: 2/3;
        grid-row: 2/3;
    }
}
@media screen and (max-width: 639px) {
    .p-system__container .detailBtn {
        grid-column: 1/3;
        grid-row: 3/4;
    }
}
.p-system__container .detailBtn a {
    display: inline-block;
    width: 70%;
    padding: 0.3125rem;
    font-size: 1rem;
    line-height: 1.875;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    padding-right: 0.625rem;
    background: #ff9500;
    border-radius: 1.25rem;
    position: relative;
}
@media screen and (max-width: 639px) {
    .p-system__container .detailBtn a {
        max-width: 11.25rem;
        font-size: 0.875rem;
        line-height: 1.5;
        letter-spacing: 0.05em;
        font-weight: 500;
    }
}
.p-system__container .detailBtn a::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    right: 1.25rem;
    width: 0.5rem;
    height: auto;
    aspect-ratio: 1;
    border-bottom: 0.125rem solid #ffffff;
    border-right: 0.125rem solid #ffffff;
}

.p-database {
    padding: 2.5rem 0 3.75rem;
    background: #ffffff;
}
@media screen and (max-width: 639px) {
    .p-database {
        padding: 1.875rem 0 2.5rem;
    }
}
.p-database .title {
    font-size: 1.25rem;
    line-height: 1.75;
    letter-spacing: 0.11em;
    font-weight: 700;
    margin-bottom: 1.875rem;
    text-align: center;
}
@media screen and (max-width: 639px) {
    .p-database .title {
        margin-bottom: 1.25rem;
    }
}
.p-database .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -moz-column-gap: 3.4375rem;
    column-gap: 3.4375rem;
}
@media screen and (max-width: 639px) {
    .p-database .wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        -moz-column-gap: 1.875rem;
        column-gap: 1.875rem;
    }
}

.p-systemAlignment {
    padding: 5.3125rem 0 2.5rem;
    background: #f8f8f8;
}
@media screen and (max-width: 639px) {
    .p-systemAlignment {
        padding: 3.125rem 0 1.875rem;
    }
}

.p-systemAlignment__icon {
    position: absolute;
    bottom: 0;
    right: 2.5rem;
    width: 9.8125rem;
    height: auto;
    aspect-ratio: 157/191;
}
@media screen and (max-width: 639px) {
    .p-systemAlignment__icon {
        display: none;
    }
}

.p-systemAlignment__title--lead {
    text-align: center;
    font-size: 1.25rem;
    line-height: 2.55;
    letter-spacing: 0.11em;
    font-weight: 700;
    color: #ff9500;
}
@media screen and (max-width: 639px) {
    .p-systemAlignment__title--lead {
        font-size: 1rem;
        line-height: 1.875;
        letter-spacing: 0.11em;
        font-weight: 700;
    }
}

.p-systemAlignment__title {
    text-align: center;
    font-size: 2.375rem;
    line-height: 1.3421052632;
    letter-spacing: 0.11em;
    font-weight: 700;
    margin-bottom: 2.1875rem;
}
.p-systemAlignment__title span {
    font-size: 1.875rem;
    line-height: 1.6666666667;
    letter-spacing: 0.11em;
    font-weight: 700;
}
@media screen and (max-width: 639px) {
    .p-systemAlignment__title {
        font-size: 1.25rem;
        line-height: 1.6;
        letter-spacing: 0.11em;
        font-weight: 700;
        margin-bottom: 1.25rem;
    }
    .p-systemAlignment__title span {
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: 0.11em;
        font-weight: 700;
    }
}

.p-systemAlignment__text {
    text-align: center;
    font-size: 1.625rem;
    line-height: 1.9615384615;
    letter-spacing: 0.11em;
    font-weight: 500;
    margin-bottom: 1.25rem;
}
@media screen and (max-width: 639px) {
    .p-systemAlignment__text {
        font-size: 0.875rem;
        line-height: 1.5;
        letter-spacing: 0.11em;
        font-weight: 500;
    }
}

.p-systemAlignment__wrap {
    padding-right: 11.25rem;
}
@media screen and (max-width: 639px) {
    .p-systemAlignment__wrap {
        padding-right: 0;
    }
}

.p-systemAlignment__item {
    display: flex;
    align-items: center;
    background: #fff;
    border: 0.125rem solid #dce2ed;
}
.p-systemAlignment__item:not(:last-of-type) {
    margin-bottom: 1.6875rem;
}
@media screen and (max-width: 639px) {
    .p-systemAlignment__item:not(:last-of-type) {
        margin-bottom: 1.25rem;
    }
}
.p-systemAlignment__item .check {
    width: 3.125rem;
    height: auto;
    aspect-ratio: 50/60;
    background: #dce2ed;
    position: relative;
}
@media screen and (max-width: 639px) {
    .p-systemAlignment__item .check {
        width: 2.1875rem;
        aspect-ratio: 35/50;
    }
}
.p-systemAlignment__item .check::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 0.625rem;
    height: 1rem;
    border-bottom: 0.1875rem solid #616161;
    border-right: 0.1875rem solid #616161;
}
@media screen and (max-width: 639px) {
    .p-systemAlignment__item .check::after {
        width: 0.5rem;
        height: 0.75rem;
        border-bottom: 0.125rem solid #616161;
        border-right: 0.125rem solid #616161;
    }
}
.p-systemAlignment__item .text {
    flex-grow: 1;
    padding-left: 2.5rem;
    font-size: 1.25rem;
    line-height: 2.8;
    letter-spacing: 0.11em;
    font-weight: 700;
    color: #004994;
}
@media screen and (max-width: 639px) {
    .p-systemAlignment__item .text {
        padding-left: 0.625rem;
        font-size: 0.75rem;
        line-height: 1.75;
        letter-spacing: 0.11em;
        font-weight: 700;
    }
}

.p-goodPoint {
    border-top: 0.0625rem solid #d3d3d3;
    padding: 9.6875rem 0 10rem;
    background: linear-gradient(42deg, rgba(255, 222, 176, 1) 0%, rgba(255, 240, 219, 1) 20%, rgba(255, 249, 242, 1) 51%, rgba(255, 240, 219, 1) 80%, rgba(255, 222, 176, 1) 100%);
}
@media screen and (max-width: 639px) {
    .p-goodPoint {
        padding: 3.75rem 0;
    }
}
.p-goodPoint.top {
    padding-top: 9.375rem;
    padding-bottom: 10rem;
}
@media screen and (max-width: 639px) {
    .p-goodPoint.top {
        padding: 3.75rem 0;
    }
}

.p-goodPoint__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p-goodPoint__wrap.flex-reverse {
    flex-direction: row-reverse;
}
.p-goodPoint__wrap:not(:last-of-type) {
    margin-bottom: 8.125rem;
}
.p-goodPoint__wrap:nth-of-type(2) {
    margin-bottom: 10.9375rem;
}
.p-goodPoint__wrap:nth-of-type(3) {
    margin-bottom: 10rem;
}
@media screen and (max-width: 639px) {
    .p-goodPoint__wrap {
        display: block;
    }
    .p-goodPoint__wrap:not(:last-of-type) {
        margin-bottom: 3.75rem;
    }
    .p-goodPoint__wrap:nth-of-type(2) {
        margin-bottom: 3.75rem;
    }
    .p-goodPoint__wrap:nth-of-type(3) {
        margin-bottom: 3.75rem;
    }
}

.p-goodPoint__figure {
    width: 23.4375rem;
    height: auto;
}
.p-goodPoint__figure.first {
    width: 23.125rem;
    margin-top: -1.875rem;
    margin-left: 0.625rem;
}
.p-goodPoint__figure.second {
    width: 24.45rem;
    margin-top: 0.3125rem;
    margin-right: 0.625rem;
}
.p-goodPoint__figure.third {
    width: 24.375rem;
}
.p-goodPoint__figure.fourth {
    width: 24.0625rem;
    margin-top: 0.625rem;
    margin-right: 0.625rem;
}
@media screen and (max-width: 639px) {
    .p-goodPoint__figure.first {
        width: 90%;
        max-width: 25rem;
        margin: 0 auto;
        margin-top: 2.5rem;
    }
    .p-goodPoint__figure.second {
        width: 90%;
        max-width: 25rem;
        margin: 0 auto;
    }
    .p-goodPoint__figure.third {
        width: 90%;
        max-width: 25rem;
        margin: 0 auto;
    }
    .p-goodPoint__figure.fourth {
        width: 90%;
        max-width: 25rem;
        margin: 0 auto;
    }
}

.p-goodPoint__textWrap {
    width: 35rem;
}
.p-goodPoint__textWrap.second {
    margin-top: 1.875rem;
}
.p-goodPoint__textWrap.third {
    padding-left: 0.3125rem;
}
.p-goodPoint__textWrap.fourth {
    margin-top: -0.625rem;
}
@media screen and (max-width: 639px) {
    .p-goodPoint__textWrap {
        width: 100%;
    }
    .p-goodPoint__textWrap.second {
        margin-top: 0;
    }
    .p-goodPoint__textWrap.third {
        padding-left: 0;
    }
    .p-goodPoint__textWrap.fourth {
        margin-top: 0;
    }
}
.p-goodPoint__textWrap .head {
    display: flex;
    align-items: center;
    column-gap: 0.8rem;
    margin-bottom: 1.875rem;
}
.p-goodPoint__textWrap .head.third {
    margin-bottom: 2.1875rem;
}
@media screen and (max-width: 639px) {
    .p-goodPoint__textWrap .head {
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
        margin-bottom: 1.25rem;
    }
    .p-goodPoint__textWrap .head.third {
        margin-bottom: 1.25rem;
    }
}
.p-goodPoint__textWrap .head img {
    width: 7.8rem;
    height: auto;
}
@media screen and (max-width: 639px) {
    .p-goodPoint__textWrap .head img {
        width: 6rem;
    }
}
.p-goodPoint__textWrap .head p {
    font-size: 1.125rem;
    line-height: 1;
    letter-spacing: -0.05em;
    font-weight: 400;
    color: #262626;
    position: relative;
}
.p-goodPoint__textWrap .head p::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 1.25rem);
    width: 2.5rem;
    height: 0.0625rem;
    background: #262626;
}
@media screen and (max-width: 639px) {
    .p-goodPoint__textWrap .head p::after {
        display: none;
    }
}
.p-goodPoint__textWrap .title {
    font-size: 1.75rem;
    line-height: 1.5;
    letter-spacing: 0.11em;
    font-weight: 700;
    color: #000;
    margin-bottom: 1.75rem;
}
.p-goodPoint__textWrap .title.third {
    margin-bottom: 2rem;
}
.p-goodPoint__textWrap .title.fourth {
    margin-bottom: 2.5rem;
}
@media screen and (max-width: 639px) {
    .p-goodPoint__textWrap .title {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0.11em;
        font-weight: 700;
        margin-bottom: 1.25rem;
    }
    .p-goodPoint__textWrap .title.third {
        margin-bottom: 1.25rem;
    }
    .p-goodPoint__textWrap .title.fourth {
        margin-bottom: 1.25rem;
    }
}
.p-goodPoint__textWrap .text {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    letter-spacing: 0.13em;
    font-weight: 400;
}
.p-goodPoint__textWrap .text.first {
    padding-left: 0.3125rem;
    margin-right: -0.3125rem;
}
@media screen and (max-width: 639px) {
    .p-goodPoint__textWrap .text {
        margin-bottom: 1.25rem;
        font-size: 0.875rem;
        line-height: 1.5;
        letter-spacing: 0.13em;
        font-weight: 400;
    }
    .p-goodPoint__textWrap .text.first {
        padding: 0;
        margin: 0;
        margin-bottom: 1.25rem;
    }
}
.p-goodPoint__textWrap .system {
    margin-bottom: 0.9375rem;
}
.p-goodPoint__textWrap .system span {
    display: inline-block;
    padding: 0.375rem 3.75rem 0.375rem 1.25rem;
    font-size: 1.125rem;
    line-height: 1;
    letter-spacing: 0.11em;
    font-weight: 700;
    color: #ffffff;
}
.p-goodPoint__textWrap .system.orange span {
    background: url(../img/bgGrade-orange.png) no-repeat center center/cover;
}
.p-goodPoint__textWrap .system.blue span {
    background: url(../img/bgGrade-blue.png) no-repeat center center/cover;
}
@media screen and (max-width: 639px) {
    .p-goodPoint__textWrap .system {
        margin-bottom: 0.625rem;
    }
    .p-goodPoint__textWrap .system span {
        padding: 0.375rem 1.25rem 0.375rem 0.625rem;
    }
}

.p-example {
    padding: 3.75rem 0 0 0;
    background: url(../img/example-bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 639px) {
    .p-example {
        padding-top: 1.875rem;
    }
}

.p-example__title {
    text-align: center;
    font-size: 2rem;
    line-height: 1.5625;
    letter-spacing: 0.11em;
    font-weight: 700;
    margin-bottom: 2.125rem;
}
@media screen and (max-width: 639px) {
    .p-example__title {
        font-size: 1rem;
        line-height: 1.875;
        letter-spacing: 0.11em;
        font-weight: 700;
        margin-bottom: 1rem;
    }
}

.p-example__figure {
    width: 62.5rem;
    max-width: 100%;
    height: auto;
    aspect-ratio: 1000/410;
    padding-right: 1.375rem;
}
@media screen and (max-width: 639px) {
    .p-example__figure {
        width: calc(100% + 2.5rem);
        max-width: 31.25rem;
        margin: auto;
        padding-right: 0;
        margin-left: -1.25rem;
    }
}

.p-function {
    padding: 6.25rem 0 5.625rem;
}
@media screen and (max-width: 639px) {
    .p-function {
        padding: 2.5rem 0;
    }
}
.p-function.top {
    background: #f8f8f8;
    padding-bottom: 6.5625rem;
}
@media screen and (max-width: 639px) {
    .p-function.top {
        padding: 2.5rem 0;
    }
}

.p-function__title {
    text-align: center;
    font-size: 2.375rem;
    line-height: 1;
    letter-spacing: 0.11em;
    font-weight: 700;
    margin-bottom: 2.1875rem;
}
@media screen and (max-width: 639px) {
    .p-function__title {
        font-size: 1.25rem;
        line-height: 1;
        letter-spacing: 0.11em;
        font-weight: 700;
        margin-bottom: 2.5rem;
    }
}
.p-function__title.top {
    margin-bottom: 1.875rem;
}

.p-function__head {
    text-align: center;
    margin-bottom: 2.5rem;
}
.p-function__head.second {
    margin-bottom: 2.8125rem;
}
@media screen and (max-width: 639px) {
    .p-function__head {
        margin-bottom: 1.875rem;
    }
    .p-function__head.second {
        margin-bottom: 1.875rem;
    }
}
.p-function__head span {
    font-size: 1.875rem;
    line-height: 2;
    letter-spacing: 0.11em;
    font-weight: 700;
    box-shadow: 0.25rem 0.25rem 0 #cde0ee;
    padding: 0.3125rem 1.875rem;
    color: #ffffff;
}
.p-function__head span.first {
    background: url(../img/functionHeadBg.png) no-repeat center center/cover;
}
.p-function__head span.second {
    background: url(../img/functionHeadBg2.png) no-repeat center center/cover;
}
@media screen and (max-width: 639px) {
    .p-function__head span {
        font-size: 0.875rem;
        line-height: 1.7142857143;
        letter-spacing: 0.11em;
        font-weight: 700;
        padding: 0.3125rem 1.25rem;
    }
}
.p-function__head.top span {
    padding: 0.46875rem 1.875rem;
}

.p-function__wrap {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 2.1875rem;
    column-gap: 2.1875rem;
}
.p-function__wrap:not(:last-of-type) {
    margin-bottom: 4.6875rem;
}
@media screen and (max-width: 639px) {
    .p-function__wrap:not(:last-of-type) {
        margin-bottom: 2.5rem;
    }
}
@media screen and (max-width: 639px) {
    .p-function__wrap {
        display: block;
    }
    .p-function__wrap.first {
        margin-bottom: 3.75rem;
    }
}

.p-function__item {
    width: 30rem;
    padding: 3.125rem 3.125rem 1.25rem 3.4375rem;
    background: #ffffff;
    box-shadow: 0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.16);
    border-radius: 0.625rem;
}
.p-function__item.second {
    padding-top: 2.8125rem;
}
.p-function__item.fourth {
    padding-top: 2.125rem;
    padding-bottom: 1.875rem;
}
@media screen and (max-width: 639px) {
    .p-function__item {
        width: 100%;
        max-width: 25rem;
        margin: auto;
        margin-bottom: 2.5rem;
        padding: 1.25rem;
    }
    .p-function__item.second {
        padding-top: 1.25rem;
    }
    .p-function__item.fourth {
        padding-top: 1.25rem;
    }
}
.p-function__item .head {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 1.875rem;
}
.p-function__item .head.second {
    margin-bottom: 2.1875rem;
}
.p-function__item .head.fourth {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-bottom: 0.625rem;
}
@media screen and (max-width: 639px) {
    .p-function__item .head {
        margin-bottom: 1.875rem;
        font-size: 1.125rem;
        line-height: 1;
        letter-spacing: 0.1em;
        font-weight: 700;
    }
    .p-function__item .head.second {
        margin-bottom: 0.9375rem;
    }
    .p-function__item .head.fourth {
        font-size: 1.125rem;
        line-height: 1.4444444444;
        letter-spacing: 0.1em;
        font-weight: 700;
        margin-bottom: 0.9375rem;
    }
}
.p-function__item .text {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    letter-spacing: 0.15em;
    font-weight: 500;
    margin-bottom: 1.875rem;
    word-break: break-all;
}
.p-function__item .text.first {
    margin-bottom: 2.8125rem;
}
.p-function__item .text.second {
    margin-bottom: 3.125rem;
}
@media screen and (max-width: 639px) {
    .p-function__item .text {
        font-size: 0.875rem;
        line-height: 1.5;
        letter-spacing: 0.15em;
        font-weight: 500;
        margin-bottom: 0.9375rem;
    }
    .p-function__item .text.first {
        margin-bottom: 0.9375rem;
    }
    .p-function__item .text.second {
        margin-bottom: 0.9375rem;
    }
}
.p-function__item .figure {
    margin: auto;
}
.p-function__item .figure.first {
    width: 16.875rem;
    margin-right: 3.75rem;
}
.p-function__item .figure.second {
    width: 19.375rem;
    margin-left: 3.75rem;
}
.p-function__item .figure.third {
    margin-top: 3.125rem;
    width: 16.875rem;
}
.p-function__item .figure.fourth {
    width: 19.475rem;
}
@media screen and (max-width: 639px) {
    .p-function__item .figure.first {
        width: 15.625rem;
        margin: auto;
        margin-top: 1.875rem;
    }
    .p-function__item .figure.second {
        width: 15.625rem;
        margin: auto;
        margin-top: 1.875rem;
    }
    .p-function__item .figure.third {
        width: 15.625rem;
        margin: auto;
        margin-top: 1.875rem;
    }
    .p-function__item .figure.fourth {
        width: 15.625rem;
        margin: auto;
        margin-top: 1.875rem;
    }
}

.p-functionKintone {
    padding-top: 7.75rem;
    background: linear-gradient(42deg, rgba(255, 222, 176, 1) 0%, rgba(255, 240, 219, 1) 26%, rgba(255, 249, 242, 1) 51%, rgba(255, 240, 219, 1) 76%, rgba(255, 222, 176, 1) 100%);
}
@media screen and (max-width: 639px) {
    .p-functionKintone {
        padding-top: 3.75rem;
    }
}

.p-functionKintone__head .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1.6rem;
}
@media screen and (max-width: 639px) {
    .p-functionKintone__head .wrap {
        display: flex;
        justify-content: center;
        column-gap: 0.6rem;
        align-items: center;
    }
}
.p-functionKintone__head .logo {
    width: 10rem;
    height: auto;
}
@media screen and (max-width: 639px) {
    .p-functionKintone__head .logo {
        width: 8rem;
    }
}
.p-functionKintone__head .tag {
    padding: 0.25rem 1.25rem;
    background: #fdd002;
    border-radius: 1.875rem;
    color: #000;
    font-size: 1.75rem;
    line-height: 1.1428571429;
    letter-spacing: 0.05em;
    font-weight: 700;
}
@media screen and (max-width: 639px) {
    .p-functionKintone__head .tag {
        display: inline-block;
        padding: 0.25rem 1.2rem;
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: 0.05em;
        font-weight: 700;
    }
}
.p-functionKintone__head .wrap p {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #000;
}
@media screen and (max-width: 639px) {
    .p-functionKintone__head .wrap p {
        display: inline-block;
        font-size: 1.25rem;
        line-height: 1;
        letter-spacing: 0.05em;
        font-weight: 700;
    }
}
.p-functionKintone__head .wrapBottom {
    margin-top: 1.25rem;
    margin-bottom: 4.375rem;
    text-align: center;
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: 0.11em;
    font-weight: 700;
}
@media screen and (max-width: 639px) {
    .p-functionKintone__head .wrapBottom {
        font-size: 1.5625rem;
        line-height: 1.2;
        letter-spacing: 0.11em;
        font-weight: 700;
        margin-bottom: 2.5rem;
    }
}

.p-functionKintone__item {
    padding: 4.0625rem 0 3.75rem;
}
.p-functionKintone__item:nth-of-type(odd) {
    background: rgb(255 255 255 / 60%);
}
@media screen and (max-width: 639px) {
    .p-functionKintone__item {
        padding: 1.875rem 0;
    }
}
.p-functionKintone__item.second {
    padding-top: 3.75rem;
    padding-bottom: 3.125rem;
}
@media screen and (max-width: 639px) {
    .p-functionKintone__item.second {
        padding: 1.875rem 0;
    }
}
.p-functionKintone__item.third {
    padding-top: 5rem;
    padding-bottom: 4.6875rem;
}
@media screen and (max-width: 639px) {
    .p-functionKintone__item.third {
        padding: 1.875rem 0;
    }
}
.p-functionKintone__item.fourth {
    padding-bottom: 3.75rem;
}
@media screen and (max-width: 639px) {
    .p-functionKintone__item.fourth {
        padding: 1.875rem 0;
    }
}
.p-functionKintone__item.fifth {
    padding-bottom: 3.75rem;
}
@media screen and (max-width: 639px) {
    .p-functionKintone__item.fifth {
        padding: 1.875rem 0;
    }
}

.p-functionKintone__item-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p-functionKintone__item-wrap.flex-reverse {
    flex-direction: row-reverse;
}
@media screen and (max-width: 639px) {
    .p-functionKintone__item-wrap {
        display: block;
    }
}
.p-functionKintone__item-wrap .textWrap {
    width: 35rem;
}
.p-functionKintone__item-wrap .textWrap.second {
    margin-top: 1.25rem;
}
.p-functionKintone__item-wrap .textWrap.fifth {
    margin-top: 1.25rem;
}
@media screen and (max-width: 639px) {
    .p-functionKintone__item-wrap .textWrap {
        width: 100%;
    }
}
.p-functionKintone__item-wrap .resource {
    width: 13.125rem;
    height: auto;
    aspect-ratio: 180/35;
    margin-left: -0.3125rem;
    margin-bottom: 0.625rem;
}
.p-functionKintone__item-wrap .resource.third {
    margin-bottom: 1.25rem;
}
.p-functionKintone__item-wrap .resource.fourth {
    margin-bottom: 1.25rem;
}
.p-functionKintone__item-wrap .resource.fifth {
    margin-bottom: 1.25rem;
}
@media screen and (max-width: 639px) {
    .p-functionKintone__item-wrap .resource {
        width: 10rem;
        margin-bottom: 0.625rem;
    }
    .p-functionKintone__item-wrap .resource.third {
        margin-bottom: 0.625rem;
    }
    .p-functionKintone__item-wrap .resource.fourth {
        margin-bottom: 0.625rem;
    }
    .p-functionKintone__item-wrap .resource.fifth {
        margin-bottom: 0.625rem;
    }
}
.p-functionKintone__item-wrap .figure {
    margin-top: 0.625rem;
    width: 22.375rem;
    height: auto;
    aspect-ratio: 1;
    background: #ffffff;
    padding: 2.5rem;
    border-radius: 1.875rem;
    box-shadow: 0.25rem 0.25rem 0.65rem #ffe1b6;
    position: relative;
}
.p-functionKintone__item-wrap .figure::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: -0.0625rem -0.0625rem 0.45rem #ffe1b6;
    border-radius: 1.875rem;
}
@media screen and (max-width: 639px) {
    .p-functionKintone__item-wrap .figure {
        width: 100%;
        pointer-events: none;
    }
}
@media (hover: hover) {
    .p-functionKintone__item-wrap .figure:hover {
        cursor: pointer;
    }
}
.p-functionKintone__item-wrap .head {
    display: flex;
    align-items: center;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    margin-bottom: 1.5625rem;
}
.p-functionKintone__item-wrap .head.second {
    margin-bottom: 1.25rem;
}
@media screen and (max-width: 639px) {
    .p-functionKintone__item-wrap .head {
        -moz-column-gap: 0.625rem;
        column-gap: 0.625rem;
        margin-bottom: 1.25rem;
    }
    .p-functionKintone__item-wrap .head.second {
        margin-bottom: 1.25rem;
    }
}
.p-functionKintone__item-wrap .feature p:nth-of-type(1) {
    font-size: 1.125rem;
    line-height: 1.2222222222;
    letter-spacing: 0.05em;
    font-weight: 400;
    border-bottom: 0.0625rem solid #ff9500;
    color: #ff9500;
}
@media screen and (max-width: 639px) {
    .p-functionKintone__item-wrap .feature p:nth-of-type(1) {
        font-size: 0.75rem;
        line-height: 1.6666666667;
        letter-spacing: 0.05em;
        font-weight: 400;
    }
}
.p-functionKintone__item-wrap .feature p:nth-of-type(2) {
    font-size: 3.625rem;
    line-height: 1;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #ff9500;
    text-align: center;
}
@media screen and (max-width: 639px) {
    .p-functionKintone__item-wrap .feature p:nth-of-type(2) {
        font-size: 2.5rem;
        line-height: 1;
        letter-spacing: 0.05em;
        font-weight: 500;
    }
}
.p-functionKintone__item-wrap .title {
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0.08em;
    font-weight: 700;
    white-space: nowrap;
    color: #000;
}
@media screen and (max-width: 639px) {
    .p-functionKintone__item-wrap .title {
        white-space: normal;
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0.08em;
        font-weight: 700;
    }
}
.p-functionKintone__item-wrap .text {
    font-size: 1rem;
    line-height: 1.8125;
    letter-spacing: 0.05em;
    font-weight: 400;
    word-break: break-all;
}
@media screen and (max-width: 639px) {
    .p-functionKintone__item-wrap .text {
        font-size: 0.875rem;
        line-height: 1.5;
        letter-spacing: 0.05em;
        font-weight: 400;
        margin-bottom: 1.25rem;
    }
}
.p-functionKintone__item-wrap .modal {
    display: none;
    position: fixed;
    z-index: 198;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.p-functionKintone__item-wrap .modal.js-open {
    display: block;
}
.p-functionKintone__item-wrap .modal .bg {
    position: fixed;
    z-index: 199;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.p-functionKintone__item-wrap .modal .modal-container {
    position: fixed;
    z-index: 200;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 3.125rem;
    border-radius: 1.875rem;
    background: #ffffff;
}
.p-functionKintone__item-wrap .modal .modal-container img {
    width: 31.25rem;
    height: auto;
    aspect-ratio: 1;
}
@media screen and (max-width: 639px) {
    .p-functionKintone__item-wrap .modal .modal-container {
        width: 100%;
        padding: 1.25rem;
    }
    .p-functionKintone__item-wrap .modal .modal-container img {
        width: 100%;
    }
}

.tag.is-fr {
    background: #fff;
}
.tag.is-fr .fujin {
    color: #4478bb;
}
.tag.is-fr .raijin {
    color: #e12942;
}

.p-price {
    padding: 5rem 0 2.1875rem;
    background: #f2f5f9;
}
@media screen and (max-width: 639px) {
    .p-price {
        padding: 3.75rem 0;
    }
}
.p-price.kintone {
    margin-top: 2.5rem;
    padding-top: 4.375rem;
}
@media screen and (max-width: 639px) {
    .p-price.kintone {
        padding: 3.75rem 0;
    }
}
.p-price.top {
    padding: 4.375rem;
    padding-bottom: 2.1875rem;
}
@media screen and (max-width: 639px) {
    .p-price.top {
        padding: 3.75rem 0;
    }
}

.p-price__title {
    text-align: center;
    font-size: 2.375rem;
    line-height: 1.3157894737;
    letter-spacing: 0.11em;
    font-weight: 700;
    margin-bottom: 1.875rem;
}
@media screen and (max-width: 639px) {
    .p-price__title {
        font-size: 1.5rem;
        line-height: 1;
        letter-spacing: 0.11em;
        font-weight: 700;
        margin-bottom: 1.6875rem;
    }
}

.p-price__text {
    text-align: center;
    font-size: 1.375rem;
    line-height: 1.8181818182;
    letter-spacing: 0.11em;
    font-weight: 700;
    margin-bottom: 1.875rem;
}
@media screen and (max-width: 639px) {
    .p-price__text {
        font-size: 0.875rem;
        line-height: 1.5;
        letter-spacing: 0.11em;
        font-weight: 700;
        margin-bottom: 1.25rem;
    }
}

.p-price__wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.25rem;
}
@media screen and (max-width: 639px) {
    .p-price__wrap {
        display: block;
    }
}

.p-price__item {
    background: #ffffff;
    box-shadow: 0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.16);
    border-radius: 1.25rem;
    overflow: hidden;
}
.p-price__item.first {
    width: 21rem;
}
@media screen and (max-width: 639px) {
    .p-price__item.first {
        width: 100%;
        max-width: 21.875rem;
        margin: auto;
        margin-bottom: 2.5rem;
    }
}
.p-price__item.second {
    width: 39.375rem;
}
@media screen and (max-width: 639px) {
    .p-price__item.second {
        width: 100%;
        max-width: 21.875rem;
        margin: auto;
    }
}

.p-price__item-head {
    text-align: center;
    height: 13.125rem;
}
@media screen and (max-width: 639px) {
    .p-price__item-head {
        height: 100%;
    }
}
.p-price__item-head.first {
    padding: 2.5rem 0 1.875rem;
    background: #9e9e9e;
}
@media screen and (max-width: 639px) {
    .p-price__item-head.first {
        padding: 2.5rem 0;
    }
}
.p-price__item-head.first img {
    margin-top: 0.625rem;
    width: 4.375rem;
    height: 3.75rem;
    margin-bottom: 1.5625rem;
}
@media screen and (max-width: 639px) {
    .p-price__item-head.first img {
        width: 2.5rem;
        margin: auto;
        margin-bottom: 1.25rem;
    }
}
.p-price__item-head.second {
    display: flex;
}
@media screen and (max-width: 639px) {
    .p-price__item-head.second {
        display: block;
    }
}
.p-price__item-head.second .item1 {
    flex: 1;
    background: #19448e;
    padding: 3.125rem 0 0.625rem;
}
@media screen and (max-width: 639px) {
    .p-price__item-head.second .item1 {
        padding: 1.875rem 0;
    }
}
.p-price__item-head.second .item1 img {
    width: 4.875rem;
    height: auto;
    aspect-ratio: 78/63;
    margin-bottom: 1.25rem;
}
@media screen and (max-width: 639px) {
    .p-price__item-head.second .item1 img {
        width: 2.5rem;
        margin: auto;
        margin-bottom: 0.625rem;
    }
}
.p-price__item-head.second .item2 {
    flex: 1;
    background: #2682d5;
    padding: 3.125rem 0 0.625rem;
}
@media screen and (max-width: 639px) {
    .p-price__item-head.second .item2 {
        padding: 1.25rem 0 2.5rem;
    }
}
.p-price__item-head.second .item2 img {
    width: 3.875rem;
    height: auto;
    aspect-ratio: 65/73;
    margin-bottom: 0.9375rem;
}
@media screen and (max-width: 639px) {
    .p-price__item-head.second .item2 img {
        width: 2.5rem;
        margin: auto;
        margin-bottom: 0.625rem;
    }
}
.p-price__item-head .item p,
.p-price__item-head .item1 p,
.p-price__item-head .item2 p {
    font-size: 1.375rem;
    line-height: 1.2727272727;
    letter-spacing: 0.01em;
    font-weight: 700;
    color: #ffffff;
    position: relative;
}
.p-price__item-head .item p span,
.p-price__item-head .item1 p span,
.p-price__item-head .item2 p span {
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -0.3125rem;
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.01em;
    font-weight: 400;
    white-space: nowrap;
}
@media screen and (max-width: 639px) {
    .p-price__item-head .item p,
    .p-price__item-head .item1 p,
    .p-price__item-head .item2 p {
        font-size: 1.125rem;
        line-height: 1.7777777778;
        letter-spacing: 0.01em;
        font-weight: 700;
    }
    .p-price__item-head .item p span,
    .p-price__item-head .item1 p span,
    .p-price__item-head .item2 p span {
        font-size: 0.875rem;
        line-height: 1.8571428571;
        letter-spacing: 0.01em;
        font-weight: 400;
    }
}

.p-price__item-textWrap {
    padding: 1.875rem 1.875rem 2.5rem 1.875rem;
}
@media screen and (max-width: 639px) {
    .p-price__item-textWrap {
        padding: 1.25rem;
    }
}
.p-price__item-textWrap .price {
    text-align: center;
    position: relative;
    margin-bottom: 2.5rem;
    color: #000;
    font-size: 1.375rem;
    line-height: 2.8181818182;
    letter-spacing: 0.01em;
    font-weight: 700;
}
@media screen and (max-width: 639px) {
    .p-price__item-textWrap .price {
        font-size: 1.375rem;
        line-height: 1.8181818182;
        letter-spacing: 0.01em;
        font-weight: 700;
    }
}
.p-price__item-textWrap .price .large {
    margin-bottom: -1.25rem;
    font-size: 3.125rem;
    line-height: 1.24;
    letter-spacing: -0.03em;
    font-weight: 700;
}
@media screen and (max-width: 639px) {
    .p-price__item-textWrap .price .large {
        font-size: 2.5rem;
        line-height: 1;
        letter-spacing: -0.03em;
        font-weight: 700;
    }
}
.p-price__item-textWrap .price .en {
    display: inline-block;
    margin-top: -0.625rem;
    font-size: 1.375rem;
    line-height: 1;
    letter-spacing: 0.01em;
    font-weight: 700;
}
.p-price__item-textWrap .price .lead {
    position: absolute;
    top: calc(100% - 0.625rem);
    left: calc(50% + 0.625rem);
    transform: translateX(-50%);
    font-size: 1.25rem;
    line-height: 1;
    letter-spacing: 0.01em;
    font-weight: 400;
}
@media screen and (max-width: 639px) {
    .p-price__item-textWrap .price .lead {
        font-size: 1.125rem;
        line-height: 1;
        letter-spacing: 0.01em;
        font-weight: 400;
        top: calc(100% + 0.3125rem);
    }
}
.p-price__item-textWrap .list li {
    padding-left: 1.5625rem;
    position: relative;
    font-size: 1.125rem;
    line-height: 1.6666666667;
    letter-spacing: 0.15em;
    font-weight: 400;
}
@media screen and (max-width: 639px) {
    .p-price__item-textWrap .list li {
        font-size: 0.875rem;
        line-height: 1.7142857143;
        letter-spacing: 0.15em;
        font-weight: 400;
        margin-bottom: 0.625rem;
    }
}
.p-price__item-textWrap .list li::after {
    content: '';
    position: absolute;
    top: 0.625rem;
    left: 0.625rem;
    width: 0.625rem;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #262626;
}
@media screen and (max-width: 639px) {
    .p-price__item-textWrap .list li::after {
        top: 0.5rem;
        width: 0.5rem;
    }
}
.p-price__item-textWrap .list.first li {
    font-size: 1.125rem;
    line-height: 1.6111111111;
    letter-spacing: 0.15em;
    font-weight: 400;
    padding-left: 1.25rem;
}
.p-price__item-textWrap .list.first li::after {
    left: 0.3125rem;
}

.p-price__remark li {
    padding-left: 1.25rem;
    position: relative;
    font-size: 1rem;
    line-height: 1.5625;
    letter-spacing: 0.15em;
    font-weight: 400;
    color: #262626;
}
@media screen and (max-width: 639px) {
    .p-price__remark li {
        font-size: 0.875rem;
        line-height: 1.5;
        letter-spacing: 0.15em;
        font-weight: 400;
    }
}
.p-price__remark li::after {
    content: '＊';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.875rem;
    line-height: 1.7857142857;
    letter-spacing: 0.15em;
    font-weight: 400;
    color: #284164;
}

.p-about {
    padding-bottom: 8.75rem;
    background: #ffffff;
}
@media screen and (max-width: 639px) {
    .p-about {
        padding-bottom: 3.75rem;
    }
}

.p-about__title {
    text-align: center;
    margin-bottom: 0.625rem;
}
.p-about__title img {
    width: 17.5rem;
    height: auto;
    aspect-ratio: 280/60;
}
@media screen and (max-width: 639px) {
    .p-about__title img {
        width: 10rem;
    }
}

.p-about__title--jp {
    text-align: center;
    font-size: 1.75rem;
    line-height: 1.4285714286;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #000;
    margin-bottom: 1.25rem;
}
@media screen and (max-width: 639px) {
    .p-about__title--jp {
        font-size: 1.25rem;
        line-height: 1.5;
        letter-spacing: 0.11em;
        font-weight: 700;
    }
}

.p-about__text {
    text-align: center;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #000;
    margin-bottom: 3.4375rem;
}
@media screen and (max-width: 639px) {
    .p-about__text {
        text-align: left;
        font-size: 0.875rem;
        line-height: 1.5;
        letter-spacing: 0.11em;
        font-weight: 500;
        margin-bottom: 1.875rem;
    }
}

.p-about__detail {
    width: 50rem;
    max-width: 100%;
    margin: auto;
    margin-top: 5rem;
}
.p-about__detail.top {
    padding-left: 0.625rem;
}
@media screen and (max-width: 639px) {
    .p-about__detail {
        margin-top: 2.5rem;
    }
}
.p-about__detail .item {
    padding: 1.5rem 2.5rem 1.5rem 1.875rem;
    background: #f2f5f9;
    border-radius: 4px;
    display: flex;
    align-items: center;
}
.p-about__detail .item:not(:last-of-type) {
    margin-bottom: 1.5625rem;
}
@media screen and (max-width: 639px) {
    .p-about__detail .item {
        padding: 1rem 1.25rem;
        display: block;
    }
}
.p-about__detail .head {
    width: 9.375rem;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.11em;
    font-weight: 700;
    color: #000;
}
.p-about__detail .data {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 400;
    color: #000;
}
@media screen and (max-width: 639px) {
    .p-about__detail .data {
        font-size: 0.875rem;
        line-height: 1.5;
        letter-spacing: 0.05em;
        font-weight: 400;
    }
}
.p-about__detail.top .head {
    width: 10rem;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0em;
    font-weight: 700;
}

.p-about__Corporate {
    overflow: hidden;
    background: #ffffff;
}
.p-about__Corporate .title {
    font-size: 1.5rem;
    line-height: 1;
    letter-spacing: 0.11em;
    font-weight: 700;
    text-align: center;
    color: #000;
    margin-bottom: 3.75rem;
}
@media screen and (max-width: 639px) {
    .p-about__Corporate .title {
        font-size: 1.25rem;
        line-height: 1;
        letter-spacing: 0.11em;
        font-weight: 700;
        margin-bottom: 1.875rem;
    }
}
.p-about__Corporate .swiper-wrapper {
    align-items: center;
}

.p-environment {
    padding: 4.375rem 0 9.0625rem;
}
@media screen and (max-width: 639px) {
    .p-environment {
        padding: 3.75rem 0;
    }
}

.p-environment__title {
    font-size: 2.375rem;
    line-height: 1.3157894737;
    letter-spacing: 0.11em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.875rem;
}
@media screen and (max-width: 639px) {
    .p-environment__title {
        font-size: 1.5rem;
        line-height: 1.3333333333;
        letter-spacing: 0.11em;
        font-weight: 700;
        margin-bottom: 1.25rem;
    }
}

.p-environment__text {
    text-align: center;
    font-size: 1.375rem;
    line-height: 1.8181818182;
    letter-spacing: 0.11em;
    font-weight: 700;
    margin-bottom: 2.1875rem;
}
@media screen and (max-width: 639px) {
    .p-environment__text {
        font-size: 0.875rem;
        line-height: 1.5;
        letter-spacing: 0.11em;
        font-weight: 700;
        margin-bottom: 1.25rem;
    }
}

.p-environment__table {
    width: 100%;
}
.p-environment__table tr {
    display: inline-block;
    width: 100%;
    padding: 0.75rem 0 0.9375rem;
    border-bottom: 0.0625rem solid #696969;
}
.p-environment__table tr.tr2 {
    padding: 0.3125rem 0 0.9375rem;
}
.p-environment__table tr.tr4 {
    padding: 0.3125rem 0 0.9375rem;
}
.p-environment__table th {
    width: 13.4375rem;
    vertical-align: middle;
    font-size: 1.25rem;
    line-height: 1.4;
    letter-spacing: 0.01em;
    font-weight: 700;
}
@media screen and (max-width: 639px) {
    .p-environment__table th {
        display: block;
        text-align: left;
        font-size: 1rem;
        line-height: 1.5;
        letter-spacing: 0.01em;
        font-weight: 700;
    }
}
.p-environment__table th.th1 {
    padding-right: 1.375rem;
}
.p-environment__table th.th2 {
    padding-top: 0.625rem;
    padding-right: 1.875rem;
}
.p-environment__table th.th3 {
    padding-right: 1.5625rem;
}
.p-environment__table th.th4 {
    padding-top: -0.9375rem;
    padding-right: 1.25rem;
}
.p-environment__table td {
    flex: 1;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 500;
}
.p-environment__table td b {
    display: inline-block;
    margin-top: 0.3125rem;
}
.p-environment__table td span {
    display: inline-block;
    width: 0.4375rem;
    height: auto;
    aspect-ratio: 1;
    background: #262626;
    border-radius: 50%;
    margin-bottom: 0.1875rem;
    margin-right: 0.125rem;
}
@media screen and (max-width: 639px) {
    .p-environment__table td {
        display: block;
        font-size: 0.75rem;
        line-height: 1.75;
        letter-spacing: 0.05em;
        font-weight: 500;
    }
}
.p-environment__table td.td1 {
    padding-left: 0.3125rem;
}

.p-environment__remark {
    margin-top: 1.25rem;
    padding: 0 1.25rem;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #f44140;
    white-space: nowrap;
}
@media screen and (max-width: 639px) {
    .p-environment__remark {
        white-space: normal;
        font-size: 0.75rem;
        line-height: 1.6666666667;
        letter-spacing: 0.05em;
        font-weight: 700;
    }
}

.p-willFunction {
    padding: 5.9375rem 0 4.375rem;
    text-align: center;
}
@media screen and (max-width: 639px) {
    .p-willFunction {
        padding: 2.5rem 0;
    }
}
.p-willFunction .title {
    text-align: center;
    font-size: 1.875rem;
    line-height: 1;
    letter-spacing: 0.11em;
    font-weight: 700;
    margin-bottom: 1.875rem;
    color: #000;
}
@media screen and (max-width: 639px) {
    .p-willFunction .title {
        font-size: 1.5rem;
        line-height: 1;
        letter-spacing: 0.11em;
        font-weight: 700;
        margin-bottom: 1.25rem;
    }
}
.p-willFunction .list {
    display: inline-block;
}
.p-willFunction .list li {
    text-align: left;
    padding-left: 1.25rem;
    font-size: 1rem;
    line-height: 2.3125;
    letter-spacing: 0.11em;
    font-weight: 400;
    position: relative;
}
.p-willFunction .list li::after {
    content: '';
    position: absolute;
    top: 0.9375rem;
    left: 0;
    width: 0.5rem;
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #262626;
}
@media screen and (max-width: 639px) {
    .p-willFunction .list li {
        font-size: 0.875rem;
        line-height: 1.7142857143;
        letter-spacing: 0.05em;
        font-weight: 400;
        padding-left: 0.9375rem;
    }
    .p-willFunction .list li::after {
        top: 0.5625rem;
        width: 0.375rem;
    }
}

.u-font--base {
    font-family: 'NotoSansCJKjp', 'Noto Sans JP', sans-serif;
}

@media (min-width: 640px) {
    .u-flex--pc {
        display: flex;
    }
}
@media screen and (max-width: 639px) {
    .u-flex--sp {
        display: flex;
    }
}
.u-flex-reverse {
    flex-direction: row-reverse;
}

.u-text-left {
    text-align: left;
}
@media (min-width: 640px) {
    .u-text-left--pc {
        text-align: left;
    }
}
@media screen and (max-width: 639px) {
    .u-text-left--sp {
        text-align: left;
    }
}

.u-text-right {
    text-align: right;
}
@media (min-width: 640px) {
    .u-text-right--pc {
        text-align: right;
    }
}
@media screen and (max-width: 639px) {
    .u-text-right--sp {
        text-align: right;
    }
}

.u-text-center {
    text-align: center;
}
@media (min-width: 640px) {
    .u-text-center--pc {
        text-align: center;
    }
}
@media screen and (max-width: 639px) {
    .u-text-center--sp {
        text-align: center;
    }
}

@media screen and (max-width: 639px) {
    .u-hidden--sp {
        display: none;
    }
}
@media (min-width: 640px) {
    .u-hidden--pc {
        display: none;
    }
}

.u-text-large {
    text-transform: uppercase;
}
@media screen and (max-width: 639px) {
    .u-text-large--sp {
        text-transform: uppercase;
    }
}
@media (min-width: 640px) {
    .u-text-large--pc {
        text-transform: uppercase;
    }
}

.u-text-transform-capita {
    text-transform: capitalize;
}
@media screen and (max-width: 639px) {
    .u-text-transform-capita--sp {
        text-transform: capitalize;
    }
}
@media (min-width: 640px) {
    .u-text-transform-capita--pc {
        text-transform: capitalize;
    }
}

.u-event--none {
    pointer-events: none;
}

/* 20240522 */
.bnr-kintone {
    display: block;
    margin: 4em auto 1em;
    max-width: 540px;
}

/* 20240627 */
.p-database .item {
    margin-bottom: 1em;
}
.p-database .item p {
    font-size: 80%;
    text-align: center;
}
