 
/* 
Theme Name: sky7mobile
Author: sky7mobile
Author URI: https://www.sky7mobile.ne.jp/
Version: 1.0
*/
@charset "UTF-8";
/* CSS Document */
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}
body {
    width: 100%;
    height: 100%;
    font-size: 1.6em;
    line-height: 1.7;
}
*,
*:before,
*:after {
    box-sizing:border-box;
}
/* ------------------------------------- /
/   共通
/* ------------------------------------- */
.space {
    margin-top: 128px;
}
.inner {
    max-width: 1200px;
    margin: 0 auto;
}
.inner__wide {
    padding-left: 15vw;
    padding-right: 15vw;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.align__center {
    align-items: center;
}
.align__baseline {
    align-items: baseline;
}
.align__st {
    align-items: stretch;
}
.justify__between {
    justify-content: space-between;
}
.ptb150 {
    padding: 150px 0;
}
.pb150 {
    padding: 0 0 150px;
}
.ptb100 {
    padding: 100px 0;
}
.pb100 {
    padding: 0 0 100px;
}
.ptb50 {
    padding: 50px 0;
}
.pb50 {
    padding: 0 0 50px;
}
.font12 {
    font-size: 1.2rem;
}
.font130 {
    font-size: 130%;
}
.font120 {
    font-size: 120%;
}
.pc {
    display: block !important;
}
.pc.inline {
    display: inline !important;
}
.sp {
    display: none !important;
}
.sp.inline {
    display: none !important;
}
.pc768 {
    display: block !important;
}
.sp768 {
    display: none !important;
}
.sp1024 {
    display: none !important;
}
.weight500 {
    font-weight: 500;
}
.weight600 {
    font-weight: 600;
}
.weight700 {
    font-weight: 700;
}
.anchor {
    padding-top: 100px;
    margin-top: -100px;
}
.font__en {
    font-family: var(--font-en);
}
.font__logo {
    font-family: var(--font-logo);
}
@media (max-width: 1280px) {
    .inner {
        padding: 0 20px;
    }
    .inner__wide {
        padding-left: 5vw;
        padding-right: 5vw;  
    }
}
@media (max-width: 768px) {
    .pc768 {
        display: none !important;
    }
    .sp768 {
        display: block !important;
    }
    .ptb150,
    .ptb100 {
        padding: 70px 0;
    }
    .space {
        margin-top: 58px;
    }
    .pb150 {
        padding-bottom: 100px;
    }
}
@media (max-width: 650px) {
    .space {
        margin-top: 93px;
    }
}
@media (max-width: 600px) {
    .pc {
        display: none !important;
    }
    .pc.inline {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
    .sp.inline {
        display: inline !important;
    }
    .ptb100 {
        padding: 50px 0;
    }
    .pb100 {
        padding: 0 0 50px;
    }
    body {
        font-size: 1.5rem;
    }
    .ptb150 {
        padding: 50px 0;
    }
    .pb150 {
        padding-bottom: 50px;
    }
    .space {
        margin-top: 70px;
    }
}

.pc-none {
    display: none;
}
.pc-none__768 {
    display: none;
}
.pc-none__inline {
    display: none;
}
.pc-none__inline400 {
    display: none;
}
.pc-none__inline768 {
    display: none;
}
.pc-none__flex {
    display: none !important;
}

@media (max-width: 768px) {
.sp-none__768 {
    display: none;
}
.pc-none__768 {
    display: block;
}
.pc-none__inline768 {
    display: inline;
}
}
@media (max-width: 600px) {
.sp-none {
    display: none;
}
.pc-none {
    display: block;
}
.pc-none__inline {
    display: inline;
}
.pc-none__flex {
    display: flex !important;
}
}
@media (max-width: 400px) {
.pc-none__inline400 {
    display: inline;
}
}

img {
    display: block;
    width: 100%;
}

/* ------------------------------------- /
/   サイトカラー、フォント
/* ------------------------------------- */
body {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    color: #000;
    background-color :#ffffff;
}
a {
    color: #1B1B1B;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
::selection {
    background: #FF4B5D;
    color: #fff;
}
:root {
    --font-red: #F4112D;
    --font-black: #1B1B1B;
}
.color_red {
    color: var(--font-red);
}
.udl {
    background: linear-gradient(transparent 65%, #FFF6A8 0%);
}
.color_green {
    color: #30C6BD;
}

/* ------------------------------------- /
/  body
/* ------------------------------------- */
body {
    position: relative;
}
/* ------------------------------------- /
/  campaign_bnr
/* ------------------------------------- */
.campaign_bnr{
    display: block;
    margin: 20px 0 40px;
    padding:0 20px 40px;
}
.overlay {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
}
.btn_area {
    width: min(100%, 600px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 10px;
    background: #fff;
    text-align: center;
    z-index: 2
}
.btn_area button {
    display: block;
    cursor: pointer;
    margin: 0 auto;
    background: #333;
    color: #fff;
    border: none;
    font-size: 36px;
    line-height: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50px;
    font-weight: normal;
    position: absolute;
    top: -14px;
    right: -10px;
    padding: 0!important;
}
.btn_area button:hover {
    background: #777
}
@media (max-width: 400px){
    .btn_area {
        width: 320px;
        height: 290px;
    }
    .btn_area button {
        padding: 0 0 5px 0!important;
    }
}
@media (max-width: 600px) {
    .campaign_bnr {
        padding: 0 20px 30px;
    }
}

/* ------------------------------------- /
/  pc__wrapper
/* ------------------------------------- */
.pc__wrapper {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #FFF5F5;
}
.pc__inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 37.5%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url('../img/photo_16.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pc_title {
    width: 65%;
    margin: 0 auto;
}
.button__wrapper {
    width: 56%;
    margin: 3vw auto 0;
}
    .button__wrapper > li {
        margin: 1.2vw 0 0;
    }
    .button__wrapper > li:first-child {
        margin: 0;
    }
        .button__wrapper > li > a {
            display: block;
            width: 100%;
            transition: 0.2s;
        }
        .button__wrapper > li > a:hover {
            opacity: 0.5;
        }
@media (max-width: 1200px) {
.pc__inner {
    width: 45%;
}
.pc_title {
    width: 70%;
}
.button__wrapper {
    width: 65%;
}
}
@media (max-width: 768px) {
.pc_title {
    width: 90%;
}
.button__wrapper {
    width: 90%;
}
}
@media (max-width: 600px) {
.pc__wrapper {
    display: none;
}
}

/* ------------------------------------- /
/  sp__wrapper
/* ------------------------------------- */
.sp__wrapper {
    width: 51.5%;
    margin: 0 0 0 37.5%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
@media (max-width: 1200px) {
.sp__wrapper {
    margin: 0 0 0 45%;
}
}
@media (max-width: 600px) {
.sp__wrapper {
    width: 100%;
    margin: 0 auto;
}
}

/* ------------------------------------- /
/  header
/* ------------------------------------- */
header {
    background-color: #DDE5E7;
    background-image: url(../img/bg_header.svg), url(../img/photo_01.jpg);
    background-position: center bottom -71px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 25px 0 10.5vw;
}
.header__site_title {
    width: 60%;
    margin: 0 auto 20px;
}
.header__pr {
    width: 90%;
    margin: 5px auto 0;
}
.header__badge {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 2.5vw;
    width: 100%;
    margin: 24vw auto 0;
}
    .header__badge > img {
        width: 26.6%;
    }
@media (max-width: 600px) {
header {
    padding: 25px 0 18.5vw;
}
.header__badge {
    column-gap: 4.8vw;
    row-gap: 4.8vw;
    margin: 46.3vw auto 0;
}
}

/* ------------------------------------- /
/  section__01
/* ------------------------------------- */
.section__01 {
    background-image:
        url('../img/bg_white_bottom.svg'),
        url('../img/bg_grad.svg');
    background-position: center bottom;
    background-size:
        100% auto,
        auto 100%;
    background-repeat:
        no-repeat,
        repeat-x;
    padding: 0 0 4.63vw;
    position: relative;
    top: -1px;
}
.text_01__wrapper {
    position: relative;
    top: -2.6vw;
    left: 0;
}
.text_01 {
    width: 49.5%;
    margin: 0 auto;
}
.button_01__link {
    display: block;
    width: 88%;
    margin: 5px auto 0;
}
.text_02 {
    width: 82%;
    margin: 0 auto;
    position: relative;
    top: -1vw;
    left: 0;
}
.tenpo_img{
    padding: 0 5.6%;
    margin-top:30px;
}
.area_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 3.6%;
    margin: 5px auto 0;
}
    .area_wrapper > img {
        width: 16%;
    }
.title_01 {
    margin: 4.75vw auto 0;
}
.list__wrapper {
    width: 88%;
    margin: 1.85vw auto 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 12px 3px rgba(0,0,0,0.15);
    padding: 4.63vw 5.6% 4.07vw;
}
    .list__wrapper > p {
        font-size: clamp(1.1rem, 2vw, 2rem);
        font-weight: bold;
    }
    .list__wrapper > p.male {
        color: #008DCA;
        margin: 30px auto 0;
    }
    .list__wrapper > p.female {
        color: #FF529B;
        margin: 15px auto 0;
    }
.list_01 {
    margin: 3px 0 0;
}
.list_02 {
    margin: 3px 0 0;
}
.text_04 {
    margin: 3.7vw auto 0;
}
@media (max-width: 600px) {
.section__01 {
    padding: 0 0 9vw;
}
.text_01__wrapper {
    top: -9vw;
}
.text_02 {
    top: -2vw;
}
.title_01 {
    margin: 9.23vw auto 0;
}
.list__wrapper {
    margin: 3.6vw auto 0;
    padding: 9vw 5.6% 7.9vw;
}
    .list__wrapper > p {
        font-size: clamp(1.1rem, 3.5vw, 2rem);
    }
.text_04 {
    margin: 7.2vw auto 0;
}
}

/* ------------------------------------- /
/  section__02
/* ------------------------------------- */
.section__02 {
    background-color: #fff;
    padding: 5vw 0 4.32vw;
    position: relative;
    top: -2px;
}
.button_02 {
    width: 88%;
    margin: 15px auto 0;
    border-radius: 10px;
    box-shadow: 0px 5px 12px 3px rgba(0,0,0,0.15);
}
.button_03 {
    width: 88%;
    margin: 20px auto 0;
    border-radius: 10px;
    box-shadow: 0px 5px 12px 3px rgba(0,0,0,0.15);
}
.button_04 {
    width: 88%;
    margin: 20px auto 0;
    border-radius: 10px;
    box-shadow: 0px 5px 12px 3px rgba(0,0,0,0.15);
}
@media (max-width: 600px) {
.section__02 {
    padding: 9.71vw 0 8.4vw;
}
}

/* ------------------------------------- /
/  section__03
/* ------------------------------------- */
.section__03 {
    background-color: #FFF3F7;
    padding: 4.32vw 0 4.94vw;
}
.case__wrapper {
    width: 88%;
    margin: 3.7vw auto 0;
    border-radius: 10px;
    box-shadow: 0px 5px 12px 3px rgba(0,0,0,0.15);
    background-color: #fff;
    overflow: hidden;
}
.case__wrapper.case_01 {
    margin: 40px auto 0;
}
.case__header {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    min-height: 20.1vw;
    background-position: center bottom;
    background-size:
        100% auto,
        cover;
    background-repeat: no-repeat;
}
.case__wrapper.case_01 .case__header {
    background-image:
        url('../img/bg_white_bottom_02.svg'),
        url('../img/photo_02.jpg');
}
.case__wrapper.case_02 .case__header {
    background-image:
        url('../img/bg_white_bottom_02.svg'),
        url('../img/photo_03.jpg');
}
.case__wrapper.case_03 .case__header {
    background-image:
        url('../img/bg_white_bottom_02.svg'),
        url('../img/photo_05.jpg');
}
    .case__header > img {
        width: 52.6%;
        margin: 0 0 0 2.7%;
    }
    .case__wrapper.case_02 .case__header > img {
        margin: 0 2.7% 0 auto;
    }
    .case__wrapper.case_03 .case__header > img {
        margin: 0 0 4vw 2.7%;
    }
.case__body {
    background-color: #fff;
    position: relative;
    top: -1px;
    padding: 2.9vw 9% 3.7vw;
}
.text_06 {
    width: 40%;
}
.case__title {
    margin: 5px 0 0;
    font-size: clamp(1.3rem, 2vw, 3.5rem);
    font-weight: bold;
    line-height: 1.3;
}
    .case__title > span {
        font-size: 1.32em;
        color: var(--font-red);
    }
.case__text {
    margin: 1.85vw 0 0;
    font-size: clamp(1.3rem, 2vw, 2.0rem);
}
.illust_01 {
    margin: 2.47vw 0 0;
    border-radius: 8px;
}
.photo_04 {
    margin: 2.78vw 0 0;
    border-radius: 8px;
}
.photo_06 {
    margin: 2.47vw 0 0;
    border-radius: 8px;
}
@media (max-width: 600px) {
.section__03 {
    padding: 8.4vw 0 9.6vw;
}
.case__wrapper {
    margin: 7.2vw auto 0;
}
.case__header {
    min-height: 40.77vw;
}
    .case__wrapper.case_03 .case__header > img {
        margin: 0 0 7.0vw 2.7%;
    }
.case__body {
    padding: 5.64vw 9% 7.2vw;
}
.case__title {
    font-size: clamp(1.3rem, 4.2vw, 2.5rem);
}
.case__text {
    margin: 3.6vw 0 0;
    font-size: clamp(1.2rem, 4.2vw, 1.8rem);
}
.illust_01 {
    margin: 4.8vw 0 0;
}
.photo_04 {
    margin: 5.4vw 0 0;
    border-radius: 8px;
}
.photo_06 {
    margin: 4.8vw 0 0;
}
}

/* ------------------------------------- /
/  section__04
/* ------------------------------------- */
.section__04 {
    padding: 4.32vw 0 4.94vw;
}
.text_09 {
    width: 42%;
    margin: 3.1vw auto 0;
}
    .section__04 > ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        column-gap: 2%;
        margin: 1.36vw auto 0;
    }
        .section__04 > ul > li {
            width: 30%;
            background-color: #FFF3F7;
            border-radius: 50%;
            box-shadow: 0px 2px 7px 1px rgba(0,0,0,0.1);
            padding: 3.3%;
        }
.support__wrapper  {
    margin: 3.7vw 0 0;
    padding: 14.2vw 0 0;
    position: relative;
}
.support__wrapper::before  {
    content: '';
    display: block;
    width: 84%;
    height: 19.75vw;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
}
.support__wrapper.support_01::before  {
    background-image: url('../img/photo_07.jpg');
    border-radius: 8px 0 0 8px;
    right: 0;
}
.support__wrapper.support_02::before  {
    background-image: url('../img/photo_08.jpg');
    border-radius: 0 8px 8px 0;
    left: 0;
}
.support__wrapper.support_03::before  {
    background-image: url('../img/photo_09.jpg');
    border-radius: 8px 0 0 8px;
    right: 0;
}
    .support__wrapper > img {
        width: 80.34%;
        position: relative;
    }
    .support__wrapper.support_02 > img {
        margin: 0 0 0 auto;
    }
    .support__wrapper > p {
        position: relative;
        padding: 1.11vw 6%;
        font-size: clamp(1.1rem, 1.8vw, 2.0rem);
    }
@media (max-width: 600px) {
.section__04 {
    padding: 8.42vw 0 9.6vw;
}
.text_09 {
    margin: 6vw auto 0;
}
    .section__04 > ul {
        margin: 2.64vw auto 0;
    }
.support__wrapper  {
    margin: 7.2vw 0 0;
    padding: 27.58vw 0 0;
}
.support__wrapper::before  {
    height: 38.37vw;
}
    .support__wrapper > p {
        padding: 2.16vw 6%;
        font-size: clamp(1.1rem, 3.5vw, 2.0rem);
    }
}

/* ------------------------------------- /
/  section__05
/* ------------------------------------- */
.section__05 {
    padding: 4.94vw 0;
    background-color: #FFF3F7;
}
.plan-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 0.48%;
    margin: 2.47vw auto 0;
}
.plan-menu__wrapper {
    width: 21.58%;
    box-shadow: 0px 5px 12px 3px rgba(0,0,0,0.15);
    border-radius: 0.62vw 0.62vw 0 0;
    overflow: hidden;
    position: relative;
}
.plan-menu__wrapper.active {
    z-index: 1;
}
.plan-menu__wrapper::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0
    top: 0;
    background-color: #fff;
}
.plan-menu__link {
    position: relative;
    transition: 0.2s;
}
.plan-menu__link:hover {
    opacity: 0.5;
}
.plan-detail {
    width: 90%;
    background-color: #fff;
    box-shadow: 0px 5px 12px 3px rgba(0,0,0,0.15);
    border-radius: 0.62vw;
    margin: 0 auto;
    padding: 3.7vw 7.8%;
    position: relative;
    z-index: 1;
    display: none;
}
.plan-detail.active {
    display: block;
}
.plan-detail__inner {
    z-index: 2;
    transition: 0.2s;
}
.plan-detail__inner.hide {
    opacity: 0;
}
.plan-title {
    margin: 2.16vw 0 0;
    font-weight: bold;
    position: relative;
}
    .plan-title > p {
        display: inline-block;
        padding: 0 2.4% 0 0;
        background-color: #fff;
        position: relative;
    }
.plan-title::before {
    content: '';
    display: block;
    width: 100%;
    height: 0.12vw;
    position: absolute;
    left: 0;
    top: calc(50% - 0.06vw);
    opacity: 0.5;
}
.plan-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 1.23vw 0 0;
}
    .plan-list div {
        width: 48.39%;
    }
    .plan-list div:last-child {
        width: 51.61%;
    }
    .plan-list li {
        font-size: clamp(0.9rem, 1.3vw, 2rem);
        position: relative;
    }
    .plan-list li::before {
        content: '-';
        display: inline-block;
        margin: 0 4.5% 0 0;
    }
#plan_detail_01 .plan-title,
#plan_detail_01 .plan-list li::before {
    color: #FF4B5D;
}
#plan_detail_01 .plan-title::before {
    background-color: #FF4B5D;
}
#plan_detail_02 .plan-title,
#plan_detail_02 .plan-list li::before {
    color: #86D9E7;
}
#plan_detail_02 .plan-title::before {
    background-color: #86D9E7;
}
#plan_detail_03 .plan-title,
#plan_detail_03 .plan-list li::before {
    color: #F3CD82;
}
#plan_detail_03 .plan-title::before {
    background-color: #F3CD82;
}
#plan_detail_04 .plan-title,
#plan_detail_04 .plan-list li::before {
    color: #BADB9B;
}
#plan_detail_04 .plan-title::before {
    background-color: #BADB9B;
}
#plan_detail_01 .plan-list li.gray::before,
#plan_detail_02 .plan-list li.gray::before,
#plan_detail_03 .plan-list li.gray::before,
#plan_detail_04 .plan-list li.gray::before,
.plan-list li.gray {
    color: #D9D9D9;
}
.plan-comment {
    width: 87.53%;
    margin: 1.85vw auto 0;
    font-size: clamp(0.9rem, 1.3vw, 1.6rem);
    line-height: 1.6;
    color: #BCBCBC;
}
@media (max-width: 600px) {
.section__05 {
    padding: 9.6vw 0;
}
.plan-menu {
    margin: 4.8vw auto 0;
}
.plan-menu__wrapper {
    border-radius: 1.2vw 1.2vw 0 0;
}
.plan-detail {
    border-radius: 1.2vw;
    padding: 7.2vw 7.8%;
}
.plan-title {
    margin: 4.2vw 0 0;
}
.plan-list {
    margin: 2.4vw 0 0;
}
    .plan-list li {
        font-size: clamp(0.9rem, 2.5vw, 1.6rem);
    }
.plan-comment {
    margin: 3.6vw auto 0;
}
}

/* ------------------------------------- /
/  section__06
/* ------------------------------------- */
.section__06 {
    padding: 4.94vw 0;
    background-color: #F5F5F5;
}
.voice-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 2.76%;
}
.voice-prev {
    width: 12px;
}
.voice-next {
    width: 12px;
}
.voice-list__wrapper {
    width: 79.14%;
    background-color: #fff;
    overflow: auto;
    margin: 3.1vw 0 0;
    border-radius: 10px;
    box-shadow: 0px 5px 12px 3px rgba(0,0,0,0.15);
    position: relative;
}
.voice-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 3vw;
    width: 128.22vw;
}
.voice-list__column {
    width: 40.74vw;
    padding: 2.47vw 3.7vw;
}
.voice-list__img {
    width: 30%;
    margin: 0 auto;
}
.voice-list__age {
    margin: 5px auto 0;
    font-size: 1.3rem;
    text-align:center;
}
.voice-list__age.male {
    color: #00B2FF;
}
.voice-list__age.female {
    color: #FF5D6D;
}
.voice-list__title {
    margin: 1.54vw 0 0;
    font-size: clamp(1.4rem, 1.9vw, 2.4rem);
    font-weight: bold;
    color: #F4112D;
}
.voice-list__text {
    margin: 0.93vw 0 0;
    font-size: clamp(1.3rem, 1.6vw, 2rem);
}
@media (max-width: 600px) {
.section__06 {
    padding: 9.59vw 0;
}
.voice-list__wrapper {
    margin: 6.0vw 0 0;
}
.voice-list {
    width: 243.42vw;
}
.voice-list__column {
    width: 79.14vw;
    padding: 4.8vw 7.2vw;
}
.voice-list__title {
    margin: 3vw 0 0;
    font-size: clamp(1.4rem, 3.5vw, 2.0rem);
}
.voice-list__text {
    margin: 1.8vw 0 0;
    font-size: clamp(1.3rem, 3.2vw, 1.6rem);
}
}

/* ------------------------------------- /
/  section__07
/* ------------------------------------- */
.section__07 {
    padding: 4.32vw 0 4.94vw;
}
.faq-list {
    width: 88%;
    margin: 2.47vw auto 0;
}
.faq-list__column {
    margin: 1.23vw 0 0;
    padding: 1.85vw 4.94vw;
    border-radius: 10px;
    box-shadow: 0px 2px 7px 1px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}
.faq-list__column::before {
    content: '';
    display: block;
    width: 5.5vw;
    height: 5.5vw;
    max-width: 90px;
    max-height: 90px;
    background-image: url('../img/bg_qa.svg');
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}
.faq__check {
    display: none;
}
.faq-list__title {
    display: block;
    font-size: clamp(1.5rem, 1.5vw, 2.2rem);
    font-weight: bold;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
}
.faq-list__title::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background-image: url('../img/plus.svg');
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -10%;
    top: calc(50% - 15px);
}
.faq__check:checked + .faq-list__title::before {
    background-image: url('../img/minus.svg');
}
.faq-list__wrapper {
    height: 0;
    overflow: hidden;
    transition: 0.5s;
    transition-timing-function: ease;
}
.faq-list__inner {
    margin: 20px 0 0;
    padding: 25px 1.85vw 25px 4.63vw;
    position: relative;
    background-color: #EFFBFA;
    border-radius: 10px;
    font-size: clamp(1.5rem, 1.5vw, 2.0rem);
    line-height: 1.5;
}
.faq-list__inner::before {
    content: '';
    display: block;
    width: 1.8vw;
    height: 1.8vw;
    max-width: 20px;
    max-height: 20px;
    background-image: url('../img/answer.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 2vw;
    top: calc(25px + 0.35em);
}
    .faq-list__inner ul {
        font-size: 0.9em:;
        margin: 15px auto;
    }
    .faq-list__inner li {
        position: relative;
        padding: 0 0 0 calc(1.6rem + 5px);
    }
    .faq-list__inner li::before {
        content: '・';
        position: absolute;
        left: 0;
        top: 0;
    }
@media (max-width: 1200px) {
    .faq-list__inner li {
        position: relative;
        padding: 0 0 0 1.6rem;
    }
.faq-list__title::before {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
}
}
@media (max-width: 768px) {
.faq-list__title::before {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
}
}
@media (max-width: 600px) {
.section__07 {
    padding: 8.4vw 0 9.6vw;
}
.faq-list {
    margin: 4.8vw auto 0;
}
.faq-list__column {
    margin: 2.4vw 0 0;
    padding: 3.6vw 9.6vw;
}
.faq-list__column::before {
    width: 10.8vw;
    height: 10.8vw;
}
.faq-list__title::before {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
}
.faq-list__inner {
    padding: 25px 3.6vw 25px 9vw;
}
.faq-list__inner::before {
    width: 4.3vw;
    height: 4.3vw;
    max-width: 16px;
    max-height: 16px;
    left: 3.6vw;
}
}
@media (max-width: 450px) {
.faq-list__title::before {
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
}
}

/* ------------------------------------- /
/  section__08
/* ------------------------------------- */
.section__08 {
    background-image:
        url('../img/bg_white_bottom.svg'),
        url('../img/bg_grad.svg');
    background-position: center bottom;
    background-size:
        100% auto,
        auto 100%;
    background-repeat:
        no-repeat,
        repeat-x;
    padding: 4.63vw 0;
}
.strength-list__column {
    width: 93.8%;
    margin: 2.47vw 0 0 auto;
    padding: 2.47vw 3.09vw 2.47vw 2.47vw;
    background-color: #fff;
    box-shadow: 0px 5px 12px 3px rgba(0,0,0,0.15);
    border-radius: 10px 0 0 10px;
}
.strength-list__column:nth-child(2n) {
    margin: 2.47vw 0 0;
    padding: 2.47vw 2.47vw 2.47vw 3.09vw;
    border-radius: 0 10px 10px 0;
}
.strength-list__title {
    position: relative;
    z-index: 1;
}
.strength-list__detail {
    font-size: clamp(1.3rem, 2vw, 2.2rem);
    position: relative;
    top: -0.62vw;
}
    .strength-list__detail > p {
        margin: 1.23vw 0 0;
    }
.title_13 {
    margin: 3.7vw 0 0;
}
@media (max-width: 600px) {
.section__08 {
    padding: 9vw 0;
}
.strength-list__column {
    margin: 4.8vw 0 0 auto;
    padding: 4.8vw 6vw 4.8vw 4.8vw;
}
.strength-list__column:nth-child(2n) {
    margin: 4.8vw 0 0 0;
    padding: 4.8vw 4.8vw 4.8vw 6vw;
}
.strength-list__detail {
    font-size: clamp(1.3rem, 3.5vw, 1.9rem);
    position: relative;
    top: -1.2vw;
}
    .strength-list__detail > p {
        margin: 2.4vw 0 0;
    }
.title_13 {
    margin: 7.2vw 0 0;
}
}

/* ------------------------------------- /
/  section__09
/* ------------------------------------- */
.section__09 {
    padding: 4.94vw 0 6.8vw;
    position: relative;
    top: -1px;
    background-color: #fff;
}
.future-list > li {
    margin: 2.47vw 0 0;
    position: relative;
}
.future-list > li:first-child {
    margin: 0;
}
.future-list__bg {
    width: 80%;
    margin: 0 3.1vw 0 auto;
}
.future-list > li:nth-child(2n) .future-list__bg {
    margin: 0 0 0 3.1vw;
}
.future-list__text {
    width: 50%;
    position: absolute;
    left: 3.1vw;
    bottom: 2.16vw;
}
.future-list > li:nth-child(2n) .future-list__text {
    left: auto;
    right: 3.1vw;
}
.title_14 {
    margin: 2.47vw 0 0;
}
.title_14 + div {
    margin: 3.7vw auto 0;
}


@media (max-width: 600px) {
.section__09 {
    padding: 9.6vw 0 13.2vw;
}
.future-list > li {
    margin: 4.8vw 0 0;
}
.future-list__bg {
    margin: 0 6vw 0 auto;
}
.future-list > li:nth-child(2n) .future-list__bg {
    margin: 0 0 0 6vw;
}
.future-list__text {
    left: 6vw;
    bottom: 4.2vw;
}
.future-list > li:nth-child(2n) .future-list__text {
    right: 6vw;
}
.title_14 {
    margin: 4.8vw 0 0;
}
.title_14 + div {
    margin: 7.2vw auto 0;
}
}

/* ------------------------------------- /
/  footer
/* ------------------------------------- */
footer {
    padding: 3.7vw 0 1.23vw;
    background-color: #FFCFCF;
    margin-bottom: 40px;
}
.footer__title {
    width: 41.97%;
    margin: 0 auto;
}
.button_10__link {
    display: block;
    width: 38.37%;
    margin: 1.23vw auto 0;
}
.copyright {
    margin: 3.1vw 0 0;
    color: #fff;
    text-align: center;
    font-size: clamp(0.9rem, 1.5vw, 1.2rem);
}
    .copyright > a {
        color: #fff;
    }


@media (max-width: 600px) {
footer {
    padding: 7.2vw 0 2.4vw;
}
.button_10__link {
    margin: 2.4vw auto 0;
}
.copyright {
    font-size: clamp(0.9rem, 2vw, 1.0rem);
}
}

/* ------------------------------------- /
/  ページロードアニメーション
/* ------------------------------------- */
/* ズームアウト */
.load-check.zoom-out {
    transition: 0.2s;
    transition-delay: 500ms;
    transition-timing-function: cubic-bezier(0, 0, 0.1, 1);
    opacity: 0;
    transform: scale(1.2,1.2);
}
.load-check.load-on.zoom-out {
    opacity: 1;
    transform: scale(1.0,1.0);
}
/* フェードイン */
.load-check.fade-in {
    transition: 0.5s;
    transition-timing-function: ease-out;
    transition-delay: 500ms;
    opacity: 0;
}
.load-check.load-on.fade-in {
    opacity: 1;
}

/* フェードアップ */
.load-check.fade-up {
    transition: 0.5s;
    transition-timing-function: ease-out;
    transition-delay: 500ms;
    opacity: 0;
    transform: translateY(20px);
}
.load-check.load-on.fade-up {
    opacity: 1;
    transform: translateY(0);
}

/* 左へフェード */
.load-check.fade-left {
    transition: 0.5s;
    transition-timing-function: ease-out;
    transition-delay: 500ms;
    opacity: 0;
    transform: translateX(20px);
}
.load-check.load-on.fade-left {
    opacity: 1;
    transform: translateX(0);
}

/* 右へフェード */
.load-check.fade-right {
    transition: 0.5s;
    transition-timing-function: ease-out;
    transition-delay: 500ms;
    opacity: 0;
    transform: translateX(-20px);
}
.load-check.load-on.fade-right {
    opacity: 1;
    transform: translateX(0);
}

/* 0.2秒ディレイ */
.load-check.delay-200 {
    transition-delay: calc(500ms + 200ms);
}
/* 0.4秒ディレイ */
.load-check.delay-400 {
    transition-delay: calc(500ms + 400ms);
}
/* 0.6秒ディレイ */
.load-check.delay-600 {
    transition-delay: calc(500ms + 600ms);
}
/* 0.8秒ディレイ */
.load-check.delay-800 {
    transition-delay: calc(500ms + 800ms);
}

/* ------------------------------------- /
/  スクロールアニメーション
/* ------------------------------------- */
/* ズームアウト */
.scroll-check.zoom-out {
    transition: 0s;
    transition-timing-function: cubic-bezier(0, 0, 0.1, 1);
    opacity: 0;
    transform: scale(1.2,1.2);
}
.scroll-check.scroll-on.zoom-out {
    transition: 0.2s;
    transition-delay: 300ms;
    opacity: 1;
    transform: scale(1.0,1.0);
}
/* ズームイン */
.scroll-check.zoom-in {
    transition: 0s;
    transition-timing-function: cubic-bezier(0, 0, 0.1, 1);
    opacity: 0;
    transform: scale(1.0,1.0);
}
.scroll-check.scroll-on.zoom-in {
    transition: 0.2s;
    transition-delay: 300ms;
    opacity: 1;
    transform: scale(1.2,1.2);
}
/* フェードイン */
.scroll-check.fade-in {
    transition: 0s;
    transition-timing-function: cubic-bezier(0, 0, 0.1, 1);
    opacity: 0;
    position: relative;
}
.scroll-check.scroll-on.fade-in {
    transition: 0.5s;
    transition-delay: 300ms;
    opacity: 1;
}

/* フェードアップ */
.scroll-check.fade-up {
    transition: 0s;
    transition-timing-function: cubic-bezier(0, 0, 0.1, 1);
    opacity: 0;
    transform: translateY(20px);
}
.scroll-check.scroll-on.fade-up {
    transition: 0.5s;
    transition-delay: 300ms;
    opacity: 1;
    transform: translateY(0);
}

/* 右からフェード */
.scroll-check.fade-left {
    transition: 0s;
    transition-timing-function: cubic-bezier(0, 0, 0.1, 1);
    opacity: 0;
    transform: translateX(20px);
}
.scroll-check.scroll-on.fade-left {
    transition: 0.5s;
    transition-delay: 300ms;
    opacity: 1;
    transform: translateX(0);
}

/* 左からフェード */
.scroll-check.fade-right {
    transition: 0s;
    transition-timing-function: cubic-bezier(0, 0, 0.1, 1);
    opacity: 0;
    transform: translateX(-20px);
}
.scroll-check.scroll-on.fade-right {
    transition: 0.5s;
    transition-delay: 300ms;
    opacity: 1;
    transform: translateX(0);
}

/* 0.2秒ディレイ */
.scroll-check.scroll-on.delay-200 {
    transition-delay: calc(300ms + 200ms);
}
/* 0.4秒ディレイ */
.scroll-check.scroll-on.delay-400 {
    transition-delay: calc(300ms + 400ms);
}
/* 0.6秒ディレイ */
.scroll-check.scroll-on.delay-600 {
    transition-delay: calc(300ms + 600ms);
}
/* 0.8秒ディレイ */
.scroll-check.scroll-on.delay-800 {
    transition-delay: calc(300ms + 800ms);
}
/* 1.0秒ディレイ */
.scroll-check.scroll-on.delay-1000 {
    transition-delay: calc(300ms + 1000ms);
}
/* 1.2秒ディレイ */
.scroll-check.scroll-on.delay-1200 {
    transition-delay: calc(300ms + 1200ms);
}
/* 1.4秒ディレイ */
.scroll-check.scroll-on.delay-1400 {
    transition-delay: calc(300ms + 1400ms);
}

/* ------------------------------------- /
/  footer固定
/* ------------------------------------- */
.footer-fix__btn--sp{
    position: fixed;
    bottom: 0;
    width: 51.5%;
    z-index: 999;
}
.footer-fix__btn--sp .cta__btn-link{
    background-image: none!important;
    border-radius: 0;
    padding: 11px 0!important;
}
.footer-fix__btn--sp:last-of-type a.cta__btn-link {
    padding: 11px 0!important;
    display: block;
    text-align: center;
    text-decoration: none;
}
.footer-fix__btn--sp:last-of-type a.cta__btn-link span{
    line-height: 1;
    color: #fff;
}
.footer-fix__box--sp {
    width: 25%;
}
.footer-fix__btn--sp .flex{
    align-items: baseline;
}
.cta__btn--blue {
    background-color: #30C1D9;
}
.cta__btn--grn {
    background-color: #06C755;
}
.cta__btn--pink{
    background-color: #FF5D6D;
}
.cta__btn--ylw{
    background-color: #F8B42E;
}
@media (max-width: 600px){
    .footer-fix__btn--sp {
        width: 100%;
    }
}