@charset "UTF-8"; /* ====================================
	リセットCSS
======================================= */
*, *::before, *::after {
    box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, figure, span, img, a, table, tr, th, td {
    border: 0;
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

header, footer, main, nav, section, article, aside, figure, figcaption {
    display: block;
}

body {
    line-height: 1;
}

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

/* ====================================
	初期設定
======================================= */
html {
    font-size: 62.5%;
    /* 10px */
}

body {
    background: #fff;
    color: #343434;
    font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.5;
}

img {
    border: none;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: inherit;
    text-decoration: none;
}

span {
    font-weight: inherit;
}

/* インナー */
.inner {
    margin: 0 auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    width: 1180px;
}

/* セクションタイトル */
.section-title {
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    max-width: 420px;
    position: relative;
    width: calc(100% - 8px);
    z-index: 1;
}

.section-title>span {
    align-items: center;
    background: #fff;
    border: 3px solid #343434;
    border-radius: 12px;
    display: flex;
    font-size: 2.4rem;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.section-title::before {
    background: #fff;
    border: 3px solid #343434;
    border-radius: 12px;
    content: "";
    height: inherit;
    left: 8px;
    position: absolute;
    top: 8px;
    width: 100%;
    z-index: -1;
}

/* ヘッダー 
--------------------------------------- */
.mv {
    background: url(../img/mv_bg_sp.jpg) no-repeat center center/cover;
    padding: 30px 0 50px;
}

.mv-img {
    margin: 30px auto 0;
    width: 300px;
}

/* 導入 
--------------------------------------- */
.lead {
    padding: 30px 0 60px;
}

.lead-head-text {
    font-weight: 700;
    line-height: 2;
    text-align: center;
}

.lead-head-text+.lead-head-text {
    margin-top: 2em;
}

.lead-voice-wrap {
    margin-top: 40px;
}

.lead-voice+.lead-voice {
    margin-top: 30px;
}

.lead-foot {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2;
    margin-top: 40px;
    text-align: center;
}

.lead-foot span {
    display: inline-block;
}

.voice {
    text-align: center;
}

.voice-text {
    align-items: center;
    border-radius: 24px;
    display: flex;
    font-size: 1.6rem;
    font-weight: 700;
    height: 110px;
    justify-content: center;
    line-height: 1.75;
    margin-top: 32px;
    padding: 10px 20px;
    position: relative;
}

.voice-text::before {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 30px;
    left: 50%;
    position: absolute;
    top: -22px;
    transform: translateX(-50%);
    width: 40px;
}

.voice:nth-child(1) .voice-text {
    background: #BBDEFB;
}

.voice:nth-child(1) .voice-text::before {
    background-image: url(../img/triangle_light-blue.svg);
}

.voice:nth-child(2) .voice-text {
    background: #FFF59D;
}

.voice:nth-child(2) .voice-text::before {
    background-image: url(../img/triangle_yellow.svg);
}

.voice:nth-child(3) .voice-text {
    background: #FFCDD2;
}

.voice:nth-child(3) .voice-text::before {
    background-image: url(../img/triangle_pink.svg);
}

/* おくやみコーナーとは 
--------------------------------------- */
.about {
    background: rgba(134, 160, 79, 0.15);
    padding: 60px 0;
}

.about-img {
    margin: 40px auto 0;
    width: 227px;
}

.about-text-01 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
    margin-top: 24px;
    text-align: center;
}

.about-text-01 .text-sm {
    font-size: 1.2rem;
}

.about-text-01 a {
    color: #4B83FF;
    font-weight: 500;
}

.about-text-02 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.8;
    margin: 24px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.about-text-02 .marker {
    background: #FFF59D;
    padding: 0 5px;
}

.about-text-02 .text-sm {
    font-size: 1.4rem;
}

.about-text-03 {
    font-size: 1.2rem;
    line-height: 1.75;
    margin: 24px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.about-background {
    background: #fff;
    border-radius: 50px;
    margin-top: 30px;
    padding: 30px 20px;
}

.about-background-img {
    margin-left: auto;
    margin-right: auto;
    width: 150px;
}

.about-background-body {
    margin-top: 20px;
}

.about-background-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

.about-background-text {
    font-size: 1.4rem;
    line-height: 1.75;
    margin-top: 20px;
}

.about-background-note {
    font-size: 1.2rem;
    line-height: 1.5833333333;
    margin-top: 16px;
}

.about-background-note a {
    color: #4B83FF;
}

/* 鎌倉新書の支援内容 
--------------------------------------- */
.content {
    padding: 60px 0;
}

.content-list {
    margin-top: 30px;
}

.support {
    padding-bottom: 50px;
    padding-left: 18px;
    position: relative;
}

.support::before {
    background: #86A04F;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 30px;
    width: 3px;
}

.support::after {
    background: #fff;
    border: 3px solid #86A04F;
    border-radius: 50%;
    content: "";
    height: 16px;
    left: -6px;
    position: absolute;
    top: 30px;
    width: 16px;
}

.support:last-child::before {
    content: none;
}

.support-body-num {
    color: #86A04F;
    font-family: "Lato", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.support-body-num span {
    font-size: 4rem;
    letter-spacing: 0.025em;
    margin-left: 8px;
}

.support-body-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 4px;
}

.support-body-text {
    line-height: 1.75;
    margin-top: 16px;
}

.support-body-note {
    font-size: 1.2rem;
    line-height: 1.75;
    margin-top: 8px;
}

.support-img {
    margin-top: 30px;
    padding-right: 18px;
    text-align: center;
}

.support-system {
    margin-top: 40px;
}

.system {
    counter-reset: number 0;
}

.system-item {
    background: rgba(134, 160, 79, 0.05);
    border-radius: 25px;
    padding: 30px 15px 20px;
    position: relative;
}

.system-item+.system-item {
    margin-top: 35px;
}

.system-item::before {
    background: #FFF59D;
    border-radius: 50%;
    content: counter(number);
    counter-increment: number 1;
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-style: italic;
    font-weight: 600;
    height: 36px;
    left: 50%;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: -15px;
    transform: translateX(-50%);
    width: 36px;
}

.system-title {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
}

.system-title span {
    font-size: 1.4rem;
}

.system-text {
    line-height: 1.75;
    margin-top: 20px;
}

.system-btn-wrap {
    margin-top: 15px;
}

.system-btn {
    align-items: center;
    background: #fff;
    border: 2px solid currentColor;
    border-radius: 20px;
    color: #86A04F;
    display: flex;
    font-size: 1.4rem;
    font-weight: 700;
    height: 36px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    width: 180px;
}

.system-btn::after {
    background: transparent url(../img/icon_link.svg) no-repeat center center/contain;
    content: "";
    display: inline-block;
    height: 11px;
    margin-left: 10px;
    width: 12px;
}

/* お問い合わせ 
--------------------------------------- */
.contact {
    background: #86A04F;
    padding: 64px 0 50px;
    position: relative;
}

.contact-img-wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: -37px;
    transform: translateX(-50%);
}

.contact-img {
    width: 75px;
}

.contact-img+.contact-img {
    margin-left: 25px;
}

.contact-text {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.7777777778;
    text-align: center;
}

.contact-btn-wrap {
    margin-top: 30px;
}

.contact-btn {
    background: #FFF59D;
    border-radius: 42px;
    box-shadow: 4px 5px 0 rgba(0, 0, 0, 0.12);
    display: block;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-left: auto;
    margin-right: auto;
    max-width: 320px;
    padding: 15px;
    text-align: center;
    width: 100%;
    transition: .2s;
}

.contact-btn:hover {
    filter: brightness(110%);
    box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.12);
    transition: .2s;
}

/* フッター 
--------------------------------------- */
.footer {
    padding: 20px 0 10px;
}

.footer-logo {
    margin-left: auto;
    margin-right: auto;
    width: 122px;
}

.footer-copyright {
    font-size: 1.2rem;
    margin-top: 20px;
    text-align: center;
}

/* ------------------------------------
	ユーティリティ
--------------------------------------- */
.hide-sp {
    display: none;
}

.hide-pc {
    display: block;
}

@media (min-width: 768px) {
    .inner {
        padding-left: 40px;
        padding-right: 40px;
    }

    .section-title {
        height: 90px;
        width: calc(100% - 10px);
    }

    .section-title>span {
        font-size: 3.2rem;
    }

    .section-title::before {
        left: 10px;
        top: 10px;
    }

    .mv {
        background-image: url(../img/mv_bg_pc.jpg);
        padding: 60px 0 120px;
        position: relative;
    }

    .mv-img {
        margin-top: 0;
    }

    .lead {
        padding: 0 0 80px;
    }

    .lead-head {
        background: #fff;
        border-radius: 114px;
        margin: -80px auto 0;
        max-width: 900px;
        padding: 30px 15px 5px;
        position: relative;
    }

    .lead-head-text+.lead-head-text {
        margin-top: 0;
    }

    .lead-voice-wrap {
        display: flex;
        justify-content: space-between;
        margin-top: 60px;
    }

    .lead-voice {
        width: 30.9090909091%;
    }

    .lead-voice+.lead-voice {
        margin-top: 0;
    }

    .lead-foot {
        font-size: 2.4rem;
        font-size: 2.8rem;
        line-height: 1.5;
        margin-top: 60px;
    }

    .voice-text {
        border-radius: 32px;
        height: 140px;
        line-height: 1.6666666667;
    }

    .about {
        padding: 80px 0;
    }

    .about-img {
        margin-top: 50px;
        width: 274px;
    }

    .about-text-01 {
        font-size: 1.6rem;
        line-height: 2.25;
        margin-top: 36px;
    }

    .about-text-02 {
        font-size: 2.4rem;
        line-height: 2;
    }

    .about-text-02 .text-sm {
        font-size: 1.6rem;
    }

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

    .about-background {
        align-items: center;
        border-radius: 75px;
        display: flex;
        margin: 40px auto 0;
        max-width: 1020px;
        padding: 40px 30px;
    }

    .about-background-img {
        margin-left: 0;
        margin-right: 4.6%;
        max-width: 28%;
        width: 243px;
    }

    .about-background-body {
        flex: 1;
        margin-top: 0;
    }

    .about-background-title {
        font-size: 2.4rem;
        text-align: left;
    }

    .content {
        padding: 80px 0 90px;
    }

    .content-list {
        margin-top: 50px;
    }

    .support {
        align-items: flex-end;
        display: flex;
        flex-wrap: wrap;
        padding-left: 40px;
    }

    .support::before {
        top: 50px;
    }

    .support::after {
        top: 50px;
    }

    .support-body {
        margin-right: 3%;
        width: 62%;
    }

    .support-body-num {
        font-size: 2.8rem;
    }

    .support-body-num span {
        font-size: 6.4rem;
        line-height: 1.4;
        margin-left: 12px;
    }

    .support-body-title {
        font-size: 2.2rem;
    }

    .support-body-note {
        margin-top: 16px;
    }

    .support-img {
        width: 35%;
    }

    .support-system {
        margin-top: 60px;
        width: 100%;
    }

    .system {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .system-item {
        border-radius: 30px;
        padding: 30px 20px 20px;
        width: 48.0769230769%;
    }

    .system-item:first-child {
        width: 100%;
    }

    .system-btn-wrap {
        margin-top: 20px;
    }

    .system-btn {
        font-size: 1.6rem;
        height: 40px;
        width: 200px;
    }

    .contact {
        padding-top: 90px;
    }

    .contact-img-wrap {
        top: -50px;
    }

    .contact-img {
        width: 100px;
    }

    .contact-img+.contact-img {
        margin-left: 40px;
    }

    .contact-btn {
        font-size: 2.8rem;
        max-width: 430px;
        padding: 20px;
    }

    .hide-sp {
        display: block;
    }

    .hide-pc {
        display: none;
    }
}

@media (min-width: 1025px) {
    .mv-img {
        width: 420px;
    }

    .lead-head-text {
        font-size: 1.6rem;
        line-height: 2.25;
    }

    .voice-text {
        font-size: 1.8rem;
    }

    .about-background {
        padding: 40px 50px;
    }

    .about-background-text {
        font-size: 1.6rem;
        margin-top: 16px;
    }

    .about-background-note {
        font-size: 1.3rem;
        line-height: 1.5384615385;
    }

    .support {
        padding-bottom: 60px;
        padding-left: 60px;
    }

    .support::before {
        left: 8px;
        top: 80px;
        width: 4px;
    }

    .support::after {
        border-width: 4px;
        height: 21px;
        left: 0;
        top: 80px;
        width: 21px;
    }

    .support-body {
        margin-right: 4.8076923077%;
        width: 55.7692307692%;
    }

    .support-body-num {
        font-size: 3.5rem;
    }

    .support-body-num span {
        font-size: 10rem;
        margin-left: 16px;
    }

    .support-body-title {
        font-size: 2.8rem;
        margin-top: 8px;
    }

    .support-body-text {
        font-size: 1.6rem;
        margin-top: 20px;
    }

    .support-img {
        padding-right: 5.7692307692%;
        width: 39.4230769231%;
    }

    .system-item {
        padding: 40px 30px;
    }

    .system-item+.system-item {
        margin-top: 50px;
    }

    .system-item::before {
        font-size: 2.8rem;
        height: 48px;
        line-height: 48px;
        top: -20px;
        width: 48px;
    }

    .system-title {
        font-size: 2.4rem;
        line-height: 1.2;
    }

    .system-title span {
        font-size: 1.6rem;
    }

    .system-text {
        font-size: 1.6rem;
        margin-left: auto;
        margin-right: auto;
        max-width: 840px;
    }
}

@media (max-width: 767px) {
    .support:nth-child(1) .support-img img {
        width: 213px;
    }

    .support:nth-child(2) .support-img img {
        width: 86px;
    }

    .support:nth-child(3) .support-img img {
        width: 102px;
    }

    .support:nth-child(4) .support-img img {
        width: 124px;
    }

    .support:nth-child(5) .support-img img {
        width: 186px;
    }
}
