@charset "UTF-8";

/* top
----------------------------------------------- */
.top_pagenav {
    background: #b3c3ce;
}

.top_pagenav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.top_pagenav ul li a {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    padding: 5vw 0;
    text-align: center;
    font-size: 3.8vw;
}

.top_pagenav ul li a::after {
    content: "";
    display: block;
    margin: 1vw auto 0;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #fff;
}



/* top_what
----------------------------------------------- */
.top_img {
    margin-bottom: 6vw;
}

.top_what {
    margin: 22vw auto 20vw;
}

.top_what_li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top_what_li li {
    width: 48%;
    margin-bottom: 4vw;
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    cursor: pointer;
}

.top_what_li li .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: overlay;
    z-index: 1;
    transition: transform 0.5s ease, background-color 0.5s ease;
}

.top_what_li li:hover .bg-image {
    background-color: rgba(0, 0, 0, 0.3);
    transform: scale(1.1);
}

.top_what_li li .content-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4vw;
    width: 100%;
    box-sizing: border-box;
}

.top_what_li li .what-number {
    z-index: 3;
    font-size: 12vw;
    font-weight: 300;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-style: italic;
    letter-spacing: 0.1em;
    line-height: 1;
    pointer-events: none;
    white-space: nowrap;
    margin-bottom: 0;
}

.top_what_li li a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    text-decoration: none;
    transition: all 0.3s ease;
}

.top_what_li li .text-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5vw;
}

.top_what_li li p {
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.06rem;
    font-size: 2.8vw;
    padding: 0;
    white-space: nowrap;
}

.top_what_li li p strong {
    display: inline-block;
    width: 100%;
    font-size: 1em;
    margin-bottom: 1vw;
    letter-spacing: 0.05em;
    text-align: center;
}

.top_what_li li p small {
    display: inline-block;
    width: 100%;
    font-size: 0.95em;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.03em;
    text-align: center;
    margin-top: -0.3em;
}



.top_what_li li p br.pc {
    display: none;
}

.top_training {
    margin: 0 auto 20vw;
    text-align: center;
}

.top_what .midashi02 {
    margin-bottom: 4vw;
}

.top_training .midashi02 {
    margin-bottom: 4vw;
}

.top_txt {
    font-size: 3.2vw;
    line-height: 1.6;
    margin-bottom: 6vw;
    text-align: left;
    padding: 0 3vw;
    font-weight: 400;
    letter-spacing: 0.02em;
    white-space: normal;
}

.top_txt br {
    display: none;
}

.top_txt br.sp {
    display: none;
}

.top_txt-first {
    display: block;
    text-align: center;
    margin-bottom: 1em;
}

.top_txt--sp-break {
    text-align: left;
}

.top_txt--sp-break .sp-line,
.top_txt--sp-break .sp-line-center,
.top_txt--sp-break .sp-line-accent {
    display: block;
}

.top_txt--sp-break .sp-line-center {
    text-align: center;
}

.top_txt--sp-break .sp-line-accent {
    font-weight: 600;
    letter-spacing: 0.05em;
}

.top_what .top_txt {
    font-size: 4.5vw;
    line-height: 2.2;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.05em;
}

.top_txt b {
    font-weight: bold;
}

/* top_why
----------------------------------------------- */
.top_why {
    margin: 0 auto 20vw;
}

.why_list {
    margin: 10vw auto 20vw;
}

.why_list li {
    margin-bottom: 7vw;
}

.why_list li img {
    width: 100%;
    height: auto;
    display: block;
}

.why_list li dl {
    padding: 5vw 0;
}

.why_list li dt {
    font-size: 5.4vw;
    line-height: 1.6;
    margin-bottom: 2vw;
    position: relative;
}

.why_list li dt span {
    position: relative;
    display: table;
}

.why_list li dt span::before {
    content: "";
    width: 1px;
    height: 50px;
    background: #78737d;
    position: absolute;
    top: -13vw;
    left: 2vw;
}

.why_list li dd {
    font-size: 3.8vw;
    line-height: 1.6;
    text-align: justify;
    text-justify: inter-ideograph;
    font-feature-settings: "palt";
    letter-spacing: 2px;
}

.why_list li .more-wrapper {
    margin-top: 4vw;
    text-align: center;
}

.why_list li .more01 {
    margin: 0 auto;
    display: inline-block;
}

/* voice
----------------------------------------------- */
.top_voice {
    margin: 0 auto 20vw;
}

.voice-items {
    margin: 10vw auto 3vw;
}

.voice-items li {
    margin-bottom: 8vw;
}

.voice-items li dl {
    width: 90%;
    margin: 0 auto;
}

.voice-items li .vo_img {
    position: relative;
}

.voice-items li .vo_img img {
    margin: 0 auto;
}

.voice-items li .vo_img::after {
    content: "";
    position: absolute;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -48vw;
    width: 50px;
    height: 300px;
    background: url("../images/voice-fuki.svg") no-repeat;
    background-size: contain;
    transform: rotate(90deg);
}

.top-voice-feature li .vo_img::after {
    bottom: -32vw;
    height: 220px;
}

.top-voice-feature li dt {
    margin-top: 18vw;
}

.voice-items li dt {
    font-size: 5vw;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 19vw;
}

.voice-items li dd {
    font-size: 3.6vw;
    line-height: 2;
}

.voice-items li .point {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
}

.top-voice-feature .more01.small {
    width: 60%;
    padding: 2vw 0 1.8vw;
    font-size: 3vw;
    margin: 4vw auto 0;
    display: inline-block;
}

.voice-move {
    margin-top: 0;
}

.voice-move li {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 6vw;
}

.voice-move li iframe {
    width: 100%;
    height: 100%;
}

.top_voice .voice-slider-pager+.voice-move {
    margin-top: 0;
}

/* voice pattern styles
----------------------------------------------- */

/* パターン2: グリッドレイアウト（2列） */
.voice-pattern-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4vw;
}

.voice-pattern-2 li {
    width: 100%;
    margin-bottom: 6vw;
    display: block !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.voice-pattern-2 li .vo_img {
    margin-bottom: 3vw;
    width: 100%;
}

.voice-pattern-2 li .vo_img img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.voice-pattern-2 li .vo_img::after {
    display: none !important;
}

.voice-pattern-2 li dl {
    width: 100% !important;
    margin: 0 !important;
}

.voice-pattern-2 li dt {
    margin-top: 0;
    font-size: 4.5vw;
    margin-bottom: 2vw;
    text-align: left;
}

.voice-pattern-2 li dd {
    font-size: 3.4vw;
    margin-bottom: 3vw;
    line-height: 1.8;
}

.voice-pattern-2 li .more01.small {
    width: 100%;
    text-align: center;
    margin-top: 2vw;
    display: block;
}

/* パターン3: カード型レイアウト */
.voice-pattern-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 4vw;
}

.voice-pattern-3 li {
    width: 100%;
    margin-bottom: 4vw;
}

.voice-pattern-3 .voice-card {
    display: block;
    background: #fff;
    border-radius: 2vw;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.voice-pattern-3 .voice-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.voice-pattern-3 .vo_img {
    width: 100%;
    overflow: hidden;
}

.voice-pattern-3 .vo_img img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.voice-pattern-3 .voice-card:hover .vo_img img {
    transform: scale(1.05);
}

.voice-pattern-3 .vo_img::after {
    display: none;
}

.voice-pattern-3 .voice-card-content {
    padding: 4vw;
}

.voice-pattern-3 .voice-card-title {
    font-size: 4.5vw;
    font-weight: 600;
    margin-bottom: 2vw;
    line-height: 1.4;
    color: #333;
}

.voice-pattern-3 .voice-card-excerpt {
    font-size: 3.2vw;
    line-height: 1.8;
    color: #666;
    margin-bottom: 3vw;
}

.voice-pattern-3 .voice-card-link {
    display: inline-block;
    font-size: 3vw;
    color: #b3c3ce;
    font-weight: 600;
}

/* パターン4: 横並びレイアウト */
.voice-pattern-4 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 4vw;
    margin-bottom: 6vw;
}

.voice-pattern-4 li .vo_img {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.voice-pattern-4 li .vo_img::after {
    display: none;
}

.voice-pattern-4 li .voice-content-wrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.voice-pattern-4 li dl {
    width: 100%;
    margin: 0;
}

.voice-pattern-4 li dt {
    margin-top: 0;
    font-size: 4.5vw;
    margin-bottom: 2vw;
}

.voice-pattern-4 li dd {
    font-size: 3.4vw;
    margin-bottom: 3vw;
}

.voice-pattern-4 li .more01.small {
    width: auto;
    display: inline-block;
}

/* パターン5: カード型スライダー */
.voice-pattern-5 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.voice-pattern-5 li {
    margin-bottom: 0;
    padding: 0 2vw;
    display: flex !important;
    align-items: stretch;
    height: auto;
}

.voice-pattern-5 .voice-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 4vw;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
        opacity 0.3s ease;
    height: 100%;
    width: 100%;
    text-decoration: none;
    border: 1px solid #f0f0f0;
    cursor: pointer;
    pointer-events: auto !important;
    position: relative;
    z-index: 5;
}

.voice-pattern-5 .voice-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}

.voice-pattern-5 .voice-card:active {
    transform: translateY(-4px);
}

.voice-pattern-5 .vo_img {
    width: 100%;
    overflow: hidden;
    flex-shrink: 0;
    position: relative;
    padding-top: 75%;
    /* 4:3のアスペクト比 */
    background: #f5f5f5;
}

.voice-pattern-5 .vo_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: transform 0.3s ease;
    object-fit: contain;
}

.voice-pattern-5 .voice-card:hover .vo_img img {
    transform: scale(1.05);
}

.voice-pattern-5 .vo_img::after {
    display: none;
}

.voice-pattern-5 .voice-card-content {
    padding: 4.5vw 4vw 4vw;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 0;
}

.voice-pattern-5 .voice-card-title {
    font-size: 4vw;
    font-weight: 700;
    margin-bottom: 2vw;
    line-height: 1.5;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.6em;
}

.voice-pattern-5 .voice-card-excerpt {
    font-size: 3.2vw;
    line-height: 1.75;
    color: #666;
    margin-bottom: 3vw;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.voice-pattern-5 .voice-card-link {
    display: inline-flex;
    align-items: center;
    font-size: 3vw;
    color: #b3c3ce;
    font-weight: 600;
    letter-spacing: 0.05em;
    transition: color 0.3s ease;
}

.voice-pattern-5 .voice-card:hover .voice-card-link {
    color: #8fa9b8;
}

/* パターン5用のスライダースタイル */
.voice-pattern-5.voice-slider {
    margin-bottom: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.voice-pattern-5.voice-slider.bx-loaded {
    opacity: 1;
}

/* スライダーを横幅いっぱいに表示 */
.top_voice {
    position: relative;
}

.top_voice .voice-pattern-5.voice-slider-wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0 0.5vw 5vw;
    box-sizing: border-box;
    margin-top: 8vw;
}

.top_voice .bx-wrapper {
    position: relative;
    margin-bottom: 0;
    max-width: 100%;
    overflow: visible !important;
}

.top_voice .bx-wrapper .bx-viewport {
    overflow: visible !important;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.top_voice .bx-wrapper .bx-viewport ul {
    transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}

.top_voice .bx-wrapper .bx-pager {
    display: none !important;
}

/* スライダーの矢印ボタンを目立たせる */
.top_voice .bx-wrapper .bx-controls-direction {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}

/* voice-cardのクリックを有効化 */
.top_voice .bx-wrapper .voice-card,
.top_voice .bx-wrapper .voice-card * {
    pointer-events: auto !important;
}

.top_voice .bx-wrapper li {
    position: relative;
    z-index: 15 !important;
}

.top_voice .bx-wrapper .voice-card {
    position: relative;
    z-index: 20 !important;
}

.top_voice .bx-wrapper .bx-controls-direction a,
.top_voice .bx-wrapper .bx-prev,
.top_voice .bx-wrapper .bx-next {
    position: absolute !important;
    width: 44px !important;
    height: 44px !important;
    background: rgba(255, 255, 255, 0.95) !important;
    border: 2px solid #b3c3ce !important;
    border-radius: 50% !important;
    text-indent: -9999px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease !important;
    pointer-events: auto !important;
    cursor: pointer !important;
    outline: 0 !important;
    top: 50% !important;
    margin-top: 0 !important;
    transform: translateY(-50%) !important;
    z-index: 100 !important;
}

.top_voice .bx-wrapper .bx-controls-direction .bx-prev,
.top_voice .bx-wrapper .bx-prev {
    left: 10px !important;
}

.top_voice .bx-wrapper .bx-controls-direction .bx-prev::before,
.top_voice .bx-wrapper .bx-prev::before {
    content: '' !important;
    display: block !important;
    width: 10px !important;
    height: 10px !important;
    border-left: 2px solid #b3c3ce !important;
    border-bottom: 2px solid #b3c3ce !important;
    transform: rotate(45deg) !important;
    margin-left: 3px !important;
}

.top_voice .bx-wrapper .bx-controls-direction .bx-next,
.top_voice .bx-wrapper .bx-next {
    right: 10px !important;
}

.top_voice .bx-wrapper .bx-controls-direction .bx-next::before,
.top_voice .bx-wrapper .bx-next::before {
    content: '' !important;
    display: block !important;
    width: 10px !important;
    height: 10px !important;
    border-right: 2px solid #b3c3ce !important;
    border-bottom: 2px solid #b3c3ce !important;
    transform: rotate(-45deg) !important;
    margin-right: 3px !important;
}

.top_voice .bx-wrapper .bx-controls-direction .bx-prev:hover,
.top_voice .bx-wrapper .bx-controls-direction .bx-next:hover,
.top_voice .bx-wrapper .bx-prev:hover,
.top_voice .bx-wrapper .bx-next:hover {
    background-color: #b3c3ce !important;
    transform: translateY(-50%) scale(1.05) !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15) !important;
    border-color: #9fb1bd !important;
}

.top_voice .bx-wrapper .bx-controls-direction .bx-prev:hover::before,
.top_voice .bx-wrapper .bx-prev:hover::before {
    border-left-color: #fff !important;
    border-bottom-color: #fff !important;
}

.top_voice .bx-wrapper .bx-controls-direction .bx-next:hover::before,
.top_voice .bx-wrapper .bx-next:hover::before {
    border-right-color: #fff !important;
    border-bottom-color: #fff !important;
}

.top_voice .bx-wrapper .bx-controls-direction .bx-prev.disabled,
.top_voice .bx-wrapper .bx-controls-direction .bx-next.disabled,
.top_voice .bx-wrapper .bx-prev.disabled,
.top_voice .bx-wrapper .bx-next.disabled {
    opacity: 0.25 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    display: block !important;
}

/* ページネーション（スライダーの外） */
.top_voice .voice-slider-pager {
    width: 100%;
    max-width: 960px;
    margin: 5vw auto 8vw;
    text-align: center;
    padding: 0;
}

.top_voice .voice-slider-pager .bx-pager {
    position: static !important;
    bottom: auto !important;
    margin: 0 auto;
    text-align: center;
    height: auto;
    padding: 0;
    display: block !important;
}

.top_voice .voice-slider-pager+.more01 {
    margin-top: 0;
}

.top_voice .voice-slider-pager .bx-pager.bx-default-pager a {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: #d9d9d9;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    text-indent: -9999px;
    position: relative;
    z-index: 10;
    pointer-events: auto;
    transition: all 0.3s ease;
}

.top_voice .voice-slider-pager .bx-pager.bx-default-pager a:hover,
.top_voice .voice-slider-pager .bx-pager.bx-default-pager a.active,
.top_voice .voice-slider-pager .bx-pager.bx-default-pager a:focus {
    background: #b3c3ce;
    transform: scale(1.3);
}

.top_voice .voice-slider-pager .bx-pager-item {
    display: inline-block;
    vertical-align: middle;
    pointer-events: auto;
}

/* insta
----------------------------------------------- */
.insta-items {
    margin: 6vw auto 10vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.insta-items li {
    margin: 1%;
    width: 31%;
}

.top_insta .top-social-items {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
}

.top_insta .top-social-items a {
    background: #b3c3ce;
    color: #fff;
}


/* blog
----------------------------------------------- */
.top-blog {
    padding: 4vw 0 0;
}

.top-blog-items {
    width: 90vw;
    margin: 0 auto 8vw;
    display: flex;
    flex-direction: column;
    gap: 5vw;
}

.top-blog-items li {
    width: 100%;
}

.top-blog-card {
    display: flex !important;
    flex-direction: row !important;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 3vw;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    min-height: 100%;
    align-items: stretch;
}

.top-blog-card:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

.top-blog-item-image {
    width: 28vw;
    height: 28vw;
    flex-shrink: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.top-blog-item-image img,
.top-blog-item-image .blog-thumb-placeholder {
    width: 100%;
    height: 100%;
}

.top-blog-item-image-inner {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.top-blog-item-image-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog-thumb-placeholder {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #f8f8f8 0%, #e7e7e7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9aa5b1;
    font-size: 2.8vw;
    font-weight: 600;
}

.top-blog-item-time {
    margin-bottom: 1.5vw;
    color: #728091;
    font-size: 2.8vw;
    font-weight: 400;
    letter-spacing: 0.05em;
    display: block;
}

.top-blog-item-body {
    padding: 3.5vw 4vw;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.top-blog-item-title {
    font-size: 3.6vw;
    line-height: 1.6;
    font-weight: 600;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.top-blog-item-title-wrap {
    flex: 1;
    display: flex;
    align-items: flex-start;
}



/* PC-size
======================================================================================*/
@media screen and (min-width: 736px) {

    .top_pagenav {}

    .top_pagenav ul {
        width: 960px;
        margin: 0 auto;
    }

    .top_pagenav ul li a {
        padding: 20px 0;
        font-size: 16px;
    }

    .top_pagenav ul li a::after {
        content: "";
        display: block;
        margin: 1vw auto 0;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 10px solid #fff;
    }


    /* what
----------------------------------------------- */
    .top_img {
        margin-bottom: 30px;
    }

    .top_what {
        margin: 120px auto 140px;
    }

    .top_what_li li {
        width: 48%;
        margin-bottom: 24px;
        aspect-ratio: 2 / 1;
    }

    .top_what_li li .content-block {
        gap: 0;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        max-width: 100%;
        padding: 0 15%;
    }

    .top_what_li li .what-number {
        font-size: 72px;
        margin-right: 20px;
        flex-shrink: 0;
        width: auto;
    }

    .top_what_li li .text-content {
        gap: 8px;
        align-items: flex-start;
        flex: 1;
        min-width: 0;
    }

    .top_what_li li p {
        font-size: 20px;
        padding: 0;
        font-weight: 700;
        text-align: left;
        white-space: normal;
        width: 100%;
        line-height: 1;
    }

    .top_what_li li p strong {
        font-size: 1em;
        margin-bottom: 0;
        display: block;
        letter-spacing: 0.05em;
        text-align: left;
        white-space: nowrap;
    }

    .top_what_li li p small {
        font-size: 0.8em;
        font-weight: 500;
        display: block;
        text-align: left;
        letter-spacing: 0.03em;
        margin-top: -5px;
        line-height: 1.5;
        white-space: normal;
    }

    .top_what_li li p br.pc {
        display: block;
    }

    .top_what_li li p br.sp {
        display: none;
    }

    .top_txt {
        font-size: 12px;
        line-height: 1.6;
        margin-bottom: 30px;
        text-align: left;
        font-weight: 400;
        letter-spacing: 0.02em;
    }

    .top_txt-first {
        display: inline;
        text-align: left;
        margin-bottom: 0;
    }

    .top_txt br {
        display: inline;
    }

    .top_txt--sp-break {
        text-align: left;
        padding: 0;
    }

    .top_txt--sp-break .sp-line,
    .top_txt--sp-break .sp-line-center,
    .top_txt--sp-break .sp-line-accent {
        display: inline;
        text-align: inherit;
    }

    .top_txt--sp-break .sp-line-accent {
        font-weight: inherit;
        letter-spacing: inherit;
    }

    .top_what .top_txt {
        font-size: 18px;
        line-height: 2.2;
        font-weight: 300;
        font-style: italic;
        letter-spacing: 0.08em;
    }

    .top_what .midashi02 {
        margin-bottom: 20px;
    }

    .top_training .midashi02 {
        margin-bottom: 20px;
    }


    /* voice
----------------------------------------------- */
    .top_voice {
        margin: 0 auto 140px;
    }

    .voice-items {
        margin: 50px auto 50px;
    }

    .voice-items li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        margin-bottom: 30px;
    }

    .voice-items li dl {
        margin-left: 130px;
    }

    .voice-items li .vo_img {
        position: relative;
    }

    .voice-items li .vo_img img {
        max-width: initial;
    }

    .voice-items li .vo_img::after {
        content: "";
        position: absolute;
        left: auto;
        right: -70px;
        top: 0%;
        width: 30px;
        height: 218px;
        background: url("../images/voice-fuki.svg") no-repeat;
        background-size: contain;
        transform: inherit;
    }

    .voice-items li:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .voice-items li:nth-child(even) .vo_img::after {
        left: -70px;
        right: auto;
        transform: scale(-1, 1);
    }

    .voice-items li:nth-child(even) dl {
        margin-right: 100px;
        margin-left: 40px;
    }

    .voice-items li dt {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.6;
        margin-bottom: 10px;
        margin-top: auto;
    }

    .voice-items li dd {
        font-size: 16px;
        line-height: 1.6;
    }

    .top-voice-feature .more01.small {
        width: 180px;
        padding: 8px 0;
        font-size: 14px;
        margin: 20px auto 0;
    }

    .top-voice-feature li .vo_img::after {
        bottom: -160px;
        height: 200px;
    }

    .top-voice-feature li dt {
        margin-top: auto;
    }

    .voice-move {
        margin: 80px auto;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        gap: 20px;
    }

    /* voice pattern styles (PC)
    ----------------------------------------------- */

    /* パターン2: グリッドレイアウト（2列） */
    .voice-pattern-2 {
        gap: 30px;
    }

    .voice-pattern-2 li {
        width: calc(50% - 15px);
        margin-bottom: 40px;
        display: block !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .voice-pattern-2 li .vo_img {
        margin-bottom: 20px;
    }

    .voice-pattern-2 li .vo_img img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .voice-pattern-2 li dl {
        width: 100% !important;
        margin: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .voice-pattern-2 li dt {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 0 !important;
        text-align: left;
    }

    .voice-pattern-2 li dd {
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 1.6;
    }

    .voice-pattern-2 li .more01.small {
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }

    /* パターン3: カード型レイアウト */
    .voice-pattern-3 {
        gap: 30px;
    }

    .voice-pattern-3 li {
        width: calc(50% - 15px);
        margin-bottom: 0;
    }

    .voice-pattern-3 .voice-card {
        border-radius: 8px;
    }

    .voice-pattern-3 .voice-card-content {
        padding: 25px;
    }

    .voice-pattern-3 .voice-card-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .voice-pattern-3 .voice-card-excerpt {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .voice-pattern-3 .voice-card-link {
        font-size: 14px;
    }

    /* パターン4: 横並びレイアウト */
    .voice-pattern-4 li {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 30px;
        margin-bottom: 40px;
    }

    .voice-pattern-4 li .vo_img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        width: auto;
    }

    .voice-pattern-4 li dt {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .voice-pattern-4 li dd {
        font-size: 14px;
        margin-bottom: 15px;
    }

    /* パターン5: カード型スライダー (PC) */
    .voice-pattern-5 li {
        padding: 0 12px;
        display: flex !important;
        align-items: stretch;
    }

    .voice-pattern-5 .voice-card {
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .voice-pattern-5 .vo_img {
        padding-top: 70%;
        /* PC用の少し低めのアスペクト比 */
    }

    .voice-pattern-5 .voice-card-content {
        padding: 28px 24px;
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .voice-pattern-5 .voice-card-excerpt {
        flex: 1;
    }

    .voice-pattern-5 .voice-card-title {
        font-size: 17px;
        margin-bottom: 12px;
        font-weight: 700;
        min-height: 2.8em;
    }

    .voice-pattern-5 .voice-card-excerpt {
        font-size: 14px;
        margin-bottom: 16px;
        line-height: 1.75;
    }

    .voice-pattern-5 .voice-card-link {
        font-size: 13px;
    }

    /* パターン5用のスライダースタイル (PC) */
    .top_voice .voice-pattern-5.voice-slider-wrapper {
        padding: 0 2vw 30px;
        max-width: 100vw;
    }

    .top_voice .bx-wrapper {
        margin-bottom: 0;
        overflow: visible !important;
    }

    .top_voice .bx-wrapper .bx-viewport {
        overflow: visible !important;
    }

    .top_voice .bx-wrapper .bx-pager {
        display: none !important;
    }

    .top_voice .bx-wrapper .bx-controls-direction a,
    .top_voice .bx-wrapper .bx-prev,
    .top_voice .bx-wrapper .bx-next {
        width: 50px !important;
        height: 50px !important;
    }

    .top_voice .bx-wrapper .bx-controls-direction .bx-prev::before,
    .top_voice .bx-wrapper .bx-prev::before {
        width: 12px !important;
        height: 12px !important;
        border-width: 2.5px !important;
    }

    .top_voice .bx-wrapper .bx-controls-direction .bx-next::before,
    .top_voice .bx-wrapper .bx-next::before {
        width: 12px !important;
        height: 12px !important;
        border-width: 2.5px !important;
    }

    .top_voice .bx-wrapper .bx-controls-direction .bx-prev,
    .top_voice .bx-wrapper .bx-prev {
        left: 20px !important;
    }

    .top_voice .bx-wrapper .bx-controls-direction .bx-next,
    .top_voice .bx-wrapper .bx-next {
        right: 20px !important;
    }

    .top_voice .voice-slider-pager {
        width: 960px;
        max-width: 95%;
        margin: 50px auto 40px;
        padding: 0;
    }

    .top_voice .voice-slider-pager .bx-pager {
        display: block !important;
    }

    .top_voice .voice-slider-pager+.more01 {
        margin-top: 0;
    }

    .top_voice .voice-slider-pager .bx-pager.bx-default-pager a {
        width: 11px;
        height: 11px;
        margin: 0 7px;
    }


    /* insta
----------------------------------------------- */
    .insta-items {
        margin: 50px auto 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .insta-items li {
        margin: 1%;
        width: 31%;
    }

    .top_insta .top-social-items {
        margin: 20px auto 100px;
    }


    /* blog
----------------------------------------------- */
    .top-blog {
        padding: 20px 0;
    }

    .top-blog-items {
        width: 960px;
        margin-bottom: 50px;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 40px 30px;
    }

    .top-blog-items li {
        width: 100%;
    }

    .top-blog-card {
        flex-direction: column !important;
    }

    .top-blog-item-image {
        width: 100%;
        height: auto;
        padding-top: 66.6667%;
    }

    .top-blog-item-body {
        padding: 18px 20px 22px;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        min-width: 0;
    }

    .top-blog-item-time {
        font-size: 12px;
        letter-spacing: 1px;
        margin-bottom: 8px;
        display: block !important;
        color: #728091;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .top-blog-item-title {
        font-size: 16px;
        line-height: 1.6;
        margin: 0;
        color: #333;
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .blog-thumb-placeholder {
        font-size: 16px;
    }

    .top-blog-item-title-wrap {
        align-items: stretch;
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    /* top_why PC
----------------------------------------------- */
    .top_why {
        margin: 0 auto 100px;
    }

    .why_list {
        margin: 70px auto 150px;
    }

    .why_list li {
        margin-bottom: 30px;
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .why_list li dl {
        padding: 60px;
    }

    .why_list li dt {
        font-size: 24px;
        line-height: 1.8;
        margin-bottom: 10px;
    }

    .why_list li dd {
        font-size: 16px;
        line-height: 1.6;
        text-align: justify;
        text-justify: inter-ideograph;
    }

    .why_list li:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .why_list li dt span {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
    }

    .why_list li dt span::before {
        content: "";
        width: 80px;
        height: 1px;
        background: #78737d;
        position: absolute;
        top: 50%;
        left: -90px;
    }

    .why_list li:nth-child(even) dt span {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .why_list li:nth-child(even) dt span::before {
        content: "";
        width: 60%;
        height: 1px;
        background: #78737d;
        position: static;
        top: 50%;
        margin-right: -83px;
    }

    .why_list li .more-wrapper {
        margin-top: 20px;
        text-align: center;
    }

    .why_list li .more01 {
        margin: 0 auto;
        display: inline-block;
    }




    /* end
======================================================================================*/
}