@charset "UTF-8";
html {
    font-size: 0.6172839506vw;
}

body {
    color: #000000;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    letter-spacing: 0em;
    line-height: 2;
}

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

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

/* Set core body defaults */
body {
    line-height: 1.5;
    min-height: 100vh;
    text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
    list-style: none;
    padding: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img {
    display: block;
    height: auto;
    max-width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
    margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* フォームリセット */
input,
button,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    font: inherit;
    outline: none;
}

textarea {
    resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
    display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
.l-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 80px;
    padding-right: 80px;
    width: 125rem;
}

.l-sec {
    padding: 6rem 0 8rem;
}
.l-sec01 {
    padding: 5.6rem 0 11rem;
}

.l-sec-mainBlock {
    gap: 8rem;
    margin-bottom: 14rem;
    margin-top: 8rem;
}

.c-btn {
    align-items: center;
    background-color: #fff340;
    border-radius: 100vh;
    display: flex;
    font-size: 1.8rem;
    gap: 1.4rem;
    justify-content: center;
    line-height: 3.35;
    margin-top: 1.5rem;
    transition: color 0.3s ease;
    width: 100%;
}
.c-btn img {
    max-width: 1.1rem;
    transition: transform 0.3s ease;
    width: 100%;
}
.c-btn:hover img {
    transform: translateX(0.5rem);
}

.c-btn--w220 {
    max-width: 22rem;
}

.c-btn--w240 {
    max-width: 24rem;
}

.c-btn--w280 {
    max-width: 28rem;
}

.c-btn--lh1dot2 {
    line-height: 1.2;
}
.c-cat {
    background-color: #003c8c;
    color: #fff;
    display: inline-block;
    font-size: 1.2rem;
    min-width: 10rem;
    padding: 0.4rem 1rem;
    text-align: center;
}

.c-column2 {
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
}

.c-column2--gap60 {
    gap: 6rem;
}

.c-column3 {
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(3, 1fr);
}

.c-column4 {
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(4, 1fr);
}

.c-headline1__main {
    border-left: 2px solid #003c8c;
    font-size: 3rem;
    padding-left: 3rem;
}

.c-headline1__sub {
    font-size: 1.6rem;
    margin-top: 1.4rem;
}

.c-hoverRun {
    background-image: linear-gradient(90deg, #000, #000);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 0 1px;
    color: #000;
    display: inline;
    text-decoration: none;
    transition: background-size 0.5s;
}
.c-hoverUnderline {
    display: inline-block;
    position: relative;
}

.c-hoverUnderline::after {
    background: #000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s ease-in-out;
    width: 100%;
}
.c-hoverUnderline {
    display: inline-block;
    position: relative;
}

.c-hoverUnderline::after {
    background: #000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.3s ease-in-out;
    width: 100%;
}
.c-image__secondChild {
    border-radius: 4rem;
    max-width: 40rem;
    width: 100%;
}

.c-image__secondChild--borderBlue {
    border: 1rem solid #e5f6fc;
}

.c-image__secondChild--borderGreen {
    border: 1rem solid #e2e9b4;
}

.c-image__secondChild--borderOrange {
    border: 1rem solid #fff9e7;
}

.c-imgHover img {
    transition: transform 0.3s ease;
}
.c-imgHover:hover img {
    transform: translateX(0.5rem); /* 好きな距離に調整可 */
}

.c-imgZoom {
    overflow: hidden;
    position: relative;
}
.c-imgZoom img {
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.8s;
}
.c-link {
    line-height: 1;
    position: relative;
}

.c-link::after {
    background: url(../img/common/link.svg) center center/contain no-repeat;
    content: "";
    height: 1rem;
    position: absolute;
    right: -1.5rem;
    top: 0.3em;
    width: 1rem;
}

.c-marker {
    background: linear-gradient(transparent 70%, #fcf65f 0%);
    display: inline;
}

.c-sidebar {
    background-color: #fdd77b;
    border: 0.8rem solid #fdd77b;
    border-radius: 4rem;
    margin-left: 4rem;
    margin-top: 8rem;
    max-width: 30rem;
    width: 100%;
}

.c-sidebar__titleWrap {
    margin-top: -2.7rem;
    padding-block: 0 1.2rem;
    text-align: center;
}
.c-sidebar__titleWrap img {
    margin-left: auto;
    margin-right: auto;
    max-width: 5.7rem;
    width: 100%;
}

.c-sidebar__title {
    font-size: 2.4rem;
    line-height: 1.6666666667;
}

.c-sidebar__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.c-sidebar__item {
    align-items: center;
    background-color: #fffef7;
    display: flex;
    gap: 1.4rem;
    justify-content: center;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
    position: relative;
}
.c-sidebar__item:first-child {
    padding-block: 2.4rem 1.6rem;
}
.c-sidebar__item:not(:first-child) {
    padding-block: 1.7rem 2rem;
}
.c-sidebar__item:not(:first-child)::before {
    background: #dddddd;
    content: "";
    height: 0.06rem;
    left: 0.95rem;
    position: absolute;
    right: 0.95rem;
    top: 0;
}
.c-sidebar__item:last-child {
    border-bottom-left-radius: 3.4rem;
    border-bottom-right-radius: 3.4rem;
}
.c-sidebar__item img {
    max-width: 1.6rem;
    width: 100%;
}
.c-sidebar__item.is-current .c-sidebar__itemTitle a {
    color: #f17a22;
    font-weight: bold;
}

.c-sidebar__itemTitle {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    width: 22rem;
}
.c-sidebar__itemTitle a {
    color: inherit;
    display: block;
    text-decoration: none;
}
.c-table {
    border: 1px solid #00a5e3;
    border-collapse: separate;
    border-radius: 2rem;
    border-spacing: 0;
    overflow: hidden;
    width: 100%;
}

.c-table__head01,
.c-table__data01 {
    width: 13rem;
}

.c-table__head02,
.c-table__data02 {
    width: 45rem;
}

.c-table__head03,
.c-table__data03 {
    width: 16rem;
}

.c-table__head01,
.c-table__head02,
.c-table__head03,
.c-table__data01,
.c-table__data02,
.c-table__data03 {
    font-size: 1.8rem;
    font-size: 2rem;
    line-height: 1;
    padding-block: 2.2rem;
    text-align: center;
}

.c-table__head01,
.c-table__head02,
.c-table__head03 {
    background-color: #00a5e3;
    color: #fff;
}

.c-table__data02,
.c-table__data03 {
    font-weight: 400;
}

.c-table__data02 p:nth-child(2) {
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 0.8rem;
}

.c-table__head02,
.c-table__data02 {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
}

.c-table__row {
    background-color: #fff;
}
.c-table__row:nth-child(odd) {
    background-color: #f5f5f5;
}

.c-tag {
    border: 1px solid #d9d9d9;
    color: #000;
    display: inline-block;
    font-size: 1.4rem;
    padding: 0.6rem 0.8rem;
}

.c-toc__inner {
    border: 0.5rem solid #8dc557;
    border-radius: 3rem;
}

.c-toc__header {
    align-items: center;
    background-color: #8dc557;
    border: 0.3rem solid #8dc557;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    display: flex;
    gap: 1.2rem;
    padding: 1rem 3.1rem;
}
.c-toc__header img {
    max-width: 3rem;
    mix-blend-mode: soft-light;
    width: 100%;
}

.c-toc__title {
    color: #fff;
    font-size: 2.4rem;
    line-height: 2.3333333333;
}

.c-toc__items {
    padding: 2rem 4rem;
}

.c-toc__link {
    align-items: center;
    display: flex;
    gap: 1.2rem;
}
.c-toc__link img {
    max-width: 2rem;
    width: 100%;
}

.c-toc__item--h2 {
    font-size: 2rem;
    font-size: 2.4rem;
    line-height: 2.25;
}

.c-toc__item--h3 {
    font-size: 1.8rem;
    font-size: 2.2rem;
    line-height: 2.5;
}

.c-toc__item--h4 {
    font-size: 1.6rem;
    font-size: 2rem;
    line-height: 2.8125;
}

.c-underBar {
    display: inline-block;
    position: relative;
}
.c-underBar::before {
    background-color: #333;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    opacity: 1;
    position: absolute;
    transform: translateX(-50%);
    transition: 0.5s;
    width: 100%;
}
.p-about-greet {
    margin-top: 8rem;
    padding-bottom: 13.9rem;
}

.p-about-greet__inner {
    max-width: 98rem;
    max-width: 108rem;
    padding-left: 4rem;
    padding-right: 4rem;
    width: 100%;
}

.p-about-greet__container {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 8rem;
    justify-content: center;
}

.p-about-greet__titleWrap {
    text-align: center;
}
.p-about-greet__titleWrap img {
    margin-left: auto;
    margin-right: auto;
    max-width: 5.3rem;
    width: 100%;
}

.p-about-greet__title {
    font-size: 4rem;
    line-height: 1.4;
    margin-top: 2.5rem;
}

.p-about-greet__description {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 3.2rem;
}

.p-about-greet__scheduleWrap {
    margin-top: 2rem;
}

.p-about-greet__scheduleItems {
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(3, 1fr);
}

.p-about-greet__scheduleItem {
    border-radius: 2rem;
    height: 100%;
    max-height: 52rem;
}

.p-about-greet__scheduleTitleWrap {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    padding-block: 2rem;
    text-align: center;
}

.p-about-greet__scheduleTitle {
    color: #fff;
    font-size: 2.4rem;
}

.p-about-greet__scheduleSubTitle {
    color: #fff;
    font-size: 1.6rem;
}

.p-about-greet__schedule {
    align-items: center;
    display: flex;
    gap: 1.6rem;
    position: relative;
}
.p-about-greet__schedule::before {
    background: #dddddd;
    content: "";
    height: 0.1rem;
    left: 0.3rem;
    position: absolute;
    right: 0.3rem;
    top: 0;
}

.p-about-greet__scheduleTime {
    font-size: 1.6rem;
    line-height: 3.5;
    padding-left: 2rem;
}

.p-about-greet__scheduleContent {
    font-size: 1.6rem;
    line-height: 3.5;
}

.p-about-greet__scheduleComment {
    border-radius: 2rem;
    height: 24.1rem;
    margin-top: 2.7rem;
    position: relative;
    z-index: 1;
}
/* .p-about-greet__scheduleComment img {
    height: 100%;
    left: 50%;
    max-width: 25rem;
    min-height: 36rem;
    position: absolute;
    top: 59%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
} */
.p-about-greet__scheduleComment img {
    height: 100%;
    left: 50%;
    max-width: 32rem;
    min-height: 42rem;
    position: absolute;
    top: 68%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
}

.p-about-greet__color--blue01 {
    background-color: #00a5e3;
}

.p-about-greet__color--blue02 {
    background-color: #edf9fd;
}

.p-about-greet__color--blue03 {
    color: #00a5e3;
}

.p-about-greet__color--green01 {
    background-color: #8dc557;
}

.p-about-greet__color--green02 {
    background-color: #f0f4d6;
}

.p-about-greet__color--green03 {
    color: #8dc557;
}

.p-about-greet__border-green {
    border: 2px solid #8dc557;
}

.p-about-greet__color--orange01 {
    background-color: #f17a22;
}

.p-about-greet__color--orange02 {
    background-color: #fff6de;
}

.p-about-greet__color--orange03 {
    color: #f17a22;
}

.p-about-greet__border-orange {
    border: 2px solid #f17a22;
}

.p-about-greet__caseTitle {
    border-radius: 100vh;
    color: #fff;
    font-size: 1.8rem;
    line-height: 2.3;
    margin-left: auto;
    margin-right: auto;
    max-width: 21rem;
    text-align: center;
    width: 100%;
}

/* .p-about-greet__caseText {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.625;
    margin-top: 1.2rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
    padding-left: 4.5rem;
    padding-right: 4.5rem;
} */

.p-about-greet__caseText {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.625;
    margin-top: 1.2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    /* padding-left: 4.5rem; */
    /* padding-right: 4.5rem; */
}

.p-about-greet__timeScheduleWrap {
    background-color: #fff9e7;
    border-radius: 5rem;
    margin-top: 47rem;
    padding: 0 6rem;
    padding-bottom: 10rem;
}

.p-about-greet__timeScheduleTitleWrap {
    text-align: center;
}
.p-about-greet__timeScheduleTitleWrap img {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 43.5rem;
    position: relative;
    top: 0;
    transform: translateY(-5rem);
    width: 100%;
}

.p-about-greet__timeScheduleTitle {
    font-size: 4rem;
    line-height: 1.4;
}

.p-about-greet__timeScheduleDescription {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.875;
    margin-top: 3.6rem;
}

.p-about-greet__timeScheduleItems {
    display: grid;
    gap: 4.4rem 6rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4.5rem;
}

.p-about-greet__timeScheduleImage {
    position: relative;
}
.p-about-greet__timeScheduleImage img {
    border-radius: 3rem;
    /* max-width: 36rem; */
    width: 100%;
}
.p-about-greet__timeScheduleImage::after {
    background: url(../img/about-greet/icon_plane.webp) center center/contain no-repeat;
    bottom: -2rem;
    content: "";
    height: 7.4rem;
    position: absolute;
    right: 1.6rem;
    width: 10.8rem;
}

.p-about-greet__timeScheduleNum {
    background-color: #f0a202;
    border-radius: 100%;
    color: #fff;
    font-size: 4rem;
    height: 7rem;
    left: 50%;
    line-height: 1.625;
    position: absolute;
    text-align: center;
    top: 100%;
    transform: translate(-50%, -50%);
    width: 7rem;
}

.p-about-greet__timeScheduleItemTitle {
    color: #f17a22;
    font-size: 2.4rem;
    line-height: 1.25;
    margin-top: 5.5rem;
    text-align: center;
}

.p-about-greet__timeScheduleItemDescription {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.875;
    margin-top: 2.7rem;
}

.p-about-greet__detailLink {
    align-items: center;
    background-color: #fff340;
    border-radius: 100vh;
    display: flex;
    font-size: 1.8rem;
    gap: 0.9rem;
    justify-content: center;
    line-height: 3.6111111111;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5.3rem;
    max-width: 46rem;
    width: 100%;
}
.p-about-greet__detailLink img {
    max-width: 1.3rem;
    width: 100%;
}

.p-about-greet__sidebarArea {
    background-color: #fdd77b;
    border: 0.8rem solid #fdd77b;
    border-radius: 4rem;
    max-width: 30rem;
    width: 100%;
}

.p-about-greet__sidebarAreaTitleWrap {
    margin-top: -2.7rem;
    padding-block: 0 1.2rem;
    text-align: center;
}
.p-about-greet__sidebarAreaTitleWrap img {
    margin-left: auto;
    margin-right: auto;
    max-width: 5.7rem;
    width: 100%;
}

.p-about-greet__sidebarAreaTitle {
    font-size: 2.4rem;
    line-height: 1.6666666667;
}

.p-about-greet__sidebarContentItem {
    align-items: center;
    background-color: #fffef7;
    display: flex;
    gap: 1.4rem;
    justify-content: center;
    position: relative;
}
.p-about-greet__sidebarContentItem:first-child {
    padding-block: 2.4rem 1.6rem;
}
.p-about-greet__sidebarContentItem:not(:first-child) {
    padding-block: 1.7rem 2rem;
}
.p-about-greet__sidebarContentItem:not(:first-child)::before {
    background: #dddddd;
    content: "";
    height: 0.1rem;
    left: 1.7rem;
    position: absolute;
    right: 1.7rem;
    top: 0;
}
.p-about-greet__sidebarContentItem:last-child {
    border-bottom-left-radius: 3.4rem;
    border-bottom-right-radius: 3.4rem;
}
.p-about-greet__sidebarContentItem img {
    max-width: 1.6rem;
    width: 100%;
}

.p-about-greet__sidebarTitle {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    width: 22rem;
}

.p-about-greet__sidebarContentItem.is-current .p-about-greet__sidebarTitle a {
    color: #d35400;
    font-weight: bold;
}

/* 伊藤追記 START*/
.p-formInput input::-moz-placeholder,
.p-formTextarea textarea::-moz-placeholder {
    color: lightgray;
    font-size: 16px;
}
.p-formInput input::placeholder,
.p-formTextarea textarea::placeholder {
    color: lightgray;
    font-size: 16px;
}

.p-formCheckbox .wpcf7-checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.p-formCheckbox .wpcf7-list-item {
    margin-left: 0;
}

.p-formCheckbox--vertical .wpcf7-checkbox {
    display: block;
}

.p-formCheckbox--vertical .wpcf7-list-item {
    display: block;
    margin: 0;
}

.p-formCheckbox--vertical .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 20px;
}

.p-formCheckbox input + span {
    cursor: pointer;
    display: inline-block;
    padding: 0 0 0 3.5rem;
    position: relative;
    width: auto;
}

.p-formCheckbox input + span::before {
    background-color: #fff;
    border: 1px solid #b5b5b5;
    content: "";
    display: block;
    height: 2rem;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
}

.p-formCheckbox input + span::after {
    border-bottom: 0.3rem solid #00a5e3;
    border-right: 0.3rem solid #00a5e3;
    content: "";
    display: block;
    height: 1.3rem;
    left: 0.6rem;
    margin-top: -0.8rem;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 0.8rem;
}

.p-formCheckbox input:checked + span::after {
    opacity: 1;
}

.p-formRadio .wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.p-formRadio--vertical .wpcf7-radio {
    display: block;
}

.p-formRadio .wpcf7-list-item {
    margin: 0;
}

.p-formRadio--vertical .wpcf7-list-item {
    display: block;
    margin: 0;
}

.p-formRadio--vertical .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 20px;
}

.p-formRadio input + span {
    cursor: pointer;
    display: flex;
}

.p-formRadio input[type="radio"] {
    display: none;
}

.p-formRadio input + span::before {
    background: #fff;
    border: 1px solid #b5b5b5;
    border-radius: 100%;
    content: "";
    height: 2rem;
    margin-bottom: auto;
    margin-right: 0.5em;
    margin-top: auto;
    transition: background-color 0.5s;
    width: 2rem;
}

.p-formRadio input:checked + span::before {
    background-color: #00a5e3;
    box-shadow: inset 0 0 0 0.3rem #fff;
}

.p-formBirth {
    align-items: baseline;
    display: flex;
}
.p-formBirth:nth-child(2) {
    margin-top: 2rem;
}

.p-contact__title {
    background: url(../img/icon_plane02.webp) no-repeat;
    background-position: center top;
    background-size: 6.2rem auto;
    border-radius: 0;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
    margin: 10rem auto 4rem;
    margin: 0 auto 4rem;
    padding: 6rem 0 0;
    position: relative;
    text-align: center;
}

.p-contact__subTitle {
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 2.1875;
    margin-bottom: 4rem;
    text-align: center;
}

.p-contact__contentsWrap {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto 10rem;
    max-width: 102rem;
}

.p-contact__contentsWrap02 {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
}

.p-contact__content img {
    border-radius: 3rem;
}

.p-contact__contentTitle {
    color: #029dd7;
    font-size: 2.8rem;
    font-size: 2.3rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin: 2rem auto;
}

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

.p-contact__btnLink {
    margin-left: auto;
    margin-right: auto;
    padding-block: 1.5rem;
    text-align: center;
}
.contents .block-area ul.p-contact__contentItems {
    margin: 0;
}

.p-contact__contentItem {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-size: 2rem;
    margin-bottom: 1rem;
    padding-left: 2rem;
    position: relative;
}
.p-contact__contentItem::before {
    background: #8dc557;
    border-radius: 50%;
    content: "";
    height: 1.4rem;
    height: 1rem;
    left: 0;
    position: absolute;
    top: 6px;
    width: 1.4rem;
    width: 1rem;
}

.p-contact__contentDescription {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-size: 2rem;
    line-height: 2.1875;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    display: block;
    font-size: 0.8em;
    font-weight: bold;
}

/* 伊藤追記 END*/
.p-drawer {
    background: #fffbe6;
    border-bottom-left-radius: 8rem;
    height: 100%;
    max-height: 124.2rem;
    max-width: 120rem;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    width: 100%;
    z-index: 999;
}

.p-drawer__container {
    padding: 21rem 0 8rem;
}

.p-drawer__menuBlock {
    align-items: flex-start;
    display: flex;
    gap: 3.6rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 6.1rem;
    max-width: 104.5rem;
    width: 100%;
}

.p-drawer__menuLink,
.p-drawer__subMenuLink {
    align-items: center;
    display: flex;
    font-size: 1.8rem;
    gap: 0.8rem;
    line-height: 2.2222222222;
}
.p-drawer__menuLink img,
.p-drawer__subMenuLink img {
    max-width: 1.2rem;
    width: 100%;
}

.p-drawer__menuTitle {
    color: #f17a22;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 2.7777777778;
    transition: transform 0.3s ease;
}

.p-drawer__subMenu {
    padding-left: 2rem;
}

.p-drawer__subMenuTitle {
    color: #000000;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.5;
    transition: transform 0.3s ease;
}

.p-drawer__menuLink:hover .p-drawer__menuTitle {
    transform: translateX(0.6rem); /* 好みで調整可能 */
}

.p-drawer__subMenuLink:hover .p-drawer__subMenuTitle {
    transform: translateX(0.6rem);
}

.p-drawer.is-active {
    transform: translateX(0);
}

.p-drawer__infoBlock {
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.2rem;
    max-width: 104.5rem;
    width: 100%;
}

.p-drawer__infoItems {
    align-items: center;
    background-color: #fff;
    border-radius: 4rem;
    display: flex;
    gap: 7.2rem;
    justify-content: center;
    padding-block: 1.7rem;
}

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

.p-drawer__infoTitle {
    font-size: 2.4rem;
    line-height: 1.6666666667;
}

.p-drawer__infoTel {
    color: #f17a22;
    font-size: 3.6rem;
}

.p-drawer__infoTelLabel {
    font-size: 2rem;
    line-height: 3.25;
}

.p-drawer__btnBlock {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
    max-width: 104.5rem;
    width: 100%;
}

.p-drawer__btnItems {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
    width: 100%;
}

.p-drawer__btnItem {
    max-width: 33rem;
    text-align: center;
    width: 100%;
}

.p-drawer__btnLink {
    align-items: center;
    border-radius: 100vh;
    color: #fff;
    display: flex;
    font-size: 2.4rem;
    gap: 0.9rem;
    justify-content: center;
    line-height: 3.125;
    padding: 0.25rem 0;
}
.p-drawer__btnLink img {
    max-width: 2.2rem;
    width: 100%;
}
.p-drawer__btnLink--blue {
    background-color: #00a5e3;
    border: 0.2rem solid #00a5e3;
}

.p-drawer__btnLink--green {
    background-color: #8dc557;
    border: 0.2rem solid #8dc557;
}

.p-drawer__btnLink--yellow {
    background-color: #fcb30a;
    border: 0.2rem solid #fcb30a;
}

/* TOPバナー */
.p-top-banner {
    padding-top: 6rem;
    position: relative;
}

.p-top-banner__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 130rem;
    padding-left: 8rem;
    padding-right: 8rem;
    width: 100%;
}
.p-top-banner__inner.p-top-banner__inner--flex {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    gap: 1.2rem;
}

.p-top-banner__box {
    border-radius: 5rem;
    border: 0.8rem solid #fd9d7b;
    background: #fff;
    display: flex;
    padding: 4.8rem 4rem;
    align-items: center;
}
.p-top-banner__box.p-top-banner__box--rework {
    border: 0.8rem solid #8dc557;
}

.p-top-banner__inner.p-top-banner__inner--flex .p-top-banner__box {
    flex-direction: column;
    width: 50%;
    padding: 3rem 2.8rem;
}

.p-top-banner__box-body {
    margin-left: 2.6rem;
}
.p-top-banner__box.p-top-banner__box--rework .p-top-banner__box-body {
    margin-left: 5rem;
}

.p-top-banner__inner.p-top-banner__inner--flex .p-top-banner__box-body {
    margin-left: initial;
}

.p-top-banner__box-body-top {
    color: #f17d28;
    font-size: 3rem;
    font-weight: 700;
}
.p-top-banner__box.p-top-banner__box--rework .p-top-banner__box-body-top {
    color: #8dc557;
}
.p-top-banner__inner.p-top-banner__inner--flex .p-top-banner__box-body-top {
    text-align: center;
}

.p-top-banner__box-body-bottom {
    font-size: 4.8rem;
    font-weight: 700;
}
.p-top-banner__inner.p-top-banner__inner--flex .p-top-banner__box-body-bottom {
    font-size: 4.2rem;
    margin-top: 1rem;
}

.p-top-banner__box-body-bottom span {
    text-decoration: underline;
    text-decoration-color: #fff340;
    text-decoration-thickness: 1.4rem;
    text-underline-offset: -1rem;
}

.p-top-banner__btn {
    max-width: 24rem;
    width: 100%;
    margin-left: auto;
}

.p-top-banner__inner.p-top-banner__inner--flex .p-top-banner__btn {
    margin-left: initial;
}

.p-top-banner__btnLink {
    align-items: center;
    background-color: #fff340;
    border-radius: 100vh;
    display: flex;
    font-size: 1.8rem;
    gap: 1.4rem;
    justify-content: center;
    line-height: 3.6111111111;
    margin-top: 1.5rem;
    transition: color 0.3s ease;
    width: 100%;
}

.p-top-banner__btnLabel {
    font-size: 2rem;
    line-height: 3;
}

.p-top-banner__btnLink img {
    max-width: 1.1rem;
    transition: transform 0.3s ease;
    width: 100%;
}
.p-top-banner__btnLink:hover img {
    transform: translateX(0.5rem);
}

/* SP */
.p-drawer-sp {
    background: #fffbe6;
    height: 100vh;
    overflow-y: auto;
    padding-bottom: 8.8rem;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    width: 100%;
    z-index: 999;
}

.p-drawer-sp.is-active {
    transform: translateX(0);
}

.p-drawer-sp__containerBlock {
    display: flex;
    gap: 4.1rem;
    justify-content: center;
    margin-top: 5.3rem;
    width: 100%;
}

.p-drawer-sp__menuBlockLeftSp,
.p-drawer-sp__menuBlockRightSp {
    display: flex;
    gap: 2.4rem;
}

.p-drawer-sp__menuBlockLeftSp {
    max-width: 32.5rem;
    width: 100%;
}

.p-drawer-sp__menuBlockRightSp {
    max-width: 32rem;
    width: 100%;
}

.p-drawer-sp__menu li {
    margin-top: 2rem;
}

.p-drawer-sp__menuBlock {
    align-items: flex-start;
    display: flex;
    gap: 2.8rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.p-drawer-sp__menuLink,
.p-drawer-sp__subMenuLink {
    align-items: baseline;
    display: flex;
    gap: 0.8rem;
}
.p-drawer-sp__menuLink img,
.p-drawer-sp__subMenuLink img {
    max-width: 1.2rem;
    width: 100%;
}

.p-drawer-sp__menuTitle {
    color: #f17a22;
    font-size: 1.8rem;
    line-height: 2.7777777778;
}

.p-drawer-sp__subMenu {
    padding-left: 2rem;
}

.p-drawer-sp__subMenuTitle {
    color: #000000;
    font-weight: 400;
    line-height: 2.5;
}

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

.p-drawer-sp__btnBlock {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.p-drawer-sp__btnItems {
    align-items: center;
    display: flex;
    gap: 4rem;
    justify-content: center;
    width: 100%;
}

.p-drawer-sp__btnItem {
    max-width: 40rem;
    text-align: center;
    width: 100%;
}

.p-drawer-sp__link {
    align-items: center;
    border-radius: 100vh;
    color: #fff;
    display: flex;
    font-size: 2.4rem;
    gap: 0.9rem;
    justify-content: center;
    line-height: 3.125;
    padding: 0.25rem 0;
}
.p-drawer-sp__link img {
    max-width: 2.2rem;
    width: 100%;
}

.p-drawer-sp__link--blue {
    background-color: #00a5e3;
    border: 0.2rem solid #00a5e3;
}

.p-drawer-sp__link--green {
    background-color: #8dc557;
    border: 0.2rem solid #8dc557;
}

.p-drawer-sp__link--yellow {
    background-color: #fcb30a;
    border: 0.2rem solid #fcb30a;
}
/* 閉じるボタンの見た目 */
.p-drawer-sp__close {
    background-color: #000;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    margin-top: 2rem;
    padding: 1rem 2rem;
}

.p-drawer-sp .p-header__hamburgerSp {
    margin-left: auto;
    margin-right: 2rem;
    margin-top: 2rem;
}

.p-drawer-sp__containerInner {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.8rem;
    padding-left: 6rem;
    padding-right: 6rem;
}

.p-drawer-sp__officeBlock {
    background-color: #ffedc1;
    border-radius: 2rem;
    padding: 2.8rem 3rem;
    text-align: center;
}
.p-drawer-sp__officeBlock:not(:first-child) {
    margin-top: 3rem;
}

.p-drawer-sp__officeTitle {
    font-size: 2.8rem;
    line-height: 1.1428571429;
}

.p-drawer-sp__officeInfoItems {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 1.6rem;
}

.p-drawer-sp__officeInfoItem {
    background-color: #fff;
    border-radius: 1rem;
    padding-block: 2.025rem;
}
.p-drawer-sp__officeInfoItem:nth-child(1) img,
.p-drawer-sp__officeInfoItem:nth-child(3) img {
    max-width: 3.5rem;
    width: 100%;
}
.p-drawer-sp__officeInfoItem:nth-child(2) img {
    max-width: 2.7rem;
    width: 100%;
}

.p-drawer-sp__btnLink {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.3rem;
    justify-content: center;
}

.p-drawer-sp__linkTitle {
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
}

.error {
    padding-block: 8rem;
}

.error__title {
    font-size: 9.6rem;
    letter-spacing: 0em;
    text-align: center;
}

.error__text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.8rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.8;
    margin-top: 3rem;
    text-align: center;
}

.error__btnWrap {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 3rem;
}

.p-footer {
    background-color: #fffce8;
    padding-block: 6.5rem 0;
    position: relative;
    z-index: 1;
}
.p-footer::after {
    background: url(../img/img_bg_cloud.webp) center center/contain no-repeat;
    bottom: 25%;
    content: "";
    height: 100%;
    left: 0;
    left: 50%;
    max-height: 22rem;
    max-width: 157rem;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1;
}

.p-footer__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 144rem;
    padding-left: 8rem;
    padding-right: 8rem;
    width: 100%;
}

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

.p-footer__containerBlock {
    background-color: #fff;
    border-radius: 2rem;
    padding-block: 2.9rem 2.7rem;
    padding-left: 6rem;
    padding-right: 6rem;
}

.p-footer__containerBlock02 {
    margin-top: 4.5rem;
}
.p-footer__containerBlock02:nth-child(3) {
    margin-top: 8.2rem;
}

.p-footer__containerBlock03 {
    display: flex;
    gap: 2.4rem;
    justify-content: space-between;
    margin-top: 6.4rem;
    width: 100%;
}

.p-footer__menuBlockLeftSp,
.p-footer__menuBlockRightSp {
    display: flex;
    gap: 2.4rem;
}

.p-footer__labelWrap {
    align-items: center;
    display: flex;
    justify-content: center;
}

.p-footer__label {
    align-items: center;
    display: flex;
    gap: 2rem;
}
.p-footer__label img {
    max-width: 5.3rem;
    width: 100%;
}

.p-footer__labelText {
    font-size: 2.4rem;
    line-height: 1.5;
}

.p-footer__officeItems {
    align-items: center;
    display: flex;
    gap: 4.2rem;
}

.p-footer__officeItem a {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.p-footer__officeItem img {
    max-width: 14.95rem;
    width: 100%;
}

.p-footer__officeName {
    font-size: 1.4rem;
    line-height: 1.25;
}

.p-footer__btnBlock {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.p-footer__btnItems {
    align-items: center;
    display: flex;
    gap: 4rem;
    justify-content: center;
    width: 100%;
}

.p-footer__btnItem {
    max-width: 40rem;
    text-align: center;
    width: 100%;
}

.p-footer__btnLink {
    align-items: center;
    border-radius: 100vh;
    color: #fff;
    display: flex;
    font-size: 2.4rem;
    gap: 0.9rem;
    justify-content: center;
    line-height: 3.125;
    padding: 0.25rem 0;
}
.p-footer__btnLink img {
    max-width: 2.2rem;
    width: 100%;
}
.p-footer__btnLink--blue {
    background-color: #00a5e3;
    border: 0.2rem solid #00a5e3;
}

.p-footer__btnLink--green {
    background-color: #8dc557;
    border: 0.2rem solid #8dc557;
}

.p-footer__btnLink--yellow {
    background-color: #fcb30a;
    border: 0.2rem solid #fcb30a;
}

.p-footer__menuBlock {
    align-items: flex-start;
    display: flex;
    gap: 2.8rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.p-footer__menuLink,
.p-footer__subMenuLink {
    align-items: baseline;
    display: flex;
    font-size: 1.8rem;
    gap: 0.8rem;
    line-height: 2.2222222222;
}
.p-footer__menuLink img,
.p-footer__subMenuLink img {
    max-width: 1.2rem;
    width: 100%;
}

.p-footer__menuTitle {
    color: #f17a22;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 2.7777777778;
    transition: transform 0.3s ease;
}

.p-footer__subMenu {
    padding-left: 2rem;
}

.p-footer__subMenuTitle {
    color: #000000;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.5;
    transition: transform 0.3s ease;
}

.p-footer__menuLink:hover .p-footer__menuTitle {
    transform: translateX(0.6rem); /* 好みで調整可能 */
}

.p-footer__subMenuLink:hover .p-footer__subMenuTitle {
    transform: translateX(0.6rem);
}

.p-footer__copyright {
    margin-top: 4rem;
    text-align: center;
}

.p-footer__copyrightInner {
    border-top: 1px solid #dddddd;
    width: 100%;
}

.p-footer__copyrightText {
    display: block;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.5714285714;
    margin-top: 2.9rem;
    padding-bottom: 8rem;
}

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

.p-header {
    background-color: #fffef7;
}

.p-header__inner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.p-header__banner {
    background-color: #fff6de;
}

.p-header__bannerInner {
    align-items: center;
    display: flex;
    padding-left: 8rem;
    padding-right: 8rem;
}

.p-header__bannerTitle {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 4.1666666667;
}

.p-header__bannerInfo {
    font-size: 1.4rem;
    line-height: 3.5714285714;
    margin-left: auto;
}

.p-header__container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 1.56rem;
    padding-left: 8rem;
    padding-right: 8rem;
}

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

.p-header__logoItem {
    width: 18rem;
}

.p-header__logoItemLink {
    align-items: center;
    display: flex;
    gap: 0.8rem;
    justify-content: center;
}
.p-header__logoItemLink img {
    -o-object-fit: contain;
    aspect-ratio: 94/55;
    height: auto;
    max-width: 9.4rem;
    object-fit: contain;
    width: 100%;
}

.p-header__logoItemTitle {
    font-size: 1.3rem;
    letter-spacing: 0em;
    line-height: 1.2307692308;
}

.p-header__btnItems {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
    max-width: 74rem;
    width: 100%;
}

.p-header__btnItem {
    max-width: 24rem;
    text-align: center;
    width: 100%;
}

.p-header__btnLink {
    align-items: center;
    border-radius: 100vh;
    color: #fff;
    display: flex;
    gap: 0.9rem;
    justify-content: center;
    line-height: 3.125;
}
.p-header__btnLink img {
    max-width: 1.5rem;
    width: 100%;
}
.p-header__btnLink--blue {
    background-color: #00a5e3;
}

.p-header__btnLink--green {
    background-color: #8dc557;
}

.p-header__btnLink--yellow {
    background-color: #fcb30a;
}

.p-header__btnTitle {
    font-size: 1.6rem;
    line-height: 3.125;
}

.p-header__nav {
    height: 100%;
    margin-top: 3.2rem;
    min-height: 2.1rem;
}

.p-header__navItems {
    align-items: center;
    display: flex;
    gap: 7.2rem;
    gap: 6.2rem;
    height: inherit;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.p-header__navItem {
    height: inherit;
    position: relative;
}
.p-header__navItem:not(:first-child)::after {
    border-left: 1px solid #dddddd;
    content: "";
    height: 2rem;
    left: -3.2rem;
    position: absolute;
    top: calc(0.5lh + 1rem);
    width: 0.1rem;
}
.p-header__navItem:last-child::after {
    border-left: 1px solid #dddddd;
    content: "";
    height: 2rem;
    left: -3.2rem;
    position: absolute;
    top: calc(0.5lh - 0.5rem);
    width: 0.1rem;
}

.p-header__navItemLink {
    color: inherit;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 3.125;
    position: relative;
    text-decoration: none;
}
.p-header__navItemLink::after {
    background-color: #f17a22;
    border-radius: 10rem;
    bottom: -0.5rem;
    content: "";
    height: 0.4rem;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
    width: 100%;
}
.p-header__navItemLink:hover::after {
    transform: scaleX(1);
}

.p-header__hamburger {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    min-height: 2.1rem;
}
.p-header__hamburger span {
    background-color: #000;
    display: block;
    height: 0.3rem;
    transition: all 0.3s ease;
    width: 3rem;
}

.p-header__hamburger.is-active {
    position: relative;
    z-index: 1000;
}

.p-header__hamburger.is-active span:nth-child(1) {
    transform: translateY(0.7125rem) rotate(45deg);
}

.p-header__hamburger.is-active span:nth-child(2) {
    opacity: 0;
}

.p-header__hamburger.is-active span:nth-child(3) {
    transform: translateY(-1.1125rem) rotate(-45deg);
}

/*サイドアイコンメニュー*/
.btn-fix {
    align-items: flex-start;
    bottom: 5%;
    position: fixed;
    right: 0;
    z-index: 8;
}

.btn-fix.btn-active {
    bottom: 6.25rem;
    display: flex;
    flex-flow: column;
    right: 0;
}

.btn-fix a,
.button a {
    display: inline-block;
    font-weight: 500;
    height: 55px;
    text-decoration: none;
    transition: 0.7s;
}

.btn-fix a {
    font-size: 1.8rem;
    height: auto;
    line-height: 2.7777777778;
    padding: 2.4rem 0.15rem;
    text-align: left;
    /* mixed */
    text-orientation: mixed;
    /* vertical-rl を基準 */
    writing-mode: vertical-rl;
    /* upright */
}

.btn-fix a:hover,
.btn-fix .search-bar:hover {
    opacity: 0.7;
    transform: translateX(0);
}

.btn-fix a.more-up,
.button a.more-up {
    align-items: center;
    background-color: #f17a22;
    border: 1px solid #f17a22;
    border-bottom-left-radius: 2.7rem;
    border-top-left-radius: 2.7rem;
    color: #fff;
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 5px;
}
.btn-fix a.more-up img,
.button a.more-up img {
    max-width: 1.7rem;
    width: 100%;
}

.btn-fix a i,
.button a i {
    /* font-size: 18px; */
    font-size: 1.125rem;
}

.button a i {
    margin-right: 10px;
}

.btn-fix a i {
    margin-bottom: 10px;
}

.flex-box {
    display: flex;
}

.flex-wrap-on {
    flex-wrap: wrap;
}

.flex-column-on {
    flex-direction: column;
}

.just-content-on {
    justify-content: center;
}

.p-header__hamburgerSp {
    align-items: center;
    background-color: #fff340;
    border-radius: 100%;
    display: flex;
    height: 8rem;
    justify-content: center;
    width: 8rem;
}

.p-header__hamburgerSpContainer {
    align-items: center;
    display: flex;
    justify-content: center;
}

.p-header__hamburgerSpWrap {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 3.5rem;
}

.p-header__hamburgerSpWrap div {
    display: flex;
    flex-direction: column;
    gap: 0.6rem; /* spanの間隔調整 */
}

.p-header__hamburgerSp span {
    background-color: #000;
    display: block;
    height: 0.4rem;
    transition: all 0.3s;
    width: 2.8rem;
}

.p-header__hamburgerSpTitle {
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 1rem;
}

.p-header__hamburgerSpWrap.is-active .p-header__hamburgerSpIcon span:nth-child(1) {
    transform: rotate(45deg) translate(1rem, 1rem);
}

.p-header__hamburgerSpWrap.is-active .p-header__hamburgerSpIcon span:nth-child(2) {
    opacity: 0;
}

.p-header__hamburgerSpWrap.is-active .p-header__hamburgerSpIcon span:nth-child(3) {
    transform: rotate(-45deg) translate(0.4rem, -0.4rem);
}

.p-hoge {
    color: blue;
    font-size: 10rem;
}

.p-hoge2 {
    color: pink;
    font-size: 3rem;
}

.p-media {
    display: flex;
    font-size: 2rem;
    justify-content: space-between;
    max-width: 100%;
}

.foo {
    font-size: 10rem;
}

.p-media__head {
    font-size: 3rem;
}

.p-media__txt {
    font-size: 2rem;
}

.p-media__img {
    width: 40%;
}

.p-media__body {
    width: 50%;
}

.sp {
    display: none;
}

.pc {
    display: inline-block;
}

.p-member__top .c-inner {
    margin: 0 auto;
    max-width: 1068px;
    padding: 80px 20px 50px;
    width: 100%;
}

.p-member__lead {
    font-size: 18px;
    font-size: 2rem;
    font-weight: 400;
    margin: 1rem 0 3.1rem;
    text-align: center;
}

.p-member__index-box {
    border: 22px solid #f7f5f2;
    padding: 5rem;
}

.p-member__index {
    align-items: center;
    border-bottom: 1px dotted #f7f5f2;
    display: flex;
    gap: 2rem;
    padding-bottom: 1.6rem;
}

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

.p-member__index:last-child {
    border-bottom: none;
}

.p-member__index-left {
    min-width: 12.8rem;
}

.p-member__index-left a {
    background: #f17a22;
    border-radius: 1rem;
    color: #fff;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 1.2rem;
    text-align: center;
}

.p-member__index-right ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.p-member__index-right ul li {
    padding: initial;
}

.p-member__index-right ul li::before {
    content: none;
}

.p-member__index-right ul li a {
    background-color: #f7f5f2;
    border-radius: 1rem;
    color: #000;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    min-width: 8.8rem;
    padding: 1.2rem 1rem;
    text-align: center;
}

.p-area__wrap .c-inner {
    margin: 0 auto;
    max-width: 1068px;
    padding: 80px 20px 50px;
    width: 100%;
}

h2.p-area__heading {
    font-size: 4rem;
    margin: 20px 0 10px;
    text-align: center;
}

.p-area__title {
    background-color: initial;
    color: #000;
    font-size: 3.4rem;
    font-weight: 700;
    margin: initial;
    padding: initial;
    padding-top: 9.2rem;
}

.p-area__title.p-area__title--mt {
    padding-top: 5.2rem;
}

.p-area__table {
    border: 1px solid #d4d3d3;
    border-collapse: separate;
    border-radius: 2rem;
    border-spacing: 0;
    font-size: 1.6rem;
    margin-top: 3rem;
    overflow: hidden;
    width: 100%;
}

.p-area__table thead tr th {
    border: initial;
    border-bottom: 1px solid #d4d3d3;
    color: #fff;
    padding: 25px 10px;
}

.p-area__table thead tr th.name {
    background-color: #f17a22;
    width: 30%;
}

.p-area__table thead tr th.address {
    background-color: #8dc557;
    color: #fff;
    width: 70%;
}

.p-area__table tbody tr th {
    background-color: #f4f0ed;
    border: initial;
    border-bottom: 1px solid #d4d3d3;
    border-right: 1px solid #d4d3d3;
    color: #000;
    font-size: 1.8rem;
    padding: 25px 20px;
    vertical-align: middle;
    width: 30%;
}

.p-area__table tbody tr th p {
    color: #000;
    display: inline;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.7;
}

.p-area__table tbody tr th a {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 0.5rem;
}

.p-area__table tbody tr th p span {
    font-size: 2.4rem;
}

.p-area__table tbody tr td {
    background-color: #fff;
    border: initial;
    border-bottom: 1px solid #d4d3d3;
    font-weight: 400;
    padding: 2rem;
    width: 70%;
    font-size: 1.8rem;
}

.p-area__table tbody tr:last-child th,
.p-area__table tbody tr:last-child td {
    border-bottom: initial;
}

.p-area__table tbody tr td .p-area__table-tel {
    margin-top: 1.5rem;
}

.p-area__table tbody tr td .p-area__table-tel a {
    background-color: #f7f5f2;
    display: inline-block;
    padding: 1.6rem;
}

.p-area__table tbody tr td .p-area__table-hp {
    font-size: 1.6rem;
    margin-top: 4rem;
    text-align: right;
}

.p-area__table tbody tr td .p-area__table-hp a {
    border-bottom: 1px solid #8dc557;
    color: #8dc557;
    font-size: 1.5rem;
    font-size: 1.8rem;
    font-weight: 700;
    padding-bottom: 5px;
    text-align: right;
}

#kyushu_and_okinawa {
    padding-bottom: 80px;
}
.p-modal {
    background: rgba(255, 255, 255, 0.7);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.p-modal__block {
    background-color: #feaebb;
    border-radius: 1rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 44rem;
}

.p-modal__wrap {
    padding: 6rem 0 4rem;
    position: relative;
}

.p-mv {
    background-color: #fffef7;
    padding-top: 2.4rem;
}

.p-mv__container {
    align-items: center;
    display: flex;
    gap: 2.5rem;
    justify-content: space-between;
    position: relative;
}

.p-mv__middleBlock {
    margin-top: -5.5rem;
}

.p-mv__middleBlockWrap {
    align-items: flex-start;
    display: flex;
    gap: 4rem;
}
.p-mv__middleBlockWrap img {
    max-width: 69rem;
    width: 100%;
}

.p-mv__middleTextWrap {
    text-orientation: mixed; /* 日本語を縦書きに自然に表示 */
    writing-mode: vertical-rl; /* 縦書き・右から左へ */
}

.p-mv__middleTextFirst {
    border: 2px solid #f17a22;
    border-radius: 2.5rem;
    color: #f17a22;
    display: inline-block;
    font-size: 2.4rem;
    line-height: 1;
    margin-left: 3rem;
    padding: 2.4rem 1.4rem;
}

.p-mv__middleTextSecond {
    font-size: 6rem;
    line-height: 1.4333333333;
}

.p-mv__middleTextSecond--orange {
    color: #f17a22;
}

.p-mv__middleText {
    font-size: 3rem;
    line-height: 1.6666666667;
}

.p-mv__rightBlock {
    margin-top: 1.2rem;
}

.p-mv__rightBlockWrap {
    align-items: flex-start;
    display: flex;
    gap: 4rem;
}
.p-mv__rightBlockWrap img {
    /* width: 69rem; */
    width: 75rem;
}

.p-mv__rightTextWrap {
    text-orientation: mixed; /* 日本語を縦書きに自然に表示 */
    writing-mode: vertical-rl; /* 縦書き・右から左へ */
}

.p-mv__rightTextFirst {
    /* border: 2px solid #f17a22; */
    border: 0.3rem solid #f17a22;
    border-radius: 100vh;
    color: #f17a22;
    display: inline-block;
    font-size: 2.4rem;
    font-size: 2.3rem;
    line-height: 1;
    margin-left: 1.7rem;
    margin-top: 2.8rem;
    padding: 2.4rem 1.4rem;
}

.p-mv__rightTextSecond {
    font-size: 6rem;
    line-height: 1.3;
    height: max-content;
}

.p-mv__rightTextSecondAfter {
    display: inline-block;
    /* margin-top: -5.5rem; */
    position: relative;
    /* top: 18rem; */
    top: -5.5rem;
}

.p-mv__rightTextSecond--orange {
    color: #f17a22;
}

.p-mv__rightTextSecond--default {
    color: #000;
}

.p-mv__rightText {
    font-size: 3rem;
    line-height: 1.6666666667;
    position: relative;
    /* right: 26.4rem; */
    right: 23.4rem;
    top: 3.2rem;
}

.p-mv__xxxBlock {
    display: flex;
    gap: 4rem;
}

.p-mv__leftBlock {
    align-items: flex-end;
    display: flex;
    gap: 3.2rem;
    position: relative;
    top: 7.65rem;
}
.p-mv__leftBlock img {
    /* width: 69rem; */
    width: 75rem;
}
.p-mv__leftBlock .p-mv__leftText {
    color: #000;
    font-size: 2rem;
    line-height: 1.8;
    max-width: 57rem;
}

.p-mv__circleWrap {
    bottom: -2rem;
    display: flex;
    gap: 4rem;
    justify-content: center;
    position: absolute;
    right: 8rem;
}

.p-mv__circle {
    align-items: center;
    background-color: #fff;
    border: 1rem solid #fdd77b;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    height: 26rem;
    padding-top: 0.8rem;
    text-align: center;
    width: 26rem;
}
.p-mv__circle img {
    max-width: 4rem;
    width: 100%;
}

.p-mv__circleTitle {
    font-size: 2.4rem;
    line-height: 1.25;
}

.p-mv__circleContent {
    color: #f17a22;
    font-size: 3rem;
    line-height: 1.25;
}

.p-mv__circleInfo {
    font-size: 1.8rem;
    line-height: 2;
}

/* SP */
.p-mv__upperTextFirst {
    border: 0.3rem solid #f17a22;
    border-radius: 100vh;
    color: #f17a22;
    font-size: 2.8rem;
    line-height: 2;
    margin-left: auto;
    margin-right: auto;
    max-width: 60rem;
    text-align: center;
    width: 100%;
}

.p-mv__upperTextSecond {
    font-size: 7rem;
    line-height: 1.4285714286;
    margin-top: 2rem;
    text-align: center;
}

.p-mv__upperTextSecond--orange {
    color: #f17a22;
}

.p-mv__upperTextThird {
    font-size: 3rem;
    line-height: 1.6666666667;
    margin-top: 4rem;
    text-align: center;
}

.p-mv__downBlock {
    align-items: center;
    display: flex;
    gap: 3rem;
    justify-content: space-between;
}

.p-mv__downBlockLeft {
    margin-top: -3rem;
}

.p-mv__downBlockRight {
    margin-top: 9.1rem;
}

.p-office-access {
    margin: 10.4rem 0;
}

.p-office-access__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 128rem;
    width: 100%;
}

.p-office-access__titleWrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
    justify-content: center;
}
.p-office-access__titleWrap img {
    max-width: 5.3rem;
    width: 100%;
}

.p-office-access__title {
    font-size: 4rem;
    line-height: 1.4;
}

.p-office-access__contentBlock {
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3.7rem;
}

.p-office-access__gmapWrap,
.p-office-access__contentImageWrap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
}

.p-office-access__gmapWrap {
    align-items: center;
}

.p-office-access__contentImageWrap {
    align-items: flex-start;
}

.p-office-access__gmap {
    aspect-ratio: 2448/1314; /* 画像と完全一致の比率に変更 */
    position: relative;
    width: 100%; /* 親要素に合わせる */
}

.p-office-access__gmap iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.p-office-access__contentImage {
    aspect-ratio: 2448/1314; /* Google Map と完全に揃える */
    width: 100%;
}

.p-office-access__contentImage img {
    height: 100%;
    width: 100%;
}

.p-office-access__link {
    background-color: #000000;
    border-radius: 100vh;
    color: #fff;
    display: inline-block;
    font-size: 1.8rem;
    letter-spacing: 0em;
    line-height: 1.5;
    max-width: 50rem;
    padding: 1rem;
    text-align: center;
    width: 100%;
}
.p-office-access__contentAddressWrap {
    font-family: "Noto Sans JP", sans-serif;
}

.p-office-access__contentPlace {
    font-size: 1.8rem;
    font-size: 2.2rem;
    line-height: 1.5;
}

.p-office-access__contentAddress,
.p-office-access__contentTell {
    font-size: 1.6rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.5;
    margin-top: 1rem;
}

.p-office-column {
    background-color: #e5f6fc;
    border-top-left-radius: 6rem;
    border-top-right-radius: 6rem;
    margin-top: 15rem;
    padding-block: 8.2rem;
}

.p-office-column__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 168rem;
    padding-left: 8rem;
    padding-right: 8rem;
    width: 100%;
}

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

.p-office-column__heading {
    align-items: center;
    display: flex;
    gap: 1.6rem;
    width: 100%;
}
.p-office-column__heading img {
    max-width: 5.4rem;
    width: 100%;
}

.p-office-column__title {
    font-size: 4.8rem;
    line-height: 1.3541666667;
}

.p-office-column__content {
    margin-top: 3.16rem;
}

.p-office-column__contentItems {
    display: grid;
    gap: 5.2rem;
    grid-template-columns: repeat(4, 1fr);
}

.p-office-column__contentImages {
    -o-object-fit: cover;
    aspect-ratio: 340/180;
    height: auto;
    object-fit: cover;
    position: relative;
    width: 100%;
}
.p-office-column__contentImages img {
    -o-object-fit: cover;
    aspect-ratio: 340/180;
    border-radius: 2rem;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.p-office-column__contentOffice {
    background-color: #8dc557;
    border-bottom-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    bottom: 0;
    color: #fff;
    content: "";
    font-size: 1.6rem;
    left: 0;
    line-height: 1;
    padding: 1rem 1.5rem 0.8rem 1.1rem;
    position: absolute;
}

.p-office-column__contentInfo {
    align-items: center;
    display: flex;
    /* gap: 1.5rem; */
    gap: 1rem 1.5rem;
    flex-wrap: wrap;
}

.p-office-column__date {
    /*   font-family: "Noto Serif JP", serif; */
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 4.6428571429;
}

.p-office-column__cat {
    background-color: #fff;
    border: 1px solid #8dc557;
    border-radius: 100vh;
    color: #8dc557;
    font-size: 1.4rem;
    line-height: 1;
    padding: 0.5rem 1.3rem 0.6rem;
}

.p-office-column__contentTitle {
    font-size: 1.8rem;
    line-height: 1.6666666667;
}
.p-office-column__btnWrap .p-office-column__btn {
    align-items: center;
    background-color: #fff340;
    border-radius: 100vh;
    display: flex;
    font-size: 2.4rem;
    gap: 1.4rem;
    justify-content: center;
    line-height: 2.7083333333;
    margin-top: 1.5rem;
    max-width: 39rem;
    padding-block: 0.85rem;
    width: 100%;
}
.p-office-column__btnWrap .p-office-column__btn img {
    max-width: 1.7rem;
    width: 100%;
}

.p-office-column__contentLink {
    border-radius: 2rem;
    display: block;
}

.p-office-column__contentImage {
    display: block;
    height: auto;
    width: 100%;
}
.p-office-director {
    margin-top: 10.4rem;
}

.p-office-director__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 128rem;
    width: 100%;
}

.p-office-director__titleWrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
    justify-content: center;
}
.p-office-director__titleWrap img {
    max-width: 5.3rem;
    width: 100%;
}

.p-office-director__title {
    font-size: 4rem;
    line-height: 1.4;
}

.p-office-director__contentBlock {
    align-items: flex-start;
    display: flex;
    gap: 4rem;
    justify-content: center;
    margin-top: 3.7rem;
}

.p-office-director__contentImage {
    position: relative;
}
.p-office-director__contentImage img {
    border-radius: 4rem;
    max-width: 46rem;
    width: 100%;
}
.p-office-director__contentImage::after {
    background: url(../img/icon_plane02.webp) center center/contain no-repeat;
    bottom: -5%;
    content: "";
    height: 9.4rem;
    position: absolute;
    right: -5%;
    width: 12.4rem;
}

.p-office-director__textWrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 78rem;
    width: 100%;
}

.p-office-director__textTitle {
    background-color: #fcb30a;
    border-radius: 100vh;
    color: #fff;
    font-size: 3rem;
    line-height: 1.3333333333;
    padding-block: 1.3rem;
    text-align: center;
}

.p-office-director__text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.875;
    margin-top: 3.5rem;
}

.p-office-director__name {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.875;
    margin-top: 2.4rem;
    text-align: right;
}

.p-office-features {
    background: url(../img/img_bg_overlay.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.p-office-features__container {
    background-color: #fff9e7;
    border-radius: 8rem;
    margin-top: 12.7rem;
    padding-block: 10.2rem 12.5rem;
    position: relative;
    z-index: 0;
}
.p-office-features__container::after {
    background: url(../img/offices/img_bg_cloud.webp) center center/contain no-repeat;
    content: "";
    height: 100%;
    left: 50%;
    mix-blend-mode: multiply;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
}

.p-office-features__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 128rem;
    width: 100%;
}

.p-office-features__titleWrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
    justify-content: center;
}
.p-office-features__titleWrap img {
    max-width: 5.3rem;
    width: 100%;
}

.p-office-features__title {
    font-size: 4rem;
    line-height: 1.4;
}

.p-office-features__contentInnerBlock {
    align-items: center;
    background-color: #fff;
    border-radius: 3rem;
    display: flex;
    gap: 4rem;
    justify-content: center;
    margin-top: 3.5rem;
    padding-block: 6rem;
}

.p-office-features__contentInnerBlockWrap {
    max-width: 67rem;
    width: 100%;
}
.p-office-features__contentInnerBlockWrap:not(:first-child) {
    padding-block: 2.4rem 0;
}
.p-office-features__contentInnerBlockWrap:last-child {
    padding-bottom: 3.3rem;
}
.p-office-features__contentInnerBlockTitle {
    color: #f17a22;
    font-size: 2.4rem;
    font-size: 2.8rem;
    line-height: 1.3333333333;
    margin-top: 2rem;
}

.p-office-features__contentInnerBlockText {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.875;
    margin-top: 1.7rem;
    padding-top: 2.3rem;
    position: relative;
}
.p-office-features__contentInnerBlockText::before {
    border-top: 0.5rem dotted #fdd066;
    content: "";
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.p-office-features__contentImage {
    position: relative;
}
.p-office-features__contentImage img {
    -o-object-fit: cover;
    aspect-ratio: 460/340;
    border-radius: 4rem;
    height: auto;
    max-width: 46rem;
    object-fit: cover;
    width: 100%;
}
.p-office-features__contentImage::after {
    background: url(../img/icon_plane02.webp) center center/contain no-repeat;
    bottom: -5%;
    content: "";
    height: 6.6rem;
    position: absolute;
    right: 5%;
    width: 8.8rem;
}

.p-office-info__container {
    background: url(../img/img_bg_overlay.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-block: 9rem 7.9rem;
}

.p-office-info__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 128rem;
    width: 100%;
}

.p-office-info__titleWrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
    justify-content: center;
}
.p-office-info__titleWrap img {
    max-width: 5.3rem;
    width: 100%;
}

.p-office-info__title {
    font-size: 4rem;
    line-height: 1.4;
}

.p-office-info__contents {
    margin-top: 3.5rem;
}

.p-office-info__contentItems {
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(3, 1fr);
}

.p-office-info__contentImage img {
    -o-object-fit: cover;
    aspect-ratio: 400/274;
    border-radius: 2rem;
    height: auto;
    max-width: 40rem;
    object-fit: cover;
    width: 100%;
}

.p-office-info__contentInnerBlockTitle {
    color: #f17a22;
    font-size: 2.4rem;
    line-height: 1.3333333333;
    margin-top: 2rem;
}

.p-office-info__contentText {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.875;
    margin-top: 1rem;
}

.p-office-media {
    background-color: #f4f7e2;
    border-radius: 8rem;
    padding-block: 9.9rem 10.4rem;
}

.p-office-media__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 128rem;
    width: 100%;
}

.p-office-media__titleWrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
    justify-content: center;
}
.p-office-media__titleWrap img {
    max-width: 5.3rem;
    width: 100%;
}

.p-office-media__title {
    font-size: 4rem;
    line-height: 1.4;
}

.p-office-media__text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.875;
    margin-top: 4.2rem;
}

.p-office-media__contents {
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
}

.p-office-media__content {
    margin-top: 2.4rem;
}
.p-office-media__content iframe {
    height: 34.9rem;
    width: 62rem;
}

.p-office-media__link {
    align-items: center;
    background-color: #fff340;
    border-radius: 100vh;
    display: flex;
    font-size: 1.8rem;
    gap: 1rem;
    justify-content: center;
    line-height: 3.6111111111;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4rem;
    max-width: 45rem;
    width: 100%;
}
.p-office-media__link img {
    max-width: 1.3rem;
    width: 100%;
}

.p-office-news {
    padding-top: 15.1rem;
}

.p-office-news__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 168rem;
    padding-left: 8rem;
    padding-right: 8rem;
    width: 100%;
}

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

.p-office-news__heading {
    align-items: center;
    display: flex;
    gap: 1.6rem;
    width: 100%;
}
.p-office-news__heading img {
    max-width: 5.4rem;
    width: 100%;
}

.p-office-news__title {
    font-size: 4.8rem;
    line-height: 1.3541666667;
}

.p-office-news__content {
    margin-top: 3.16rem;
}

.p-office-news__contentItems {
    display: grid;
    gap: 5.2rem;
    grid-template-columns: repeat(4, 1fr);
}

.p-office-news__contentImages {
    -o-object-fit: cover;
    aspect-ratio: 340/180;
    height: auto;
    object-fit: cover;
    position: relative;
    width: 100%;
}
.p-office-news__contentImages img {
    -o-object-fit: cover;
    aspect-ratio: 340/180;
    border-radius: 2rem;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.p-office-news__contentOffice {
    background-color: #00a5e3;
    border-bottom-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    bottom: 0;
    color: #fff;
    content: "";
    font-size: 1.6rem;
    left: 0;
    line-height: 1;
    padding: 1rem 1.5rem 0.8rem 1.1rem;
    position: absolute;
}

.p-office-news__contentInfo {
    align-items: center;
    display: flex;
    gap: 1.5rem;
}

.p-office-news__date {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 4.6428571429;
}

.p-office-news__cat {
    background-color: #fff;
    border: 1px solid #00a5e3;
    border-radius: 100vh;
    color: #00a5e3;
    font-size: 1.4rem;
    line-height: 1;
    padding: 0.5rem 1.3rem 0.6rem;
}

.p-office-news__contentTitle {
    font-size: 1.8rem;
    line-height: 1.6666666667;
}
.p-office-news__btnWrap .p-office-news__btn {
    align-items: center;
    background-color: #fff340;
    border-radius: 100vh;
    display: flex;
    font-size: 2.4rem;
    gap: 1.4rem;
    justify-content: center;
    line-height: 2.7083333333;
    margin-top: 1.5rem;
    max-width: 39rem;
    padding-block: 0.85rem;
    width: 100%;
}
.p-office-news__btnWrap .p-office-news__btn img {
    max-width: 1.7rem;
    width: 100%;
}

.p-office-news__contentLink {
    border-radius: 2rem;
    display: block;
}

.p-office-news__contentImage {
    display: block;
    height: auto;
    width: 100%;
}
.p-office-staff {
    padding-block: 9rem 9.8rem;
}

.p-office-staff__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 128rem;
    width: 100%;
}

.p-office-staff__titleWrap {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
    justify-content: center;
}
.p-office-staff__titleWrap img {
    max-width: 5.3rem;
    width: 100%;
}

.p-office-staff__title {
    font-size: 4rem;
    line-height: 1.4;
}

.p-office-staff__contents {
    margin-top: 4.2rem;
}

.p-office-staff__contentItem {
    align-items: center;
    background-color: #edf9fd;
    border-radius: 6rem;
    display: flex;
    gap: 4rem;
    justify-content: center;
    padding-block: 4rem;
}
.p-office-staff__contentItem:not(:first-child) {
    margin-top: 3.8rem;
}

.p-office-staff__contentImage img {
    max-width: 28rem;
    width: 100%;
}

.p-office-staff__contentTextWrap {
    max-width: 88rem;
    width: 100%;
}

.p-office-staff__contentName {
    background-color: #fff;
    border-radius: 100vh;
    color: #00a5e3;
    font-size: 3rem;
    line-height: 1.2;
    padding-block: 2.3rem;
    padding-left: 4rem;
}

.p-office-staff__contentText {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.875;
    margin-top: 4.5rem;
    padding-left: 1.6rem;
}

/*  
p-page-header 
---------------------------------*/
.p-page-header {
    background-color: #fffef7;
    padding-top: 6rem;
}

.p-page-header__container {
    background: #ccecf3;
    border-radius: 5rem 5rem 0 0;
    margin-top: 3rem;
    position: relative;
    width: 100%;
}

.p-page-header__container::before {
    background: url("../img/common/img_low_firstview_pc.png") no-repeat center right/contain;
    content: "";
    height: 24.8rem;
    opacity: 0.3;
    position: absolute;
    right: 0;
    top: 0.3rem;
    width: 42.5rem;
}

.p-page-header__inner {
    padding: 5rem 0 8rem;
    text-align: center;
}

.p-page-header__title {
    color: #029dd7;
    font-size: 4.4rem;
    letter-spacing: 0.05em;
    line-height: 1.32;
}

.p-page-header__text {
    font-size: 1.8rem;
    font-size: 2.2rem;
    line-height: 1.8;
    margin: 1rem auto 0;
    max-width: 80rem;
}

.p-page-header__title span {
    font-size: 2.8rem;
    letter-spacing: 0.04em;
    padding-right: 0.3em;
}

.p-page-header__subTitle {
    color: #44aacd;
    display: inline-block;
    font-family: "Prompt", sans-serif;
    font-size: 0.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 1.2rem;
    text-transform: uppercase;
}

.p-page-header .cmnBreadcrumb {
    margin-left: 0.3rem;
    padding-bottom: 0.4rem;
    position: relative;
    z-index: 1;
}

.p-page-header__bgImage {
    margin-top: -3rem;
    position: relative;
}
.p-page-header__bgImage img {
    border-top-left-radius: 5rem;
    border-top-right-radius: 5rem;
    width: 100%;
}

.p-page-header__titleBlock {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.breadcrumbs {
    color: #000;
    font-size: 14px;
    left: 0;
    padding: 0 0 0 30px;
    position: absolute;
    text-align: left;
    top: 3rem;
    white-space: normal;
    z-index: 1;
}
.breadcrumbs.u-pc {
    top: -4rem;
}
.breadcrumbs.u-sp {
    background-color: #fffef7;
    margin-top: -1.5rem;
    padding-top: 1rem;
    position: relative;
}
.breadcrumbs a {
    text-decoration: underline;
}
.breadcrumbs .current-item {
    font-weight: 400;
}

.breadcrumbs.custom_title_on {
    background: #fefdf6;
    left: auto;
    padding-top: 2rem;
    top: auto;
}

.p-page-header__titleWrap {
    background-color: #f17a22;
    border-radius: 2rem;
    margin-bottom: -3rem;
    margin-left: auto;
    margin-right: auto;
    padding-block: 2.2rem;
    position: relative;
    width: 40rem;
}

.p-page-header__officeInfo,
.p-page-header__title {
    color: #fff;
}

.p-page-header__officeInfo {
    font-size: 1.8rem;
    line-height: 1;
}

.p-page-header__title {
    font-size: 3rem;
    line-height: 1;
    margin-top: 1.2rem;
}

.p-page-header__textWrap {
    background-color: #fff;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
    padding-block: 4.6rem 2.2rem;
    width: 72rem;
}

.p-page-header__catchphrase {
    font-size: 4.4rem;
    line-height: 1.9545454545;
}
.p-page-header__catchphrase span {
    color: #f17a22;
}

.p-page-nav {
    background-color: #edf9fd;
    padding-block: 1.5rem;
}

.p-page-navItems,
.p-page-navItemsLeft,
.p-page-navItemsRight {
    align-items: center;
    display: flex;
    gap: 5rem;
    justify-content: center;
}

.p-page-navItem {
    position: relative;
}
.p-page-navItem:not(:first-child)::before {
    border-left: 1px solid #dddddd;
    content: "";
    height: 2rem;
    left: -2.5rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0.1rem;
}

.p-page-nav__anchorLink {
    color: inherit;
    display: inline-block;
    font-size: 1.6rem;
    font-size: 1.95rem;
    line-height: 3.125;
    position: relative;
    text-decoration: none;
}
.p-page-nav__anchorLink::after {
    background-color: #f17a22;
    border-radius: 10rem;
    bottom: -0.5rem;
    content: "";
    height: 0.4rem;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
    width: 100%;
}

.p-pageTop {
    bottom: 3rem;
    cursor: pointer;
    position: fixed;
    right: 3rem;
    z-index: 50;
}

.p-pageTop__wrap {
    position: relative;
}

.p-pageTop__wrap img {
    width: 5rem;
}

.p-pageTop__wrap img:nth-of-type(2) {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: 0.5s opacity;
}
.p-slider {
    width: 100%;
}
@keyframes zoomUp {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}
.p-slider .swiper-slide-active .p-slider__img,
.p-slider .swiper-slide-duplicate-active .p-slider__img,
.p-slider .swiper-slide-prev .p-slider__img {
    animation: zoomUp 10s linear 0s 1 normal both;
}
.p-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    justify-content: center;
    text-align: center;
    z-index: 2;
}
.p-slider .swiper-pagination-bullet {
    background: url(../img/) center center/contain no-repeat;
    background-color: transparent;
    border-radius: unset;
    height: 15px;
    opacity: 1;
    width: 15px;
}
.p-slider .swiper-pagination-bullet-active {
    background: url(../img/) center center/contain no-repeat;
    background-color: transparent;
    border-radius: unset;
    height: 15px;
    opacity: 1;
    width: 15px;
}

.p-slider__img {
    height: 100%;
}
.p-slider__img img {
    -o-object-fit: cover;
    aspect-ratio: 16/9;
    display: block;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.p-slider__slide {
    overflow: hidden;
}

.p-slider__btn {
    height: 60px;
    width: 60px;
}

.p-slider__pagination {
    bottom: 30px !important;
    left: auto;
    position: absolute;
    right: auto;
    width: auto;
}

.p-support-difference {
    margin-top: 8rem;
    margin-top: 4%;
    padding-bottom: 13.9rem;
}

.p-support-difference__inner {
    max-width: 98rem;
    max-width: 108rem;
    padding-left: 4%;
    padding-right: 4%;
    width: 100%;
}

.p-support-difference__container {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 8rem;
    justify-content: center;
}

.p-support-difference__titleWrap {
    text-align: center;
}
.p-support-difference__titleWrap img {
    margin-left: auto;
    margin-right: auto;
    max-width: 5.3rem;
    width: 100%;
}

.p-support-difference__title {
    /* font-size: 4rem; */
    font-size: 3.2rem;
    line-height: 1.4;
    margin-top: 2.5rem;
}

.p-support-difference__introWrap {
    align-items: center;
    display: flex;
    gap: 0.6rem;
    gap: 2rem;
    justify-content: center;
    margin-top: 3.6rem;
}

.p-support-difference__introImage {
    max-width: 27.2rem;
    max-width: 16.6rem;
    width: 100%;
}

.p-support-difference__introContent {
    background-color: #fff9e7;
    border-radius: 2rem;
    max-width: 50rem;
    max-width: 60rem;
    position: relative;
    width: 100%;
}
.p-support-difference__introContent img.p-support-difference__triangleImage {
    max-width: 2rem;
    max-width: 1rem;
    position: absolute;
    right: -5%;
    right: -2%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.p-support-difference__introItems {
    padding-block: 3.2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.p-support-difference__introItem {
    align-items: center;
    display: flex;
    gap: 1.6rem;
}
.p-support-difference__introItem:not(:first-child) {
    margin-top: 1.5rem;
}
.p-support-difference__introItem img {
    max-width: 2rem;
    width: 100%;
}

.p-support-difference__introItemText {
    font-size: 1.8rem;
    font-size: 2rem;
    line-height: 1.6666666667;
}

.p-support-difference__description {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.875;
    margin-top: 3.2rem;
}

.p-support-difference__description02 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 2.25;
    margin-top: 3.2rem;
}

.p-support-difference__contents {
    border: 0.5rem solid #8dc557;
    border-radius: 3rem;
    margin-top: 9.8rem;
}

.p-support-difference__contentsWrap {
    align-items: center;
    background-color: #8dc557;
    border: 0.3rem solid #8dc557;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    display: flex;
    gap: 1.2rem;
    padding: 1rem 3.1rem;
}
.p-support-difference__contentsWrap img {
    max-width: 3rem;
    mix-blend-mode: soft-light;
    width: 100%;
}

.p-support-difference__contentsTitle {
    color: #fff;
    font-size: 2.4rem;
    line-height: 2.3333333333;
}

.p-support-difference__contentItems {
    padding: 2rem 4rem;
}

.p-support-difference__anchorLink {
    align-items: center;
    display: flex;
    gap: 1.2rem;
}
.p-support-difference__anchorLink img {
    max-width: 2rem;
    width: 100%;
}

.p-support-difference__contentItem--h2 {
    font-size: 2rem;
    line-height: 2.25;
}

.p-support-difference__contentItem--h3 {
    font-size: 1.8rem;
    line-height: 2.5;
}

.p-support-difference__contentItem--h4 {
    font-size: 1.6rem;
    line-height: 2.8125;
}

.p-support-difference__targetReceiving {
    background-color: #f4f7e2;
    border-radius: 5rem;
    margin-top: 13.6rem;
    padding: 0 6rem;
    padding-bottom: 10rem;
}

.p-support-difference__targetReceivingTitleWrap {
    text-align: center;
}
.p-support-difference__targetReceivingTitleWrap img {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 43.5rem;
    position: relative;
    top: 0;
    transform: translateY(-5rem);
    width: 100%;
}

.p-support-difference__targetReceivingTitle {
    font-size: 4rem;
    line-height: 1.4;
}

.p-support-difference__targetBlock {
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 7.5rem;
}

.p-support-difference__targetBlockLeft {
    align-items: center;
    background-color: #fff;
    border-radius: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    /* padding-bottom: 3rem; */
    padding: 0 1.5rem 3rem;
}

.p-support-difference__targetBlockLeftTitleWrap {
    background-color: #00a5e3;
    border-radius: 100vh;
    margin-left: auto;
    margin-right: auto;
    margin-top: -4.3rem;
    max-width: 24.4rem;
    position: relative;
    width: 100%;
    z-index: 1;
}
.p-support-difference__targetBlockLeftTitleWrap img {
    left: 50%;
    max-width: 4rem;
    position: absolute;
    top: 100%;
    transform: translate(-50%, -35%);
    width: 100%;
    z-index: -1;
}

.p-support-difference__targetBlockLeftTitle {
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.25;
    padding-block: 1.5rem;
    text-align: center;
}

.p-support-difference__targetBlockLeftImage {
    max-width: 13rem;
    width: 100%;
}

.p-support-difference__targetBlockLeftItem {
    /* align-items: center; */
    align-items: baseline;
    display: flex;
    font-size: 1.8rem;
    font-size: 2rem;
    gap: 1rem;
    /* justify-content: center; */
    line-height: 1.6666666667;
}
.p-support-difference__targetBlockLeftItem:not(:first-child) {
    margin-top: 1.2rem;
}
.p-support-difference__targetBlockLeftItem img {
    max-width: 2rem;
    width: 100%;
}

.p-support-difference__targetBlockRight {
    align-items: center;
    background-color: #fff;
    border-radius: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding: 0 1.5rem 3rem;
}

.p-support-difference__targetBlockRightTitleWrap {
    background-color: #4bc4b9;
    border-radius: 100vh;
    margin-left: auto;
    margin-right: auto;
    margin-top: -4.3rem;
    max-width: 30rem;
    position: relative;
    width: 100%;
    z-index: 1;
}
.p-support-difference__targetBlockRightTitleWrap img {
    left: 50%;
    max-width: 4rem;
    position: absolute;
    top: 100%;
    transform: translate(-50%, -35%);
    width: 100%;
    z-index: -1;
}

.p-support-difference__targetBlockRightTitle {
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.25;
    padding-block: 1.5rem;
    text-align: center;
}

.p-support-difference__targetBlockRightImage {
    max-width: 17.6rem;
    width: 100%;
}

.p-support-difference__targetBlockRightItem {
    /* align-items: center; */
    align-items: baseline;
    display: flex;
    font-size: 1.8rem;
    font-size: 2rem;
    gap: 1rem;
    /* justify-content: center; */
    line-height: 1.6666666667;
}
.p-support-difference__targetBlockRightItem:not(:first-child) {
    margin-top: 1.2rem;
}
.p-support-difference__targetBlockRightItem img {
    max-width: 2rem;
    width: 100%;
}

.p-support-difference__color--blue01 {
    background-color: #00a5e3;
}

.p-support-difference__color--blue02 {
    background-color: #edf9fd;
}

.p-support-difference__color--blue03 {
    color: #00a5e3;
}

.p-support-difference__color--green01 {
    background-color: #8dc557;
}

.p-support-difference__color--green02 {
    background-color: #f0f4d6;
}

.p-support-difference__color--green03 {
    color: #8dc557;
}

.p-support-difference__border-green {
    border: 2px solid #8dc557;
}

.p-support-difference__color--orange01 {
    background-color: #f17a22;
}

.p-support-difference__color--orange02 {
    background-color: #fff6de;
}

.p-support-difference__color--orange03 {
    color: #f17a22;
}

.p-support-difference__color--orange04 {
    background-color: #fcb30a;
}

.p-support-difference__border-orange {
    border: 2px solid #f17a22;
}

.p-support-difference__mainBlock02 {
    margin-top: 10rem;
}

.p-support-difference__mainBlock03 {
    margin-top: 3.8rem;
}

.p-support-difference__contentBlock {
    border-radius: 4rem;
    margin-top: 2.5rem;
}

.p-support-difference__contentTitleWrap {
    align-items: center;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    display: flex;
    gap: 1.2rem;
    padding: 2rem 3.1rem;
}
.p-support-difference__contentTitleWrap img {
    max-width: 3rem;
    mix-blend-mode: soft-light;
    width: 100%;
}

.p-support-difference__contentTitle {
    color: #fff;
    font-size: 3rem;
    line-height: 1.3333333333;
}

.p-support-difference__contentDescription {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.875;
    margin-top: 4.1rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.p-support-difference__contentInner {
    padding-bottom: 4.1rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.p-support-difference__contentInnerBlock {
    background-color: #fff;
    border-radius: 3rem;
    margin-top: 3.5rem;
}

.p-support-difference__contentInnerBlockWrap {
    padding-block: 3.8rem 0;
    padding-left: 3.5rem;
    padding-right: 2.7rem;
}
.p-support-difference__contentInnerBlockWrap:not(:first-child) {
    padding-block: 2.4rem 0;
}
.p-support-difference__contentInnerBlockWrap:last-child {
    padding-bottom: 3.3rem;
}

.p-support-difference__contentInnerBlockTitle {
    font-size: 2.4rem;
    line-height: 1.5;
}

.p-support-difference__contentInnerBlockText {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.875;
    margin-top: 1.7rem;
    padding-top: 2.3rem;
    position: relative;
}
.p-support-difference__contentInnerBlockText::before {
    border-top: 2px dotted #bce5f5;
    content: "";
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.p-support-difference__contentInnerBlockText--green::before {
    border-top: 2px dotted #c9dcb7;
}

.p-support-difference__contentInnerBlockText--orange::before {
    border-top: 2px dotted #fcbc27;
}

.p-support-difference__sidebarArea {
    background-color: #fdd77b;
    border: 0.8rem solid #fdd77b;
    border-radius: 4rem;
    max-width: 30rem;
    width: 100%;
}

.p-support-difference__sidebarAreaTitleWrap {
    margin-top: -1.7rem;
    padding-block: 0 1.2rem;
    text-align: center;
}
.p-support-difference__sidebarAreaTitleWrap img {
    margin-left: auto;
    margin-right: auto;
    max-width: 5.7rem;
    width: 100%;
}

.p-support-difference__sidebarAreaTitle {
    font-size: 2.4rem;
    line-height: 1.6666666667;
}

.p-support-difference__sidebarContentItem {
    align-items: center;
    background-color: #fffef7;
    display: flex;
    gap: 1.4rem;
    justify-content: center;
    position: relative;
}
.p-support-difference__sidebarContentItem:first-child {
    padding-block: 2.4rem 1.6rem;
}
.p-support-difference__sidebarContentItem:not(:first-child) {
    padding-block: 1.7rem 2rem;
}
.p-support-difference__sidebarContentItem:not(:first-child)::before {
    background: #dddddd;
    content: "";
    height: 0.1rem;
    left: 1.7rem;
    position: absolute;
    right: 1.7rem;
    top: 0;
}
.p-support-difference__sidebarContentItem:last-child {
    border-bottom-left-radius: 3.4rem;
    border-bottom-right-radius: 3.4rem;
}
.p-support-difference__sidebarContentItem img {
    max-width: 1.6rem;
    width: 100%;
}

.p-support-difference__sidebarTitle {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    width: 22rem;
}

.p-support-difference__mainBlock04 {
    margin-top: 13.1rem;
}

.p-support-difference__summaryTitleWrap {
    align-items: center;
    /* background-color: #41baaf; */
    background-color: #4bc4b9;
    border-radius: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.5rem 6rem 2.2rem;
    position: relative;
}
.p-support-difference__summaryTitleWrap img.p-support-difference__summaryIcon {
    left: 50%;
    max-width: 7.7rem;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    width: 100%;
}
.p-support-difference__summaryTitleWrap img.p-support-difference__summaryImage {
    bottom: -2.8rem;
    height: 2rem;
    left: 50%;
    max-width: 4rem;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100%;
}

.p-support-difference__summaryTitle {
    color: #fff;
    font-size: 4rem;
    line-height: 1.4;
    text-align: center;
    width: 78rem;
}

.p-support-difference__summaryText {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.875;
    margin-top: 6.4rem;
}

.p-support-difference__linkBtn {
    align-items: center;
    background-color: #fff340;
    border-radius: 100vh;
    display: flex;
    font-size: 1.8rem;
    gap: 1.4rem;
    justify-content: center;
    line-height: 3.6111111111;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.5rem;
    max-width: 56rem;
    width: 100%;
}
.p-support-difference__linkBtn img {
    max-width: 1.3rem;
    width: 100%;
}

.p-support-difference__block01 {
    margin-bottom: 9.8rem;
}

.p-support-fee {
    margin-top: 8rem;
    padding-bottom: 13.9rem;
}

.p-support-fee__inner {
    max-width: 98rem;
    max-width: 108rem;
    padding-left: 4%;
    padding-right: 4%;
    width: 100%;
}

.p-support-fee__container {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 8rem;
    justify-content: center;
}

.p-support-fee__mainBlock {
    /* max-width: 90rem; */
    width: 100%;
}

.p-support-fee__titleWrap {
    text-align: center;
}
.p-support-fee__titleWrap img {
    margin-left: auto;
    margin-right: auto;
    max-width: 5.3rem;
    max-width: 6.2rem;
    width: 100%;
}

.p-support-fee__title {
    font-size: 4rem;
    font-size: 3.2rem;
    line-height: 1.4;
    margin-top: 2.5rem;
}

.p-support-fee__introWrap {
    align-items: center;
    display: flex;
    gap: 0.6rem;
    justify-content: center;
    margin-top: 3.6rem;
}

.p-support-fee__introImage {
    max-width: 27.2rem;
    width: 100%;
}

.p-support-fee__introContent {
    background-color: #fff9e7;
    border-radius: 2rem;
    max-width: 50rem;
    position: relative;
    width: 100%;
}
.p-support-fee__introContent img.p-support-fee__triangleImage {
    max-width: 2rem;
    position: absolute;
    right: -5%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.p-support-fee__introItems {
    padding-block: 3.2rem;
    padding-left: 2rem;
    padding-right: 2rem;
}

.p-support-fee__introItem {
    align-items: center;
    display: flex;
    gap: 1.6rem;
}
.p-support-fee__introItem:not(:first-child) {
    margin-top: 1.5rem;
}
.p-support-fee__introItem img {
    max-width: 2rem;
    width: 100%;
}

.p-support-fee__introItemText {
    font-size: 1.8rem;
    line-height: 1.6666666667;
}

.p-support-fee__contents {
    border: 0.5rem solid #8dc557;
    border-radius: 3rem;
}

.p-support-fee__contentsWrap {
    align-items: center;
    background-color: #8dc557;
    border: 0.3rem solid #8dc557;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    display: flex;
    gap: 1.2rem;
    padding: 1rem 3.1rem;
}
.p-support-fee__contentsWrap img {
    max-width: 3rem;
    mix-blend-mode: soft-light;
    width: 100%;
}

.p-support-fee__contentsTitle {
    color: #fff;
    font-size: 2.4rem;
    line-height: 2.3333333333;
}

.p-support-fee__contentItems {
    padding: 2rem 4rem;
}

.p-support-fee__anchorLink {
    align-items: center;
    display: flex;
    gap: 1.2rem;
}
.p-support-fee__anchorLink img {
    max-width: 2rem;
    width: 100%;
}

.p-support-fee__contentItem--h2 {
    font-size: 2rem;
    line-height: 2.25;
}

.p-support-fee__contentItem--h3 {
    font-size: 1.8rem;
    line-height: 2.5;
}

.p-support-fee__contentItem--h4 {
    font-size: 1.6rem;
    line-height: 2.8125;
}

.p-support-fee__targetContent01 {
    background-color: #f4f7e2;
    border-radius: 5rem;
    margin-top: 13.6rem;
    padding: 0 6rem;
    padding-bottom: 2.6rem;
}

.p-support-fee__targetContent01TitleWrap {
    text-align: center;
}
.p-support-fee__targetContent01TitleWrap img {
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 43.5rem;
    position: relative;
    top: 0;
    transform: translateY(-5rem);
    width: 100%;
}

.p-support-fee__targetContent01Title {
    font-size: 4rem;
    line-height: 1.4;
}

.p-support-fee__targetBlock {
    align-items: center;
    display: flex;
    gap: 2rem;
    justify-content: center;
    margin-top: 3.6rem;
}

.p-support-fee__targetBlockImage img {
    max-width: 36rem;
    width: 100%;
}

.p-support-fee__targetBlockImage02 img {
    max-width: 23.2rem;
    max-width: 16.6rem;
    width: 100%;
}

.p-support-fee__targetBlockFukidashi {
    background-color: #fcb30a;
    border-radius: 2rem;
    padding-block: 2.2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    position: relative;
    text-align: center;
    width: 30rem;
}
.p-support-fee__targetBlockFukidashi img {
    left: 0;
    max-width: 2rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.p-support-fee__targetBlockFukidashi02 {
    background-color: #fff9e7;
    border-radius: 2rem;
    padding-block: 2.2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
    text-align: left;
    width: 53rem;
}
.p-support-fee__targetBlockFukidashi02 img {
    left: 0;
    max-width: 2rem;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.p-support-fee__targetBlockFukidashiText {
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.25;
}

.p-support-fee__targetBlockFukidashiText02 {
    color: #000000;
    font-size: 1.8rem;
    font-size: 2rem;
    line-height: 1.6666666667;
}

.p-support-fee__targetTable {
    margin-top: 4rem;
}

.p-support-fee__targetTableTextWrap {
    margin-top: 2.7rem;
    text-align: left;
}

.p-support-fee__targetTableTitle {
    font-size: 1.6rem;
    font-size: 2rem;
    line-height: 1.875;
}

.p-support-fee__targetTableText {
    font-size: 1.4rem;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.1428571429;
}

.p-support-fee__targetBlockLeft {
    align-items: center;
    background-color: #fff;
    border-radius: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    padding-bottom: 3rem;
}

.p-support-fee__targetBlockLeftTitleWrap {
    background-color: #00a5e3;
    border-radius: 100vh;
    margin-left: auto;
    margin-right: auto;
    margin-top: -4.3rem;
    max-width: 24.4rem;
    position: relative;
    width: 100%;
    z-index: 1;
}
.p-support-fee__targetBlockLeftTitleWrap img {
    left: 50%;
    max-width: 4rem;
    position: absolute;
    top: 100%;
    transform: translate(-50%, -35%);
    width: 100%;
    z-index: -1;
}

.p-support-fee__targetBlockLeftTitle {
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.25;
    padding-block: 1.5rem;
    text-align: center;
}

.p-support-fee__targetBlockLeftImage {
    max-width: 13rem;
    width: 100%;
}

.p-support-fee__targetBlockLeftItem {
    align-items: center;
    display: flex;
    font-size: 1.8rem;
    gap: 1rem;
    justify-content: center;
    line-height: 1.6666666667;
}
.p-support-fee__targetBlockLeftItem:not(:first-child) {
    margin-top: 1.2rem;
}
.p-support-fee__targetBlockLeftItem img {
    max-width: 2rem;
    width: 100%;
}

.p-support-fee__targetBlockRight {
    align-items: center;
    background-color: #fff;
    border-radius: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.p-support-fee__targetBlockRightTitleWrap {
    background-color: #4bc4b9;
    border-radius: 100vh;
    margin-left: auto;
    margin-right: auto;
    margin-top: -4.3rem;
    max-width: 30rem;
    position: relative;
    width: 100%;
    z-index: 1;
}
.p-support-fee__targetBlockRightTitleWrap img {
    left: 50%;
    max-width: 4rem;
    position: absolute;
    top: 100%;
    transform: translate(-50%, -35%);
    width: 100%;
    z-index: -1;
}

.p-support-fee__targetBlockRightTitle {
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.25;
    padding-block: 1.5rem;
    text-align: center;
}

.p-support-fee__targetBlockRightImage {
    max-width: 17.6rem;
    width: 100%;
}

.p-support-fee__targetBlockRightItem {
    align-items: center;
    display: flex;
    font-size: 1.8rem;
    gap: 1rem;
    justify-content: center;
    line-height: 1.6666666667;
}
.p-support-fee__targetBlockRightItem:not(:first-child) {
    margin-top: 1.2rem;
}
.p-support-fee__targetBlockRightItem img {
    max-width: 2rem;
    width: 100%;
}

.p-support-fee__color--blue01 {
    background-color: #00a5e3;
}

.p-support-fee__color--blue02 {
    background-color: #edf9fd;
}

.p-support-fee__color--blue03 {
    color: #00a5e3;
}

.p-support-fee__color--green01 {
    background-color: #8dc557;
}

.p-support-fee__color--green02 {
    background-color: #f0f4d6;
}

.p-support-fee__color--green03 {
    color: #8dc557;
}

.p-support-fee__border-green {
    border: 2px solid #8dc557;
}

.p-support-fee__color--orange01 {
    background-color: #f17a22;
}

.p-support-fee__color--orange02 {
    background-color: #fff6de;
}

.p-support-fee__color--orange03 {
    color: #f17a22;
}

.p-support-fee__color--orange04 {
    background-color: #fcb30a;
}

.p-support-fee__border-orange {
    border: 2px solid #f17a22;
}

.p-support-fee__description {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.875;
    margin-top: 3.6rem;
}

.p-support-fee__mainBlock02 {
    margin-top: 10rem;
}

.p-support-fee__mainBlock03 {
    margin-top: 3.8rem;
}

.p-support-fee__contentBlock {
    border-radius: 4rem;
    margin-top: 2.5rem;
}

.p-support-fee__contentTitleWrap {
    align-items: center;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    display: flex;
    gap: 1.2rem;
    padding: 2rem 3.1rem;
}
.p-support-fee__contentTitleWrap img {
    max-width: 3rem;
    mix-blend-mode: soft-light;
    width: 100%;
}

.p-support-fee__contentTitle {
    color: #fff;
    font-size: 3rem;
    line-height: 1.3333333333;
}

.p-support-fee__contentDescription {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.875;
    margin-top: 4.1rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.p-support-fee__contentInner {
    padding-bottom: 4.1rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.p-support-fee__contentInnerBlock {
    background-color: #fff;
    border-radius: 3rem;
    margin-top: 3.5rem;
}

.p-support-fee__contentInnerBlockWrap {
    padding-block: 3.8rem 0;
    padding-left: 3.5rem;
    padding-right: 2.7rem;
}
.p-support-fee__contentInnerBlockWrap:not(:first-child) {
    padding-block: 2.4rem 0;
}
.p-support-fee__contentInnerBlockWrap:last-child {
    padding-bottom: 3.3rem;
}

.p-support-fee__contentInnerBlockTitle {
    font-size: 2.4rem;
    line-height: 1.5;
}

.p-support-fee__contentInnerBlockText {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-size: 2rem;
    line-height: 1.875;
    margin-top: 1.7rem;
    padding-top: 2.3rem;
    position: relative;
}
.p-support-fee__contentInnerBlockText::before {
    border-top: 2px dotted #bce5f5;
    content: "";
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.p-support-fee__sidebarArea {
    background-color: #fdd77b;
    border: 0.8rem solid #fdd77b;
    border-radius: 4rem;
    max-width: 30rem;
    width: 100%;
}

.p-support-fee__sidebarAreaTitleWrap {
    margin-top: -1.7rem;
    padding-block: 0 1.2rem;
    text-align: center;
}
.p-support-fee__sidebarAreaTitleWrap img {
    margin-left: auto;
    margin-right: auto;
    max-width: 5.7rem;
    width: 100%;
}

.p-support-fee__sidebarAreaTitle {
    font-size: 2.4rem;
    line-height: 1.6666666667;
}

.p-support-fee__sidebarContentItem {
    align-items: center;
    background-color: #fffef7;
    display: flex;
    gap: 1.4rem;
    justify-content: center;
    position: relative;
}
.p-support-fee__sidebarContentItem:first-child {
    padding-block: 2.4rem 1.6rem;
}
.p-support-fee__sidebarContentItem:not(:first-child) {
    padding-block: 1.7rem 2rem;
}
.p-support-fee__sidebarContentItem:not(:first-child)::before {
    background: #dddddd;
    content: "";
    height: 0.1rem;
    left: 1.7rem;
    position: absolute;
    right: 1.7rem;
    top: 0;
}
.p-support-fee__sidebarContentItem:last-child {
    border-bottom-left-radius: 3.4rem;
    border-bottom-right-radius: 3.4rem;
}
.p-support-fee__sidebarContentItem img {
    max-width: 1.6rem;
    width: 100%;
}

.p-support-fee__sidebarTitle {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    width: 22rem;
}

.p-support-fee__mainBlock04 {
    margin-top: 13.1rem;
}

.p-support-fee__summaryTitleWrap {
    align-items: center;
    background-color: #41baaf;
    border-radius: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2.5rem 6rem 2.2rem;
    position: relative;
}
.p-support-fee__summaryTitleWrap img.p-support-fee__summaryIcon {
    left: 50%;
    max-width: 7.7rem;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    width: 100%;
}
.p-support-fee__summaryTitleWrap img.p-support-fee__summaryImage {
    bottom: -2.8rem;
    height: 2rem;
    left: 50%;
    max-width: 4rem;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 100%;
}

.p-support-fee__summaryTitle {
    color: #fff;
    font-size: 4rem;
    line-height: 1.4;
    text-align: center;
    width: 78rem;
}

.p-support-fee__summaryText {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-top: 6.4rem;
}

.p-support-fee__linkBtn {
    align-items: center;
    background-color: #fff340;
    border-radius: 100vh;
    display: flex;
    font-size: 1.8rem;
    gap: 1.4rem;
    justify-content: center;
    line-height: 3.6111111111;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.5rem;
    max-width: 56rem;
    width: 100%;
}
.p-support-fee__linkBtn img {
    max-width: 1.3rem;
    width: 100%;
}

.p-top-about-office {
    padding-right: 8rem;
    padding-top: 15.8rem;
}

.p-top-about-office__inner {
    background-color: #f0f4d6;
    border-bottom-right-radius: 8rem;
    border-top-right-radius: 8rem;
    width: 100%;
}

.p-top-about-office__container {
    align-items: flex-start;
    display: flex;
    flex-direction: row-reverse;
    gap: 5.5rem;
    justify-content: center;
    max-width: 172rem;
    width: 100%;
}

.p-top-about-office__sectionTitle {
    color: #e2e9b4;
    font-size: 12rem;
    line-height: 0.92;
    margin-top: 0rem;
    padding-right: 35.2rem;
    text-align: right;
}

.p-top-about-office__contentBlockLeft {
    margin-top: -5.8rem;
}

.p-top-about-office__contentBlockImageFirst {
    position: relative;
    z-index: 1;
}
.p-top-about-office__contentBlockImageFirst img {
    width: 54rem;
}

.p-top-about-office__contentBlockImageFirstImage {
    border-radius: 4rem;
}

.p-top-about-office__contentBlockImageSecond {
    align-items: center;
    bottom: -55%;
    content: "";
    display: flex;
    gap: 5.3rem;
    height: auto;
    justify-content: center;
    position: absolute;
    right: -20%;
    width: 61.5rem;
    z-index: 2;
}
.p-top-about-office__contentBlockImageSecond img:nth-child(1) {
    margin-top: 17.6rem;
    max-width: 12.4rem;
    width: 100%;
}
.p-top-about-office__contentBlockImageSecond img:nth-child(2) {
    border: 1rem solid #f0f4d6;
    border-radius: 4rem;
    max-width: 40rem;
    width: 100%;
}

.p-top-about-office__contentBlockRight {
    margin-top: 7.76rem;
    max-width: 61.5rem;
    width: 100%;
}

.p-top-about-office__contentBlockRightWrap {
    align-items: flex-end;
    display: flex;
    gap: 4.9rem;
    justify-content: space-between;
}

.p-top-about-office__contentBlockRightTitle {
    font-size: 4.8rem;
    line-height: 1.25;
}

.p-top-about-office__contentBlockRightText {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.09em;
    line-height: 1.6666666667;
    margin-top: 2.7rem;
}

.p-top-about-office__contentItems {
    margin-top: 5.7rem;
    max-width: 60rem;
    width: 100%;
}

.p-top-about-office__contentItem {
    border-bottom: solid 1px #dddddd;
    padding-bottom: 2.3rem;
}
.p-top-about-office__contentItem:not(:first-child) {
    padding-block: 2.15rem;
}
.p-top-about-office__contentItem img {
    max-width: 3rem;
    width: 100%;
}

.p-top-about-office__contentItemLink {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    transition: color 0.3s ease;
}

.p-top-about-office__contentItemTitle {
    font-size: 2.4rem;
    line-height: 1.6666666667;
}

.p-top-about {
    padding-left: 8rem;
    padding-top: 20.2rem;
}

.p-top-about__inner {
    background-color: #e5f6fc;
    border-bottom-left-radius: 8rem;
    border-top-left-radius: 8rem;
    width: 100%;
}

.p-top-about__container {
    align-items: flex-start;
    display: flex;
    gap: 14rem;
    max-width: 172rem;
    padding-left: 12rem;
    width: 100%;
}

.p-top-about__sectionTitle {
    color: #ceedf9;
    font-size: 12rem;
    line-height: 0.92;
    margin-left: 12rem;
    margin-top: 0rem;
}

.p-top-about__contentBlockLeft {
    margin-top: -4.3rem;
}

.p-top-about__contentBlockImageFirst {
    position: relative;
    z-index: 1;
}
.p-top-about__contentBlockImageFirst img {
    width: 54rem;
}

.p-top-about__contentBlockImageFirstImage {
    border-radius: 4rem;
}

.p-top-about__contentBlockImageSecond {
    align-items: center;
    bottom: -55%;
    content: "";
    display: flex;
    gap: 5.3rem;
    height: auto;
    justify-content: center;
    position: absolute;
    right: -20%;
    width: 61.5rem;
    z-index: 2;
}
.p-top-about__contentBlockImageSecond img:nth-child(1) {
    margin-top: 17.6rem;
    max-width: 12.4rem;
    width: 100%;
}
.p-top-about__contentBlockImageSecond img:nth-child(2) {
    border: 1rem solid #e5f6fc;
    border-radius: 4rem;
    max-width: 40rem;
    width: 100%;
}

.p-top-about__contentBlockRight {
    margin-top: 10rem;
    max-width: 61.5rem;
    width: 100%;
}

.p-top-about__contentBlockRightWrap {
    align-items: flex-end;
    display: flex;
    gap: 4.9rem;
}

.p-top-about__contentBlockRightTitle {
    font-size: 4.8rem;
    line-height: 1.125;
}

.p-top-about__contentBlockRightText {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.6666666667;
    margin-top: 4.3rem;
}

.p-top-about__contentItems {
    margin-top: 3.78rem;
    max-width: 60rem;
    width: 100%;
}

.p-top-about__contentItem {
    border-bottom: solid 1px #dddddd;
    padding-bottom: 1.5rem;
}
.p-top-about__contentItem:not(:first-child) {
    padding-block: 2.3rem;
}
.p-top-about__contentItem img {
    max-width: 3rem;
    width: 100%;
}

.p-top-about__contentItemLink {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    transition: color 0.3s ease;
}

.p-top-about__contentItemTitle {
    font-size: 2.4rem;
    line-height: 1.6666666667;
}

.p-top-column {
    background-color: #e5f6fc;
    border-top-left-radius: 6rem;
    border-top-right-radius: 6rem;
    margin-top: 10.5rem;
    padding-block: 8.2rem;
}

.p-top-column__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 168rem;
    padding-left: 8rem;
    padding-right: 8rem;
    width: 100%;
}

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

.p-top-column__heading {
    align-items: center;
    display: flex;
    gap: 1.6rem;
}
.p-top-column__heading img {
    max-width: 5.4rem;
    width: 100%;
}

.p-top-column__title {
    font-size: 4.8rem;
    line-height: 1.3541666667;
}

.p-top-column__content {
    margin-top: 3.16rem;
}

.p-top-column__contentItems {
    display: grid;
    gap: 5.2rem;
    grid-template-columns: repeat(4, 1fr);
}

.p-top-column__contentImages {
    -o-object-fit: cover;
    aspect-ratio: 340/180;
    height: auto;
    object-fit: cover;
    position: relative;
    width: 100%;
}
.p-top-column__contentImages img {
    aspect-ratio: 340/180;
    border-radius: 2rem;
    height: auto;
    width: 100%;
}

.p-top-column__contentOffice {
    background-color: #8dc557;
    border-bottom-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    bottom: 0;
    color: #fff;
    content: "";
    font-size: 1.6rem;
    left: 0;
    line-height: 1;
    padding: 1rem 1.5rem 0.8rem 1.1rem;
    position: absolute;
}

.p-top-column__contentInfo {
    align-items: center;
    display: flex;
    /* gap: 1.5rem; */
    gap: 0.75rem 1.5rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.p-top-column__date {
    font-size: 1.4rem;
    font-weight: 400;
    /* line-height: 4.6428571429; */
    line-height: 2;
}

.p-top-column__cat {
    background-color: #fff;
    border: 1px solid #8dc557;
    border-radius: 100vh;
    color: #8dc557;
    font-size: 1.4rem;
    line-height: 1;
    padding: 0.5rem 1.3rem 0.6rem;
}

.p-top-column__contentTitle {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    margin-top: 1rem;
}
.p-top-column__btnWrap .p-top-column__btn {
    align-items: center;
    background-color: #fff340;
    border-radius: 100vh;
    display: flex;
    font-size: 2.4rem;
    gap: 1.4rem;
    justify-content: center;
    line-height: 2.7083333333;
    margin-top: 1.5rem;
    max-width: 39rem;
    padding-block: 0.85rem;
    width: 100%;
}
.p-top-column__btnWrap .p-top-column__btn img {
    max-width: 1.7rem;
    width: 100%;
}

.p-top-column__contentLink {
    border-radius: 2rem;
    display: block;
}

.p-top-column__contentImage {
    display: block;
    height: auto;
    width: 100%;
}
.p-top-course-reverse {
    padding-right: 8rem;
    padding-top: 15.8rem;
}

.p-top-course-reverse__inner {
    background-color: #fff9e7;
    border-bottom-right-radius: 8rem;
    border-top-right-radius: 8rem;
    width: 100%;
}

.p-top-course-reverse__container {
    align-items: flex-start;
    display: flex;
    flex-direction: row-reverse;
    gap: 5.5rem;
    justify-content: center;
    max-width: 172rem;
    width: 100%;
}

.p-top-course-reverse__sectionTitle {
    color: #fff3d1;
    font-size: 12rem;
    line-height: 0.92;
    margin-top: 1rem;
    padding-right: 35.2rem;
    text-align: right;
}

.p-top-course-reverse__contentBlockLeft {
    margin-top: -5.8rem;
}

.p-top-course-reverse__contentBlockImageFirst {
    position: relative;
    z-index: 1;
}
.p-top-course-reverse__contentBlockImageFirst img {
    width: 54rem;
}

.p-top-course-reverse__contentBlockImageFirstImage {
    border-radius: 4rem;
}

.p-top-course-reverse__contentBlockImageSecond {
    align-items: center;
    bottom: -55%;
    content: "";
    display: flex;
    gap: 5.3rem;
    height: auto;
    justify-content: center;
    position: absolute;
    right: -20%;
    width: 61.5rem;
    z-index: 2;
}
.p-top-course-reverse__contentBlockImageSecond img:nth-child(1) {
    margin-top: 17.6rem;
    max-width: 12.4rem;
    width: 100%;
}
.p-top-course-reverse__contentBlockImageSecond img:nth-child(2) {
    border: 1rem solid #fff9e7;
    border-radius: 4rem;
    max-width: 40rem;
    width: 100%;
}

.p-top-course-reverse__contentBlockRight {
    margin-top: 7.76rem;
    max-width: 61.5rem;
    width: 100%;
}

.p-top-course-reverse__contentBlockRightWrap {
    align-items: flex-end;
    display: flex;
    gap: 4.9rem;
    justify-content: space-between;
}

.p-top-course-reverse__contentBlockRightTitle {
    font-size: 4.8rem;
    line-height: 1.25;
}

.p-top-course-reverse__contentBlockRightText {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.09em;
    line-height: 1.6666666667;
    margin-top: 2.7rem;
}

.p-top-course-reverse__contentItems {
    margin-top: 5.7rem;
    max-width: 60rem;
    width: 100%;
}

.p-top-course-reverse__contentItem {
    border-bottom: solid 1px #dddddd;
    padding-bottom: 2.3rem;
}
.p-top-course-reverse__contentItem:not(:first-child) {
    padding-block: 2.15rem;
}
.p-top-course-reverse__contentItem img {
    max-width: 3rem;
    width: 100%;
}

.p-top-course-reverse__contentItemLink {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    transition: color 0.3s ease;
}

.p-top-course-reverse__contentItemTitle {
    font-size: 2.4rem;
    line-height: 1.6666666667;
}

.p-top-course {
    padding-left: 8rem;
    padding-top: 15.8rem;
}

.p-top-course__inner {
    background-color: #fff9e7;
    border-bottom-left-radius: 8rem;
    border-top-left-radius: 8rem;
    width: 100%;
}

.p-top-course__container {
    align-items: flex-start;
    display: flex;
    gap: 14rem;
    max-width: 172rem;
    padding-left: 12rem;
    width: 100%;
}

.p-top-course__sectionTitle {
    color: #fff3d1;
    font-size: 12rem;
    line-height: 0.92;
    margin-left: 12rem;
    margin-top: -2.5rem;
    padding-top: 2rem;
}

.p-top-course__contentBlockLeft {
    margin-top: -6.3rem;
}

.p-top-course__contentBlockImageFirst {
    position: relative;
    z-index: 1;
}
.p-top-course__contentBlockImageFirst img {
    width: 54rem;
}

.p-top-course__contentBlockImageFirstImage {
    border-radius: 4rem;
}

.p-top-course__contentBlockImageSecond {
    align-items: center;
    bottom: -50%;
    content: "";
    display: flex;
    gap: 5.3rem;
    height: auto;
    justify-content: center;
    position: absolute;
    right: -20%;
    width: 61.5rem;
    z-index: 2;
}
.p-top-course__contentBlockImageSecond img:nth-child(1) {
    margin-top: 17.6rem;
    max-width: 12.4rem;
    width: 100%;
}
.p-top-course__contentBlockImageSecond img:nth-child(2) {
    border: 1rem solid #fff9e7;
    border-radius: 4rem;
    max-width: 40rem;
    width: 100%;
}

.p-top-course__contentBlockRight {
    margin-top: 7.9rem;
    max-width: 61.5rem;
    width: 100%;
}

.p-top-course__contentBlockRightWrap {
    align-items: flex-end;
    display: flex;
    gap: 4.9rem;
    justify-content: space-between;
}

.p-top-course__contentBlockRightTitle {
    font-size: 4.8rem;
    line-height: 1.25;
}

.p-top-course__contentBlockRightText {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.6666666667;
    margin-top: 2.7rem;
}

.p-top-course__contentItems {
    margin-top: 4.6rem;
    max-width: 60rem;
    width: 100%;
}

.p-top-course__contentItem {
    border-bottom: solid 1px #dddddd;
    padding-bottom: 2.3rem;
}
.p-top-course__contentItem:not(:first-child) {
    padding-block: 2.15rem;
}
.p-top-course__contentItem img {
    max-width: 3rem;
    width: 100%;
}

.p-top-course__contentItemLink {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
    transition: color 0.3s ease;
}

.p-top-course__contentItemTitle {
    font-size: 2.4rem;
    line-height: 1.6666666667;
}

.p-top-employment__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 128rem;
    width: 100%;
}

.p-top-employment__container {
    background-color: #fff;
    border: 0.6rem solid #f0f4d6;
    border-radius: 6rem;
    display: flex;
    flex-direction: column;
    margin-top: -7.8rem;
    padding-block: 6.7rem;
    padding-left: 6rem;
    padding-right: 6rem;
    position: relative;
    text-align: center;
    z-index: 1;
}
.p-top-employment__container img {
    max-width: 5.4rem;
    width: 100%;
}

.p-top-employment__headingImage img {
    margin-left: auto;
    margin-right: auto;
    max-width: 5.4rem;
    width: 100%;
}

.p-top-employment__title {
    font-size: 4rem;
    line-height: 1.625;
    margin-top: 1.3rem;
}

.p-top-employment__officeItems {
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 5rem;
}

.p-top-employment__officeItem {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.p-top-employment__officeItem img {
    max-width: 26rem;
    width: 100%;
}

.p-top-employment__officeContent.u-pc {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.p-top-employment__officeTitle {
    background-color: #fff9e7;
    border-radius: 100vh;
    color: #f17a22;
    font-size: 2.5rem;
    line-height: 2.3214285714;
    margin-top: 2.1rem;
    max-width: 36rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
    width: 100%;
}

.p-top-employment__officeInfo {
    align-items: center;
    display: flex;
    gap: 5.7rem;
    justify-content: center;
    margin-top: 2.8rem;
}

.p-top-employment__officeInfoRight {
    max-width: 36rem;
    width: 100%;
}

.p-top-employment__directorName {
    font-size: 2rem;
    line-height: 3.25;
}

.p-top-employment__officeAccess {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
}

.p-top-employment__detailBtnLink {
    align-items: center;
    background-color: #fff340;
    border-radius: 100vh;
    display: flex;
    font-size: 1.8rem;
    gap: 1.4rem;
    justify-content: center;
    line-height: 3.6111111111;
    margin-top: 1.5rem;
    max-width: 24rem;
    transition: color 0.3s ease;
    width: 100%;
}
.p-top-employment__detailBtnLink img {
    max-width: 1.1rem;
    transition: transform 0.3s ease;
    width: 100%;
}
.p-top-employment__detailBtnLink:hover img {
    transform: translateX(0.5rem);
}

.p-top-info {
    background: url(../img/img_bg_overlay.webp);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 1;
}

.p-top-info__container {
    background-color: #8dc557;
    border-radius: 8rem;
    padding-bottom: 10.5rem;
}

.p-top-info__containerInner {
    margin-left: auto;
    margin-right: auto;
    max-width: 144rem;
    padding-left: 8rem;
    padding-right: 8rem;
    text-align: center;
    width: 100%;
}

.p-top-info__headingWrap {
    position: relative;
    top: -4.8rem;
}

.p-top-info__title {
    background-color: #f0f4d6;
    border: 0.5rem solid #8dc557;
    border-radius: 100vh;
    font-size: 4rem;
    line-height: 1.625;
    margin-left: auto;
    margin-right: auto;
    max-width: 68rem;
    padding-block: 0.6rem;
    width: 100%;
}
.p-top-info__title::after {
    background: url(../img/img_triangle02.webp) center center/contain no-repeat;
    content: "";
    height: 2rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 4rem;
}

.p-top-info__subTitle {
    color: #fff;
    font-size: 4rem;
    line-height: 1.625;
    margin-top: 2.5rem;
}

.p-top-info__contentItems {
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 1rem;
    text-align: left;
}

.p-top-info__contentItem {
    background-color: #fff;
    border-radius: 4rem;
    display: grid;
    gap: 1.4rem;
    grid-row: span 4;
    grid-template-rows: subgrid;
    padding-bottom: 3.6rem;
}

.p-top-info__contentItemImage {
    border-top-left-radius: 4rem;
    border-top-right-radius: 4rem;
    width: 100%;
}

.p-top-info__contentTitles {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
}
.p-top-info__contentTitles .p-top-info__contentTitleIcon--material,
.p-top-info__contentTitles .p-top-info__contentTitleIcon--individual {
    max-width: 1.8rem;
    width: 100%;
}
.p-top-info__contentTitles .p-top-info__contentTitleIcon--program {
    max-width: 2.5rem;
    width: 100%;
}

.p-top-info__contentTitle {
    font-size: 3.6rem;
    line-height: 1.8333333333;
    text-align: center;
}

.p-top-info__description {
    font-size: 1.6rem;
    line-height: 1.75;
    padding-left: 4rem;
    padding-right: 4rem;
}

.p-top-info__btnLink {
    align-items: center;
    border-radius: 100vh;
    color: #fff;
    display: flex;
    font-size: 1.8rem;
    gap: 0.9rem;
    justify-content: center;
    line-height: 3.6111111111;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    width: 32rem;
}
.p-top-info__btnLink img {
    max-width: 1.3rem;
    width: 100%;
}

.p-top-info__officeInfo {
    margin-top: 6.84rem;
}

.p-top-info__officeInfoTitle {
    color: #fff;
    font-size: 4rem;
    line-height: 1.625;
}

.p-top-info__infoWrap {
    margin-top: 2.7rem;
}

.p-top-info__officeInfoItems {
    align-items: center;
    background-color: #fff3d1;
    border: 2rem solid #fff;
    border-radius: 4rem;
    display: flex;
    gap: 6.8rem;
    justify-content: center;
}

.p-top-info__officeInfoItem {
    padding-block: 4.3rem;
    width: 32rem;
}

.p-top-info__officeInfoItemTitle {
    font-size: 2.4rem;
    line-height: 1.6666666667;
}

.p-top-info__officeInfoItemTel {
    background-color: #fff;
    border-radius: 100vh;
    color: #f17a22;
    display: block;
    font-size: 4rem;
    line-height: 1.25;
    margin-top: 0.8rem;
}

.p-top-info__officeInfoItemTelLabel {
    font-size: 2rem;
    margin-right: 0.9rem;
}

.p-top-info__officeInfoItemSup {
    font-size: 1.6rem;
    margin-top: 1.3rem;
}

.p-top-info__contentColor--l-blue {
    color: #00a5e3;
}

.p-top-info__contentBgColor--l-blue {
    background-color: #00a5e3;
}

.p-top-info__contentColor--y-green {
    color: #8dc557;
}

.p-top-info__contentBgColor--y-green {
    background-color: #8dc557;
}

.p-top-info__contentColor--l-orange {
    color: #fcb30a;
}

.p-top-info__contentBgColor--l-orange {
    background-color: #fcb30a;
}

.p-top-leading {
    background-color: #fffef7;
    margin-top: -2.4rem;
}

.p-top-leading img {
    width: 100%;
}

.p-top-leading__inner {
    background-color: #ccecf3;
    margin-top: -0.1rem;
    position: relative;
}
.p-top-leading__inner::after {
    background: url(../img/img_bg_cloud01.webp) center center/contain no-repeat;
    content: "";
    height: 100%;
    left: 50%;
    max-height: 31.4rem;
    max-width: 152rem;
    position: absolute;
    top: 13%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.p-top-leading__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 130rem;
    padding-left: 8rem;
    padding-right: 8rem;
    padding-top: 1.4rem;
    width: 100%;
}

.p-top-leading__title {
    background-color: #00a5e3;
    border-radius: 100vh;
    color: #fff;
    font-size: 3.6rem;
    line-height: 1.8055555556;
    padding-block: 0.75rem;
    position: relative;
    text-align: center;
}
.p-top-leading__title::before {
    background: url(../img/icon_plane.webp) center center/contain no-repeat;
    content: "";
    height: 6.9rem;
    left: -2.9rem;
    position: absolute;
    top: -2.8rem;
    width: 10.8rem;
}
.p-top-leading__title::after {
    background: url(../img/img_triangle.webp) center center/contain no-repeat;
    content: "";
    height: 2rem;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translate(-50%, -40%);
    width: 4rem;
}

.p-top-leading__contentWrap {
    margin-top: 11.2rem;
    text-align: center;
}

.p-top-leading__contentTitle {
    position: relative;
    z-index: 1;
}
.p-top-leading__contentTitle .p-top-leading__sub {
    font-size: 4rem;
    line-height: 1.375;
}
.p-top-leading__contentTitle .p-top-leading__main {
    font-size: 4.8rem;
    line-height: 1.1458333333;
}
.p-top-leading__contentTitle::after {
    color: #b0ddee;
    content: "WELCOME!";
    font-size: 12rem;
    height: 9rem;
    left: 50%;
    position: absolute;
    top: -65%;
    transform: translate(-50%, -50%);
    width: 61rem;
    z-index: -1;
}

.p-top-leading__contentBorder {
    font-size: 6rem;
    line-height: 1;
    text-decoration: underline;
    text-decoration-color: #fff340;
    text-decoration-thickness: 1.4rem;
    text-underline-offset: -1rem;
}

.p-top-leading__contentText {
    font-size: 1.8rem;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4.7rem;
    width: 50rem;
}

.p-top-leading__color--orange {
    color: #f17a22;
}

.p-top-leading__container02 {
    background-color: #fffef7;
    border-top-left-radius: 8rem;
    border-top-right-radius: 8rem;
    margin-top: 23.2rem;
    padding-bottom: 14rem;
    padding-top: 27.2rem;
    position: relative;
    z-index: 1;
}
.p-top-leading__container02::before {
    background: url(../img/img_bg_cloud02.webp) center center/contain no-repeat;
    content: "";
    height: 100%;
    left: 50%;
    max-width: 128rem;
    position: absolute;
    top: 47.5%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
}

.p-top-leading__container03 {
    background-color: #fffef7;
}

.p-top-leading__containerInner {
    margin-left: auto;
    margin-right: auto;
    max-width: 144rem;
    padding-left: 8rem;
    padding-right: 8rem;
    width: 100%;
}

.p-top-leading__contentBlock {
    align-items: center;
    display: flex;
    gap: 8rem;
    justify-content: space-between;
}
.p-top-leading__contentBlock:not(:first-child) {
    margin-top: 10.5rem;
}

.p-top-leading__contentBlock--reverse {
    flex-direction: row-reverse;
}

.p-top-leading__contentBlockLeft {
    text-align: center;
}
.p-top-leading__contentBlockLeft img {
    max-width: 70rem;
    width: 100%;
}

.p-top-leading__contentBlockLeft--ml {
    margin-left: 9.1rem;
    margin-top: -0.5rem;
}

.p-top-leading__contentBlockLeft--ml02 {
    margin-right: 12.5rem;
    margin-top: -1.5rem;
}

.p-top-leading__contentBlockLeftText {
    font-size: 4rem;
    line-height: 1.5;
}

.p-top-leading__contentBlockLeftSubText {
    font-size: 1.8rem;
    line-height: 2;
    margin-top: 2.75rem;
    width: 47rem;
}

.p-top-leading__contentBlockLeftSubText--w350 {
    width: 35rem;
}

.p-top-leading__contentBlockRight {
    margin-left: -0.5rem;
    position: relative;
    text-align: center;
}
.p-top-leading__contentBlockRight::after {
    background: url(../img/icon_plane02.webp) center center/contain no-repeat;
    bottom: -5%;
    content: "";
    height: 9.4rem;
    position: absolute;
    right: 4.5%;
    width: 12.4rem;
}
.p-top-leading__contentBlockRight img {
    max-width: 70rem;
    width: 100%;
}

.p-top-leading__circleWrap {
    display: flex;
    gap: 4rem;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 1.2rem;
    transform: translate(-50%, -50%);
}

.p-top-leading__circleBlockSp {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0rem 3rem;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18rem;
}

.p-top-leading__circle {
    background-color: #fff;
    border: 1rem solid #fdd77b;
    border-radius: 100%;
    height: 32rem;
    position: relative;
    width: 32rem;
}

.p-top-leading__circleBlock {
    align-items: center;
    display: flex;
    flex-direction: column;
    left: 50%;
    position: absolute;
    text-align: center;
    top: -10%;
    transform: translate(-50%);
    width: 100%;
}
.p-top-leading__circleBlock img {
    -o-object-fit: contain;
    aspect-ratio: 110/110;
    height: auto;
    max-width: 11rem;
    object-fit: contain;
    padding-bottom: 2rem;
    width: 100%;
}

.p-top-leading__circleTitle {
    font-size: 3.6rem;
    line-height: 1.8055555556;
}

.p-top-leading__circleContent {
    color: #f17a22;
    font-size: 6rem;
    line-height: 1.0833333333;
    margin-top: -1rem;
    text-align: center;
    width: 100%;
}
.p-top-leading__circleContent span {
    font-size: 4.8rem;
}

.p-top-leading__circleInfo {
    font-size: 1.8rem;
    line-height: 2;
}

.p-top-leading__upperCircle {
    align-items: center;
    display: flex;
    gap: 3rem;
    justify-content: center;
}

.p-top-network {
    padding-block: 7.6rem 14.7rem;
}

.p-top-network__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 144rem;
    padding-left: 8rem;
    padding-right: 8rem;
    width: 100%;
}

.p-top-network__container {
    align-items: flex-start;
    display: flex;
    gap: 6rem;
    justify-content: center;
}

.p-top-network__blockLeft {
    max-width: 50rem;
    width: 100%;
}

.p-top-network__leftTitle {
    font-size: 4.8rem;
    line-height: 1.3541666667;
}

.p-top-network__leftDescription {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.7777777778;
    margin-top: 3.64rem;
}

.p-top-network__leftIndexLink {
    align-items: center;
    background-color: #fcb30a;
    border-radius: 100vh;
    color: #fff;
    display: flex;
    font-size: 1.8rem;
    gap: 0.9rem;
    justify-content: center;
    line-height: 3.35;
    margin-top: 3.2rem;
    max-width: 46rem;
    position: relative;
    transition: color 0.3s ease;
    width: 100%;
}
.p-top-network__leftIndexLink img {
    max-width: 1.3rem;
    width: 100%;
}

.p-top-network__leftExternalLink {
    align-items: center;
    background-color: #fff;
    border: 0.3rem solid #fcb30a;
    border-radius: 100vh;
    color: #f17a22;
    display: flex;
    font-size: 1.8rem;
    gap: 0.9rem;
    justify-content: center;
    line-height: 3.35;
    margin-top: 1.7rem;
    max-width: 46rem;
    position: relative;
    transition: color 0.3s ease;
    width: 100%;
}
.p-top-network__leftExternalLink img {
    max-width: 1.3rem;
    width: 100%;
}

.p-top-news {
    padding-top: 15.1rem;
}

.p-top-news__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 168rem;
    padding-left: 8rem;
    padding-right: 8rem;
    width: 100%;
}

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

.p-top-news__heading {
    align-items: center;
    display: flex;
    gap: 1.6rem;
}
.p-top-news__heading img {
    max-width: 5.4rem;
    width: 100%;
}

.p-top-news__title {
    font-size: 4.8rem;
    line-height: 1.3541666667;
}

.p-top-news__content {
    margin-top: 3.16rem;
}

.p-top-news__contentItems {
    display: grid;
    gap: 5.2rem;
    grid-template-columns: repeat(4, 1fr);
}

.p-top-news__contentImages {
    -o-object-fit: cover;
    aspect-ratio: 340/180;
    height: auto;
    object-fit: cover;
    position: relative;
    width: 100%;
}
.p-top-news__contentImages img {
    -o-object-fit: cover;
    aspect-ratio: 340/180;
    border-radius: 2rem;
    height: auto;
    object-fit: cover;
    width: 100%;
}

.p-top-news__contentOffice {
    background-color: #00a5e3;
    border-bottom-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    bottom: 0;
    color: #fff;
    content: "";
    font-size: 1.6rem;
    left: 0;
    line-height: 1;
    padding: 1rem 1.5rem 0.8rem 1.1rem;
    position: absolute;
}

.p-top-news__contentInfo {
    align-items: center;
    display: flex;
    /* gap: 1.5rem; */
    gap: 0.75rem 1.5rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.p-top-news__date {
    font-size: 1.4rem;
    font-weight: 400;
    /* line-height: 4.6428571429; */
    line-height: 2;
}

.p-top-news__cat {
    background-color: #fff;
    border: 1px solid #00a5e3;
    border-radius: 100vh;
    color: #00a5e3;
    font-size: 1.4rem;
    line-height: 1;
    padding: 0.5rem 1.3rem 0.6rem;
}

.p-top-news__contentTitle {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    margin-top: 1rem;
}
.p-top-news__btnWrap .p-top-news__btn {
    align-items: center;
    background-color: #fff340;
    border-radius: 100vh;
    display: flex;
    font-size: 2.4rem;
    gap: 1.4rem;
    justify-content: center;
    line-height: 2.7083333333;
    margin-top: 1.5rem;
    max-width: 39rem;
    padding-block: 0.85rem;
    width: 100%;
}
.p-top-news__btnWrap .p-top-news__btn img {
    max-width: 1.7rem;
    width: 100%;
}

.p-top-news__contentLink {
    border-radius: 2rem;
    display: block;
    overflow: hidden;
}

.p-top-news__contentImage {
    display: block;
    height: auto;
    width: 100%;
}
.p-top-office-info {
    background: url(../img/img_bg_overlay.webp);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 10.2rem 0;
}

.p-top-office-info__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 144rem;
    padding-left: 8rem;
    padding-right: 8rem;
    width: 100%;
}

.p-top-office-info__headingImage img {
    margin-left: auto;
    margin-right: auto;
    max-width: 5.4rem;
    width: 100%;
}

.p-top-office-info__title {
    font-size: 4.8rem;
    line-height: 1.3541666667;
    margin-top: 1.1rem;
    text-align: center;
}

.p-top-office-info__contentItems {
    display: grid;
    gap: 4rem;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 5.3rem;
}

.p-top-office-info__contentItem {
    text-align: center;
}

.p-top-office-info__contentItemImages {
    position: relative;
}
.p-top-office-info__contentItemImages .p-top-office-info__contentItemImage {
    border-radius: 2rem;
    max-width: 40rem;
    width: 100%;
}
.p-top-office-info__contentItemImages .p-top-office-info__contentItemImageStaff {
    left: 78.7%;
    max-width: 13rem;
    position: absolute;
    top: 69%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.p-top-office-info__officeTitle {
    font-size: 2.8rem;
    line-height: 1.4285714286;
    margin-top: 2.3rem;
}
.p-top-office-info__officeInfoTelWrap {
    margin-top: 1.7rem;
}

.p-top-office-info__officeInfoItemTel {
    background-color: #fffce8;
    border-radius: 100vh;
    color: #f17a22;
    display: block;
    font-size: 4rem;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    width: 32rem;
}

.p-top-office-info__officeInfoItemTelLabel {
    font-size: 2rem;
}

.p-top-office-info__officeAccess {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 2.1rem;
}

.p-top-office-info__detailBtnLink {
    align-items: center;
    background-color: #fff340;
    border-radius: 100vh;
    display: flex;
    font-size: 1.8rem;
    gap: 0.9rem;
    justify-content: center;
    line-height: 3.35;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5rem;
    position: relative;
    transition: color 0.3s ease;
    width: 36rem;
}
.p-top-office-info__detailBtnLink img {
    max-width: 1.3rem;
    width: 100%;
}

.p-top-office {
    background-color: #fffef7;
    padding-top: 7.85rem;
}

.p-top-office__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 132rem;
    padding-left: 8rem;
    padding-right: 8rem;
    width: 100%;
}

.p-top-office__container {
    max-width: 112rem;
    width: 100%;
}

.p-top-office__btnItems {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
}

.p-top-office__btnItem {
    background-color: #fff340;
    border-radius: 100vh;
    max-width: 36rem;
    width: 100%;
}

.p-top-office__btnLink {
    align-items: center;
    display: flex;
    gap: 1.3rem 0.7rem;
    justify-content: center;
    position: relative;
    transition: color 0.3s ease;
}
.p-top-office__btnLink img {
    max-width: 1.2rem;
    transition: transform 0.3s ease;
    width: 100%;
}
.p-top-office__btnLink:hover img {
    transform: translateX(0.5rem);
}

.p-top-office__btnLabel {
    font-size: 2rem;
    line-height: 3;
}

.p-top-recruit {
    background-color: #fffef7;
}

.p-top-recruit__container {
    background-color: #f0f4d6;
    border-radius: 8rem;
    padding-block: 14.2rem 22.5rem;
    position: relative;
    z-index: 1;
}
.p-top-recruit__container::after {
    background: url(../img/img_bg_paper_airplane.webp) center center/contain no-repeat;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 77%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1;
}

.p-top-recruit__contents {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.p-top-recruit__contentBlockWrap--mt42 {
    margin-top: 4.2rem;
}

.p-top-recruit__contentBlockWrap.p-top-recruit__contentBlockWrap--mt60 {
    margin-top: 6rem;
}

.p-top-recruit__contentBlock {
    align-items: flex-start;
    display: flex;
    gap: 2rem;
    justify-content: center;
}

.p-top-recruit__contentBlock--flexStart {
    justify-content: flex-start;
}

.p-top-recruit__contentBlock--flexEnd {
    justify-content: flex-end;
}

.p-top-recruit__contentBlockText {
    font-size: 2.4rem;
    line-height: 2.7083333333;
    margin-top: -0.6rem;
    text-orientation: mixed; /* 日本語を縦書きに自然に表示 */
    writing-mode: vertical-rl; /* 縦書き・右から左へ */
}

.p-top-recruit__contentBlockImage {
    margin-left: -1.8rem;
    margin-top: -0.5rem;
    max-width: 36rem;
    position: relative;
}
.p-top-recruit__contentBlockImage img {
    max-width: 36rem;
    width: 100%;
}

.p-top-recruit__contentTag {
    background-color: #fff;
    border-bottom-right-radius: 3rem;
    border-top-left-radius: 2.8rem;
    font-size: 3rem;
    left: -0.1rem;
    line-height: 2.1666666667;
    padding: 2.2rem 0;
    position: absolute;
    text-orientation: mixed; /* 日本語を縦書きに自然に表示 */
    top: -0.05rem;
    writing-mode: vertical-rl; /* 縦書き・右から左へ */
}

.p-top-recruit__contentColor--l-blue {
    color: #00a5e3;
}

.p-top-recruit__contentColor--y-green {
    color: #8dc557;
}

.p-top-recruit__contentColor--l-orange {
    color: #fcb30a;
}

.p-top-recruit__contentColor--turquoise {
    color: #41baaf;
}

.p-top-recruit__contentText {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    height: 100%;
    line-height: 1.625;
    margin-top: 2.2rem;
    min-height: 10rem;
}

.p-top-recruit__contentBlockMiddle {
    align-items: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.p-top-recruit__contentBlockMiddle img {
    max-width: 11.1rem;
    width: 100%;
}

.p-top-recruit__contentBlockMiddleSubTitle {
    background-color: #8dc557;
    border-radius: 100vh;
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.65;
    margin-top: 3rem;
    max-width: 43rem;
    width: 100%;
}

.p-top-recruit__contentBlockMiddleTitle {
    font-size: 5.6rem;
    line-height: 1.3571428571;
    margin-top: 0.76rem;
}

.p-top-recruit__contentBlockMiddleText {
    font-size: 2rem;
    line-height: 2;
    margin-top: 3.2rem;
}
.p-top-recruit__contentBlockMiddleText span {
    color: #f17a22;
}

/* SP */
.p-top-recruit__upperBlock .p-top-recruit__upperBlockIcon {
    max-width: 9.3rem;
    width: 100%;
}

.p-top-recruit__upperBlockImage {
    margin-top: 5.6rem;
    width: 100%;
}

.p-top-recruit__upperBlockSubTitle {
    background-color: #8dc557;
    border-radius: 100vh;
    color: #fff;
    font-size: 3.2rem;
    line-height: 2.03125;
    margin-top: 2.2rem;
    max-width: 51rem;
    width: 100%;
}

.p-top-recruit__upperBlockTitle {
    font-size: 6rem;
    line-height: 1.3333333333;
    margin-top: 3.9rem;
}

.p-top-recruit__upperBlockText {
    font-size: 3rem;
    line-height: 1.6666666667;
    margin-top: 3.8rem;
}
.p-top-recruit__upperBlockText span {
    color: #f17a22;
}

.p-top-voice {
    background-color: #e5f6fc;
    padding-top: 10rem;
}

.p-top-voice__wrap {
    background-color: #fff;
    border-top-left-radius: 6rem;
    border-top-right-radius: 6rem;
    padding-bottom: 16.2rem;
}

.p-top-voice__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 168rem;
    padding-left: 8rem;
    padding-right: 8rem;
    width: 100%;
}

.p-top-voice__container {
    padding-top: 8.45rem;
}

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

.p-top-voice__heading {
    align-items: center;
    display: flex;
    gap: 1.6rem;
}
.p-top-voice__heading img {
    max-width: 5.4rem;
    width: 100%;
}

.p-top-voice__title {
    font-size: 4.8rem;
    line-height: 1.3541666667;
}

.p-top-voice__content {
    margin-top: 3.16rem;
}

.p-top-voice__contentItems {
    display: grid;
    gap: 5.2rem;
    grid-template-columns: repeat(4, 1fr);
}

.p-top-voice__contentImages {
    -o-object-fit: cover;
    aspect-ratio: 340/180;
    height: auto;
    object-fit: cover;
    position: relative;
    width: 100%;
}
.p-top-voice__contentImages img {
    aspect-ratio: 340/180;
    border-radius: 2rem;
    height: auto;
    width: 100%;
}

.p-top-voice__contentOffice {
    background-color: #fcb30a;
    border-bottom-left-radius: 1.2rem;
    border-top-right-radius: 1.2rem;
    bottom: 0;
    color: #fff;
    content: "";
    font-size: 1.6rem;
    left: 0;
    line-height: 1;
    padding: 1rem 1.5rem 0.8rem 1.1rem;
    position: absolute;
}

.p-top-voice__contentInfo {
    align-items: center;
    display: flex;
    /* gap: 1.5rem; */
    gap: 0.75rem 1.5rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.p-top-voice__date {
    font-size: 1.4rem;
    /* line-height: 4.6428571429; */
    line-height: 2;
}

.p-top-voice__cat {
    border: 2px solid #fcb30a;
    border-radius: 100vh;
    color: #fcb30a;
    font-size: 1.4rem;
    line-height: 1;
    padding: 0.5rem 1.3rem 0.6rem;
}

.p-top-voice__contentTitle {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    margin-top: 1rem;
}
.p-top-voice__btnWrap .p-top-voice__btn {
    align-items: center;
    background-color: #fff340;
    border-radius: 100vh;
    display: flex;
    font-size: 2.4rem;
    gap: 1.4rem;
    justify-content: center;
    line-height: 2.7083333333;
    margin-top: 1.5rem;
    max-width: 39rem;
    padding-block: 0.85rem;
    width: 100%;
}
.p-top-voice__btnWrap .p-top-voice__btn img {
    max-width: 1.7rem;
    width: 100%;
}

.p-top-voice__contentLink {
    border-radius: 2rem;
    display: block;
}

.p-top-voice__contentImage {
    display: block;
    height: auto;
    width: 100%;
}
.u-base1 {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
}

.u-base2 {
    font-size: 1.8rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
}

.u-flex {
    display: flex;
}

.u-font14 {
    font-size: 1.4rem;
}

.u-font16 {
    font-size: 1.6rem;
}

.u-font18 {
    font-size: 1.8rem;
}

.u-font20 {
    font-size: 2rem;
}

.u-font22 {
    font-size: 2.2rem;
}

.u-font24 {
    font-size: 2.4rem;
}

.u-font28 {
    font-size: 2.8rem;
}

.u-font32 {
    font-size: 3.2rem;
}

.u-font40 {
    font-size: 4rem;
}

.u-hover {
    transition: opacity 0.5s;
}

.u-hover:hover {
    opacity: 0.6;
    transition: opacity 0.5s;
}

.u-lh10 {
    line-height: 1;
}

.u-lh13 {
    line-height: 1.3;
}

.u-lh15 {
    line-height: 1.5;
}

.u-lh16 {
    line-height: 1.6;
}

.u-lh20 {
    line-height: 2;
}

.u-ls05 {
    letter-spacing: 0.05em;
}

.u-ls10 {
    letter-spacing: 0.1em;
}

.u-ls15 {
    letter-spacing: 0.15em;
}

.u-ls20 {
    letter-spacing: 0.2em;
}

.u-mt10 {
    margin-top: 10px !important;
    margin-top: 1rem !important;
}

.u-mt20 {
    margin-top: 20px !important;
    margin-top: 2rem !important;
}

.u-mt30 {
    margin-top: 30px !important;
    margin-top: 3rem !important;
}

.u-mt40 {
    margin-top: 40px !important;
    margin-top: 4rem !important;
}

.u-mt50 {
    margin-top: 50px !important;
    margin-top: 5rem !important;
}

.u-mt60 {
    margin-top: 60px !important;
    margin-top: 6rem !important;
}

.u-mt70 {
    margin-top: 70px !important;
    margin-top: 7rem !important;
}

.u-mt80 {
    margin-top: 80px !important;
    margin-top: 8rem !important;
}

.u-mt90 {
    margin-top: 90px !important;
    margin-top: 9rem !important;
}

.u-mt100 {
    margin-top: 100px !important;
    margin-top: 10rem !important;
}

.u-mt110 {
    margin-top: 110px !important;
    margin-top: 11rem !important;
}

.u-mt120 {
    margin-top: 120px !important;
    margin-top: 12rem !important;
}

.u-mt130 {
    margin-top: 130px !important;
    margin-top: 13rem !important;
}

.u-mt140 {
    margin-top: 140px !important;
    margin-top: 14rem !important;
}

.u-mt150 {
    margin-top: 150px !important;
    margin-top: 15rem !important;
}

.u-mt160 {
    margin-top: 160px !important;
    margin-top: 16rem !important;
}

.u-mt170 {
    margin-top: 170px !important;
    margin-top: 17rem !important;
}

.u-mt180 {
    margin-top: 180px !important;
    margin-top: 18rem !important;
}

.u-mt190 {
    margin-top: 190px !important;
    margin-top: 19rem !important;
}

.u-mt200 {
    margin-top: 200px !important;
    margin-top: 20rem !important;
}

.u-shadow {
    box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
}

.u-sp {
    display: none;
}

.u-textLeft {
    text-align: Left !important;
}

.u-textCenter {
    text-align: Center !important;
}

.u-textRight {
    text-align: Right !important;
}

.u-textJustify {
    text-align: Justify !important;
}
.u-top--0 {
    top: 0;
}

/* .u-w300 {
    font-weight: 300;
}

.u-w400 {
    font-weight: 400;
}

.u-w500 {
    font-weight: 500;
}

.u-w600 {
    font-weight: 600;
}

.u-w700 {
    font-weight: 700;
}

.u-w900 {
    font-weight: 900;
} */

.u-w300 {
    font-weight: 300 !important;
}

.u-w400 {
    font-weight: 400 !important;
}

.u-w500 {
    font-weight: 500 !important;
}

.u-w600 {
    font-weight: 600 !important;
}

.u-w700 {
    font-weight: 700 !important;
}

.u-w900 {
    font-weight: 900 !important;
}

@media screen and (min-width: 768px) {
    .c-btn:hover {
        transition: 0.3s all;
    }
    .c-hoverRun:hover {
        background-size: 100% 1px;
    }
    .c-hoverUnderline:hover::after {
        opacity: 1;
    }
    .c-hoverUnderline:hover::after {
        opacity: 1;
    }
    .c-underBar:hover:before {
        opacity: 0;
        transition: 0.5s all;
    }
    .p-pageTop__wrap:hover img:nth-of-type(1) {
        opacity: 0;
        transition: 0.5s opacity;
    }
    .p-pageTop__wrap:hover img:nth-of-type(2) {
        opacity: 1;
        transition: 0.5s opacity;
    }
}

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

@media screen and (min-width: 769px) {
    .c-imgZoom:hover img {
        transform: scale(1.2);
        transition: transform 0.8s;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    html {
        font-size: 0.67vw;
    }
}

@media screen and (min-width: 1440px) {
    html {
        font-size: 0.5708333333vw;
    }
}
/* @media screen and (min-width: 1800px) {
  html {
    font-size: 0.5708333333vw;
  }
} */

@media screen and (max-width: 1024px) {
    .l-sec-mainBlock {
        gap: 4rem;
    }
    .l-sec-mainBlock.is-layout-flex {
        align-items: center;
        flex-direction: column;
        margin-bottom: 8rem;
        margin-top: 4.5rem;
    }
    .c-column2 {
        gap: 3rem;
        grid-template-columns: repeat(1, 1fr);
    }
    .c-column2--gap60 {
        gap: 4rem;
    }
    .c-column2--gapSp20 {
        gap: 2rem;
    }
    .c-column3 {
        grid-template-columns: repeat(1, 1fr);
    }
    .c-column4 {
        grid-template-columns: repeat(1, 1fr);
    }
    .c-column4--sp2 {
        grid-template-columns: repeat(2, 1fr);
    }
    .c-headline1__main {
        font-size: 2rem;
        padding-left: 2.2rem;
    }
    .c-headline1__sub {
        margin-top: 2.6rem;
        padding-left: 2.2rem;
    }
    .c-sidebar {
        border: 0.45rem solid #fdd77b;
        border-radius: 2.2rem;
        margin-bottom: 12rem;
        margin-left: 0rem;
        margin-top: 8rem;
        max-width: 35rem;
    }
    .c-sidebar__titleWrap {
        margin-top: -1.5rem;
        padding-block: 0 0.6rem;
    }
    .c-sidebar__titleWrap img {
        max-width: 6.1rem;
    }
    .c-sidebar__titleWrap img {
        max-width: 3.4rem;
    }
    .c-sidebar__title {
        font-size: 2rem;
        line-height: 1.1111111111;
    }
    .c-sidebar__item {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .c-sidebar__item:first-child {
        padding-block: 1.2rem 0.8rem;
    }
    .c-sidebar__item:not(:first-child) {
        padding-block: 0.96rem 1.1rem;
    }
    .c-sidebar__item:last-child {
        border-bottom-left-radius: 1.9rem;
        border-bottom-right-radius: 1.9rem;
    }
    .c-sidebar__item img {
        max-width: 2rem;
    }
    .c-sidebar__item img {
        max-width: 1.2rem;
    }
    .c-sidebar__itemTitle {
        font-size: 2.8rem;
        line-height: 1.4285714286;
        width: 54rem;
    }
    .c-sidebar__itemTitle {
        font-size: 1.8rem;
        width: 30rem;
    }
    .c-table {
        border-radius: 1.1rem;
    }
    .c-table__head01,
    .c-table__head02,
    .c-table__head03,
    .c-table__data01,
    .c-table__data02,
    .c-table__data03 {
        font-size: 2.4rem;
        line-height: 1.5;
    }
    .c-table__head01,
    .c-table__head02,
    .c-table__head03,
    .c-table__data01,
    .c-table__data02,
    .c-table__data03 {
        font-size: 1.4rem;
        font-size: 1.8rem;
        padding-block: 1.2rem;
    }
    .c-table__data02 p:nth-child(2) {
        line-height: 1.5;
    }
    .c-table__data02 p:nth-child(2) {
        font-size: 0.8rem;
        font-size: 1.2rem;
    }
    .c-table__data02 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .c-table__data02 {
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }
    .c-toc {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .c-toc {
        padding-left: 3rem;
        padding-right: 3rem;
        padding-left: 0;
        padding-right: 0;
    }
    .c-toc__inner {
        border: 0.28rem solid #8dc557;
        border-radius: 1.69rem;
    }
    .c-toc__header {
        border-top-left-radius: 1.1rem;
        border-top-right-radius: 1.1rem;
        gap: 0.6rem;
        padding: 0.5rem 1.7rem;
    }
    .c-toc__header img {
        max-width: 1.7rem;
    }
    .c-toc__title {
        font-size: 3rem;
        line-height: 1.8666666667;
    }
    .c-toc__title {
        font-size: 1.7rem;
    }
    .c-toc__items {
        padding: 1.1rem 2.2rem;
    }
    .c-toc__link {
        font-size: 1.35rem;
        font-size: 2rem;
    }
    .c-toc__link img {
        max-width: 1.1rem;
    }
    .c-toc__item--h2 {
        font-size: 2.4rem;
        line-height: 2;
    }
    .c-toc__item--h3 {
        font-size: 2.2rem;
        line-height: 2;
    }
    .c-toc__item--h4 {
        font-size: 2rem;
        line-height: 2;
    }
    .p-header__logoItem {
        width: auto;
    }
    .p-about-greet {
        padding-bottom: 0rem;
        margin-top: 10%;
    }
    .p-about-greet__titleWrap img {
        max-width: 6.5rem;
    }
    .p-about-greet__titleWrap {
        padding-left: 4%;
        padding-right: 4%;
    }
    .p-about-greet__title {
        font-size: 2.8rem;
        line-height: 1.4583333333;
        margin-top: 3rem;
    }
    .p-about-greet__description {
        font-size: 1.6rem;
        font-size: 2rem;
        line-height: 1.6666666667;
        margin-top: 1.6rem;
        padding-left: 4%;
        padding-right: 4%;
    }
    .p-about-greet__scheduleWrap {
        margin-top: 5.2rem;
    }
    .p-about-greet__scheduleItems {
        gap: 9rem;
        grid-template-columns: repeat(1, 1fr);
    }
    .p-about-greet__scheduleItem {
        max-height: 74rem;
    }
    .p-about-greet__scheduleTitleWrap {
        padding-block: 2.6rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .p-about-greet__scheduleTitle {
        font-size: 2.8rem;
        line-height: 1.5555555556;
    }
    .p-about-greet__scheduleSubTitle {
        font-size: 2rem;
        line-height: 1;
        margin-top: 1.3rem;
    }
    .p-about-greet__schedule {
        gap: 6rem;
    }
    .p-about-greet__schedule {
        gap: 3rem;
    }
    .about-greet__scheduleTimeWrap {
        padding-left: 4%;
    }
    .p-about-greet__scheduleTime {
        font-size: 2rem;
        line-height: 2.7142857143;
        padding-left: 4%;
    }
    .p-about-greet__scheduleContent {
        font-size: 2rem;
        line-height: 2.7142857143;
    }
    .p-about-greet__scheduleComment {
        height: auto;
        margin-top: 3rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .p-about-greet__scheduleComment img {
        aspect-ratio: 16/9;
        height: 28rem;
        max-width: 100%;
        min-height: 0;
        top: 55%;
    }
    .p-about-greet__caseTitle {
        font-size: 3rem;
        line-height: 1.8666666667;
        max-width: 51rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .p-about-greet__caseTitle {
        font-size: 1.6rem;
        font-size: 1.8rem;
    }
    .p-about-greet__caseText {
        font-size: 1.8rem;
        font-size: 2.2rem;
        height: 15rem;
        line-height: 1.6666666667;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        width: 100%;
    }
    .p-about-greet__timeScheduleWrap {
        margin-top: 16rem;
        padding-bottom: 5rem;
        padding-left: 4%;
        padding-right: 4%;
    }
    .p-about-greet__timeScheduleTitleWrap img {
        max-width: 24.5rem;
        transform: translateY(-3rem);
    }
    .p-about-greet__timeScheduleTitle {
        font-size: 2.4rem;
    }
    .p-about-greet__timeScheduleDescription {
        font-size: 2.4rem;
        line-height: 1.6666666667;
    }
    .p-about-greet__timeScheduleDescription {
        font-size: 1.6rem;
        font-size: 2rem;
        margin-top: 2rem;
    }
    .p-about-greet__timeScheduleItems {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 5.2rem;
    }
    .p-about-greet__timeScheduleItems {
        gap: 2.4rem 3rem;
        margin-top: 3rem;
    }
    .p-about-greet__timeScheduleImage img {
        max-width: 100%;
    }
    .p-about-greet__timeScheduleImage::after {
        height: 12.6rem;
        width: 18.4rem;
    }
    .p-about-greet__timeScheduleImage::after {
        bottom: -1.1rem;
        height: 7rem;
        right: 1rem;
        width: 10.3rem;
    }
    .p-about-greet__timeScheduleNum {
        font-size: 6rem;
        height: 11rem;
        width: 11rem;
    }
    .p-about-greet__timeScheduleNum {
        font-size: 3.3rem;
        height: 6rem;
        width: 6rem;
    }
    .p-about-greet__timeScheduleItemTitle {
        font-size: 4.2rem;
        margin-top: 8.9rem;
    }
    .p-about-greet__timeScheduleItemTitle {
        font-size: 2.3rem;
        margin-top: 5rem;
    }
    .p-about-greet__timeScheduleItemDescription {
        font-size: 2.4rem;
        line-height: 1.6666666667;
        margin-top: 3.7rem;
    }
    .p-about-greet__timeScheduleItemDescription {
        font-size: 1.6rem;
        font-size: 2rem;
        margin-top: 2rem;
    }
    .p-about-greet__detailLink img {
        max-width: 1.4rem;
    }
    .p-about-greet__detailLink {
        font-size: 1.25rem;
        line-height: 1.6666666667;
        margin-top: 2rem;
        max-width: 63rem;
        padding-block: 1.1rem;
        padding-left: 1.8rem;
        padding-right: 1.8rem;
    }
    .p-about-greet__sidebarArea {
        max-width: 63rem;
    }
    .p-about-greet__sidebarAreaTitleWrap img {
        max-width: 6.1rem;
    }
    .p-about-greet__sidebarAreaTitle {
        font-size: 3.6rem;
        line-height: 1.1111111111;
    }
    .p-about-greet__sidebarContentItem img {
        max-width: 2rem;
    }
    .p-about-greet__sidebarTitle {
        font-size: 2.8rem;
        line-height: 1.4285714286;
        width: 54rem;
    }
    .p-contact__title {
        font-size: 2.8rem;
        margin: 0 auto 2.2rem;
        padding-left: 4%;
        padding-right: 4%;
    }
    .p-contact__contentsWrap {
        grid-template-columns: repeat(1, 1fr);
        padding-left: 4%;
        padding-right: 4%;
    }
    .p-contact__contentsWrap02 {
        grid-template-columns: repeat(1, 1fr);
    }
    .p-drawer__subMenu {
        padding-left: 1rem;
    }
    .p-drawer-sp {
        padding-bottom: 4.4rem;
    }
    .p-drawer-sp__containerBlock {
        gap: 2rem;
        justify-content: space-around;
        margin-top: 2.65rem;
    }
    .p-drawer-sp__menuBlockLeftSp,
    .p-drawer-sp__menuBlockRightSp {
        flex-direction: column;
    }
    .p-drawer-sp__menuBlockLeftSp,
    .p-drawer-sp__menuBlockRightSp {
        gap: 1.2rem;
    }
    .p-drawer-sp__menuBlockLeftSp {
        max-width: 16.3rem;
    }
    .p-drawer-sp__menuBlockRightSp {
        max-width: 16rem;
    }
    .p-drawer-sp__menu li {
        margin-top: 1rem;
    }
    .p-drawer-sp__menuBlock {
        gap: 1.4rem;
    }
    .p-drawer-sp__menuLink,
    .p-drawer-sp__subMenuLink {
        gap: 0.4rem;
    }
    .p-drawer-sp__menuLink img,
    .p-drawer-sp__subMenuLink img {
        max-width: 0.6rem;
    }
    .p-drawer-sp__menuTitle {
        font-size: 2.4rem;
        line-height: 1.5;
    }
    .p-drawer-sp__menuTitle {
        font-size: 1.2rem;
    }
    .p-drawer-sp__subMenu {
        padding-left: 1rem;
    }
    .p-drawer-sp__subMenuTitle {
        font-size: 2.2rem;
        line-height: 1.6363636364;
    }
    .p-drawer-sp__subMenuTitle {
        font-size: 1.1rem;
    }
    .p-drawer-sp__containerBlock02 {
        flex-direction: column;
        margin-top: 3.6rem;
    }
    .p-drawer-sp__containerBlock02 {
        margin-top: 1.8rem;
    }
    .p-drawer-sp__btnItems {
        flex-direction: column;
    }
    .p-drawer-sp__btnItems {
        gap: 2rem;
    }
    .p-drawer-sp__btnItem {
        max-width: 51rem;
    }
    .p-drawer-sp__btnItem {
        max-width: 26rem;
    }
    .p-drawer-sp__link {
        font-size: 3rem;
        line-height: 2.1666666667;
        padding-block: 1.3rem;
    }
    .p-drawer-sp__link .p-drawer-sp__link--w25 {
        max-width: 2.5rem;
    }
    .p-drawer-sp__link .p-drawer-sp__link--w38 {
        max-width: 3.8rem;
    }
    .p-drawer-sp__link {
        font-size: 1.5rem;
        padding-block: 0.7rem;
    }
    .p-drawer-sp__link--blue {
        border: 0.1rem solid #00a5e3;
    }
    .p-drawer-sp__link--green {
        border: 0.1rem solid #8dc557;
    }
    .p-drawer-sp__link--yellow {
        border: 0.1rem solid #fcb30a;
    }
    .p-drawer-sp__close {
        font-size: 1rem;
        margin-top: 1rem;
        padding: 0.5rem 1rem;
    }
    .p-drawer-sp .p-header__hamburgerSp {
        margin-right: 1rem;
        margin-top: 1rem;
    }
    .p-drawer-sp__containerInner {
        margin-top: 0.9rem;
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .p-drawer-sp__officeBlock:not(:first-child) {
        margin-top: 1.5rem;
    }
    .p-drawer-sp__officeBlock {
        border-radius: 1rem;
        padding: 1.4rem 1.5rem;
    }
    .p-drawer-sp__officeTitle {
        font-size: 1.4rem;
    }
    .p-drawer-sp__officeInfoItems {
        gap: 0.75rem;
        margin-top: 0.8rem;
    }
    .p-drawer-sp__officeInfoItem:nth-child(1) img,
    .p-drawer-sp__officeInfoItem:nth-child(3) img {
        max-width: 1.8rem;
    }
    .p-drawer-sp__officeInfoItem:nth-child(2) img {
        max-width: 1.4rem;
    }
    .p-drawer-sp__officeInfoItem {
        border-radius: 0.5rem;
        padding-block: 1rem;
    }
    .p-drawer-sp__btnLink {
        gap: 0.7rem;
    }
    .p-drawer-sp__linkTitle {
        font-size: 1.2rem;
    }
    .error__inner {
        padding-left: 4%;
        padding-right: 4%;
    }
    .error__title {
        font-size: 7.2rem;
    }
    .p-footer::after {
        background: url(../img/img_bg_cloud_sp.webp) center center/contain no-repeat;
        height: 100%;
        left: 50%;
        margin-bottom: 0rem;
        max-height: 35rem;
        max-width: 100%;
        top: 27.5%;
        transform: translate(-50%, -50%);
    }
    .p-footer::after {
        max-height: 17.5rem;
    }
    .p-footer {
        padding-block: 6.3rem 0;
    }
    .p-footer {
        padding-block: 3.2rem 0;
    }
    .p-footer__inner {
        padding-left: 5.35rem;
        padding-right: 5.35rem;
    }
    .p-footer__inner {
        padding-left: 4%;
        padding-right: 4%;
    }
    .p-footer__containerBlock,
    .p-footer__containerBlock02 {
        flex-direction: column;
    }
    .p-footer__containerBlock {
        margin-left: auto;
        margin-right: auto;
        max-width: 66rem;
        padding-block: 2.8rem 3.2rem;
        padding-left: 2.7rem;
        padding-right: 2.7rem;
        width: 100%;
    }
    .p-footer__containerBlock {
        padding: 1.5rem;
    }
    .p-footer__containerBlock02:nth-child(3) {
        margin-top: 4.1rem;
    }
    .p-footer__containerBlock02 {
        margin-top: 2.3rem;
    }
    .p-footer__containerBlock03 {
        margin-top: 4.6rem;
    }
    .p-footer__containerBlock03 {
        gap: 1.2rem;
        margin-top: 2.3rem;
        justify-content: center;
    }
    .p-footer__menuBlockLeftSp,
    .p-footer__menuBlockRightSp {
        flex-direction: column;
    }
    .p-footer__menuBlockLeftSp,
    .p-footer__menuBlockRightSp {
        gap: 1.2rem;
    }
    .p-footer__menuBlockLeftSp {
        max-width: 32rem;
        width: 100%;
    }
    .p-footer__menuBlockLeftSp {
        max-width: 16rem;
    }
    .p-footer__menuBlockRightSp {
        max-width: 31.5rem;
        width: 100%;
    }
    .p-footer__menuBlockRightSp {
        max-width: 16rem;
    }
    .p-footer__label img {
        max-width: 2.7rem;
    }
    .p-footer__label {
        flex-direction: column;
        gap: 0.8rem;
    }
    .p-footer__label {
        gap: 0.4rem;
    }
    .p-footer__labelText {
        font-size: 2.61rem;
        line-height: 1.3333333333;
        text-align: center;
    }
    .p-footer__labelText {
        font-size: 1.5rem;
    }
    .p-footer__officeItems {
        gap: 1.6rem;
        margin-top: 4rem;
    }
    .p-footer__officeItems {
        gap: 1rem;
        margin-top: 2rem;
    }
    .p-footer__officeItem img {
        max-width: 8.4rem;
    }
    .p-footer__officeName {
        font-size: 1rem;
    }
    .p-footer__btnItems {
        flex-direction: column;
    }
    .p-footer__btnItems {
        gap: 2rem;
    }
    .p-footer__btnItem {
        max-width: 51rem;
    }
    .p-footer__btnItem {
        max-width: 25.5rem;
    }
    .p-footer__btnLink img {
        max-width: 1.1rem;
    }
    .p-footer__btnLink {
        font-size: 2.61rem;
        line-height: 2.1666666667;
        padding-block: 1.3rem;
    }
    .p-footer__btnLink .p-footer__btnLink--w25 {
        max-width: 2.5rem;
    }
    .p-footer__btnLink .p-footer__btnLink--w38 {
        max-width: 3.8rem;
    }
    .p-footer__btnLink {
        font-size: 1.5rem;
    }
    .p-footer__btnLink--blue {
        border: 0.1rem solid #00a5e3;
    }
    .p-footer__btnLink--green {
        border: 0.1rem solid #8dc557;
    }
    .p-footer__btnLink--yellow {
        border: 0.1rem solid #fcb30a;
    }
    .p-footer__menu li {
        margin-top: 2rem;
    }
    .p-footer__menu li {
        margin-top: 1rem;
    }
    .p-footer__menuBlock {
        gap: 1.4rem;
    }
    .p-footer__menuLink img,
    .p-footer__subMenuLink img {
        max-width: 0.6rem;
    }
    .p-footer__menuLink,
    .p-footer__subMenuLink {
        font-size: 1.58rem;
    }
    .p-footer__menuLink,
    .p-footer__subMenuLink {
        font-size: 1rem;
        gap: 0.4rem;
    }
    .p-footer__menuTitle {
        font-size: 2.4rem;
        line-height: 1.5;
    }
    .p-footer__menuTitle {
        font-size: 1.2rem;
    }
    .p-footer__subMenu {
        padding-left: 1rem;
    }
    .p-footer__subMenuTitle {
        font-size: 2.2rem;
        line-height: 1.6363636364;
    }
    .p-footer__subMenuTitle {
        font-size: 1.1rem;
    }
    .p-footer__copyright {
        margin-top: 2rem;
    }
    .p-footer__copyrightText {
        font-size: 1.22rem;
    }
    .p-footer__copyrightText {
        font-size: 1rem;
        margin-top: 1.5rem;
        padding-bottom: 4rem;
    }
    .p-footer__containerBlock04 {
        gap: 0 3rem;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 2.3rem;
    }
    .p-footer__menu--order2 {
        order: 2;
    }
    .p-footer__menu--order3 {
        margin-top: -4rem;
        order: 3;
    }
    .p-header__container {
        margin-top: 0rem;
        padding-block: 1.9rem;
    }
    .p-header__container {
        padding-block: 1rem;
    }
    .p-header__logoItems {
        gap: 1rem;
    }
    .p-header__logoItemLink {
        flex-direction: column;
    }
    .p-header__logoItemLink {
        gap: 0.4rem;
    }
    .p-header__logoItemLink img {
        aspect-ratio: 117/70;
        max-width: 12rem;
    }
    .p-header__logoItemLink img {
        max-width: 8rem;
    }
    .p-header__logoItemTitle {
        font-size: 1.3rem;
    }
    .p-header__logoItemTitle {
        font-size: 0.7rem;
    }
    .p-header__containerSp.u-sp {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding-block: 1.9rem;
        padding-left: 3.1rem;
        padding-right: 3.1rem;
    }
    .p-header__containerSp.u-sp {
        padding-block: 1rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .p-header__hamburgerSp {
        height: 5rem;
        width: 5rem;
    }
    .p-header__hamburgerSp.u-sp {
        align-items: center;
        display: flex;
        justify-content: center;
    }
    .p-header__hamburgerSpWrap {
        width: 1.8rem;
    }
    .p-header__hamburgerSpWrap div {
        gap: 0.3rem; /* spanの間隔調整 */
    }
    .p-header__hamburgerSp span {
        height: 0.2rem;
        width: 1.4rem;
    }
    .p-header__hamburgerSpTitle {
        font-size: 1rem;
        margin-top: 0.5rem;
    }
    .p-header__hamburgerSpWrap.is-active .p-header__hamburgerSpIcon span:nth-child(1) {
        transform: rotate(45deg) translate(0.55rem, 0.55rem);
    }
    .p-header__hamburgerSpWrap.is-active .p-header__hamburgerSpIcon span:nth-child(3) {
        transform: rotate(-45deg) translate(0.2rem, -0.2rem);
    }
    .p-media {
        flex-direction: column-reverse;
    }
    .p-media__head {
        font-size: 10rem;
    }
    .p-media__txt {
        color: pink;
    }
    .p-media__txt {
        color: red;
        font-size: 4rem;
    }
    .p-media__img {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .p-media__body {
        margin-top: 3rem;
        width: 100%;
    }
    .p-mv {
        padding-top: 3rem;
    }
    .p-mv__circleWrap {
        bottom: 5.5rem;
        right: 1.4rem;
    }
    .p-mv__circle {
        border: 0.5rem solid #fdd77b;
        gap: 0.3rem;
        height: 13rem;
        padding-top: 0.4rem;
        width: 13rem;
    }
    .p-mv__circle img {
        max-width: 1.8rem;
    }
    .p-mv__circleTitle {
        font-size: 1.4rem;
    }
    .p-mv__circleContent {
        font-size: 1.6rem;
    }
    .p-mv__upperTextFirst {
        border: 0.15rem solid #f17a22;
        font-size: 1.4rem;
        max-width: 30rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .p-mv__upperTextSecond {
        font-size: 3.5rem;
        margin-top: 1rem;
    }
    .p-mv__upperTextThird {
        font-size: 1.5rem;
        margin-top: 1.85rem;
    }
    .p-mv__downBlock {
        gap: 1.5rem;
    }
    .p-mv__downBlockLeft {
        margin-top: -1.5rem;
    }
    .p-mv__downBlockRight {
        margin-top: 4.5rem;
    }
    .p-office-access {
        margin: 5.8rem 0 8rem;
    }
    .p-office-access__inner {
        padding-left: 4%;
        padding-right: 4%;
    }
    .p-office-access__titleWrap {
        gap: 1.6rem;
    }
    .p-office-access__titleWrap img {
        max-width: 6.5rem;
    }
    .p-office-access__title {
        font-size: 2.8rem;
        line-height: 1.4583333333;
    }
    .p-office-access__contentBlock {
        gap: 4rem;
        grid-template-columns: repeat(1, 1fr);
    }
    .p-office-column {
        border-radius: 6rem;
        margin-top: 6.3rem;
        padding-block: 6.7rem;
    }
    .p-office-column__inner {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .p-office-column__inner {
        padding-left: 4%;
        padding-right: 4%;
    }
    .p-office-column__headingsWrap {
        flex-direction: column;
    }
    .p-office-column__heading img {
        max-width: 6.1rem;
    }
    .p-office-column__heading {
        flex-direction: column;
        text-align: center;
    }
    .p-office-column__title {
        font-size: 5.4rem;
        line-height: 1.2962962963;
    }
    .p-office-column__title {
        font-size: 3rem;
    }
    .p-office-column__content {
        font-size: 2.4rem;
        margin-top: 5.9rem;
    }
    .p-office-column__content {
        font-size: 1.4rem;
        margin-top: 3.4rem;
    }
    .p-office-column__contentItems {
        gap: 2.7rem;
        grid-template-columns: repeat(2, 1fr);
    }
    .p-office-column__contentItems {
        gap: 1.5rem;
    }
    .p-office-column__contentImages img {
        border-radius: 1.1rem;
    }
    .p-office-column__contentOffice {
        font-size: 2.2rem;
    }
    .p-office-column__contentOffice {
        border-bottom-left-radius: 0.7rem;
        border-top-right-radius: 0.7rem;
        font-size: 1.2rem;
        padding: 0.6rem 0.85rem 0.5rem 0.6rem;
    }
    .p-office-column__contentInfo {
        gap: 2.9rem;
    }
    .p-office-column__contentInfo {
        gap: 1.6rem;
        gap: 0.8rem 1.6rem;
    }
    .p-office-column__date {
        font-size: 2.2rem;
        line-height: 2.9545454545;
    }
    .p-office-column__date {
        font-size: 1.2rem;
    }
    .p-office-column__cat {
        font-size: 2rem;
    }
    .p-office-column__cat {
        font-size: 1.1rem;
        padding: 0.28rem 0.7rem 0.3rem;
    }
    .p-office-column__contentTitle {
        font-size: 2.4rem;
        line-height: 1.6666666667;
    }
    .p-office-column__contentTitle {
        font-size: 1.4rem;
    }
    .p-office-column__btnWrap.u-sp {
        display: flex;
    }
    .p-office-column__btnWrap {
        display: flex;
        justify-content: center;
        margin-top: 3.3rem;
        width: 100%;
    }
    .p-office-column__btnWrap .p-office-column__btn {
        font-size: 1.4rem;
        gap: 0.8rem;
        max-width: 22rem;
        padding-block: 0.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .p-office-column__btnWrap .p-office-column__btn img {
        max-width: 1rem;
    }
    .p-office-column__contentLink {
        border-radius: 1.1rem;
    }
    .p-office-director {
        margin-top: 5.8rem;
    }
    .p-office-director__inner {
        padding-left: 4%;
        padding-right: 4%;
    }
    .p-office-director__titleWrap img {
        max-width: 6.5rem;
    }
    .p-office-director__titleWrap {
        gap: 3.1rem;
    }
    .p-office-director__title {
        font-size: 2.8rem;
        line-height: 1.4583333333;
    }
    .p-office-director__contentBlock {
        align-items: center;
        flex-direction: column;
    }
    .p-office-director__contentBlock {
        gap: 2.2rem;
    }
    .p-office-director__contentImage img {
        max-width: 25rem;
        width: 100%;
    }
    .p-office-director__contentImage::after {
        height: 5.4rem;
        right: -3%;
        width: 7.4rem;
    }
    .p-office-director__textWrap {
        max-width: 63rem;
    }
    .p-office-director__textTitle {
        font-size: 3.8rem;
        line-height: 1.3157894737;
        padding-block: 2.2rem;
    }
    .p-office-director__textTitle {
        font-size: 2.4rem;
        padding-block: 1.2rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .p-office-director__text {
        font-size: 2.4rem;
        line-height: 1.6666666667;
        margin-top: 4.2rem;
    }
    .p-office-director__text {
        font-size: 1.4rem;
        margin-top: 2.4rem;
    }
    .p-office-director__name {
        font-size: 2.4rem;
        line-height: 1.25;
        margin-top: 3rem;
    }
    .p-office-director__name {
        font-size: 1.4rem;
    }
    .p-office-features {
        background: url(../img/img_bg_overlay_sp.webp);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .p-office-features__container::after {
        background: url(../img/offices/img_bg_cloud_sp.webp) center center/contain no-repeat;
    }
    .p-office-features__container {
        padding-block: 12rem 12.3rem;
    }
    .p-office-features__container {
        border-radius: 4.5rem;
        margin-top: 7rem;
        padding-block: 6.7rem 7rem;
    }
    .p-office-features__inner {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .p-office-features__titleWrap img {
        max-width: 6.5rem;
    }
    .p-office-features__titleWrap {
        gap: 2rem;
    }
    .p-office-features__title {
        font-size: 4.8rem;
        line-height: 1.4583333333;
    }
    .p-office-features__title {
        font-size: 2.8rem;
    }
    .p-office-features__contentInnerBlock {
        flex-direction: column-reverse;
        gap: 7.4rem;
        margin-top: 6.2rem;
        padding-left: 10%;
        padding-right: 10%;
    }
    .p-office-features__contentInnerBlock {
        gap: 4rem;
        margin-top: 3.4rem;
        padding-block: 3rem;
    }
    .p-office-features__contentInnerBlockTitle {
        font-size: 3.8rem;
        line-height: 1.3157894737;
    }
    .p-office-features__contentInnerBlockTitle {
        font-size: 2.1rem;
    }
    .p-office-features__contentInnerBlockText {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 1.8;
        margin-top: 3.1rem;
        padding-top: 4.1rem;
    }
    .p-office-features__contentInnerBlockText {
        font-size: 1.4rem;
        margin-top: 1.7rem;
        padding-top: 2.3rem;
    }
    .p-office-features__contentImage img {
        border-radius: 2.2rem;
        max-width: 100%;
    }
    .p-office-features__contentImage::after {
        height: 7.4rem;
        width: 9.7rem;
    }
    .p-office-features__contentImage::after {
        height: 4.1rem;
        width: 5.4rem;
    }
    .p-office-info__container {
        background: url(../img/img_bg_overlay_sp.webp);
        background-position: top;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .p-office-info__container {
        padding-block: 5rem 4.4rem;
    }
    .p-office-info__inner {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .p-office-info__inner {
        padding-left: 4%;
        padding-right: 4%;
    }
    .p-office-info__titleWrap img {
        max-width: 6rem;
    }
    .p-office-info__titleWrap {
        gap: 2rem;
    }
    .p-office-info__title {
        font-size: 5.4rem;
        line-height: 1.2962962963;
    }
    .p-office-info__title {
        font-size: 2.8rem;
    }
    .p-office-info__contents {
        margin-top: 6rem;
    }
    .p-office-info__contents {
        margin-top: 3rem;
    }
    .p-office-info__contentItems {
        gap: 3.8rem;
        grid-template-columns: repeat(1, 1fr);
    }
    .p-office-info__contentImage img {
        max-width: 100%;
    }
    .p-office-info__contentInnerBlockTitle {
        font-size: 3.8rem;
        line-height: 1.3157894737;
    }
    .p-office-info__contentInnerBlockTitle {
        font-size: 2.1rem;
    }
    .p-office-info__contentText {
        font-size: 2.4rem;
        line-height: 1.6666666667;
        margin-top: 2.1rem;
    }
    .p-office-info__contentText {
        font-size: 1.4rem;
        margin-top: 1.1rem;
    }
    .p-office-media {
        padding-block: 12rem 11.8rem;
    }
    .p-office-media {
        border-radius: 4.5rem;
        padding-block: 6.8rem 6.6rem;
    }
    .p-office-media__inner {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .p-office-media__inner {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .p-office-media__titleWrap img {
        max-width: 6.5rem;
    }
    .p-office-media__titleWrap {
        gap: 2rem;
    }
    .p-office-media__titleWrap {
        gap: 1.1rem;
    }
    .p-office-media__title {
        font-size: 4.8rem;
        line-height: 1.4583333333;
        text-align: center;
    }
    .p-office-media__title {
        font-size: 2.8rem;
    }
    .p-office-media__text {
        font-size: 2.4rem;
        line-height: 1.6666666667;
        margin-top: 2.8rem;
    }
    .p-office-media__text {
        font-size: 1.4rem;
        margin-top: 1.6rem;
    }
    .p-office-media__contents {
        gap: 3.8rem;
        grid-template-columns: repeat(1, 1fr);
    }
    .p-office-media__contents {
        gap: 2.1rem;
    }
    .p-office-media__content iframe {
        width: 100%;
    }
    .p-office-media__content iframe {
        height: 20rem;
    }
    .p-office-media__content:first-child {
        margin-top: 5.3rem;
    }
    .p-office-media__content:first-child {
        margin-top: 3rem;
    }
    .p-office-media__content:nth-child(2) {
        margin-top: 0rem;
    }
    .p-office-media__link img {
        max-width: 1.6rem;
    }
    .p-office-media__link img {
        max-width: 1.3rem;
    }
    .p-office-media__link {
        font-size: 2.4rem;
        gap: 1.9rem;
        line-height: 2.7083333333;
        margin-top: 6.1rem;
        max-width: 51rem;
    }
    .p-office-media__link {
        font-size: 1.3rem;
        margin-top: 2rem;
        max-width: 29rem;
        padding-left: 1.8rem;
        padding-right: 1.8rem;
    }
    .p-office-news {
        padding-top: 11.2rem;
    }
    .p-office-news {
        padding-top: 6.3rem;
    }
    .p-office-news__inner {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .p-office-news__inner {
        padding-left: 4%;
        padding-right: 4%;
    }
    .p-office-news__headingsWrap {
        flex-direction: column;
    }
    .p-office-news__heading img {
        max-width: 6.1rem;
    }
    .p-office-news__heading {
        flex-direction: column;
    }
    .p-office-news__title {
        font-size: 5.4rem;
        line-height: 1.2962962963;
        text-align: center;
    }
    .p-office-news__title {
        font-size: 3rem;
    }
    .p-office-news__content {
        font-size: 2.4rem;
        margin-top: 6rem;
    }
    .p-office-news__content {
        font-size: 1.4rem;
        margin-top: 3.4rem;
    }
    .p-office-news__contentItems {
        gap: 2.7rem;
        grid-template-columns: repeat(2, 1fr);
    }
    .p-office-news__contentItems {
        gap: 1.5rem;
    }
    .p-office-news__contentImages img {
        border-radius: 1.1rem;
    }
    .p-office-news__contentOffice {
        font-size: 2.2rem;
    }
    .p-office-news__contentOffice {
        border-bottom-left-radius: 0.7rem;
        border-top-right-radius: 0.7rem;
        font-size: 1.2rem;
        padding: 0.6rem 0.85rem 0.5rem 0.6rem;
    }
    .p-office-news__contentInfo {
        gap: 2.9rem;
    }
    .p-office-news__contentInfo {
        gap: 1.6rem;
    }
    .p-office-news__date {
        font-size: 2.2rem;
        line-height: 2.9545454545;
    }
    .p-office-news__date {
        font-size: 1.2rem;
    }
    .p-office-news__cat {
        font-size: 2rem;
    }
    .p-office-news__cat {
        font-size: 1.1rem;
        padding: 0.28rem 0.7rem 0.3rem;
    }
    .p-office-news__contentTitle {
        font-size: 2.4rem;
        line-height: 1.6666666667;
    }
    .p-office-news__contentTitle {
        font-size: 1.4rem;
    }
    .p-office-news__btnWrap.u-sp {
        display: flex;
    }
    .p-office-news__btnWrap {
        display: flex;
        justify-content: center;
        margin-top: 3.3rem;
        width: 100%;
    }
    .p-office-news__btnWrap .p-office-news__btn {
        font-size: 1.4rem;
        gap: 0.8rem;
        max-width: 22rem;
        padding-block: 0.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .p-office-news__btnWrap .p-office-news__btn img {
        max-width: 1rem;
    }
    .p-office-news__contentLink {
        border-radius: 1.1rem;
    }
    .p-office-staff {
        padding-block: 5rem 5.5rem;
    }
    .p-office-staff__inner {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .p-office-staff__inner {
        padding-left: 4%;
        padding-right: 4%;
    }
    .p-office-staff__titleWrap img {
        max-width: 6.5rem;
    }
    .p-office-staff__title {
        font-size: 4.8rem;
        line-height: 1.4583333333;
        margin-top: 3.2rem;
    }
    .p-office-staff__contents {
        margin-top: 6.3rem;
    }
    .p-office-staff__contents {
        margin-top: 3.5rem;
    }
    .p-office-staff__contentItem:not(:first-child) {
        margin-top: 2.2rem;
    }
    .p-office-staff__contentItem {
        flex-direction: column;
        gap: 4.4rem;
    }
    .p-office-staff__contentItem {
        border-radius: 3.3rem;
        gap: 2.4rem;
        padding-block: 2.2rem;
    }
    .p-office-staff__contentImage img {
        max-width: 16rem;
    }
    .p-office-staff__contentTextWrap {
        max-width: 63rem;
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .p-office-staff__contentTextWrap {
        max-width: 35.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .p-office-staff__contentName {
        font-size: 3.8rem;
        line-height: 1;
        padding-left: 0rem;
        text-align: center;
    }
    .p-office-staff__contentName {
        font-size: 2.2rem;
        padding-block: 1.1rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .p-office-staff__contentText {
        font-size: 2.4rem;
        line-height: 1.6666666667;
        margin-top: 3.3rem;
        padding-left: 0rem;
    }
    .p-office-staff__contentText {
        font-size: 1.4rem;
        margin-top: 1.8rem;
    }
    .p-page-header {
        padding-top: 3rem;
    }
    .p-page-header__inner {
        padding: 0;
    }
    .p-page-header__text {
        font-size: 2.4rem;
    }
    .p-page-header__text {
        font-size: 1.2rem;
    }
    .p-page-header__bgImage img {
        -o-object-fit: cover;
        aspect-ratio: 376/266;
        height: auto;
        object-fit: cover;
    }
    .p-page-header__bgImage img {
        border-top-left-radius: 2.8rem;
        border-top-right-radius: 2.8rem;
    }
    .p-page-header__titleBlock {
        top: 55%;
        width: 51rem;
    }
    .p-page-header__titleBlock {
        top: 50%;
        width: 30rem;
    }
    .breadcrumbs {
        font-size: 1.4rem;
        overflow: auto;
        padding: 0.5rem;
        padding-left: 3rem;
        top: 3rem;
        transform: translate(0, 0);
        white-space: nowrap;
        width: 100%;
    }
    .breadcrumbs {
        font-size: 1.2rem;
        padding-left: 1.5rem;
        top: 1.6rem;
    }
    .p-page-header__titleWrap {
        border-radius: 2rem 2rem 0 0;
        width: 100%;
    }
    .p-page-header__titleWrap {
        border-radius: 1rem 1rem 0 0;
        padding-block: 1.2rem;
    }
    .p-page-header__officeInfo {
        font-size: 2.5rem;
    }
    .p-page-header__officeInfo {
        font-size: 1.4rem;
    }
    .p-page-header__title {
        font-size: 2rem;
    }
    .p-page-header__textWrap {
        border-radius: 0 0 2rem 2rem;
        width: 100%;
    }
    .p-page-header__textWrap {
        border-radius: 0 0 1rem 1rem;
        padding-block: 3.6rem 1.2rem;
    }
    .p-page-header__catchphrase {
        font-size: 5.2rem;
        line-height: 1.1538461538;
    }
    .p-page-header__catchphrase {
        font-size: 2.9rem;
    }
    .p-page-nav__inner {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .p-page-nav__inner {
        padding-left: 4%;
        padding-right: 4%;
    }
    .p-page-navItemsWrap.u-sp {
        align-items: flex-start;
        display: flex;
        gap: 7.6rem;
        justify-content: center;
    }
    .p-page-navItemsWrap.u-sp {
        gap: 4rem;
    }
    .p-page-navItems,
    .p-page-navItemsLeft,
    .p-page-navItemsRight {
        flex-direction: column;
        gap: 0;
    }
    .p-page-navItemsLeft,
    .p-page-navItemsRight {
        width: 50%;
    }
    .p-page-navItemsLeft .p-page-navItem:not(:last-child),
    .p-page-navItemsRight .p-page-navItem:not(:last-child) {
        border-bottom: 0.2rem solid #dddddd;
        padding-bottom: 0.5rem;
    }
    .p-page-navItemsLeft .p-page-navItem {
        align-items: center;
        display: flex;
        height: 100%;
        min-height: 8.5rem;
        width: 100%;
    }
    .p-page-navItemsLeft .p-page-navItem {
        min-height: 4.8rem;
    }
    .p-page-navItemsRight .p-page-navItem {
        align-items: center;
        display: flex;
        height: 100%;
        min-height: 8.5rem;
        width: 100%;
    }
    .p-page-navItemsRight .p-page-navItem {
        min-height: 4.8rem;
    }
    .p-page-navItem:not(:first-child)::before {
        content: none;
    }
    .p-page-nav__anchorLink {
        font-size: 2.8rem;
        line-height: 1.4285714286;
    }
    .p-page-nav__anchorLink {
        font-size: 1.3rem;
    }
    .p-pageTop {
        bottom: 2rem;
        right: 2.5rem;
    }
    .p-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
        text-align: center;
    }
    .p-support-difference {
        padding-bottom: 0rem;
        margin-top: 10%;
    }
    .p-support-difference__titleWrap img {
        max-width: 6.5rem;
    }
    .p-support-difference__titleWrap img {
        /* max-width: 3.6rem; */
        max-width: 6.2rem;
    }
    .p-support-difference__title {
        font-size: 4.8rem;
        line-height: 1.4583333333;
        margin-top: 3.1rem;
    }
    .p-support-difference__title {
        /* font-size: 2.4rem; */
        font-size: 2.8rem;
        margin-top: 1.7rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
        padding-left: 0;
        padding-right: 0;
    }
    .p-support-difference__introWrap {
        flex-direction: column;
        margin-top: 6.4rem;
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .p-support-difference__introWrap {
        margin-top: 3.2rem;
        padding-left: 3rem;
        padding-right: 3rem;
        padding-left: 0;
        padding-right: 0;
    }
    .p-support-difference__introImage {
        margin-top: 2.7rem;
        max-width: 32rem;
    }
    .p-support-difference__introImage {
        max-width: 23.2rem;
        max-width: 16.6rem;
    }
    .p-support-difference__introContent {
        max-width: 63rem;
    }
    .p-support-difference__introContent img.p-support-difference__triangleImage {
        left: 40%;
        max-width: 5rem;
        rotate: 90deg;
        top: 85%;
        transform: translate(-50%, -50%);
    }
    .p-support-difference__introItems {
        padding-block: 1.8rem;
        padding-left: 1.1rem;
        padding-right: 1.1rem;
    }
    .p-support-difference__introItem img {
        max-width: 2.6rem;
    }
    .p-support-difference__introItem img {
        max-width: 1.8rem;
    }
    .p-support-difference__introItemText {
        /* font-size: 2.4rem; */
    }
    .p-support-difference__introItemText {
        font-size: 1.6rem;
        font-size: 2rem;
        line-height: 1.6666666667;
    }
    .p-support-difference__description {
        font-size: 2.4rem;
        font-size: 2rem;
        line-height: 1.6666666667;
    }
    .p-support-difference__description {
        font-size: 1.3rem;
        font-size: 1.8rem;
    }
    .p-support-difference__description02 {
        font-size: 2.4rem;
        font-size: 2rem;
        line-height: 1.6666666667;
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .p-support-difference__description02 {
        /* font-size: 1.35rem; */
        padding-left: 3rem;
        padding-right: 3rem;
        padding-left: 0;
        padding-right: 0;
    }
    .p-support-difference__contentsBox {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .p-support-difference__contents {
        margin-top: 10.2rem;
    }
    .p-support-difference__contentsTitle {
        font-size: 3rem;
        line-height: 1.8666666667;
    }
    .p-support-difference__contentItem--h2 {
        font-size: 2.4rem;
        line-height: 2;
    }
    .p-support-difference__contentItem--h3 {
        font-size: 2.2rem;
        line-height: 2;
    }
    .p-support-difference__contentItem--h4 {
        font-size: 2rem;
        line-height: 2;
    }
    .p-support-difference__targetReceiving {
        margin-top: 17.2rem;
        padding-bottom: 11.6rem;
    }
    .p-support-difference__targetReceiving {
        margin-top: 9.6rem;
        /* padding: 0 3rem; */
        padding: 0 2rem;
        padding-bottom: 6.5rem;
    }
    .p-support-difference__targetReceivingTitleWrap img {
        max-width: 25.5rem;
        transform: translateY(-2.8rem);
    }
    .p-support-difference__targetReceivingTitle {
        font-size: 4.8rem;
        line-height: 1.4583333333;
    }
    .p-support-difference__targetReceivingTitle {
        font-size: 2.4rem;
    }
    .p-support-difference__targetBlock {
        gap: 9rem;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 10.6rem;
    }
    .p-support-difference__targetBlock {
        gap: 5rem;
        margin-top: 5.9rem;
    }
    .p-support-difference__targetBlockLeft {
        padding-bottom: 4rem;
    }
    .p-support-difference__targetBlockLeft {
        border-radius: 1.5rem;
        gap: 1.3rem;
        padding-bottom: 2.2rem;
    }
    .p-support-difference__targetBlockLeftTitleWrap {
        max-width: 51rem;
    }
    .p-support-difference__targetBlockLeftTitleWrap {
        margin-top: -2.4rem;
        max-width: 28.5rem;
    }
    .p-support-difference__targetBlockLeftTitleWrap img {
        max-width: 2.2rem;
    }
    .p-support-difference__targetBlockLeftTitle {
        font-size: 3.2rem;
        line-height: 1;
        padding-block: 2.7rem;
        padding-left: 4.7rem;
        padding-right: 4.7rem;
    }
    .p-support-difference__targetBlockLeftTitle {
        font-size: 1.8rem;
        line-height: 1.3;
        padding-block: 1.3rem;
        padding-left: 2.3rem;
        padding-right: 2.3rem;
    }
    .p-support-difference__targetBlockLeftImage {
        -o-object-fit: cover;
        aspect-ratio: 170/261;
        height: auto;
        max-width: 17rem;
        object-fit: cover;
    }
    .p-support-difference__targetBlockLeftImage {
        max-width: 9.5rem;
    }
    .p-support-difference__targetBlockLeftItem:not(:first-child) {
        margin-top: 0.6rem;
    }
    .p-support-difference__targetBlockLeftItem img {
        max-width: 2.6rem;
    }
    .p-support-difference__targetBlockLeftItem img {
        max-width: 1.4rem;
    }
    .p-support-difference__targetBlockLeftItem {
        font-size: 2.4rem;
        gap: 2.5rem;
        line-height: 1.6666666667;
    }
    .p-support-difference__targetBlockLeftItem {
        font-size: 1.3rem;
        font-size: 1.8rem;
        gap: 1.3rem;
    }
    .p-support-difference__targetBlockRight {
        padding-bottom: 4rem;
    }
    .p-support-difference__targetBlockRight {
        border-radius: 1.5rem;
        gap: 1.3rem;
        padding-bottom: 2.2rem;
    }
    .p-support-difference__targetBlockRightTitleWrap img {
        max-width: 2.2rem;
    }
    .p-support-difference__targetBlockRightTitleWrap {
        max-width: 45rem;
    }
    .p-support-difference__targetBlockRightTitleWrap {
        margin-top: -2.4rem;
        max-width: 25rem;
    }
    .p-support-difference__targetBlockRightTitle {
        font-size: 3.2rem;
        line-height: 1;
        padding-block: 2.7rem;
        padding-left: 4.7rem;
        padding-right: 4.7rem;
    }
    .p-support-difference__targetBlockRightTitle {
        font-size: 1.8rem;
        line-height: 1.3;
        padding-block: 1.3rem;
        padding-left: 2.3rem;
        padding-right: 2.3rem;
    }
    .p-support-difference__targetBlockRightImage {
        max-width: 9.9rem;
        max-width: 12.7rem;
    }
    .p-support-difference__targetBlockRightItem:not(:first-child) {
        margin-top: 0.6rem;
    }
    .p-support-difference__targetBlockRightItem img {
        max-width: 2.6rem;
    }
    .p-support-difference__targetBlockRightItem img {
        max-width: 1.4rem;
    }
    .p-support-difference__targetBlockRightItem {
        font-size: 2.4rem;
        gap: 2.5rem;
        line-height: 1.6666666667;
    }
    .p-support-difference__targetBlockRightItem {
        font-size: 1.3rem;
        font-size: 1.8rem;
        gap: 1.3rem;
    }
    .p-support-difference__mainBlock02 {
        margin-top: 12.5rem;
    }
    .p-support-difference__mainBlock02 {
        margin-top: 7rem;
    }
    .p-support-difference__mainBlock03 {
        margin-top: 6rem;
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .p-support-difference__mainBlock03 {
        margin-top: 3.35rem;
        padding-left: 3rem;
        padding-right: 3rem;
        padding-left: 0;
        padding-right: 0;
    }
    .p-support-difference__contentBlockMain {
        margin-top: 6rem;
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .p-support-difference__contentBlockMain {
        margin-top: 3.35rem;
        padding-left: 3rem;
        padding-right: 3rem;
        padding-left: 0;
        padding-right: 0;
    }
    .p-support-difference__contentTitleWrap img {
        max-width: 4.2rem;
    }
    .p-support-difference__contentTitleWrap img {
        max-width: 2.35rem;
    }
    .p-support-difference__contentTitleWrap {
        gap: 1.8rem;
        padding: 3.3rem 3rem;
    }
    .p-support-difference__contentTitleWrap {
        gap: 1rem;
        padding: 1.85rem 1.7rem;
    }
    .p-support-difference__contentTitle {
        font-size: 3.8rem;
        line-height: 1.0526315789;
    }
    .p-support-difference__contentTitle {
        font-size: 2.1rem;
    }
    .p-support-difference__contentDescription {
        font-size: 2.4rem;
        font-weight: 400;
        letter-spacing: 0em;
        line-height: 1.6666666667;
        margin-top: 3.5rem;
    }
    .p-support-difference__contentDescription {
        font-size: 1.3rem;
        font-size: 1.6rem;
        margin-top: 1.9rem;
        padding-left: 1.7rem;
        padding-right: 1.7rem;
    }
    .p-support-difference__contentInner {
        padding-bottom: 1.9rem;
        padding-left: 1.7rem;
        padding-right: 1.7rem;
    }
    .p-support-difference__contentInnerBlock {
        margin-top: 3rem;
    }
    .p-support-difference__contentInnerBlock {
        border-radius: 1.7rem;
        margin-top: 1.7rem;
    }
    .p-support-difference__contentInnerBlockWrap:not(:first-child) {
        padding-block: 3.5rem 0;
    }
    .p-support-difference__contentInnerBlockWrap:not(:first-child) {
        padding-block: 1.9rem 0;
    }
    .p-support-difference__contentInnerBlockWrap:last-child {
        padding-bottom: 3rem;
    }
    .p-support-difference__contentInnerBlockWrap:last-child {
        padding-bottom: 1.7rem;
    }
    .p-support-difference__contentInnerBlockWrap {
        padding-block: 2.1rem 0;
        padding-left: 1.9rem;
        padding-right: 1.5rem;
    }
    .p-support-difference__contentInnerBlockTitle {
        font-size: 3.2rem;
        line-height: 1.3125;
    }
    .p-support-difference__contentInnerBlockTitle {
        font-size: 1.8rem;
    }
    .p-support-difference__contentInnerBlockText {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 1.6666666667;
    }
    .p-support-difference__contentInnerBlockText {
        font-size: 1.3rem;
        font-size: 1.6rem;
        margin-top: 0.95rem;
        padding-top: 1.25rem;
    }
    .p-support-difference__mainBlock04 {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .p-support-difference__mainBlock04 {
        margin-top: 7.3rem;
        padding-left: 3rem;
        padding-right: 3rem;
        padding-left: 0;
        padding-right: 0;
    }
    .p-support-difference__summaryTitleWrap img.p-support-difference__summaryIcon {
        max-width: 9.1rem;
    }
    .p-support-difference__summaryTitleWrap img.p-support-difference__summaryIcon {
        max-width: 5rem;
    }
    .p-support-difference__summaryTitleWrap img.p-support-difference__summaryImage {
        bottom: -3rem;
        max-width: 5rem;
    }
    .p-support-difference__summaryTitleWrap img.p-support-difference__summaryImage {
        /* bottom: -1.65rem; */
        bottom: -1.45rem;
        height: 1.1rem;
        max-width: 2.8rem;
    }
    .p-support-difference__summaryTitleWrap {
        padding: 5.8rem 1.5rem 3.4rem;
    }
    .p-support-difference__summaryTitleWrap {
        padding: 3rem 0.8rem 1.8rem;
    }
    .p-support-difference__summaryTitle {
        font-size: 4.8rem;
        letter-spacing: 0em;
        line-height: 1.4583333333;
        width: 100%;
    }
    .p-support-difference__summaryTitle {
        font-size: 2.7rem;
    }
    .p-support-difference__summaryText {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 1.6666666667;
    }
    .p-support-difference__summaryText {
        font-size: 1.3rem;
        font-size: 2rem;
        margin-top: 3.2rem;
    }
    .p-support-difference__linkBtn img {
        max-width: 2.6rem;
    }
    .p-support-difference__linkBtn img {
        max-width: 1.4rem;
    }
    .p-support-difference__linkBtn {
        font-size: 2.4rem;
        line-height: 1.5;
        max-width: 51rem;
        padding-block: 2.1rem;
        text-align: center;
    }
    .p-support-difference__linkBtn {
        font-size: 1.3rem;
        margin-top: 2rem;
        max-width: 28.8rem;
        padding-block: 1.1rem;
        padding-left: 1.8rem;
        padding-right: 1.8rem;
    }
    .p-support-difference__block01 {
        margin-bottom: 10.2rem;
    }
    .p-support-difference__block01 {
        margin-bottom: 5.75rem;
    }
    .p-support-fee {
        margin-top: 9.1rem;
        padding-bottom: 3rem;
    }
    .p-support-fee__inner {
        padding-left: 4%;
        padding-right: 4%;
    }
    .p-support-fee__title {
        font-size: 4.8rem;
        line-height: 1.4583333333;
        margin-top: 3rem;
    }
    .p-support-fee__title {
        font-size: 2.4rem;
        margin-top: 1.6rem;
    }
    .p-support-fee__contentsBox {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .p-support-fee__contentsTitle {
        font-size: 3rem;
        line-height: 1.8666666667;
    }
    .p-support-fee__contentItem--h2 {
        font-size: 2.4rem;
        line-height: 2;
    }
    .p-support-fee__contentItem--h3 {
        font-size: 2.2rem;
        line-height: 2;
    }
    .p-support-fee__contentItem--h4 {
        font-size: 2rem;
        line-height: 2;
    }
    .p-support-fee__targetContent01 {
        margin-top: 7.6rem;
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .p-support-fee__targetContent01TitleWrap img {
        max-width: 51.2rem;
    }
    .p-support-fee__targetContent01TitleWrap img {
        transform: translateY(-3.3rem);
    }
    .p-support-fee__targetContent01Title {
        font-size: 4.8rem;
        line-height: 1.4583333333;
    }
    .p-support-fee__targetContent01Title {
        font-size: 2.4rem;
    }
    .p-support-fee__targetBlock {
        flex-direction: column-reverse;
        gap: 4.8rem;
        margin-top: 5.3rem;
    }
    .p-support-fee__targetBlock {
        gap: 2.7rem;
        margin-top: 3rem;
    }
    .p-support-fee__targetBlockImage img {
        max-width: 48rem;
    }
    .p-support-fee__targetBlockImage img {
        max-width: 27rem;
    }
    .p-support-fee__targetBlockImage02 img {
        -o-object-fit: cover;
        aspect-ratio: 290/300;
        height: auto;
        max-width: 29rem;
        object-fit: cover;
    }
    .p-support-fee__targetBlockImage02 img {
        max-width: 16rem;
    }
    .p-support-fee__targetBlockFukidashi img {
        left: 50%;
        rotate: 270deg;
        top: 80%;
    }
    .p-support-fee__targetBlockFukidashi img {
        max-width: 1.1rem;
    }
    .p-support-fee__targetBlockFukidashi {
        width: 100%;
    }
    .p-support-fee__targetBlockFukidashi {
        padding-block: 1.2rem;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }
    .p-support-fee__targetBlockFukidashi02 img {
        left: 50%;
        max-width: 5rem;
        rotate: 270deg;
        top: 74%;
    }
    .p-support-fee__targetBlockFukidashi02 img {
        max-width: 2.5rem;
        top: 77%;
        top: 70%;
    }
    .p-support-fee__targetBlockFukidashi02 {
        padding-block: 3.7rem;
        padding-left: 3rem;
        padding-right: 3rem;
        width: 100%;
    }
    .p-support-fee__targetBlockFukidashi02 {
        padding-block: 2rem;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }
    .p-support-fee__targetBlockFukidashiText {
        font-size: 3.2rem;
        line-height: 1.4375;
    }
    .p-support-fee__targetBlockFukidashiText {
        font-size: 1.8rem;
    }
    .p-support-fee__targetBlockFukidashiText02 {
        font-size: 2.4rem;
        line-height: 1.6666666667;
    }
    .p-support-fee__targetBlockFukidashiText02 {
        font-size: 1.4rem;
        font-size: 1.6rem;
    }
    .p-support-fee__targetTable {
        margin-top: 2.2rem;
    }
    .p-support-fee__targetTableTitle {
        font-size: 2.4rem;
        line-height: 1.6666666667;
    }
    .p-support-fee__targetTableTitle {
        font-size: 1.4rem;
        font-size: 1.6rem;
    }
    .p-support-fee__targetTableText {
        font-size: 2rem;
        line-height: 1.8;
    }
    .p-support-fee__targetTableText {
        font-size: 1.1rem;
        font-size: 1.3rem;
    }
    .p-support-fee__description {
        font-size: 2.4rem;
        line-height: 1.6666666667;
    }
    .p-support-fee__description {
        font-size: 1.6rem;
        font-size: 2rem;
        margin-top: 2rem;
    }
    .p-support-fee__mainBlock02 {
        margin-top: 12.3rem;
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .p-support-fee__mainBlock02 {
        margin-top: 6.7rem;
        padding-left: 3rem;
        padding-right: 3rem;
        padding-left: 0;
        padding-right: 0;
    }
    .p-support-fee__contentBlock {
        border-radius: 2.3rem;
        margin-top: 1.4rem;
    }
    .p-support-fee__contentTitleWrap img {
        max-width: 4.2rem;
    }
    .p-support-fee__contentTitleWrap img {
        max-width: 2.4rem;
    }
    .p-support-fee__contentTitleWrap {
        gap: 1.8rem;
        padding: 3rem 3.3rem;
    }
    .p-support-fee__contentTitleWrap {
        gap: 1rem;
        padding: 1.6rem 1.8rem;
    }
    .p-support-fee__contentTitle {
        font-size: 3.8rem;
        line-height: 1.4736842105;
    }
    .p-support-fee__contentTitle {
        font-size: 2.1rem;
    }
    .p-support-fee__contentDescription {
        font-size: 2.4rem;
        line-height: 1.6666666667;
    }
    .p-support-fee__contentDescription {
        font-size: 1.4rem;
        font-size: 1.6rem;
        margin-top: 2.3rem;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }
    .p-support-fee__contentInner {
        padding-bottom: 2.3rem;
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }
    .p-support-fee__contentInnerBlock {
        margin-top: 3rem;
    }
    .p-support-fee__contentInnerBlock {
        border-radius: 1.6rem;
        margin-top: 1.6rem;
    }
    .p-support-fee__contentInnerBlockWrap:last-child {
        padding-bottom: 1.8rem;
    }
    .p-support-fee__contentInnerBlockWrap {
        padding-block: 2.1rem 0;
        padding-left: 2rem;
        padding-right: 1.5rem;
    }
    .p-support-fee__contentInnerBlockTitle {
        font-size: 3.2rem;
        line-height: 1.3125;
    }
    .p-support-fee__contentInnerBlockTitle {
        font-size: 1.8rem;
    }
    .p-support-fee__contentInnerBlockText {
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 1.6666666667;
    }
    .p-support-fee__contentInnerBlockText {
        font-size: 1.4rem;
        font-size: 1.6rem;
        margin-top: 1rem;
        padding-top: 1.3rem;
    }
    .p-support-fee__linkBtn img {
        max-width: 2.6rem;
    }
    .p-support-fee__linkBtn img {
        max-width: 1.4rem;
    }
    .p-support-fee__linkBtn {
        font-size: 2.4rem;
        line-height: 1.6666666667;
        padding-block: 2.1rem;
    }
    .p-support-fee__contentBlockMain {
        margin-top: 6rem;
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .p-support-fee__contentBlockMain:not(:first-child) {
        margin-top: 4.2rem;
    }
    .p-support-fee__contentBlockMain {
        padding-left: 3rem;
        padding-right: 3rem;
        padding-left: 0;
        padding-right: 0;
    }
    .p-top-about-office {
        padding: 0;
        padding-top: 21rem;
    }
    .p-top-about-office {
        padding-top: 11.5rem;
    }
    .p-top-about-office__inner {
        border-bottom-right-radius: 4rem;
        border-top-right-radius: 4rem;
    }
    .p-top-about-office__container {
        align-items: center;
        flex-direction: column;
        gap: 16rem;
        padding-left: 0rem;
    }
    .p-top-about-office__sectionTitle {
        font-size: 4.8rem;
        margin-top: 2.4rem;
        padding-right: 0rem;
        text-align: center;
    }
    .p-top-about-office__contentBlockLeft {
        margin-top: -13.5rem;
    }
    .p-top-about-office__contentBlockLeft {
        margin-top: -7rem;
    }
    .p-top-about-office__contentBlockImageFirst img {
        width: 47rem;
    }
    .p-top-about-office__contentBlockImageFirst img {
        width: 23.5rem;
    }
    .p-top-about-office__contentBlockImageFirstImage {
        border-radius: 2rem;
    }
    .p-top-about-office__contentBlockImageSecond {
        bottom: -52%;
    }
    .p-top-about-office__contentBlockImageSecond {
        bottom: -60%;
        gap: 2.65rem;
        right: -30%;
        width: 30.5rem;
    }
    .p-top-about-office__contentBlockImageSecond img:nth-child(1) {
        margin-top: 8.8rem;
        max-width: 6.7rem;
    }
    .p-top-about-office__contentBlockImageSecond img:nth-child(2) {
        max-width: 34.8rem;
    }
    .p-top-about-office__contentBlockImageSecond img:nth-child(2) {
        border: 0.5rem solid #f0f4d6;
        border-radius: 2rem;
        max-width: 20rem;
    }
    .p-top-about-office__contentBlockRight {
        margin-top: 0rem;
    }
    .p-top-about-office__contentBlockRight {
        max-width: 30rem;
    }
    .p-top-about-office__contentBlockRightWrap {
        align-items: center;
        flex-direction: column;
        gap: 0rem;
        width: 55rem;
    }
    .p-top-about-office__contentBlockRightWrap {
        width: 31rem;
    }
    .p-top-about-office__contentBlockRightTitle {
        font-size: 4.7rem;
        line-height: 1.2962962963;
    }
    .p-top-about-office__contentBlockRightTitle {
        font-size: 2.7rem;
    }
    .p-top-about-office__contentBlockRightText {
        font-size: 2.1rem;
        line-height: 1.6666666667;
    }
    .p-top-about-office__contentBlockRightText {
        font-size: 1.2rem;
        margin-top: 1.3rem;
    }
    .p-top-about-office__contentItems {
        margin-top: 8rem;
    }
    .p-top-about-office__contentItems {
        margin-top: 4rem;
    }
    .p-top-about-office__contentItem:not(:first-child) {
        padding-block: 3rem;
    }
    .p-top-about-office__contentItem:not(:first-child) {
        padding-block: 1.5rem;
    }
    .p-top-about-office__contentItem img {
        left: 90%;
        max-width: 3.15rem;
        position: absolute;
    }
    .p-top-about-office__contentItem img {
        max-width: 1.8rem;
    }
    .p-top-about-office__contentItem {
        padding-bottom: 3.8rem;
    }
    .p-top-about-office__contentItem {
        padding-bottom: 1.9rem;
    }
    .p-top-about-office__contentItemTitle {
        font-size: 2.8rem;
        line-height: 1.4285714286;
    }
    .p-top-about-office__contentItemTitle {
        font-size: 1.4rem;
    }
    .p-top-about-office__btnWrap {
        display: flex;
        justify-content: center;
        margin-top: 1.9rem;
        width: 100%;
    }
    .p-top-about-office__btnWrap .p-top-about-office__btn {
        align-items: center;
        background-color: #fff340;
        border-radius: 100vh;
        display: flex;
        font-size: 2.4rem;
        gap: 1.4rem;
        justify-content: center;
        line-height: 2.7083333333;
        margin-top: 1.5rem;
        max-width: 39rem;
        width: 100%;
    }
    .p-top-about-office__btnWrap .p-top-about-office__btn img {
        max-width: 1.7rem;
        width: 100%;
    }
    .p-top-about {
        padding: 0;
    }
    .p-top-about__inner {
        border-bottom-left-radius: 4rem;
        border-top-left-radius: 4rem;
    }
    .p-top-about__container {
        align-items: center;
        flex-direction: column;
        gap: 16.5rem;
        margin-top: 14rem;
        padding-left: 0rem;
    }
    .p-top-about__sectionTitle {
        font-size: 4.2rem;
        margin-left: 2.7rem;
        margin-top: 2.1rem;
        text-align: center;
    }
    .p-top-about__contentBlockLeft {
        margin-top: -16.5rem;
    }
    .p-top-about__contentBlockLeft {
        margin-top: -8rem;
    }
    .p-top-about__contentBlockImageFirst img {
        width: 47rem;
    }
    .p-top-about__contentBlockImageFirst img {
        width: 23.5rem;
    }
    .p-top-about__contentBlockImageFirstImage {
        border-radius: 2rem;
    }
    .p-top-about__contentBlockImageSecond {
        bottom: -60%;
        gap: 2.65rem;
        right: -30%;
        width: 30.5rem;
    }
    .p-top-about__contentBlockImageSecond img:nth-child(1) {
        margin-top: 8.8rem;
        max-width: 6.7rem;
    }
    .p-top-about__contentBlockImageSecond img:nth-child(2) {
        max-width: 34.8rem;
    }
    .p-top-about__contentBlockImageSecond img:nth-child(2) {
        border: 0.5rem solid #e5f6fc;
        border-radius: 2rem;
        max-width: 20rem;
    }
    .p-top-about__contentBlockRight {
        margin-top: 0rem;
    }
    .p-top-about__contentBlockRight {
        max-width: 30rem;
    }
    .p-top-about__contentBlockRightWrap {
        align-items: center;
        flex-direction: column;
        gap: 0rem;
        width: 55rem;
    }
    .p-top-about__contentBlockRightWrap {
        width: 31rem;
    }
    .p-top-about__contentBlockRightTitle {
        font-size: 4.7rem;
        line-height: 1.2962962963;
    }
    .p-top-about__contentBlockRightTitle {
        font-size: 2.7rem;
    }
    .p-top-about__contentBlockRightText {
        font-size: 2.1rem;
        line-height: 1.6666666667;
        margin-top: 2.5rem;
    }
    .p-top-about__contentBlockRightText {
        font-size: 1.2rem;
        margin-top: 1.3rem;
    }
    .p-top-about__contentItems {
        margin-top: 8rem;
    }
    .p-top-about__contentItems {
        margin-top: 4rem;
    }
    .p-top-about__contentItem:not(:first-child) {
        padding-block: 3rem;
    }
    .p-top-about__contentItem:not(:first-child) {
        padding-block: 1.5rem;
    }
    .p-top-about__contentItem img {
        left: 90%;
        max-width: 3.15rem;
        position: absolute;
    }
    .p-top-about__contentItem img {
        max-width: 1.8rem;
    }
    .p-top-about__contentItem {
        padding-bottom: 3.8rem;
    }
    .p-top-about__contentItem {
        padding-bottom: 1.9rem;
    }
    .p-top-about__contentItemTitle {
        font-size: 2.45rem;
        line-height: 1.4285714286;
    }
    .p-top-about__contentItemTitle {
        font-size: 1.4rem;
    }
    .p-top-about__btnWrap {
        display: flex;
        justify-content: center;
        margin-top: 1.9rem;
        width: 100%;
    }
    .p-top-about__btnWrap .p-top-about__btn {
        align-items: center;
        background-color: #fff340;
        border-radius: 100vh;
        display: flex;
        font-size: 2.4rem;
        gap: 1.4rem;
        justify-content: center;
        line-height: 2.7083333333;
        margin-top: 1.5rem;
        max-width: 39rem;
        width: 100%;
    }
    .p-top-about__btnWrap .p-top-about__btn img {
        max-width: 1.7rem;
        width: 100%;
    }
    .p-top-column {
        margin-top: 11.9rem;
        padding-block: 11.5rem;
        padding-bottom: 0rem;
    }
    .p-top-column {
        margin-top: 6rem;
        padding-block: 5.8rem 0;
    }
    .p-top-column__inner {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .p-top-column__inner {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .p-top-column__headingsWrap {
        flex-direction: column;
    }
    .p-top-column__heading img {
        max-width: 6.1rem;
    }
    .p-top-column__heading img {
        max-width: 3rem;
    }
    .p-top-column__heading {
        flex-direction: column;
        text-align: center;
    }
    .p-top-column__heading {
        gap: 0.8rem;
    }
    .p-top-column__title {
        font-size: 4.7rem;
        line-height: 1.2962962963;
    }
    .p-top-column__title {
        font-size: 2.7rem;
    }
    .p-top-column__content {
        margin-top: 5.9rem;
    }
    .p-top-column__content {
        margin-top: 3rem;
    }
    .p-top-column__contentItems {
        gap: 2.7rem;
        grid-template-columns: repeat(2, 1fr);
    }
    .p-top-column__contentItems {
        gap: 1.5rem;
    }
    .p-top-column__contentImages img {
        border-radius: 1rem;
    }
    .p-top-column__contentOffice {
        font-size: 2.2rem;
    }
    .p-top-column__contentOffice {
        border-bottom-left-radius: 0.6rem;
        border-top-right-radius: 0.6rem;
        font-size: 1.1rem;
        padding: 0.5rem 0.8rem 0.4rem 0.6rem;
    }
    .p-top-column__contentInfo {
        gap: 2.9rem;
    }
    .p-top-column__contentInfo {
        gap: 1.5rem;
        margin-top: 1rem;
    }
    .p-top-column__date {
        font-size: 1.92rem;
        line-height: 2.9545454545;
    }
    .p-top-column__date {
        font-size: 1.1rem;
    }
    .p-top-column__cat {
        font-size: 2rem;
    }
    .p-top-column__cat {
        font-size: 1rem;
        padding: 0.25rem 0.65rem 0.3rem;
    }
    .p-top-column__contentTitle {
        font-size: 2.1rem;
        line-height: 1.6666666667;
    }
    .p-top-column__contentTitle {
        font-size: 1.2rem;
    }
    .p-top-column__btnWrap.u-sp {
        display: flex;
    }
    .p-top-column__btnWrap {
        display: flex;
        justify-content: center;
        margin-top: 3.3rem;
        width: 100%;
    }
    .p-top-column__btnWrap {
        margin-top: 1.65rem;
    }
    .p-top-column__btnWrap .p-top-column__btn img {
        max-width: 0.9rem;
    }
    .p-top-column__btnWrap .p-top-column__btn {
        font-size: 2.1rem;
    }
    .p-top-column__btnWrap .p-top-column__btn {
        font-size: 1.1rem;
        line-height: 2;
        max-width: 20rem;
        padding-block: 0.4rem;
    }
    .p-top-column__contentLink {
        border-radius: 1rem;
    }
    .p-top-course-reverse {
        padding: 0;
        padding-top: 21rem;
    }
    .p-top-course-reverse {
        padding-top: 11.5rem;
    }
    .p-top-course-reverse__inner {
        border-bottom-right-radius: 4rem;
        border-top-right-radius: 4rem;
    }
    .p-top-course-reverse__container {
        align-items: center;
        flex-direction: column;
        gap: 16rem;
        padding-left: 0rem;
    }
    .p-top-course-reverse__sectionTitle {
        font-size: 4.8rem;
        margin-top: 2.4rem;
        padding-right: 0rem;
        text-align: center;
    }
    .p-top-course-reverse__contentBlockLeft {
        margin-top: -13.5rem;
    }
    .p-top-course-reverse__contentBlockLeft {
        margin-top: -7rem;
    }
    .p-top-course-reverse__contentBlockImageFirst img {
        width: 47rem;
    }
    .p-top-course-reverse__contentBlockImageFirst img {
        width: 23.5rem;
    }
    .p-top-course-reverse__contentBlockImageFirstImage {
        border-radius: 2rem;
    }
    .p-top-course-reverse__contentBlockImageSecond {
        bottom: -52%;
    }
    .p-top-course-reverse__contentBlockImageSecond {
        bottom: -60%;
        gap: 2.65rem;
        right: -30%;
        width: 30.5rem;
    }
    .p-top-course-reverse__contentBlockImageSecond img:nth-child(1) {
        margin-top: 8.8rem;
        max-width: 6.7rem;
    }
    .p-top-course-reverse__contentBlockImageSecond img:nth-child(2) {
        max-width: 34.8rem;
    }
    .p-top-course-reverse__contentBlockImageSecond img:nth-child(2) {
        border: 0.5rem solid #fff9e7;
        border-radius: 2rem;
        max-width: 20rem;
    }
    .p-top-course-reverse__contentBlockRight {
        margin-top: 0rem;
    }
    .p-top-course-reverse__contentBlockRight {
        max-width: 30rem;
    }
    .p-top-course-reverse__contentBlockRightWrap {
        align-items: center;
        flex-direction: column;
        gap: 0rem;
        width: 55rem;
    }
    .p-top-course-reverse__contentBlockRightWrap {
        width: 31rem;
    }
    .p-top-course-reverse__contentBlockRightTitle {
        font-size: 4.7rem;
        line-height: 1.2962962963;
    }
    .p-top-course-reverse__contentBlockRightTitle {
        font-size: 2.7rem;
    }
    .p-top-course-reverse__contentBlockRightText {
        font-size: 2.1rem;
        line-height: 1.6666666667;
    }
    .p-top-course-reverse__contentBlockRightText {
        font-size: 1.2rem;
        margin-top: 1.3rem;
    }
    .p-top-course-reverse__contentItems {
        margin-top: 8rem;
    }
    .p-top-course-reverse__contentItems {
        margin-top: 4rem;
    }
    .p-top-course-reverse__contentItem:not(:first-child) {
        padding-block: 3rem;
    }
    .p-top-course-reverse__contentItem:not(:first-child) {
        padding-block: 1.5rem;
    }
    .p-top-course-reverse__contentItem img {
        left: 90%;
        max-width: 3.15rem;
        position: absolute;
    }
    .p-top-course-reverse__contentItem img {
        max-width: 1.8rem;
    }
    .p-top-course-reverse__contentItem {
        padding-bottom: 3.8rem;
    }
    .p-top-course-reverse__contentItem {
        padding-bottom: 1.9rem;
    }
    .p-top-course-reverse__contentItemTitle {
        font-size: 2.8rem;
        line-height: 1.4285714286;
    }
    .p-top-course-reverse__contentItemTitle {
        font-size: 1.4rem;
    }
    .p-top-course-reverse__btnWrap {
        display: flex;
        justify-content: center;
        margin-top: 1.9rem;
        width: 100%;
    }
    .p-top-course-reverse__btnWrap .p-top-course-reverse__btn {
        align-items: center;
        background-color: #fff340;
        border-radius: 100vh;
        display: flex;
        font-size: 2.4rem;
        gap: 1.4rem;
        justify-content: center;
        line-height: 2.7083333333;
        margin-top: 1.5rem;
        max-width: 39rem;
        width: 100%;
    }
    .p-top-course-reverse__btnWrap .p-top-course-reverse__btn img {
        max-width: 1.7rem;
        width: 100%;
    }
    .p-top-course {
        padding: 0;
    }
    .p-top-course__inner {
        border-bottom-left-radius: 4rem;
        border-top-left-radius: 4rem;
    }
    .p-top-course__container {
        align-items: center;
        flex-direction: column;
        gap: 16.5rem;
        margin-top: 11.5rem;
        padding-left: 0rem;
    }
    .p-top-course__sectionTitle {
        font-size: 4.8rem;
        margin-left: 0rem;
        margin-top: 2.4rem;
        padding-top: 0rem;
        text-align: center;
    }
    .p-top-course__contentBlockLeft {
        margin-top: -16.5rem;
    }
    .p-top-course__contentBlockLeft {
        margin-top: -8rem;
    }
    .p-top-course__contentBlockImageFirst img {
        width: 47rem;
    }
    .p-top-course__contentBlockImageFirst img {
        width: 23.5rem;
    }
    .p-top-course__contentBlockImageFirstImage {
        border-radius: 2rem;
    }
    .p-top-course__contentBlockImageSecond {
        bottom: -60%;
        gap: 2.65rem;
        right: -30%;
        width: 30.5rem;
    }
    .p-top-course__contentBlockImageSecond img:nth-child(1) {
        margin-top: 8.8rem;
        max-width: 6.7rem;
    }
    .p-top-course__contentBlockImageSecond img:nth-child(2) {
        max-width: 34.8rem;
    }
    .p-top-course__contentBlockImageSecond img:nth-child(2) {
        border: 0.5rem solid #fff9e7;
        border-radius: 2rem;
        max-width: 20rem;
    }
    .p-top-course__contentBlockRight {
        margin-top: 0rem;
    }
    .p-top-course__contentBlockRight {
        max-width: 30rem;
    }
    .p-top-course__contentBlockRightWrap {
        align-items: center;
        flex-direction: column;
        gap: 0rem;
        width: 55rem;
    }
    .p-top-course__contentBlockRightWrap {
        width: 31rem;
    }
    .p-top-course__contentBlockRightTitle {
        font-size: 4.7rem;
        line-height: 1.2962962963;
    }
    .p-top-course__contentBlockRightTitle {
        font-size: 2.7rem;
    }
    .p-top-course__contentBlockRightText {
        font-size: 2.1rem;
        line-height: 1.6666666667;
    }
    .p-top-course__contentBlockRightText {
        font-size: 1.2rem;
        margin-top: 1.3rem;
    }
    .p-top-course__contentItems {
        margin-top: 8rem;
    }
    .p-top-course__contentItems {
        margin-top: 4rem;
    }
    .p-top-course__contentItem:not(:first-child) {
        padding-block: 3rem;
    }
    .p-top-course__contentItem:not(:first-child) {
        padding-block: 1.5rem;
    }
    .p-top-course__contentItem img {
        left: 90%;
        max-width: 3.15rem;
        position: absolute;
    }
    .p-top-course__contentItem img {
        max-width: 1.8rem;
    }
    .p-top-course__contentItem {
        padding-bottom: 3.8rem;
    }
    .p-top-course__contentItem {
        padding-bottom: 1.9rem;
    }
    .p-top-course__contentItemTitle {
        font-size: 2.8rem;
        line-height: 1.4285714286;
    }
    .p-top-course__contentItemTitle {
        font-size: 1.4rem;
    }
    .p-top-course__btnWrap {
        display: flex;
        justify-content: center;
        margin-top: 1.9rem;
        width: 100%;
    }
    .p-top-course__btnWrap .p-top-course__btn {
        align-items: center;
        background-color: #fff340;
        border-radius: 100vh;
        display: flex;
        font-size: 2.4rem;
        gap: 1.4rem;
        justify-content: center;
        line-height: 2.7083333333;
        margin-top: 1.5rem;
        max-width: 39rem;
        width: 100%;
    }
    .p-top-course__btnWrap .p-top-course__btn img {
        max-width: 1.7rem;
        width: 100%;
    }
    .p-top-employment__inner {
        max-width: 69rem;
    }
    .p-top-employment__inner {
        max-width: 34.5rem;
    }
    .p-top-employment__container {
        margin-top: -11.2rem;
        padding-block: 5.3rem 4.4rem;
        padding-left: 0;
        padding-right: 0;
    }
    .p-top-employment__container {
        border: 0.3rem solid #f0f4d6;
        border-radius: 3rem;
        margin-top: -5.6rem;
        padding-block: 2.7rem 2.2rem;
    }
    .p-top-employment__headingImage img {
        max-width: 6.5rem;
    }
    .p-top-employment__headingImage img {
        max-width: 3.3rem;
    }
    .p-top-employment__title {
        font-size: 4.1rem;
        line-height: 1.4583333333;
        margin-top: -0.3rem;
    }
    .p-top-employment__title {
        font-size: 2rem;
        margin-top: -0.2rem;
    }
    .p-top-employment__officeItems {
        gap: 8.3rem;
        grid-template-columns: 1fr;
        margin-top: 4.4rem;
    }
    .p-top-employment__officeItems {
        gap: 4.2rem;
        margin-top: 2.2rem;
    }
    .p-top-employment__officeItem img {
        max-width: 16rem;
    }
    .p-top-employment__officeItem img {
        max-width: 9rem;
    }
    .p-top-employment__officeItem {
        position: relative;
    }
    .p-top-employment__officeItem:nth-child(2)::before {
        background: #dddddd;
        border-radius: 0.1rem;
        content: "";
        height: 0.2rem;
        left: 50%;
        position: absolute;
        top: -4.1rem;
        transform: translate(-50%, -50%);
        width: 57rem;
    }
    .p-top-employment__officeItem:nth-child(2)::after {
        background: #dddddd;
        border-radius: 0.1rem;
        bottom: -4.1rem;
        content: "";
        height: 0.2rem;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        width: 57rem;
    }
    .p-top-employment__officeItem:nth-child(2)::before {
        border-radius: 0.1rem;
        height: 0.1rem;
        top: -2rem;
        width: 23.5rem;
    }
    .p-top-employment__officeItem:nth-child(2)::after {
        border-radius: 0.1rem;
        bottom: -2rem;
        height: 0.1rem;
        width: 23.5rem;
    }
    .p-top-employment__officeContent.u-pc {
        display: none;
    }
    .p-top-employment__officeContent.u-sp {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .p-top-employment__officeTitle {
        font-size: 3.15rem;
        line-height: 1.3888888889;
        margin-top: 0rem;
        max-width: 100%;
        padding-block: 1.1rem;
        width: 50rem;
    }
    .p-top-employment__officeTitle {
        font-size: 1.5rem;
        max-width: 30rem;
        padding-block: 0.6rem;
    }
    .p-top-employment__officeInfo {
        gap: 2.7rem;
        width: 57rem;
    }
    .p-top-employment__officeInfo {
        gap: 2.8rem;
        margin-top: 1.4rem;
        width: 100%;
    }
    .p-top-employment__officeInfoRight {
        max-width: 17rem;
    }
    .p-top-employment__directorName {
        font-size: 2.45rem;
        line-height: 2.3214285714;
    }
    .p-top-employment__directorName {
        font-size: 1.6rem;
    }
    .p-top-employment__officeAccess {
        font-size: 2.1rem;
        line-height: 1.6666666667;
    }
    .p-top-employment__officeAccess {
        font-size: 1.35rem;
    }
    .p-top-employment__detailBtnLink img {
        max-width: 1.8rem;
    }
    .p-top-employment__detailBtnLink img {
        max-width: 1rem;
    }
    .p-top-employment__detailBtnLink {
        font-size: 2.1rem;
        line-height: 2.7083333333;
        margin-top: 2.7rem;
        max-width: 39rem;
        padding-block: 0.85rem;
    }
    .p-top-employment__detailBtnLink {
        font-size: 1.1rem;
        margin-top: 1.4rem;
        max-width: 20rem;
        padding-block: 0.5rem;
    }
    .p-top-info {
        background: url(../img/img_bg_overlay_sp.webp);
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }
    .p-top-info__container {
        padding-bottom: 12.5rem;
    }
    .p-top-info__container {
        border-radius: 4rem;
        padding-bottom: 6.3rem;
    }
    .p-top-info__containerInner {
        padding-left: 8rem;
        padding-right: 8rem;
    }
    .p-top-info__containerInner {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .p-top-info__headingWrap {
        top: -8.8rem;
    }
    .p-top-info__headingWrap {
        top: -3.4rem;
    }
    .p-top-info__title::after {
        bottom: 25%;
        top: auto;
    }
    .p-top-info__title::after {
        height: 1rem;
        width: 2rem;
    }
    .p-top-info__title {
        font-size: 4.2rem;
        line-height: 1.3333333333;
        max-width: 48rem;
        padding: 2rem;
        width: 100%;
    }
    .p-top-info__title {
        font-size: 2.4rem;
        padding: 1.3rem;
    }
    .p-top-info__subTitle {
        font-size: 4.2rem;
        line-height: 1.3541666667;
        margin: 2.5rem 0;
    }
    .p-top-info__subTitle {
        font-size: 2.4rem;
        margin-bottom: 1.3rem;
        margin-top: 1.3rem;
    }
    .p-top-info__contentItems {
        grid-template-columns: 1fr;
        margin-top: -2.5rem;
    }
    .p-top-info__contentItems {
        margin-top: -1.3rem;
    }
    .p-top-info__contentItem {
        gap: 2rem;
    }
    .p-top-info__contentItem {
        border-radius: 2rem;
        gap: 1rem;
    }
    .p-top-info__contentItemImage {
        border-top-left-radius: 2rem;
        border-top-right-radius: 2rem;
    }
    .p-top-info__contentTitles {
        gap: 0.5rem;
    }
    .p-top-info__contentTitles .p-top-info__contentTitleIcon--material,
    .p-top-info__contentTitles .p-top-info__contentTitleIcon--individual {
        max-width: 2.8rem;
    }
    .p-top-info__contentTitles .p-top-info__contentTitleIcon--material,
    .p-top-info__contentTitles .p-top-info__contentTitleIcon--individual {
        max-width: 1.4rem;
    }
    .p-top-info__contentTitles .p-top-info__contentTitleIcon--program {
        max-width: 3.8rem;
    }
    .p-top-info__contentTitles .p-top-info__contentTitleIcon--program {
        max-width: 1.9rem;
    }
    .p-top-info__contentTitle {
        font-size: 3.5rem;
        line-height: 1.625;
    }
    .p-top-info__contentTitle {
        font-size: 2rem;
    }
    .p-top-info__description {
        font-size: 2.4rem;
        line-height: 1.6666666667;
        margin-left: auto;
        margin-right: auto;
        padding-left: 6rem;
        padding-right: 6rem;
        width: 100%;
    }
    .p-top-info__description {
        font-size: 1.4rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .p-top-info__btnWrap {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .p-top-info__btnLink {
        font-size: 2.4rem;
        gap: 1.2rem;
        line-height: 2.7083333333;
        margin-top: 1.5rem;
        max-width: 45rem;
        padding: 0.85rem;
        width: 100%;
    }
    .p-top-info__btnLink {
        font-size: 1.4rem;
        gap: 0.6rem;
        margin-top: 0.8rem;
        padding-block: 0.5rem;
        width: 100%;
    }
    .p-top-info__btnLink img {
        max-width: 1.8rem;
    }
    .p-top-info__btnLink img {
        max-width: 0.9rem;
    }
    .p-top-info__officeInfo {
        margin-top: 8.9rem;
    }
    .p-top-info__officeInfo {
        margin-top: 4.5rem;
    }
    .p-top-info__officeInfoTitle {
        font-size: 4.18rem;
        line-height: 1.3541666667;
    }
    .p-top-info__officeInfoTitle {
        font-size: 2.3rem;
    }
    .p-top-info__infoWrap {
        margin-top: 3.5rem;
    }
    .p-top-info__infoWrap {
        margin-top: 1.8rem;
    }
    .p-top-info__officeInfoItems {
        flex-direction: column;
        gap: 7.2rem;
    }
    .p-top-info__officeInfoItems {
        border: 1rem solid #fff;
        border-radius: 2rem;
        gap: 4rem;
    }
    .p-top-info__officeInfoItem {
        padding-block: 0;
        position: relative;
        width: 45rem;
    }
    .p-top-info__officeInfoItem:first-child {
        padding-top: 4.1rem;
    }
    .p-top-info__officeInfoItem:nth-child(2)::before {
        background: #dddddd;
        border-radius: 0.1rem;
        content: "";
        height: 0.2rem;
        left: 50%;
        position: absolute;
        top: -4.1rem;
        transform: translate(-50%, -50%);
        width: 40rem;
    }
    .p-top-info__officeInfoItem:nth-child(2)::after {
        background: #dddddd;
        border-radius: 0.1rem;
        bottom: -4.1rem;
        content: "";
        height: 0.2rem;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        width: 40rem;
    }
    .p-top-info__officeInfoItem:last-child {
        padding-bottom: 3.6rem;
    }
    .p-top-info__officeInfoItem {
        width: 22.5rem;
    }
    .p-top-info__officeInfoItem:first-child {
        padding-top: 2rem;
    }
    .p-top-info__officeInfoItem:nth-child(2)::before {
        background: #dddddd;
        border-radius: 0.1rem;
        content: "";
        height: 0.1rem;
        left: 50%;
        position: absolute;
        top: -2rem;
        transform: translate(-50%, -50%);
        width: 22.5rem;
    }
    .p-top-info__officeInfoItem:nth-child(2)::after {
        background: #dddddd;
        border-radius: 0.1rem;
        bottom: -2rem;
        content: "";
        height: 0.1rem;
        left: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        width: 22.5rem;
    }
    .p-top-info__officeInfoItemTitle {
        font-size: 2.61rem;
        line-height: 1.3333333333;
    }
    .p-top-info__officeInfoItemTitle {
        font-size: 1.5rem;
    }
    .p-top-info__officeInfoItemTel {
        font-size: 4.7rem;
        line-height: 1.5;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1.8rem;
        max-width: 40rem;
        width: 100%;
    }
    .p-top-info__officeInfoItemTel {
        font-size: 2.7rem;
        margin-top: 1rem;
        width: 100%;
    }
    .p-top-info__officeInfoItemTelLabel {
        font-size: 2.8rem;
    }
    .p-top-info__officeInfoItemTelLabel {
        font-size: 1.4rem;
    }
    .p-top-info__officeInfoItemSup {
        font-size: 2.1rem;
        margin-top: 2.3rem;
    }
    .p-top-info__officeInfoItemSup {
        font-size: 1.4rem;
        margin-top: 1.2rem;
    }
    .p-top-leading {
        padding-top: 9rem;
    }
    .p-top-leading {
        padding-top: 4.5rem;
    }
    .p-top-leading__inner::after {
        background: url(../img/img_bg_cloud01_sp.webp) center center/contain no-repeat;
        max-height: 16rem;
        max-width: 100%;
        top: 8%;
        transform: translate(-50%, -50%);
    }
    .p-top-leading__container {
        margin-left: auto;
        margin-right: auto;
        max-width: 75rem;
        padding-left: 3.5rem;
        padding-right: 3.5rem;
        padding-top: 3.9rem;
        width: 100%;
    }
    .p-top-leading__container {
        padding-left: 1.8rem;
        padding-right: 1.8rem;
        padding-top: 2rem;
    }
    .p-top-leading__title {
        font-size: 4rem;
        line-height: 1.3;
        padding-block: 1.95rem;
    }
    .p-top-leading__title {
        font-size: 2rem;
        padding-block: 1rem;
    }
    .p-top-leading__title::before {
        height: 5.8rem;
        left: 50%;
        top: calc(0.5lh - 4rem);
        transform: translate(-50%, -50%);
        width: 9rem;
    }
    .p-top-leading__title::before {
        height: 2.9rem;
        top: calc(0.5lh - 2rem);
        width: 4.5rem;
    }
    .p-top-leading__title::after {
        transform: translate(-50%, 0);
    }
    .p-top-leading__title::after {
        height: 1rem;
        width: 2rem;
    }
    .p-top-leading__contentWrap {
        margin-top: 9.4rem;
    }
    .p-top-leading__contentWrap {
        margin-top: 4.7rem;
    }
    .p-top-leading__contentTitle .p-top-leading__sub {
        font-size: 4rem;
    }
    .p-top-leading__contentTitle .p-top-leading__sub {
        font-size: 2rem;
    }
    .p-top-leading__contentTitle .p-top-leading__main {
        display: block;
        font-size: 5.4rem;
        line-height: 1.2962962963;
        margin-top: 2rem;
    }
    .p-top-leading__contentTitle .p-top-leading__main {
        font-size: 2.7rem;
        margin-top: 1rem;
    }
    .p-top-leading__contentTitle::after {
        font-size: 11.3rem;
        left: 50%;
        top: -6.5rem;
    }
    .p-top-leading__contentTitle::after {
        font-size: 5.65rem;
        top: -1rem;
        width: 100%;
    }
    .p-top-leading__contentBorder {
        font-size: 7rem;
    }
    .p-top-leading__contentBorder {
        font-size: 3.5rem;
        text-decoration-thickness: 0.7rem;
        text-underline-offset: -0.5rem;
    }
    .p-top-leading__contentText {
        font-size: 2.4rem;
        line-height: 1.8333333333;
        margin-top: 6.5rem;
        position: relative;
        width: 56.1rem;
        z-index: 1;
    }
    .p-top-leading__contentText {
        font-size: 1.4rem;
        margin-top: 3.2rem;
        width: 28rem;
    }
    .p-top-leading__container02 {
        margin-top: 21.4rem;
        padding-top: 56.6rem;
    }
    .p-top-leading__container02 {
        border-top-left-radius: 4rem;
        border-top-right-radius: 4rem;
        margin-top: 11rem;
        padding-bottom: 7rem;
        padding-top: 28.3rem;
    }
    .p-top-leading__container02::before {
        background: url(../img/img_bg_cloud02_sp.webp) center 100% / contain no-repeat;
        top: 45.7%;
    }
    .p-top-leading__containerInner {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .p-top-leading__containerInner {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .p-top-leading__contentBlock:not(:first-child) {
        margin-top: 7.9rem;
    }
    .p-top-leading__contentBlock:not(:first-child) {
        margin-top: 4rem;
    }
    .p-top-leading__contentBlock {
        flex-direction: column-reverse;
        gap: 5.7rem;
    }
    .p-top-leading__contentBlock {
        gap: 3rem;
    }
    .p-top-leading__contentBlockLeft--ml {
        margin-left: 0rem;
        margin-top: -1.6rem;
    }
    .p-top-leading__contentBlockLeft--ml {
        margin-top: -0.8rem;
    }
    .p-top-leading__contentBlockLeft--ml02 {
        margin-right: 0rem;
    }
    .p-top-leading__contentBlockLeftText {
        font-size: 4.8rem;
        line-height: 1.4583333333;
    }
    .p-top-leading__contentBlockLeftText {
        font-size: 2.4rem;
    }
    .p-top-leading__contentBlockLeftSubText {
        font-size: 2.4rem;
        margin-top: 2.35rem;
        width: 57rem;
    }
    .p-top-leading__contentBlockLeftSubText {
        font-size: 1.4rem;
        margin-top: 1.2rem;
        width: 36.5rem;
    }
    .p-top-leading__contentBlockRight {
        margin-left: 0rem;
    }
    .p-top-leading__contentBlockRight::after {
        bottom: -4.5%;
        height: 8.4rem;
        right: 4.5%;
        width: 11.1rem;
    }
    .p-top-leading__contentBlockRight::after {
        height: 4.2rem;
        width: 5.6rem;
    }
    .p-top-leading__circleBlockSp {
        margin-top: 34rem;
    }
    .p-top-leading__circleBlockSp {
        gap: 0rem 1.5rem;
        margin-top: 17rem;
    }
    .p-top-leading__circle {
        border: 0.5rem solid #fdd77b;
        height: 16rem;
        width: 16rem;
    }
    .p-top-leading__circleBlock {
        top: -15%;
    }
    .p-top-leading__circleBlock img {
        max-width: 5.5rem;
        padding-bottom: 0;
    }
    .p-top-leading__circleTitle {
        font-size: 2rem;
    }
    .p-top-leading__circleContent {
        font-size: 3.3rem;
    }
    .p-top-leading__circleContent span {
        font-size: 2rem;
    }
    .p-top-leading__circleInfo {
        font-size: 1.4rem;
    }
    .p-top-leading__upperCircle {
        gap: 1.5rem;
    }
    .p-top-network {
        padding-block: 14.8rem 16rem;
    }
    .p-top-network {
        padding-block: 7.4rem 8rem;
    }
    .p-top-network__inner {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .p-top-network__inner {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .p-top-network__container {
        flex-direction: column-reverse;
        gap: 2.3rem;
    }
    .p-top-network__container {
        gap: 1.7rem;
    }
    .p-top-network__blockLeft {
        max-width: 100%;
    }
    .p-top-network__leftTitle {
        font-size: 4.7rem;
        line-height: 1.2962962963;
        text-align: center;
    }
    .p-top-network__leftTitle {
        font-size: 2.7rem;
    }
    .p-top-network__leftDescription {
        font-size: 2.1rem;
        line-height: 1.6666666667;
        margin-top: 2.7rem;
    }
    .p-top-network__leftDescription {
        font-size: 1.4rem;
        margin-top: 2.1rem;
    }
    .p-top-network__leftIndexLink {
        font-size: 2.1rem;
        line-height: 2.7083333333;
        margin-top: 3.4rem;
        max-width: 100%;
        padding-block: 0.85rem;
    }
    .p-top-network__leftIndexLink {
        font-size: 1.4rem;
        margin-top: 1.7rem;
        padding-block: 0.5rem;
    }
    .p-top-network__leftIndexLink img {
        max-width: 1.8rem;
    }
    .p-top-network__leftIndexLink img {
        max-width: 0.9rem;
    }
    .p-top-network__leftExternalLink {
        font-size: 2.1rem;
        line-height: 2.7083333333;
        margin-top: 2.7rem;
        max-width: 100%;
        padding-block: 0.85rem;
    }
    .p-top-network__leftExternalLink {
        border: 0.15rem solid #fcb30a;
        font-size: 1.4rem;
        margin-top: 1.4rem;
        padding-block: 0.5rem;
    }
    .p-top-network__leftExternalLink img {
        max-width: 1.8rem;
    }
    .p-top-network__leftExternalLink img {
        max-width: 0.9rem;
    }
    .p-top-news {
        padding-top: 12rem;
    }
    .p-top-news {
        padding-top: 6rem;
    }
    .p-top-news__inner {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .p-top-news__inner {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .p-top-news__headingsWrap {
        flex-direction: column;
    }
    .p-top-news__heading img {
        max-width: 6.1rem;
    }
    .p-top-news__heading img {
        max-width: 3rem;
    }
    .p-top-news__heading {
        flex-direction: column;
    }
    .p-top-news__title {
        font-size: 4.2rem;
        line-height: 1.2962962963;
        text-align: center;
    }
    .p-top-news__title {
        font-size: 2.1rem;
    }
    .p-top-news__content {
        margin-top: 5.6rem;
    }
    .p-top-news__content {
        margin-top: 2.8rem;
    }
    .p-top-news__contentItems {
        gap: 2.7rem;
        grid-template-columns: repeat(2, 1fr);
    }
    .p-top-news__contentItems {
        gap: 1.4rem;
    }
    .p-top-news__contentImages img {
        border-radius: 1rem;
    }
    .p-top-news__contentOffice {
        font-size: 2.2rem;
    }
    .p-top-news__contentOffice {
        border-bottom-left-radius: 0.6rem;
        border-top-right-radius: 0.6rem;
        font-size: 1.1rem;
        padding: 0.5rem 0.8rem 0.4rem 0.6rem;
    }
    .p-top-news__contentInfo {
        gap: 2.9rem;
    }
    .p-top-news__contentInfo {
        gap: 1.5rem;
        margin-top: 1rem;
    }
    .p-top-news__date {
        font-size: 1.92rem;
        line-height: 2.9545454545;
    }
    .p-top-news__date {
        font-size: 1.1rem;
    }
    .p-top-news__cat {
        font-size: 2rem;
    }
    .p-top-news__cat {
        font-size: 1rem;
        padding: 0.5rem 1.3rem 0.6rem;
    }
    .p-top-news__contentTitle {
        font-size: 2.1rem;
        line-height: 1.6666666667;
    }
    .p-top-news__contentTitle {
        font-size: 1.2rem;
    }
    .p-top-news__btnWrap.u-sp {
        display: flex;
    }
    .p-top-news__btnWrap {
        display: flex;
        justify-content: center;
        margin-top: 3.3rem;
        width: 100%;
    }
    .p-top-news__btnWrap {
        margin-top: 1.65rem;
    }
    .p-top-news__btnWrap .p-top-news__btn img {
        max-width: 0.9rem;
    }
    .p-top-news__btnWrap .p-top-news__btn {
        font-size: 1.1rem;
        line-height: 2;
        max-width: 20rem;
        padding-block: 0.4rem;
    }
    .p-top-news__contentLink {
        border-radius: 1rem;
    }
    .p-top-office-info {
        background: url(../img/img_bg_overlay_sp.webp);
        background-position: top;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 12.4rem 0rem 11.3rem;
    }
    .p-top-office-info {
        padding: 6.7rem 0rem 6.2rem;
    }
    .p-top-office-info__inner {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .p-top-office-info__inner {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .p-top-office-info__headingImage img {
        max-width: 6.1rem;
    }
    .p-top-office-info__headingImage img {
        max-width: 3rem;
    }
    .p-top-office-info__title {
        font-size: 4.7rem;
        line-height: 1.2962962963;
        margin-top: 2rem;
    }
    .p-top-office-info__title {
        font-size: 2.7rem;
        margin-top: 1rem;
    }
    .p-top-office-info__contentItems {
        gap: 9.6rem;
        grid-template-columns: 1fr;
    }
    .p-top-office-info__contentItems {
        gap: 4.8rem;
        margin-top: 2.6rem;
    }
    .p-top-office-info__contentItem {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .p-top-office-info__contentItemImages .p-top-office-info__contentItemImage {
        max-width: 63rem;
    }
    .p-top-office-info__contentItemImages .p-top-office-info__contentItemImage {
        border-radius: 1rem;
        max-width: 31.5rem;
    }
    .p-top-office-info__contentItemImages .p-top-office-info__contentItemImageStaff {
        max-width: 20rem;
    }
    .p-top-office-info__contentItemImages .p-top-office-info__contentItemImageStaff {
        max-width: 10rem;
    }
    .p-top-office-info__officeTitle {
        font-size: 3.48rem;
        line-height: 1;
        margin-top: 3.2rem;
    }
    .p-top-office-info__officeTitle {
        font-size: 2rem;
        margin-top: 1.6rem;
    }
    .p-top-office-info__officeInfoTelWrap {
        max-width: 46rem;
        padding: 0.85rem 2rem 0.85rem;
        width: 100%;
    }
    .p-top-office-info__officeInfoItemTel {
        font-size: 4.7rem;
        line-height: 1.2037037037;
    }
    .p-top-office-info__officeInfoItemTel {
        font-size: 2.7rem;
        margin-top: 1.6rem;
        padding-block: 0.5rem;
        width: 22.5rem;
    }
    .p-top-office-info__officeInfoItemTelLabel {
        font-size: 2.8rem;
    }
    .p-top-office-info__officeInfoItemTelLabel {
        font-size: 1.4rem;
    }
    .p-top-office-info__officeAccess {
        font-size: 2.4rem;
        line-height: 1.6666666667;
    }
    .p-top-office-info__officeAccess {
        font-size: 1.1rem;
        margin-top: 1.6rem;
    }
    .p-top-office-info__detailBtnLink {
        font-size: 2.4rem;
        line-height: 2.7083333333;
        padding: 0.85rem;
        width: 45rem;
    }
    .p-top-office-info__detailBtnLink {
        font-size: 1.2rem;
        margin-top: 1.6rem;
        padding-block: 0.5rem;
        width: 22.5rem;
    }
    .p-top-office-info__detailBtnLink img {
        max-width: 1.8rem;
    }
    .p-top-office-info__detailBtnLink img {
        max-width: 0.9rem;
    }
    .p-top-office {
        padding-top: 2.8rem;
    }
    .p-top-office__inner {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .p-top-office__btnItems {
        gap: 1.5rem;
    }
    .p-top-office__btnItem {
        border-radius: 1.5rem;
        max-width: 100%;
    }
    .p-top-office__btnLink img {
        max-width: 1rem;
    }
    .p-top-office__btnLink {
        flex-direction: column;
        gap: 0.6rem;
        padding: 1rem 0.5rem;
        text-align: center;
    }
    .p-top-office__btnLabel {
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .p-top-recruit__container {
        padding-block: 12.5rem 21.9rem;
    }
    .p-top-recruit__container::after {
        content: none;
    }
    .p-top-recruit__container {
        border-radius: 2rem;
        padding-block: 6.3rem 11rem;
    }
    .p-top-recruit__contentBlockWrap {
        margin-top: 2rem;
    }
    .p-top-recruit__contentBlockWrap {
        margin-top: 1rem;
    }
    .p-top-recruit__contentBlockWrap.p-top-recruit__contentBlockWrap--mt60 {
        margin-top: 3rem;
    }
    .p-top-recruit__contentBlock {
        gap: 1.5rem;
    }
    .p-top-recruit__contentBlock {
        gap: 0.8rem;
    }
    .p-top-recruit__contentBlockText {
        font-size: 2.8rem;
        left: -3%;
        line-height: 2.03125;
        position: relative;
    }
    .p-top-recruit__contentBlockText {
        font-size: 1.4rem;
        margin-top: -0.3rem;
    }
    .p-top-recruit__contentBlockImage {
        max-width: 51rem;
    }
    .p-top-recruit__contentBlockImage {
        margin-left: -1rem;
        margin-top: -0.25rem;
        max-width: 28rem;
    }
    .p-top-recruit__contentBlockImage img {
        max-width: 51rem;
    }
    .p-top-recruit__contentBlockImage img {
        max-width: 25.5rem;
    }
    .p-top-recruit__contentTag {
        font-size: 3.5rem;
        line-height: 1.625;
        padding: 3.3rem 1rem;
    }
    .p-top-recruit__contentTag {
        border-bottom-right-radius: 1.5rem;
        border-top-left-radius: 1.4rem;
        font-size: 1.8rem;
        line-height: 1.625;
        padding: 1.6rem 0.5rem;
    }
    .p-top-recruit__contentText {
        font-size: 2.1rem;
        line-height: 1.6666666667;
        margin-top: 2.85rem;
    }
    .p-top-recruit__contentText {
        font-size: 1.4rem;
        margin-top: 1.6rem;
        min-height: 5rem;
    }
    .p-top-recruit__upperBlock .p-top-recruit__upperBlockIcon {
        max-width: 4.6rem;
    }
    .p-top-recruit__upperBlock {
        align-items: center;
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .p-top-recruit__upperBlockImage {
        margin-top: 4.85rem;
    }
    .p-top-recruit__upperBlockImage {
        margin-top: 2.5rem;
    }
    .p-top-recruit__upperBlockSubTitle {
        font-size: 2.8rem;
        line-height: 1.8;
        margin-top: 2.2rem;
        max-width: 45.8rem;
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .p-top-recruit__upperBlockSubTitle {
        font-size: 1.4rem;
        margin-top: 1.1rem;
        max-width: 23.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
    .p-top-recruit__upperBlockTitle {
        font-size: 5.25rem;
        margin-top: 2.6rem;
    }
    .p-top-recruit__upperBlockTitle {
        font-size: 2.6rem;
        margin-top: 1.3rem;
    }
    .p-top-recruit__upperBlockText {
        font-size: 2.61rem;
    }
    .p-top-recruit__upperBlockText {
        font-size: 1.3rem;
        margin-top: 1.9rem;
    }
    .p-top-voice {
        padding-top: 12rem;
    }
    .p-top-voice {
        padding-top: 6rem;
    }
    .p-top-voice__wrap {
        border-top-left-radius: 3rem;
        border-top-right-radius: 3rem;
        padding-bottom: 8.1rem;
    }
    .p-top-voice__inner {
        padding-left: 6rem;
        padding-right: 6rem;
    }
    .p-top-voice__inner {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .p-top-voice__container {
        padding-top: 12rem;
    }
    .p-top-voice__container {
        padding-top: 6rem;
    }
    .p-top-voice__headingsWrap {
        flex-direction: column;
    }
    .p-top-voice__heading img {
        max-width: 6.1rem;
    }
    .p-top-voice__heading img {
        max-width: 3rem;
    }
    .p-top-voice__heading {
        flex-direction: column;
        text-align: center;
    }
    .p-top-voice__title {
        font-size: 4.7rem;
        line-height: 1.2962962963;
    }
    .p-top-voice__title {
        font-size: 2.7rem;
    }
    .p-top-voice__content {
        margin-top: 6.2rem;
    }
    .p-top-voice__content {
        margin-top: 3.1rem;
    }
    .p-top-voice__contentItems {
        gap: 2.7rem;
        grid-template-columns: repeat(2, 1fr);
    }
    .p-top-voice__contentItems {
        gap: 1.5rem;
    }
    .p-top-voice__contentImages img {
        border-radius: 1rem;
    }
    .p-top-voice__contentOffice {
        font-size: 2.2rem;
    }
    .p-top-voice__contentOffice {
        border-bottom-left-radius: 0.6rem;
        border-top-right-radius: 0.6rem;
        font-size: 1.1rem;
        padding: 0.5rem 0.75rem 0.4rem 0.6rem;
    }
    .p-top-voice__contentInfo {
        gap: 2.9rem;
    }
    .p-top-voice__contentInfo {
        gap: 1.5rem;
        margin-top: 1rem;
    }
    .p-top-voice__date {
        font-size: 1.92rem;
        line-height: 2.9545454545;
    }
    .p-top-voice__date {
        font-size: 1.1rem;
    }
    .p-top-voice__cat {
        font-size: 2rem;
    }
    .p-top-voice__cat {
        font-size: 1rem;
        padding: 0.25rem 0.65rem 0.3rem;
    }
    .p-top-voice__contentTitle {
        font-size: 2.1rem;
        line-height: 1.6666666667;
    }
    .p-top-voice__contentTitle {
        font-size: 1.1rem;
    }
    .p-top-voice__btnWrap.u-sp {
        display: flex;
    }
    .p-top-voice__btnWrap {
        display: flex;
        justify-content: center;
        margin-top: 3.3rem;
        width: 100%;
    }
    .p-top-voice__btnWrap {
        margin-top: 1.65rem;
    }
    .p-top-voice__btnWrap .p-top-voice__btn img {
        max-width: 0.9rem;
    }
    .p-top-voice__btnWrap .p-top-voice__btn {
        font-size: 2.1rem;
    }
    .p-top-voice__btnWrap .p-top-voice__btn {
        font-size: 1.1rem;
        line-height: 2;
        max-width: 20rem;
        padding-block: 0.4rem;
    }
    .p-top-voice__contentLink {
        border-radius: 1rem;
    }
    .u-pc {
        display: none;
    }
    .u-sp {
        display: block;
    }

    .breadcrumbs.custom_title_on {
        top: auto;
    }

    /* TOPバナー */
    .p-top-banner {
        padding-top: 4rem;
    }

    .p-top-banner__inner {
        padding-left: 1.8rem;
        padding-right: 1.8rem;
    }
    .p-top-banner__inner.p-top-banner__inner--flex {
        flex-direction: column;
        padding-left: 1.8rem;
        padding-right: 1.8rem;
    }

    .p-top-banner__box {
        border-radius: 3rem;
        border: 0.4rem solid #fd9d7b;
        padding: 2rem 1.5rem;
        flex-direction: column;
    }
    .p-top-banner__box.p-top-banner__box--rework {
        border: 0.4rem solid #8dc557;
    }
    .p-top-banner__inner.p-top-banner__inner--flex .p-top-banner__box {
        width: 100%;
        padding: 2rem 1.5rem;
    }

    .p-top-banner__box img {
        width: 5.3rem;
        height: 4rem;
    }

    .p-top-banner__box-body {
        margin-left: initial;
        margin-top: 1.6rem;
        text-align: center;
    }
    .p-top-banner__inner.p-top-banner__inner--flex .p-top-banner__box-body {
        margin-top: initial;
    }

    .p-top-banner__box.p-top-banner__box--rework .p-top-banner__box-body {
        margin-left: initial;
    }

    .p-top-banner__box-body-top {
        font-size: 1.6rem;
    }

    .p-top-banner__box-body-bottom {
        font-size: 2.2rem;
    }
    .p-top-banner__inner.p-top-banner__inner--flex .p-top-banner__box-body-bottom {
        font-size: 2.2rem;
    }

    .p-top-banner__box-body-bottom span {
        text-decoration-thickness: 0.7rem;
        text-underline-offset: -0.5rem;
    }

    .p-top-banner__btn {
        max-width: 20rem;
        margin-left: initial;
    }

    .p-top-banner__btnLink {
        font-size: 1.1rem;
        margin-top: 1.4rem;
    }

    .p-top-banner__btnLabel {
        font-size: 2rem;
        line-height: 3;
    }

    .p-top-banner__btnLink img {
        width: 1rem;
        height: auto;
    }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
    .p-support-fee__linkBtn {
        font-size: 1.3rem;
        margin-top: 2rem;
        padding-block: 1.1rem;
        padding-left: 1.8rem;
        padding-right: 1.8rem;
    }
    .p-support-fee__contentBlockMain:not(:first-child) {
        margin-top: 2.3rem;
    }
    .p-top-about-office__btnWrap {
        margin-top: 1rem;
    }
    .p-top-about-office__btnWrap .p-top-about-office__btn img {
        max-width: 0.9rem;
    }
    .p-top-about-office__btnWrap .p-top-about-office__btn {
        font-size: 1.1rem;
        line-height: 2;
        max-width: 20rem;
        padding-block: 0.4rem;
    }
    .p-top-about__btnWrap {
        margin-top: 1rem;
    }
    .p-top-about__btnWrap .p-top-about__btn img {
        max-width: 0.9rem;
    }
    .p-top-about__btnWrap .p-top-about__btn {
        font-size: 1.1rem;
        line-height: 2;
        max-width: 20rem;
        padding-block: 0.4rem;
    }
    .p-top-course-reverse__btnWrap {
        margin-top: 1rem;
    }
    .p-top-course-reverse__btnWrap .p-top-course-reverse__btn img {
        max-width: 0.9rem;
    }
    .p-top-course-reverse__btnWrap .p-top-course-reverse__btn {
        font-size: 1.1rem;
        line-height: 2;
        max-width: 20rem;
        padding-block: 0.4rem;
    }
    .p-top-course__btnWrap {
        margin-top: 1rem;
    }
    .p-top-course__btnWrap .p-top-course__btn img {
        max-width: 0.9rem;
    }
    .p-top-course__btnWrap .p-top-course__btn {
        font-size: 1.1rem;
        line-height: 2;
        max-width: 20rem;
        padding-block: 0.4rem;
    }

    .p-member__lead {
        font-size: 1.6rem;
        font-size: 2rem;
    }
}

@media screen and (max-width: 800px) {
    .p-top-network__leftIndexLink {
        font-size: 1.6rem;
    }
    .p-top-network__leftExternalLink {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 768px) {
    .sp {
        display: block;
    }
    .pc {
        display: none;
    }
    .p-member__top .c-inner {
        padding: 20px;
    }
    .p-member__lead {
        font-size: 14px;
        font-size: 16px;
        font-size: 1.6rem;
        text-align: left;
    }
    .p-member__index-box {
        border: 10px solid #f7f5f2;
        padding: 1rem;
    }
    .p-member__index {
        align-items: stretch;
        gap: 1.2rem;
        padding: 0.8rem 0;
    }
    .p-member__index:last-child {
        border-bottom: none;
    }
    .p-member__index:nth-child(n + 2) {
        margin-top: initial;
    }
    .p-member__index-left {
        display: flex;
        min-width: 6.4rem;
    }
    .p-member__index-left a {
        align-items: center;
        display: flex;
        font-size: 1.1rem;
        font-size: 1.6rem;
        justify-content: center;
        padding: 0.8rem;
        width: 100%;
    }
    .p-member__index-right ul {
        align-items: center;
        flex-wrap: wrap;
        gap: 0.375rem;
    }
    .p-member__index-right ul li {
        padding: initial;
    }
    .p-member__index-right ul li::before {
        content: none;
    }
    .p-member__index-right ul li a {
        font-size: 1.1rem;
        font-size: 1.6rem;
        min-width: 6.4rem;
        padding: 0.8rem 0.4rem;
    }
    .p-area__wrap .c-inner {
        padding: 20px;
    }
    h2.p-area__heading {
        font-size: 3.6rem;
        margin: 20px 0 10px;
    }
    .p-area__title {
        font-size: 2.8rem;
        padding-top: 5.2rem;
    }
    .p-area__title.p-area__title--mt {
        padding-top: 0.2rem;
    }
    .p-area__table {
        border: 1px solid #d4d3d3;
        border-collapse: separate;
        border-radius: 2rem;
        border-spacing: 0;
        margin-top: 2.6rem;
        overflow: hidden;
    }
    .p-area__table thead tr {
        display: flex;
    }
    .p-area__table thead tr th {
        border: initial;
        border-bottom: 1px solid #d4d3d3;
    }
    .p-area__table thead tr th.name {
        width: 36%;
    }
    .p-area__table thead tr th.address {
        width: 64%;
    }
    .p-area__table tbody tr {
        display: flex;
    }
    .p-area__table tbody tr th {
        font-size: 1.8rem;
        padding: 10px 5px;
        text-align: left;
        width: 36%;
    }
    .p-area__table tbody tr th p {
        font-size: 1rem;
        padding-bottom: 1px;
    }
    .p-area__table tbody tr th p span {
        font-size: 1.6rem;
    }
    .p-area__table tbody tr td {
        padding: 0.8rem;
        text-align: left;
        width: 64%;
    }
    .p-area__table tbody tr:last-child th,
    .p-area__table tbody tr:last-child td {
        border-bottom: initial;
    }
    .p-area__table tbody tr td .p-area__table-add {
        font-size: 1.2rem;
        font-size: 1.6rem;
    }
    .p-area__table tbody tr td .p-area__table-tel {
        font-size: 1.2rem;
        margin-top: 0.5rem;
    }
    .p-area__table tbody tr td .p-area__table-tel a {
        padding: 0.8rem;
    }
    .p-area__table tbody tr td .p-area__table-hp {
        margin-top: 4rem;
        text-align: right;
    }
    .p-area__table tbody tr td .p-area__table-hp a {
        font-size: 1.1rem;
        padding-bottom: 3px;
        text-align: right;
    }
}

@media screen and (max-width: 767px) {
    html {
        font-size: calc(10px + 10 * (100vw - 375px) / 375);
    }
    .l-inner {
        padding-left: 40px;
        padding-right: 40px;
    }
    .l-sec {
        padding: 8rem 0 10rem;
    }
    .l-sec01 {
        padding: 7.2rem 0 9.2rem;
    }

    .p-top-about__contentBlockRightText,
    .p-top-about-office__contentBlockRightText,
    .p-top-course__contentBlockRightText {
        font-size: 1.6rem;
    }

    .p-top-about__contentItemTitle,
    .p-top-about-office__contentItemTitle,
    .p-top-course__contentItemTitle {
        font-size: 1.6rem;
    }

    .p-about-greet__inner {
        padding: 4%;
        padding-top: 0;
    }
    .p-about-greet__scheduleItems {
        gap: 6rem;
    }
    .p-about-greet__scheduleComment img {
        /* height: 24rem;
        top: 50%; */
        height: 26rem;
        top: 54%;
    }
    .p-about-greet__caseText {
        font-size: 1.6rem;
        margin-top: 0.5rem;
    }
    .p-about-greet__timeScheduleWrap {
        margin-top: 12rem;
    }
    .p-drawer-sp__containerBlock {
        justify-content: center;
    }
    .p-modal__block {
        width: 80%;
    }
    .p-modal__wrap {
        padding: 4rem 0 3rem;
    }

    .u-flexD--sp {
        display: flex;
        flex-direction: column;
    }
    .u-font18 {
        font-size: 1.6rem;
    }
    .u-font20 {
        font-size: 1.6rem;
    }
    .u-font22 {
        font-size: 1.8rem;
    }
    .u-font24 {
        font-size: 1.8rem;
    }
    .u-mt100 {
        margin-top: 3rem;
    }
    .u-mtSp10 {
        margin-top: 10px !important;
        margin-top: 1rem !important;
    }
    .u-mtSp20 {
        margin-top: 20px !important;
        margin-top: 2rem !important;
    }
    .u-mtSp30 {
        margin-top: 30px !important;
        margin-top: 3rem !important;
    }
    .u-mtSp40 {
        margin-top: 40px !important;
        margin-top: 4rem !important;
    }
    .u-mtSp50 {
        margin-top: 50px !important;
        margin-top: 5rem !important;
    }
    .u-mtSp60 {
        margin-top: 60px !important;
        margin-top: 6rem !important;
    }
    .u-mtSp70 {
        margin-top: 70px !important;
        margin-top: 7rem !important;
    }
    .u-mtSp80 {
        margin-top: 80px !important;
        margin-top: 8rem !important;
    }
    .u-mtSp90 {
        margin-top: 90px !important;
        margin-top: 9rem !important;
    }
    .u-mtSp100 {
        margin-top: 100px !important;
        margin-top: 10rem !important;
    }
    .u-mtSp110 {
        margin-top: 110px !important;
        margin-top: 11rem !important;
    }
    .u-mtSp120 {
        margin-top: 120px !important;
        margin-top: 12rem !important;
    }
    .u-mtSp130 {
        margin-top: 130px !important;
        margin-top: 13rem !important;
    }
    .u-mtSp140 {
        margin-top: 140px !important;
        margin-top: 14rem !important;
    }
    .u-mtSp150 {
        margin-top: 150px !important;
        margin-top: 15rem !important;
    }
    .u-mtSp160 {
        margin-top: 160px !important;
        margin-top: 16rem !important;
    }
    .u-mtSp170 {
        margin-top: 170px !important;
        margin-top: 17rem !important;
    }
    .u-mtSp180 {
        margin-top: 180px !important;
        margin-top: 18rem !important;
    }
    .u-mtSp190 {
        margin-top: 190px !important;
        margin-top: 19rem !important;
    }
    .u-mtSp200 {
        margin-top: 200px !important;
        margin-top: 20rem !important;
    }
    .u-textMdLeft {
        text-align: Left !important;
    }
    .u-textMdCenter {
        text-align: Center !important;
    }
    .u-textMdRight {
        text-align: Right !important;
    }
    .u-textMdJustify {
        text-align: Justify !important;
    }

    .p-support-fee__targetBlockFukidashi02 img {
        max-width: 2rem;
    }

    .p-support-difference__description02 {
        font-size: 1.6rem;
    }

    .c-toc__link {
        font-size: 1.6rem;
    }

    .c-toc__link img {
        max-width: 1.6rem;
    }

    .p-support-difference__introItemText {
        font-size: 1.4rem;
    }

    /* 下層 */
    .p-support-fee__description {
        font-size: 1.6rem;
    }

    .c-table__head01,
    .c-table__head02,
    .c-table__head03,
    .c-table__data01,
    .c-table__data02,
    .c-table__data03 {
        font-size: 1.6rem;
    }

    .p-about-greet__description {
        font-size: 1.6rem;
    }

    .p-about-greet__timeScheduleDescription {
        font-size: 1.6rem;
    }

    .p-about-greet__timeScheduleItemDescription {
        font-size: 1.6rem;
    }

    .merit-box .-text {
        font-size: 1.6rem;
    }

    .merit-list2 .-ttl,
    .merit-list3 .-ttl {
        font-size: 1.6rem;
    }
    .merit-list2 .-p {
        font-size: 1.6rem;
    }
    .step-box .cont-list li {
        font-size: 1.6rem;
    }

    .step-box .cont-list li:before {
        margin-right: 0.6rem;
        margin-top: 0.9rem;
    }

    .step-box .-stepttl {
        font-size: 1.6rem;
    }
    .step-box .-ttlbar {
        font-size: 1.4rem;
    }
    .p-support-difference__description {
        font-size: 1.6rem;
    }

    .p-support-difference__summaryText {
        font-size: 1.6rem;
    }

    /* 事業所 */
    .p-page-nav__anchorLink {
        font-size: 1.5rem;
    }

    .p-office-director__name,
    .p-office-director__text {
        font-size: 1.6rem;
    }

    .p-office-features__contentInnerBlockText {
        font-size: 1.6rem;
    }

    .p-office-info__contentText {
        font-size: 1.6rem;
    }

    .p-office-staff__contentText {
        font-size: 1.6rem;
    }

    .p-office-media__text {
        font-size: 1.6rem;
    }

    .p-office-news__contentTitle,
    .p-office-column__contentTitle {
        font-size: 1.6rem;
    }

    .p-office-access__contentAddress,
    .p-office-access__contentTell {
        font-size: 1.6rem;
    }

    .p-office-media__link {
        max-width: 31rem;
    }

    /* TOP */
    .p-mv__upperTextThird {
        font-size: 1.6rem;
    }

    .p-top-leading__contentText {
        font-size: 1.6rem;
        width: 32rem;
    }

    .p-top-leading__contentBlockLeftSubText {
        font-size: 1.5rem;
    }

    .p-top-recruit__upperBlockText {
        font-size: 1.6rem;
    }

    .p-top-recruit__contentText {
        font-size: 1.6rem;
    }

    .p-top-info__description {
        font-size: 1.6rem;
    }

    .p-top-office-info__officeAccess {
        font-size: 1.6rem;
    }

    .p-top-office-info__detailBtnLink {
        font-size: 1.4rem;
        width: 25rem;
    }

    .p-top-network__leftDescription {
        font-size: 1.6rem;
    }

    .p-top-news__contentTitle,
    .p-top-column__contentTitle,
    .p-top-voice__contentTitle {
        font-size: 1.4rem;
    }

    .p-top-about__btnWrap .p-top-about__btn,
    .p-top-about-office__btnWrap .p-top-about-office__btn,
    .p-top-course__btnWrap .p-top-course__btn,
    .p-top-news__btnWrap .p-top-news__btn,
    .p-top-column__btnWrap .p-top-column__btn,
    .p-top-voice__btnWrap .p-top-voice__btn {
        font-size: 1.4rem;
    }

    /* ヘッダー */
    .p-drawer-sp__menuTitle {
        font-size: 1.5rem;
    }
    .p-drawer-sp__subMenuTitle {
        font-size: 1.3rem;
    }

    .p-drawer-sp__menuLink img,
    .p-drawer-sp__subMenuLink img {
        max-width: 0.9rem;
    }

    /* フッター */
    .p-footer__menuTitle {
        font-size: 1.5rem;
    }
    .p-footer__subMenuTitle {
        font-size: 1.3rem;
    }

    .p-footer__menuLink img,
    .p-footer__subMenuLink img {
        max-width: 0.9rem;
    }

    .p-contact__contentItem,
    .p-contact__contentDescription {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 680px) {
    .p-top-about-office__contentBlockImageSecond {
        right: -18%;
    }
    .p-top-about__contentBlockImageSecond {
        right: -18%;
    }
    .p-top-course-reverse__contentBlockImageSecond {
        right: -18%;
    }
    .p-top-course__contentBlockImageSecond {
        right: -18%;
    }
}

@media screen and (max-width: 425px) {
    .p-office-features__inner {
        padding-left: 4%;
        padding-right: 4%;
    }
}

@media screen and (max-width: 375px) {
    html {
        font-size: 10px;
    }
    .c-image__secondChild {
        border-radius: 2.2rem;
        max-width: 22.5rem;
    }
    .c-image__secondChild--borderBlue {
        border: 0.5rem solid #e5f6fc;
    }
    .c-image__secondChild--borderGreen {
        border: 0.5rem solid #e2e9b4;
    }
    .c-image__secondChild--borderOrange {
        border: 0.5rem solid #fff9e7;
    }
    /* .p-contact__title {
        font-size: 2.8rem;
        margin: 0 auto 2.2rem;
        padding-left: 4%;
        padding-right: 4%;
    } */
    .p-contact__contentTitle {
        font-size: 2.3rem;
    }
    .error__text {
        font-size: 1.6rem;
        margin-top: 1.5rem;
    }
}

@media (any-hover: hover) {
    .c-sidebar__itemTitle a:hover {
        color: #f17a22;
        transition: 0.5s;
    }
    .p-contact__btnLink:hover {
        opacity: 0.8;
        transition: 0.5s;
    }
    .p-drawer__btnLink:hover {
        opacity: 0.7;
        transition: 0.5s;
    }
    .p-drawer-sp__link:hover {
        opacity: 0.7;
        transition: 0.5s;
    }
    .p-footer__btnLink:hover {
        opacity: 0.7;
        transition: 0.5s;
    }
    .p-header__btnLink:hover {
        opacity: 0.7;
        transition: 0.5s;
    }
    .p-office-access__link:hover {
        opacity: 0.7;
        transition: 0.5s;
    }
    .p-office-column__contentLink:hover {
        opacity: 0.7;
        transition: 0.5s;
    }
    .p-office-column__contentItem:hover .p-office-column__contentImage {
        transform: scale(1.2);
        transition: transform 0.8s;
    }
    .p-office-news__contentLink:hover {
        opacity: 0.7;
        transition: 0.5s;
    }
    .p-office-news__contentItem:hover .p-office-news__contentImage {
        transform: scale(1.2);
        transition: transform 0.8s;
    }
    .p-top-column__contentLink:hover {
        opacity: 0.7;
        transition: 0.5s;
    }
    .p-top-column__contentItem:hover .p-top-column__contentImage {
        transform: scale(1.2);
        transition: transform 0.8s;
    }
    .p-top-news__contentLink:hover {
        opacity: 0.7;
        transition: 0.5s;
    }
    .p-top-news__contentItem:hover .p-top-news__contentImage {
        transform: scale(1.2);
        transition: transform 0.8s;
    }
    .p-top-office-info__contentItemImage:hover {
        opacity: 0.8;
        transition: 0.5s;
    }
    .p-top-office-info__officeTitle a:hover {
        color: #f17a22;
        transition: 0.5s;
    }
    .p-top-voice__contentLink:hover {
        opacity: 0.7;
        transition: 0.5s;
    }
    .p-top-voice__contentItem:hover .p-top-voice__contentImage {
        transform: scale(1.2);
        transition: transform 0.8s;
    }
}

@media (hover: hover) and (pointer: fine) {
    .p-page-nav__anchorLink:hover::after {
        transform: scaleX(1);
    }
}

@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
/*# sourceMappingURL=sourcemaps/style.css.map */
