@charset "UTF-8";

*,
*::after,
*::before {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    box-sizing: border-box;
}

figure {
    margin: 0;
}

.contact_element a {
    text-decoration: none;
    color: #373737;
}


h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    color: #313131;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 1px;
}

.bgLRextendTrigger {
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2.14;
}

.f-w {
    letter-spacing: 0.05em;
    color: #222222;
    font-size: 3.5rem;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: bold;
}

.f-w-w {
    color: #ffffff;
    font-size: 60px;
    font-size: 3.5rem;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: bold;
    line-height: 1;
}

section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.card-effect {
    background-color: #fff;
    padding: 25px;
    transition: all 0.35s ease;
    margin: auto;
}


.t-red {
    color: #a35363;
}

/*------------------------  ヘッダー ------------------------ */
.header {
    position: fixed;
    left: 0;
    top: 0;
    transition: all .4s;
    height: 90px;
    width: 100%;
    z-index: 999;
}



@media only screen and (max-width: 767px) {
    .header {
        background-color: #222222;
        height: 60px;
    }
}

.header .header-logo {
    position: absolute;
    left: 20px;
    width: 165px;
}

.logo1 {
    padding-top: 10px;
}


@media only screen and (max-width: 900px) {
    .header .header-logo {
        left: 15px;
        width: 130px;
    }
}



@media only screen and (min-width: 768px) {
    .header .header-logo {
        cursor: pointer;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .header .header-logo:hover {
        opacity: .7;
    }
}

@media only screen and (max-width: 767px) {
    .header .header-logo {
        top: 50%;
        transform: translateY(-50%);
        bottom: auto;
        left: 16px;
        width: 100px;
        z-index: 2;
        padding: 0;
    }
}

@media only screen and (max-width: 320px) {
    .header .header-logo {
        width: 124px;
    }
}

.header .header-logo .logo1 {
    display: block;
}

@media only screen and (max-width: 767px) {
    .header .header-logo .logo1 {
        padding-top: 0;
    }
}

.header .header-logo .logo2 {
    display: none;
}


.header .hamburger {
    background-color: white;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    height: 60px;
    outline: none;
    z-index: 2;
}

.header .hamburger .hamburger-inner {
    right: 0;
    width: 26px;
}

.header .hamburger .hamburger-inner:before {
    right: 0;
    width: 20px;
}

.header .hamburger .hamburger-inner:after {
    right: 0;
    width: 32px;
}

.header .hamburger.is-active .header-logo {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

.header .hamburger.is-active .hamburger-inner:before {
    width: 32px;
}

@media only screen and (max-width: 767px) {
    .header .header-nav {
        background-color: #222222;
        overflow-y: scroll;
        padding-bottom: 106px;
        transform: translateX(100%);
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        transition: all .3s;
        width: 100%;
        z-index: 1;
    }

    .header .header-nav.is-active {
        transform: translateX(0);
    }
}

@media only screen and (max-width: 320px) {
    .header .header-nav {
        padding-bottom: 120px;
    }
}

.header .header-nav .nav-list {
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-align-items: center;
    align-items: center;
}

@media only screen and (max-width: 1050px) {}

@media only screen and (max-width: 767px) {
    .header .header-nav .nav-list {
        position: static;
        padding: 0 24px;
        margin-top: 100px;
        width: 100%;
    }
}

.header .header-nav .nav-list li {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 768px) {
    .header .header-nav .nav-list li {
        cursor: pointer;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

    .header .header-nav .nav-list li:hover {
        opacity: .7;
    }
}

@media only screen and (max-width: 767px) {
    .header .header-nav .nav-list li {
        border: 1px solid white;
        font-size: 18px;
        font-size: 1.8rem;
        margin-bottom: 16px;
        text-align: center;
        width: calc(80% - 7px);
    }

    .header .header-nav .nav-list li:nth-child(1) {
        order: 1;
    }

    .header .header-nav .nav-list li:nth-child(2) {
        order: 3;
    }

    .header .header-nav .nav-list li:nth-child(3) {
        margin-bottom: 0;
        order: 5;
    }

    .header .header-nav .nav-list li:nth-child(4) {
        order: 2;
    }

    .header .header-nav .nav-list li:nth-child(5) {
        order: 4;
    }

    .header .header-nav .nav-list li a {
        display: block;
        padding: 22px 0;
        width: 100%;
    }
}

.header .header-nav .nav-list li.contact {
    text-align: center;
}

.header .header-nav .nav-list li.contact .mail {
    background-color: white;
    color: #222222;
    display: block;
    padding-top: 13px;
    height: 65px;
    width: 150px;
    line-height: 1.2rem;
    font-weight: 300;
}

.header .header-nav .nav-list li.contact .line {
    background-color: #06C755;
    color: #fff;
    display: block;
    padding-top: 13px;
    height: 65px;
    width: 150px;
    line-height: 1.2rem;
    font-weight: 300;
}

.header .header-nav .buttons {
    margin-top: 30px;
    width: 100%;
}

.header .header-nav .buttons .button {
    text-align: center;
    position: relative;
    height: 137px;
    width: 85%;
    margin: auto;
}

.header .header-nav .buttons .button .sml {
    display: block;
    font-size: 14px;
    font-size: 1rem;
    padding-top: 39px;
}

.header .header-nav .buttons .button .big {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
}

.header .header-nav .buttons .button.contact-tel {
    background-color: white;
    border: 2px solid #667D98;
    margin-bottom: 24px;
}

.header .header-nav .buttons .button.contact-tel .sml {
    color: #677D97;
}

.header .header-nav .buttons .button.contact-tel .big {
    position: relative;
}

.header .header-nav .buttons .button.contact-tel .big:before {
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    margin-right: 9px;
    position: relative;
    top: 4px;
    height: 34px;
    width: 34px;
}

.header .header-nav .buttons .button.contact-tel:before {
    background-color: #222222;
    border-bottom: 2px solid #667D98;
    border-right: 2px solid #667D98;
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    top: -2px;
    height: 20px;
    width: 18px;
}

.header .header-nav .buttons .button.contact-tel:after {
    background-image: url("../images/common/det1.svg");
    background-size: 64px 80px;
    content: "";
    display: block;
    position: absolute;
    left: -26px;
    top: -65px;
    height: 80px;
    width: 64px;
}

.header .header-nav .buttons .button.contact-btt {
    background-color: #677D97;
}

.header .header-nav .buttons .button.contact-btt .sml,
.header .header-nav .buttons .button.contact-btt .big {
    color: white;
}

.header .header-nav .buttons .button.contact-btt .big {
    font-size: 22px;
    line-height: 1.7;
    position: relative;
}

.header .header-nav .buttons .button.contact-btt .big:before {
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    margin-right: 16px;
    position: relative;

}

.header .header-nav .buttons .button.contact-btt:before {
    background-color: #222222;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 20px;
    width: 20px;
}

.header .header-nav .buttons .button.contact-btt:after {
    background-image: url("../images/common/det2.svg");
    background-size: 30px 66px;
    content: "";
    display: block;
    position: absolute;
    right: -24px;
    bottom: -61px;
    height: 66px;
    width: 30px;
}

.header.fixed {
    background-color: #222222;
}


@media only screen and (min-width: 768px) {
    .header.fixed .header-logo {
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }

    .header.fixed .logo1 {
        display: none;
    }

    .header.fixed .logo2 {
        display: block;
    }

    .header.fixed li.contact {
        background-color: #677D97 !important;
        color: white !important;
    }
}

@keyframes overflow {
    0% {
        overflow: hidden;
    }

    99% {
        overflow: hidden;
    }

    100% {
        overflow: initial;
    }
}

@-webkit-keyframes overflow {
    0% {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -webkit-overflow: hidden;
    }

    99% {
        -webkit-backface-visibility: initial;
        -moz-backface-visibility: initial;
        -webkit-overflow: initial;
    }

    100% {
        -webkit-backface-visibility: initial;
        -moz-backface-visibility: initial;
        -webkit-overflow: initial;
    }
}

.overflow-initial {
    overflow: visible !important;
}

.overflow-an {
    animation: 1s overflow ease;
    animation-fill-mode: forwards;
    -webkit-animation: 1s overflow ease;
    -webkit-animation-fill-mode: forwards;
}

.animation-wrap {
    overflow: hidden;
}

.animation-wrap2 {
    overflow: hidden;
}

.t_space {
    margin-top: 20px;
}

@keyframes slide-left {
    0% {
        transform: translateX(-200%);
        opacity: 1;
    }

    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}

@-webkit-keyframes slide-left {
    0% {
        transform: translateX(-200%);
        opacity: 1;
    }

    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}


.header-nav img {
    width: 30px;
}

/*==================================================
　5-2-1 3本線が×に
===================================*/
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn1 {
    position: relative;
    /*ボタン内側の基点となるためrelativeを指定*/
    background: #ffffff;
    cursor: pointer;
    width: 60px;
    height: 60px;
}

/*ボタン内側*/
.openbtn1 span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 17px;
    height: 2px;
    border-radius: 2px;
    background: #5b5b5b;
    width: 45%;
}

.openbtn1 span:nth-of-type(1) {
    top: 21px;
}

.openbtn1 span:nth-of-type(2) {
    top: 29px;
}

.openbtn1 span:nth-of-type(3) {
    top: 37px;
}

/*activeクラスが付与されると線が回転して×に*/

.openbtn1.active span:nth-of-type(1) {
    top: 23px;
    left: 23px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn1.active span:nth-of-type(2) {
    opacity: 0;
    /*真ん中の線は透過*/
}

.openbtn1.active span:nth-of-type(3) {
    top: 35px;
    left: 23px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

/* ------------------------------------------------- */
/* 自作css */
/* ------------------------------------------------- */

/* ヘッダー */
@media (min-width: 767px) {

    .header .pc {
        display: block;
    }

    .header .sp {
        display: none;
    }

}

@media (max-width: 767px) {
    .header .pc {
        display: none;
    }

    .header .sp {
        display: block;
    }
}

.flex-row {
    display: flex;
}

.header-nav a {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
}

.header-nav a:hover {
    opacity: 0.9;
    color: #fff;
}

.flex-row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: center;
    align-items: center;
}


/* =================================================== */
/*----------------------- main -----------------------*/
/* =================================================== */

.main_img {
    padding: 0;
    background-image: url(./lp_img/main_img.jpg);
    background-position: center;
    background-size: cover;
    height: 90vh;
    padding-top: 60px;
    position: relative;
}

.main_img h3 {
    color: #fff;
    position: absolute;
    bottom: 48%;
    left: 5%;
    font-size: 2.2rem;
    font-weight: bold;
}

.main_img p {
    color: #fff;
    position: absolute;
    bottom: 39%;
    left: 5%;
    font-size: 1.5rem;
    line-height: 1.8rem;
}


.w_back {
    background-color: #222222;
    position: relative;
    height: 446px;
}

.worries_back {
    background: linear-gradient(90deg, #DD89DB, #4A47A3);
    width: 80%;
    padding: 100px 0;
    position: absolute;
    right: 0;
    height: auto;
}

.worries_box h3 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #fff;

}

.worries_box p {
    color: #fff;
}

.worries_box span {
    font-weight: bold;
    color: #3636B4;
}

.s_back {
    background-color: #222222;
    position: relative;
    height: 757px;
}

.solution_back {
    background-color: #E3E3E3;
    width: 80%;
    padding: 100px 0;
    position: absolute;
    left: 0;

}

.worries_box,
.solution_box {
    width: 80%;
    margin: auto;
    max-width: 800px;
}

.solution_box h3,
.worries_box h3 {
    font-size: 1.5rem;
    margin-bottom: 30px;
    letter-spacing: 0.2rem;
}

.worries_text {
    display: flex;
    margin: auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 10px;
}

.worries_text img {
    width: 30px;
    height: auto;
}

.solution_box span,
.worries_box span {
    font-size: 2.5rem;
}

.solution_box span {
    font-weight: bold;
    display: inline-block;
    background: linear-gradient(90deg, #4158D0, #C850C0 30%, #FFCC70);
    background: -webkit-linear-gradient(0deg, #4158D0, #C850C0 30%, #FFCC70);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.solution_dt {
    display: flex;
}

.solution_text {
    background-color: #fff;
    padding: 30px 0;
    margin-bottom: 20px;
    width: 100%;
    height: 130px;
}

.solution_text p,
.worries_text p {
    margin: 0;
    margin-left: 20px;
    margin-right: 20px;
}

.solution_deco {
    background: linear-gradient(#DD89DB, #4A47A3);
    width: 10px;
    margin-bottom: 20px;
}


/* ==================三つの強み=================== */

.strengths_back {
    background-image: url(./lp_img/strengths_back.png);
    background-size: cover;
    background-position: center;
}

.strengths_midasi h3,
.strengths p {
    color: #fff;
}

.strengths_midasi h3 {
    font-size: 2.2rem;
    margin: 0;
}


/* ==================コンタクトリンク=================== */

.contact_back {
    background-image: url(./lp_img/contact_back.png);
    background-size: cover;
}

.contact {
    padding-top: 0;
}

.contact_midasi {
    background-color: #3456BA;
    width: 80%;
    padding: 30px;
    text-align: center;
    margin: auto;
}

.contact_midasi h3 {
    color: #fff;
    font-weight: bold;
    margin: 0;
    font-size: 2rem;
    letter-spacing: 0.15rem;
}


.contact_element {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}


.contact_element img {
    width: 80px;
    margin: auto;
}

.contact_element_light,
.contact_element_left {
    background-color: #fff;
    margin: 10px;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    width: 450px;
}

.contact_element p {
    line-height: 1.3em;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
}



/* ==================お客様の声=================== */

.voice_back {
    background-image: url(./lp_img/voice_back.png);
    background-size: cover;
}

.voice_midasi h3,
.faq h3 {
    text-align: center;
    width: 320px;
    border-bottom: 15px solid;
    border-image: linear-gradient(to right, #DEA8DD 0%, #9997DD 100%);
    border-image-slice: 1;
    margin: auto;
    line-height: 0.4;
    margin-bottom: 50px;
    font-size: 2.3rem;
}

.contact_element_1,
.contact_element_2,
.contact_element_3 {
    background-image: url(./lp_img/voice_elementsback.png);
    background-size: cover;
    margin: auto;
    width: 900px;
    height: 500px;
    padding: 80px 130px;
}

.voice_element p {
    align-items: center;
}

.voice_element_name {
    margin-right: 200px;
    margin-top: -40px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 22px;
}

.voice_element_name span {
    display: none;
}


/*--------------------------------------------------------------
 よくある質問
--------------------------------------------------------------*/

.faq_back {
    background-color: #ededed;
}

.under {
    background-color: #fff;
    padding: 50px;
    max-width: 1000px;
    margin: auto;
    margin-bottom: 20px;
}


.faq input,
.links01 {
    display: none;
}

/*バー部分*/
.faq label {
    cursor: pointer;
    text-decoration: none;
    line-height: 1;
    position: relative;
}

/*開いたときに表示される部分*/
.faq ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 1px;

}

.links01 dd {
    display: flex;
    height: 0;
    overflow-y: hidden;
    transition: padding-bottom 0.5s, padding-top 0.5s;
    /*閉じるときのアニメーション*/
    -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
    -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
    -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
    -o-transition: padding-bottom 0.5s, padding-top 0.5s;
}

#menu_bar01:checked~.links01 dd,
#menu_bar02:checked~.links01 dd,
#menu_bar03:checked~.links01 dd,
#menu_bar04:checked~.links01 dd,
#menu_bar05:checked~.links01 dd,
#menu_bar06:checked~.links01 dd,
#menu_bar07:checked~.links01 dd,
#menu_bar08:checked~.links01 dd,
#menu_bar09:checked~.links01 dd,
#menu_bar10:checked~.links01 dd {
    height: auto;
    /*開いたときに表示されるliの高さ*/
    opacity: 1;
    margin-top: 15px;
}

#menu_bar01:checked~.links01,
#menu_bar02:checked~.links01,
#menu_bar03:checked~.links01,
#menu_bar04:checked~.links01,
#menu_bar05:checked~.links01,
#menu_bar06:checked~.links01,
#menu_bar07:checked~.links01,
#menu_bar08:checked~.links01,
#menu_bar09:checked~.links01,
#menu_bar10:checked~.links01,
#menu_bar01:checked~.faq_close,
.faq_open {
    display: block;
}

#menu_bar01:checked~.faq_open {
    display: none;
}


/*閉じた状態の矢印描画*/
.faq_open:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #717171 2px solid;
    border-right: #717171 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: auto;
    position: absolute;
    top: 2px;
    right: 2rem;
}

.faq_open.clicked:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: #717171 2px solid;
    border-right: #717171 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: auto;
    position: absolute;
    top: 2px;
    right: 2rem;
}







/* =================================================== */
/*----------------------- footer -----------------------*/
/* =================================================== */

footer {
    position: relative;
    background-color: #5b5b5b;
    height: 50px;
}


/*=========================== ページトップへ戻る =======================*/

.l-footer__pageTop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;

    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.43);
    width: 150px;
    height: 50px;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
    pointer-events: all;
}

.l-footer__pageTop::after {
    content: "";
}

.l-footer__pageTop span {
    font-family: Arial, "Helvetica Neue", sans-serif;
    font-weight: 800;
    font-size: 14px;
    color: #fff;
}

@media screen and (max-width: 800px) {
    .l-footer__pageTop {
        width: 108px;
    }

    .l-footer__pageTop::after {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        opacity: 0;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s;
        pointer-events: none;
    }

    .l-footer__pageTop span {
        position: relative;
        z-index: 1;
        margin-top: 10px;
        font-size: 11px;
        letter-spacing: 0.7px;
        display: inline-block;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }

    .l-footer__pageTop span {
        font-size: 10px;
        margin-top: 4px;
        letter-spacing: 0;
    }
}

@media screen and (min-width: 801px) {
    .l-footer__pageTop:hover {
        color: #15171b;
    }

    .l-footer__pageTop:hover::after {
        opacity: 1;
    }

    .l-footer__pageTop:hover svg {
        -webkit-animation: up_turn 0.3s;
        animation: up_turn 0.3s;
    }

    .l-footer__pageTop:hover span {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
        -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.08, 0.92, 0.35, 1);
        transition: -webkit-transform 0.3s cubic-bezier(0.08, 0.92, 0.35, 1);
        transition: transform 0.3s cubic-bezier(0.08, 0.92, 0.35, 1);
        transition: transform 0.3s cubic-bezier(0.08, 0.92, 0.35, 1),
            -webkit-transform 0.3s cubic-bezier(0.08, 0.92, 0.35, 1);
    }
}



/*================== 自作レスポンシブ================ */

@media screen and (max-width: 995px) {

    .worries_box h3,
    .solution_box span {
        font-size: 1.8rem;
    }

    .solution_box h3 {
        font-size: 1rem;
    }

    .s_back {
        height: 695px;
        height: 733px;
    }

    .strengths .row {
        justify-content: center;
        gap: 20px;
    }

    .contact .row {
        gap: 10px;
    }

    .contact_midasi h3 {
        font-size: 1.5rem;
    }

    .contact_midasi {
        width: 90%;
    }

    .contact_element{
        flex-wrap: wrap;
    }

    .contact_element_light,
.contact_element_left{
    width: 500px;
}

    /* お客様の声*/

    .contact_element_1,
    .contact_element_2,
    .contact_element_3 {
        width: 100%;
        padding: 80px 120px;
        background-size: contain;
    }

    .voice_element_name {
        margin-right: 250px;
        margin-top: -60px;
        margin-bottom: 40px;
        font-size: 22px;
    }


}

@media screen and (max-width: 870px) {

    .worries_back,
    .solution_back {
        width: 100%;
    }

    .worries_box,
    .solution_box {
        width: 90%;
    }

    .strengths_midasi {
        text-align: center;
    }

    .contact {
        padding-bottom: 50px;
    }

    .contact_element_1,
    .contact_element_2,
    .contact_element_3 {
        background-image: url(./lp_img/voice_elementback_sp.png);
        background-size: contain;
        background-position: center;
        margin: auto;
        padding: 60px 20%;
        height: 650px;
    }

}

@media screen and (max-width: 767px) {

    .main_img {
        background-position: bottom;
        height: 70vh;
    }

    .main_img h3 {
        bottom: 57%;
        font-size: 1.8rem;
    }

    .main_img p {
        bottom: 47%;
        font-size: 16px;
        line-height: 1.3rem;
    }

    .solution_text p, .worries_text p{
        margin-right: 10px;
    }

}

@media screen and (max-width: 561px) {

    p {
        line-height: 1.8;
    }

    .main_img h3 {
        bottom: 48%;
        font-size: 1.2rem;
    }

    .main_img p {
        bottom: 39%;
    }


    .w_back {
        height: 420px;
    }

    .worries_back,
    .solution_back {
        padding: 50px 0;
    }

    .worries_box h3,
    .solution_box span,
    .worries_box span  {
        font-size: 1.5rem;
        letter-spacing: 0.1rem;
    }

    .worries_text img {
   margin-top: 20px;
        width: 22px;
    height: 22px;
    }

    .worries_text p {
        width: 300px;
    }

    .s_back {
        height: 620px;
    }

    .solution_box h3 {
        width: 300px;
    }

    .solution_text {
        padding: 13px 0;
    }


    .strengths_back {
        background-position: right;
    }

    .strengths {
        padding: 70px 0;
    }

    .strengths_midasi h3 {
        font-size: 1.6rem;
    }

    .contact_element_light,
    .contact_element_left{
        width: 350px;
    }

    .contact_element img {
        width: 60px;
    }

    .contact_midasi {
        width: 100%;

    }

    .contact {
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .contact_midasi h3 {
        font-size: 1.2rem;
    }

    .contact_element p {
        line-height: 1.2em;
        font-size: 18px;
    }

    .voice {
        padding: 70px 0;
        padding-bottom: 30px;
    }

    .voice_midasi h3,
    .faq h3 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .contact_element_1,
    .contact_element_2,
    .contact_element_3 {
        padding: 60px 50px;
        height: 600px;
    }

    .voice_element_name {
        margin-right: 35px;
        margin-top: -80px;
        margin-bottom: 30px;
        font-size: 18px;

    }

    .voice_element_name span {
        display: block;
    }

    .under {
        padding: 30px 15px;
        margin-bottom: 10px;
    }

    .faq_open:after {
        right: 1rem;
    }

}

@media screen and (max-width: 480px) {


    .contact_element_1,
    .contact_element_2,
    .contact_element_3 {
        padding: 40px 30px;
        height: 510px;

    }

    .voice_element_name {
        margin-right: 50px;
        margin-top: -70px;
    }

    .faq {
        padding: 50px 0;
    }

}

@media screen and (max-width: 420px) {

    .contact_element_1,
    .contact_element_2,
    .contact_element_3 {
        padding: 25px 15px;
        height: 450px;

    }

    .voice_element_name {
        margin-right: 50px;
        margin-top: -70px;
    }

    .voice_element p {
        letter-spacing: 0.05rem;
    }

}