/*-------------------------
  共通
-------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');


.oswald {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
}



html {
    overflow: auto;
}

section {
    padding: 15px 0 0;
}

.p-top-none {
    padding-top: 0;
}

body {
    font-family: toppan-bunkyu-midashi-go-std, sans-serif;
    padding: 0;
    line-height: 1.6;
    color: #333;
    overflow: hidden;
}

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

.width980 {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.width1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.full {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
}

.title {
    font-size: 20px;
    margin-top: 50px;
}

.title2 {
    margin: 10px 0 40px 0;
    font-size: 38px;
}

/* .pc-only {
    display: block !important;
} */

.sp-only {
    display: none !important;
}

/*-------------------------
  ページトップへ戻るボタン
-------------------------*/
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #b30603;
    border: none;
    border-radius: 50%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2;
    cursor: pointer;
    z-index: 999;
}

.pagetop__arrow {
    display: block;
    height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}

/*-------------------------
  フッター固定ボタン
-------------------------*/
.float-button__wrap {
    position: fixed;
    bottom: 0;
    z-index: 10;
}

.float-button__wrap a {
    display: flex;
    width: 100% !important;
    align-items: center;
    gap: 8px;
}

.cta-footer {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
}


.faq_bottom {
    margin: -40px 0 80px !important;
}

.faq_bottom2 {
    margin: 40px 0 80px !important;
}

.faq_bottom a {
    display: flex;
    align-items: center;
    justify-content: center;
}



/*-------------------------
  メニュー
-------------------------*/

nav {
    width: 100%;
    height: 70px;
    padding-top: 5px;
    box-sizing: border-box;
}

.menu-box {
    display: flex;
    justify-content: end;
}

.menu-pc {
    list-style: none;
    margin: auto 0;
}

.menu-link {
    display: block;
    text-decoration: none;
    color: #033939;
    margin-right: 35px;
    margin-left: 25px;
}

.btn-yoyaku {
    display: block;
    text-decoration: none;
    color: #fff;
}

.menu-btn {
    padding: 8px 55px;
    display: inline-block;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
    margin-left: 60px;
    margin-right: 60px;
}

.menu-btn:hover{
    opacity: 0.8;
}

.header-img {
    position: relative;
}

.header-txt-box {
    position: absolute;
    top: 22%;
    left: 10%;
}

.yellow-txt {
    color: #f2bb34;
    margin: -35px;
}

.header-title {
    color: #fff;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    font-size: 75px;
    padding: 0.1em 0.1em;
    line-height: 1.4;
    background: #033939;
}

.header-txt {
    color: #033939;
    font-size: 25px;
    margin-top: 30px;
}

.header-img1 {
    height: 700px;
}

.header-box2 {
    background-color: #033939;
    padding: 45px 0;
    text-align: center;
}

.header-txt2 {
    color: #25afa9;
    font-size: 25px;
}

.header-txt3 {
    color: #f2bb34;
    font-size: 40px;
}



/*-------------------------
  事故が起きたとき、最初に呼ばれるのは“あなた”です
-------------------------*/

.you-wrap {
    display: flex;
    justify-content: center;
    margin-top: 65px;
    margin-bottom: 100px;
}

.you-img {
    width: 45%;
    padding-top: 5px;
}

.you-icon {
    width: 40px;
}

.you-box {
    display: flex;
    background: #033939;
    padding: 20px 30px;
    margin-top: 15px;

}

.you-box-txt {
    margin: auto 0 auto 25px;
    color: #fff;
    font-size: 23px;
}

.you-title {
    color: #24b080;
}

.you-txt-box {
    margin-left: 40px;
    width: 55%;
}

.you-txt {
    margin: 10px 0 27px 0;
    line-height: 30px;
    color: #464646;
}


/*-------------------------
  OUR PHILOSOPHY
-------------------------*/

section#ourphilosophy {
    text-align: center;
    background: #033939;
    height: 670px;
}

.ourphilosophy-title {
    color: #24b080;
}

.ourphilosophy-title2 {
    color: #24b080;
    font-size: 33px !important;
}

.yellow {
    color: #f2bb34;
}

.ourphilosophy-icon {
    width: 120px;
    margin: 30px auto;
}

.ourphilosophy-wrap {
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 2rem;
}

.ourphilosophy-box {
    border: 2px solid #24b080;
    width: 385px;
    height: 360px;
    box-shadow: 2px 2px 4px #022A2A;
}

.ourphilosophy-title3 {
    margin-bottom: 15px;
    font-size: 22px;
}

.ourphilosophy-txt {
    width: 300px;
    margin: 0 auto;
    font-size: 16px;
    text-align: left;
    line-height: 26px;
}


/*-------------------------
  冒険の森について
-------------------------*/

section#about {
    background: #24b080;
    text-align: center;
    padding-bottom: 80px;
}

.about-title {
    color: #033939;
}

.about-title2 {
    color: #033939;
}

.about-txt {
    color: #464646;
}

.about-wrap {
    display: flex;
    justify-content: center;
    gap: 2rem;
}

img.about-img1.pc-only {
    width: 380px;
}

.about-txt-box {
    width: 640px;
    line-height: 33px;
    text-align: left;
}

hr {
    border: none;
}

.about-hr {
    margin: 40px auto 80px auto;
    width: 1055px;
    border-top: 2px solid #033939;
}

img.acct-img1.pc-only {
    width: 360px;
}

img.acct-img2 {
    width: 360px;
    margin-top: 30px;
}

.acct-wrap {
    display: flex;
    justify-content: center;
    gap: 3rem;
}

.acct-box {
    width: 630px;
    background: #033939;
    margin-bottom: 20px;
    padding: 20px;
}

.acct-title {
    color: #24b080;
    text-align: left;
    font-size: 22px;
}

.acct-subtitle {
    color: #24b080;
    text-align: left;
    font-size: 22px;
}

.acct-txt {
    color: #24b080;
    text-align: left;
    font-size: 16px;
    margin: 7px 0;
    line-height: 25px;
}

.acct-small {
    font-size: 16px;
}

.acct-txtbox {
    color: #033939;
    background: #fff;
    text-align: left;
    font-size: 15px;
    padding: 15px;
    margin: 20px 0 10px 0;
}

.acct-name {
    color: #033939;
    text-align: left;
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 7px;
}



/*-------------------------
  「ACCT基準」とは何か？
-------------------------*/

section#standards {
    text-align: center;
    padding-bottom: 80px;
}


.standards-title {
    color: #033939;
}

.standards-title2 {
    color: #25afa9;
}

.standards-title-txt {
    color: #464646;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    line-height: 30px;
}

.standards-title3 {
    color: #25afa9;
    margin-bottom: 15px;
    font-size: 22px;
}

.standards-txt {
    color: #464646;
    padding: 0 40px;
    text-align: left;
    margin-bottom: 25px;
    line-height: 25px;
    font-size: 15px;
}

img.standards-icon {
    width: 100px;
    margin: 15px auto 0 auto;
}

.standards-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    column-gap: 25px;
    row-gap: 25px;
    margin-top: 50px;
    margin-bottom: 70px;
}

.standards-box {
    border: 2px solid #25afa9;
    border-bottom: 10px solid #25afa9;
}

.standards-box1 {
    grid-area: 1 / 1 / 2 / 2;
}

.standards-box2 {
    grid-area: 1 / 2 / 2 / 3;
}

.standards-box3 {
    grid-area: 1 / 3 / 2 / 4;
}

.standards-box4 {
    grid-area: 2 / 1 / 3 / 2;
}

.standards-box5 {
    grid-area: 2 / 2 / 3 / 3;
}

.standards-box6 {
    grid-area: 2 / 3 / 3 / 4;
}

img.standards-icon2 {
    width: 90px;
}

.standards-wrap2 {
    display: flex;
    background: #f2bb34;
    gap: 60px;
    padding: 30px;
    justify-content: center;
}

h3.standards-title4 {
    color: #033939;
    text-align: left;
    margin-bottom: 10px;
    font-size: 22px;
}

p.standards-txt2 {
    color: #464646;
    text-align: left;
    font-size: 15px;
    line-height: 25px;
}

.standards-box7 {
    width: 850px;
}


/*-------------------------
  あなたを守る「盾」となる、詳細な安全報告書。
-------------------------*/

section#safetyreport {
    text-align: center;
    padding-bottom: 80px;
    background: #f2f2f2;
}

.safetyreport-title {
    color: #033939;
}

.safetyreport-title2 {
    color: #25afa9;
}

img.safetyreport-img1 {
    width: 400px;
}

.safetyreport-wrap {
    display: flex;
    gap: 55px;
    justify-content: center;
}

.safetyreport-title3 {
    display: flex;
    color: #033939;
    font-size: 22px;
    text-align: left;
    margin-bottom: 10px;
}

.square {
    background: #25afa9;
    width: 20px;
    height: 20px;
    display: block;
    margin-top: 6px;
    margin-right: 2px;
}

.safetyreport-txt {
    color: #464646;
    text-align: left;
    font-size: 15px;
}

.safetyreport-box {
    width: 500px;
    margin-bottom: 40px;
}



/*-------------------------
  SUPPORT PLANS
-------------------------*/

section#supportplans {
    text-align: center;
    background: #033939;
    padding-top: 80px;
    padding-bottom: 80px;
}


.supportplans-wrap {
    display: flex;
    gap: 20px;
}

.supportplans-title2 {
    color: #fff;
}

.supportplans-box {
    background: #fff;
    border-radius: 15px;
    width: 100%;
    padding: 40px 15px 20px 15px;
}

.supportplans-box-y {
    background: #f2bb34;
    position: relative;
}

.recommended {
    position: absolute;
    width: 175px;
    left: 25%;
    top: -3%;
}

.line-img {
    width: 270px;
    margin: 0px auto;
    padding: 15px 0;
}

.supportplans-name {
    color: #464646;
    font-size: 13px;
}

.supportplans-name1 {
    color: #033939;
    font-size: 25px;
    margin-bottom: 3px;
}

.supportplans-about {
    color: #464646;
    font-size: 20px;
    margin-bottom: 15px;
}

.supportplans-square {
    background: #033939;
    width: 12px;
    height: 13px;
    display: block;
    margin-top: 7px;
    margin-right: 1px;
}

.supportplans-txt {
    display: flex;
    text-align: left;
    font-size: 15px;
}

.supportplans-item {
    width: 270px;
    margin: 0 auto;
    height: 150px;
    line-height: 27px;
}

.supportplans-price {
    width: 200px;
    text-align: left;
    margin: 0 auto;
}

.supportplans-price1 {
    color: #464646;
    font-size: 14px;
    margin-bottom: -10px;
}

.supportplans-price-big {
    font-size: 40px;
    padding-right: 5px;
}

p.supportplans-price2 {
    color: #033939;
    font-size: 16px;
}

.supportplans-link {
    padding: 7px 21px;
    display: inline-block;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 21px;
    transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
    color: #033939;
    border: 2px solid #033939;
    width: 280px;
    margin-top: 20px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 4px #022A2A;
}

.supportplans-link:hover{
    opacity: 0.8;
}

.supportplans-link-y {
    background: #033939;
    color: #f2bb34;
    border: 2px solid #24b080;
}


/*-------------------------
  VOICES OF PARTNERS
-------------------------*/

section#voice {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 30px;
}

.voice-title2 {
    color: #25afa9;
}

.voice-wrap {
    display: flex;
    gap: 15px;
    margin-bottom: 150px;
}

.voice-title3 {
    color: #25afa9;
    margin-bottom: 20px;
    font-size: 22px;
}

.voice-box {
    width: 370px;
    text-align: left;
    background: #f2f2f2;
    border: 1px solid #25afa9;
    padding: 40px;
}

.voice-txt {
    font-size: 15px;
    line-height: 25px;
    color: #464646;
    height: 125px;
}

p.voice-name {
    color: #033939;
}


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

section#footer {
    height: 500px;
    background: #033939;
}

.footer-wrap {
    display: flex;
    gap: 150px;
    width: 1200px;
    margin: 40px auto 0 auto;
}

.footer-title {
    color: #f2bb34;
    margin-bottom: 25px;
    font-size: 22px;
}

.footer-menu {
    list-style: none;
    margin-bottom: 30px;
}

.footer-menu-link {
    display: block;
    text-decoration: none;
    color: #fff;
}

.footer-menu-box {
    padding-left: 0;
}

.footer-txt {
    color: #fff;
    line-height: 28px;
    margin-top: -2px;
}


/*-------------------------
  CTAボタン
-------------------------*/
.cta {
    text-align: center;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 0;
}

.cta_fv {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.fv_bottom {
    padding: 80px 0;
}

.cta li {
    list-style: none;
}

.btn {
    color: #fff;
    padding: 2px 60px 2px 10px;
    display: flex;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    font-size: 40px;
    transition: .4s cubic-bezier(0.37, 0, 0.63, 1);
    align-items: center;
}

img.mail-img {
    width: 40px;
    height: 40px;
    margin-right: 50px;
}

span.btn-time {
    font-size: 15px;
    margin-left: 10px;
}

.green {
    background: #24b080;
}


.btn:hover {
    color: #fff;
    background: #333;
    letter-spacing: 0.15em;
}




/* SPここから */

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

    /*-------------------------
    共通
   -------------------------*/

    .width1200 {
        max-width: 100%;
    }

    .title {
        font-size: 1.1rem;
    }

    .title2 {
        margin: 5px 0 30px 0;
        font-size: 20px;
    }

    .pc-only {
        display: none !important;
    }

    .sp-only {
        display: block !important;
    }

    .txt-size {
        font-size: 13px !important;
    }


    /*-------------------------
    ボタン
   -------------------------*/

    .memu-sp-btn {
        text-align: right;
    }

    .menu-btn {
        margin-right: 10px;
        margin-top: -3px;
    }

    /*-------------------------
    ハンバーガーメニュー
   -------------------------*/

    .hamburger {
        position: relative;
        left: 20px;
        top: 25px;
        width: 30px;
        height: 18px;
        cursor: pointer;
        z-index: 9999;
    }

    .hamburger__line {
        position: absolute;
        width: 30px;
        height: 2px;
        background-color: #333333;
        border-radius: 2px;
        transition: all 300ms ease;
        transform: rotate(0deg);
    }

    /* 線の位置（通常） */
    .hamburger__line:nth-child(1) {
        top: 0px;
    }

    .hamburger__line:nth-child(2) {
        top: 8px;
    }

    .hamburger__line:nth-child(3) {
        top: 16px;
    }

    /* ×変形（2本） */


    /* ×変形（3本） */

    .hamburger.open .hamburger__line:nth-child(1) {
        top: 8px;
        transform: rotate(45deg);
    }

    .hamburger.open .hamburger__line:nth-child(2) {
        opacity: 0;
    }

    .hamburger.open .hamburger__line:nth-child(3) {
        top: 8px;
        transform: rotate(-45deg);
    }

    /* メニュー本体 */
    .menu {
        flex-direction: column;
        display: flex;
        opacity: 0;
        visibility: hidden;
        transform: translateY(-20px);
        transition: all 300ms ease;
        width: 300px;
        background-color: #ffffff;
        color: #033939;
        padding: 50px 20px 20px 20px;
        gap: 10px;
        margin-top: 20px;
        position: fixed;
        z-index: 9998;
    }

    .menu.open {
        opacity: 1;
        transform: translateY(0);
        visibility: visible;
    }

    .menu__item {
        display: flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
        font-size: 20px;
        color: inherit;
        padding-bottom: 10px;
        border-bottom: 1px solid #cccccc;
    }

    .menu__item:last-child {
        border-bottom: none;
    }

    .icon img {
        width: 20px;
        height: 20px;
        object-fit: contain;
    }

    /* アニメーション */

    /* 上から下 */
    .slide-top-enter-active,
    .slide-top-leave-active {

        transition: all 300ms ease;

    }

    .slide-top-enter-from,
    .slide-top-leave-to {
        opacity: 0;
        transform: translateY(-20px);
    }

    .slide-top-enter-to,
    .slide-top-leave-from {
        opacity: 1;
        transform: translateY(0);
    }

    /*-------------------------
    CTAボタン
   -------------------------*/
    .cta {
        padding: 30px 0;
        gap: 20px;
    }

    img.mail-img {
        margin-right: 4px;
    }

    .btn.green {
        padding: 1px 30px;
    }

    span.btn-time {
        font-size: 13px;
    }

    .btn-txt {
        font-size: 35px;
    }


    .btn.green:hover {
        color: #fff;
        background: #333;
        letter-spacing: 0.15em;
    }


    /*-------------------------
   ヘッダー
   -------------------------*/

    nav {
        height: 60px;
    }

    .header-txt-box {
        writing-mode: tb;
    }

    .header-title {
        font-size: 37px;
    }

    .header-txt {
        margin-top: 5px;
        font-size: 19px;
        line-height: 25px;
        margin-right: 10px;
    }

    .header-txt-box {
        top: 14%;
        left: -46%;
        margin-left: 10px;
    }

    .header-box2 {
        padding: 35px 0;
    }

    .yellow-txt {
        margin: -20px;
    }

    .header-img1 {
        height: 580px;
    }

    .header-txt2 {
        font-size: 15px;
    }

    .header-txt3 {
        font-size: 22px;
    }


    /*-------------------------
  事故が起きたとき、最初に呼ばれるのは“あなた”です
-------------------------*/

    .you-wrap {
        display: block;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 50px;
    }

    .you-img {
        width: 100%;
    }

    .you-txt-box {
        width: 100%;
        margin: 0 auto;
        padding: 20px 10px 10px 10px;
    }

    .you-title {
        font-size: 15px;
    }

    .you-txt {
        margin: 5px 0 15px 0;
        line-height: 25px;
    }

    .you-icon {
        width: 20px;
        height: 20px;
        margin-top: 2px;
    }

    .you-box {
        padding: 10px;
        margin-top: 10px;
    }

    .you-box-txt {
        margin: auto 0 auto 10px;
        font-size: 14px;
    }


    /*-------------------------
  OUR PHILOSOPHY
-------------------------*/

    section#ourphilosophy {
        height: auto;
    }

    .ourphilosophy-title2 {
        font-size: 20px !important;
    }

    .ourphilosophy-wrap {
        display: block;
        padding-bottom: 50px;
    }

    .ourphilosophy-box {
        width: 355px;
        margin: 0 auto 30px auto;
    }


    /*-------------------------
  冒険の森について
-------------------------*/

    section#about {
        padding-bottom: 50px;
    }

    .about-wrap {
        display: block;

    }

    .about-img {
        width: 100%;
    }

    .about-txt-box {
        width: 100%;
        line-height: 25px;
    }

    .about-txt {
        padding: 15px 10px 0 10px;
    }

    .about-hr {
        margin: 30px auto;
        width: 410px;
    }


    .acct-wrap {
        display: block;
    }

    .acct-img {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    img.acct-img1.sp-only {
        height: 150px;
        width: 50%;
    }

    img.acct-img2 {
        width: auto;
        margin-top: 0;
        height: 150px;
    }

    .acct-name {
        text-align: center;
        font-size: 20px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .acct-box {
        width: 95%;
        padding: 15px;
        margin: 0 auto 20px auto;
    }

    .acct-small {
        font-size: 12px;
    }

    .acct-txt {
        margin: 3px 0;
    }

    .acct-title {
        font-size: 20px;
    }

    .acct-txtbox {
        margin: 10px 0 0 0;
    }


    /*-------------------------
  「ACCT基準」とは何か？
-------------------------*/

    .standards-title-txt {
        width: 100%;
        line-height: 25px;
        padding: 0 10px;
    }

    .standards-wrap {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        column-gap: 10px;
        margin: 30px auto;
        width: 95%;
    }

    .standards-box1 {
        grid-area: 1 / 1 / 2 / 2;
    }

    .standards-box2 {
        grid-area: 1 / 2 / 2 / 3;
    }

    .standards-box3 {
        grid-area: 2 / 1 / 2 / 2;
    }

    .standards-box4 {
        grid-area: 2 / 2 / 3 / 2;
    }

    .standards-box5 {
        grid-area: 3 / 1 / 3 / 2;
    }

    .standards-box6 {
        grid-area: 3 / 2 / 3 / 2;
    }

    .standards-txt {
        padding: 0 8px;
        margin-bottom: 10px;
    }

    .standards-title3 {
        margin-bottom: 5px;
        font-size: 18px;
    }

    img.standards-icon {
        width: 60px;
    }

    section#standards {
        padding-bottom: 50px;
    }

    .standards-wrap2 {
        margin: 0 10px;
    }

    .standards-wrap3 {
        display: flex;
        justify-content: center;
    }

    h3.standards-title4 {
        font-size: 18px;
        margin-left: 10px;
    }

    img.standards-icon2 {
        width: 70px;
    }



    /*-------------------------
  あなたを守る「盾」となる、詳細な安全報告書。
-------------------------*/

    section#safetyreport {
        padding-bottom: 50px;
    }

    .safetyreport-wrap {
        display: block;
    }

    .safetyreport-txt-box {
        width: 95%;
        margin: 0 auto;
    }


    .safetyreport-box {
        width: 95%;
        margin: 0 auto;
    }

    img.safetyreport-img1 {
        width: 100%;
    }

    .safetyreport-title3 {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 5px;
    }

    .square {
        width: 17px;
        height: 17px;
        margin-top: 7px;
        margin-right: 2px;
    }


    /*-------------------------
  SUPPORT PLANS
-------------------------*/

    section#supportplans {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .supportplans-title2 {
        position: relative;
    }

    .slider-top {
        margin: 30px auto 0;
        max-width: 980px;
        width: 100%;
        gap: 30px;
    }

    .supportplans-box {
        margin: 0 15px;
        overflow: hidden;
        position: relative;
    }


    .recommended {
        padding-top: 22px;
    }


    .slick-prev:hover,
    .slick-next:hover {
        opacity: 0.7;
    }

    /* 左右位置 */
    .slick-prev {
        left: -50px;
    }

    .slick-next {
        right: -50px;
    }

    /* 矢印画像の大きさ調整 */
    .slick-prev img,
    .slick-next img {
        width: 100%;
        height: auto;
    }

    .slick-prev,
    .slick-next {
        width: 40px;
        height: 40px;
    }




    /*-------------------------
  VOICES OF PARTNERS
-------------------------*/

    section#voice {
        padding-bottom: 0;
    }

    .voice-wrap {
        display: block;
        margin-bottom: 40px;
    }

    .voice-box {
        width: 380px;
        padding: 30px;
        margin: 0 auto 35px auto;
    }

    .voice-txt {
        height: 90px;
    }

    .voice-title3 {
        margin-bottom: 5px;
        font-size: 20px;
    }


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


    .footer-wrap {
        gap: 30px;
        width: 100%;
        margin: 30px auto 0 auto;
        justify-content: center;
    }

    .footer-box {
        margin-left: 15px;
    }

    .footer-title {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .footer-menu {
        margin-bottom: 20px;
        font-size: 15px;
    }



    /*-------------------------
  フッター固定ボタン
-------------------------*/

    .faq_bottom {
        margin: -56px 0 0px !important;
    }

    .faq_bottom2 {
        margin: 20px 0 40px !important;
    }

    .faq_bottom a {
        font-size: 18px !important;
    }


    /*-------------------------
  ページトップへ戻るボタン
-------------------------*/
    .pagetop {
        height: 40px;
        width: 40px;
        left: 20px;
        bottom: 100px;
    }


}