@charset "utf-8";
/* ----------------------------------------
LP - HOSパーソナル
style.css
2025.10公開
※コンテンツ部分以外は本社サイトのデータを使用
---------------------------------------- */
/*
 * ======================================
 * Overwrite
 * ======================================
 */

#header {
    height: 90px;
}

#header .logo {
    top: 20px;
    text-align: left;
}

/*
 * ======================================
 * PC
 * ======================================
 */
/* ======================================
   共通要素（ボタン・見出し・レイアウトなど）
======================================== */

:root {
    --color-default: #000000;
    --color-primary: #f15a24;
    --width-base: 1440px;
    --width-container: 1100px;
}

main {
    color: var(--color-default);
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-size: 15px;
    font-weight: 500;
    line-height: 2;
    margin: 0 auto;
    max-width: var(--width-base);
}

main img {
    height: auto;
    vertical-align: bottom;
    width: 100%;
}

main ul,
main ol {
    list-style: none;
}

/* text */
.title-large {
    color: var(--color-primary);
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 35px;
    font-weight: 900;
    line-height: 1.5;
}

.title-medium {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.9;
}

.title-small {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

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

.text-left {
    text-align: left;
}

br.sp {
    display: none;
}

/* section */
section {
    padding: 90px 0 100px;
}

section .container {
    margin: 0 auto;
    width: var(--width-container);
}

/* color */
.color-primary {
    color: var(--color-primary);
}

.color-white {
    color: #ffffff;
}

/* bg */
.bg-black {
    background-color: var(--color-default);
}

.bg-highlight span {
    background: linear-gradient(transparent 10%, var(--color-primary) 10%);
    color: #ffffff;
    display: inline;
    padding: 0 5px;
}

/* image */
.corner-trim {
    position: relative;
}

.corner-trim::before,
.corner-trim::after {
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    height: 35px;
    position: absolute;
    width: 35px;
}

.corner-trim::before {
    background-image: url(../images/deco_corner_left_top.svg);
    top: 0;
    left: 0;
}

.corner-trim::after {
    background-image: url(../images/deco_corner_right_bottom.svg);
    bottom: 0;
    right: 0;
}

/* loop */
.swiper-wrapper {
    transition-timing-function: linear;
}

/* =====================================
   各セクションごとの要素
======================================== */
/* -------------------------------------
   MV
---------------------------------------- */

.mainvisual {
    padding: 0;
    position: relative;
}

.mainvisual h1 {
    position: absolute;
    top: 100px;
    left: 11.8%;
    width: 34.16%;
    max-width: 492px;
}

/* -------------------------------------
   Worries
---------------------------------------- */

.worries {
    background: url(../images/deco_circle.svg) no-repeat right -47px top -130px;
    background-size: 303px;
    padding-bottom: 30px;
}

.worries-heading span {
    background: url(../images/attention_left.svg) no-repeat left bottom,
        url(../images/attention_right.svg) no-repeat right bottom;
    background-size: 40px;
    display: inline-block;
    padding: 0 65px 5px;
}

.worries-list {
    display: flex;
    gap: 0 100px;
    justify-content: center;
    margin: 80px 0;
}

.worries-item {
    position: relative;
    width: 165px;
}

.worries-item p {
    background-color: var(--color-default);
    color: var(--color-primary);
    font-weight: 900;
    padding: 5px 25px;
    position: absolute;
    top: -20px;
    left: -70px;
    text-align: center;
}

.worries p + h2 {
    margin-top: 12px;
}

/* -------------------------------------
   Intro
---------------------------------------- */

.intro {
    background: url(../images/bg_intro_01.jpg) no-repeat center;
    background-size: cover;
    padding: 95px 0 80px;
    position: relative;
}

.intro::after {
    background: url(../images/deco_circle.svg) no-repeat;
    background-size: 100%;
    mix-blend-mode: multiply;
    content: "";
    display: block;
    height: 342px;
    position: absolute;
    top: -141px;
    left: -155px;
    width: 342px;
}

.intro p {
    margin: 22px 0 0 0;
}

/* -------------------------------------
   Overview
---------------------------------------- */

.overview {
    background: url(../images/deco_line.svg) no-repeat right -75px top -24px,
        url(../images/deco_line.svg) no-repeat left -158px bottom -45px;
    background-size: 340px;
    padding-bottom: 126px;
}

.overview ul {
    display: flex;
    gap: 0 80px;
    justify-content: center;
    margin: 52px 0 0 0;
}

.overview li {
    background-color: var(--color-primary);
    display: flex;
    flex-direction: column;
    width: 255px;
}

.overview li p {
    margin: 12px 16px;
}

/* -------------------------------------
   Features
---------------------------------------- */

.features .container {
    background-image: url(../images/txt_bg_point.svg);
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 403px;
}

.features ol {
    display: flex;
    gap: 38px 40px;
    flex-wrap: wrap;
    margin: 24px 0 0 0;
}

.features li {
    background-color: #ffffff;
    display: flex;
    width: 340px;
}

.features li .point-image {
    align-items: center;
    background-color: var(--color-primary);
    display: flex;
    justify-content: center;
    width: 170px;
}

.features li dl {
    flex: 1;
    padding: 16px 22px 10px;
}

.features li dt {
    margin: 0 0 10px;
}

.features li dt img {
    height: 30px;
    width: auto;
}

/* -------------------------------------
   Support
---------------------------------------- */

.support {
    background: url(../images/img_support_01.jpg) no-repeat right center;
    background-size: auto 100%;
    padding-top: 155px;
    padding-bottom: 180px;
}

/* ----------------------------------------
   Services
---------------------------------------- */

.services {
    background-image: url(../images/deco_line.svg), url(../images/deco_line.svg);
    background-repeat: no-repeat;
    background-position: right -33px top -84px, right -22px top 737px;
    background-size: 340px, 340px;
    padding-bottom: 190px;
}

.services .container {
    position: relative;
    z-index: 1;
}

.services .container::before {
    background-image: url(../images/txt_bg_services.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    height: 1183px;
    position: absolute;
    top: 170px;
    left: -100px;
    width: 144px;
    z-index: -1;
}

.services h2 span {
    background-color: #ffffff;
    border-radius: 15px;
    color: var(--color-default);
    display: inline-block;
    font-family: inherit;
    font-weight: 700;
    font-size: 15px;
    padding: 4px 12px;
}

/* training */
.trainingList {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 40px 40px;
    margin: 48px 0 0 0;
}

.training {
    background-color: #ffffff;
    width: 340px;
}

.training.comingsoon {
    background-color: transparent;
}

.training.comingsoon.cs-center {
    margin-inline: auto;
}

.training-details {
    padding: 20px 20px 17px;
}

.training p {
    margin: 9px 0;
}

.training h4 {
    border-top: 1px solid;
    border-bottom: 1px solid;
    font-weight: 500;
    padding: 0 0 1px;
    text-align: center;
}

.training dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 9px 0 0 0;
}

.training dt {
    text-align: right;
    width: 50%;
}

.training dd {
    width: 50%;
}

/* flow */
.flow {
    margin: 75px 0 0 0;
}

.flow-list {
    display: flex;
    gap: 0 40px;
    margin: 42px 0 0 0;
}

.flow-item {
    background-color: #ffffff;
    position: relative;
    width: 238px;
}

.flow-item:not(:last-child)::before {
    background-color: #949494;
    clip-path: polygon(0 0, 100% 50%, 0 100%, 0 50%);
    content: "";
    height: 32px;
    position: absolute;
    bottom: 50%;
    right: -30px;
    transform: translate(0, 50%);
    width: 18px;
}

.flow-details {
    padding: 12px 14px;
}

.flow-details p {
    font-weight: 700;
    margin: 3px 0 0 0;
}

/* -------------------------------------
   Trainer level
---------------------------------------- */

.trainer-level .container {
    position: relative;
    z-index: 1;
}

.trainer-level .container::before {
    background-image: url(../images/txt_bg_trainer.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    height: 998px;
    position: absolute;
    top: -60px;
    left: -100px;
    width: 144px;
    z-index: -1;
}

.trainer-level h3 {
    margin: 52px 0 0 0;
}

.level-system {
    align-items: flex-end;
    display: flex;
    gap: 0 20px;
    margin: 80px -70px 0 70px;
}

.level-system-image {
    width: 670px;
}

.level-system-details {
    flex: 1;
}

.level-system-details dl {
    display: flex;
    gap: 36px 0;
    flex-direction: column;
    justify-content: flex-end;
}

.level-system-details dt {
    width: 160px;
}

.level-system-details dd {
    margin: 5px 0 0 0;
    padding: 0 6px;
    text-align: justify;
}

/* -------------------------------------
  Reservation
---------------------------------------- */

.reservation {
    background-image: url(../images/deco_line.svg),
        url(../images/deco_circle.svg), url(../images/deco_circle.svg);
    background-repeat: no-repeat;
    background-position: left -40px bottom -220px, left -90px top -72px,
        right -80px bottom -92px;
    background-size: 340px, 231px, 303px;
    position: relative;
}

.reservation::before {
    background: url(../images/deco_line.svg) no-repeat;
    background-size: 100%;
    content: "";
    display: block;
    height: 383px;
    position: absolute;
    top: -40px;
    right: -50px;
    width: 340px;
    z-index: 1;
}

.reservation h2 + p {
    margin: 10px 0 0 0;
}

.stores {
    display: flex;
    flex-wrap: wrap;
    gap: 110px 0;
    justify-content: space-between;
    margin: 90px 0 0 0;
}

.store {
    width: 512px;
}

.storeMap {
    margin: 20px 0 0 0;
}

.storeMap iframe {
    aspect-ratio: 5 / 3;
    height: 100%;
    width: 100%;
}

.store p {
    font-weight: 700;
}

.store p:not(:has(a)) {
    margin: 20px 0 0 0;
}

.store p:has(a) {
    font-size: 18px;
    text-decoration: underline;
}

/*
 * ======================================
 * SP
 * ======================================
 */

@media screen and (max-width: 767px) {
    body {
        min-width: initial;
    }

    #header {
        height: 50px;
    }

    #header .inner,
    #globalNav .inner {
        width: auto;
    }

    #header .logo {
        position: relative;
        top: 12px;
        left: 4%;
    }

    #header .logo img {
        height: 26px;
        width: auto;
    }

    main {
        width: 100%;
    }

    @media screen and (max-width: 640px) {
        main {
            margin: 50px 0 0 0;
        }
    }

    /* =====================================
   共通要素（ボタン・見出し・レイアウトなど）
======================================== */

    :root {
        --space-y-sp: 45px;
        --width-base: 100%;
        --width-container: 87.2%;
    }

    main {
        font-size: 14px;
        line-height: 1.65;
        min-width: initial;
    }

    /* text */
    .title-large {
        font-size: 24px;
        overflow-wrap: break-word;
        word-break: keep-all;
    }

    .title-large:not(.bg-highlight) {
        line-height: 1.4;
    }

    .title-medium {
        font-size: 20px;
        line-height: 1.5;
        overflow-wrap: break-word;
        word-break: keep-all;
    }

    .title-small {
        font-size: 18px;
    }

    @media screen and (max-width: 374px) {
        .title-large {
            font-size: 22px;
        }

        .title-medium {
            font-size: 17px;
        }

        .title-small {
            font-size: 16px;
        }
    }

    br.pc {
        display: none;
    }

    br.sp {
        display: block;
    }

    /* section */
    section {
        padding: var(--space-y-sp) 0;
    }

    /* image */
    .corner-trim::before,
    .corner-trim::after {
        height: max(4.56vw, 24px);
        width: max(4.56vw, 24px);
    }

    /* =====================================
   各セクションごとの要素
======================================== */

    /* -------------------------------------
   MV
---------------------------------------- */

    .mainvisual {
        background-color: var(--color-default);
        padding: 20px 0 0;
    }

    .mainvisual > img {
        aspect-ratio: 3 / 2;
        object-fit: cover;
        object-position: right center;
    }

    .mainvisual h1 {
        margin: 0 auto 20px;
        position: static;
        width: 90%;
        max-width: initial;
    }

    /* -------------------------------------
   Worries
---------------------------------------- */

    .worries {
        background: none;
        padding-bottom: var(--space-y-sp);
    }

    .worries-heading span {
        background-size: 32px;
        padding-inline: 40px;
    }

    .worries-list {
        flex-wrap: wrap;
        gap: 20px;
        margin: 24px 0 40px;
    }

    .worries-item {
        flex-basis: calc((100% - 20px) / 2);
    }

    .worries-item p {
        padding-inline: 0;
        position: static;
    }

    /* -------------------------------------
   Intro
---------------------------------------- */

    .intro {
        padding: var(--space-y-sp) 0 40px;
    }

    .intro::after {
        content: none;
    }

    /* -------------------------------------
   Overview
---------------------------------------- */

    .overview {
        background: none;
        padding-bottom: var(--space-y-sp);
    }

    .overview ul {
        flex-direction: column;
        gap: 30px 0;
        margin-top: 26px;
    }

    .overview li {
        width: 100%;
    }

    .overview-image img {
        aspect-ratio: 2 / 1;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        width: 100%;
    }

    .overview li p {
        margin-inline: 20px;
    }

    /* -------------------------------------
   Features
---------------------------------------- */

    .features .container {
        background: none;
    }

    .features ol {
        gap: 20px 0;
    }

    .features li {
        width: 100%;
    }

    .features li .point-image {
        width: 100px;
    }

    .features li dt {
        margin-bottom: 6px;
    }

    .features li dt img {
        height: 25px;
    }

    /* -------------------------------------
   Support
---------------------------------------- */

    .support {
        background-position: center top;
        background-size: 100% auto;
        padding-top: 100px;
        padding-bottom: 30px;
    }

    /* -------------------------------------
   Services
---------------------------------------- */

    .services {
        background-image: none;
        padding-bottom: var(--space-y-sp);
    }

    .services .container::before {
        content: none;
    }

    .services h2 span {
        font-size: 14px;
        margin-bottom: 8px;
    }

    /* training */
    .trainingList {
        gap: 40px 0;
        margin-top: 24px;
    }

    .training {
        width: 100%;
    }

    .training-image img {
        aspect-ratio: 16 / 9;
        height: 100%;
        object-fit: cover;
        object-position: center bottom;
        width: 100%;
    }

    .training.comingsoon {
        margin: 0 auto;
        width: 75%;
    }

    /* flow */
    .flow {
        margin-top: calc(var(--space-y-sp) * 1.5);
    }

    .flow-list {
        flex-direction: column;
        gap: 40px 0;
        margin-top: 24px;
    }

    .flow-item {
        width: 100%;
    }

    .flow-item:not(:last-child)::before {
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        height: 18px;
        bottom: -28px;
        right: 50%;
        transform: translate(50%, 0);
        width: 32px;
    }

    .flow-image img {
        aspect-ratio: 2 / 1;
        height: 100%;
        object-fit: cover;
        object-position: center 20%;
        width: 100%;
    }

    .flow-details {
        padding-inline: 20px;
    }

    .flow-details h4 {
        line-height: 1.4;
        margin-bottom: 4px;
    }

    /* -------------------------------------
   Trainer level
---------------------------------------- */

    .trainer-level .container::before {
        content: none;
    }

    .trainer-level h3 {
        margin-top: 26px;
    }

    .level-system {
        flex-direction: column;
        gap: 30px 0;
        margin: 16px 0 0;
    }

    .level-system-image {
        width: 100%;
    }

    .level-system-details dl {
        gap: 24px 0;
    }

    .level-system-details dt {
        width: 130px;
    }

    .level-system-details dd {
        margin-top: 8px;
    }

    /* -------------------------------------
  Reservation
---------------------------------------- */

    .reservation {
        background-image: none;
    }

    .reservation::before {
        content: none;
    }

    .stores {
        gap: 40px 0;
        margin: 32px 0 0 0;
    }

    .store {
        width: 100%;
    }

    .store p:not(:has(a)) {
        margin-top: 8px;
    }

    .store p:has(a) {
        font-size: 16px;
    }
}
