@charset "UTF-8";
html {
    font-size: 100%;
}
@media (max-width: 1760px) {
    html {
        font-size: 0.9090909091vw;
    }
}
@media screen and (max-width: 767px) {
    html {
        font-size: 100%;
    }
}
@media (max-width: 375px) {
    html {
        font-size: 4.2666666667vw;
    }
}

body {
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    color: #3c3c3c;
    background: #f8faff;
    line-height: 1.5;
    font-size: 16px;
}

a,
button {
    transition: 0.3s;
}
a:hover,
button:hover {
    opacity: 0.7;
    cursor: pointer;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
    margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul {
    list-style: none;
    padding: 0;
}

/* Set core root defaults */
html:focus-within {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

button {
    border: none;
    padding: 0;
    background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

.l-header {
    width: 100%;
    margin: 0 auto;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
}
@media screen and (max-width: 767px) {
    .l-header {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

.l-index {
    display: grid;
    grid-template-columns: 23% 1fr;
}
@media screen and (max-width: 767px) {
    .l-index {
        display: block;
    }
}

.c-btn {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 25px 10px 25px 18px;
    border: 1px solid rgba(60, 60, 60, 0.2);
    border-radius: 5px;
}
.c-label {
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    background: #d0d5db;
    padding: 1px 7px;
    border-radius: 5px;
    margin-right: 5px;
    margin-top: 5px;
}

.c-label.is-now {
    background: #4180ff;
    color: #fff;
}

.p-top-content__cat.is-open .c-label.is-now {
    background: #d0d5db;
    color: #4180ff;
}

.c-news-item {
    padding-top: 1.5625rem;
    border-bottom: 1px solid rgba(60, 60, 60, 0.2);
    position: relative;
}
.c-news-item::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    width: 7px;
    height: 9px;
    background: url(../images/common/news-arrow.png) no-repeat center center/contain;
}

.c-news-item .meta {
    display: flex;
    align-items: center;
}

.c-news-item .date {
    font-size: 12px;
    font-weight: 500;
}

.c-news-item .cat {
    margin-left: 1.5625rem;
}

.c-news-item .cat a {
    font-size: 12px;
    display: inline-block;
    border-radius: 6px;
    background: #4180ff;
    color: #fff;
    font-weight: 500;
    padding: 1px 7px;
    margin-right: 5px;
}

.c-news-item .ttl {
    font-size: 16px;
    font-weight: 500;
    padding-top: 0.9375rem;
    padding-bottom: 1.5625rem;
    padding-right: 1.25rem;
}
@media screen and (max-width: 767px) {
    .c-news-item .ttl {
        font-size: 15px;
    }
}

.c-page-block {
    border-top: 1px solid #c8cdd3;
    position: relative;
}

.c-page-block::before {
    position: absolute;
    content: '';
    top: -1px;
    left: 0;
    height: 0.375rem;
    width: 2.5rem;
    border-radius: 50px;
    background: #4180ff;
}

.c-page-ttl {
    padding-right: 3.125rem;
}
@media screen and (max-width: 767px) {
    .c-page-ttl {
        padding-right: 0;
    }
}

.c-page-ttl .cat {
    color: #4180ff;
    font-size: 16px;
    font-weight: 700;
}

.c-page-ttl .ttl {
    font-size: 28px;
    font-weight: 700;
    margin-top: 0.9375rem;
    margin-bottom: 1.4375rem;
}
@media screen and (max-width: 1000px) {
    .c-page-ttl .ttl {
        font-size: 24px;
    }
}
@media screen and (max-width: 767px) {
    .c-page-ttl .ttl {
        font-size: 26px;
    }
}

.c-page-mv {
    position: relative;
    aspect-ratio: 840/300;
    width: 100%;
    margin-bottom: 6.25rem;
}
.c-page-mv::before {
    position: absolute;
    content: '';
    width: calc(100vw - 23%);
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 767px) {
    .c-page-mv {
        width: 100%;
        aspect-ratio: 356/220;
        margin-top: 2.5rem;
        margin-bottom: 3.75rem;
        min-height: 220px;
    }
    .c-page-mv::before {
        right: -1.25rem;
        height: 100%;
        width: calc(100% + 1.25rem);
        left: auto;
    }
}

.c-secttl__en {
    color: #4180ff;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .c-secttl__en {
        font-size: 14px;
    }
}

.c-secttl__en::before {
    content: '';
    height: 2px;
    background: #4180ff;
    flex-grow: 1;
    margin-right: 0.625rem;
    width: 1.875rem;
}

.c-secttl__ja {
    font-weight: 700;
    font-size: 28px;
    margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
    .c-secttl__ja {
        font-size: 27px;
    }
}

.p-2min-it {
    padding-bottom: 13.125rem;
}
@media screen and (max-width: 767px) {
    .p-2min-it {
        padding-bottom: 8.125rem;
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
    .p-2min-it .p-toc {
        display: none;
    }
}

.p-2min-it-head {
    overflow: hidden;
}

.p-2min-it-head .c-page-mv::before {
    background: url(../images/2min-it-pc.jpg) no-repeat center left/cover;
}
@media screen and (max-width: 767px) {
    .p-2min-it-head .c-page-mv::before {
        background: url(../images/2min-it-sp.jpg) no-repeat center left/cover;
    }
}

@media screen and (max-width: 767px) {
    .p-2min-it__inner {
        overflow: hidden;
    }
}

.p-2min-it__body__contents {
    padding-bottom: 6.25rem;
}

.p-2min-it-block.--01 {
    margin-top: 8.875rem;
    padding-top: 4.125rem;
    padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
    .p-2min-it-block.--01 {
        margin-top: 6.25rem;
        padding-top: 3.3125rem;
        padding-bottom: 8.875rem;
    }
}

.p-2min-it-block__ttl {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.8461538462;
}
@media screen and (max-width: 767px) {
    .p-2min-it-block__ttl {
        font-size: 24px;
        line-height: 1.5833333333;
    }
}

.p-2min-it-block__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 2.1111111111;
    margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
    .p-2min-it-block__text {
        line-height: 1.8888888889;
    }
}

.p-2min-it-block.--01 .p-2min-it-block__img {
    max-width: 37.1875rem;
    margin-inline: auto;
    margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
    .p-2min-it-block.--01 .p-2min-it-block__img {
        max-width: none;
        margin-top: 3.125rem;
        width: 100vw;
        margin-left: calc(50% - 50vw);
    }
}

.p-2min-it-block.--02 {
    padding-top: 4.6875rem;
    padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
    .p-2min-it-block.--02 {
        padding-top: 3.4375rem;
        padding-bottom: 5rem;
    }
}

@media screen and (max-width: 767px) {
    .p-2min-it-block.--02 .p-2min-it-block__wrapper {
        overflow-x: auto;
        width: 100%;
        padding-bottom: 12px;
    }
}

@media screen and (max-width: 767px) {
    .p-2min-it-block .simplebar-track.simplebar-horizontal {
        height: 4px;
        background: #ccc;
        border-radius: 5px;
        margin: 0 auto;
    }
    .p-2min-it-block .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
        height: 4px;
        background: #666;
        border-radius: 5px;
        top: 0px;
    }
    .p-2min-it-block .simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
        content: none;
    }
}
.p-2min-it-block.--02 .p-2min-it-block__img {
    margin-top: 3.375rem;
}
.p-2min-it-block.--02 .p-2min-it-block__img img {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .p-2min-it-block.--02 .p-2min-it-block__img {
        margin-top: 4.5625rem;
        width: 266%;
    }
}

.p-2min-it-block.--03 {
    padding-top: 4.125rem;
}
@media screen and (max-width: 767px) {
    .p-2min-it-block.--03 {
        padding-top: 3.4375rem;
    }
}

.p-2min-it-block.--03 .p-triangle {
    display: block;
    margin-top: 1.875rem;
    margin-bottom: 1.5625rem;
    position: relative;
    height: 1.375rem;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .p-2min-it-block.--03 .p-triangle {
        margin-bottom: 1.25rem;
    }
}

.p-2min-it-block.--03 .p-triangle:before {
    position: absolute;
    content: '';
    clip-path: polygon(100% 0, 0 0, 46% 99%);
    width: 2rem;
    height: 1.4375rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #3d7cff;
}

.p-2min-it-block.--03 .p-2min-it__box {
    background: rgba(197, 215, 255, 0.6);
    border-radius: 6px;
}

.p-2min-it-block.--03 .p-2min-it__box.--01 {
    padding: 1.875rem;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4545454545;
}
@media screen and (max-width: 1000px) {
    .p-2min-it-block.--03 .p-2min-it__box.--01 {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .p-2min-it-block.--03 .p-2min-it__box.--01 {
        font-size: 18px;
        line-height: 1.7777777778;
    }
}

.p-2min-it-block.--03 .p-2min-it__box.--02 {
    padding: 4.125rem 6.25rem 3rem;
    margin-top: 1.0625rem;
}
.p-2min-it-block.--03 .p-2min-it__box.--02 .text01 {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4545454545;
}
.p-2min-it-block.--03 .p-2min-it__box.--02 .text02 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.8888888889;
    margin-top: 1.5625rem;
}
.p-2min-it-block.--03 .p-2min-it__box.--02 .img {
    width: 34.375rem;
    margin-inline: auto;
    margin-top: 1.4375rem;
}
@media screen and (max-width: 1000px) {
    .p-2min-it-block.--03 .p-2min-it__box.--02 .text01 {
        font-size: 20px;
    }
}
@media screen and (max-width: 767px) {
    .p-2min-it-block.--03 .p-2min-it__box.--02 {
        padding: 2.1875rem 1.375rem 3rem;
    }
    .p-2min-it-block.--03 .p-2min-it__box.--02 .text01 {
        font-size: 18px;
        line-height: 1.7777777778;
    }
    .p-2min-it-block.--03 .p-2min-it__box.--02 .text02 {
        font-size: 14px;
        line-height: 1.8571428571;
    }
    .p-2min-it-block.--03 .p-2min-it__box.--02 .img {
        width: 100%;
        margin-top: 0.8125rem;
    }
    .p-2min-it-block.--03 .p-2min-it__box.--02 .img img {
        margin-inline: auto;
    }
}

.p-2min-it-block.--03 .p-2min-it__box.--03 {
    padding: 35px 2.5rem;
    display: flex;
    gap: 1.875rem;
}
.p-2min-it-block.--03 .p-2min-it__box.--03 .point {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4180ff;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    width: 110px;
    height: 110px;
    aspect-ratio: 1/1;
}
.p-2min-it-block.--03 .p-2min-it__box.--03 .text {
    color: #3d7cff;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4545454545;
}
@media screen and (max-width: 1000px) {
    .p-2min-it-block.--03 .p-2min-it__box.--03 {
        flex-direction: column;
        align-items: center;
    }
    .p-2min-it-block.--03 .p-2min-it__box.--03 .text {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .p-2min-it-block.--03 .p-2min-it__box.--03 {
        padding: 1.875rem 1.875rem 2.4375rem;
    }
    .p-2min-it-block.--03 .p-2min-it__box.--03 .point {
        font-size: 14px;
        width: 5.625rem;
        height: 5.625rem;
    }
    .p-2min-it-block.--03 .p-2min-it__box.--03 .text {
        font-size: 18px;
        line-height: 1.5555555556;
    }
}

.p-2min-it__btn {
    margin-top: 5rem;
}
@media screen and (max-width: 767px) {
    .p-2min-it__btn {
        margin-top: 2.5rem;
    }
}

.p-2min-it__btn .c-btn {
    max-width: 431px;
    margin-inline: auto;
    border-radius: 50px;
    padding: 25px 30px 25px 38px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .p-2min-it__btn .c-btn {
        max-width: 16.625rem;
        margin-inline: inherit;
        margin-right: auto;
        font-size: 16px;
    }
}

.p-2min-it__btn .c-btn::after {
    content: '＞';
    color: rgba(60, 60, 60, 0.2);
}

.p-2min-s {
    padding-bottom: 13.125rem;
}
@media screen and (max-width: 767px) {
    .p-2min-s {
        padding-bottom: 8.125rem;
    }
}

@media screen and (max-width: 767px) {
    .p-2min-s .p-toc {
        display: none;
    }
}

.p-2min-s-head {
    overflow: hidden;
}

.p-2min-s-head .c-page-mv::before {
    background: url(../images/2min-seraku-pc.jpg) no-repeat center left/cover;
}
@media screen and (max-width: 767px) {
    .p-2min-s-head .c-page-mv::before {
        background: url(../images/2min-seraku-sp.jpg) no-repeat center left/cover;
    }
}

.p-2min-s__body__contents {
    padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
    .p-2min-s__body__contents {
        padding-bottom: 0;
    }
}

.p-2min-s__lead .text01 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
}
@media screen and (max-width: 1000px) {
    .p-2min-s__lead .text01 {
        font-size: 36px;
    }
}
@media screen and (max-width: 767px) {
    .p-2min-s__lead .text01 {
        font-size: 1.875rem;
        line-height: 1.333;
    }
}

.p-2min-s__lead .text02 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 2.8125rem;
    line-height: 2.111;
}
@media screen and (max-width: 767px) {
    .p-2min-s__lead .text02 {
        margin-top: 2.5rem;
        line-height: 1.888;
    }
}

.p-2min-s-block.--01 {
    margin-top: 8.625rem;
    padding-top: 3.875rem;
    padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
    .p-2min-s-block.--01 {
        margin-top: 6.25rem;
        padding-top: 2.25rem;
    }
}

.p-2min-s-block__ttl {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.8461538462;
}
@media screen and (max-width: 767px) {
    .p-2min-s-block__ttl {
        font-size: 24px;
        line-height: 1.5833333333;
    }
}

.p-2min-s-block__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 2.1111111111;
    margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
    .p-2min-s-block__text {
        line-height: 1.8888888889;
    }
}

.p-2min-s-block.--01 .p-2min-s-block__contents {
    margin-top: 2.9375rem;
}
.p-2min-s-block.--01 .p-2min-s-block__contents .item {
    display: grid;
    grid-template-columns: 16.625rem 1fr;
    column-gap: 3rem;
    align-items: center;
}
.p-2min-s-block.--01 .p-2min-s-block__contents .item + .item {
    margin-top: 2.5rem;
}
.p-2min-s-block.--01 .p-2min-s-block__contents .img {
    border-radius: 6px;
    overflow: hidden;
    aspect-ratio: 1520/1014;
}
.p-2min-s-block.--01 .p-2min-s-block__contents .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p-2min-s-block.--01 .p-2min-s-block__contents .text {
    font-weight: 500;
    font-size: 16px;
    line-height: 2.125;
}
@media screen and (max-width: 767px) {
    .p-2min-s-block.--01 .p-2min-s-block__contents {
        margin-top: 3.625rem;
    }
    .p-2min-s-block.--01 .p-2min-s-block__contents .item {
        grid-template-columns: 1fr;
        row-gap: 1.1875rem;
        margin-inline: auto;
    }
    .p-2min-s-block.--01 .p-2min-s-block__contents .img {
        border-radius: 4px;
    }
    .p-2min-s-block.--01 .p-2min-s-block__contents .text {
        line-height: 1.875;
    }
}

.p-2min-s-block.--02 {
    padding-top: 4.125rem;
    padding-bottom: 4.9375rem;
}
@media screen and (max-width: 767px) {
    .p-2min-s-block.--02 {
        padding-top: 3.5rem;
        padding-bottom: 4.875rem;
    }
}

.p-2min-s-block__subttl {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.8461538462;
    position: relative;
    padding-left: 1.5rem;
    margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
    .p-2min-s-block__subttl {
        font-size: 22px;
        line-height: 1.4545454545;
        margin-top: 3.75rem;
    }
}

.p-2min-s-block__subttl::before {
    content: '';
    position: absolute;
    top: 53%;
    transform: translateY(-50%);
    left: 0;
    width: 0.25rem;
    height: 80%;
    background: #3d7cff;
    border-radius: 6px;
}

.p-2min-s-block.--02 .p-2min-s-block__contents {
    display: grid;
    grid-template-columns: 359fr 517fr;
    gap: 1.125rem;
    margin-top: 1.875rem;
}
.p-2min-s-block.--02 .p-2min-s-block__contents .area1,
.p-2min-s-block.--02 .p-2min-s-block__contents .area2,
.p-2min-s-block.--02 .p-2min-s-block__contents .area3,
.p-2min-s-block.--02 .p-2min-s-block__contents .area4,
.p-2min-s-block.--02 .p-2min-s-block__contents .area5 {
    padding: 20px 1.875rem 30px;
    background: #fff;
    border-radius: 24px;
}
@media screen and (min-width: 768px) {
    .p-2min-s-block.--02 .p-2min-s-block__contents {
        grid-template-rows: 137fr 260fr 179fr 169fr;
    }
    .p-2min-s-block.--02 .p-2min-s-block__contents .area1 {
        grid-area: 1/1/3/2;
    }
    .p-2min-s-block.--02 .p-2min-s-block__contents .area2 {
        grid-area: 1/2/2/3;
    }
    .p-2min-s-block.--02 .p-2min-s-block__contents .area3 {
        grid-area: 2/2/3/3;
    }
    .p-2min-s-block.--02 .p-2min-s-block__contents .area4 {
        grid-area: 3/1/4/3;
    }
    .p-2min-s-block.--02 .p-2min-s-block__contents .area5 {
        grid-area: 4/1/5/3;
    }
}
.p-2min-s-block.--02 .p-2min-s-block__contents .ttl {
    text-align: center;
}
.p-2min-s-block.--02 .p-2min-s-block__contents .area4 .ttl {
    margin-top: 14px;
}
.p-2min-s-block.--02 .p-2min-s-block__contents .area5 .ttl {
    margin-top: 14px;
}
.p-2min-s-block.--02 .p-2min-s-block__contents .ttl span {
    display: inline-block;
    color: #fff;
    background: #3d7cff;
    border-radius: 24px;
    font-weight: 500;
    font-size: 18px;
    line-height: 2.1111111111;
    padding: 3px 1.1875rem;
}
.p-2min-s-block.--02 .p-2min-s-block__contents .area1 .list {
    margin-top: 4.0625rem;
    padding-left: 2.375rem;
}
.p-2min-s-block.--02 .p-2min-s-block__contents .area2 .list {
    margin-top: 1.375rem;
    padding-left: 2.375rem;
}
.p-2min-s-block.--02 .p-2min-s-block__contents .area3 .list {
    margin-top: 0.9375rem;
    padding-left: 2.375rem;
}
.p-2min-s-block.--02 .p-2min-s-block__contents .area4 .list {
    margin-top: 1.5625rem;
    padding-left: 2.375rem;
}
.p-2min-s-block.--02 .p-2min-s-block__contents .area5 .list {
    margin-top: 1.5625rem;
    padding-left: 2.375rem;
}
.p-2min-s-block.--02 .p-2min-s-block__contents .list.flex {
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem;
}
.p-2min-s-block.--02 .p-2min-s-block__contents .list-item {
    font-weight: 500;
    font-size: 16px;
    line-height: 2;
}
.p-2min-s-block.--02 .p-2min-s-block__contents .area3 .logo {
    width: 131px;
    margin-inline: auto;
}
.p-2min-s-block.--02 .p-2min-s-block__contents .area4 .logo {
    width: 141px;
    margin-inline: auto;
}
.p-2min-s-block.--02 .p-2min-s-block__contents .area5 .logo {
    width: 125px;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .p-2min-s-block.--02 .p-2min-s-block__contents {
        grid-template-columns: 1fr;
        gap: 0.625rem;
        margin-top: 1.5rem;
    }
    .p-2min-s-block.--02 .p-2min-s-block__contents .area1,
    .p-2min-s-block.--02 .p-2min-s-block__contents .area2,
    .p-2min-s-block.--02 .p-2min-s-block__contents .area3,
    .p-2min-s-block.--02 .p-2min-s-block__contents .area4,
    .p-2min-s-block.--02 .p-2min-s-block__contents .area5 {
        padding: 1.25rem 0.9375rem;
    }
    .p-2min-s-block.--02 .p-2min-s-block__contents .ttl span {
        padding: 0.1875rem 1.25rem;
        font-size: 16px;
    }
    .p-2min-s-block.--02 .p-2min-s-block__contents .area1 .list {
        margin-top: 1.6875rem;
        padding-left: 0;
    }
    .p-2min-s-block.--02 .p-2min-s-block__contents .area2 .list {
        margin-top: 1.6875rem;
        padding-left: 0;
    }
    .p-2min-s-block.--02 .p-2min-s-block__contents .area3 .list {
        margin-top: 1.5625rem;
        padding-left: 0;
    }
    .p-2min-s-block.--02 .p-2min-s-block__contents .area4 .list {
        margin-top: 1.5625rem;
        padding-left: 0;
    }
    .p-2min-s-block.--02 .p-2min-s-block__contents .area5 .list {
        margin-top: 0.875rem;
        padding-left: 0;
    }
    .p-2min-s-block.--02 .p-2min-s-block__contents .list.flex {
        display: block;
    }
    .p-2min-s-block.--02 .p-2min-s-block__contents .list-item {
        font-size: 15px;
        line-height: 1.625;
    }
}

.p-2min-s-block.--03 {
    padding-top: 4.0625rem;
    padding-bottom: 7.4375rem;
}
@media screen and (max-width: 767px) {
    .p-2min-s-block.--03 {
        padding-top: 3.4375rem;
        padding-bottom: 5rem;
    }
}

.p-2min-s-block.--03 .p-2min-s-block__subttl {
    font-size: 22px;
    line-height: 1.4545454545;
    margin-top: 3.75rem;
}
.p-2min-s-block.--03 .table {
    margin-top: 1.875rem;
}
.p-2min-s-block.--03 .seraku,
.p-2min-s-block.--03 .group {
    gap: 0.625rem;
}
.p-2min-s-block.--03 .group {
    margin-top: 2%;
}
.p-2min-s-block.--03 .ttl {
    padding: 20px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.375;
    border-radius: 6px;
    color: #fff;
}
.p-2min-s-block.--03 .seraku .ttl {
    background: #3d7cff;
}
.p-2min-s-block.--03 .group .ttl {
    background: #95b6d5;
}
.p-2min-s-block.--03 .contents {
    display: flex;
    justify-content: space-between;
    gap: 1.25rem;
    margin-top: 1%;
}
.p-2min-s-block.--03 .main {
    text-align: center;
}
.p-2min-s-block.--03 .main .branch {
    margin-top: 10px;
}
.p-2min-s-block.--03 .main .child .job {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
}
.p-2min-s-block.--03 .main .child .job li {
    border-radius: 12px;
    font-size: 12px;
    background: #fff;
    padding: 5px 10px;
}
.p-2min-s-block.--03 .item.--01 {
    width: 60%;
}
.p-2min-s-block.--03 .item.--03 {
    width: 38%;
}
.p-2min-s-block.--03 .item.--04 {
    width: 49%;
}
.p-2min-s-block.--03 .item.--05 {
    width: 49%;
}
.p-2min-s-block.--03 .name {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.375;
    border-radius: 6px;
    padding: 20px 22px;
    text-align: center;
    height: 100%;
    display: grid;
    align-items: center;
}
.p-2min-s-block.--03 .item.--01 .name,
.p-2min-s-block.--03 .item.--02 .name {
    background: rgba(195, 213, 255, 0.6);
}
.p-2min-s-block.--03 .item.--03 .name {
    background: #ddf0df;
}
.p-2min-s-block.--03 .item.--04 .name {
    background: #e3f4f9;
}
.p-2min-s-block.--03 .item.--05 .name {
    background: #ddeaf0;
}
.p-2min-s-block.--03 .main .child {
    padding-top: 1.25rem;
    margin-top: 1.25rem;
    border-top: 1px solid rgba(60, 60, 60, 0.1);
}
@media screen and (max-width: 767px) {
    .p-2min-s-block.--03 .ttl {
        font-size: 14px;
    }
    .p-2min-s-block.--03 .contents {
        gap: 0.625rem;
    }
    .p-2min-s-block.--03 .name {
        font-size: 14px;
        padding: 20px 15px;
    }
    .p-2min-s-block.--03 .main .child .job {
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 15px;
    }
    .p-2min-s-block.--03 .item.--01 {
        width: 49%;
    }
    .p-2min-s-block.--03 .item.--03 {
        width: 49%;
    }
    .p-2min-s-block.--03 .item.--04 {
        width: 49%;
    }
    .p-2min-s-block.--03 .item.--05 {
        width: 49%;
    }
}

.p-2min-s-block.--03-2 {
    padding-top: 4.0625rem;
    padding-bottom: 7.6875rem;
}
@media screen and (max-width: 767px) {
    .p-2min-s-block.--03-2 {
        padding-top: 3.4375rem;
        padding-bottom: 7.25rem;
    }
}

.p-2min-s-block.--03-2 .contents {
    margin-top: 30px;
}
.p-2min-s-block.--03-2 .row {
    display: grid;
    grid-template-columns: 75px 1fr;
    font-size: 16px;
}
.p-2min-s-block.--03-2 .row-start {
    margin-bottom: 20px;
}
.p-2min-s-block.--03-2 .year {
    border-right: 2px solid #4180ff;
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    margin-top: -8px;
}
.p-2min-s-block.--03-2 .year.--nonline {
    position: relative;
}
.p-2min-s-block.--03-2 .year.--nonline::after {
    position: absolute;
    content: '';
    top: 0;
    right: -2px;
    width: 2px;
    height: 21px;
    background: #f8faff;
}
.p-2min-s-block.--03-2 .detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    position: relative;
    padding-left: 20px;
    line-height: 1.6;
}
.p-2min-s-block.--03-2 .detail::before {
    position: absolute;
    content: '';
    top: calc(0.8em + 5px);
    transform: translateY(-50%);
    left: -6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #4180ff;
}
.p-2min-s-block.--03-2 .row-start .detail::before {
    content: none;
}
.p-2min-s-block.--03-2 .company,
.p-2min-s-block.--03-2 .market {
    border-top: 1px solid rgba(60, 60, 60, 0.1);
}
.p-2min-s-block.--03-2 .--nonline .company,
.p-2min-s-block.--03-2 .--nonline .market {
    border-top: none;
}
.p-2min-s-block.--03-2 .company {
    padding-top: 10px;
    padding-bottom: 10px;
}
.p-2min-s-block.--03-2 .market {
    padding-top: 10px;
    padding-bottom: 10px;
}
.p-2min-s-block.--03-2 .row-start .company,
.p-2min-s-block.--03-2 .row-start .market {
    font-size: 20px;
    padding: 5px 10px;
    background: #4180ff;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .p-2min-s-block.--03-2 .row {
        grid-template-columns: 50px 1fr;
    }
    .p-2min-s-block.--03-2 .row-start {
        display: none;
    }
    .p-2min-s-block.--03-2 .year {
        font-size: 18px;
    }
    .p-2min-s-block.--03-2 .detail {
        font-size: 14px;
        grid-template-columns: 1fr;
    }
    .p-2min-s-block.--03-2 .row-start .detail::before {
        content: none;
    }
    .p-2min-s-block.--03-2 .company {
        color: #4180ff;
        font-weight: 500;
    }
    .p-2min-s-block.--03-2 .market {
        border-top: none;
        padding-top: 0;
        padding-left: 10px;
        font-size: 13px;
    }
}

.p-2min-s-block.--04 {
    padding-top: 4.0625rem;
    padding-bottom: 7.6875rem;
}
@media screen and (max-width: 767px) {
    .p-2min-s-block.--04 {
        padding-top: 3.4375rem;
        padding-bottom: 7.25rem;
    }
}

.p-2min-s-block.--04 .p-2min-s-block__contents {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2.5rem;
    margin-top: 2.5rem;
}
.p-2min-s-block.--04 .p-2min-s-block__contents .img {
    aspect-ratio: 266/200;
    border-radius: 6px;
    overflow: hidden;
}
.p-2min-s-block.--04 .p-2min-s-block__contents .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p-2min-s-block.--04 .p-2min-s-block__contents .note {
    font-weight: 500;
    font-size: 14px;
    margin-top: 0.9375rem;
}
.p-2min-s-block.--04 .p-2min-s-block__contents .ttl {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3333333333;
    margin-top: 0.3125rem;
}
.p-2min-s-block.--04 .p-2min-s-block__contents .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7142857143;
    margin-top: 0.625rem;
    color: rgba(60, 60, 60, 0.7);
}
@media screen and (max-width: 767px) {
    .p-2min-s-block.--04 .p-2min-s-block__contents {
        grid-template-columns: 1fr;
        row-gap: 1.875rem;
        margin-top: 3.125rem;
    }
    .p-2min-s-block.--04 .p-2min-s-block__contents .item {
        display: grid;
        grid-template-columns: 9.6875rem 1fr;
        column-gap: 0.9375rem;
    }
    .p-2min-s-block.--04 .p-2min-s-block__contents .note {
        font-size: 13px;
        margin-top: 0;
    }
    .p-2min-s-block.--04 .p-2min-s-block__contents .ttl {
        font-size: 15px;
        line-height: 1.4;
        margin-top: 0.3125rem;
    }
    .p-2min-s-block.--04 .p-2min-s-block__contents .text {
        font-size: 13px;
        line-height: 1.6153846154;
        margin-top: 0.5rem;
    }
}

.p-archive {
    padding-bottom: 14.25rem;
}
@media screen and (max-width: 767px) {
    .p-archive {
        padding-bottom: 10rem;
    }
}

.p-archive-catlist {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    margin-top: 1.875rem;
}

.p-archive-catlist .list {
    display: flex;
    flex-wrap: wrap;
}

.p-archive-catlist .item {
    margin-top: 0.625rem;
    margin-right: 0.625rem;
}

.p-archive-catlist .item a {
    font-size: 12px;
    display: inline-block;
    border-radius: 6px;
    background: #fff;
    color: #4180ff;
    font-weight: 500;
    padding: 5px 7px;
}

.p-archive-catlist .item.current-cat a {
    background: #4180ff;
    color: #fff;
}

.p-archive__list {
    margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
    .p-archive__list {
        margin-top: 1.25rem;
    }
}

.view-more-button {
    width: 100%;
    margin-top: 5rem;
}
@media screen and (max-width: 767px) {
    .view-more-button {
        max-width: 16.625rem;
        margin-inline: auto;
    }
}

.infinite-scroll-request,
.infinite-scroll-last,
.infinite-scroll-error {
    text-align: center;
    margin-top: 1.25rem;
    font-size: 16px;
}

.p-career {
    padding-bottom: 12.5rem;
}
@media screen and (max-width: 767px) {
    .p-career {
        padding-bottom: 8.125rem;
    }
}

@media screen and (max-width: 767px) {
    .p-career .p-toc {
        display: none;
    }
}

.p-career-head {
    overflow: hidden;
}

.p-career-head .c-page-mv::before {
    background: url(../images/career-pc.jpg) no-repeat center left/cover;
}
@media screen and (max-width: 767px) {
    .p-career-head .c-page-mv::before {
        background: url(../images/career-sp.jpg) no-repeat center left/cover;
    }
}

.p-career__lead .text01 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
}
@media screen and (max-width: 1000px) {
    .p-career__lead .text01 {
        font-size: 36px;
    }
}
@media screen and (max-width: 767px) {
    .p-career__lead .text01 {
        font-size: 1.875rem;
        line-height: 1.333;
    }
}

.p-career__lead .text02 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 2.8125rem;
    line-height: 2.111;
}
@media screen and (max-width: 767px) {
    .p-career__lead .text02 {
        margin-top: 2.5rem;
        line-height: 1.888;
    }
}

.p-career-block {
    border-top: 1px solid #c8cdd3;
    position: relative;
    margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
    .p-career-block {
        margin-top: 4.5625rem;
    }
}

.p-career-block::before {
    position: absolute;
    content: '';
    top: -1px;
    left: 0;
    height: 0.375rem;
    width: 2.5rem;
    border-radius: 50px;
    background: #4180ff;
}

.p-career-block__ttl {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.8;
}
@media screen and (max-width: 767px) {
    .p-career-block__ttl {
        font-size: 22px;
        line-height: 1.6363636364;
    }
}

.p-career-block__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 2.1111111111;
    margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
    .p-career-block__text {
        margin-top: 2.25rem;
        font-size: 16px;
        line-height: 2.25;
    }
}

.p-career-block.--01 {
    padding-top: 3.75rem;
    padding-bottom: 3.125rem;
}
@media screen and (max-width: 767px) {
    .p-career-block.--01 {
        padding-top: 2.8125rem;
        padding-bottom: 0;
    }
}

.p-career-block.--01 .p-career-block__img img {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .p-career-block.--01 .p-career-block__img img {
        max-width: 500px;
        margin-inline: auto;
    }
}

.p-career-block.--01 .box {
    border-radius: 20px;
    background: rgba(65, 128, 255, 0.1);
    padding: 60px 6.25rem 90px;
    margin-top: 20px;
}
.p-career-block.--01 .desc {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.p-career-block.--01 .block.--01 {
    padding-right: 40px;
}
.p-career-block.--01 .block + .block {
    padding-left: 40px;
    border-left: 1px solid #bec3c9;
}
.p-career-block.--01 .title {
    color: #4180ff;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3333333333;
}
.p-career-block.--01 .sum {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.375;
    margin-top: 5px;
}
.p-career-block.--01 .sum + .title {
    margin-top: 20px;
}
@media screen and (max-width: 1000px) {
    .p-career-block.--01 .box {
        padding: 60px 3.125rem 80px;
    }
    .p-career-block.--01 .block.--01 {
        padding-right: 20px;
    }
    .p-career-block.--01 .block + .block {
        padding-left: 20px;
    }
    .p-career-block.--01 .title {
        font-size: 17px;
    }
    .p-career-block.--01 .sum {
        font-size: 15px;
    }
}
@media screen and (max-width: 767px) {
    .p-career-block.--01 .box {
        padding: 25px 10px 50px;
    }
    .p-career-block.--01 .desc {
        grid-template-columns: 1fr;
        width: 260px;
        margin-inline: auto;
    }
    .p-career-block.--01 .block.--01 {
        padding-right: 0;
    }
    .p-career-block.--01 .block + .block {
        padding-left: 0;
        border-left: none;
        margin-top: 15px;
    }
    .p-career-block.--01 .title {
        font-size: 15px;
        line-height: 1.3333333333;
    }
    .p-career-block.--01 .sum {
        margin-top: 15px;
        font-size: 14px;
        line-height: 1.4285714286;
    }
    .p-career-block.--01 .sum + .title {
        margin-top: 15px;
    }
}

.p-career-block.--02 {
    padding-top: 4.0625rem;
    padding-bottom: 9.6875rem;
}
@media screen and (max-width: 767px) {
    .p-career-block.--02 {
        padding-top: 2.8125rem;
        padding-bottom: 5.625rem;
    }
}

.p-career-block.--02 .p-career-block__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 45px;
    row-gap: 45px;
    margin-top: 2.5rem;
}
@media screen and (max-width: 1000px) {
    .p-career-block.--02 .p-career-block__list {
        column-gap: 25px;
    }
}
@media screen and (max-width: 767px) {
    .p-career-block.--02 .p-career-block__list {
        grid-template-columns: 1fr;
        row-gap: 0.9375rem;
        margin-top: 1.875rem;
    }
}
@media screen and (max-width: 767px) {
    .p-career-block.--02 .p-career-block__list .item {
        display: grid;
        grid-template-columns: 8.75rem 1fr;
        column-gap: 1.25rem;
        padding-bottom: 1.0625rem;
        border-bottom: 1px solid rgba(60, 60, 60, 0.1);
    }
}
@media screen and (max-width: 767px) {
    .p-career-block.--02 .p-career-block__list .item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}
.p-career-block.--02 .p-career-block__list .img {
    aspect-ratio: 266/177;
    border-radius: 6px;
}
.p-career-block.--02 .p-career-block__list .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .p-career-block.--02 .p-career-block__list .img {
        aspect-ratio: 140/106;
    }
}
.p-career-block.--02 .p-career-block__list .ttl {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
    .p-career-block.--02 .p-career-block__list .ttl {
        font-size: 14px;
        line-height: 1.7142857143;
        margin-top: 0;
    }
}
.p-career-block.--02 .p-career-block__list .text {
    font-size: 14px;
    line-height: 1.7142857143;
    font-weight: 500;
    margin-top: 0.625rem;
    color: rgba(60, 60, 60, 0.5);
}
@media screen and (max-width: 767px) {
    .p-career-block.--02 .p-career-block__list .text {
        font-size: 13px;
        line-height: 1.6153846154;
    }
}

.p-contents {
    padding-top: 150px;
}
@media screen and (max-width: 767px) {
    .p-contents {
        padding-top: 110px;
    }
}

.p-contents__ttl {
    font-size: 36px;
}
@media screen and (max-width: 1000px) {
    .p-contents__ttl {
        font-size: 32px;
    }
}
@media screen and (max-width: 767px) {
    .p-contents__ttl {
        font-size: 30px;
    }
}

.p-contents__main {
    padding-top: 6.25rem;
    padding-bottom: 14.0625rem;
}

.p-contents__body {
    display: grid;
    grid-template-columns: 20% 1fr;
    column-gap: 2.8125rem;
}
@media screen and (max-width: 767px) {
    .p-contents__body {
        grid-template-columns: 1fr;
    }
}

.p-contents__catbtn {
    display: none;
}
@media screen and (max-width: 767px) {
    .p-contents__catbtn {
        display: flex;
        align-items: center;
        position: fixed;
        right: 0;
        bottom: 4.375rem;
        color: #fff;
        background: #4180ff;
        font-size: 16px;
        font-weight: 700;
        z-index: 15;
        padding: 1.25rem 0.8125rem;
        border-radius: 10px 0 0 10px;
    }
    .p-contents__catbtn span {
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        white-space: pre;
    }
    .p-contents__catbtn::before {
        content: '';
        width: 1rem;
        height: 1rem;
        background: url(../images/common/cat-plus.png) no-repeat center center/contain;
        margin-bottom: 0.75rem;
    }
}

@media screen and (max-width: 767px) {
    .p-top-content__catbtn.is-open::before {
        background: url(../images/common/cat-minus.png) no-repeat center center/contain;
    }
}

@media screen and (max-width: 767px) {
    .p-contents__cat {
        position: fixed;
        bottom: 20px;
        background: #4180ff;
        border-radius: 20px 0 0 20px;
        color: #fff;
        z-index: 10;
        width: 94%;
        right: 0;
        padding: 3.4375rem 3.75rem 3.4375rem 1.5625rem;
        max-height: 85%;
        overflow-y: scroll;
        transition: all 0.2s ease-in-out;
        clip-path: circle(0% at 100% 80%);
    }
    .p-contents__cat .c-label {
        color: #3c3c3c;
    }
    .p-contents__cat .p-top-content__blockttl span::after {
        background: #fff;
    }
    .p-contents__cat .p-top-content__list .list1,
    .p-contents__cat .p-top-content__list .list1:first-child {
        border-color: rgba(255, 255, 255, 0.2);
    }
    .p-contents__cat.is-open {
        clip-path: circle(150% at 100% 80%);
        transition: all 0.2s ease-in-out;
    }
}

.p-contents__blockttl {
    font-size: 18px;
    font-weight: 700;
}

.p-contents__blockttl span {
    display: inline-block;
    position: relative;
    padding-bottom: 0.75rem;
}
.p-contents__blockttl span::after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 0.375rem;
    left: 0;
    background: #3c3c3c;
    opacity: 0.2;
    border-radius: 20px;
}

.p-contents__list {
    margin-top: 3.75rem;
}

.p-contents__list .list1 {
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(60, 60, 60, 0.2);
}
@media screen and (max-width: 1000px) {
    .p-contents__list .list1 {
        font-size: 14px;
    }
}

.p-contents__list .list1:first-child {
    border-top: 1px solid rgba(60, 60, 60, 0.2);
}

.p-contents__list .list1.all {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.p-contents__list .labels {
    margin-top: 2.5rem;
}

.p-contents__tabbody {
    margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
    .p-contents__tabbody {
        width: 79%;
    }
}

.p-contents__tabbody .grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2.5rem;
    row-gap: 40px;
}
@media screen and (max-width: 767px) {
    .p-contents__tabbody .grid {
        grid-template-columns: 1fr;
        row-gap: 3.125rem;
    }
}

.p-contents__tabbody .list-item .img {
    aspect-ratio: 1280/780;
    border-radius: 10px;
    overflow: hidden;
}
.p-contents__tabbody .list-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.p-contents__tabbody .list-item .cat {
    font-size: 13px;
    font-weight: 700;
    margin-top: 15px;
    color: #4180ff;
    display: inline-block;
}

.p-contents__tabbody .list-item .ttl {
    font-size: 16px;
    font-weight: 700;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.p-contents__tabbody .list-item .nameinfo {
    font-size: 12px;
    margin-top: 5px;
    color: rgba(60, 60, 60, 0.5);
    font-weight: 500;
}

.p-contents__tabbody .list-item .nameinfo span {
    margin-right: 0.625rem;
}

.p-contents__tabbody .list-item .c-label {
    margin-top: 7px;
}

.p-contents__btn .c-btn {
    max-width: 431px;
    margin-inline: auto;
    border-radius: 50px;
    padding: 25px 30px 25px 38px;
    display: flex;
    justify-content: space-between;
}

.p-contents__btn .c-btn::after {
    content: '+';
}

input[type='checkbox'].input-c-tag {
    display: none;
}

input[type='checkbox'].input-c-tag:checked + label {
    background: #4180ff;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .p-contents input[type='checkbox'].input-c-tag:checked + label {
        background: #d0d5db;
        color: #4180ff;
    }
}

.p-education {
    padding-bottom: 13.125rem;
}
@media screen and (max-width: 767px) {
    .p-education {
        padding-bottom: 8.125rem;
    }
}

@media screen and (max-width: 767px) {
    .p-education .p-toc {
        display: none;
    }
}

.p-education-head {
    overflow: hidden;
}

.p-education-head .c-page-mv::before {
    background: url(../images/education-pc.jpg) no-repeat center left/cover;
}
@media screen and (max-width: 767px) {
    .p-education-head .c-page-mv::before {
        background: url(../images/education-sp.jpg) no-repeat center left/cover;
    }
}

.p-education__lead .text01 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
}
@media screen and (max-width: 1000px) {
    .p-education__lead .text01 {
        font-size: 36px;
    }
}
@media screen and (max-width: 767px) {
    .p-education__lead .text01 {
        font-size: 1.875rem;
        line-height: 1.333;
    }
}

.p-education__lead .text02 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 2.8125rem;
    line-height: 2.111;
}
@media screen and (max-width: 767px) {
    .p-education__lead .text02 {
        margin-top: 2.5rem;
        line-height: 1.888;
    }
}

.p-education__secttl {
    color: #4180ff;
    font-size: 32px;
    font-weight: 700;
    margin-top: 6.25rem;
    margin-bottom: 2.5rem;
}

.p-education-block {
    border-top: 1px solid #c8cdd3;
    position: relative;
}

.p-education-block::before {
    position: absolute;
    content: '';
    top: -1px;
    left: 0;
    height: 0.375rem;
    width: 2.5rem;
    border-radius: 50px;
    background: #4180ff;
}

.p-education-block.--01 {
    padding-top: 3.9375rem;
    padding-bottom: 6.125rem;
}
@media screen and (max-width: 767px) {
    .p-education-block.--01 {
        padding-top: 3.4375rem;
        padding-bottom: 5.0625rem;
    }
}

.p-education-block__num {
    color: #4180ff;
    font-size: 16px;
    font-weight: 700;
}

.p-education-block__ttl {
    font-size: 26px;
    font-weight: 700;
    margin-top: 2.3125rem;
    line-height: 1.8;
}
@media screen and (max-width: 767px) {
    .p-education-block__ttl {
        font-size: 24px;
        line-height: 1.58;
    }
}

.p-education-block__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 2.111;
    margin-top: 2.1875rem;
}
@media screen and (max-width: 1000px) {
    .p-education-block__text {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .p-education-block__text {
        font-size: 18px;
        line-height: 1.888;
    }
}

.p-education-block__img {
    margin-top: 5rem;
}
@media screen and (max-width: 767px) {
    .p-education-block__img {
        margin-top: 3.75rem;
    }
}

.p-education-block.--02 {
    padding-top: 3.75rem;
    padding-bottom: 10.25rem;
}
@media screen and (max-width: 767px) {
    .p-education-block.--02 {
        padding-top: 3.4375rem;
        padding-bottom: 4.875rem;
    }
}

.p-education-block.--02 .p-education-block__content {
    display: grid;
    padding-right: 3.875rem;
    grid-template-columns: 25.125rem 1fr;
    column-gap: 3.5625rem;
    align-items: end;
    margin-top: 5rem;
}
@media screen and (max-width: 767px) {
    .p-education-block.--02 .p-education-block__content {
        margin-top: 3.125rem;
        grid-template-columns: 1fr;
        row-gap: 2.5rem;
        padding-right: 0;
    }
}

.p-education-block.--02 .p-education-block__list .item + .item {
    margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
    .p-education-block.--02 .p-education-block__list .item + .item {
        margin-top: 1.875rem;
    }
}
.p-education-block.--02 .p-education-block__list .item-num {
    color: #4180ff;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
}
.p-education-block.--02 .p-education-block__list .item-num::after {
    content: '';
    height: 1px;
    background: #c7ccd2;
    flex-grow: 1;
    margin-left: 0.5rem;
}
.p-education-block.--02 .p-education-block__list .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.57;
    margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
    .p-education-block.--02 .p-education-block__list {
        max-width: 18.5rem;
        margin-inline: auto;
    }
}

.p-education__bgw {
    position: relative;
    padding-top: 6.25rem;
    margin-bottom: 6.25rem;
}
.p-education__bgw::before {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    border-radius: 60px;
    background: #fff;
    z-index: -1;
}
@media screen and (max-width: 767px) {
    .p-education__bgw {
        padding-top: 3.75rem;
        margin-bottom: 5rem;
    }
}

.tab-2 {
    display: flex;
    flex-wrap: wrap;
}

.tab-2 > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: 1.0625rem 1em;
    background-color: #c7ccd2;
    color: rgba(60, 60, 60, 0.6);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .tab-2 > label {
        font-size: 16px;
    }
}

.tab-2 > .label1 {
    border-radius: 50px 0 0 50px;
}

.tab-2 > .label2 {
    border-radius: 0 50px 50px 0;
}

.tab-2 label:has(:checked) {
    color: #fff;
    position: relative;
    z-index: 1;
}
.tab-2 label:has(:checked)::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4180ff;
    border-radius: 50px;
    z-index: -1;
}

.tab-2 > label:hover {
    opacity: 0.8;
}

.tab-2 input {
    display: none;
}

.tab-2 > .p-education__tab {
    display: none;
    width: 100%;
    padding: 5.9375rem 0 0;
}
@media screen and (max-width: 767px) {
    .tab-2 > .p-education__tab {
        padding: 4.5rem 0 0;
    }
}

.tab-2 label:has(:checked) + .p-education__tab {
    display: block;
}

.p-toc__list.--index04 {
    display: none;
}

.p-education-block.--03 {
    padding-top: 3.9375rem;
    padding-bottom: 4.875rem;
}
@media screen and (max-width: 767px) {
    .p-education-block.--03 {
        padding-top: 3.5rem;
        padding-bottom: 2.8125rem;
    }
}

.p-education-block.--03 .p-education-block__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 3rem;
    margin-top: 2.3125rem;
}
@media screen and (max-width: 767px) {
    .p-education-block.--03 .p-education-block__grid {
        grid-template-columns: 1fr;
        row-gap: 2.0625rem;
        margin-top: 1.25rem;
    }
}
@media screen and (max-width: 767px) {
    .p-education-block.--03 .p-education-block__grid li {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 0.9375rem;
        row-gap: 0.75rem;
        border-bottom: 1px solid rgba(60, 60, 60, 0.1);
        padding-bottom: 1.25rem;
    }
}
.p-education-block.--03 .p-education-block__grid .img {
    border-radius: 6px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .p-education-block.--03 .p-education-block__grid .img {
        border-radius: 3.6px;
        order: 2;
    }
}
.p-education-block.--03 .p-education-block__grid .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p-education-block.--03 .p-education-block__grid .ttl {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.333;
    margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
    .p-education-block.--03 .p-education-block__grid .ttl {
        font-size: 15px;
        line-height: 1.4;
        order: 1;
        grid-column: 2/3;
        margin-top: 0;
    }
}
.p-education-block.--03 .p-education-block__grid .text {
    margin-top: 0.9375rem;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.714;
    color: rgba(60, 60, 60, 0.7);
}
@media screen and (max-width: 767px) {
    .p-education-block.--03 .p-education-block__grid .text {
        margin-top: 0;
        font-size: 13px;
        line-height: 1.615;
        order: 3;
    }
}

.p-education-block.--04 {
    padding-top: 4.125rem;
    padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
    .p-education-block.--04 {
        padding-top: 3.5rem;
        padding-bottom: 4.875rem;
    }
}

.p-education-block.--04 .p-education-block__grid {
    display: grid;
    row-gap: 2.375rem;
    margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
    .p-education-block.--04 .p-education-block__grid {
        margin-top: 3.4375rem;
    }
}
.p-education-block.--04 .p-education-block__grid li {
    display: grid;
    grid-template-columns: 16.625rem 1fr;
    align-items: center;
    column-gap: 2.8125rem;
}
@media screen and (max-width: 767px) {
    .p-education-block.--04 .p-education-block__grid li {
        grid-template-columns: 8.75rem 1fr;
        column-gap: 0.9375rem;
        row-gap: 1.25rem;
        align-items: start;
        padding-bottom: 1.8125rem;
        border-bottom: rgba(60, 60, 60, 0.1) 1px solid;
    }
}
@media screen and (max-width: 767px) {
    .p-education-block.--04 .p-education-block__grid .img {
        order: 2;
    }
}
.p-education-block.--04 .p-education-block__grid .texts {
    margin-top: 1.0625rem;
}
@media screen and (max-width: 767px) {
    .p-education-block.--04 .p-education-block__grid .texts {
        display: contents;
    }
}
.p-education-block.--04 .p-education-block__grid .ttl {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.333;
    margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
    .p-education-block.--04 .p-education-block__grid .ttl {
        font-size: 16px;
        line-height: 1.5;
        order: 1;
        grid-column: 1/3;
    }
}
.p-education-block.--04 .p-education-block__grid .text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71;
    color: rgba(60, 60, 60, 0.7);
    margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
    .p-education-block.--04 .p-education-block__grid .text {
        order: 3;
        margin-top: 0;
    }
}
.p-education-block.--04 .p-education-block__grid .text.box {
    color: #3c3c3c;
    font-size: 16px;
    line-height: 1.75;
    padding: 1.1875rem;
    background: #e8eff7;
    border-radius: 6px;
}
@media screen and (max-width: 767px) {
    .p-education-block.--04 .p-education-block__grid .text.box {
        font-size: 14px;
        line-height: 1.714;
    }
}

.p-education-block.--04 .p-education-block__training {
    margin-top: 45px;
}
@media screen and (max-width: 767px) {
    .p-education-block.--04 .p-education-block__training {
        margin-top: 1.625rem;
    }
}
.p-education-block.--04 .p-education-block__training .ttl {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.333;
}
@media screen and (max-width: 767px) {
    .p-education-block.--04 .p-education-block__training .ttl {
        font-size: 16px;
        line-height: 1.5;
    }
}
.p-education-block.--04 .p-education-block__training .contents {
    margin-top: 1.25rem;
}
.p-education-block.--04 .p-education-block__training .contents li {
    background: #e8eff7;
    padding: 19px;
    border-radius: 6px;
    display: grid;
    grid-template-columns: 34% 1fr;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .p-education-block.--04 .p-education-block__training .contents li {
        grid-template-columns: 1fr;
        row-gap: 0.9375rem;
    }
}
.p-education-block.--04 .p-education-block__training .contents li + li {
    margin-top: 5px;
}
.p-education-block.--04 .p-education-block__training .contents-ttl {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.4px;
}
.p-education-block.--04 .p-education-block__training .contents-ttl .num {
    color: rgba(60, 60, 60, 0.7);
}
.p-education-block.--04 .p-education-block__training .contents-text {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.7692307692;
    color: rgba(60, 60, 60, 0.7);
    padding-left: 1.5625rem;
    margin-left: 1.5625rem;
    border-left: 1px solid rgba(60, 60, 60, 0.3);
}
@media screen and (max-width: 767px) {
    .p-education-block.--04 .p-education-block__training .contents-text {
        border-left: none;
        margin-left: 0;
        padding-left: 0;
        font-size: 15px;
        line-height: 1.6;
    }
}

.p-education-block.--05 {
    padding-top: 4.125rem;
    padding-bottom: 4.875rem;
}
@media screen and (max-width: 767px) {
    .p-education-block.--05 {
        padding-top: 3.375rem;
        padding-bottom: 4.75rem;
    }
}

.p-education-block.--06 {
    padding-top: 4.125rem;
    padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
    .p-education-block.--06 {
        padding-top: 3.125rem;
        padding-bottom: 4.875rem;
    }
}

.p-education-block.--06 .p-education-block__contents {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 1.875rem;
    column-gap: 19px;
    margin-top: 4.6875rem;
}
@media screen and (max-width: 1000px) {
    .p-education-block.--06 .p-education-block__contents {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 767px) {
    .p-education-block.--06 .p-education-block__contents {
        margin-top: 3.4375rem;
        grid-template-columns: 1fr;
        row-gap: 0.8125rem;
    }
}
.p-education-block.--06 .p-education-block__contents li {
    display: grid;
    grid-template-columns: 7.375rem 1fr;
    align-items: center;
    column-gap: 1.25rem;
    background: rgba(247, 249, 255, 0.6);
    border-radius: 50px;
}
@media screen and (max-width: 767px) {
    .p-education-block.--06 .p-education-block__contents li {
        grid-template-columns: 6.25rem 1fr;
    }
}
.p-education-block.--06 .p-education-block__contents .img {
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 50%;
}
.p-education-block.--06 .p-education-block__contents .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.p-education-block.--06 .p-education-block__contents .text {
    color: #4180ff;
    padding-right: 1.875rem;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5384615385;
}
@media screen and (max-width: 767px) {
    .p-education-block.--06 .p-education-block__contents .text {
        line-height: 1.6153846154;
    }
}

.p-education-block.--07 {
    padding-top: 4.125rem;
    padding-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
    .p-education-block.--07 {
        padding-top: 3.5rem;
        padding-bottom: 4.75rem;
    }
}

.p-education-block.--08 {
    padding-top: 4rem;
    padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
    .p-education-block.--08 {
        padding-top: 3.375rem;
        padding-bottom: 5.1875rem;
    }
}

.p-education-block.--08 .p-education-block__contents01 {
    display: grid;
    grid-template-columns: 27.9375rem 1fr;
    column-gap: 2.1875rem;
    margin-top: 5rem;
}
@media screen and (max-width: 767px) {
    .p-education-block.--08 .p-education-block__contents01 {
        grid-template-columns: 1fr;
        row-gap: 1.875rem;
        margin-top: 2.1875rem;
    }
}
.p-education-block.--08 .p-education-block__contents01 .body-ttl {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
    .p-education-block.--08 .p-education-block__contents01 .body-ttl {
        font-size: 16px;
        line-height: 1.5;
    }
}
.p-education-block.--08 .p-education-block__contents01 .body-text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7142857143;
    margin-top: 0.9375rem;
    color: rgba(60, 60, 60, 0.7);
}
@media screen and (max-width: 767px) {
    .p-education-block.--08 .p-education-block__contents01 .body-text {
        font-size: 15px;
        line-height: 1.6;
    }
}
.p-education-block.--08 .p-education-block__contents01 .body-detail {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7142857143;
    color: #fff;
    border-radius: 6px;
    background: rgba(61, 124, 255, 0.6);
    margin-top: 1.75rem;
    padding: 1.1875rem;
}
.p-education-block.--08 .p-education-block__contents01 .body-detail strong {
    text-decoration: underline;
}

.p-education-block.--08 .p-education-block__contents02 {
    margin-top: 55px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2.8125rem;
    row-gap: 1.875rem;
}
@media screen and (max-width: 767px) {
    .p-education-block.--08 .p-education-block__contents02 {
        grid-template-columns: 1fr;
        row-gap: 1.8125rem;
        margin-top: 3.75rem;
    }
}
@media screen and (max-width: 767px) {
    .p-education-block.--08 .p-education-block__contents02 li {
        display: grid;
        grid-template-columns: 8.75rem 1fr;
        column-gap: 1.25rem;
        row-gap: 1.4375rem;
        padding-bottom: 1.8125rem;
        border-bottom: rgba(60, 60, 60, 0.1) 1px solid;
    }
}
@media screen and (max-width: 767px) {
    .p-education-block.--08 .p-education-block__contents02 li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
}
.p-education-block.--08 .p-education-block__contents02 .img {
    border-radius: 6px;
    overflow: hidden;
    aspect-ratio: 140/106;
}
.p-education-block.--08 .p-education-block__contents02 .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .p-education-block.--08 .p-education-block__contents02 .img {
        order: 2;
    }
}
.p-education-block.--08 .p-education-block__contents02 .ttl {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3333333333;
    margin-top: 1.125rem;
}
@media screen and (max-width: 767px) {
    .p-education-block.--08 .p-education-block__contents02 .ttl {
        margin-top: 0;
        order: 1;
        grid-column: 1/3;
        font-size: 16px;
        line-height: 1.5;
    }
}
.p-education-block.--08 .p-education-block__contents02 .text {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.7142857143;
    margin-top: 1.125rem;
    color: rgba(60, 60, 60, 0.7);
}
@media screen and (max-width: 767px) {
    .p-education-block.--08 .p-education-block__contents02 .text {
        margin-top: 0;
        order: 3;
        font-size: 15px;
        line-height: 1.6;
    }
}

.p-environment {
    padding-bottom: 13.125rem;
}
@media screen and (max-width: 767px) {
    .p-environment {
        padding-bottom: 7.875rem;
    }
}

@media screen and (max-width: 767px) {
    .p-environment .p-toc {
        display: none;
    }
}

.p-environment-head {
    overflow: hidden;
}

.p-environment-head .c-page-mv::before {
    background: url(../images/environment-pc.jpg) no-repeat center left/cover;
}
@media screen and (max-width: 767px) {
    .p-environment-head .c-page-mv::before {
        background: url(../images/environment-sp.jpg) no-repeat center left/cover;
    }
}

.p-environment__lead .text01 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
}
@media screen and (max-width: 1000px) {
    .p-environment__lead .text01 {
        font-size: 36px;
    }
}
@media screen and (max-width: 767px) {
    .p-environment__lead .text01 {
        font-size: 1.875rem;
        line-height: 1.333;
    }
}

.p-environment__lead .text02 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 2.8125rem;
    line-height: 2.111;
    margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
    .p-environment__lead .text02 {
        margin-top: 2.5rem;
        line-height: 1.888;
        margin-bottom: 3.125rem;
    }
}

.p-environment-block {
    border-top: 1px solid #c8cdd3;
    position: relative;
}

.p-environment-block::before {
    position: absolute;
    content: '';
    top: -1px;
    left: 0;
    height: 0.375rem;
    width: 2.5rem;
    border-radius: 50px;
    background: #4180ff;
}

.p-environment-block.--01 {
    padding-top: 4.1875rem;
}
@media screen and (max-width: 767px) {
    .p-environment-block.--01 {
        padding-top: 3.4375rem;
    }
}

.p-environment-block__ttl {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.8461538462;
}
@media screen and (max-width: 767px) {
    .p-environment-block__ttl {
        font-size: 24px;
        line-height: 1.5833333333;
    }
}

.p-environment-block__text {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.8888888889;
    margin-top: 3.125rem;
}
@media screen and (max-width: 767px) {
    .p-environment-block__text {
        margin-top: 2.5rem;
    }
}

.p-environment-block.--01 .p-environment-block__grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 3rem;
}
@media screen and (max-width: 767px) {
    .p-environment-block.--01 .p-environment-block__grid {
        margin-top: 3.75rem;
        grid-template-columns: 1fr;
        row-gap: 1.25rem;
    }
}

@media screen and (max-width: 767px) {
    .p-environment-block.--01 .p-environment-block__grid li {
        display: grid;
        grid-template-columns: 8.75rem 1fr;
        column-gap: 1.25rem;
        row-gap: 1.25rem;
        padding-bottom: 1.875rem;
        border-bottom: 1px solid rgba(60, 60, 60, 0.1);
    }
}

@media screen and (max-width: 767px) {
    .p-environment-block.--01 .p-environment-block__grid li:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
}

.p-environment-block.--01 .p-environment-block__grid .img {
    border-radius: 6px;
    aspect-ratio: 266/200;
    overflow: hidden;
}
.p-environment-block.--01 .p-environment-block__grid .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .p-environment-block.--01 .p-environment-block__grid .img {
        order: 2;
    }
}

.p-environment-block.--01 .p-environment-block__grid .ttl {
    font-weight: 700;
    font-size: 18px;
    line-height: 2.6666666667;
    display: flex;
    align-items: center;
    margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
    .p-environment-block.--01 .p-environment-block__grid .ttl {
        line-height: 1.1666666667;
        margin-top: 0;
        order: 1;
        grid-column: 1/3;
    }
}

.p-environment-block.--01 .p-environment-block__grid .alpha {
    aspect-ratio: 1/1;
    line-height: 1;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    padding-bottom: 3px;
}

.p-environment-block.--01 .p-environment-block__grid li:nth-child(1) .alpha {
    background: #4cc899;
}

.p-environment-block.--01 .p-environment-block__grid li:nth-child(2) .alpha {
    background: #4cbcdf;
}

.p-environment-block.--01 .p-environment-block__grid li:nth-child(3) .alpha {
    background: #ffb55b;
}

.p-environment-block.--01 .p-environment-block__grid .text {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7142857143;
    color: rgba(60, 60, 60, 0.7);
}
@media screen and (max-width: 767px) {
    .p-environment-block.--01 .p-environment-block__grid .text {
        font-size: 15px;
        line-height: 1.6;
        order: 3;
    }
}

.p-environment-block.--01 .p-environment-block__img {
    margin-top: 6.25rem;
    border-radius: 24px;
    background: #fff;
    padding: 1.375rem;
}
@media screen and (max-width: 767px) {
    .p-environment-block.--01 .p-environment-block__img {
        margin-top: 3.75rem;
        border-radius: 9px;
        padding: 0.5625rem;
    }
}

.p-environment__btn {
    margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
    .p-environment__btn {
        margin-top: 3.4375rem;
    }
}

.p-environment__btn .c-btn {
    max-width: 431px;
    margin-inline: auto;
    border-radius: 50px;
    padding: 25px 30px 25px 38px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}
@media screen and (max-width: 767px) {
    .p-environment__btn .c-btn {
        max-width: 16.625rem;
        margin-inline: inherit;
        margin-right: auto;
        font-size: 16px;
    }
}

.p-environment__btn .c-btn::after {
    content: '＞';
    color: rgba(60, 60, 60, 0.2);
}

.p-flow {
    padding-bottom: 13.125rem;
}
@media screen and (max-width: 767px) {
    .p-flow {
        padding-bottom: 8.125rem;
    }
}

@media screen and (max-width: 767px) {
    .p-flow .p-toc {
        display: none;
    }
}

.p-flow-head {
    overflow: hidden;
}

.p-flow-head .c-page-mv::before {
    background: url(../images/flow-pc.jpg) no-repeat center left/cover;
}
@media screen and (max-width: 767px) {
    .p-flow-head .c-page-mv::before {
        background: url(../images/flow-sp.jpg) no-repeat center left/cover;
    }
}

.p-flow__lead {
    font-weight: 500;
    font-size: 18px;
    line-height: 2.1111111111;
}
@media screen and (max-width: 767px) {
    .p-flow__lead {
        line-height: 1.8888888889;
    }
}

.p-flow-block__ttl {
    font-weight: 700;
    font-size: 26px;
    line-height: 1.8461538462;
    padding-left: 60px;
    position: relative;
    padding-bottom: 2.8125rem;
}
@media screen and (max-width: 767px) {
    .p-flow-block__ttl {
        font-size: 24px;
        line-height: 1.5833333333;
        padding-bottom: 2.5rem;
    }
}

.p-flow-block__ttl::before {
    position: absolute;
    content: 'Q';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #3878ff;
    background: #3878ff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0.92em;
    transform: translateY(-50%);
    line-height: 1;
    font-weight: 700;
    font-size: 26px;
    padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
    .p-flow-block__ttl::before {
        width: 36px;
        height: 36px;
        font-size: 24px;
    }
}

.p-flow-block__ttl::after {
    position: absolute;
    content: '';
    bottom: -2px;
    width: 4px;
    height: calc(40% + 2.8125rem);
    background: #8cb1ff;
    z-index: -1;
    left: 18px;
}
@media screen and (max-width: 767px) {
    .p-flow-block__ttl::after {
        height: calc(40% + 2.5rem);
        left: 16px;
    }
}

.p-flow-block__box {
    background: #fff;
    position: relative;
    border-radius: 20px;
    padding: 60px 35px;
}
@media screen and (max-width: 767px) {
    .p-flow-block__box {
        padding: 3.25rem 1.25rem 1.875rem;
    }
}

.p-flow-block__box::before {
    position: absolute;
    content: 'A';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #3878ff;
    background: #fff;
    color: #3878ff;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    line-height: 1;
    font-weight: 700;
    font-size: 26px;
    padding-bottom: 3px;
}
@media screen and (max-width: 767px) {
    .p-flow-block__box::before {
        width: 36px;
        height: 36px;
        font-size: 24px;
    }
}

.p-flow-block__text {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.9;
    color: #3878ff;
}
@media screen and (max-width: 1000px) {
    .p-flow-block__text {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .p-flow-block__text {
        font-size: 18px;
        line-height: 1.6666666667;
    }
}

.p-flow-block.--01 {
    margin-top: 8.75rem;
    padding-top: 4.125rem;
    padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
    .p-flow-block.--01 {
        margin-top: 6.25rem;
        padding-top: 3.3125rem;
        padding-bottom: 4.9375rem;
    }
}

.l-footer {
    max-width: 1600px;
    margin-inline: auto;
}
.p-footer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    position: relative;
}
@media screen and (max-width: 767px) {
    .p-footer {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
    }
}

.p-footer__wrapper {
    background: #4180ff;
    color: #fff;
    border-radius: 20px 20px 0 0;
    padding: 45px 3.4375rem 50px;
}
@media screen and (max-width: 767px) {
    .p-footer__wrapper {
        padding: 30px 0.625rem 16px;
    }
}

.p-footer__inner {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .p-footer__inner {
        display: block;
    }
}

.p-footer__main {
    display: flex;
}
@media screen and (max-width: 767px) {
    .p-footer__main {
        display: block;
    }
}

.p-footer__left {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .p-footer__left {
        justify-content: center;
    }
}

.p-footer__logo {
    width: 8.75rem;
}
@media screen and (max-width: 767px) {
    .p-footer__logo {
        width: 110px;
    }
}

.p-footer__name {
    font-weight: 700;
    font-size: 13px;
    margin-left: 1.875rem;
}
@media screen and (max-width: 767px) {
    .p-footer__name {
        font-size: 12px;
        margin-left: 20px;
        font-weight: 500;
    }
}

.p-footer__middle {
    display: flex;
    align-items: center;
    margin-left: 5rem;
}
@media screen and (max-width: 767px) {
    .p-footer__middle {
        margin-left: 0;
        margin-top: 22px;
        justify-content: center;
    }
}

.p-footer__middle a {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    opacity: 0.7;
}
@media screen and (max-width: 767px) {
    .p-footer__middle a {
        font-size: 11px;
    }
}

.p-footer__middle li + li a {
    margin-left: 1.25rem;
    padding-left: 1.25rem;
    border-left: 1px solid #fff;
}

.p-footer__right {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .p-footer__right {
        position: relative;
        justify-content: center;
    }
}

.p-footer__copy {
    font-size: 11px;
    font-weight: 700;
    opacity: 0.8;
}
@media screen and (max-width: 767px) {
    .p-footer__copy {
        margin-top: 40px;
    }
}

.p-footer__jpx {
    margin-left: 1.5625rem;
    width: 2.4375rem;
}
@media screen and (max-width: 767px) {
    .p-footer__jpx {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

/*固定カテゴリーボタン*/
@media screen and (min-width: 768px) {
    .p-fixcat,
    .p-fixcat-contents {
        display: none;
    }
}
.p-footer__top {
    margin-bottom: 3.125rem;
}
@media screen and (max-width: 1000px) {
    .p-footer__top {
        display: none;
    }
}

.p-footer__aboutList {
    width: 55%;
}

.p-footer__aboutBlock {
    display: flex;
    gap: 2.1875rem;
}

.p-footer__aboutBlock .ttl {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 1.25rem;
}
@media screen and (max-width: 1100px) {
    .p-footer__aboutBlock .ttl {
        font-size: 14px;
    }
}

.p-footer__aboutBlock li ul li + li {
    margin-top: 0.875rem;
}

.p-footer__aboutBlock a {
    color: rgba(255, 255, 255, 0.7);
    font-weight: 700;
    font-size: 14px;
    padding-right: 1.4375rem;
    position: relative;
}
.p-footer__aboutBlock a::after {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 7px;
    height: 9px;
    background: url(../images/menu-arrow.png) no-repeat center center/contain;
}
@media screen and (max-width: 1100px) {
    .p-footer__aboutBlock a {
        font-size: 13px;
    }
}

.p-footer__catList {
    width: 45%;
    padding-left: 3.125rem;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    margin-left: 3.125rem;
}
@media screen and (max-width: 1100px) {
    .p-footer__catList {
        padding-left: 1.875rem;
        margin-left: 1.875rem;
    }
}

.p-footer__catList .ttl {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 1.25rem;
}
@media screen and (max-width: 1100px) {
    .p-footer__catList .ttl {
        font-size: 14px;
    }
}

.p-footer__catItems {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    color: rgba(255, 255, 255, 0.7);
    row-gap: 0.875rem;
    font-weight: 500;
    font-size: 14px;
}
@media screen and (max-width: 1100px) {
    .p-footer__catItems {
        font-size: 13px;
    }
}

.p-header {
    height: 90px;
    transition: 0.3s;
    z-index: 999;
    position: fixed;
}
@media screen and (max-width: 767px) {
    .p-header {
        height: 84px;
    }
}

.p-header__inner {
    height: inherit;
    display: flex;
    justify-content: space-between;
    max-width: 1600px;
    margin-inline: auto;
    position: relative;
}

.p-header__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999;
}

.p-header__logo {
    max-width: 163px;
    width: 100%;
    height: inherit;
}
@media screen and (max-width: 1000px) {
    .p-header__logo {
        max-width: 150px;
    }
}
@media screen and (max-width: 767px) {
    .p-header__logo {
        max-width: 6.5rem;
    }
}

.p-header__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.p-header.is-open .p-header__logo .blue {
    display: none;
}

.p-header .p-header__logo .white {
    display: none;
}

.p-header.is-open .p-header__logo .white {
    display: block;
}

.p-header__logo a {
    height: inherit;
    display: flex;
    align-items: center;
}

.p-header__name {
    font-weight: 500;
    font-size: 13px;
    margin-left: 1.25rem;
}
@media screen and (max-width: 767px) {
    .p-header__name {
        font-size: 12px;
        margin-left: 0.9375rem;
    }
}

.p-header.is-open .p-header__name {
    color: #fff;
}

.p-header__main {
    display: flex;
    align-items: center;
    z-index: 999;
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-header__nav {
        margin-top: 2.5rem;
    }
}

.p-header__nav-items {
    display: flex;
    height: inherit;
}
@media screen and (max-width: 767px) {
    .p-header__nav-items {
        display: block;
    }
}

.p-header__itemWrapper {
    display: flex;
    color: #4180ff;
    margin-left: 1.25rem;
    border-radius: 7px;
    background: #fff;
}
@media screen and (max-width: 767px) {
    .p-header__itemWrapper {
        margin-left: 0;
        margin-top: 0.9375rem;
        justify-content: center;
    }
}

.p-header__nav-item--b {
    border-radius: 7px;
    background: #163099;
    color: #fff;
}

.p-header__nav-item {
    height: inherit;
}

.p-header__nav-item + .p-header__nav-item {
    position: relative;
}
.p-header__nav-item + .p-header__nav-item::before {
    position: absolute;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    height: 48%;
    width: 1px;
    background: #4180ff;
}

.p-header__nav-item a {
    padding: 15px 50px;
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
}
@media screen and (max-width: 1000px) {
    .p-header__nav-item a {
        padding: 10px 24px;
        font-size: 16px;
    }
}
@media screen and (max-width: 767px) {
    .p-header__nav-item a {
        padding: 0.9375rem 1.875rem;
    }
}

.p-header__hamburger {
    margin-left: 1.875rem;
    width: 50px;
    height: 50px;
    padding: 0;
    outline: none;
    border: none;
    border-radius: 50%;
    background-color: #4180ff;
    cursor: pointer;
    z-index: 999;
    position: relative;
    transition: 0.3s;
}
@media screen and (max-width: 767px) {
    .p-header__hamburger {
        margin-left: 0;
    }
}

.p-header__hamburger.is-open {
    background-color: #fff;
}

.p-header__hamburger span {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 22px;
    height: 2px;
    background-color: #fff;
    transition: 0.5s;
}

.p-header__hamburger.is-open span {
    background-color: #4180ff;
}

.p-header__hamburger span:nth-of-type(1) {
    top: -5px;
}

.p-header__hamburger span:nth-of-type(2) {
    top: 0;
}

.p-header__hamburger span:nth-of-type(3) {
    top: 5px;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
    top: 2px;
    transform: translateX(-50%) rotate(35deg);
}

.p-header__hamburger.is-open span:nth-of-type(2) {
    opacity: 0;
}

.p-header__hamburger.is-open span:nth-of-type(3) {
    top: -2px;
    transform: translateX(-50%) rotate(-35deg);
}

.p-drawer {
    padding: 70px 6.25rem;
    display: none;
    position: fixed;
    z-index: 900;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    scrollbar-width: none;
    justify-content: center;
}
@media screen and (max-width: 1000px) {
    .p-drawer {
        padding: 90px 6.25rem;
    }
}
@media screen and (max-width: 767px) {
    .p-drawer {
        padding: 133px 1.5625rem 25px;
    }
}

.p-drawer.is-open {
    display: flex;
}

.p-drawer::-webkit-scrollbar {
    display: none;
}

.p-drawer__contents {
    margin-top: auto;
    width: 100%;
    max-width: 1168px;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
}
@media screen and (max-width: 767px) {
    .p-drawer__contents {
        width: auto;
    }
}

@keyframes drawerAnim {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.p-drawer.is-open .p-drawer__contents {
    animation-name: drawerAnim;
    animation-duration: 1s;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
}

.p-drawer .c-secttl {
    width: 81%;
    padding-bottom: 1.5625rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
}
@media screen and (max-width: 1000px) {
    .p-drawer .c-secttl {
        width: 100%;
    }
}

.p-drawer .c-secttl__en {
    color: #fff;
    opacity: 0.7;
}
.p-drawer .c-secttl__en::before {
    background: #fff;
}

.p-drawer__wrapper {
    color: #fff;
    display: grid;
    grid-template-columns: 81% 1fr;
    column-gap: 4.0625rem;
}
@media screen and (max-width: 1000px) {
    .p-drawer__wrapper {
        grid-template-columns: 72% 1fr;
    }
}
@media screen and (max-width: 767px) {
    .p-drawer__wrapper {
        grid-template-columns: 1fr;
    }
}

.p-drawer__menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3.125rem;
    margin-top: 2.5rem;
}
@media screen and (max-width: 1000px) {
    .p-drawer__menu {
        grid-template-columns: 1fr;
        row-gap: 2.5rem;
    }
}
@media screen and (min-width: 1001px) {
    .p-drawer__block.--02 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

.p-drawer__item + .p-drawer__item {
    margin-top: 40px;
}

.p-drawer-item {
    display: grid;
    grid-template-columns: 13.625rem 1fr;
    column-gap: 2.5rem;
}
@media screen and (max-width: 1000px) {
    .p-drawer-item {
        grid-template-columns: 218px 1fr;
    }
}
@media screen and (max-width: 767px) {
    .p-drawer-item {
        padding-top: 1.875rem;
        position: relative;
        column-gap: 0.9375rem;
        grid-template-columns: 47% 1fr;
    }
}

.p-drawer-item__img {
    aspect-ratio: 308/190;
    border-radius: 12px;
    overflow: hidden;
}
.p-drawer-item__img img,
.p-drawer-item__img picture {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 767px) {
    .p-drawer-item__img {
        border-radius: 6px;
    }
}

.p-drawer-item__text .ttl {
    font-size: 20px;
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .p-drawer-item__text .ttl {
        font-size: 15px;
        position: absolute;
        top: 0;
        left: 0;
    }
}

.p-drawer-item__text .list {
    border-top: 1px solid 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .p-drawer-item__text .list {
        border-top: none;
        margin-top: 0;
    }
}

.p-drawer-item__text .list li a {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    opacity: 0.7;
    font-weight: 700;
}
.p-drawer-item__text .list li a::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 9px;
    background: url(../images/menu-arrow.png) no-repeat center center/contain;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .p-drawer-item__text .list li a {
        font-size: 14px;
    }
}

.p-drawer__category {
    margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
    .p-drawer__category {
        display: none;
    }
}

.p-drawer__category .ttl {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 1.5625rem;
}

.p-drawer__category .link {
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.p-drawer__category .link + .link {
    margin-top: 0.9375rem;
}

.p-drawer__link {
    margin-top: 35px;
    color: rgba(255, 255, 255, 0.7);
}
.p-drawer__link ul {
    display: flex;
}
@media screen and (max-width: 767px) {
    .p-drawer__link ul {
        justify-content: center;
    }
}

.p-drawer__link ul li + li {
    margin-left: 1.25rem;
    padding-left: 1.25rem;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.p-drawer__link ul li a {
    font-size: 13px;
    font-weight: 500;
}

.p-header.is-open ~ .p-top-mv .p-header__inner--top,
.p-header__inner--top.is-fixed {
    position: fixed;
    top: 0;
    bottom: auto;
    right: 1.25rem;
    z-index: 990;
}

.p-header__inner--top .p-header__nav-items {
    display: none;
}

.p-header.is-open ~ .p-top-mv .p-header__inner--top .p-header__nav-items,
.p-header__inner--top.is-fixed .p-header__nav-items {
    display: flex;
}
@media screen and (max-width: 767px) {
    .p-header.is-open ~ .p-top-mv .p-header__inner--top .p-header__nav-items,
    .p-header__inner--top.is-fixed .p-header__nav-items {
        display: block;
    }
}

.p-drawer__circle {
    position: absolute;
    z-index: 3;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    background: #4180ff;
    transform: scale(0);
    right: 0;
    top: 1.875rem;
    transition: all 0.4s;
}

.p-drawer__circle.is-active {
    transform: scale(100);
    transition: all 0.4s;
}

.js-cursor {
    pointer-events: none;
    position: fixed;
    top: -50px;
    left: -50px;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    transform: translate(0, 0);
    transition: width 0.3s ease-out, height 0.3s ease-out, transform 0.2s ease-out;
    z-index: 10000;
    opacity: 0;
}
.js-cursor::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.75rem;
    height: 0.75rem;
}

.js-cursor1::after {
    background: url(../images/common/slider-arrow-left.png) no-repeat center center/contain;
}

.js-cursor2::after {
    background: url(../images/common/slider-arrow-right.png) no-repeat center center/contain;
}

.p-totop {
    position: absolute;
    right: 60px;
    top: -70px;
    width: 40px;
    height: 40px;
}
@media screen and (max-width: 767px) {
    .p-totop {
        right: 8px;
        top: -90px;
    }
}

@media screen and (max-width: 767px) {
    .u-desktop {
        display: none;
    }
}

.u-mobile {
    display: none;
}
@media screen and (max-width: 767px) {
    .u-mobile {
        display: block;
    }
}

.p-entry-contents__cards {
    flex-wrap: nowrap;
}
.p-entry-contents__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border: 1px solid #4180ff;
    border-radius: 7px;
    background-color: #fff;
    /*20250414追加*/
    max-width: 40%;
    /*20250414追加ここまで*/
    > p {
        display: inline-block;
        height: 20px;
    }

    dl {
        display: flex;
        gap: 10px;
    }

    dl dd a.p-entry-contents__button {
        display: inline-block;
        width: fit-content;
        padding: 1.25rem 3rem;
        margin-inline: auto;
        color: #fff;
        background-color: #4180ff;
        position: initial;
        font-size: 16px;
        font-weight: bold;

        &:before, &:after {
            display: none;
        }
    }
}

/*20250415追加*/
nav.p-entry-event {
    /*20250417更新*/
    /*width: 80%;*/
    width: 90%;
    margin: 0 auto;
}
.p-entry-event__contents {
    display: flex;
    gap: 5rem;
    padding-bottom: 6rem;
    align-items: center;
}
.p-entry-event__item {
    flex-basis: 30%;
}
@media screen and (max-width: 767px) {
    nav.p-entry-event {
        width: 100%;
    }
}
/*20250415追加ここまで*/

/*20250415コメントアウト*//*
@media screen and (max-width: 972px) {
    .p-entry-contents__cards {
        flex-direction: column;
        width: 60%;
        margin: 0 auto;
    }
}*/
@media screen and (max-width: 767px) {
    ul.p-entry-contents__cards {
        width: 100%;
        flex-direction: column;
        /*20250415追加*/
        padding-bottom: 1rem;

        &:last-child{
            padding-bottom: 0;
        }
    }
    li.p-entry-contents__card {
        max-width: 100%;
    }
    dl.p-entry-event__contents {
        padding-bottom: 2rem;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    /*20250415追加ここまで*/
}
@media screen and (max-width: 480px) {
    .p-entry-contents__cards dl {
        flex-direction: column;
    }
    .p-entry-contents__note {
        text-align: left!important;
    }
    .p-entry-contents__card > p {
        display: inline-block;
        height: 40px;
        padding: 0 1rem;
    }
}

.l-entry-main {
    margin-block: 6rem 8rem;
}
@media screen and (max-width: 972px) {
    .l-entry-main {
        margin-block: 6rem 12rem;
    }
}
@media screen and (max-width: 430px) {
    .l-entry-main {
        margin-block: 6rem;
    }
}

.p-entry-contents__cards {
    gap: 1rem;
    /*20250415追加*/
    padding-bottom: 6rem;
}