body {
    /* background: #fffcf2; */
    background: fixed;
    margin: 0;
    background-image: url(../img/mail/background.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.lp-wrapper {
    background: #fff;
    width: 1000px;
    margin: 0 auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding-bottom: 30px;
}

li, span {
    margin: 0;
    letter-spacing: .08em;
    line-height: 1.8;
    color: #241916;
    font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

p {
    margin: 0;
    letter-spacing: .08em;
    font-size: 16px;
    line-height: 2;
    color: #241916;
    font-family: YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;

}

h1, h2, h3 {
    margin: 0;
    letter-spacing: .12em;
    font-weight: normal;
    font-family: "yu-mincho-pr6n", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
}

a {
    text-decoration: none;
}

.tb-br, .sp-br {
    display: none;
}

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

ul {
    padding: 0;
    margin: 0;
}

.sp-photo {
    display: none;
}

.font-blue {
    color: #255994;
    background: linear-gradient(to bottom, transparent 40%, rgba(52, 91, 135, 0.1) 40%);
    font-weight: 600;
}

.font-orange {
    color: #a14423;
    background: linear-gradient(to bottom, transparent 40%, rgba(250, 237, 195, 0.4) 40%);
    font-weight: 600;
}

.font-purple {
    color: #dd84e0;
}

.font-green {
    color: #085d85;
}

.font-bold {
    font-weight: 600;
}

.sp-kv {
    display: none;
}

/*js-animation*/


.js-animation {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: all 1.5s;
}

.js-animation.appear {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.grecaptcha-badge {
    visibility: hidden;
}

/* kv */

.kv-text {
    text-align: center;
    margin-top: 30px;
}

.kv-text p {
    font-size: 18px;
    font-family: "yu-mincho-pr6n", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;

}

.kv-text span {
    font-size: 26px;
    color: #792f14;
    background: rgba(250, 237, 195, 0.4);
    font-family: "yu-mincho-pr6n", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
}

#kv .button {
    background: #792f14;
    border-bottom: solid 5px #611f07;
}

#kv .button span {
    color: #fff;
}

.button span {
    font-family: "yu-mincho-pr6n", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
}

/* foryou */

#foryou {
    margin-top: 80px;
}

#foryou .title {
    background: #a49f8c;
    text-align: center;
    padding: 20px 0px;
}

#foryou .title h2 {
    font-size: 32px;
    color: #fff;
    letter-spacing: .05em;
}

.foryou-list {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}

.foryou-list ul li {
    font-size: 20px;
    margin-bottom: 30px;
    list-style: none;
    position: relative;
    padding-left: 25px;
    font-family: "yu-mincho-pr6n", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
}

.foryou-list ul li::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #255994;
    border-right: 0;
}

.foryou-list ul li:last-of-type {
    margin-bottom: 0;
}

.foryou-list ul li span {
    display: block;
    font-size: 16px;
    padding-left: 20px;
    font-weight: 600;
}

/* conflict */

#conflict {
    margin-top: 80px;
}

.conflict-text1 {
    width: 50%;
    margin: 0 auto;
    margin-top: 30px;
}

.conflict-text1 p {
    border-bottom: solid 1px #345b87;
    color: #345b87;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 2.4;
}

.conflict-text2, .conflict-text3 {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}

.conflict-text2 p, .conflict-text3 p {
    margin-bottom: 30px;
}

.conflict-text2 p:last-child, .conflict-text3 p:last-child {
    margin-bottom: 0px;
}

.conflict-wrapper {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.conflict-photo2, .conflict-photo3 {
    width: 48%;
}

.conflict-photo2 {
    margin-top: 60px;
}

/* key */

#key {
    margin-top: 100px;
    background-image: url(../img/mail/key-bg.webp);
    background-size: 100% 90%;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 100px;
}

#key .title {
    background: #4c513a;
}

#key .title h2 {
    border-left: solid 4px #fff;
    border-right: solid 4px #fff;
    padding: 0px 6px;
    width: max-content;
    margin: 0 auto;
    position: relative;
    font-size: 32px;
}

#key .title h2::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    border-left: solid 5px #fff;
    border-right: solid 5px #fff;
    padding: 0px 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    left: -15px;
}

#key .title h2 span {
    display: block;
    width: max-content;
    margin: 0 auto;
    padding: 0px 10px;
    color: #4c513a;
    background: #fff;
    font-family: "yu-mincho-pr6n", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
}

.key-text1 {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}

.key-text1 p, .key-text4 p {
    margin-bottom: 30px;
}

.key-text1 p:last-child, .key-text4 p:last-child {
    margin-bottom: 0px;
}

.key-text2 {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}

.key-photo1 {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
}

.key-text3 {
    margin-top: 30px;
    text-align: center;
}

.key-photo2 {
    width: 60%;
    margin: 0 auto;
    margin-top: 50px;
}

.key-text3 p, .key-text4 p {
    font-size: 18px;
}

.key-text4 {
    margin-top: 50px;
    text-align: center;
}

#key .sub-title {
    background: #241915;
    width: max-content;
    margin: 0 auto;
    padding: 3px 25px;
    margin-top: 30px;
}

#key .sub-title h3 {
    color: #fff;
    font-size: 26px;
    letter-spacing: .05em;
}

/* contents */

#contents {
    padding-bottom: 50px;
    background: #fffdf5;
}

#contents .title {
    background: #4c513a;
    padding: 35px 0px;
    text-align: center;
}

#contents .title h2 {
    font-size: 30px;
    color: #fff;
    line-height: 1.4;
}

#contents .title h2 span {
    display: block;
    color: #fff;
    font-size: 24px;
    font-family: "yu-mincho-pr6n", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
}

.content-text1 {
    margin-top: 20px;
    text-align: center;
}

.content-text1 p {
    color: #4c513a;
    font-size: 34px;
    font-family: "yu-mincho-pr6n", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
}

.content-photo1 {
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}

.content {
    width: 80%;
    margin: 0 auto;
    background: rgb(147, 81, 51, .1);
    border-left: solid 5px #935133;
    padding: 30px 0px 25px;
    margin-top: 35px;
}

.content-inner {
    width: 85%;
    margin: 0 auto;
    display: flex;
}

.content-number {
    width: 70px;
}

.content-text2 {
    width: calc(100% - 80px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 50px;
    margin-top: 10px;
}

.content-text2 span {
    font-size: 26px;
    line-height: 1.8;
    letter-spacing: .05em;
    color: #935133;
    font-family: "yu-mincho-pr6n", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
}

.content-text3 {
    width: 85%;
    margin: 0 auto;
    margin-top: 30px;
}

.content-text4 {
    width: 80%;
    margin: 0 auto;
    margin-top: 60px;
}

.content-text4 p {
    font-size: 24px;
    margin-bottom: 15px;
    font-family: "yu-mincho-pr6n", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
}

.content-text4 span {
    font-family: "yu-mincho-pr6n", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
    color: #a14423;
    background: rgba(250, 237, 195, 0.4);
}

.content-text4 p:last-child {
    margin-bottom: 0;
}

/* cta */
.cta {
    width: 80%;
    margin: 0 auto;
    padding: 50px 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 30px;
    background: #935133;
}

.cta-photo1 {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}

.cta-title {
    text-align: center;
}

.cta-title h2 {
    font-size: 32px;
    letter-spacing: .1em;
    color: #fff;
}

.cta-title p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.button-wrapper {
    margin-top: 30px;
}

.button {
    border-radius: 100px;
    background: #fefcf2;
    text-align: center;
    width: max-content;
    margin: 0 auto;
    padding: 20px 100px;
    border-bottom: solid 8px #752c0b;
    position: relative;
}

.button::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid #fff;
    border-right: 0;
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.button span {
    font-size: 20px;
    color: #752c0b;
}


/* profile */

#profile {
    padding: 60px 0;
    background-image: url(../img/onlinemtg/question-bg.webp);
    background-size: 100%;
    border-top: solid 15px #241916;
    border-bottom: solid 15px #241916;
}

#profile .title {
    text-align: center;
}

#profile .title h2 {
    font-size: 30px;
    line-height: 1.4;
    color: #4c513a;
}

#profile .title span {
    color: #ccb363;
    font-family: "optima-lt-pro", sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
}

.profile-text1 span {
    color: #4c513a;
    font-family: "yu-mincho-pr6n", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
}

.profile-wrapper1 {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.profile-photo1 {
    width: 55%;
}

.profile-text1 {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.profile-text1 h3 {
    font-size: 34px;
    color: #4c513a;
}

.profile-text2 {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
}

.profile-text3 ul li span {
    font-size: 14px;
    color: #4c513a;
}

.profile-wrapper2 {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
}

.profile-left {
    width: max-content;
}

.profile-left span {
    font-size: 18px;
    color: #4c513a;
    font-weight: 600;
}

.profile-right {
    margin-left: 50px;
}

.profile-right li {
    list-style: none;
    padding-left: 20px;
    position: relative;
    line-height: 2;
    color: #4c513a;
    font-weight: 600;
}

.profile-right li::after {
    content: "◼︎";
    position: absolute;
    left: 0;
    top: 0px;
}

/* message */

#message {
    width: 80%;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.message-photo1 img {
    height: 50px;
    width: auto;
}

#message .title {
    position: relative;
    margin-top: 10px;
}

#message .title h2 {
    position: absolute;
    top: 0;
}

#message .title h2 span {
    padding: 0px 20px;
    background: #241915;
    display: inline-block;
    font-size: 32px;
    color: #fff;
    font-family: "yu-mincho-pr6n", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
}

#message .title h2 span:last-child {
    margin-top: 10px;
}

.message-photo2 {
    width: 60%;
    margin: 0 auto;
    padding-top: 90px;
}

.message-text1 {
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
}

.message-text1 p {
    margin-bottom: 30px;
}

.message-text1 p:last-child {
    margin-bottom: 0px;
}


/* voice */

#voice {
    background: #fffdf5;
    padding-bottom: 80px;
    padding-top: 50px;
}

.voice-wrapper {
    width: 80%;
    margin: 0 auto;
    margin-top: 100px;
    background: #c2bfab;
    padding: 50px 30px 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.voice-wrapper1 {
    margin-top: 60px;
}

.voice-left {
    padding-top: 50px;
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.voice-right {
    width: 48%;
    background: #fff;
    border-radius: 30px;
}

.voice-text p {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 10px;
}

.voice-text1 {
    background: #fff;
    border-radius: 30px;
    padding: 40px 30px;
    margin-top: 30px;
}

.voice-text1 span {
    color: #085d85;
    font-weight: 600;
    font-size: 20px;
    font-family: "optima-lt-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-style: italic;
}

.voice-text2 {
    padding: 40px 30px;
}

.voice-text2 span {
    color: #a14423;
    font-weight: 600;
    font-size: 20px;
    font-family: "optima-lt-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-style: italic;
}

.voice-title h3 {
    font-size: 22px;
    letter-spacing: .02em;
    color: #fff;
    padding-left: 5px;
    line-height: 1.6;
}

.voice-photo1 {
    width: 90%;
}

.voice-photo1 img {
    height: 50px;
    width: auto;
}

#voice .title {
    text-align: center;
}

#voice .title h2 {
    font-size: 30px;
    line-height: 1.4;
    color: #4c513a;
    letter-spacing: .05em;
    font-family: "yu-mincho-pr6n", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
}

#voice .title span {
    color: #ccb363;
    font-family: "optima-lt-pro", sans-serif;
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
}


.voice-photo2 {
    width: 150px;
    position: absolute;
    left: 50px;
    top: -75px;
}

.voice-text3 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 60px;
}

.voice-text3 p {
    font-size: 18px;
    line-height: 2;
    font-family: "yu-mincho-pr6n", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
}

.voice-text3 p:first-child {
    margin-bottom: 32px;
}

.voice-text4 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    margin-top: 35px;
}

.voice-text4 p {
    font-size: 26px;
    line-height: 2.4;
    font-family: "yu-mincho-pr6n", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
}

.voice-text4 span {
    color: #a14423;
    font-size: 28px;
    font-family: "yu-mincho-pr6n", 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;

}

.voice-text4 span:last-child {
    display: inline-block;
    border: solid 1px #a14423;
    background: #fffdf5;
    padding: 0px 10px;
    margin-right: 8px;
    font-size: 30px;
    line-height: 1.6;
}

/* fotter */

.footer {
    text-align: center;
    padding: 25px 0px;
}

.footer span {
    font-size: 12px;
    color: #fff;
    display: block;
    line-height: 1.8;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

@media screen and (max-width: 1100px) {
    .pc-br {
        display: none;
    }

    .tb-br {
        display: block;
    }

    .lp-wrapper {
        width: 90%;
    }

    #foryou .title h2 {
        font-size: 28px;
    }

    .foryou-list ul li {
        line-height: 1.6;
    }

    .foryou-list ul li span {
        margin-top: 10px;
        line-height: 1.6;
        padding-left: 5px;
    }

    /* conflict */
    .conflict-text1 {
        width: 70%;
    }

    .conflict-wrapper {
        width: 100%;
    }


    /* key */

    #key {
        padding-bottom: 80px;
    }

    #key .title h2 {
        font-size: 28px;
    }

    .key-photo2 {
        width: 80%;
    }

    .key-text3 p, .key-text4 p {
        font-size: 16px;
    }

    /* contents */

    #contents .title h2 {
        font-size: 28px;
    }

    #contents .title h2 span {
        font-size: 22px;
    }

    .content {
        width: 90%;
    }

    .content-text2 span {
        font-size: 24px;
        line-height: 1.6;
    }

    .content-text2 {
        width: calc(100% - 20px);
        margin-left: 40px;
    }

    .content-text4 p {
        font-size: 24px;
        line-height: 1.8;
    }

    /* cta */
    .cta {
        width: 90%;
    }

    .cta-title h2 {
        font-size: 26px;
    }

    .cta-title p {
        font-size: 16px;
    }

    /* profile */

    .profile-wrapper2 {
        display: block;
    }

    .profile-right {
        margin-left: 0;
        margin-top: 10px;
    }

    .profile-right li {
        line-height: 1.8;
    }

    /* message */

    #message {
        margin-top: 80px;
        margin-bottom: 80px;
    }

    .message-text1 {
        width: 100%;
    }

    /* voice */

    .voice-photo1 {
        width: 95%;
    }

    .voice-text3 {
        width: 80%;
    }

    .voice-text3, .voice-text4 {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .tb-br {
        display: none;
    }

    .sp-br {
        display: block;
    }

    .pc-photo {
        display: none;
    }

    .sp-photo {
        display: block;
    }

    .lp-wrapper {
        width: 98%;
        padding-bottom: 5px;
    }

    .pc-kv {
        display: none;
    }

    .sp-kv {
        display: block;
    }

    p {
        font-size: 15px;
        letter-spacing: .05em;
    }

    .button {
        width: 95%;
        margin-top: 15px;
        padding: 25px 0px;
    }

    .button::after {
        right: 30px;
    }

    .button span {
        font-size: 16px;
        line-height: 1.6;
    }

    .cta {
        width: 95%;
    }

    .kv-text {
        margin-top: 20px;
    }

    .kv-text p {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 10px;
    }

    .kv-text span {
        font-size: 22px;
        letter-spacing: .05em;
    }

    #kv .button-wrapper {
        margin-top: 20px;
    }


    /* foryou */

    #foryou {
        margin-top: 50px;
    }

    #foryou .title h2 {
        font-size: 20px;
    }

    .foryou-list {
        width: 87%;
        margin: 0% 3% 0% 8%;
        margin-top: 30px;
    }

    .foryou-list ul li {
        font-size: 17px;
        padding-left: 15px;
        letter-spacing: .05em;
    }

    .foryou-list ul li::after {
        top: 7px;
        left: -10px;
    }

    .foryou-list ul li span {
        font-size: 14px;
        padding-left: 0px;
    }


    /* conflict */

    #conflict {
        margin-top: 50px;
    }

    .conflict-text1 {
        width: 90%;
    }

    .conflict-text1 p {
        font-size: 15px;
    }

    .conflict-text2, .conflict-text3 {
        width: 85%;
        margin-top: 40px;
    }

    .conflict-text2 p, .conflict-text3 p {
        margin-bottom: 25px;
    }

    .conflict-wrapper {
        display: block;
    }

    .conflict-photo2 {
        width: 80%;
        margin-top: 30px;
    }

    .conflict-photo3 {
        width: 80%;
        margin-top: 20px;
        margin-right: 0;
        margin-left: auto;
    }

    /* key */

    #key {
        margin-top: 60px;
        padding-bottom: 50px;
    }

    #key .title h2 span {
        font-size: 20px;
        line-height: 1.5;
    }

    #key .sub-title {
        width: 100%;
        padding: 8px 0px;
        margin-top: 0;
    }

    #key .sub-title h3 {
        font-size: 18px;
        text-align: center;
        line-height: 1.6;
    }

    .key-text3 p, .key-text4 p {
        font-size: 16px;
        text-align: left;
        width: 85%;
        margin: 0 auto;
        margin-bottom: 10px;
        line-height: 1.8;
    }

    .key-text1 {
        width: 85%;
        margin-top: 30px;
    }

    .key-photo1 {
        width: 100%;
        margin-top: 30px;
    }

    .key-text2 {
        width: 85%;
    }

    .key-photo2 {
        width: 98%;
        margin-top: 30px;
    }

    .key-text4 {
        margin-top: 30px;
    }

    /* contents */

    #contents {
        padding-bottom: 20px;
    }

    #contents .title h2 {
        font-size: 22px;
    }

    #contents .title h2 span {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .content-photo1 {
        width: 90%;
    }

    .content-text1 p {
        font-size: 24px;
    }

    .content {
        width: 90%;
        border-left: unset;
        border-top: solid 5px #935133;
        padding: 30px 0px 25px;
    }

    .content-inner {
        width: 100%;
        display: block;
    }

    .content-number {
        width: 70px;
        margin: 0 auto;
    }

    .content-text2 {
        width: 100%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .content-text2 span {
        font-size: 20px;
        text-align: center;
    }

    .content-text3 {
        margin-top: 20px;
    }

    .content-text3 p {
        font-size: 15px;
        line-height: 1.8;
    }

    .content-text4 {
        width: 90%;
        margin-left: 8%;
        margin-top: 50px;
    }

    .content-text4 p {
        font-size: 18px;
        line-height: 2;
    }

    /* cta */

    .cta {
        margin-bottom: 50px;
        border-radius: 15px;
    }

    .cta-title h2 {
        font-size: 22px;
        letter-spacing: .03em;
    }

    .cta-title p {
        font-size: 16px;
        line-height: 1.6;
        margin-top: 10px;
    }

    .cta-photo1 {
        width: 100%;
        margin-top: 20px;
    }

    /* profile */

    #profile {
        padding: 50px 0;
    }

    .profile-wrapper1 {
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
        display: block;
    }

    .profile-photo1 {
        width: 80%;
        margin: 0 auto;
    }

    .profile-text1 {
        width: 80%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .profile-text1 span {
        font-size: 14px;
    }

    .profile-text2 {
        width: 85%;
        margin-top: 20px;
    }

    .profile-text2 p {
        font-size: 15px;
    }

    .profile-wrapper2 {
        display: block;
        width: 85%;
    }

    .profile-right {
        margin-left: 0;
    }

    .profile-right li {
        font-weight: normal;
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .profile-text3 ul li span {
        font-size: 12px;
    }


    /* voice */

    #voice {
        background: #fffdf5;
        padding-bottom: 50px;
    }

    .voice-photo1 {
        width: 97%;
    }

    .voice-photo2 {
        width: 120px;
    }

    .voice-text3 {
        margin-top: 50px;
    }

    .voice-wrapper {
        width: 90%;
        padding: 50px 5% 30px;
        display: block;
    }

    .voice-left {
        padding-top: 30px;
        width: 100%;
    }

    .voice-title h3 {
        font-size: 20px;
    }

    .voice-right {
        width: 100%;
        margin-top: 30px;
    }

    .voice-photo2 {
        left: 0;
        right: 0;
        margin: auto;
    }

    .voice-text3 p {
        font-size: 15px;
    }

    .voice-text4 p {
        font-size: 18px;
    }

    .voice-text4 span {
        font-size: 26px;
    }

    .voice-text4 span:last-child {
        font-size: 24px;
    }

    /* message */

    #message {
        width: 85%;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #message .title h2 {
        line-height: 1.2em;
    }

    #message .title h2 span {
        font-size: 20px;
        padding: 0px 15px;
    }

    .message-photo2 {
        width: 88%;
        margin-right: 0;
        padding-top: 70px;
        margin-left: auto;
    }

    .message-text1 {
        width: 100%;
    }

    .message-text1 p {
        margin-bottom: 25px;
        line-height: 1.8;
    }

    /* voice */

    .voice-wrapper {
        width: 85%;
    }

    .voice-wrapper1 {
        margin-top: 80px;
    }
}