/* block */
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* mv */
.mv {
    padding: 0 0 35px;
}
@media screen and (max-width: 968px) {}
@media screen and (max-width: 768px) {}

/* worries */
.worries-inner {
    background: url(../images/worries-bg.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 35px 0;
}
.worries-head {
    margin: 0 0 35px;
    text-align: center;
}
.worries-head h2 {
    color: #fff;
    font-size: 55px;
    font-weight: bold;
}
.worries-head h2 span {
    color: var(--main-theme-color);
    font-size: 75px;
    font-weight: 900;
}
.worries-body ul {
    padding: 0 55px;
}
.worries-body ul li {
    display: flex;
    justify-content: flex-start;
}
.worries-body ul li:not(:last-child) {
    margin: 0 0 25px;
}
.worries-body ul li::before {
    background: url(../images/check.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 35px;
    margin-right: 25px;
    position: relative;
    top: 2px;
    width: 37px;
}
.worries-body ul li p {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    width: calc(100% - 62px);
}
.worries-body ul li p span {
    color: #fff;
    font-size: 26px;
    font-weight: 900;
}
.worries-image {
    margin: 25px 0 0;
    padding: 0 0 0 55px;
    text-align: right;
}

.worries-foot__in {
    padding: 45px 0 35px;
}
.worries-foot__in h3 {
    margin: 0 0 35px;
    text-align: center;
}
.worries-foot__in h3 span {
    background: var(--main-theme-color);
    color: #fff;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    padding: 2px 5px;
}
.worries-foot__in h3 span:not(:last-child) {
    margin-bottom: 10px;
}
.worries-foot__in p {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.8em;
    text-align: center;
}

.worries-last__in {
    background: var(--main-theme-color);
    padding: 45px 55px;
}
.worries-last__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.worries-last__item:not(:last-child) {
    margin: 0 0 25px;
}
.worries-last__item::before {
    background: url(../images/point1.svg) no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    display: block;
    height: 88px;
    margin: 0 10px 0 0;
    width: 88px;
}
.worries-last__item p {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    width: calc(100% - 98px);
}
.worries-last__item p span {
    border-bottom: 7px double #ffe73f;
    color: #fff;
    font-size: 38px;
    font-weight: 900;
}
@media screen and (max-width: 768px) {
    .worries-head h2 {
        font-size: 32px;
    }
    .worries-head h2 span {
        font-size: 55px;
    }
    .worries-body ul {
        padding: 0 45px;
    }
    .worries-body ul li:not(:last-child) {
        margin: 0 0 25px;
    }
    .worries-body ul li::before {
        height: 28px;
        margin-right: 20px;
        top: 2px;
        width: 30px;
    }
    .worries-body ul li p {
        font-size: 21px;
        width: calc(100% - 50px);
    }
    .worries-body ul li p span {
        font-size: 24px;
    }
    .worries-image {
        padding: 0 0 0 45px;
    }
    .worries-foot__in h3 span {
        font-size: 24px;
    }
    .worries-foot__in p {
        font-size: 18px;
    }
    .worries-last__in {
        padding: 35px 45px;
    }
    .worries-last__item::before {
        height: 55px;
        width: 55px;
    }
    .worries-last__item p {
        font-size: 24px;
        width: calc(100% - 65px);
    }
    .worries-last__item p span {
        border-bottom: 7px double #ffe73f;
        font-size: 30px;
    }
}
@media screen and (max-width: 468px) {
    .worries-head h2 {
        font-size: 26px;
    }
    .worries-head h2 span {
        font-size: 42px;
    }
    .worries-body ul {
        padding: 0 35px;
    }
    .worries-body ul li:not(:last-child) {
        margin: 0 0 20px;
    }
    .worries-body ul li::before {
        height: 24px;
        top: 4px;
        width: 26px;
    }
    .worries-body ul li p {
        font-size: 18px;
        width: calc(100% - 50px);
    }
    .worries-body ul li p span {
        font-size: 21px;
    }
    .worries-image {
        padding: 0 0 0 35px;
    }
    .worries-foot__in {
        padding: 35px 15px;
    }
    .worries-foot__in h3 span {
        font-size: 18px;
    }
    .worries-foot__in p {
        font-size: 16px;
    }
    .worries-last__in {
        padding: 35px;
    }
    .worries-last__item::before {
        height: 45px;
        width: 45px;
    }
    .worries-last__item p {
        font-size: 21px;
        width: calc(100% - 55px);
    }
    .worries-last__item p span {
        border-bottom: 7px double #ffe73f;
        font-size: 28px;
    }
}
@media screen and (max-width: 398px) {
    .worries-body ul {
        padding: 0 25px;
    }
    .worries-foot__in h3 span {
        font-size: 16px;
    }
    .worries-foot__in p {
        font-size: 14px;
    }
    .worries-last__in {
        padding: 35px 25px;
    }
    .worries-last__item::before {
        height: 35px;
        width: 35px;
    }
    .worries-last__item p {
        font-size: 18px;
        width: calc(100% - 45px);
    }
    .worries-last__item p span {
        font-size: 24px;
    }
}


/* profile */
.profile {
    padding: 25px 0;
}
.profile-inner {
    padding: 0 55px;
}
.profile-head {
    margin: 0 0 35px;
}
.profile-head h2 {
    max-width: 165px;
}
.profile-head p {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 1px;
}
.profile-head p span {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-left: 25px;
}
@media screen and (max-width: 768px) {
    .profile-inner {
        padding: 0 45px;
    }
    .profile-head {
        margin: 0 0 25px;
    }
    .profile-head h2 {
        max-width: 165px;
    }
    .profile-head p {
        font-size: 26px;
    }
    .profile-head p span {
        font-size: 20px;
        margin-left: 20px;
    }
}
@media screen and (max-width: 468px) {
    .profile-inner {
        padding: 0 35px;
    }
    .profile-head h2 {
        max-width: 145px;
    }
    .profile-head p {
        font-size: 23px;
    }
    .profile-head p span {
        font-size: 18px;
        margin-left: 15px;
    }
}
@media screen and (max-width: 398px) {
    .profile-inner {
        padding: 0 25px;
    }
    .profile-head h2 {
        max-width: 125px;
    }
    .profile-head p {
        font-size: 20px;
    }
    .profile-head p span {
        font-size: 16px;
    }
}

/* voice */
.voice {
    background: #fff5ef;
    padding: 25px 0;
}
.voice-inner {
    padding: 0 55px;
}
.voice-head {
    margin: 0 0 35px;
}
.voice-head h2 {
    border-bottom: 2px solid var(--main-theme-color);
    color: var(--main-theme-color);
    font-size: 40px;
    font-weight: bold;
    padding: 0 0 10px;
}
.voice-card {
    background: #fff;
    border-radius: 4px;
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.45));
    padding: 35px 25px;
    position: relative;
}
.voice-card:not(:last-child) {
    margin: 0 0 35px;
}
.voice-card::before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 93px;
    position: absolute;
    left: -20px;
    top: 20px;
    width: 114px;
}
.voice-card:nth-child(1)::before {
    background-image: url(../images/voice1.svg);
}
.voice-card:nth-child(2)::before {
    background-image: url(../images/voice2.svg);
}
.voice-card:nth-child(3)::before {
    background-image: url(../images/voice3.svg);
}
.voice-card:nth-child(4)::before {
    background-image: url(../images/voice4.svg);
}
.voice-card:nth-child(5)::before {
    background-image: url(../images/voice5.svg);
}
.voice-card__image {
    margin: 0 auto 20px;
    width: 100%;
    max-width: 165px;
}
.name {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 10px;
    text-align: center;
}
.ttl {
    color: var(--main-theme-color);
    font-size: 24px;
    font-weight: 900;
    margin: 0 0 20px;
    text-align: center;
}
.txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.8em;
    margin: 0 0 15px;
}
.txt span {
    color: var(--main-theme-color);
}
.notice {
    font-size: 12px;
    font-weight: 400;
    text-align: right;
}
.voice-arrow {
    background: url(../images/arrow-bg.svg) no-repeat;
    background-position: center bottom;
    background-size: cover;
    margin: 35px 0;
    padding: 35px 0 55px;
    text-align: center;
}
.voice-arrow p {
    color: #fff;
    font-size: 36px;
    font-weight: 900;
}
@media screen and (max-width: 768px) {
    .voice-inner {
        padding: 0 45px;
    }
    .voice-head h2 {
        font-size: 32px;
    }
    .voice-card__image {
        max-width: 145px;
    }
    .name {
        font-size: 21px;
    }
    .ttl {
        font-size: 21px;
    }
    .txt {
        font-size: 18px;
    }
    .voice-arrow {
        margin: 35px 0;
        padding: 35px 0 55px;
    }
    .voice-arrow p {
        font-size: 28px;
    }
}
@media screen and (max-width: 568px) {
    .voice-inner {
        padding: 0 35px;
    }
    .voice-head h2 {
        font-size: 26px;
    }
    .voice-card {
        padding: 30px 20px;
    }
    .voice-card__image {
        max-width: 145px;
    }
    .name {
        font-size: 18px;
    }
    .ttl {
        font-size: 18px;
    }
    .txt {
        font-size: 16px;
    }
    .voice-arrow {
        margin: 25px 0;
        padding: 25px 0 45px;
    }
    .voice-arrow p {
        font-size: 26px;
    }
}
@media screen and (max-width: 468px) {
    .voice-inner {
        padding: 0 25px;
    }
    .voice-head h2 {
        font-size: 20px;
    }
    .voice-card::before {
        left: -10px;
        top: 10px;
        width: 80px;
    }
    .voice-card__image {
        max-width: 145px;
    }
    .name {
        font-size: 16px;
    }
    .ttl {
        font-size: 16px;
    }
    .txt {
        font-size: 15px;
    }
    .voice-arrow p {
        font-size: 21px;
    }
}

/* msg */
.msg {
    padding: 45px 0;
}
.msg-inner {
    padding: 0 55px;
}
.msg-head {
    margin: 0 0 35px;
}
.msg-head h2 {
    border-bottom: 2px solid var(--main-theme-color);
    color: var(--main-theme-color);
    font-size: 33px;
    font-weight: bold;
    padding: 0 0 10px;
}
@media screen and (max-width: 768px) {
    .msg-inner {
        padding: 0 45px;
    }
    .msg-head h2 {
        font-size: 26px;
    }
}
@media screen and (max-width: 468px) {
    .msg-inner {
        padding: 0 35px;
    }
    .msg-head h2 {
        font-size: 23px;
    }
}
@media screen and (max-width: 398px) {
    .msg-inner {
        padding: 0 25px;
    }
    .msg-head h2 {
        font-size: 18px;
    }
}

/* btn */
.btn {
    margin: 25px 0 0;
    text-align: center;
}
.mv .btn {
    padding: 0 55px;
}
.btn a {
    display: block;
    filter: drop-shadow(6px 6px 5px rgba(0, 0, 0, 0.6));
}
.btn p {
    font-size: 14px;
    font-weight: 300;
    margin: 20px auto 0;
    text-align: left;
    max-width: max-content;
}
@media screen and (max-width: 768px) {
    .mv .btn {
        padding: 0 45px;
    }
}
@media screen and (max-width: 468px) {
    .mv .btn {
        padding: 0 35px;
    }
}
@media screen and (max-width: 398px) {
    .mv .btn {
        padding: 0 25px;
    }
}

.lp-txt-box {
    background: #ffefb5;
    padding: 15px;
    font-size: 0.9em;
    color: #545454;
    margin-bottom:25px;
}
.lp-image {
    margin: 0 0 20px;
}
.lp-text p {
    font-size: 22px;
    font-weight: 500;
    line-height: 2em;
}
.lp-text p span {
    font-size: 22px;
    font-weight: 900;
}
.lp-text ul {
    margin: 15px 0;
}
.lp-text ul li {
    display: flex;
    justify-content: flex-start;
}
.lp-text ul li:not(:last-child) {
    margin: 0 0 15px;
}
.lp-text ul li p {
    color: var(--main-theme-color);
    font-size: 26px;
    font-weight: bold;
}
.lp-text ul li::before {
    content: "▶︎";
    color: var(--main-theme-color);
    font-size: 26px;
    font-weight: bold;
    margin-right: 10px;
    position: relative;
    top: 4px;
}
@media screen and (max-width: 768px) {
    .lp-text p {
        font-size: 20px;
    }
    .lp-text p span {
        font-size: 18px;
    }
    .lp-text ul li p {
        font-size: 24px;
    }
    .lp-text ul li::before {
        font-size: 24px;
    }
}
@media screen and (max-width: 468px) {
    .lp-text p {
        font-size: 18px;
    }
    .lp-text p span {
        font-size: 16px;
    }
    .lp-text ul li p {
        font-size: 21px;
    }
    .lp-text ul li::before {
        font-size: 21px;
    }
}
@media screen and (max-width: 398px) {
    .lp-text p {
        font-size: 14px;
    }
    .lp-text p span {
        font-size: 16px;
    }
    .lp-text ul li p {
        font-size: 18px;
    }
    .lp-text ul li::before {
        font-size: 18px;
    }
}

.arrowBlk {
    background-color: #ff791c;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 16px 0 12px;
}

.arrowBlk::after {
    content: "";
    background-color: #ff791c;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -23px;
    width: 100%;
    height: 24px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.arrowBlk__txt {
    display: block;
    font-weight: 700;
    color: #fff !important;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.2rem;
}

.lineTxt {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 70%, #f5e34b 71%);
    background: -webkit-linear-gradient(-90deg, rgba(255, 255, 255, 0) 70%, #f5e34b 71%);
    background: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0) 70%, #f5e34b 71%);
}