@charset "UTF-8";

/* ページ全体のスタイル
------------------------------------------ */

.lp-profile {
    color: #333333;
    font-family: "Noto Sans JP", sans-serif;
    background-color: #ffffff;
}

.lp-profile a {
    color: #333333;
    text-decoration: none;
}

.lp-profile img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

/* 共通
------------------------------------------ */

@media (min-width:768px) {
    .sp_only {
        display: none;
    }
}

/* ボタン */
.lp-profile__bt {
    position: absolute;
    z-index: 2;
    background-color: #FA5C64;
    padding: 0.75rem;
    top: 85%;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(1.125rem, 3.5vw, 2rem);
    font-weight: 500;
    width: max-content;
    cursor: pointer;
}

@media (min-width:768px) {
    .lp-profile__bt {
        font-size: clamp(1rem, 1.5vw, 2rem);
        letter-spacing: 0.05rem;
        padding: 0.9rem 1.25rem;
        top: 70%;
        right: 13%;
        left: auto;
        transform: none;
    }
}

.lp-profile__bt:hover {
    background-color: #FCC7CA;
}

.lp-profile__fv-content a {
    display: block;
    color: #fff;
}

.lp-profile__bt-cta {
    font-size: 1.125rem;
    font-weight: 500;
    text-align: center;
    width: max-content;
    cursor: pointer;
    padding: 0.75rem;
    margin: 1.5rem auto 0;
    color: #ffffff;
    background-color: #FA5C64;
}

@media (min-width:768px) {
    .lp-profile__bt-cta {
        font-size: 1.5rem;
        padding: 0.9rem 1.25rem;
    }
}

.lp-profile__bt-cta:hover {
    background-color: #FCC7CA;
}

.lp-profile__bt-cta a {
    display: block;
    color: #ffffff;
}

/* h2 */
.lp-profile__title {
    position: relative;
    font-size: 1.125rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2rem;
}

@media (min-width:768px) {
    .lp-profile__title {
        font-size: 2rem;
        margin-bottom: 3rem;
    }
}

.lp-profile__title::before {
    position: absolute;
    display: flex;
    content: "";
    background-color: #FA5C64;
    width: 3px;
    height: 18px;
    top: 0.3rem;
    left: 50%;
    transform: translateX(-4600%);
}

@media (min-width:768px) {
    .lp-profile__title::before {
        width: 5px;
        height: 32px;
        top: 0.6rem;
        transform: translateX(-4800%);
    }
}

/* h3 */
.lp-profile__sub-title {
    font-size: 1rem;
    font-weight: 500;
    border-bottom: solid 1px #D9D9D9;
    position: relative;
    margin-bottom: 1rem;
}

@media (min-width:768px) {
    .lp-profile__sub-title {
        font-size: 1.75rem;
        border-bottom: solid 3px #D9D9D9;
        padding-left: 2rem;
    }
}

.lp-profile__sub-title::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 1px #FA5C64;
    bottom: -1px;
    width: 5%;
}

@media (min-width:768px) {
    .lp-profile__sub-title::after {
        border-bottom: solid 3px #FA5C64;
        left: 0;
        bottom: -3px;
        width: 6%;
    }
}

/* h4 */
.lp-profile__subheading {
    font-size: 1rem;
    font-weight: 500;
    border-bottom: solid 1px #FCC7CA;
    width: fit-content;
}

@media (min-width:768px) {
    .lp-profile__subheading {
        font-size: 1.5rem;
    }
}


/* h5 */
.lp-profile__affiliation {
    font-size: 0.875rem;
    font-weight: normal;
    position: relative;
    margin-top: 0.75rem;
    padding-left: 1rem;
}

@media (min-width:768px) {
    .lp-profile__affiliation {
        font-size: 1.125rem;
        padding-left: 1.5rem;
    }
}

.lp-profile__affiliation::before {
    position: absolute;
    content: "";
    background-color: #FCC7CA;
    width: 12px;
    height: 12px;
    top: 0.3rem;
    left: 0;
}

@media (min-width:768px) {
    .lp-profile__affiliation::before {
        width: 15px;
        height: 15px;
        top: 0.4rem;
    }
}

/* ===== フェードイン共通初期状態 ===== */
.lp-profile__js-fade-in,
.lp-profile__js-scroll-fade {
    opacity: 0;
    transform: translateY(16px);
}

/* ===== 表示状態 ===== */
.lp-profile__is-visible {
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity 0.8s ease-out,
        transform 0.8s ease-out;
}


/* ヘッダー 
------------------------------------------*/

.lp-profile__fv {
    position: relative;
}

.lp-profile__fv-image {
    width: 100%;
    height: auto;
    display: block;
    z-index: 1;
}

.lp-profile__fv-frame {
    position: absolute;
    inset: 16px;
    border: 10px solid #fff;
    z-index: 3;
    pointer-events: none;
}

@media (min-width: 768px) {
    .lp-profile__fv-frame {
        border: 15px solid #fff;
    }
}

.lp-profile__fv-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: auto;

    position: fixed;
    top: 0;
    left: 0;
    padding: 1rem;
    background: transparent;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    z-index: 10;
    width: 100%;
}

@media (min-width: 768px) {
    .lp-profile__fv-header.is-scrolled {
        background: rgba(252, 199, 202, 0.8);
        backdrop-filter: blur(6px);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }
}

/* ロゴ */
.lp-profile__header-logo {
    position: fixed;
    top: 1.2rem;
    left: 1.2rem;
    z-index: 6;
    width: 22%;
}

@media (min-width: 768px) {
    .lp-profile__header-logo {
        position: static;
        width: 18%;
    }
}

/* ハンバーガーボタン */

.lp-profile__hamburger-button::after {
    display: block;
    content: url("../images/lp-profile__menu.svg");
    position: fixed;
    top: 1.1rem;
    right: 1.1rem;
    z-index: 6;
    width: 3.2rem;
    height: 3.2rem;
    transition: all 0.2s;
    cursor: pointer;
    background-color: #ffffff;
    padding-top: 0.7rem;
}

.open .lp-profile__hamburger-button::after {
    content: url("../images/lp-profile__close.svg");
}

@media (min-width: 768px) {
    .lp-profile__hamburger-button {
        display: none;
    }
}

/* ハンバーガーメニュー */
#lp-profile__navi {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-size: cover;
    transition: all 0.5s;
    z-index: 5;
    opacity: 0;
    pointer-events: none;
}

@media (min-width: 768px) {
    #lp-profile__navi {
        display: block;
        width: auto;
        opacity: 1;
        transition: none;
        top: 2.75rem;
        left: auto;
        right: 2.75rem;
        height: auto;
        pointer-events: auto;
    }
}

@media (max-width: 767px) {
    .open #lp-profile__navi {
        display: block;
        opacity: 1;
        pointer-events: auto;
    }
}

#lp-profile__mask {
    display: none;
    transition: all 0.5s;
}

@media (max-width: 767px) {
    .open #lp-profile__mask {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #FCC7CA;
        opacity: 0.8;
        z-index: 4;
        cursor: pointer;
    }
}


@media (max-width: 767px) {
    .lp-profile__nav-menu {
        position: relative;
        top: 10rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 768px) {
    .lp-profile__nav-menu {
        display: flex;
        flex-direction: row;
        align-items: center;
        column-gap: 2rem;
    }
}

.lp-profile__nav-menu li {
    font-size: clamp(1.25rem, 3.5vw, 2rem);
    font-weight: 500;
    text-align: center;
    margin-bottom: 3rem;
    padding: 0 2rem;
    border-bottom: solid 1px #FA5C64;
    width: max-content;
    list-style: none;
}

@media (min-width: 768px) {
    .lp-profile__nav-menu li {
        font-size: clamp(0.875rem, 1.5vw, 3rem);
        color: #ffffff;
        border-bottom: none;
        width: fit-content;
        margin-bottom: 0;
        padding: 0;
    }
}

@media (min-width: 768px) {
    .lp-profile__nav-menu a {
        color: #ffffff;
    }
}

.lp-profile__nav-menu li:last-child {
    border: none;
    background-color: #ffffff;
    padding: 0.75rem;
}

@media (min-width: 768px) {
    .lp-profile__nav-menu li:last-child {
        padding: 0.25rem 0.5rem;
        margin-left: 1rem;
    }
}

.lp-profile__nav-menu-cta a {
    display: block;
    color: #FA5C64;
}

.lp-profile__main-copy {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: clamp(1.6rem, 7vw, 3rem);
    font-weight: 500;
    text-align: center;
    line-height: 2;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}


@media (min-width: 768px) {
    .lp-profile__main-copy {
        font-size: clamp(1.6rem, 3.5vw, 4rem);
        text-align: left;
        letter-spacing: 0.05rem;
        top: 25%;
        left: 65%;
    }
}


.lp-profile__main-copy span {
    font-size: clamp(1.75rem, 7vw, 3.25rem);
}

@media (min-width: 768px) {
    .lp-profile__main-copy span {
        font-size: clamp(1.75rem, 3.5vw, 4.25rem);
    }
}


.lp-profile__main-copy mark {
    color: #fff;
    background: linear-gradient(transparent 90%, #FA5C64 80%);
}

@media (min-width: 768px) {
    .lp-profile__main-copy mark {
        background: linear-gradient(transparent 60%, #FA5C64 80%);
    }
}

.lp-profile__sub-copy-sp {
    position: absolute;
    z-index: 2;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 0.75rem;
    top: 75%;
    left: 2.5rem;
    background-color: rgb(255, 255, 255, 40%);
}

@media (min-width: 620px) {
    .lp-profile__sub-copy-sp {
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    .lp-profile__sub-copy-sp {
        display: none;
    }
}

.lp-profile__sub-copy-pc {
    position: absolute;
    z-index: 2;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    top: 60%;
    right: 3rem;
}

@media (max-width: 767px) {
    .lp-profile__sub-copy-pc {
        display: none;
    }
}

@media (min-width: 768px) {
    .lp-profile__sub-copy-pc {
        font-size: clamp(0.75rem, 1.5vw, 2rem);
    }
}


.lp-profile__name {
    position: absolute;
    z-index: 2;
    font-size: 0.75rem;
    top: 77%;
    left: 2.5rem;
    background-color: rgb(255, 255, 255, 40%);
}

@media (min-width: 620px) {
    .lp-profile__name {
        font-size: 1rem;
    }
}

@media (min-width: 768px) {
    .lp-profile__name {
        font-size: clamp(0.75rem, 1.5vw, 1.5rem);
        background-color: rgb(255, 255, 255, 0%)
    }
}


.lp-profile__name p:last-child {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
}

@media (min-width: 620px) {
    .lp-profile__name p:last-child {
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {
    .lp-profile__name p:last-child {
        font-size: 1rem;
        padding-left: 1.5rem;
    }
}

@media (min-width: 1000px) {
    .lp-profile__name p:last-child {
        font-size: 1.5rem;
    }
}

@media (min-width: 1500px) {
    .lp-profile__name p:last-child {
        font-size: 2rem;
    }
}

/* reason
------------------------------------------*/

.lp-profile__reason {
    width: 100%;
    max-width: 375px;
    padding: 2rem 1.2rem 3rem;
    margin: 0 auto;
}

@media (min-width:768px) {
    .lp-profile__reason {
        max-width: 1280px;
        padding: 3rem 5%;
    }
}

.lp-profile__reason-item {
    margin-bottom: 3rem;
    display: flex;
    flex-direction: row;
}

@media (min-width:768px) {
    .lp-profile__reason-item {
        margin-bottom: 4rem;
    }
}

.lp-profile__reason-text {
    position: relative;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #FCC7CA;
    letter-spacing: 0.3rem;
    writing-mode: vertical-rl;
    padding-top: 0.5rem;
}

@media (min-width:768px) {
    .lp-profile__reason-text {
        font-size: 1.25rem;
    }
}

.lp-profile__reason-text::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 630px;
    background-color: #FCC7CA;
    top: 7rem;
    right: 0.7rem;
}

@media (min-width:768px) {
    .lp-profile__reason-text::after {
        width: 2px;
        height: 280px;
        right: 0.8rem;
    }
}

.reason-text-02::after {
    height: 540px;
}

.reason-text-03::after {
    height: 520px;
}

.reason-text-04::after {
    height: 690px;
}

@media (min-width:768px) {
    .reason-text-02::after {
        height: 280px;
    }

    .reason-text-03::after {
        height: 280px;
    }

    .reason-text-04::after {
        height: 280px;
    }
}

@media (min-width:768px) {
    .lp-profile__reason-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
}

@media (min-width:768px) {
    .lp-profile__reason-wrapper.even-number {
        flex-direction: row-reverse;
    }
}

.lp-profile__reason-content {
    padding-left: 0.2rem;
}

@media (min-width: 768px) {
    .lp-profile__reason-content {
        width: 50%;
    }
}


.lp-profile__reason-number {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 2.25rem;
    color: #FCC7CA;
    font-size: 2rem;
    font-weight: bold;
}

@media (min-width: 768px) {
    .lp-profile__reason-number {
        font-size: 3.125rem;
    }
}

.lp-profile__reason-number.even-number {
    text-align: end;
    padding-right: 0.2rem;
}


@media (min-width: 768px) {
    .reason-item {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
        align-items: center;
    }

    .reason-label {
        left: -3rem;
    }
}

.lp-profile__reason-title {
    font-size: 1rem;
    font-weight: 500;
}

@media (min-width:768px) {
    .lp-profile__reason-title {
        font-size: 1.25rem;
    }
}

.lp-profile__reason-detail {
    font-size: 0.875rem;
    line-height: 1.71;
    margin-top: 0.5rem;
    margin-bottom: 0.875rem;
}

@media (min-width:768px) {
    .lp-profile__reason-detail {
        font-size: 1rem;
        line-height: normal;
        margin-top: 1rem;
    }
}

.lp-profile__reason-image {
    width: 280px;
    font-size: 0.75rem;
    text-align: end;
}

@media (min-width:768px) {
    .lp-profile__reason-image {
        width: 50%;
        max-width: 500px;
        margin-left: 1rem;
    }
}

.lp-profile__reason-image.even-number {
    margin-left: 2rem;
}

@media (min-width:768px) {
    .lp-profile__reason-image.even-number {
        margin-left: 0;
        margin-right: 1rem;
    }
}

@media (min-width:768px) {
    .lp-profile__reason-image {
        width: 50%;
        max-width: 500px;
    }
}

.lp-profile__reason-message {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    border: #FCC7CA 1px solid;
    padding: 0.875rem 0.4rem;
    width: max-content;
    margin: 0 auto;
}

@media (min-width:768px) {
    .lp-profile__reason-message {
        font-size: clamp(1rem, 1.5vw, 1.125rem);
        padding: 1rem 1rem;
        border: #FCC7CA 2px solid;
    }
}

/* history
------------------------------------------*/

.lp-profile__history {
    background-color: #F9F9F9;
    padding: 2rem 1rem 3rem;
}

@media (min-width:768px) {
    .lp-profile__history {
        padding: 3rem 5%;
    }
}

.lp-profile__history .lp-profile__title::before {
    transform: translateX(-4300%);
}

@media (min-width:768px) {
    .lp-profile__history .lp-profile__title::before {
        transform: translateX(-4600%);
    }
}

@media (min-width:768px) {
    .lp-profile__history-profile {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        margin: 2rem 0 3rem;
    }
}

.lp-profile__history-image {
    width: 300px;
    margin: 0 auto;
}

@media (min-width:768px) {
    .lp-profile__history-image {
        width: 425px;
        margin: 0;
    }
}

@media (min-width:768px) {
    .lp-profile__history-profile-text {
        width: 55%;
    }
}

.lp-profile__history-name {
    font-size: 1rem;
    font-weight: 500;
    margin-top: 0.875rem;
}

@media (min-width:768px) {
    .lp-profile__history-name {
        font-size: 1.25rem;
    }
}

.lp-profile__history-detail {
    font-size: 0.875rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

@media (min-width:768px) {
    .lp-profile__history-detail {
        font-size: 1.125rem;
    }
}

@media (min-width:768px) {
    .lp-profile__history-career {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        margin-bottom: 3rem;
    }
}

.lp-profile__history-career-content {
    background-color: #ffffff;
    padding: 0.875rem;
    margin-bottom: 1.5rem;
}

@media (min-width:768px) {
    .lp-profile__history-career-content {
        margin-bottom: 0;
    }
}

.lp-profile__history-career-timeline th {
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: normal;
    color: #FA5C64;
    width: 35%;
    text-align: left;
    padding-top: 0.5rem;
}

@media (min-width:768px) {
    .lp-profile__history-career-timeline th {
        font-size: 1.125rem;
        width: 28%;
    }
}

.lp-profile__history-career-timeline td {
    font-size: 0.75rem;
    font-weight: normal;
    margin-top: 0.75rem;
    padding-top: 0.5rem;
}

@media (min-width:768px) {
    .lp-profile__history-career-timeline td {
        font-size: 1rem;
    }
}

.lp-profile__history-affiliation-timeline {
    padding-top: 0.5rem;
    padding-left: 1rem;
}

@media (min-width:768px) {
    .lp-profile__history-affiliation-timeline {
        padding-left: 1.5rem;
    }
}

.lp-profile__history-affiliation-timeline th {
    font-family: "Inter", sans-serif;
    font-size: 0.75rem;
    font-weight: normal;
}

@media (min-width:768px) {
    .lp-profile__history-affiliation-timeline th {
        font-size: 1rem;
    }
}

.lp-profile__history-affiliation-timeline td {
    font-size: 0.75rem;
    font-weight: normal;
}

@media (min-width:768px) {
    .lp-profile__history-affiliation-timeline td {
        font-size: 1rem;
    }
}

.lp-profile__history-picture {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    align-items: center;
    background-color: #ffffff;
    padding: 0.875rem;
    margin-bottom: 2rem;
}

@media (min-width:768px) {
    .lp-profile__history-picture {
        flex-direction: row;
        row-gap: 0;
        justify-content: space-evenly;
        align-items: flex-start;
        padding: 1.5rem;
        margin-bottom: 4rem;
    }
}

.lp-profile__history-picture img {
    width: 280px;
}

@media (min-width:768px) {
    .lp-profile__history-picture img {
        width: 425px;
    }
}

.lp-profile__history-picture p {
    text-align: center;
    font-size: 0.75rem;
    margin-top: 0.3rem;
}

@media (min-width:768px) {
    .lp-profile__history-picture p {
        font-size: 1rem;
    }
}

.lp-profile__company-history {
    position: relative;
    margin: 0 auto 2rem;
}

@media (min-width:768px) {
    .lp-profile__company-history {
        margin: 2rem auto 3rem;
    }
}

.lp-profile__company-history::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 300px;
    background-color: #FCC7CA;
    top: 0.5rem;
    left: 4.4rem;
}

@media (min-width:768px) {
    .lp-profile__company-history::before {
        height: 380px;
        top: 0.7rem;
        left: 7rem;
    }
}

.lp-profile__company-year {
    position: relative;
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    color: #FA5C64;
    width: 20%;
    text-align: left;
    vertical-align: baseline;
}

@media (min-width:768px) {
    .lp-profile__company-year {
        font-size: 1.25rem;
        width: 15%;
    }
}

.lp-profile__company-year::before {
    position: absolute;
    content: "";
    background-color: #FCC7CA;
    width: 12px;
    height: 12px;
    top: 0.3rem;
    left: 3.9rem;
}

@media (min-width:768px) {
    .lp-profile__company-year::before {
        width: 15px;
        height: 15px;
        top: 0.5rem;
        left: 6.4rem;
    }
}

.lp-profile__company-month {
    font-family: "Inter", sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    color: #FA5C64;
    width: 15%;
    text-align: right;
    vertical-align: baseline;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
}

@media (min-width:768px) {
    .lp-profile__company-month {
        font-size: 1.25rem;
        width: 10%;
        padding-bottom: 1rem;
    }
}

.lp-profile__company-text {
    font-size: 0.75rem;
    color: #333333;
    width: 65%;
    padding-bottom: 0.5rem;
}

@media (min-width:768px) {
    .lp-profile__company-text {
        font-size: 1.125rem;
        width: 70%;
        padding-left: 1.5rem;
        padding-bottom: 1rem;
    }
}

.lp-profile__patent-container {
    margin-bottom: 2rem;
}

@media (min-width:768px) {
    .lp-profile__patent-container {
        margin-bottom: 3rem;
    }
}

.lp-profile__patent-wrapper {
    margin-top: 1rem;
}

@media (min-width:768px) {
    .lp-profile__patent-wrapper {
        margin-top: 1.5rem;
    }
}

.lp-profile__patent-title {
    position: relative;
    font-size: 1rem;
    font-weight: 500;
    color: #FA5C64;
    margin-bottom: 0.3rem;
    padding-left: 2.3rem;
}

@media (min-width:768px) {
    .lp-profile__patent-title {
        font-size: 1.25rem;
        padding-left: 3rem;
    }
}

.lp-profile__patent-title::before {
    position: absolute;
    content: "01";
    font-family: "Source Sans 3", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #FA5C64;
    top: -0.4rem;
    left: 0.4rem;
}

@media (min-width:768px) {
    .lp-profile__patent-title::before {
        font-size: 2rem;
        top: -0.6rem;
    }
}


.patent-title-02::before {
    content: "02";
}

.lp-profile__patent-detail {
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

@media (min-width:768px) {
    .lp-profile__patent-detail {
        font-size: 1.125rem;
    }
}

.lp-profile__thesis {
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

@media (min-width:768px) {
    .lp-profile__thesis {
        font-size: 1.375rem;
        padding-left: 1.5rem;
        margin-top: 1.5rem;
    }
}

.lp-profile__thesis-wrapper {
    margin-top: 0.5rem;
}

@media (min-width:768px) {
    .lp-profile__thesis-wrapper {
        margin-top: 1rem;
    }
}

.lp-profile__thesis-item {
    position: relative;
    font-size: 0.75rem;
    margin-bottom: 0.875rem;
    padding-left: 2rem;
    list-style: none;
}

@media (min-width:768px) {
    .lp-profile__thesis-item {
        font-size: 1rem;
        padding-left: 3rem;
    }
}


.lp-profile__thesis-item::before {
    position: absolute;
    content: "";
    background-color: #FCC7CA;
    width: 12px;
    height: 12px;
    top: 0.3rem;
    left: 0.7rem;
}

@media (min-width:768px) {
    .lp-profile__thesis-item::before {
        width: 15px;
        height: 15px;
        top: 0.4rem;
        left: 1.5rem;
    }
}

.lp-profile__bt-thesis {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
    width: max-content;
    cursor: pointer;
    padding: 0.4rem 0.75rem;
    margin: 1.5rem auto 0;
    border: #FA5C64 1px solid;
}

@media (min-width:768px) {
    .lp-profile__bt-thesis {
        font-size: 1.375rem;
        margin: 3rem auto 0;
        border: #FA5C64 3px solid;
    }
}

.lp-profile__bt-thesis a {
    display: block;
}

.lp-profile__bt-thesis:hover {
    background-color: #FCC7CA;
}

/* business
------------------------------------------*/

.lp-profile__business {
    padding: 2rem 1rem 3rem;
}

@media (min-width:768px) {
    .lp-profile__business {
        padding: 3rem 5% 3rem;
    }
}

.lp-profile__business .lp-profile__title::before {
    transform: translateX(-5500%);
}

@media (min-width:768px) {
    .lp-profile__business .lp-profile__title::before {
        transform: translateX(-5900%);
    }
}

.lp-profile__business-container {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
}

@media (min-width:768px) {
    .lp-profile__business-container {
        flex-direction: row;
        justify-content: space-around;
        margin-bottom: 5rem;
    }
}

.lp-profile__business-wrapper {
    border: #FCC7CA 5px solid;
    padding: 3rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lp-profile__business-wrapper:hover {
    background-color: rgb(252, 199, 202, 50%);
}

@media (min-width:768px) {
    .lp-profile__business-wrapper {
        padding: 5rem 1.5rem;
        width: 44%;
    }
}

.lp-profile__business-title {
    font-size: 1rem;
    font-weight: 500;
    text-align: center;
}

@media (min-width:768px) {
    .lp-profile__business-title {
        font-size: 1.75rem;
    }
}

.lp-profile__business-picture {
    width: 200px;
    margin: 1.5rem auto;
}

@media (min-width:768px) {
    .lp-profile__business-picture {
        width: 100%;
        max-width: 270px;
    }
}

.lp-profile__business-picture img {
    border-radius: 50%;
}

.lp-profile__business-detail {
    padding-left: 1rem;
}

.lp-profile__business-item {
    font-size: 0.875rem;
}

@media (min-width:768px) {
    .lp-profile__business-item {
        font-size: 1.25rem;
    }
}

/* footer
------------------------------------------*/
.lp-profile__footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 300px;
    background-image: url("../images/lp-profile__footer_sp.webp");
    background-size: cover;
}

@media (min-width:768px) {
    .lp-profile__footer {
        background-image: url("../images/lp-profile__footer_pc.webp");
    }
}

.lp-profile__footer p {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #ffffff;
}

@media (min-width:768px) {
    .lp-profile__footer p {
        font-size: 1.375rem;
        padding: 3rem 3rem 0;
    }
}