html {
    scroll-behavior: smooth;
}

@media screen and (max-width: 540px) {
    .content {
        overflow: hidden;
    }
}

@media screen and (max-width: 768px) {
    .header {
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding: 12px 15px 10px;
        width: 100%;
        height: auto;
        box-sizing: border-box;
        row-gap: 6px;
    }
}

.area-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: #ffffff;
    z-index: 25;
}

@media screen and (max-width: 768px) {
    .area-header {
        position: fixed;
        width: 100%;
    }
}

.area-header.top .not-login .menu {
    margin: 0 320px 0 0;
}

.area-header.top .header .second-header-pc {
    margin: 0;
}

.area-header.top .second-header-pc .menu {
    margin: 0 360px 0 0;
}

.header .profile-notification .function-button a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    padding: 6px 2px 6px 22px;
    width: 100px;
    color: #fff;
    border: 1px solid #5e6cef;
    background: #5e6cef;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
}

.header .profile-notification .function-button-management a {
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-right: 8px;*/
    padding: 9px;
    width: 180px;
    color: #fff;
    border: 1px solid #5e6cef;
    background: #5e6cef;
    font-size: 14px;
    font-weight: 500;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 540px) {
    .header .profile-notification .function-button-management a {
        padding: 8px 2px;
        width: 170px;
        font-size: 12px;
        font-weight: 600;
    }
}

.fa-icon::after {
    content: "\f107";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    padding: 0 7px;
}

img {
    width: 100%;
    height: auto;
}

.text-border-white {
    filter: drop-shadow(#fff -1px 0 0) drop-shadow(#fff 1px 0 0) drop-shadow(#fff 0 -1px 1px) drop-shadow(#fff 0 1px 1px) drop-shadow(#fff -1px 0 0) drop-shadow(#fff 1px 0 0) drop-shadow(#fff 0 -1px 0) drop-shadow(#fff 0 1px 0);
}

.section {
    margin: 80px 0;
}

.section .area {
    margin: 0 auto;
    width: 1000px;
}

.section .area-top {
    width: 1000px;
    margin: auto;
}

.area-action .button {
    position: relative;
    margin: 10px auto;
    width: 360px;
    height: 70px;
    font-size: 24px;
    box-shadow: 0 2px 2px 0.5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}
@media screen and (max-width: 768px) {
    .area-action .button {
        width: 300px;
        height: 40px;
        font-size: 18px;
    }
}

.title-box {
    display: flex;
    justify-content: center;
}

.title h2 {
    margin-bottom: 20px;
}

p {
    margin: 0px 0;
}

@media screen and (max-width: 1000px) {
    .title h2 {
        text-align: center;
    }
}

@media screen and (max-width: 540px) {
    .title h2 {
        text-align: center;
    }
}

.under-line {
    position: relative;
    display: inline-block;
    margin-bottom: 2em;
}

.under-line:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 60px;
    bottom: -15px;
    display: inline-block;
    width: 150px;
    height: 7px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #c0eeff;
    background: linear-gradient(45deg, #c0eeff 0%, #3eccb6 100%);
    border-radius: 20px;
}

@media screen and (max-width: 768px) {
    .under-line:after {
        top: revert-layer;
    }
}

.description {
    margin: 5px 0;
    text-align: center;
}

@media screen and (max-width: 1000px) {
    .section {
        margin: 60px 0;
    }

    .section .area {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .section {
        margin: 40px 0;
    }

    .section .area {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    .description {
        margin: 8px 0;
        text-align: left;
    }
}
.section-top {
    margin-top: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.section-top {
    position: relative;
    margin-top: 0;
    background-image: url("../../../images/root/imgae-background-1.png"), url("../../../images/root/imgae-background-2.png");
    background-size: 100%;
    background-position: center;
    margin: 0 auto;
    background-repeat: no-repeat;
}

.section-top .inner {
    position: relative;
}

.section-top .area-top {
    padding: 0;
}

@media screen and (max-width: 768px) {
    .section-top .area-top {
        padding: 0;
        margin-top: 95px;
    }
}
.section-top .area-top .area-description {
    width: 50%;
    position: absolute;
    top: 8%;
    left: 8%;
    z-index: 10;
}

@media screen and (max-width: 768px) {
    .section-top .area-top .area-description {
        top: 6%;
        left: 3%;
    }
}

@media screen and (max-width: 540px) {
    .section-top .area-top .area-description {
        left: 3%;
    }
}

.section-top .area-top .inner .title-main h1 {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.2;
}

@media screen and (max-width: 853px) {
    .section-top .area-top .inner .title-main h1 {
        font-size: 35px;
    }
}

@media screen and (max-width: 768px) {
    .section-top .area-top .inner .title-main h1 {
        font-size: 28px;
    }
}

@media screen and (max-width: 540px) {
    .section-top .area-top .inner .title-main h1 {
        font-size: 20px;
    }
}

.section-top .area-top .inner .title-main h1 .text-down {
    font-size: 28px;
}

.section-top .area-top .inner .title-main h1 .text-big {
    display: inline-block;
    font-size: 48px;
}

@media screen and (max-width: 647px) {
    .section-top .area-top .inner .title-main h1 .text-big {
        display: inline-block;
        font-size: 40px;
    }
}

.section-top .area-top .inner .title-main h1 .text-color {
    color: #99b1ff;
}

@media screen and (min-width: 768px) {
    .section-top .area-top .inner .title-main h1 .indent {
        display: none;
    }
}
.section-top .area-top .inner .description {
    display: flex;
    justify-content: flex-start;
    text-align: left;
}

@media screen and (max-width: 430px) {
    .section-top .area-top .inner .description {
        width: 90%;
        margin-top: 44px;
    }
}

@media screen and (max-width: 330px) {
    .section-top .area-top .inner .description {
        margin-top: 38px;
    }
}

.section-top .area-top .inner .description p {
    border: 1px solid #5e6cef;
    font-size: 14px;
    font-weight: 450;
    border-radius: 50px;
    padding: 8px 12px;
    line-height: 0.8em;
    width: 63px;
    margin: 6px;
    text-align: center;
}

@media screen and (max-width: 619px) {
    .section-top .area-top .inner .description p {
        border: 1px solid #5e6cef;
        padding: 4px 6px;
        font-size: 13px;
        line-height: 0.8em;
        width: 55px;
        margin: 3px;
        text-align: center;
    }
}

@media screen and (max-width: 540px) {
    .section-top .area-top .inner .description p {
        font-size: 11px;
        margin: 2px;
    }
}
@media screen and (max-width: 500px) {
    .section-top .area-top .inner .description p {
        padding: 4px;
        font-size: 11px;
        width: 50px;
        text-align: center;
    }
}
@media screen and (max-width: 430px) {
    .section-top .area-top .inner .description p {
        padding: 3px 5px;
        font-size: 9px;
        width: 40px;
    }
}

@media screen and (max-width: 370px) {
    .section-top .area-top .inner .description p {
        font-size: 7px;
        width: 31px;
    }
}

@media screen and (max-width: 360px) {
    .section-top .area-top .inner .description p {
        padding: 3px 2px;
        font-size: 6px;
        width: 35px;
    }
}

.section-top .area-top .inner .area-action .button {
    margin: 10px 0;
    width: 300px;
    position: relative;
    width: 300px;
    height: 50px;
    font-size: 20px;
    box-shadow: 0 2px 2px 0.5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .section-top .area-top .inner .area-action .button {
        width: 250px;
        height: 40px;
    }
}

@media screen and (max-width: 540px) {
    .section-top .area-top .inner .area-action .button {
        width: 200px;
        height: 35px;
        font-size: 18px;
    }
}

@media screen and (max-width: 500px) {
    .section-top .area-top .inner .area-action .button {
        width: 180px;
        height: 30px;
        font-size: 16px;
    }
}

@media screen and (max-width: 450px) {
    .section-top .area-top .inner .area-action .button {
        width: 172px;
        margin: 6px 0;
    }
}

@media screen and (max-width: 430px) {
    .section-top .area-top .inner .area-action .button {
        font-size: 14px;
        border-radius: 3px;
        position: absolute;
        top: 42px;
    }
}

@media screen and (max-width: 370px) {
    .section-top .area-top .inner .area-action .button {
        width: 158px;
        height: 28px;
        font-size: 13px;
        border-radius: 3px;
        position: absolute;
        top: 41px;
    }
}

@media screen and (max-width: 350px) {
    .section-top .area-top .inner .area-action .button {
        width: 135px;
    }
}

.section-top .area-top .inner .image {
    margin: 0 auto;
    width: 1000px;
    position: relative;
    z-index: 1;
}

.section-top .area-top .inner img {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .section-top .area-top .inner .image {
        margin: 0;
        width: 100%;
        height: auto;
    }
}

.section-top .area-top .inner .image_sp {
    width: 100%;
    height: auto;
}

.section-top .area-top .inner .image,
.image_sp {
    display: none;
}

@media screen and (min-width: 768px) {
    .section-top .area-top .inner .image {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .image_sp {
        display: block;
    }
}

@media screen and (max-width: 820px) {
    .section-top .area-top .inner .image {
        width: 100%;
        object-fit: cover;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .section-top .area-top .inner .title-main h1 {
        font-size: 24px;
    }
}

@media screen and (max-width: 647px) {
    .section-top .area-top .inner .title-main h1 {
        font-size: 28px;
    }
}

@media screen and (max-width: 600px) {
    .section-top .area-top .inner .title-main h1 {
        font-size: 22px;
    }
}

@media screen and (max-width: 500px) {
    .section-top .area-top .inner .title-main h1 {
        font-size: 19px;
    }
}

@media screen and (max-width: 431px) {
    .section-top .area-top .inner .title-main h1 {
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media screen and (max-width: 350px) {
    .section-top .area-top .inner .title-main h1 {
        font-size: 14px;
    }
}

@media screen and (max-width: 540px) {
    .section-top .area-top .inner {
        align-items: center;
        flex-direction: column;
    }
    .section-top .area-top .inner .image {
        width: 100%;
        height: 100%;
    }

    .section-top .area-top .inner .title-main h1 .text-gradation {
        font-size: 55px;
    }
    .section-top .area-top .inner .title-main h1 .text-big {
        font-size: 24px;
    }
}

@media screen and (max-width: 430px) {
    .section-top .area-top .inner .title-main h1 .text-big {
        font-size: 20px;
    }
}

.section-top-second {
    background-color: #effdfb;
    background: url("../../../images/root/image-background-3.png");
    background-size: cover;
    margin: -35px auto;
    height: 479px;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: 0px 2px 4px 0px rgb(155 194 183 / 20%);
}

@media screen and (max-width: 768px) {
    .section-top-second {
        padding: 20px auto;
        height: auto;
    }
}

@media screen and (max-width: 540px) {
    .section-top-second {
        background-image: url("../../../images/root/image-background-3-sp.png");
        height: auto;
        margin: 20px 0 0;
    }

    .section-top-second .area-top-second {
        text-align: center;
        padding: 0 20px 10px;
    }
}

@media screen and (max-width: 768px) {
    .section-top-second .area-top-second .title-main {
        text-align: center;
    }
}

.section-top-second .area-top-second .title-main h2 {
    padding-left: 22px;
    margin-top: 20px;
}

@media screen and (max-width: 540px) {
    .section-top-second .area-top-second .title-main h2 {
        margin: 0;
    }
}

.section-top .area-top .inner .title-main h1 .text-gradation {
    display: inline-block;
    background-color: #99b1ff;
    background: linear-gradient(45deg, #99b1ff 0%, #3eccb6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 73px;
}

.section-top-second .area-top-second .inner .title-main h2 .text-gradation {
    display: inline-block;
    background-color: #71f8e3;
    background: linear-gradient(45deg, #46c8d9 0%, #71f8e3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section-top-second .area-top-second .title-main .small {
    color: #a3f0e6;
}

.section-top-second .area-top-second .inner .vertical-circle {
    position: relative;
    display: flex;
    justify-content: flex-start;
    margin-left: 69px;
}

.section-top-second .area-top-second .inner .vertical-circle p {
    margin: 0 0 4px 0;
}

@media screen and (max-width: 768px) {
    .section-top-second .area-top-second .inner .vertical-circle {
        margin-left: 52px;
        width: 55%;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 606px) {
    .section-top-second .area-top-second .inner .vertical-circle {
        margin: 8px 0 10px;
        width: 50%;
    }
}

@media screen and (max-width: 430px) {
    .section-top-second .area-top-second .inner .vertical-circle {
        width: 45%;
    }
}

@media screen and (max-width: 413px) {
    .section-top-second .area-top-second .inner .vertical-circle .top {
        margin: 0 50px;
    }
}

@media screen and (max-width: 400px) {
    .section-top-second .area-top-second .inner .vertical-circle .top {
        margin: 0 42px;
    }
}

@media screen and (max-width: 360px) {
    .section-top-second .area-top-second .inner .vertical-circle .top {
        margin: 0 39px;
    }
}

@media screen and (max-width: 350px) {
    .section-top-second .area-top-second .inner .vertical-circle .top {
        margin: 0 33px;
    }
}

.section-top-second .area-top-second .inner .vertical-circle img {
    width: 95px;
    padding: 19px 0 2px;
}

.section-top-second .area-top-second .inner .vertical-circle .img-center {
    width: 50px;
    padding-top: 15px;
}

@media screen and (max-width: 768px) {
    .section-top-second .area-top-second .inner .vertical-circle .img-center {
        padding-top: 11px;
    }
}

@media screen and (max-width: 540px) {
    .section-top-second .area-top-second .inner .vertical-circle .img-center {
        width: 47%;
        padding-top: 20%;
    }
}

.section-top-second .area-top-second .inner .vertical-circle .img-right {
    width: 95px;
}

@media screen and (max-width: 768px) {
    .section-top-second .area-top-second .inner .vertical-circle .img-right {
        width: 75px;
        padding-top: 25px;
    }
}

@media screen and (max-width: 540px) {
    .section-top-second .area-top-second .inner .vertical-circle .img-right {
        width: 70%;
        padding: 15px 0 0;
    }
}
.section-top-second .area-top-second .inner .vertical-circle .img-left {
    width: 86px;
}

@media screen and (max-width: 768px) {
    .section-top-second .area-top-second .inner .vertical-circle .img-left {
        width: 70px;
    }
}

@media screen and (max-width: 540px) {
    .section-top-second .area-top-second .inner .vertical-circle .img-left {
        width: 70%;
        padding: 15px 0 0;
    }
}

.section-top-second .area-top-second .inner .vertical-circle-inside {
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    width: 124px;
    height: 124px;
    background: #fff;
    border: 2px solid #46c8d7;
    border-radius: 50%;
    margin: 5px 20px;
}

@media screen and (max-width: 768px) {
    .section-top-second .area-top-second .inner .vertical-circle-inside {
        width: 100px;
        height: 100px;
        margin: 7px auto;
    }
}

@media screen and (max-width: 540px) {
    .section-top-second .area-top-second .inner .vertical-circle-inside {
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width: 430px) {
    .section-top-second .area-top-second .inner .vertical-circle-inside {
        width: 60px;
        height: 60px;
        margin: 5px auto;
    }
}
@media screen and (max-width: 768px) {
    .section-top-second .area-top-second .inner .vertical-circle-inside p {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .section-top-second .area-top-second .inner .vertical-circle-inside p {
        font-size: 8px;
    }
}

@media screen and (max-width: 600px) {
    .section-top-second .area-top-second .inner .vertical-circler .center {
        margin: 10px 50px;
    }
}

.section-top-second .area-top-second .inner .images {
    position: relative;
    width: 40%;
    height: auto;
}

@media screen and (max-width: 820px) {
    .section-top-second .area-top-second .inner .images {
        width: 33%;
    }
}

@media screen and (max-width: 600px) {
    .section-top-second .area-top-second .inner .images {
        width: 100%;
        right: 8%;
    }
}

.section-top-second .area-top-second .inner .image-front {
    position: absolute;
    top: 23%;
    left: 0;
    z-index: 10;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
    width: 150px;
    height: auto;
}

@media screen and (max-width: 768px) {
    .section-top-second .area-top-second .inner .image-front {
        width: 125px;
    }
}

@media screen and (max-width: 600px) {
    .section-top-second .area-top-second .inner .image-front {
        top: 60px;
        left: 60%;
    }
}

@media screen and (max-width: 540px) {
    .section-top-second .area-top-second .inner .image-front {
        width: 110px;
        top: 35px;
    }
}

@media screen and (max-width: 430px) {
    .section-top-second .area-top-second .inner .image-front {
        top: 12px;
        z-index: 10;
        box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
        width: 85px;
    }
}
.section-top-second .area-top-second .inner .image-back {
    position: absolute;
    top: 38%;
    left: 35%;
    box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
    width: 150px;
    height: auto;
}
@media screen and (max-width: 768px) {
    .section-top-second .area-top-second .inner .image-back {
        width: 125px;
    }
}

@media screen and (max-width: 600px) {
    .section-top-second .area-top-second .inner .image-back {
        left: 84%;
    }
}

@media screen and (max-width: 540px) {
    .section-top-second .area-top-second .inner .image-back {
        width: 110px;
        top: 0px;
        left: 81%;
    }
}

@media screen and (max-width: 430px) {
    .section-top-second .area-top-second .inner .image-back {
        top: 2px;
        box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 25%);
        width: 85px;
        height: auto;
    }
}

.section-top-second .area-top-second .inner .flex-box {
    display: flex;
    justify-content: space-around;
    margin-left: 47px;
}

@media screen and (max-width: 768px) {
    .section-top-second .area-top-second .inner .flex-box {
        margin-left: 0px;
    }
}

@media screen and (max-width: 600px) {
    .section-top-second .area-top-second .inner .flex-box {
        display: flex;
        flex-flow: column;
        position: static;
        margin: 0 auto;
    }
}

.section-top-second .area-top-second .inner .description-whats {
    margin: 10px auto;
    padding: 17px 25px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 4px 0 rgb(228 252 249 / 100%);
}

@media screen and (max-width: 768px) {
    .section-top-second .area-top-second .inner .description-whats {
        background: none;
        padding: 0 13px;
        text-align: left;
        width: 100%;
        box-shadow: none;
    }
}

@media screen and (max-width: 390px) {
    .section-top-second .area-top-second .inner .description-whats {
        width: 98%;
    }
}

.section-top-second .area-top-second .inner .text-color-green {
    color: #44c9d0;
}

.section-top-second .area-top-second .inner .description-whats p {
}

.section-flow {
    margin: 100px auto 50px;
}

@media screen and (max-width: 540px) {
    .section-flow {
        margin: 0 auto;
    }

    .section-flow .title-box .under-line:after {
        bottom: -11px;
        width: 50px;
        height: 3px;
    }
}

.section-flow .flow-image-pc {
    display: flex;
    justify-content: center;
    width: 79%;
    height: auto;
    margin: 70px auto 20px;
}

.section-flow .flow-box .pc {
    display: block;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .section-flow .flow-box .pc {
        display: none;
    }
}

.section-flow .flow-box .sp img {
    display: none;
}

@media screen and (max-width: 768px) {
    .section-flow .flow-box .sp img {
        display: block !important;
        width: 80%;
        margin: 20px auto;
    }
}

@media screen and (max-width: 768px) {
    .section-flow .flow-image-sp {
        width: 100%;
        height: auto;
        margin-top: 50px 0 0 10px;
    }
}

.section-flow .flow-box {
    position: relative;
}

.section-flow .flow-point {
    width: 78%;
    margin: 20px auto;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .section-flow .flow-point {
        width: 100%;
        margin: 5px auto;
    }
}

@media screen and (max-width: 768px) {
    .section-flow .flow-point p {
        width: 100%;
        margin: 10px auto 60px;
    }
}

.section-flow .flow-point .text-color-green {
    color: #44c9d0;
    font-weight: 650;
}

.section-feasible {
    background-image: url("../../../images/root/image-background-4.png");
    background-size: cover;
    margin: 0 auto;
    height: 687px;
    background-repeat: no-repeat;
    position: relative;
    box-shadow: 0px 2px 4px 0px rgb(167 194 252 / 30%);
}

@media screen and (max-width: 768px) {
    .section-feasible {
        padding: 20px 0;
        background-image: url("../../../images/root/image-background-4-sp.png");
        background-size: cover;
        background-position: top;
    }
}

@media screen and (max-width: 540px) {
    .section-feasible {
        height: 560px;
    }
}

@media screen and (max-width: 360px) {
    .section-feasible {
        height: 510px;
    }
}

.section-feasible .area-category {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
    .section-feasible .area-category {
        top: 54%;
    }
}

@media screen and (max-width: 540px) {
    .section-feasible .area-category .under-line:after {
        bottom: -11px;
        width: 50px;
        height: 3px;
    }
}

.section-feasible .feasible-box {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 600px) {
    .section-feasible .feasible-box {
        display: flex;
        flex-direction: column;
    }
}

.section-feasible .feasible-box-item {
    width: 28%;
    margin: 40px 10px 30px 10px;
    border: 2px solid #5e6cef;
    border-radius: 10px;
    padding: 10px 20px;
    background: #fff;
    box-sizing: border-box;
}

@media screen and (max-width: 768px) {
    .section-feasible .feasible-box-item {
        position: relative;
        width: 100%;
        height: auto;
        margin: 10px 5px;
        padding: 10px 5px;
    }
}

@media screen and (max-width: 600px) {
    .section-feasible .feasible-box-item {
        margin: 6px auto;
        padding: 3px 10px 7px 15px;
    }
}

@media screen and (max-width: 600px) {
    .section-feasible .feasible-box .feasible-box-item-flex {
        display: flex;
        justify-content: space-around;
        margin: 10px auto 0 auto;
    }
}

.section-feasible .feasible-box-item img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .section-feasible .feasible-box-item img {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .section-feasible .feasible-box-item img {
        width: 121px;
        height: auto;
    }
}

.section-feasible .feasible-box-item p {
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
}

@media screen and (max-width: 600px) {
    .section-feasible .feasible-box-item p {
        text-align: left;
        width: 50%;
    }
}

.section-feasible .feasible-box-item h5 {
    width: 200px;
    height: auto;
    margin: 10px auto 15px auto;
}

@media screen and (max-width: 660px) {
    .section-feasible .feasible-box-item h5 {
        position: absolute;
        left: 153px;
        top: 0px;
        text-align: left;
        margin: 5px auto 15px auto;
    }
}

@media screen and (max-width: 540px) {
    .section-feasible .feasible-box-item h5 {
        left: 173px;
    }
}

@media screen and (max-width: 430px) {
    .section-feasible .feasible-box-item h5 {
        left: 163px;
    }
}

@media screen and (max-width: 360px) {
    .section-feasible .feasible-box-item h5 {
        left: 158px;
    }
}

.section-feasible .feasible-box-item ul {
    width: 100%;
    height: auto;
    margin: 5px auto;
}

@media screen and (max-width: 660px) {
    .section-feasible .feasible-box-item ul {
        width: 75%;
        margin: 25px auto 0;
    }
}

@media screen and (max-width: 540px) {
    .section-feasible .feasible-box-item ul {
        margin: 25px auto 0;
    }
}

.section-cta {
    height: 200px;
    padding: 13px 0;
    margin: 60px auto 20px;
    background-color: #ebf0ff;
    background-image: linear-gradient(45deg, #fffede 0%, #ffffa7 100%);
}

.cta-1 {
    margin: 20px auto;
}

@media screen and (max-width: 820px) {
    .section-cta {
        height: auto;
        padding: 0;
        margin: 40px auto 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .section-cta h2 {
        margin: 0;
    }
}

@media screen and (max-width: 540px) {
    .section-cta .title-box .under-line:after {
        bottom: -11px;
        width: 50px;
        height: 3px;
    }
}

.section-cta .action-button-box {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 820px) {
    .section-cta .action-button-box,
    .section-cs .action-button-box {
        flex-direction: column;
    }
}

.section-cta .area-action .button {
    margin: 10px 20px;
}

@media screen and (max-width: 820px) {
    .section-cta .area-action .button {
        margin: 5px auto;
    }
}

.section-cta .text-color-purple {
    color: #5e6cef;
}

.section-cta .text-big {
    font-size: 1.5em;
}
.section-feature {
    position: relative;
    padding: 60px 0;
    display: flex;
    margin: 20px auto 150px auto;
    background-image: url("../../../images/root/image-background-5.png");
    background-size: 100%;
    background-position: center;
    height: auto;
    margin: 0 auto;
    background-repeat: no-repeat;
    z-index: -2;
}

@media screen and (max-width: 768px) {
    .section-feature {
        background-image: url("../../../images/root/image-background-5-sp.png");
        background-size: 100%;
        height: 100%;
        background-position: center;
    }
}

@media screen and (max-width: 540px) {
    .section-feature .area-feature .title-box .under-line:after {
        bottom: -13px;
        width: 50px;
        height: 3px;
    }
}

.section-feature .area-feature .item {
    position: relative;
    padding: 60px 0;
    display: flex;
    width: 790px;
    margin: 20px auto 150px auto;
}

@media screen and (max-width: 768px) {
    .section-feature .area-feature .item {
        width: 90%;
    }
}

@media screen and (max-width: 718px) {
    .section-feature .area-feature .item {
        height: 650px;
        margin: 30px auto 60px;
    }
}

@media screen and (max-width: 540px) {
    .section-feature .area-feature .item {
        height: 650px;
        margin: 30px auto 60px;
        padding: 0;
        display: flex;
        flex-direction: column;
        width: 97%;
        height: 650px;
        margin: 30px auto 60px;
    }
}

.section-feature .area-feature .item .description-box {
    width: 65%;
}

@media screen and (max-width: 540px) {
    .section-feature .area-feature .item .description-box {
        margin-bottom: 10px;
        width: 100%;
    }
}

.section-feature .area-feature .item-bottom {
    margin-bottom: 95px;
}

@media screen and (max-width: 540px) {
    .section-feature .area-feature .item-bottom {
        margin-top: 200px;
        height: 425px;
    }
}

@media screen and (max-width: 430px) {
    .section-feature .area-feature .item-bottom {
        margin-top: 200px;
    }
}

@media screen and (max-width: 540px) {
    .section-feature .area-feature .item .feature-title {
        width: 80%;
        margin: auto;
    }
}

@media screen and (max-width: 540px) {
    .section-feature .area-feature .item .feature-title-first {
        width: 90%;
        margin: auto;
    }
}

@media screen and (max-width: 360px) {
    .section-feature .area-feature .item .feature-title-first {
        width: 81%;
    }
}

.section-feature .area-feature .item .feature-title .number {
    font-size: 250px;
    background: linear-gradient(180deg, #ebefff 0%, #f6f8ff 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    position: absolute;
    z-index: -2;
    left: 109px;
    top: 270px;
    line-height: 1;
}

@media screen and (max-width: 540px) {
    .section-feature .area-feature .item .feature-title .number {
        font-size: 150px;
        left: 150px;
        top: 26px;
    }
}

.section-feature .area-feature .item .text-background-color {
    font-weight: 400;
    background: linear-gradient(to right, #d5dfff 0%, #f6f8ff 70%);
    background-clip: text;
    color: transparent;
    position: relative;
    text-shadow: 1px 1px 0 white, -1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white;
}

.section-feature .area-feature .item .text-background-color::after {
    content: "";
    position: absolute;
    top: 60%;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to right, #d5dfff 0%, #f6f8ff 45%);
    z-index: -1;
}

.section-feature .area-feature .item h3 {
    font-weight: 400;
}

.section-feature .area-feature .item .text-big {
    font-size: 44px;
    font-weight: 550;
    color: #000000;
}

@media screen and (max-width: 540px) {
    .section-feature .area-feature .item .text-big {
        font-size: 24px;
        font-weight: 500;
    }
}

.section-feature .area-feature .item .text-color-black {
    color: #000000;
    font-size: 28px;
}

.section-feature .area-feature .item .font-size-32 {
    font-size: 32px;
}

@media screen and (max-width: 540px) {
    .section-feature .area-feature .item .text-color-black {
        font-size: 16px;
    }
}

.section-feature .area-feature .item .image-box {
    position: relative;
}

.section-feature .area-feature .item .image-1 img {
    position: absolute;
    top: 60px;
    left: 25px;
    width: 310px;
    height: auto;
    /* box-shadow: 2px 2px 6px 0px rgba(0 0 0/ 20%);*/
}

@media screen and (max-width: 1000px) {
.section-feature .area-feature .item .image-1 img {
    width: 250px;
}
}

@media screen and (max-width: 540px) {
    .section-feature .area-feature .item .image-1 img {
        position: absolute;
        top: 215px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        height: auto;
        margin: 10px auto;
        text-align: center;
    }
}

@media screen and (max-width: 390px) {
    .section-feature .area-feature .item .image-1 img {
        width: 90%;
    }
}

.section-feature .area-feature .item .image-2 img {
    position: absolute;
    top: 60px;
    left: 25px;
    width: 320px;
    height: auto;
    /*box-shadow: 2px 2px 6px 0px rgba(0 0 0/ 20%);*/
}

@media screen and (max-width: 1000px) {
    .section-feature .area-feature .item .image-2 img {
        width: 250px;
    }
}

@media screen and (max-width: 540px) {
    .section-feature .area-feature .item .image-2 img {
        top: 256px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 360px) {
    .section-feature .area-feature .item .image-2 img {
        width: 95%;
    }
}
.section-feature .area-feature .item .image-3 img {
    position: absolute;
    top: 88px;
    left: 25px;
    width: 320px;
    height: auto;
}

@media screen and (max-width: 1000px) {
    .section-feature .area-feature .item .image-3 img {
        width: 250px;
    }
}

@media screen and (max-width: 768px) {
    .section-feature .area-feature .item .image-3 img {
        top: 125px;
    }
}

@media screen and (max-width: 540px) {
    .section-feature .area-feature .item .image-3 img {
        position: absolute;
        top: 118px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        height: auto;
        margin: 10px auto;
        text-align: center;
    }
}

@media screen and (max-width: 390px) {
    .section-feature .area-feature .item .image-3 img {
        width: 95%;
    }
}

.section-feature .area-feature .item .circle-1 {
    display: inline-block;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: #f1f4ff;
    position: absolute;
    top: 40px;
    right: 50px;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .section-feature .area-feature .item .circle-1 {
        right: -10px;
    }
}

@media screen and (max-width: 540px) {
    .section-feature .area-feature .item .circle-1 {
        width: 180px;
        height: 180px;
        top: 79%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 440px) {
    .section-feature .area-feature .item .circle-1 {
        top: 83%;
    }
}

@media screen and (max-width: 371px) {
    .section-feature .area-feature .item .circle-1 {
        top: 87%;
    }
}

@media screen and (max-width: 360px) {
    .section-feature .area-feature .item .circle-1 {
        top: 84%;
    }
}

.section-feature .area-feature .item .circle-2 {
    display: inline-block;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: #f1f4ff;
    position: absolute;
    top: 40px;
    right: 50px;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .section-feature .area-feature .item .circle-2 {
        right: -10px;
    }
}

@media screen and (max-width: 540px) {
    .section-feature .area-feature .item .circle-2 {
        width: 180px;
        height: 180px;
        top: 96%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 393px) {
    .section-feature .area-feature .item .circle-2 {
        top: 100%;
    }
}

@media screen and (max-width: 366px) {
    .section-feature .area-feature .item .circle-2 {
        top: 104%;
    }
}

@media screen and (max-width: 358px) {
    .section-feature .area-feature .item .circle-2 {
        top: 108%;
    }
}

.section-feature .area-feature .item .circle-3 {
    display: inline-block;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: #f1f4ff;
    position: absolute;
    top: 96px;
    right: 50px;
    z-index: -1;
}
@media screen and (max-width: 768px) {
    .section-feature .area-feature .item .circle-3 {
        right: -10px;
    }
}

@media screen and (max-width: 540px) {
    .section-feature .area-feature .item .circle-3 {
        width: 180px;
        height: 180px;
        top: 91%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 500px) {
    .section-feature .area-feature .item .circle-3 {
        top: 90%;
    }
}

@media screen and (max-width: 486px) {
    .section-feature .area-feature .item .circle-3 {
        top: 96%;
    }
}

@media screen and (max-width: 430px) {
    .section-feature .area-feature .item .circle-3 {
        top: 87%;
    }
}

@media screen and (max-width: 426px) {
    .section-feature .area-feature .item .circle-3 {
        top: 92%;
    }
}

@media screen and (max-width: 360px) {
    .section-feature .area-feature .item .circle-3 {
        top: 88%;
    }
}

.section-feature .image-box h5 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    width: 160px;
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 113px;
}

.section-feature .image-box-1 h5 {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    width: 160px;
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 95px;
}

.section-feature .image-box .image-box-title {
    position: absolute;
    top: 60px;
}

@media screen and (max-width: 540px) {
    .section-feature .image-box-1 h5 {
        font-size: 12px;
        font-weight: 400;
        text-align: center;
        width: 160px;
        position: absolute;
        z-index: 1;
        top: 388px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 540px) {
    .section-feature .image-box-2 h5 {
        font-size: 12px;
        font-weight: 400;
        text-align: center;
        width: 160px;
        position: absolute;
        z-index: 1;
        top: 472px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 540px) {
    .section-feature .image-box-3 .image-box-title {
        font-size: 12px;
        font-weight: 400;
        text-align: center;
        width: 160px;
        position: absolute;
        z-index: 1;
        top: 268px;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 500px) {
    .section-feature .image-box-3 .image-box-title {
        top: 260px;
    }
}

@media screen and (max-width: 460px) {
    .section-feature .image-box-3 .image-box-title {
        top: 252px;
    }
}

@media screen and (max-width: 430px) {
    .section-feature .image-box-3 .image-box-title {
        top: 215px;
    }
}

@media screen and (max-width: 400px) {
    .section-feature .image-box-3 .image-box-title {
        top: 209px;
    }
}

@media screen and (max-width: 375px) {
    .section-feature .image-box-3 .image-box-title {
        top: 200px;
    }
}

.section-feature .area-feature .item .description {
    box-sizing: border-box;
    text-align: left;
    width: 425px;
    margin-top: 35px;
}

@media screen and (max-width: 718px) {
    .section-feature .area-feature .item .description {
        width: 100%;
        margin-top: 17px;
    }
}

.section-feature .area-feature .item .description p {
    font-size: 24px;
    font-weight: 250;
}

@media screen and (max-width: 540px) {
    .section-feature .area-feature .item .description p {
        font-size: 15px;
        font-weight: 370;
        line-height: 1.8;
    }
}

.section-feature .area-feature .item .description .paragraph.bottom {
    margin-top: 35px;
}

@media screen and (max-width: 540px) {
    .section-feature .area-feature .item .description .paragraph.bottom {
        margin-top: 10px;
    }
}

.section-feature .area-feature .feature-serif-box {
    width: 790px;
    display: flex;
    justify-content: left;
    align-items: flex-end;
    margin: auto;
    padding-top: 50px;
}

@media screen and (max-width: 768px) {
    .section-feature .area-feature .feature-serif-box {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 540px) {
    .section-feature .area-feature .feature-serif-box {
        margin: 0 auto;
    }
}

.section-feature .area-feature .feature-serif-box img {
    width: 150px;
    margin-right: 27px;
}

@media screen and (max-width: 540px) {
    .section-feature .area-feature .feature-serif-box img {
        width: 80px;
    }
}

.section-feature .area-feature .serif {
    position: relative;
    width: 550px;
    height: auto;
    font-size: 26px;
    font-weight: 300;
    background: #f1f4ff;
    padding: 20px;
    text-align: center;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    text-align: left;
    line-height: 1.3;
    box-shadow: 0px 4px 4px 0px rgba(0 0 0/ 15%);
}

@media screen and (max-width: 540px) {
    .section-feature .area-feature .serif {
        width: 100%;
        height: auto;
        font-size: 14px;
        background: #f1f4ff;
        padding: 15px;
    }
}

.section-feature .area-feature .serif:after {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(241, 244, 255, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 23px;
    border-right-width: 23px;
    margin-top: -10px;
    border-right-color: #f1f4ff;
    right: 100%;
    top: 46%;
}

.section-feature .area-feature .text-bold {
    font-weight: 550;
}

.section-person {
    margin: 40px 0;
    background: linear-gradient(45deg, #efffff 0%, #e4fffb 100%);
}

@media screen and (max-width: 540px) {
    .section-person {
        margin: 20px 0;
    }
}

.section-person .area-person {
    padding: 50px 0 15px;
    margin: 100px auto;
}

@media screen and (max-width: 540px) {
    .section-person .area-person {
        padding: 15px 0;
        margin: 0 auto;
    }
}

@media screen and (max-width: 540px) {
    .section-person .title-box .under-line:after {
        bottom: -11px;
        width: 50px;
        height: 3px;
    }
}
.section-person .area-person .person-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 20px auto;
}

.section-person .area-person .item {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 20px;
}

@media screen and (max-width: 540px) {
    .section-person .area-person .item {
        width: 147px;
        height: auto;
        padding: 10px 20px 20px;
    }
}

@media screen and (max-width: 360px) {
    .section-person .area-person .item {
        width: 132px;
        height: auto;
        padding: 10px 15px 20px;
    }
}

.section-person .area-person img {
    width: 233px;
    height: auto;
    border-radius: 15px;
    order: 1;
    display: block;
}

@media screen and (max-width: 540px) {
    .section-person .area-person img {
        width: 150px;
        height: auto;
        border-radius: 5px;
    }
}

.section-person .area-person .thumbnail img {
    display: block;
    width: 233px;
    height: auto;
    border-radius: 15px;
    object-fit: cover;
}

@media screen and (max-width: 540px) {
    .section-person .area-person .thumbnail img {
        width: 150px;
        height: auto;
        border-radius: 5px;
    }
}

@media screen and (max-width: 360px) {
    .section-person .area-person img {
        width: 120px;
        height: auto;
        border-radius: 5px;
    }
}

.section-person .area-person h5 {
    order: 2;
    font-size: 16px;
    padding: 10px;
    font-weight: 400;
}

@media screen and (max-width: 540px) {
    .section-person .area-person h5 {
        font-size: 12px;
        font-weight: 400;
    }
}

@media screen and (max-width: 360px) {
    .section-person .area-person h5 {
        font-size: 11px;
        font-weight: 400;
    }
}

.section-person .area-person .drop-shadow {
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.3);
}

.section-person .area-person .thumbnail {
    width: 233px;
    height: auto;
    border-radius: 15px;
    overflow: hidden;
}

@media screen and (max-width: 540px) {
    .section-person .area-person .thumbnail {
        width: 150px;
        height: auto;
        border-radius: 5px;
    }
}

.section-person .area-person .item:hover .thumbnail img {
    transform: scale(1.1, 1.1);
    transition: 0.3s all;
}

@media screen and (max-width: 540px) {
    .section-voice .title-box .under-line:after {
        bottom: -11px;
        width: 50px;
        height: 3px;
    }
}

.section-voice .area-voice .voice-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px 50px 20px;
    width: 90%;
    margin: auto;
}

@media screen and (max-width: 540px) {
    .section-voice .area-voice .voice-box {
        padding: 10px 0 20px;
    }
}

.section-voice .area-voice .item {
    position: relative;
    display: flex;
    justify-content: space-around;
    margin: 20px;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
}

@media screen and (max-width: 768px) {
    .section-voice .area-voice .item {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 540px) {
    .section-voice .area-voice .item {
        display: flex;
        flex-direction: column;
        margin: 20px;
        box-shadow: 0 0px 8px rgba(0, 0, 0, 0.12);
        border-radius: 8px;
        font-family: "fot-tsukuardgothic-std", sans-serif;
        font-weight: 600;
        font-style: normal;
    }
}

.section-voice .item:hover {
    opacity: 0.8;
}

.section-voice .area-voice .item img {
    border-radius: 8px 8px 0 0;
    object-fit: cover;
}

.section-voice .area-voice .thumbnail {
    width: 457px;
    height: 240px;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .section-voice .area-voice .thumbnail {
        width: 100%;
        height: 100%;
        border-radius: 4px 4px;
    }
}

@media screen and (max-width: 540px) {
    .section-voice .area-voice .thumbnail {
        height: 390px;
    }
}

.section-voice .area-voice .thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 4px 4px;
}

/* @media screen and (max-width: 768px) {
    .section-voice .area-voice .thumbnail img {
        width: 100%;
        height: auto;
        border-radius: 4px 4px;
    }
} */

/* @media screen and (max-width: 540px) {
    .section-voice .area-voice .thumbnail img {
        height: 55vh;
    }
} */

.section-voice .area-voice .item:hover .thumbnail img {
    transform: scale(1.1, 1.1);
    transition: 0.3s all;
}

.section-voice .area-voice .item .service-name {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    right: 0;
    font-size: 12px;
    height: 20px;
    z-index: 10;
}

.section-voice .area-voice .item .voice-image {
    position: relative;
}

.section-voice .area-voice .item .service-name img {
    width: 22px;
    height: auto;
}

.section-voice .area-voice .item .description {
    margin: 20px;
    text-align: start;
}

@media screen and (max-width: 540px) {
    .section-voice .area-voice .item .description .interview-number-1 {
        position: absolute;
        top: 55%;
        left: 5%;
        width: 150px;
        height: 20px;
        background: #7ba007;
        padding: 0 5px 5px 5px;
        font-size: 12px;
        text-align: center;
        font-family: auto;
    }
}

@media screen and (max-width: 540px) {
    .section-voice .area-voice .item .description .interview-number-2 {
        position: absolute;
        top: 55%;
        left: 5%;
        width: 150px;
        height: 20px;
        background: #2189ff;
        padding: 0 5px 5px 5px;
        font-size: 12px;
        text-align: center;
        font-family: auto;
    }
}

@media screen and (max-width: 540px) {
    .section-voice .area-voice .item .description .interview-number-3 {
        position: absolute;
        top: 55%;
        left: 5%;
        width: 150px;
        height: 20px;
        background: #b82d00;
        padding: 0 5px 5px 5px;
        font-size: 12px;
        text-align: center;
        font-family: auto;
    }
}

@media screen and (max-width: 540px) {
    .section-voice .area-voice .item .description {
        color: #fff;
    }
}

@media screen and (max-width: 540px) {
    .section-voice .area-voice .item .description-sentence {
        position: absolute;
        top: 65%;
        left: 4%;
        text-shadow: 1px 1px 3px #666, -1px 1px 3px #666, 1px -1px 3px #666, -1px -1px 3px #666;
    }
}

@media screen and (max-width: 540px) {
    .section-voice .area-voice .item .description-sentence-2 {
        position: absolute;
        top: 55%;
        left: 4%;
        text-shadow: 1px 1px 3px #666, -1px 1px 3px #666, 1px -1px 3px #666, -1px -1px 3px #666;
    }
}

.section-voice .area-voice .item .description a {
    display: inline-block;
}

.section-voice .area-voice .item .description .x-sentence {
    height: 80px;
}

.section-voice .area-voice .item h3 {
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    height: 160px;
}

@media screen and (max-width: 1000px) {
    .section-voice .area-voice .item h3 {
        font-size: 16px;
        text-align: left;
        font-weight: 600;
    }
}

@media screen and (max-width: 540px) {
    .section-voice .area-voice .item h3 {
        font-size: 14px;
        height: auto;
    }
}

.section-voice .area-voice .item a {
    color: #000;
}

@media screen and (max-width: 540px) {
    .section-voice .area-voice .item p {
        position: absolute;
        height: auto;
        top: 70%;
        left: 4%;
    }
}

@media screen and (max-width: 540px) {
    .section-voice .area-voice .item .description .company-name {
        position: absolute;
        top: 80%;
        font-size: 14px;
        text-shadow: 1px 1px 3px #666, -1px 1px 3px #666, 1px -1px 3px #666, -1px -1px 3px #666;
    }
}

/* @media screen and (max-width: 540px) {
    .section-voice .area-voice .item .description .company-name-2 {
        position: absolute;
        top: 325px;
        font-size: 14px;
        text-shadow: 1px 1px 3px #666, -1px 1px 3px #666, 1px -1px 3px #666, -1px -1px 3px #666;
    }
} */

@media screen and (max-width: 540px) {
    .section-voice .area-voice .item .description .name {
        font-size: 20px;
    }
}

.section-voice .area-voice .voice-box .service-detail {
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
    border: 2px solid #5e6cef;
    color: #5e6cef;
    font-weight: 700;
    width: 150px;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 540px) {
    .section-voice .area-voice .voice-box .service-detail {
        font-size: 12px;
        padding: 0;
        width: 110px;
    }
}

.section-voice .area-voice .voice-box .service-detail::before {
    content: " >";
}

.section-voice .area-voice .area-action .button {
    position: relative;
    margin: 10px auto;
    width: 350px;
    height: 50px;
    font-size: 20px;
    box-shadow: 0 2px 2px 0.5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.section-case .area-case .area-action .button {
    position: relative;
    margin: 15px auto 40px auto;
    width: 350px;
    height: 50px;
    font-size: 20px;
    box-shadow: 0 2px 2px 0.5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

@media screen and (max-width: 540px) {
    .section-case .area-case .title-box .under-line:after {
        bottom: -11px;
        width: 50px;
        height: 3px;
    }
}

@media screen and (max-width: 540px) {
    .section-voice .area-voice .area-action .button {
        width: 300px;
        height: 40px;
        font-size: 18px;
    }
}

@media screen and (max-width: 540px) {
    .section-case .area-case .area-action .button {
        width: 300px;
        height: 40px;
        font-size: 18px;
        margin: 15px auto 0 auto;
    }
}

.service-list {
    position: relative;
    width: 100%;
    margin: 13px 0 0 0;
    overflow: hidden;
}

@media screen and (max-width: 540px) {
    .service-list {
        margin: -23px 0 0 0;
    }
}

.service-list-inner {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.service-list .item {
    width: 324px;
    flex-shrink: 0;
    line-height: 0;
    position: relative;
    margin: 40px 15px 10px 15px;
    border-radius: 8px;
    box-shadow: 0 0px 8px rgba(0, 0, 0, 0.12);
}

.service-list .item .detail .detail-price {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    padding: 3px 5px 10px 10px;
    color: #2e2e2e;
    width: 100%;
}

.service-list .item .detail .detail-price .month-price {
    display: flex;
    justify-content: end;
    align-items: baseline;
    margin-top: 4px;
    column-gap: 4px;
    font-size: 12px;
}
.service-list .item .detail .detail-price .month-price .value {
    margin: 0 4px;
}

@media screen and (max-width: 768px) {
    .service-list .item .detail .detail-price .month-price {
        font-size: 10px;
    }

    .service-list .item .detail .detail-price .month-price .price-number {
        font-size: 20px;
    }
}

.service-list .item .detail .detail-price .label {
    width: auto;
}

.service-list .item .detail .icon {
    display: flex;
    column-gap: 4px;
    justify-content: flex-end;
    align-items: center;
    padding: 0 10px 0 0;
    height: 22px;
}

.service-list .item .detail .icon .first-month-free {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 8px;
    font-size: 8px;
    border: 1px solid #d3ddff;
    border-radius: 2px;
    color: #000;
    font-weight: 600;
    min-width: 35px;
}

.service-list .item .detail .icon .initial-fee {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 8px;
    font-size: 8px;
    border: 1px solid #ffcd00;
    border-radius: 2px;
    color: #000;
    font-weight: 600;
    min-width: 35px;
}

.service-list .item .detail .icon .subsc {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 8px;
    font-size: 8px;
    border: 1px solid #d3ddff;
    border-radius: 2px;
    background-color: #d3ddff;
    color: #000;
    font-weight: 600;
    min-width: 35px;
}

.service-list .item .detail .icon .one-shot {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 8px;
    font-size: 8px;
    border: 1px solid #1ab59d;
    border-radius: 2px;
    background-color: #1ab59d;
    color: #ffffff;
    font-weight: 600;
    min-width: 35px;
}
.service-list .item .detail .icon .ticket {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 8px;
    font-size: 8px;
    border: 1px solid #ffe5c7;
    border-radius: 2px;
    background-color: #ffe5c7;
    color: #000;
    font-weight: 600;
    min-width: 35px;
}

.service-list .detail-wrapper h3 {
    padding: 0px 15px 6px 15px;
    margin-bottom: 10px;
    height: 55px;
    font-size: 16px;
    font-weight: 700;
    color: #2e2e2e;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.service-list .item:hover {
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
    .service-list .sp-none {
        display: none;
    }
}

.service-list .item .item-inner a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.service-list .free {
    position: absolute;
    top: 2px;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    height: 16px;
    background-color: #5e6cef;
    border-radius: 4px 0 0 4px;
    z-index: 1;
}

.service-list .free span {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
}

.service-list .thumbnail {
    width: 324px;
    height: 182px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.service-list .thumbnail img {
    width: 324px;
    height: 182px;
    border-radius: 4px 4px 0 0;
    object-fit: cover;
}

.service-list .item:hover .thumbnail img {
    transform: scale(1.1, 1.1);
    transition: 0.3s all;
}

.service-list .detail-wrapper {
    width: 324px;
    height: 160px;
    color: #2e2e2e;
    background-color: #ffffff;
    border-top: none;
    border-radius: 0 0 4px 4px;
    line-height: 1.5;
}

.service-list .detail {
    padding: 10px 0;
}
.service-list .detail .price {
    font-size: 20px;
    text-align: right;
    font-weight: bold;
}

.service-list .detail .price .yen {
    font-size: 14px;
}

.service-list .detail .price .title {
    font-size: 12px;
}

.sold_out .thumbnail .image {
    position: relative;
}

.sold_out .thumbnail .image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.sold_out .thumbnail .image::after {
    content: "SOLD OUT";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    z-index: 2;
}

.sold_out .detail {
    opacity: 0.4;
}

.section-function .area-function h3 {
    margin: 60px 0;
    text-align: center;
}
.section-function .area-function .function .function-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px 0 20px 0;
}

@media screen and (max-width: 768px) {
    .section-function .area-function .function .function-box {
        justify-content: center;
    }
}

@media screen and (max-width: 540px) {
    .section-function .area-function .function .function-box {
        margin: 14px 0 20px;
    }
}

.section-function .area-function .function .function-box .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin: 0 5px 10px 5px;
    padding: 20px 20px 0 20px;
    width: 250px;
    height: 205px;
    box-sizing: border-box;
    background-color: #f4f7ff;
    border-radius: 10px;
}
@media screen and (max-width: 540px) {
    .section-function .area-function .function .function-box .item {
        width: 151px;
        height: 128px;
        padding: 10px;
    }
}

@media screen and (max-width: 390px) {
    .section-function .area-function .function .function-box .item {
        width: 150px;
    }
}

@media screen and (max-width: 344px) {
    .section-function .area-function .function .function-box .item {
        width: 141px;
    }
}
.section-function .area-function .function .function-box .no-item {
    background-color: #fff;
}

@media screen and (min-width: 769px) {
    .section-function .area-function .function .function-box .no-item {
        display: none;
    }
}

.section-function .area-function .function .function-box .item h4 {
    text-align: center;
    font-size: 20px;
    margin: 0 0 15px 0;
}

@media screen and (max-width: 768px) {
    .section-function .area-function .function .function-box .item h4 {
        font-size: 14px;
    }
}

.section-function .area-function .function .function-box .item .margin-top {
    margin: 10px 0 27px 0;
}

@media screen and (max-width: 540px) {
    .section-function .area-function .function .function-box .item .margin-top {
        margin: 10px 0 15px 0;
    }
}
.section-function .area-function .function .function-box .item .margin-adjustment {
    margin: 0 0 15px 0;
}

@media screen and (max-width: 540px) {
    .section-function .area-function .function .function-box .item .margin-adjustment {
        margin: 0 0 10px 0;
    }
}

.section-function .area-function .function .function-box .item .small {
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    .section-function .area-function .function .function-box .item .small {
        font-size: 10px;
    }
}

@media screen and (max-width: 390px) {
    .section-function .area-function .function .function-box .item .small {
        font-size: 9px;
    }
}
.section-function .area-function .function .function-box .item .image {
    width: 80%;
    text-align: center;
}
.section-function .area-function .function .function-box .item .image img {
    width: 87px;
    height: 87px;
}

@media screen and (max-width: 540px) {
    .section-function .area-function .function .function-box .item .image img {
        width: 52px;
        height: 52px;
    }
}
.section-function .area-function .function .function-box .item .description {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .section-function .area-function {
        padding: 40px 20px;
    }

    .section-function .area-function h3 {
        margin: 40px 0 20px 0;
        text-align: center;
    }
    .section-function .area-function .function .function-box .item h4 {
        margin: 0 0 10px 0;
    }
}

@media screen and (max-width: 540px) {
    .section-function .area-function .title-box .under-line:after {
        bottom: -11px;
        width: 50px;
        height: 3px;
    }
}

.section-function .area-function .area-action .button {
    position: relative;
    margin: 10px auto;
    width: 350px;
    height: 50px;
    font-size: 20px;
    box-shadow: 0 2px 2px 0.5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.section-cost {
    margin: 200px auto 10px;
    background-image: url("../../../images/root/image-background-6.png");
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 5%);
}

@media screen and (max-width: 768px) {
    .section-cost {
        margin: 0 auto 10px;
        background-image: url("../../../images/root/image-background-6-sp.png");
    }
}

@media screen and (max-width: 540px) {
    .section-cost {
        height: 837px;
    }
}

.section-cost .area-cost {
    position: relative;
}

.section-cost .area-cost .title-box {
    position: absolute;
    bottom: 737px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

@media screen and (max-width: 540px) {
    .section-cost .area-cost .title-box {
        top: -10px;
    }

    .section-cost .area-cost .title-box .under-line:after {
        bottom: -11px;
        width: 50px;
        height: 3px;
    }
}

.section-cost .area-cost .cost-container {
    padding: 50px 0;
}
@media screen and (max-width: 768px) {
    .section-cost .area-cost .cost-container {
        padding: 0;
    }
}
.section-cost .area-cost h4 {
    font-size: 20px;
    font-weight: 400;
    width: 308px;
    background: #fff;
    padding: 20px;
    border: 2px solid #2d2d2d;
    border-radius: 50px;
    text-align: center;
}
@media screen and (max-width: 540px) {
    .section-cost .area-cost h4 {
        width: 200px;
        font-size: 14px;
        margin-top: 20px;
        padding: 15px;
    }
}
.section-cost .area-cost .item-box-header {
    font-size: 20px;
    font-weight: 500;
    margin: 20px 0 0 0;
}
.section-cost .area-cost .cost-box-1 .text-big {
    font-size: 3em;
    font-weight: 350;
    line-height: 1em;
}

@media screen and (max-width: 540px) {
    .section-cost .area-cost .cost-box-1 .text-big {
        font-size: 2.7em;
    }
}

.section-cost .area-cost .unit {
    font-size: 2.5em;
}

@media screen and (max-width: 540px) {
    .section-cost .area-cost .unit {
        font-size: 2.2em;
    }
}
.section-cost .area-cost .cost-box-1,
.section-cost .area-cost .cost-box-1 .item-box {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .section-cost .area-cost .cost-box-1 {
        flex-direction: column;
    }
}
@media screen and (max-width: 768px) {
    .section-cost .area-cost .cost-box-1 .item-box {
        justify-content: space-between;
    }
}

@media screen and (max-width: 540px) {
    .section-cost .area-cost .cost-box-1 .plus {
        font-size: 40px;
        width: 45px;
        height: 40px;
        margin: auto;
        text-align: center;
        padding: 40px 20px 10px 5px;
    }
}

.section-cost .area-cost .cost-box-1 .item-align-center {
    text-align: center;
}

.section-cost .area-cost .cost-box-2 {
    font-size: 20px;
    width: 671px;
    margin: 30px auto;
}
@media screen and (max-width: 540px) {
    .section-cost .area-cost .cost-box-2 {
        font-size: 14px;
        width: 300px;
        margin: 0 auto;
    }
}

.section-cost .area-cost .cost-box-2 p {
    font-weight: 400;
}
@media screen and (max-width: 540px) {
    .section-cost .area-cost .cost-box-2 p {
        font-weight: 300;
        margin-top: 6px;
    }
}

.section-cost .area-cost .cost-box-3 .item {
    margin: 20px auto;
    text-align: center;
}

.section-cost .area-cost .cost-box-3 h4 {
    margin: 10px auto;
    text-align: center;
    width: 460px;
    padding: 15px 30px;
}
@media screen and (max-width: 768px) {
    .section-cost .area-cost .cost-box-3 h4 {
        width: 250px;
        font-size: 12px;
        margin-top: 20px;
        padding: 15px;
    }
}

.section-cost .area-cost .cost-box-3 .text-big {
    font-size: 1.7em;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .section-cost .area-cost .cost-box-3 .text-big {
        font-size: 14px;
        font-weight: 300;
    }
}

.section-cost .area-cost .cost-box-3 .closed-and-paid {
    font-size: 2em;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .section-cost .area-cost .cost-box-3 .closed-and-paid {
        font-size: 24px;
        font-weight: 500;
    }
}

@media screen and (max-width: 540px) {
    .section-cost .area-cost .cost-box-3 .small {
        font-size: 12px;
    }
}

.section-cost .area-cost .cost-box-3 .area-action {
    margin: 26px auto 0 auto;
    width: 350px;
}

@media screen and (max-width: 540px) {
    .section-cost .area-cost .cost-box-3 .area-action .button {
        width: 305px;
        height: 40px;
        font-size: 18px;
    }
}

@media screen and (max-width: 344px) {
    .section-cost .area-cost .cost-box-3 .area-action .button {
        width: 300px;
        margin: 0;
    }
}

.section-cost .area-cost .outline-white {
    text-shadow: 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff, 0 0 6px #fff;
}

.section-cs {
    position: relative;
    margin-top: 0;
    margin: 200px 0 250px 0;
    padding: 30px;
    background-color: #ebeeff;
    height: 1010px;
}

@media screen and (max-width: 768px) {
    .section-cs {
        margin: 133px 0 250px 0;
    }
}

@media screen and (max-width: 540px) {
    .section-cs {
        margin: 100px 0;
        background-color: #ebeeff;
        height: 700px;
        padding: 0;
    }
}

.section-cs::before {
    content: "";
    position: absolute;
    bottom: 93%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 200px;
    background-image: url("../../../images/root/line-top.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .section-cs::before {
        background-repeat: no-repeat;
        bottom: 91%;
        background-image: url("../../../images/root/line-top-sp.png");
        background-size: 100%;
    }
}

@media screen and (max-width: 540px) {
    .section-cs::before {
        bottom: 88%;
    }
}

.section-cs::after {
    content: "";
    position: absolute;
    top: 96%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 150px;
    background-image: url("../../../images/root/line-bottom.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}
@media screen and (max-width: 768px) {
    .section-cs::after {
        background-repeat: no-repeat;
        top: 91%;
        background-image: url("../../../images/root/line-bottom-sp.png");
        background-size: 100%;
    }
}

@media screen and (max-width: 540px) {
    .section-cs .area-cs .title-box .under-line:after {
        bottom: -11px;
        width: 50px;
        height: 3px;
    }
}

.section-cs .cs-box {
    width: 70%;
    height: auto;
    margin: 50px auto;
}

@media screen and (max-width: 768px) {
    .section-cs .cs-box {
        width: 90%;
        height: auto;
        margin: 50px auto;
    }
}

@media screen and (max-width: 540px) {
    .section-cs .cs-box {
        width: 300px;
        height: auto;
        margin: 0 auto;
        padding: 11px;
    }
}

.section-cs .area-cs h4 {
    position: relative;
    padding: 3px 8px;
    background: #fff;
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    border: 2px solid #99b1ff;
    border-radius: 50px;
}

@media screen and (max-width: 540px) {
    .section-cs .area-cs h4 {
        font-size: 16px;
        padding: 5px 20px;
    }
}

.section-cs .area-cs .cs-box .item p {
    margin: 20px 50px 70px;
    font-size: 24px;
}

@media screen and (max-width: 540px) {
    .section-cs .area-cs .cs-box .item p {
        margin: 10px 0 50px 0;
        font-size: 14px;
    }
}

.section-cs .area-cs .cs-box .number {
    position: absolute;
    bottom: 6px;
    left: 1%;
    font-size: 3em;
    font-weight: 600;
    background: linear-gradient(to bottom, #99b1ff, #99b1ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

@media screen and (max-width: 540px) {
    .section-cs .area-cs .cs-box .number {
    }
}

.section-cs .action-button-box {
    display: flex;
    justify-content: center;
}

.section-cs .area-action .button {
    margin: 10px 20px;
}

@media screen and (max-width: 820px) {
    .section-cs .area-action .button {
        margin: 5px auto;
    }
}

.section-cs .image-lamp img {
    position: absolute;
    top: 99%;
    left: 15%;
    width: 300px;
    height: auto;
    z-index: 5;
}

@media screen and (max-width: 768px) {
    .section-cs .image-lamp img {
        top: 98%;
        left: 0;
        width: 200px;
    }
}

@media screen and (max-width: 540px) {
    .section-cs .image-lamp img {
        width: 40%;
    }
}
.label-elements {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    align-items: center;
    padding-top: 5px;
    border-top: 1px solid #dddddd;
}

.section-flow .area-flow .flow-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 60px 0;
}

.pc-2 {
    display: block;
    width: 100%;
}
@media screen and (max-width: 540px) {
    .pc-2 {
        display: none;
    }
}

.sp-2 {
    display: none;
}
@media screen and (max-width: 540px) {
    .sp-2 {
        display: block;
        width: 100%;
    }
}
