@charset "UTF-8";
html {
}

body {
    font-family: "source-han-sans-vf", sans-serif;
    font-variation-settings: "wght" 600;
    font-size: 1.4rem;
    color: #4c4948;
    line-height: 1.8em;
    letter-spacing: 0.12em;
    min-width: 320px;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    background-color: #fff5e0;
    background-image: url(../images/back-pattern.webp);
    background-repeat: repeat-y;
    background-size: contain;
}

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

p.notes {
    font-size: 1.2rem;
    line-height: 1.4em;
}

.maru {
    font-family: "zen-maru-gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3em;
    letter-spacing: 0.02em;
}

.fv-container {
    padding: 40px calc((100% - 1080px) / 2) 0;
    background-image: url(../images/fv-back_pc.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 20%;
}

.fv-letter {
    width: 50%;
    transform: translateY(40px);
}

.intro-container {
    display: flex;
    gap: 40px;
    padding: 80px calc((100% - 1080px) / 2);
}

.intro-float_inner {
    position: sticky;
    top: 40px;
}

.intro-float {
    width: calc(100% - 620px);
}

.intro-float_inner strong {
    position: relative;
    display: inline-block;
    margin-bottom: 0.2em;
    padding: 0.5em 0.5em 0.5em 0;
    font-size: 2rem;
    color: #fff;
    background-color: #5dc1cf;
}

.intro-float_inner strong::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: calc(50vw - 500px);
    height: 100%;
    background-color: #5dc1cf;
}

.intro-float_inner p + p {
    font-size: 1.2rem;
    line-height: 1.8em;
    margin-top: 12px;
}

.intro-main {
    width: 620px;
}

.intro-content {
    padding: 0 40px;
    background-image: url(../images/intro-content_back.webp);
    background-size: 100%;
    background-repeat: repeat-y;
}

.intro-main_inner {
    padding: 24px 0;
}

.intro-main_inner > h2 {
    width: 80%;
    margin: 0 auto 20px;
}

.intro-main_inner + .intro-main_inner {
    border-top: 2px dotted #37a0da;
}

.intro-main_inner h3 {
    font-size: 3rem;
    color: #37a0da;
    text-align: center;
    margin-bottom: 12px;
}

.intro-main_inner h3 small {
    font-size: 60%;
}

.intro-main_inner > .notes {
    margin-top: 12px;
    text-align: right;
}

.intro-risk_graph {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}

.intro-risk_graph .swiper {
    position: relative;
    width: 88%;
}

.intro-graph_left {
    width: 12%;
    padding: 0 4px 16px 0;
}

.intro-risk_graph .swiper-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin: 12px 0 24px;
}

.swiper-nav .swiper-button-prev,
.swiper-nav .swiper-button-next,
.swiper-nav .swiper-pagination {
    position: inherit;
    height: auto;
    margin-top: unset;
}

.swiper-nav .swiper-button-prev,
.swiper-nav .swiper-button-next {
    width: 28px;
}

.swiper-nav .swiper-pagination {
    width: auto !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: none !important;
}

.swiper-nav .swiper-button-prev img {
    transform: scale(-1, 1);
}

.swiper-nav .swiper-pagination-bullet:nth-of-type(1) {
    background: #89c681;
}

.swiper-nav .swiper-pagination-bullet:nth-of-type(2) {
    background: #18b7cd;
}

.swiper-nav .swiper-pagination-bullet:nth-of-type(3) {
    background: #f19963;
}

.swiper-nav .swiper-pagination-bullet:nth-of-type(4) {
    background: #ea6d8d;
}

.swiper-nav .swiper-pagination-bullet:nth-of-type(5) {
    background: #8d80bb;
}

/* ヒントUI */
.swiper-hint {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 1rem;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 6px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.35s ease;
    word-break: keep-all;
    z-index: 1;
}

/* 表示状態 */
.swiper-hint.show {
    opacity: 1;
    transform: translateX(-50%) translateY(calc(-50% - 10px));
}

/* 矢印アニメーション */
.swiper-hint .arrow {
    font-size: 16px;
    animation: slideArrow 1.2s infinite alternate;
}

@keyframes slideArrow {
    from {
        transform: translateX(-3px);
    }
    to {
        transform: translateX(3px);
    }
}

.intro-risk_txt {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    align-items: center;
    gap: 12px;
}

.intro-risk_txt h4 {
    font-size: 1.8rem;
    text-align: center;
    color: #37a0da;
    padding: 12px;
    background-color: #fff697;
    border: 3px solid #37a0da;
    border-radius: 20px;
}

.intro-rank_table {
    width: 60%;
    margin-inline: auto;
}

.intro-comment {
    display: grid;
    grid-template-columns: 0.3fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.per {
    background-color: #fff;
}

.per-container {
    position: relative;
    padding: 40px calc((100% - 1000px) / 2) 0;
}

.per-container h2 {
    position: absolute;
    top: 80px;
    left: calc((100% - 1000px) / 2);
    width: 25%;
    max-width: 370px;
}

.per-container p {
    position: absolute;
    top: 80px;
    right: calc((100% - 1000px) / 2);
    width: auto;
}

.guide {
    padding: 80px calc((100% - 1000px) / 2);
}

.guide-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 60px;
    background-color: #fff;
    overflow: hidden;
}

.guide-container + .guide-container {
    margin-top: 60px;
}

.guide-container h2 {
    display: inline-block;
    font-size: 3rem;
    color: #fff;
    text-align: center;
    margin-inline: auto;
    padding: 0.2em 0.6em;
    border-radius: 0.4em;
    background-color: #5dc1cf;
}

.guide-container > p {
    text-align: center;
    margin: 12px 0 24px;
}

.guide-inner {
    padding: 0 32px 60px;
}

.guide-fee_point {
    display: grid;
    grid-template-columns: 1fr 0.7fr;
    gap: 12px;
    align-items: end;
}

.guide-ctg {
    border-radius: 24px;
    overflow: hidden;
}

.guide-ctg_inner {
    padding: 32px;
    border: 3px solid #37a0da;
}

.guide-ctg_img {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.guide-ctg_img li:nth-of-type(1) {
    padding-right: 10px;
}

.guide-ctg_img li:nth-of-type(2) {
    padding: 0 10px;
    border-left: 1px dashed #37a0da;
    border-right: 1px dashed #37a0da;
}

.guide-ctg_img li:nth-of-type(3) {
    padding-left: 10px;
}

.guide-ctg p {
    text-align: center;
}

.guide-ctg_inner > .notes {
    width: 32%;
    margin-inline: auto;
    margin-bottom: 20px;
}

.guide-point {
    position: relative;
    padding: 32px;
    background-color: #fffce4;
    border: 3px solid #37a0da;
    border-right: unset;
}

.guide-point::before {
    content: "";
    position: absolute;
    top: -3px;
    right: -60px;
    width: 60px;
    height: 100%;
    background-color: #fffce4;
    border-top: 3px solid #37a0da;
    border-bottom: 3px solid #37a0da;
}

.guide-point h3 {
    font-size: 3rem;
    color: #37a0da;
}

.guide-point p a {
    color: #37a0da;
    text-decoration: underline;
}

.guide-puide_illust {
    position: absolute;
}

.guide-puide_illust.--01 {
    top: -24px;
    left: -24px;
    width: 80px;
}

.guide-puide_illust.--02 {
    top: -40px;
    right: 0;
    width: 200px;
}

.guide-point_inner {
    padding: 0 32px 20px;
}

.int {
    background-color: #f6ffff;
}

.int-container {
    display: flex;
    justify-content: space-between;
    padding: 0 calc((100% - 1000px) / 2);
    border-top: 25px solid #5dc1cf;
}

.int-ttl {
    width: calc(100% - 700px);
    padding-bottom: 60px;
}

.int-ttl_wrap {
    position: sticky;
    top: 0;
    transform: skewX(-30deg);
    padding: 32px 0 32px;
    color: #fff;
    background-color: #5dc1cf;
    border-radius: 0 0 40px 0;
}

.int-ttl_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: calc(50vw - 400px);
    height: 100%;
    background-color: #5dc1cf;
}

.int-ttl_inner {
    transform: skewX(30deg);
}

.int-ttl_inner h2 {
    width: 200px;
    margin-bottom: 12px;
}

.int-main {
    padding: 60px 0 60px 40px;
    width: 630px;
}

.int-main > h3 {
    position: relative;
    font-size: 2.6rem;
    color: #37a0da;
    text-align: center;
    padding: 0.4em 0.8em;
}

.int-ttl_kakko {
    position: absolute;
    width: 40px;
}

.int-ttl_kakko.--01 {
    top: 0;
    left: 0;
}

.int-ttl_kakko.--02 {
    right: 0;
    bottom: 0;
    transform: rotate(180deg);
}

.int-main h4 {
    position: relative;
    padding-left: 12px;
    font-size: 1.8rem;
    color: #37a0da;
    border-left: 2px solid #37a0da;
}

.int-main h4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 4px;
    width: 2px;
    height: 100%;
    background-color: #37a0da;
}

.int-main p {
    margin: 0.8em 0 1.2em;
    font-size: 1.2rem;
    line-height: 1.8em;
}

.int-prof {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    align-items: center;
    gap: 12px;
    margin: 32px 0 20px;
}

.int-prof_biography {
    margin-bottom: 20px;
}

.int-prof_detail {
    display: grid;
    grid-template-columns: 1fr 0.7fr;
    align-items: center;
    gap: 12px;
}

.key {
    background: linear-gradient(to right, #ffeff1 calc(50% - 160px), #fff calc(50% - 160px));
}

.key-container {
    display: flex;
    justify-content: space-between;
    padding: 80px calc((100% - 1000px) / 2);
}

.key-ttl {
    width: calc(100% - 640px);
}

.key-ttl h2 {
    position: sticky;
    top: 60px;
    font-size: 2.4rem;
    color: #fff;
    padding: 0.6em 0.2em 0.6em 0;
    border-radius: 0 12px 12px 0;
    background-color: #ea6d8d;
}

.key-ttl h2::before {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: calc(50vw - 400px);
    height: 100%;
    background-color: #ea6d8d;
}

.key-main {
    width: 570px;
}

.key-main h3 {
    position: relative;
    font-size: 2.4rem;
    color: #ea6d8d;
    text-align: center;
    margin: 32px 0 20px;
}

.key-main h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    border-top: 1px solid #ea6d8d;
    border-bottom: 1px solid #ea6d8d;
}

.key-main h3 span {
    position: relative;
    border-left: 2px solid #ea6d8d;
    border-right: 2px solid #ea6d8d;
    padding: 0 20px;
    background-color: #fff;
}

.key-main h4 {
    font-size: 2rem;
    color: #ea6d8d;
}

.key-main h4 span {
    width: 24px;
    display: inline-block;
}

.key-main ol li + li {
    margin-top: 12px;
}

.key-main ol li p {
    padding-left: 30px;
}

.key-care {
    margin: 20px 0;
}

.key-care img {
    margin-right: -12px;
}

.key-main .notes {
    text-align: right;
}

.project-container {
    padding: 80px calc((100% - 1000px) / 2);
}

.project-container h3 {
    font-size: 2.4rem;
    color: #18b7cd;
    text-align: center;
}

.project-wrap {
    display: grid;
    grid-template-columns: 1fr 0.6fr;
    align-items: center;
    gap: 24px;
    margin-top: 16px;
}

.project-txt h6 {
    font-size: 1.7rem;
    line-height: 1.6em;
    margin-bottom: 12px;
}

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

.info-container {
    position: relative;
    max-width: 1000px;
    margin: -20px auto 0;
    padding: 60px 100px;
    background: linear-gradient(to right, transparent 0%, #fff 10%, #fff 90%, transparent 100%);
    z-index: 1;
}

.info-link {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.info-link li a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8em;
    padding: 0.3em 1.6em;
    background: #fff;
    border-radius: 999px;
    border: 2px solid #f6bac9;
}

.info-link li a span {
    letter-spacing: 0.04em;
    font-size: clamp(1rem, 3.42vw, 2rem);
    color: #4c4948;
}

.info-link li a img {
    width: 20px;
}

.foot-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 60px 0;
}

.foot-logo {
    width: 250px;
}

.foot-container h6 {
    text-align: center;
}

.bnr {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 280px;
    transition: opacity 0.4s ease;
    z-index: 100;
}

.bnr a {
    transition: 0.4s;
}

.bnr a:hover {
    opacity: 0.7;
}

.bnr-close {
    position: absolute;
    right: -8px;
    top: -4px;
    width: 24px;
    height: 24px;
    border: none;
    background: #d6d6d6;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    color: #9c9c9c;
    border-radius: 20px;
}
