@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;900&family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
html {
    font-size: 16px;
}

body {
    color: #a46305;
    font-family:
        "Zen Maru Gothic", "M PLUS Rounded 1c", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro W3",
        "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
        "HIragino Kaku Gothic Pro W6", "HIragino Kaku Gothic Pro", Meiryo, "メイリオ", Osaka,
        "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    font-weight: 400;
    letter-spacing: 0.02em;
    line-height: 1.5;
}

main {
    margin-top: 6.375rem;
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
    pointer-events: none;
}

*,
*::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%;
    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%;
    width: 68.75rem;
}

.l-sec {
    padding: 3.75rem 0 5rem;
}
.l-sec01 {
    padding: 3.5rem 0 6.875rem;
}

.c-btn {
    background-color: transparent;
    background-image: url("../img/");
    background-position: center right 1.5em;
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
    border: 1px solid #d9d9d9;
    color: #000;
    line-height: 1.2;
    max-width: 100%;
    min-height: 3.75rem;
    padding: 0 0.625rem;
    transition: 0.3s all;
    width: 13.75rem;
}
.c-btn span {
    display: block;
    font-size: 0.75rem;
}
.c-cat {
    background-color: #003c8c;
    color: #fff;
    display: inline-block;
    font-size: 0.75rem;
    min-width: 6.25rem;
    padding: 0.25rem 0.625rem;
    text-align: center;
}

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

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

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

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

.c-dl {
    color: #a46305;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.625;
}

.c-dl__term {
    letter-spacing: 0.1em;
    padding: 0.9375rem 1.25rem 1.125rem;
    text-align: left;
    vertical-align: baseline;
    width: 16.25rem;
}

.c-dl__desc {
    padding: 0.9375rem 2.5rem 1.125rem;
    width: 52.5rem;
}
.c-dl__desc p {
    width: 100%;
}

.c-dl__item {
    justify-content: center;
}

.c-dl .c-dl__item div.c-dl__term {
    border-top: 1px solid #fff;
}

.c-headingBox__subtitle {
    color: #c87e12;
    display: block;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
}

.c-headingBox__title {
    color: #9e6224;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    margin-block: 1.5625rem 3.125rem;
    text-align: center;
}

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

.c-headline1__sub {
    font-size: 1rem;
    margin-top: 0.875rem;
}

.c-hoverArrow {
    /* 調整しやすいように変数化（必要なければ消してOK） */
    --hover-opacity: 0.8;
    --arrow-shift: 5px;
    /* transitionは通常状態に書くのが基本 */
    transition: opacity 0.5s;
}
.c-hoverArrow .c-hoverArrow__icon {
    transition: transform 0.25s ease;
    will-change: transform;
}

.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-imgHover {
    position: relative;
}

.c-imgHover img {
    transition: 0.5s opacity;
    width: 2.25rem;
}

.c-imgHover img:nth-of-type(2) {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: 0.5s opacity;
}
.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: 0.625rem;
    position: absolute;
    right: -0.9375rem;
    top: 0.3em;
    width: 0.625rem;
}

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

.c-tag {
    border: 1px solid #d9d9d9;
    color: #000;
    display: inline-block;
    font-size: 0.875rem;
    padding: 0.375rem 0.5rem;
}

.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-drawer {
    background-color: #fffbf3;
    display: none;
    height: 100svh;
    inset: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

.p-drawer__inner {
    -webkit-overflow-scrolling: touch;
    display: block;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
    max-width: 64.5rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 4.5rem 1rem 4.5rem;
    width: 100%;
}

.p-drawer__btnLink {
    background: #ffef8f;
    border-radius: 100vh;
    font-weight: 500;
    padding: 0.9375rem 1.6875rem 0.9375rem;
}
.p-drawer__btnLink img {
    -o-object-fit: contain;
    aspect-ratio: 15/15;
    height: auto;
    margin-top: 0.3125rem;
    object-fit: contain;
    width: 10px;
}
.p-drawer__link {
    gap: 0.375rem;
}
.p-drawer__link img {
    -o-object-fit: contain;
    aspect-ratio: 15/15;
    height: auto;
    margin-top: 0.1875rem;
    object-fit: contain;
    width: 10px;
}
.p-drawer__linkText {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.1875;
}

.p-drawer__nav {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 3.75rem;
    height: inherit;
    justify-content: flex-start;
    text-align: center;
}
.p-drawer__nav .p-drawer__navItem:first-child {
    border-left: 5px solid #fff;
    margin-bottom: 1.875rem;
}

.p-drawer__navItem {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.1666666667;
    margin-top: 2.125rem;
}
.p-footer {
    background: #fffbf3;
}

.p-footer__inner {
    margin-left: auto;
    margin-right: auto;
    padding: 5.3125rem 0rem 3.5rem;
}

.p-footer__btnLink {
    align-items: center;
    background: #a46305;
    border-radius: 100vh;
    color: #ffffff;
    display: flex;
    font-weight: 500;
    gap: 0.625rem;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 17.5rem;
    padding: 0.9375rem 1.6875rem 0.9375rem;
    width: 100%;
}
.p-footer__btnLink img {
    -o-object-fit: contain;
    aspect-ratio: 15/15;
    height: auto;
    margin-top: 0.3125rem;
    object-fit: contain;
    width: 16px;
}
.p-footer__copyright {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.5714285714;
    margin-top: 1.875rem;
    text-align: center;
}

.p-footer__link {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.5714285714;
    margin-top: 0.9375rem;
    text-align: center;
}

.p-header {
    background: #fff;
    font-size: 1.0625rem;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
}

.p-header__inner {
    margin-left: auto;
    margin-right: auto;
    padding-block: 1.625rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    width: 100%;
}

.p-header__leftBlock {
    max-width: 20.375rem;
    width: 100%;
}
.p-header__leftBlock img {
    -o-object-fit: contain;
    aspect-ratio: 326/40;
    height: auto;
    object-fit: contain;
}

.p-header__upperBlock .p-header__link {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
}

.p-header__link img {
    -o-object-fit: contain;
    aspect-ratio: 15/15;
    height: auto;
    object-fit: contain;
    width: 10px;
}

.p-header__linkText {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.1428571429;
}

.p-header__downBlock {
    margin-top: 0.5rem;
}

.p-header__navList {
    align-items: center;
    display: flex;
    gap: 1.875rem;
    justify-content: space-around;
}

.p-header__navListLink {
    font-weight: 500;
}

.p-header__hamburger {
	display: none;
}


.p-modal {
    -webkit-overflow-scrolling: touch;
    background: rgba(255, 255, 255, 0.7);
    display: none;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.p-modal__inner {
    display: flex;
    justify-content: center;
    min-height: 100%;
    padding: 4.375rem 0 6.25rem;
    width: 100%;
}

.p-modal__block {
    background-color: #fff;
    border: 1px solid #a46305;
    border-radius: 1.25rem;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    width: 68.75rem;
}

.p-modal__wrap {
    padding: 2.5rem 6.25rem 10rem;
}

.p-modal__content {
    color: #9e6224;
}

.p-modal__mv {
    align-items: flex-end;
    display: flex;
    margin-bottom: 5rem;
}
.p-modal__mv picture {
    border-radius: 0.625rem;
    display: block;
    width: 100%;
}
.p-modal__mv picture img {
    height: auto;
    width: 100%;
}

.p-modal__badge {
    background-color: #fff;
    border-radius: 30px;
    border-radius: 20px;
    flex-shrink: 0;
    margin-bottom: -1.875rem;
    margin-left: -11.25rem;
}

.p-modal__badgeContent {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 1.875rem;
    position: relative;
    width: 100%;
}
.p-modal__badgeContent::before {
    border: 3px dotted #f6ce69;
    border-radius: 20px;
    content: "";
    height: 90%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
}

.p-modal__badgeName {
    color: #a46305;
    font-size: 1.75rem;
    font-weight: bold;
    margin-bottom: 3px;
}
.p-modal__badgeName span {
    font-size: 1.375rem;
}

.p-modal__badgeRole,
.p-modal__badgeDept,
.p-modal__badgeYear {
    color: #9e6224;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
    margin-top: 0.125rem;
}

.p-modal__title {
    color: #a46305;
    display: inline-block;
    font-size: 2rem;
    font-weight: 500;
    isolation: isolate;
    line-height: 1.5;
    position: relative;
    text-align: center;
}
.p-modal__title::before {
    background-color: #ffef8f;
    bottom: -0.05em;
    content: "";
    height: 0.5em;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

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

.p-modal__desc {
    color: #9e6224;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8;
    margin-top: 3.125rem;
    text-align: left;
}
.p-modal__desc p + p {
    margin-top: 0.9375rem;
}

.p-modal__row {
    align-items: flex-start;
    display: flex;
    gap: 3.125rem;
    justify-content: center;
    margin-top: 3.125rem;
}
.p-modal__row--reverse {
    flex-direction: row-reverse;
}

.p-modal__firstChild {
    margin-top: 3.75rem;
}

.p-modal__rowImg {
    flex-shrink: 0;
    width: 26.5625rem;
}
.p-modal__rowImg picture {
    display: block;
}
.p-modal__rowImg picture img {
    border-radius: 0.625rem;
    height: auto;
    width: 100%;
}

.p-modal__rowText {
    color: #9e6224;
    flex: 1;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.8;
    max-width: 26.5625rem;
    text-align: left;
}
.p-modal__rowText p + p {
    margin-top: 0.9375rem;
}

.p-modal__closeWrap {
    background-color: #ffef8f;
    border-radius: 50%;
    bottom: -4.0625rem;
    display: flex;
    height: 8.125rem;
    justify-content: center;
    left: 50%;
    margin-top: 2.5rem;
    position: absolute;
    transform: translateX(-50%);
    width: 8.125rem;
}

.p-modal__close {
    align-items: center;
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    justify-content: center;
    padding: 0.625rem;
}

.p-modal__closeIcon {
    height: 1.875rem;
    position: relative;
    width: 1.875rem;
}
.p-modal__closeIcon span {
    background-color: #a46305;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 100%;
}
.p-modal__closeIcon span:first-child {
    transform: translate(-50%, -50%) rotate(45deg);
}
.p-modal__closeIcon span:last-child {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.p-modal__closeText {
    color: #a46305;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.p-mv {
    height: calc(100vh - 107px);
}

.p-mv__inner {
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 93%;
}

.p-mv__slider {
    border-radius: 3.125rem;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.p-mv__slider .swiper-slide {
    height: 100%;
    overflow: hidden;
}
.p-mv__slider .swiper-img {
    display: block;
    height: 100%;
    width: 100%;
}
.p-mv__slider .swiper-slide img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 2 / 1;
}
.p-mv__slider .swiper-slide-active .swiper-img,
.p-mv__slider .swiper-slide-duplicate-active .swiper-img,
.p-mv__slider .swiper-slide-prev .swiper-img {
    animation: zoomUp 20s linear 1s normal both;
}
@keyframes zoomUp {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}
.p-mv__descBox {
    bottom: 4.1875rem;
    left: 3.4375rem;
    position: absolute;
    z-index: 10;
}

.p-mv__desc {
    background-color: #fffbf3;
    border-radius: 0.9375rem;
    color: #a46305;
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1;
    padding: 1.125rem 1.25rem;
    width: -moz-fit-content;
    width: fit-content;
}
.p-mv__desc:not(:first-child) {
    margin-top: 8px;
}

.p-cta {
    bottom: 2.1875rem;
    max-width: 13.4375rem;
    position: fixed;
    right: 2.1875rem;
    transition:
        transform 0.35s cubic-bezier(0.33, 1, 0.68, 1),
        max-width 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 999999;
}

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

.p-pageTop__wrap {
    position: relative;
}

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

.p-pageTop__wrap img:nth-of-type(2) {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: 0.5s opacity;
}
.p-sec01 {
    padding-top: 6.25rem;
    text-align: center;
}

.p-sec01__subtitle {
    color: #cc6600;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
}

.p-sec01__title {
    color: #9e6224;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    margin-block: 1.5625rem 3.125rem;
}

.p-sec01__text {
    color: #9e6224;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 29px;
}

.p-sec02 {
    background: #ffef8f;
    margin-top: 6.25rem;
    overflow: hidden;
    padding-bottom: 10rem;
}

.p-sec02__titleBlock {
    display: inline-block;
    left: 50%;
    position: relative;
    top: 50%;
    transform: translate(-50%, 0%);
}
.p-sec02__titleBlock img {
    -o-object-fit: cover;
    aspect-ratio: 435/132;
    height: auto;
    max-width: 27.1875rem;
    object-fit: cover;
}

/* 画像を下に敷く */
.p-sec02__titleBlock picture,
.p-sec02__titleBlock .p-sec02__titleFrame {
    display: block;
}

.p-sec02__titleFrame {
    height: auto;
    width: 100%;
}

/* テキストを上に重ねる */
.p-sec02__titleBlock > span {
    align-items: center;
    display: flex;
    font-size: 2rem;
    font-weight: 500;
    inset: 0;
    justify-content: center;
    letter-spacing: 0em;
    line-height: 1.34375;
    margin-bottom: 0.625rem;
    position: absolute;
    text-align: center;
    z-index: 2;
}

/* 画像は下層に */
.p-sec02__titleBlock picture {
    position: relative;
    z-index: 1;
}

.p-sec02__subText {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.6111111111;
    margin-top: 2.8125rem;
    text-align: center;
}

.p-sec02__swiper {
    margin-top: 5rem;
    overflow: visible;
}
.p-sec02__swiper {
    /* それでも切れる場合、さらに親要素側も確認 */
}
.p-sec02__swiper .swiper {
    overflow: visible;
}
.p-sec02__swiper .swiper-slide {
    background: #fff;
    border-radius: 1.25rem;
    display: flex;
    height: 37.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 57.5rem;
    padding: 0rem 3.125rem;
    position: relative;
    width: 100%;
}
.p-sec02__swiper .p-sec02__num {
    color: #c87e12;
    font-size: 3rem;
    font-weight: 500;
    left: 50%;
    letter-spacing: 0em;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
}
.p-sec02__swiper .swiper-button-prev {
    left: 4.0625rem;
}
.p-sec02__swiper .swiper-button-next {
    right: 4.0625rem;
}
.p-sec02__swiper .swiper-button-prev::after,
.p-sec02__swiper .swiper-button-next::after {
    border-right: 5px solid #a46305;
    border-top: 5px solid #a46305;
    content: "";
    display: block;
    height: 22px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 22px;
}
.p-sec02__swiper .swiper-button-prev::after {
    transform: translate(-50%, -50%) rotate(-135deg);
}
.p-sec02__swiper {
    /* Swiperのデフォルトbulletを数字として整形 */
}
.p-sec02__swiper .p-sec02__pagination.swiper-pagination-bullet {
    background: transparent; /* ドット背景を消す */
    border-radius: 0;
    color: #a46305;
    font-size: 1.25rem;
    font-weight: bold;
    height: auto;
    line-height: 1.5;
    margin: 0 10px !important; /* Swiperがinline styleを入れるため !important が無難 */
    opacity: 1;
    width: auto;
}
.p-sec02__swiper .p-sec02__pagination.swiper-pagination-bullet-active {
    color: #c87e12;
    opacity: 1;
}
.p-sec02__swiper .swiper-horizontal > .swiper-pagination-bullets,
.p-sec02__swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-sec02__swiper .swiper-pagination-custom,
.p-sec02__swiper .swiper-pagination-fraction {
    bottom: auto;
    margin-top: 1.875rem;
}

.p-sec02__contentBlock {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    max-width: 46.5625rem;
    width: 100%;
}

.p-sec02__contentLeftBlock img,
.p-sec02__contentLeftBlock img.scaled-image{
    -o-object-fit: contain;
    aspect-ratio: 87/81;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 5.4375rem;
    object-fit: contain;
    width: 100%;
}

.p-sec02__contentTitle {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.2916666667;
    margin-top: 1.25rem;
    text-align: center;
}

.p-sec02__contentRightBlock {
    max-width: 35rem;
    width: 100%;
}

.p-sec02__contentText {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.625;
}

.p-sec02__contentReason {
    margin-top: 1.25rem;
}

.p-sec02__reasonTitle {
    font-feature-settings: "palt" 1;
    font-size: 1.125rem;
    font-weight: bold;
    letter-spacing: 0em;
    line-height: 1.4444444444;
}

.p-sec02__reasonItems {
    margin-top: 1.25rem;
    padding-left: 0.9375rem;
}

.p-sec02__reasonItem {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.625;
}

.p-sec02__reasonLinkBlock {
    margin-top: 2.5rem;
    padding-left: 0.9375rem;
}

.p-sec02__reasonLinkText {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.7333333333;
}

.p-sec03 {
    background: #d8eaf7;
}

.p-sec03__inner {
    padding: 6.25rem 0;
}

.p-sec03__container {
    align-items: center;
    background: #fff;
    border-radius: 1.25rem;
    display: flex;
    gap: 2.8125rem;
    justify-content: center;
    padding: 4.375rem 4.0625rem;
}

.p-sec03__leftBlock {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.7333333333;
    max-width: 35rem;
    width: 100%;
}

.p-sec03__rightBlock img {
    -o-object-fit: cover;
    aspect-ratio: 380/254;
    height: auto;
    max-width: 27.5rem;
    object-fit: cover;
}

.p-sec04 {
    background: #fffbf3;
    padding-block: 6.25rem;
}

.p-sec04__container {
    margin-top: 6.25rem;
}

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

.p-sec04__flowItem {
    background: #fff;
    border: 0.125rem solid #ffef8f;
    height: 18.75rem;
    padding: 3.4375rem 1.4375rem;
    position: relative;
}

.p-sec04__numBlock {
    align-items: center;
    background: #ffef8f;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    height: 5rem;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 0%;
    transform: translate(-50%, -50%);
    width: 5rem;
}

.p-sec04__numHeading {
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0em;
    line-height: 1;
}

.p-sec04__num {
    font-size: 1.625rem;
    font-weight: bold;
    letter-spacing: 0em;
    line-height: 1;
}

.p-sec04__flowTitle {
    font-size: 1.3125rem;
    font-weight: bold;
    letter-spacing: 0em;
    line-height: 1.1;
    text-align: center;
}

.p-sec04__flowDescription {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.5;
    margin-top: 1.25rem;
}

.p-sec04__flowList {
    list-style: none;
    padding-left: 1rem;
}

.p-sec04__flowList li::before {
    content: "・";
}

.p-sec05 {
    background: #d6e9bf;
}

.p-sec05__inner {
    padding: 6.5625rem 0;
}

.p-sec05__faqItem {
    background: #fff;
    border-radius: 0.625rem;
    max-width: 68.75rem;
    width: 100%;
}
.p-sec05__faqItem.is-closed .p-sec05__icon::before {
    transform: rotate(45deg); /* 下向き */
}
.p-sec05__faqItem:not(:first-child) {
    margin-top: 1.25rem;
}

.p-sec05__faqHead {
    align-items: center;
    background: transparent;
    border: 0;
    border-radius: 12px;
    cursor: pointer;
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1.625rem 1fr 1.25rem;
    padding: 1.25rem 1.25rem 1.375rem;
    text-align: left;
    width: 100%;
}

.p-sec05__faqQ,
.p-sec05__faqA {
    color: #77bd5a;
    font-size: 2.25rem;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.75;
    line-height: 1;
}

.p-sec05__faqQ {
    line-height: 1;
    margin-top: -0.3125rem;
}

.p-sec05__question {
    text-box-trim: trim-both;
    color: #a46305;
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.7222222222;
}

.p-sec05__icon {
    align-self: center;
    height: 0.625rem;
    justify-self: end;
    position: relative;
    width: 1.25rem;
}
.p-sec05__icon::before {
    border-bottom: 2px solid #a46305;
    border-right: 2px solid #a46305;
    content: "";
    height: 10px;
    inset: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-135deg); /* 上向き */
    transition: transform 0.25s ease;
    width: 10px;
}

.p-sec05__faqBody {
    height: auto;
    overflow: hidden;
    padding: 0 1.25rem;
    transition: height 0.35s ease;
}

.p-sec05__row {
    align-items: start;
    display: grid;
    gap: 1.25rem;
    grid-template-columns: 1.625rem 1fr;
    padding: 0.5rem 0 1.125rem;
}

.p-sec05__answer {
    color: #a46305;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.625;
    margin-top: 0.4375rem;
}

.p-sec06 {
    padding-block: 6.25rem 8.125rem;
}
.p-sec06 .p-sec06__inner {
    width: 75rem;
}

.p-sec06__list {
    display: flex;
    flex-wrap: wrap;
    gap: 3.4375rem;
    justify-content: center;
    padding-top: 1.875rem;
}

.p-sec06__block {
    background-position: center;
    background-size: cover;
    border-radius: 20px;
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    height: 28.75rem;
    position: relative;
    transition: box-shadow 0.3s;
    width: 21.5625rem;
}
.p-sec06__block .p-sec06__profileBadge {
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-sec06__block:hover {
    box-shadow:
        7px 7px 7px rgba(0, 0, 0, 0.2),
        10px 0 6px -2px rgba(0, 0, 0, 0.1);
    z-index: 2;
}
.p-sec06__block:hover .p-sec06__profileBadge {
    transform: translateY(10px);
}
.p-sec06__block--01 {
    background-image: url("../../img/lp/voice01.png");
}
.p-sec06__block--02 {
    background-image: url("../../img/lp/voice02.png");
}
.p-sec06__block--03 {
    background-image: url("../../img/lp/voice03.png");
}

.p-sec06__contentsBlock {
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    margin-left: 1.25rem;
}

.p-sec06__textVertical {
    display: flex;
    flex-direction: row-reverse;
    gap: 0.5rem;
    justify-content: flex-end;
    margin-top: -1.5625rem;
}

.p-sec06__textVerticalCommon {
    background-color: #fff;
    color: #a46305;
    font-size: 1.375rem;
    font-weight: 500;
    height: -moz-fit-content;
    height: fit-content;
    letter-spacing: 0.1em;
    padding: 0.3125rem;
    writing-mode: vertical-rl;
}

.p-sec06__label {
    display: flex;
    flex-direction: column;
    line-height: 1;
    margin-bottom: 1.25rem;
}

.p-sec06__labelVoice {
    color: #fff;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.p-sec06__labelNum {
    color: #fff;
    font-size: 3.25rem;
    font-weight: 500;
    margin-top: -0.3125rem;
}

.p-sec06__profileBadge {
    background-color: #fff;
    border-radius: 50%;
    bottom: -1.875rem;
    height: 10.9375rem;
    position: absolute;
    right: -1.5625rem;
    width: 10.9375rem;
}

.p-sec06__profileBadgeContent {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative;
    text-align: center;
    width: 100%;
}
.p-sec06__profileBadgeContent::before {
    border: 3px dotted #f6ce69;
    border-radius: 50%;
    content: "";
    height: 10.3125rem;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10.3125rem;
}

.p-sec06__profileYear {
    color: #a46305;
    font-size: 1.125rem;
    font-weight: 500;
}

.p-sec06__profileRole {
    color: #9e6224;
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: 0.125rem;
}

.p-sec06__profileName {
    color: #a46305;
    font-size: 1.375rem;
    font-weight: bold;
    margin-top: 0.25rem;
}
.p-sec06__profileName span {
    font-size: 1rem;
}

.p-sec06__profileClick {
    color: #c87e12;
    font-size: 0.875rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-top: 0.9375rem;
}

.p-sec07 {
    background-color: #fffbf3;
    color: #a46305;
    font-weight: 500;
    padding-block: 6.25rem 8.125rem;
}

.p-sec07__text {
    color: #9e6224;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 29px;
    text-align: center;
}

.p-sec07__contents {
    border: 2px solid #ffef8f;
    margin-top: 3.75rem;
}

.p-sec07__contentsButtonLists {
    justify-content: space-between;
}
.p-sec07__contentsButtonLists li {
    border-bottom: 2px solid #ffef8f;
    text-align: center;
    width: 33.3333333333%;
}
.p-sec07__contentsButtonLists li:not(:first-child) {
    border-left: 2px solid #ffef8f;
}

.p-sec07__contentsButton {
    padding-block: 1.25rem;
    width: 100%;
}

.p-sec07__contentsButtonText {
    color: #a46305;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    transition: 0.5s;
}
.p-sec07__contentsButtonText span {
    display: block;
    font-size: 1rem;
    line-height: 1;
    margin-top: 0.625rem;
}
.p-sec07__contentsButtonText:hover {
    color: #c87e12;
}

.p-sec07__contentsBlock {
    background-color: #ffffff;
    padding-block: 3.75rem;
    padding-inline: 2.5rem;
    position: relative;
}
.p-sec07__contentsBlock::before {
    background: repeating-linear-gradient(
        to bottom,
        #ffef8f 0,
        #ffef8f 8px,
        transparent 8px,
        transparent 16px
    );
    bottom: var(--line-bottom, 5rem);
    content: "";
    left: 5rem;
    position: absolute;
    top: var(--line-top, 7.5rem);
    width: 4px;
    z-index: 0;
}

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

.p-sec07__contentsBlockTitle {
    color: #a46305;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 500;
    isolation: isolate;
    line-height: 1.5;
    position: relative;
    text-align: center;
}
.p-sec07__contentsBlockTitle::before {
    background-color: #ffef8f;
    bottom: 0.1em;
    content: "";
    height: 0.5em;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.p-sec07__contentsBlockItem {
    justify-content: space-between;
    margin-top: 3.125rem;
}
.p-sec07__contentsBlockItem:not(:first-child) {
    margin-top: 1.25rem;
}

.p-sec07__contentsBlockItemClock {
    align-items: center;
    background-color: #a46305;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 1.5rem;
    font-weight: 500;
    height: 5.3125rem;
    justify-content: center;
    padding-bottom: 5px;
    position: relative;
    width: 5.3125rem;
    z-index: 1;
}

.p-sec07__contentsBlockItem--text {
    gap: 1.875rem;
    width: 42.1875rem;
}

.p-sec07__contentsBlockItemText {
    font-size: 1.5rem;
    margin-top: 1.375rem;
    width: 35rem;
}
.p-sec07__contentsBlockItemText span {
    display: block;
    font-size: 1rem;
    margin-top: 0.9375rem;
}

.p-sec07__contentsBlockItemImage {
    width: 18.75rem;
}

.p-slider {
    height: 100%;
    width: 100%;
}
.p-slider .swiper-slide {
    overflow: hidden;
}
.p-slider .slide-img {
    height: 100%;
}
.p-slider .slide-img img {
    width: 100%;
}
.p-slider img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
}
@keyframes zoomUp {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.15);
    }
}
.p-slider .swiper-slide-active .slide-img,
.p-slider .swiper-slide-duplicate-active .slide-img,
.p-slider .swiper-slide-prev .slide-img {
    animation: zoomUp 10s linear 0s 1 normal both;
}
.p-slider .slide-img img {
    display: block;
}

.p-sec08 {
    padding-bottom: 8.375rem;
    padding-top: 6.25rem;
}

.p-sec08__text {
    font-size: 1.125rem;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.6666666667;
    text-align: center;
}

.p-sec08__container {
    margin-top: 5.625rem;
}

.p-sec08__firstBlock .p-sec08__title::before {
    background-color: #d6e9bf;
}
.p-sec08__firstBlock .p-sec08__leftBlock,
.p-sec08__firstBlock .p-sec08__rightBlock {
    border: 0.125rem solid #d6e9bf;
}
.p-sec08__firstBlock .p-sec08__heading {
    background: #d6e9bf;
}
.p-sec08__firstBlock .c-dl .c-dl__item:last-child div.c-dl__desc {
    border-bottom: 1px solid #d6e9bf;
}
.p-sec08__firstBlock .c-dl .c-dl__item div.c-dl__term {
    background: #d6e9bf;
}
.p-sec08__firstBlock .c-dl .c-dl__item div.c-dl__desc {
    border-top: 1px solid #d6e9bf;
}

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

.p-sec08__title {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 500;
    isolation: isolate;
    letter-spacing: 0em;
    line-height: 1.875;
    position: relative;
    text-align: center;
}
.p-sec08__title::before {
    bottom: 0.15em;
    content: "";
    height: 0.5em;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.p-sec08__contentBlock {
    display: grid;
    gap: 2.25rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3.4375rem;
}

.p-sec08__leftBlock,
.p-sec08__rightBlock {
    background: #fff;
}

.p-sec08__heading {
    font-size: 1.25rem;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.8;
    padding-block: 1.25rem;
    text-align: center;
}

.p-sec08__description {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0em;
    line-height: 1.625;
    padding: 1.875rem;
}
.p-sec08__description .p-sec08__titleBold {
    font-weight: bold;
    margin-top: 1.75rem;
    position: relative;
}
.p-sec08__description .p-sec08__titleBold span {
    padding-left: 1.125rem;
}
.p-sec08__description .p-sec08__titleBold::before {
    content: "●";
    height: 0.875rem;
    position: absolute;
    width: 0.875rem;
}

.p-sec08__rightBlock .p-sec08__numList {
    counter-reset: num;
    list-style: none;
    margin: 1.375rem 0;
    padding: 0;
}
.p-sec08__rightBlock .p-sec08__numList li {
    text-box-trim: trim-both;
    counter-increment: num;
    line-height: 1.625;
    padding-left: 1.625rem;
    position: relative;
}
.p-sec08__rightBlock .p-sec08__numList li:not(:first-child) {
    margin-top: 0.625rem;
}
.p-sec08__rightBlock .p-sec08__numList li::before {
    background: #a46305;
    border-radius: 50%;
    color: #fff;
    content: counter(num);
    display: grid;
    font-size: 0.75rem;
    font-weight: 700;
    height: 1.125rem;
    left: 0;
    line-height: 1;
    place-items: center;
    position: absolute;
    top: 0.4em;
    width: 1.125rem;
}

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

.p-sec08__ctaTitle {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0em;
    line-height: 1.75;
    margin-top: 3.125rem;
    text-align: center;
}

.p-sec08__btnLink {
    background: #ffef8f;
    border-radius: 100vh;
    font-size: 1.5rem;
    font-weight: 500;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.75;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.5rem;
    max-width: 31.25rem;
    padding: 1.8125rem 1.75rem;
    width: 100%;
}
.p-sec08__btnLink img {
    -o-object-fit: contain;
    height: auto;
    left: 20%;
    object-fit: contain;
    position: relative;
    width: 25px;
}

.p-sec08__secondBlock {
    margin-top: 6.25rem;
}
.p-sec08__secondBlock .p-sec08__title::before {
    background-color: #d8eaf7;
}
.p-sec08__secondBlock .p-sec08__leftBlock,
.p-sec08__secondBlock .p-sec08__rightBlock {
    border: 0.125rem solid #d8eaf7;
}
.p-sec08__secondBlock .p-sec08__heading {
    background: #d8eaf7;
}
.p-sec08__secondBlock .c-dl .c-dl__item:last-child div.c-dl__desc {
    border-bottom: 1px solid #d8eaf7;
}
.p-sec08__secondBlock .c-dl .c-dl__item div.c-dl__term {
    background: #d8eaf7;
}
.p-sec08__secondBlock .c-dl .c-dl__item div.c-dl__desc {
    border-top: 1px solid #d8eaf7;
}

.u-base1 {
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
}

.u-base2 {
    font-size: 1.125rem;
    letter-spacing: 0.02em;
    line-height: 1.5;
}

.u-flex {
    display: flex;
}

.u-flex__center {
    align-items: center;
    display: flex;
    justify-content: center;
}

.u-flex__center--sb {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.u-font14 {
    font-size: 0.875rem;
}

.u-font16 {
    font-size: 1rem;
}

.u-font18 {
    font-size: 1.125rem;
}

.u-font20 {
    font-size: 1.25rem;
}

.u-font22 {
    font-size: 1.375rem;
}

.u-font24 {
    font-size: 1.5rem;
}

.u-font28 {
    font-size: 1.75rem;
}

.u-font32 {
    font-size: 2rem;
}

.u-font40 {
    font-size: 2.5rem;
}

.u-hover {
    transition: opacity 0.5s;
}

.u-hover:hover {
    opacity: 0.6;
    transition: opacity 0.5s;
}

.js-overMV {
    max-width: 10.5rem;
}

.js-tabButton {
    background-color: #fff;
}
.js-tabButton.is-active {
    background-color: #ffef8f;
}

.js-modal {
    display: none;
}
.js-modal.is-active {
    display: block;
}

.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: 0.625rem !important;
}

.u-mt20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
}

.u-mt30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
}

.u-mt40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
}

.u-mt50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
}

.u-mt60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
}

.u-mt70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
}

.u-mt80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
}

.u-mt90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
}

.u-mt100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
}

.u-mt110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
}

.u-mt120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
}

.u-mt130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
}

.u-mt140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
}

.u-mt150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
}

.u-mt160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
}

.u-mt170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
}

.u-mt180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
}

.u-mt190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
}

.u-mt200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
}

.u-shadow {
    box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.16);
}

.u-sp {
    display: none;
}

.u-sp--xs {
    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-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;
}

@media screen and (min-width: 768px) {
    .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;
    }
}

@media screen and (min-width: 769px) {
    .c-imgHover:hover img:nth-of-type(1) {
        opacity: 0;
        transition: 0.5s opacity;
    }
    .c-imgHover:hover img:nth-of-type(2) {
        opacity: 1;
        transition: 0.5s opacity;
    }
    .c-imgZoom:hover img {
        transform: scale(1.2);
        transition: transform 0.8s;
    }
}

@media screen and (max-width: 1300px) {
    html {
        font-size: 1.2307692308vw;
    }
}

@media screen and (max-width: 767px) {
    html {
        font-size: 16px;
    }
    main {
        margin-top: 4.125rem;
    }
    a[href^="tel:"] {
        pointer-events: all;
    }
    .l-inner {
        padding-left: 30px;
        padding-right: 30px;
    }
    .l-sec {
        padding: 5rem 0 6.25rem;
    }
    .l-sec01 {
        padding: 4.5rem 0 5.75rem;
    }
    .c-column2 {
        gap: 1.875rem;
        grid-template-columns: repeat(1, 1fr);
    }
    .c-column2--gap60 {
        gap: 2.5rem;
    }
    .c-column2--gapSp20 {
        gap: 1.25rem;
    }
    .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-dl {
        font-size: 1rem;
        line-height: 1.5;
    }
    .c-dl__term,
    .c-dl__desc {
        padding: 0.625rem 0.875rem;
    }
    .c-dl__term {
        line-height: 1.5;
        max-width: 7.5rem;
    }
    .c-dl__desc {
        padding-left: 1.375rem;
        padding-right: 0.3125rem;
    }
    .c-dl__desc p:not(:first-child) {
        margin-top: 0.625rem;
    }
    .c-dl__desc {
        line-height: 1.75;
        width: 100%;
    }
    .c-headingBox__title {
        font-size: 1.5rem;
        line-height: 42px;
        margin-block: 0.625rem 1.5625rem;
    }
    .c-headline1__main {
        font-size: 1.25rem;
        padding-left: 1.375rem;
    }
    .c-headline1__sub {
        margin-top: 1.625rem;
        padding-left: 1.375rem;
    }
    .p-drawer__inner {
        padding: 4.5rem 2rem 4.5rem;
    }
    .p-drawer__nav {
        margin-top: 5.125rem;
    }
    .p-drawer__nav .p-drawer__navItem:first-child {
        margin-bottom: 0.9375rem;
        margin-top: 0rem;
    }
    .p-footer__inner {
        padding: 4.5625rem 0rem 3.125rem;
    }
    .p-footer__btnLink {
        font-size: 1.125rem;
        line-height: 1.6666666667;
    }
    .p-footer__copyright {
        font-size: 1rem;
        line-height: 1.625;
    }
    .p-footer__link {
        font-size: 1rem;
        line-height: 1.625;
    }
    .p-header__inner {
        padding-block: 0.9375rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
    .p-header__leftBlock {
        max-width: 16.875rem;
    }
    .p-header__upperBlock {
        display: none;
    }
    .p-header__downBlock {
        display: none;
    }
    .p-header__hamburger {
		display: block;
        cursor: pointer;
        height: 35px;
        position: relative;
        right: 20px;
        width: 48px;
        z-index: 9999;
    }
    .p-header__hamburger span {
        background-color: #a46305;
        display: inline-block;
        height: 2px;
        left: 0;
        left: 50%;
        margin-left: auto;
        margin-right: auto;
        max-width: 30px;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        transition:
            top 0.3s,
            transform 0.3s,
            opacity 0.3s,
            background-color 0.3s;
        width: 100%;
    }
    .p-header__hamburger span:nth-child(1) {
        top: 10px;
    }
    .p-header__hamburger span:nth-child(2) {
        top: 20px;
    }
    .p-header__hamburger span:nth-child(3) {
        top: 30px;
    }
    .p-header__hamburger.is-active .js-hamburger__line {
        background: #a46305;
    }
    .p-header__hamburger.is-active span {
        left: 15%;
    }
    .p-header__hamburger.is-active span:nth-child(1) {
        top: 10px;
        top: 18px;
        transform: rotate(-35deg);
    }
    .p-header__hamburger.is-active span:nth-child(2) {
        opacity: 0;
    }
    .p-header__hamburger.is-active span:nth-child(3) {
        top: 10px;
        top: 18px;
        transform: rotate(35deg);
    }
    .p-modal__inner {
        padding: 2.5rem 0 5rem;
    }
    .p-modal__block {
        width: 90.6666666667%;
    }
    .p-modal__wrap {
        padding: 1.25rem 0.9375rem 4.375rem;
    }
    .p-modal__mv {
        flex-direction: column;
        margin-bottom: 2.5rem;
    }
    .p-modal__badge {
        margin-inline: auto;
        margin-top: -1.875rem;
        width: 90%;
    }
    .p-modal__badgeContent {
        padding: 1.5625rem 1.875rem;
    }
    .p-modal__badgeName {
        text-align: center;
    }
    .p-modal__badgeRole,
    .p-modal__badgeDept,
    .p-modal__badgeYear {
        font-size: 0.875rem;
    }
    .p-modal__title::before {
        display: none;
    }
    .p-modal__title {
        font-size: 1.375rem;
    }
    .p-modal__title span {
        display: inline-block;
        isolation: isolate;
        position: relative;
    }
    .p-modal__title span::before {
        background-color: #ffef8f;
        bottom: -0.05em;
        content: "";
        height: 0.5em;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: -1;
    }
    .p-modal__desc {
        font-size: 0.875rem;
        margin-top: 1.875rem;
    }
    .p-modal__row {
        flex-direction: column;
        gap: 0.9375rem;
        margin-top: 1.5625rem;
    }
    .p-modal__row--reverse {
        flex-direction: column;
    }
    .p-modal__firstChild {
        flex-direction: column;
        gap: 0.9375rem;
        margin-top: 2.1875rem;
    }
    .p-modal__rowImg {
        width: 100%;
    }
    .p-modal__rowText {
        font-size: 0.875rem;
    }
    .p-modal__closeWrap {
        margin-top: 1.875rem;
    }
    .p-mv {
        height: calc(100vh - 75px);
    }
    .p-mv__inner {
        margin-left: auto;
        margin-right: 0;
    }
    .p-mv__slider {
        border-radius: 3.125rem 0 0 3.125rem;
    }
    .p-mv__descBox {
        bottom: 1.75rem;
        display: flex;
        flex-direction: row-reverse;
        gap: 0.25rem;
        left: 1.3125rem;
    }
    .p-mv__desc {
        border-radius: 0.625rem;
        font-size: 1.25rem;
        height: -moz-fit-content;
        height: fit-content;
        letter-spacing: 0.1875rem;
        padding: 0.5rem 0.625rem;
        writing-mode: vertical-rl;
    }
    .p-mv__desc:not(:first-child) {
        margin-top: 0;
    }
    .p-cta {
        bottom: 1.5625rem;
        max-width: 10.625rem;
        right: 1.5625rem;
        z-index: 10;
    }
    .p-pageTop {
        bottom: 1.25rem;
        right: 1.5625rem;
    }
    .p-sec01 {
        padding-top: 5rem;
    }
    .p-sec01__title {
        font-size: 1.875rem;
        line-height: 42px;
        margin-block: 0.625rem 1.5625rem;
    }
    .p-sec01__text {
        font-size: 1rem;
        text-align: left;
    }
    .p-sec02 {
        padding-bottom: 6.25rem;
    }
    .p-sec02__titleBlock > span {
        font-size: 1.5rem;
    }
    .p-sec02__subText {
        font-size: 1rem;
        margin-top: 0.625rem;
        text-align: left;
    }
    .p-sec02__swiper {
        margin-top: 2.9375rem;
    }
    .p-sec02__swiper .swiper-wrapper {
/*         height: auto; */
    }
    .p-sec02__swiper .swiper-slide {
        height: auto;
        padding: 2.0625rem 1.6875rem;
    }
    .p-sec02__swiper .swiper-button-prev {
        left: -1rem;
		top: 23rem;
    }
    .p-sec02__swiper .swiper-button-next {
        right: -1rem;
		top: 23rem;
    }
    .p-sec02__contentBlock {
        flex-direction: column;
        justify-content: flex-start;
        max-width: 100%;
    }
    .p-sec02__contentRightBlock {
        margin-top: 2.0625rem;
    }
    .p-sec02__reasonTitle {
        font-size: 1rem;
    }
    .p-sec02__reasonItems {
        padding-left: 0rem;
    }
    .p-sec02__reasonLinkBlock {
        margin-top: 1.25rem;
        padding-left: 0rem;
    }
    .p-sec03__container {
        flex-direction: column;
        gap: 2.0625rem;
        padding: 2.0625rem 1.6875rem;
    }
    .p-sec04 {
        padding-block: 5rem;
    }
    .p-sec04__container {
        margin-top: 4.375rem;
    }
    .p-sec04__flowItems {
        gap: 3.375rem;
        grid-template-columns: repeat(1, 1fr);
    }
    .p-sec04__flowItem {
        height: auto;
    }
    .p-sec04__flowDescription {
        line-height: 1.5;
    }
    .p-sec05__inner {
        padding-block: 5rem;
    }
    .p-sec05__container {
        margin-top: 2.5rem;
    }
    .p-sec05__faqItem:not(:first-child) {
        margin-top: 0.625rem;
    }
    .p-sec05__faqHead {
        text-box-trim: trim-both;
        align-items: start;
        padding-bottom: 1rem;
    }
    .p-sec05__icon {
        align-self: baseline;
        transform: translateY(0.65625rem);
    }
    .p-sec05__row {
        padding-top: 0rem;
    }
    .p-sec06 {
        padding-block: 5rem;
    }
    .p-sec06__list {
        align-items: center;
        flex-direction: column;
        gap: 5rem;
        padding-inline: 1.25rem;
    }
    .p-sec06__list li {
        width: 100%;
    }
    .p-sec06__block--01 {
        background-image: url("../../img/lp/voice01_sp.png");
    }
    .p-sec06__block--02 {
        background-image: url("../../img/lp/voice02_sp.png");
    }
    .p-sec06__block--03 {
        background-image: url("../../img/lp/voice03_sp.png");
    }
    .p-sec06__block {
        aspect-ratio: 365/486;
        height: auto;
        margin-inline: auto;
        max-width: 22.8125rem;
        width: 100%;
    }
    .p-sec06__textVerticalCommon {
        font-size: 1.125rem;
    }
    .p-sec06__profileBadge {
        height: 10.625rem;
        right: -1.5625rem;
        width: 10.625rem;
    }
    .p-sec06__profileBadgeContent::before {
        height: 10rem;
        width: 10rem;
    }
    .p-sec06__profileYear {
        font-size: 1rem;
    }
    .p-sec06__profileName {
        font-size: 1.125rem;
    }
    .p-sec07 {
        padding-block: 5rem;
    }
    .p-sec07__text {
        font-size: 1rem;
        text-align: left;
    }
    .p-sec07__contentsButtonLists {
        flex-direction: column;
    }
    .p-sec07__contentsButtonLists li {
        width: 100%;
    }
    .p-sec07__contentsButtonText {
        font-size: 1.125rem;
    }
    .p-sec07__contentsButtonText span {
        font-size: 0.875rem;
    }
    .p-sec07__contentsBlock {
        padding-block: 1.375rem;
        padding-inline: 0.8125rem;
    }
    .p-sec07__contentsBlock::before {
        left: 2.5rem;
    }
    .p-sec07__contentsBlockItem {
        flex-direction: column;
        gap: 0.9375rem;
        margin-top: 0;
    }
    .p-sec07__contentsBlockItem:not(:first-child) {
        margin-top: 1.5625rem;
    }
    .p-sec07__contentsBlockItemClock {
        font-size: 1.25rem;
        height: 3.75rem;
        width: 3.75rem;
    }
    .p-sec07__contentsBlockItem--text {
        gap: 0.625rem;
        width: 100%;
    }
    .p-sec07__contentsBlockItemText {
        font-size: 1.375rem;
        margin-top: 0.625rem;
        width: 75%;
    }
    .p-sec07__contentsBlockItemImage {
        margin-left: 4.375rem;
        width: 77%;
    }
    .p-sec08__text {
        font-size: 1rem;
        text-align: left;
    }
    .p-sec08__container {
        margin-top: 1.875rem;
    }
    .p-sec08__contentBlock {
        gap: 0.9375rem;
        grid-template-columns: repeat(1, 1fr);
        margin-top: 1.5rem;
    }
    .p-sec08__heading {
        line-height: 1.4;
        padding-block: 1.125rem;
    }
    .p-sec08__description {
        font-size: 1.125rem;
        padding: 1.6875rem 1.5rem 1.6875rem;
    }
    .p-sec08__ctaTitle {
        font-size: 1.375rem;
    }
    .p-sec08__btnLink img {
        left: 5%;
    }
    .p-sec08__btnLink {
        font-size: 1.375rem;
        padding: 1.4375rem 1.75rem;
    }
    .p-sec08__secondBlock {
        margin-top: 3.9375rem;
    }
    .u-flex__column--sp {
        flex-direction: column;
    }
    .u-flex__column--sp__reverse {
        flex-direction: column-reverse;
    }
    .u-font18 {
        font-size: 1rem;
    }
    .u-font20 {
        font-size: 1rem;
    }
    .u-font22 {
        font-size: 1.125rem;
    }
    .u-font24 {
        font-size: 1.125rem;
    }
    .js-overMV {
        max-width: 7.5rem;
    }
    .u-mt100 {
        margin-top: 1.875rem;
    }
    .u-mtSp10 {
        margin-top: 10px !important;
        margin-top: 0.625rem !important;
    }
    .u-mtSp20 {
        margin-top: 20px !important;
        margin-top: 1.25rem !important;
    }
    .u-mtSp30 {
        margin-top: 30px !important;
        margin-top: 1.875rem !important;
    }
    .u-mtSp40 {
        margin-top: 40px !important;
        margin-top: 2.5rem !important;
    }
    .u-mtSp50 {
        margin-top: 50px !important;
        margin-top: 3.125rem !important;
    }
    .u-mtSp60 {
        margin-top: 60px !important;
        margin-top: 3.75rem !important;
    }
    .u-mtSp70 {
        margin-top: 70px !important;
        margin-top: 4.375rem !important;
    }
    .u-mtSp80 {
        margin-top: 80px !important;
        margin-top: 5rem !important;
    }
    .u-mtSp90 {
        margin-top: 90px !important;
        margin-top: 5.625rem !important;
    }
    .u-mtSp100 {
        margin-top: 100px !important;
        margin-top: 6.25rem !important;
    }
    .u-mtSp110 {
        margin-top: 110px !important;
        margin-top: 6.875rem !important;
    }
    .u-mtSp120 {
        margin-top: 120px !important;
        margin-top: 7.5rem !important;
    }
    .u-mtSp130 {
        margin-top: 130px !important;
        margin-top: 8.125rem !important;
    }
    .u-mtSp140 {
        margin-top: 140px !important;
        margin-top: 8.75rem !important;
    }
    .u-mtSp150 {
        margin-top: 150px !important;
        margin-top: 9.375rem !important;
    }
    .u-mtSp160 {
        margin-top: 160px !important;
        margin-top: 10rem !important;
    }
    .u-mtSp170 {
        margin-top: 170px !important;
        margin-top: 10.625rem !important;
    }
    .u-mtSp180 {
        margin-top: 180px !important;
        margin-top: 11.25rem !important;
    }
    .u-mtSp190 {
        margin-top: 190px !important;
        margin-top: 11.875rem !important;
    }
    .u-mtSp200 {
        margin-top: 200px !important;
        margin-top: 12.5rem !important;
    }
    .u-pc {
        display: none;
    }
    .u-sp {
        display: block;
    }
    .u-textMdLeft {
        text-align: Left !important;
    }
    .u-textMdCenter {
        text-align: Center !important;
    }
    .u-textMdRight {
        text-align: Right !important;
    }
    .u-textMdJustify {
        text-align: Justify !important;
    }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
    .p-header__hamburger {
        right: 0;
        width: 35px;
    }
}

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

@media screen and (max-width: 420px) {
    .c-dl__term,
    .c-dl__desc {
        padding-left: 0.5625rem;
        padding-right: 0.5625rem;
    }
    .p-mv__desc {
        font-size: 4.5333333333vw;
    }
    .p-sec08__heading {
        font-size: 1.125rem;
    }
    .p-sec08__description {
        font-size: 1rem;
    }
    .p-sec08__secondBlock .p-sec08__title {
        display: none;
    }
    .p-sec08__secondBlock .p-sec08__title.u-sp--xs {
        display: block;
    }
    .p-sec08__secondBlock .p-sec08__title.u-sp--xs::before {
        content: none;
    }
    .p-sec08__secondBlock .p-sec08__title.u-sp--xs span {
        display: inline-block;
        isolation: isolate;
        position: relative;
    }
    .p-sec08__secondBlock .p-sec08__title.u-sp--xs span::before {
        background-color: #d8eaf7;
        bottom: 0.15em;
        content: "";
        height: 0.5em;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: -1;
    }
    .u-sp--xs {
        display: block;
    }
}

@media screen and (max-width: 375px) {
    html {
        font-size: 4.2666666667vw;
    }
}

@media (any-hover: hover) {
    .c-btn:hover {
        color: #fff;
        transition: 0.3s all;
    }
    .c-hoverArrow:hover {
        opacity: var(--hover-opacity);
    }
    .c-hoverArrow:hover .c-hoverArrow__icon {
        transform: translateX(var(--arrow-shift));
    }
    .p-drawer__btnLink:hover {
        opacity: 0.8;
        transition: 0.5s;
    }
    .p-drawer__link:hover {
        color: #c87e12;
        transition: 0.5s;
    }
    .p-drawer__navListLink:hover {
        color: #c87e12;
        transition: 0.5s;
    }
    .p-footer__btnLink:hover {
        opacity: 0.8;
        transition: 0.5s;
    }
    .p-header__linkText:hover {
        color: #c87e12;
        transition: 0.5s;
    }
    .p-header__navListLink:hover {
        color: #c87e12;
        transition: 0.5s;
    }
    .anchor-link:hover {
        color: #c87e12;
        transition: 0.5s;
    }
    .p-sec02__reasonLink:hover {
        color: #c87e12;
        transition: 0.5s;
    }
    .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 (hover: hover) {
    .p-cta:hover {
        transform: translateY(6px);
    }
}

@media (prefers-reduced-motion: reduce) {
    html:focus-within {
        scroll-behavior: auto;
    }
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
    }
}
/*# sourceMappingURL=sourcemaps/style.css.map */
