@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&family=Marcellus&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Onest:wght@100..900&family=Shippori+Mincho&family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&family=Marcellus&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Onest:wght@100..900&family=Shippori+Mincho&family=Zen+Old+Mincho&display=swap");
@font-face {
    font-family: "noto-sans-cjk";
    src: url(../fonts/NotoSansCJKjp-VF.otf);
}

@font-face {
    font-family: "hiragino-kaku-proN-w3";
    src: url(../fonts/Hiragino\ Kaku\ Gothic\ ProN\ W3_0.otf);
}

@font-face {
    font-family: "hiragino-kaku-proN-w6";
    src: url(../fonts/Hiragino\ Kaku\ Gothic\ ProN\ W6_0.otf);
}


/**
* @file _reset.scss
**/

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    border: 0;
}

a {
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
}

*::-moz-selection {
    background: #826F34;
    color: white;
}

*::selection {
    background: #826F34;
    color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    margin-bottom: 0;
}

ol,
ul {
    list-style: none;
}

*:focus {
    outline: none;
}

blockquote,
q {
    quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

button {
    cursor: pointer;
    border: 0;
    outline: none;
}

table td,
table th {
    padding: 0;
    border: 0;
}

img {
    max-width: 100%;
    line-height: 0;
    vertical-align: bottom;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

input:focus {
    outline: 0;
}

td,
th,
tr {
    vertical-align: middle;
}

*,
dd,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
picture,
table,
ul {
    margin: 0;
}

ol,
ul {
    padding: 0;
    list-style-type: none;
}

textarea {
    resize: vertical;
}

fieldset,
legend {
    padding: 0;
}

figure {
    display: flex;
    align-items: center;
    justify-content: center;
}


/**
* @file _common.scss
**/

.is-pc {
    display: block;
}

@media screen and (max-width: 767px) {
    .is-pc {
        display: none !important;
    }
}

.is-sp {
    display: none !important;
}

@media screen and (max-width: 767px) {
    .is-sp {
        display: block !important;
    }
}

.l-common {
    max-width: 393px;
    margin: 0 auto;
}

@font-face {
    font-family: "noto-sans-cjk";
    src: url(../fonts/NotoSansCJKjp-VF.otf);
}

@font-face {
    font-family: "hiragino-kaku-proN-w3";
    src: url(../fonts/Hiragino\ Kaku\ Gothic\ ProN\ W3_0.otf);
}

@font-face {
    font-family: "hiragino-kaku-proN-w6";
    src: url(../fonts/Hiragino\ Kaku\ Gothic\ ProN\ W6_0.otf);
}

.c-header {
    position: relative;
    height: 80px;
    background-color: white;
}

@media screen and (max-width: 767px) {
    .c-header {
        position: sticky;
        top: 0;
        left: 0;
        width: 100%;
        background: white;
        z-index: 999;
    }
}

.c-header__inner {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    background: white;
}

@media screen and (max-width: 767px) {
    .c-header__inner {
        padding: 0 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100%;
    }
}

.c-header__logo {
    display: flex;
    align-items: center;
    height: 100%;
}

.c-header__contact {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

@media screen and (max-width: 767px) {
    .c-header__contact {
        position: relative;
    }
    .c-header__contact.is-sp {
        display: flex !important;
        align-items: center;
    }
}

.c-header__contact .__inner {
    background: #987B4A;
    padding: 27px 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.c-header__contact .__inner p {
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: white;
}

.c-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 36px;
    padding-bottom: 36px;
}

.c-contact__ttl {
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #1F2D50;
}

.c-contact__btn {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 455px;
    height: 70px;
    background: linear-gradient(269.71deg, #FF5E00 0.26%, #FF8800 50%, #FF5E00 99.75%);
    border: solid 2px white;
    box-shadow: 4px 4px 8px 0px #A8B6C5;
    gap: 4px;
    border-radius: 35px;
}

@media screen and (max-width: 767px) {
    .c-contact__btn {
        width: 335px;
    }
}

.c-contact__btn span {
    width: 36px;
    height: 36px;
    background: white;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #FF5E00;
}

.c-contact__btn p {
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: white;
    box-shadow: 0px 0px 8px 0px rgba(255, 94, 0, 0.5019607843);
}

.c-contact__caution {
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.c-contact__caution span {
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 125%;
    letter-spacing: 0%;
    color: #FF5E00;
}

.c-footer {
    background: #1F2E55;
    padding: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 9px;
}

.c-footer__link {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    color: white;
}

.c-footer__copy {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: white;
}

.c-dl {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 800px;
    z-index: -99;
    transition: opacity 0.35s ease;
    opacity: 0;
    height: 100%;
    /* Firefox */
}

@media screen and (max-width: 767px) {
    .c-dl {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 53px 20px;
        height: 100%;
    }
}

.c-dl.active {
    opacity: 1;
    z-index: 999;
    transition: opacity 0.35s ease;
}

.c-dl__inner {
    position: relative;
    width: 100%;
    background: white;
    padding: 50px 100px;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    height: calc(100vh - 106px);
    overflow-y: auto;
    margin-top: 53px;
}

@media screen and (max-width: 767px) {
    .c-dl__inner {
        padding: 54px 20px;
        margin-top: 0;
    }
}

.c-dl__inner::-webkit-scrollbar {
    display: none;
}

.c-dl .__items {
    display: flex;
    flex-direction: column;
}

.c-dl__close {
    position: fixed;
    right: 20px;
    top: 74px;
    cursor: pointer;
    z-index: 90;
}

@media screen and (max-width: 767px) {
    .c-dl__close {
        top: 37px;
        right: 8px;
    }
}

.c-dl .__ttl {
    background: #1F2D50;
    padding: 9px;
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 200%;
    letter-spacing: 0%;
    color: white;
    text-align: center;
}

.c-dl .__item {
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: solid 1px #1F2D50;
}

.c-dl .__item--ttl {
    font-family: "Noto Sans JP", serif;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 200%;
    letter-spacing: 0%;
    color: #1F2D50;
}

.c-dl .__item--des {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #1F2D50;
}

.c-dl .__item--date {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 200%;
    letter-spacing: 0%;
    color: #1F2D50;
}

.c-dl .__item--name {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #1F2D50;
}

.c-dl .__intro {
    width: 100%;
    max-width: 295px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

.c-dl .__intro__subttl {
    background: #DBE4ED;
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 200%;
    letter-spacing: 0%;
    text-align: center;
    width: 100%;
}

.c-dl .__intro__ttl {
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
}

.c-dl .__cnt {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 200%;
    letter-spacing: 0%;
    padding-top: 54px;
    padding-bottom: 54px;
}

.c-dl__bg {
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
}

.c-dl__bg.active {
    display: block;
    pointer-events: none;
}

.p-fv {
    width: 100%;
    height: 520px;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .p-fv {
        height: 370px;
    }
}

.p-fv__inner {
    width: 100%;
    height: 489px;
    background: url(../images/fv.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

@media screen and (max-width: 767px) {
    .p-fv__inner {
        height: 370px;
    }
}

.p-fv__inner .__img {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    position: relative;
    z-index: 10;
}

.p-fv__avatar {
    position: absolute;
    bottom: 0;
    right: calc((100% - 800px) / 2);
}

@media screen and (max-width: 767px) {
    .p-fv__avatar {
        right: -80px;
        bottom: -10px;
        z-index: 9;
    }
    .p-fv__avatar img {
        height: 360px;
    }
}

.p-rapid {
    padding-top: 24px;
    width: 100%;
    max-width: 662px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .p-rapid {
        padding-top: 0;
    }
}

.p-rapid__items {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

@media screen and (max-width: 767px) {
    .p-rapid__items {
        display: none;
    }
}

.p-rapid__extra {
    display: none;
}

@media screen and (max-width: 767px) {
    .p-rapid__extra {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 28px;
        padding-top: 20px;
        background: url(../images/extra_bg.jpg) no-repeat;
        background-position: center center;
        background-size: cover;
    }
}

.p-cancer {
    position: relative;
    z-index: 10;
}

.p-cancer::after {
    content: "";
    background-color: rgba(41, 129, 196, 0.6980392157);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    width: 150px;
    height: 30px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 100%);
}

@media screen and (max-width: 767px) {
    .p-cancer::after {
        width: 100%;
        height: 50px;
    }
}

.p-cancer__inner {
    background: rgba(41, 129, 196, 0.6980392157);
    padding-top: 54px;
    padding-bottom: 36px;
}

@media screen and (max-width: 767px) {
    .p-cancer__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.p-cancer__subttl {
    margin-top: 9px;
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: white;
}

.p-cancer__subttl span {
    color: #FCFF3D;
}

.p-cancer__items {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    justify-content: center;
    width: 100%;
    max-width: 618px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .p-cancer__items {
        grid-template-columns: repeat(1, 1fr);
    }
}

.p-cancer__item {
    width: 300px;
    height: 168px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 16px;
    background: white;
    box-shadow: 4px 4px 8px 0px rgba(15, 58, 91, 0.1490196078);
    border-radius: 12px;
}

@media screen and (max-width: 767px) {
    .p-cancer__item {
        width: 100%;
        flex-direction: row;
        justify-content: flex-start;
        height: 106px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.p-cancer__item p {
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    color: #1F2D50;
}

.p-cancer__item p span {
    position: relative;
    z-index: 1;
}

.p-cancer__item p span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 9px;
    background: #FCFF3D;
    z-index: -1;
}

.p-limit {
    padding-top: 57px;
}

@media screen and (max-width: 767px) {
    .p-limit {
        padding-top: 77px;
    }
}

@media screen and (max-width: 767px) {
    .p-limit__ttl {
        flex-direction: column;
        gap: 27px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.p-limit__01 {
    margin-top: 27px;
}

@media screen and (max-width: 767px) {
    .p-limit__01 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.p-limit__02 {
    margin-top: 27px;
}

@media screen and (max-width: 767px) {
    .p-limit__02 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.p-limit__treat {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 27px;
    gap: 27px;
}

.p-limit__treat p {
    font-family: "hiragino-kaku-proN-w3";
    font-weight: 400;
    font-style: W4;
    font-size: 18px;
    line-height: 200%;
    letter-spacing: 0%;
    width: 50%;
}

.p-limit__treat p span {
    color: #2A81C4;
    font-family: "hiragino-kaku-proN-w6";
}

.p-limit__subttl {
    margin-top: 27px;
}

@media screen and (max-width: 767px) {
    .p-limit__subttl {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.p-limit__you {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background: white;
    box-shadow: 0px 0px 9px 0px rgba(31, 45, 80, 0.1019607843);
    margin-top: 27px;
}

@media screen and (max-width: 767px) {
    .p-limit__you {
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px);
    }
}

.p-limit__you .__ttl {
    background-color: #2A81C4;
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 23.4px;
    line-height: 180%;
    letter-spacing: 0%;
    color: white;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 9px;
}

@media screen and (max-width: 767px) {
    .p-limit__you .__ttl {
        font-size: 18px;
    }
}

.p-limit__you .__items {
    padding-top: 18px;
    padding-bottom: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}

@media screen and (max-width: 767px) {
    .p-limit__you .__items {
        flex-direction: column;
        align-items: flex-start;
        padding: 18px 20px 27px 20px;
    }
}

.p-limit__you .__item {
    display: flex;
    align-items: center;
    gap: 9px;
}

.p-limit__you .__item p {
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 23.4px;
    line-height: 130%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #2A81C4;
}

.p-limit__happy {
    margin-top: 27px;
}

.p-limit__happy .__subttl {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #1F2D50;
}

.p-limit__happy .__ttl {
    font-family: "Noto Serif JP", serif;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    margin-top: 9px;
    color: #1F2D50;
}

@media screen and (max-width: 767px) {
    .p-limit__happy figure {
        margin-top: 6px;
    }
}

.p-feature {
    background: linear-gradient(90deg, rgba(41, 129, 196, 0.1) 0%, rgba(65, 190, 185, 0.1) 100%);
    padding-top: 54px;
}

@media screen and (max-width: 767px) {
    .p-feature {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.p-feature__inner {
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.p-feature__ttl {
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #1F2D50;
}

@media screen and (max-width: 767px) {
    .p-feature__ttl {
        font-size: 18px;
    }
}

.p-feature__ttl span {
    font-size: 54px;
    line-height: 130%;
}

@media screen and (max-width: 767px) {
    .p-feature__ttl span {
        font-size: 36px;
    }
}

.p-feature__items {
    margin-top: 10px;
}

@media screen and (max-width: 767px) {
    .p-feature__items {
        margin-top: -16px;
    }
}

.p-feature__item {
    padding-top: 36px;
    padding-bottom: 36px;
}

.p-feature__item__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .p-feature__item__wrap {
        flex-direction: column;
    }
}

.p-feature__item__wrap.--reverse {
    flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
    .p-feature__item__wrap.--reverse {
        flex-direction: column;
    }
}

.p-feature__item__wrap .__inner {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .p-feature__item__wrap .__inner {
        width: 100%;
    }
}

.p-feature__item__wrap figure {
    width: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 382px;
    height: 382px;
    position: relative;
}

@media screen and (max-width: 767px) {
    .p-feature__item__wrap figure {
        width: 100%;
        height: 209px;
        border-radius: 105px;
    }
    .p-feature__item__wrap figure::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(360deg, #F7F9FB 0%, rgba(247, 249, 251, 0.1) 50%, #F7F9FB 100%);
        z-index: 2;
    }
}

.p-feature__item__wrap figure img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.p-feature__item__wrap .__subttl {
    width: 98px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: white;
    background: linear-gradient(90deg, #2981C4 0%, #41BEB9 100%);
    border-radius: 18px;
}

@media screen and (max-width: 767px) {
    .p-feature__item__wrap .__subttl {
        margin-left: auto;
        margin-right: auto;
    }
}

.p-feature__item__wrap .__ttl {
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    line-height: 150%;
    letter-spacing: 0%;
    background: -webkit-linear-gradient(0deg, #2981C4, #41BEB9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 767px) {
    .p-feature__item__wrap .__ttl {
        text-align: center;
        font-size: 27px;
    }
}

.p-feature__item__wrap .__des {
    margin-top: 22px;
    font-family: "hiragino-kaku-proN-w3";
    font-weight: 400;
    font-style: W4;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0%;
    color: #1F2D50;
}

.p-feature__item__wrap .__des span {
    font-family: "hiragino-kaku-proN-w6";
}

.p-feature__item .__des small {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 285%;
    letter-spacing: 0%;
}

.p-feature__item__wrap .__des small {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 285%;
    letter-spacing: 0%;
}

.p-feature__item .__flex {
    margin-top: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .p-feature__item .__flex {
        flex-direction: column;
        gap: 9px;
    }
}

.p-feature__item .__flex figure {
    width: 50%;
}

@media screen and (max-width: 767px) {
    .p-feature__item .__flex figure {
        width: 100%;
    }
}

.p-feature__item .__flex__inner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 18px;
    width: 50%;
}

@media screen and (max-width: 767px) {
    .p-feature__item .__flex__inner {
        width: 100%;
    }
}

.p-feature__item .__flex__inner .__des {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 180%;
    letter-spacing: 0%;
    color: #1F2D50;
}

.p-feature__item .__flex__inner .__subdes {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 180%;
    letter-spacing: 0%;
    color: #1F2D50;
}

.p-feature__item .__flex__inner .__des span {
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .p-feature__last {
        width: calc(100% + 40px);
        margin-left: -20px;
    }
}

.p-data {
    background: #DBE4ED;
    padding-top: 54px;
    padding-bottom: 54px;
}

@media screen and (max-width: 767px) {
    .p-data {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.p-data__subttl {
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    position: relative;
    background: -webkit-linear-gradient(0deg, #2981C4, #41BEB9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.p-data__subttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(315deg, #2981C4 0%, #41BEB9 100%);
    width: 63px;
    height: 1px;
}

.p-data__ttl {
    margin-top: 9px;
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #1F2D50;
}

@media screen and (max-width: 767px) {
    .p-data__ttl {
        font-size: 27px;
    }
}

.p-data__items {
    display: flex;
    justify-content: center;
    gap: 28px;
    margin-top: 18px;
}

@media screen and (max-width: 767px) {
    .p-data__items {
        flex-direction: column;
    }
}

.p-data__item {
    width: 335px;
    background: white;
    border-radius: 8px;
    border: solid 2px #2A81C4;
}

@media screen and (max-width: 767px) {
    .p-data__item {
        width: 100%;
    }
}

.p-data__item .__inner {
    padding-top: 9px;
    padding-bottom: 18px;
    padding-left: 10px;
    padding-right: 10px;
}

.p-data__item .__ttl {
    background: #2A81C4;
    border-radius: 5px 5px 0 0;
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-data__item .__ttl span {
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 27px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: white;
}

.p-data__item .__subttl {
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #1F2D50;
    width: -moz-max-content;
    width: max-content;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10;
}

.p-data__item .__subttl::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    background: #FCFF3D;
    height: 12px;
    width: 120%;
    z-index: -1;
}

.p-data__item .__subttl span {
    font-size: 24px;
    line-height: 200%;
}

.p-data__item .__subttl small {
    font-size: 24px;
}

.p-data__item .__des {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #1F2D50;
}

.p-data__item .__quote {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #1F2D50;
}

.p-data__item .__btn {
    background: #DBE4ED;
    width: 247px;
    height: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #1F2D50;
    margin-left: auto;
    margin-right: auto;
    border-radius: 22px;
    margin-top: 9px;
}

.p-list {
    position: relative;
    padding-top: 54px;
    padding-bottom: 54px;
}

.p-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/list_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.2;
}

.p-list .__subttl {
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #1F2D50;
    position: relative;
    z-index: 10;
}

.p-list .__subttl::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 53px;
    height: 1px;
    background: #1F2D50;
}

.p-list .__ttl {
    margin-top: 9px;
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    position: relative;
    z-index: 10;
    color: #1F2D50;
}

.p-list .__table {
    position: relative;
    z-index: 10;
    margin-top: 9px;
}

.p-pro {
    background: #DBE4ED;
    padding-top: 54px;
    padding-bottom: 54px;
}

@media screen and (max-width: 767px) {
    .p-pro {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.p-pro__subttl {
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    position: relative;
    background: -webkit-linear-gradient(0deg, #2981C4, #41BEB9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.p-pro__subttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(315deg, #2981C4 0%, #41BEB9 100%);
    width: 163px;
    height: 1px;
}

.p-pro__ttl {
    margin-top: 9px;
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #1F2D50;
}

.p-pro__items {
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

@media screen and (max-width: 767px) {
    .p-pro__items {
        flex-direction: column;
    }
}

.p-pro__item {
    width: 195px;
}

@media screen and (max-width: 767px) {
    .p-pro__item {
        width: 300px;
        display: flex;
        align-items: center;
        gap: 8px;
    }
}

.p-pro__item figure {
    overflow: hidden;
    border-radius: 8px;
}

@media screen and (max-width: 767px) {
    .p-pro__item figure {
        width: 100px;
        height: 100px;
    }
}

.p-pro__item .__ttl {
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 27px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    margin-top: 8px;
    text-align: center;
    color: #1F2D50;
}

@media screen and (max-width: 767px) {
    .p-pro__item .__ttl {
        text-align: left;
    }
}

.p-pro__item .__subttl {
    margin-top: 4px;
    padding: 4px 10px;
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #1F2D50;
    background: white;
}

@media screen and (max-width: 767px) {
    .p-pro__item .__subttl {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.p-pro__item .__btn {
    margin-top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: none;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .p-pro__item .__btn {
        margin-left: unset;
        padding-top: 4px;
        padding-bottom: 4px;
    }
}

.p-pro__item .__btn span {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #1F2D50;
}

.p-unsure {
    padding-top: 54px;
    padding-bottom: 27px;
    background: url(../images/unsure_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
}

@media screen and (max-width: 767px) {
    .p-unsure {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.p-unsure .__ttl {
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #1F2D50;
}

.p-unsure .__item {
    margin-top: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .p-unsure .__item {
        flex-direction: column;
    }
}

.p-unsure .__item figure {
    overflow: hidden;
    width: 382px;
    height: 382px;
    border-radius: 50%;
}

@media screen and (max-width: 767px) {
    .p-unsure .__item figure {
        width: 100%;
        height: 207px;
        border-radius: 104px;
    }
}

.p-unsure .__item figure img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.p-unsure .__item p {
    width: 50%;
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 200%;
    letter-spacing: 0%;
    color: #1F2D50;
}

.p-unsure .__item p span {
    font-family: "noto-sans-cjk";
    font-weight: 700;
}

@media screen and (max-width: 767px) {
    .p-unsure .__item p {
        width: 100%;
    }
}

.p-flow {
    position: relative;
    padding-top: 54px;
    padding-bottom: 54px;
}

@media screen and (max-width: 767px) {
    .p-flow {
        padding: 60px 20px;
    }
}

.p-flow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/flow_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 0.3;
}

.p-flow .__subttl {
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #1F2D50;
    position: relative;
    z-index: 10;
}

.p-flow .__subttl::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 53px;
    height: 1px;
    background: #1F2D50;
}

.p-flow .__ttl {
    margin-top: 9px;
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    position: relative;
    z-index: 10;
    color: #1F2D50;
}

.p-flow__items {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 32px;
}

@media screen and (max-width: 767px) {
    .p-flow__items {
        margin-top: 54px;
        gap: 45px;
        flex-direction: column;
    }
}

.p-flow__item {
    position: relative;
    background: white;
    padding: 36px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 245px;
    box-shadow: 0px 0px 9px 0px rgba(31, 45, 80, 0.0509803922);
}

@media screen and (max-width: 767px) {
    .p-flow__item {
        width: 100%;
    }
}

.p-flow__item .--subttl {
    width: 70px;
    height: 70px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 27px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #1F2D50;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.p-flow__item .--ttl {
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 27px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: #1F2D50;
}

.p-flow__item .--des {
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
}

.p-faq {
    background: #DBE4ED;
    padding: 60px 20px;
}

.p-faq__subttl {
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #1F2D50;
    position: relative;
    z-index: 10;
}

.p-faq__subttl::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 53px;
    height: 1px;
    background: #1F2D50;
}

.p-faq__ttl {
    margin-top: 9px;
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    position: relative;
    z-index: 10;
    color: #1F2D50;
}

.p-faq__items {
    margin-top: 27px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.p-faq__item .accordion {
    /* アコーディオンの中身は、基本は非表示に */
    width: 100%;
    /* checkboxの表示はいらないため、非表示に */
}

.p-faq__item .accordion .accordion-body {
    visibility: hidden;
}

.p-faq__item .accordion input {
    display: none;
}

.p-faq__item .accordion input:checked {
    /* チェックされた際に、inputより後方にある.accordion-bodyを表示する */
}

.p-faq__item .accordion input:checked~.accordion-body {
    visibility: visible;
}

.p-faq__item .accordion label {
    padding: 20px;
    display: block;
    position: relative;
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 130%;
    letter-spacing: 0%;
    background: #1F2D50;
    color: white;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (max-width: 767px) {
    .p-faq__item .accordion label {
        position: relative;
        padding-right: 40px;
    }
}

.p-faq__item .accordion label span {
    font-family: "hiragino-kaku-proN-w6";
    font-weight: 800;
    font-size: 27px;
    padding-right: 12px;
}

.p-faq__item .accordion label::after {
    content: url(../images/arrow_top.svg);
    transform: rotate(180deg);
    margin-left: 12px;
    transition: all 0.35s ease;
}

@media screen and (max-width: 767px) {
    .p-faq__item .accordion label::after {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%) rotate(180deg);
    }
}

.p-faq__item .accordion .accordion-body {
    height: 0;
    border-top: none;
    transition: all 0.4s;
    overflow: hidden;
    background: white;
}

.p-faq__item .accordion .accordion-body p {
    padding: 18px;
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 200%;
    letter-spacing: 0%;
    color: #1F2D50;
}

.p-faq__item .accordion input:checked~.accordion-body {
    height: auto;
    opacity: 1;
    transition: all 0.4s;
}

.p-faq__item .accordion input:checked~label::after {
    transform: rotate(0deg);
    transition: all 0.35s ease;
}

@media screen and (max-width: 767px) {
    .p-faq__item .accordion input:checked~label::after {
        transform: translateY(-50%) rotate(0deg);
    }
}

.p-contact {
    background: #F7F9FB;
    padding: 60px 10px;
}

.p-contact__subttl {
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #1F2D50;
    position: relative;
    z-index: 10;
}

.p-contact__subttl::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 107px;
    height: 1px;
    background: #1F2D50;
}

.p-contact__ttl {
    margin-top: 9px;
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    position: relative;
    z-index: 10;
    color: #1F2D50;
}

.p-clinic {
    padding: 60px 20px;
    background: url(../images/clinic_bg.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.p-clinic__subttl {
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: #1F2D50;
    position: relative;
    z-index: 10;
}

.p-clinic__subttl::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 76px;
    height: 1px;
    background: #1F2D50;
}

.p-clinic__ttl {
    margin-top: 9px;
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    position: relative;
    z-index: 10;
    color: #1F2D50;
}

.p-clinic__des {
    margin-top: 9px;
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 200%;
    letter-spacing: 0%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .p-clinic__des {
        text-align: left;
    }
}

.p-clinic__items {
    margin-top: 27px;
    display: flex;
    justify-content: center;
    gap: 47px;
}

@media screen and (max-width: 767px) {
    .p-clinic__items {
        gap: 36px;
        flex-direction: column;
    }
}

.p-clinic__item {
    width: 335px;
}

@media screen and (max-width: 767px) {
    .p-clinic__item {
        width: 100%;
    }
}

.p-clinic__item .__ttl {
    background: #1F2D50;
    padding: 18px 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "noto-sans-cjk";
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-align: center;
    color: white;
}

.p-clinic__item .__des {
    margin-top: 9px;
    font-family: "Noto Sans JP", serif;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 180%;
    letter-spacing: 0%;
}


/*# sourceMappingURL=style.css.map */