@font-face {
    font-family: "Sansation";
    src: url(/font/Sansation_Regular.ttf) format('truetype');
    font-display: swap;
}

@font-face {
    font-family: "Noto Sans jp";
    src: url(/font/NotoSansJP-Regular.ttf) format('truetype');
    font-display: swap;
}

body {
    font-family: "Sansation", "Noto Sans Jp", sans-serif ;
    letter-spacing: 0.1em;
    background-color: #fdfdfd;
}

img {
    width: 100%;
}

/* ヘッダー */
.header {
    width: 100%;
    text-align: center;
    padding: 12px;
}

.header-logo {
    width: 200px;
    margin: 0 auto;
}

.header-nav {
    margin-top: 10px;
}

.header-nav-list {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* ファーストビュー */
.fv-picture img {
    width: 100%;
}

/* イシュー */
.issue {
    padding: 40px 0;
}

.issue-title {
    text-align: center;
    margin-bottom: 20px;
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.issue-img {
    width: 100%;
    padding: 10px;
}

.issue-contents-text {
    padding: 0 40px;
}

.issue-text {
    margin-top: 20px;
    font-size: 14px;
}

/* サービス */
.service {
    padding: 40px 40px;
}

.section-heading {
    text-align: center;
    margin-bottom: 20px;
    display: block;
    font-size: 30px;
    font-weight: bold;
}

.service-contents-main {
    margin: 20px 0 20px 0;
    text-align: center;
}

.service-contents-sub {
    margin: 20px 0 5px 0;
    font-size: 16px;
    font-weight: bold;
}

.service-contents-list {
    font-size: 14px;
    margin-bottom: 15px;
}

.service-contents-item {
    margin-top: 5px;
}

/* 価格表 */
.service-price {
    padding: 40px 40px;
}

.service-price-table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    font-size: 14px;
}

.service-price-table th,
.service-price-table td {
    padding: 16px;
    font-weight: normal;
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
}

.service-price-table-item {
    text-align: right;
}

.service-price-text {
    margin-top: 10px;
    font-size: 14px;
}

/* アバウト */
.about {
    padding: 40px 40px;
}

.about-profile-img {
    width: 100%;
}

.about-profile-text {
    margin-top: 20px;
    font-size: 14px;
}

/* ターニングポイント */
.turningpoint {
    padding: 40px 0 0 0;
}

.turningpoint-main {
    text-align: center;
    margin-bottom: 20px;
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.turningpoint-timeline,
.turningpoint-timeline-date,
.turningpoint-timeline-item,
.turningpoint-timeline-text {
    font-size: 14px;
}

.turningpoint-timeline {
    list-style-type: none;
}

.turningpoint-timeline>li {
    margin-bottom: 40px;
}

.turningpoint-timeline-date {
    font-weight: bold;
    margin-bottom: 10px;
}

.turningpoint-timeline-text {
    margin-bottom: 40px;
}

/* コンタクト */
.contact {
    padding: 0 40px;
}

.contact-link {
    align-items: center;
}

.contact-img {
    display: block;
    width: 200px;
    margin: 0 auto;
    align-items: center;
}

.contact-text {
    font-size: 14px;
    margin: 40px 0 40px 0;
    text-align: center;
}

/* フッター */
.footer-copy-wrap {
    padding: 12px;
    margin-top: 46px;
}

.footer-copylight {
    display: block;
    font-size: 12px;
    text-align: center;
}

/* タブレット、PCサイズの表示 */
@media screen and (min-width: 768px) {
    .header {
        padding: 16px;
    }

    .header-wrap {
        max-width: 1080px;
        padding: 0 40px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .header-logo {
        margin: 0;
    }

    .header-nav-list {
        gap: 40px;
    }

    .header-nav-link:hover {
        opacity: 0.7;
    }

    .section-wrap {
        max-width: 1080px;
        padding: 0 0px;
        margin: 0 auto;
    }

    .section-heading {
        font-size: 40px;
    }

    .issue {
        padding: 100px 40px;
    }

    .issue-title {
        font-size: 30px;
    }

    .issue-contents {
        display: flex;
        gap: 40px;
        align-items: center;
        padding: 0 40px;
    }

    .issue-img {
        width: 400px;
    }

    .issue-text {
        font-size: 15px;
        margin-top: 0;
    }

    .issue-text + .issue-text {
        margin-top: 30px;
    }

    .service-contents {
        align-items: center;
    }

    .service-contents-main {
        font-size: 18px;
    }

    .service-contents-list-box {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .service-contents-list-box-sub {
        width: calc((100% - 30px) / 3);
        padding: 5px;
        text-align: center;
    }

    .service-contents-sub {
        font-size: 14px;
    }

    .service-price-table {
        width: 300px;
        margin: 0 auto;
    }

    .service-price-text {
        text-align: center;
        font-size: 15px;
    }

    .about-profile-img {
        width: 200px;
    }

    .about-profile {
        display: flex;
        gap: 40px;
        align-items: center;
        padding: 0 40px;
    }

    .about-profile-text {
        font-size: 15px;
        margin-top: 0;
    }

    .about-profile-text + .about-profile-text {
        margin-top: 30px;
    }

    .turningpoint-main {
        margin-top: 40px;
    }

    .turningpoint-timeline-wrap {
        display: block;
        text-align: center;
    }

    .turningpoint-timeline > li {
        overflow: hidden;
        margin: 0;
        position: relative;
    }

    .turningpoint-timeline-item {
        margin-top: 10px;
    }

    .turningpoint-timeline-date {
        width: 110px;
        float: left;
        margin-top: 20px;
    }

    .turningpoint-timeline-contents {
        width: 75%;
        float: left;
        border-left: 3px solid #333;
        padding-left: 30px;
    }

    .turningpoint-timeline-contents:before {
        content: '';
        width: 12px;
        height: 12px;
        font-size: 60px;
        position: absolute;
        left: 106px;
        top: 24px;
        color: #333;
        border-radius: 100%;
    }

    .contact-img {
        width: 300px;
        margin-top: 40px;
    }

    .contact-text {
        font-size: 15px;
    }

    .footer-copylight {
        font-size: 13px;
    }
}