@charset "UTF-8";

/*====================================================================
/* IE11 *
_:-ms-lang(x)::-ms-backdrop, .class {}

/* Safari *
_::-webkit-full-page-media, _:future, :root .class {}
====================================================================*/


/*———————————–———————————–———————————–———————————–
navigation
———————————–———————————–———————————–———————————–*/

header {
    position: sticky;
    top: 0;
    min-width: 960px;
    padding: 12px 20px;
    background: #fff;
    box-shadow: 0 0 8px #9e9e9e;
    z-index: 999;
}
nav .nav_inner {
    max-width: 1280px;
    min-width: 920px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
nav .logo {
    width: 28vw;
    max-width: 300px;
    min-width: 250px;
}
nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
    margin: 0;
    padding: 0;
}
nav li {
    display: flex;
    align-items: center;
}
nav li a {
    line-height: 1;
    transition: .3s;
}
nav li a:link ,
nav li a:visited {
    color: inherit;
}
nav li a:hover {
    color: #0043AA;
    text-decoration: none;
}
nav li a span {
    display: block;
    padding-top: 3px;
    font-size: 70%;
    color: #0043AA;
    letter-spacing: 0.1em;
}
nav .btn a {
    width: auto;
    padding: 0 1em;
    color: #fff !important;
    font-size: 1.2rem;
    line-height: 25px;
}



/*———————————–———————————–———————————–———————————–
    KeyVisual
———————————–———————————–———————————–———————————–*/
.ttl_wrap {
    min-width: 960px;
    height: 40vw;
    min-height: 330px;
    max-height: 460px;
    background: url(../images/bg_kv.jpg) center bottom no-repeat;
    background-size: cover;
    padding: 0 30px;
}
.ttl_wrap .ttl_wrap_inner {
    max-width: 1120px;
    min-width: 960px;
    height: 100%;
    margin: 0 auto;
}
.ttl_wrap h1 {
    width: 36vw;
    min-width: 340px;
    max-width: 520px;
    margin: 0;
    padding-top: 50px;
}
.ttl_wrap .find {
    margin-top: min(2vw,30px);
    margin-left: 10px;
    font-size: clamp(2.2rem, calc(1.5vw + 1.8rem), 3.8rem);
    letter-spacing: 0.1em;
}
.ttl_wrap .item {
    position: absolute;
    right: 0;
    bottom: 20px;
    width: auto;
    z-index: 0;
}
.ttl_wrap .item1 {
    right: 22%;
    bottom: 20px;
    width: 17vw;
    max-width: 195px;
    min-width: 150px;
    z-index: 1;
}
.phone-video {
    background: #fff;
    position: absolute;
    left: 10px;
    top: 26px;
    width: 175px;
    height: 315px;
    border-radius: 20px 20px 10px 10px;
    object-fit: cover;
    z-index: 1;
    transition: opacity 1.2s cubic-bezier(.4,0,.2,1);
}
.phone-video.fade-out {
  opacity: 0;
  pointer-events: none;
}



.ttl_wrap .item2 {
    right: 7%;
    bottom: 5px;
    width: 17vw;
    max-width: 190px;
    min-width: 150px;
    z-index: 2;
}
.ttl_wrap .item3 {
    right: 42%;
    width: 4vw;
    max-width: 50px;
    min-width: 40px;
    z-index: 0;
}
.ttl_wrap .item4 {
    right: 3%;
    bottom: 10px;
    width: 10vw;
    max-width: 65px;
    min-width: 40px;
    z-index: 0;
}
.ttl_wrap .item5 {
    right: 42.8%;
    bottom: 186px;
    width: 40px;
    z-index: 1;
}
.ttl_wrap .item6 {
    right: 4%;
    bottom: 175px;
    width: 40px;
    z-index: 1;
}

.ttl_wrap .item5 img,
.ttl_wrap .item6 img {
    position: relative;
    top: 50px;      /* 初期値：下に隠す */
    opacity: 0;     /* 初期値：見えない */
    transition: none;
    will-change: top, opacity;
}

.ttl_wrap .item5 img.pop,
.ttl_wrap .item6 img.pop {
    animation: light-pop 0.7s cubic-bezier(.44,1.57,.62,1) forwards;
}

@keyframes light-pop {
    0%   { top: 50px; opacity: 0; }
    65%  { top: -13px; opacity: 1; }
    85%  { top: 6px; }
    100% { top: 0; opacity: 1; }
}

/* fuwafuwaは必ずopacity:1; top:0基準でアニメする */
.ttl_wrap .item5 img.fuwafuwa,
.ttl_wrap .item6 img.fuwafuwa {
    position: relative;
    opacity: 1;
    top: 0;
    animation: fuwafuwa 3.5s ease-in-out infinite;
}

@keyframes fuwafuwa {
    0%   { top: 0; }
    50%  { top: -5px; }
    100% { top: 0; }
}




/*———————————–———————————–———————————–———————————–
    page
———————————–———————————–———————————–———————————–*/


/* issue
———————————–———————————–———————————–———————————– */
#issue {
    background: url(../images/bg_sujest.jpg?2025.8.20) center 7vw no-repeat;
}
#issue .find {
    position: relative;
    width: 15em;
    margin: 0 auto 25px;
    margin-top: min(20vw,170px);
    background: #fff;
    border-radius: 10px;
    text-align: center;
    color: #0043AA;
    line-height: 55px;
    z-index: 1;
}
#issue .find::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background-color: #fff;
    transform: rotate(45deg);
    z-index: -1;
}
#issue .find img {
    position: absolute;
    left: calc(50% - 45px);
    top: -112px;
    width: 90px;
}

#issue .column_outer {
    align-items: stretch;
}
#issue .column {
    width: 24%;
    padding: 25px 25px;
    background: #fff;
    border-radius: 10px;
}
#issue .column .head {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
}
#issue .column .image {
    margin: 25px 10px;
}
#issue .column_outer + .read {
    margin: 30px 0 0;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
#issue .find2 {
    margin: 50px auto 0;
    width: 21em;
    color: inherit;
    line-height: 70px;
}
#issue .find2::after {
    display: none;
}
#issue .find2 div {
    position: absolute;
    left: calc(50% - 8em);
    top: -20px;
    width: 16em;
    background: #fb4002;
    border-radius: 21px;
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.6;
    z-index: 1;
}
#issue .find2 div::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 1.5em;
    width: 20px;
    height: 20px;
    background-color: #fb4002;
    transform: rotate(45deg);
    z-index: -1;
}




/* graph
———————————–———————————–———————————–———————————– */
#graph .find > div {
    display: inline;
    position: relative;
}
#graph .find span {
    color: #0043AA;
}
#graph .find > div::before, #graph .find > div::after {
    content: "";
    position: absolute;
    top: 0px;
    left: -180px;
    width: 90px;
    height: 90px;
    background: url(../images/onm_grah01.png) center center no-repeat;
    background-size: contain;
}
#graph .find > div::after {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: -100px;
    background: url(../images/onm_grah02.png) center center no-repeat;
    background-size: contain;
}
#graph .column_outer {
    width: 760px;
    margin: 40px auto 0;
}
#graph .column {
    width: 47%;
}
#graph .column .image img:last-child {
    position: absolute;
    left: 45px;
    top: 5px;
    width: 200px;
}
#graph .column:last-child .image img:last-child {
    position: absolute;
    left: 45px;
    top: 5px;
    width: 185px;
}


/* feature
———————————–———————————–———————————–———————————– */
#feature .find {
    position: relative;
    width: 18em;
    margin: 20px auto 70px;
    padding: 10px 0 0;
    background: #fff;
    border: 1px solid #0043AA;
    border-radius: 15px;
    color: #0043AA;
    line-height: 70px;
}
#feature .find span {
    position: absolute;
    left: calc(50% - 8em);
    top: -15px;
    padding: 0 1.5em;
    background: #0043AA;
    border-radius: 30px;
    color: #fff;
    font-size: 2rem;
    line-height: 1.6;
}
#feature .find img {
    position: absolute;
    left: 25px;
    top: -45px;
    width: 50px;
}
#feature .column_outer {
    align-items: stretch;
}
#feature .column {
    width: 31%;
    padding: 25px 25px;
    background: #fff;
}
#feature .column .point {
    position: absolute;
    left: -10px;
    top: -30px;
    width: 170px;
}
#feature .column .head {
    margin: 20px 0 0;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
}
#feature .column .head + .image {
    width: 80%;
    margin: 20px auto;
}
#feature .column .wrap {
    margin: 40px 0 0;
    padding: 20px;
    border: 3px solid #0043AA;
    border-radius: 20px;
}
#feature .column .wrap::before {
    content: "";
    position: absolute;
    top: -22px;
    left: calc(50% - 15px);
    width: 40px;
    height: 40px;
    background: #fff;
    border-left: 3px solid #0043AA;
    border-top: 3px solid #0043AA;
    transform: rotate(45deg);
}
#feature .column .head2 {
    padding-left: 1.5em;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
}
#feature .column .head2::before {
    content: "例";
    position: absolute;
    left: -0.5em;
    top: 2px;
    width: 25px;
    height: 25px;
    background: #0043AA;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    line-height: 25px;
}
#feature .column .note {
    margin: 5px 0 15px;
    padding-left: 2em;
    font-size: 1.2rem;
}
#feature .column_outer::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -50px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #0043AA;
}

#feature .feature_wrap {
    width: 85%;
    margin: 80px auto 0;
    padding: 10px 0;
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
#feature .feature_wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 60px;
    width: 60px;
    border-top: 6px solid #0043AA;
    border-left: 6px solid #0043AA;
}
#feature .feature_wrap::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 60px;
    width: 60px;
    border-bottom: 6px solid #0043AA;
    border-right: 6px solid #0043AA;
}
#feature .feature_wrap .image {
    width: 160px;
}

#feature .feature_wrap .read {
    color: #0043AA;
    font-size: 2.8rem;
    font-weight: 700;
}
#feature .feature_wrap .read .underline {
    padding: 0 10px;
    color: #00bc53;
    background: linear-gradient(90deg, #8ce1b1 0, #8ce1b1 100%);
    background-repeat: no-repeat;
    background-size: 100% 0.35em;
    background-position: 0 92%;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
/* #feature .feature_wrap .read .fill {
    text-emphasis: filled dot #0043AA;
} */


/* steps
———————————–———————————–———————————–———————————– */
#case .column2 {
    align-items: stretch;
}
#case .column2 > .column {
    width: 48%;
}
#case .column .head {
    margin: 40px 0 0;
    font-size: 2.2rem;
    font-weight: 700;
}
#case .column .head span {
    position: relative;
}
#case .column .head span::before ,
#case .column .head span::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -50px;
    top: 0;
    width: 35px;
    height: 31px;
    background: url(../images/omt_l.png) center center no-repeat;
    background-size: contain;
}
#case .column .head span::after {
    content: "";
    left: auto;
    right: -50px;
    top: 0;
    background: url(../images/omt_r.png) center center no-repeat;
    background-size: contain;
}
#case .head + .column_outer {
    height: 70%;
    margin: 20px 0 50px;
    padding: 20px 20px 5px;
    background: #ECF2F2;
    border-radius: 15px;
}
#case .column .image {
    width: 25%;
    font-size: .6rem;
}
#case .column .text {
    width: 70%;
}
#case .column .text span {
    display: block;
    margin: 0 0 10px;
    font-size: 1.6rem;
    font-weight: 700;
}


/* steps
———————————–———————————–———————————–———————————– */
#steps::before {
    content: "";
    display: block;
    width: 110%;
    height: 105px;
    position: absolute;
    top: -57px;
    left: -5%;
    background: #3FA9F5;
    background: radial-gradient(circle, rgba(63, 169, 245, 1) 100%, rgba(0, 127, 214, 1) 0%);
    transform: rotate(-3deg);
    z-index: 0;
}
#steps::after {
    content: "";
    display: block;
    width: 110%;
    height: 80px;
    position: absolute;
    top: -90px;
    left: -5%;
    background: #fff;
    transform: rotate(-2deg);
    z-index: 0;
}
#steps .find {
    position: relative;
    padding-top: 10px;
    letter-spacing: 0.05em;
}
#steps .find span {
    position: relative;
    border-bottom: 3px solid #fff;
}
#steps .find span.sub {
    color: yellow;
    display: inline-block;
    border: none;
}
#steps .find span.sub::first-letter {
    font-size: 120%;
}
#steps .find img {
    position: absolute;
    left: -54px;
    top: -25px;
    width: 50px;
}
#steps .column_outer{
    align-items: stretch;
}
#steps .column {
    width: 24%;
    margin: 40px 0 0;
    background-color: #fff;
}
#steps .column .image img:last-child {
    position: absolute;
    right: 10px;
    bottom: -15px;
    width: 120px;
    z-index: 1;
}
#steps .column .head {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 5;
}
#steps .column:nth-child(even) .head {
    padding: 1.1em 0;
    line-height: 1.4;
}
#steps .column p {
    padding: 0px 25px 10px;
}


/* faq
———————————–———————————–———————————–———————————– */
#faq .find + dl {
    margin-top: 40px;
}
#faq dl {
    margin: 0 0 25px;
    padding: 35px 30px 30px;
    border: 2px solid #0043AA;
    border-radius: 25px;
}
#faq dt {
    position: relative;
    padding-left: 60px;
    font-size: 1.6rem;
    line-height: 1;
}
#faq dd {
    position: relative;
    margin: 0;
    margin-top: 30px;
    padding-left: 60px;
    font-size: 1.4rem;
    line-height: 1.6;
}

#faq dt::before,#faq dd::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -10px;
    width: 40px;
    height: 40px;
    background: url(../images/ico_faq_q.png) center center no-repeat;
    background-size: contain;
    border-radius: 50%;
}
#faq dd::before {
    top: 3px;
    background: url(../images/ico_faq_a.png) center center no-repeat;
    background-size: contain;
}



/* cta2
———————————–———————————–———————————–———————————– */
#cta2 .read {
    margin: 0 0 40px;
    font-weight: 700;
}



/* entry
———————————–———————————–———————————–———————————– */
#entry .form_wrap {
    max-width: 40vw;
    min-width: 660px;
    margin: 5em auto;
}
#entry .column_outer {
    margin: 0 0 25px;
}
#entry .column {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#entry .column:first-child {
    width: 25%;
}
#entry .column:last-child {
    width: 70%;
}
#entry label {
    font-size: 1.75rem;
}
#entry label span {
    display: inline-block;
    font-size: 1rem;
    background: #fb4002;
    color: #fff;
    border-radius: 5px;
    padding: 3px 7px;
    line-height: 1;
}
#entry input {
    border-radius: 6px;
    width: 100%;
    background: #fff;
    padding: 10px 10px 7px;
}

#entry .alert {
    margin: 0 0 40px;
    text-align: center;
    color: red;
}
#entry .policy {
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
}
#entry .policy input {
    width: auto;
}
#entry .btn {
    display: block;
    width: 40%;
    margin: 70px auto 0;
    background: #0043AA;
    border-color: #0043AA;
    border-radius: 30px;
    color: #fff;
    font-size: 1.75rem;
    line-height: 40px;
    transition: .3s;
}
#entry .btn:hover {
    opacity: .9;
    transform: scale(1.05);
}





/*#########################################################################

    Media Queries

#########################################################################*/

@media screen and (min-width: 700px) {

        #ika,#bou,#rin,#yamada,#kenji
            {
                display: block;
                padding-top: 110px;
                margin-top: -110px;
            }
}

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



/*———————————–———————————–———————————–———————————–
navigation
———————————–———————————–———————————–———————————–*/

    header {
        min-width: 0;
        padding: 15px 10px;
    }
    nav .nav_inner {
        min-width: 0;
        flex-wrap: wrap;
        position: relative;
    }
    nav .nav_hamburger {
        display: block;
        position: absolute;
        right: 10px;
        top: -2px;
        width: 38px;
        height: 38px;
        background: none;
        border: none;
        z-index: 1101;
        cursor: pointer;
        padding: 0;
    }
    nav .nav_hamburger span {
        display: block;
        height: 4px;
        margin: 7px 0;
        background: #333;
        border-radius: 2px;
        transition: .4s;
    }
    nav .nav_hamburger.open span:nth-child(1) {
        transform: translateY(11px) rotate(45deg);
    }
    nav .nav_hamburger.open span:nth-child(2) {
        opacity: 0;
    }
    nav .nav_hamburger.open span:nth-child(3) {
        transform: translateY(-11px) rotate(-45deg);
    }

    nav ul {
        position: fixed;
        top: 0; right: -100vw;   /* 初期は画面外 */
        width: 82vw; max-width: 320px; height: 100vh;
        background: #fff;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0;
        box-shadow: -4px 0 24px rgba(0,0,0,0.14);
        transition: right 0.35s cubic-bezier(.44,1.57,.62,1);
        z-index: 1100;
        padding: 70px 24px 24px 24px;
        margin: 0;
    }
    nav ul.open {
        right: 0;
    }
    nav li {
        margin-bottom: 24px;
        width: 100%;
        font-size: 1.5rem;
    }
    nav .btn a {
        display: block;
        width: 80%;
        margin: 10px 0 0;
        text-align: center;
        padding: 12px 0;
        color: #fff !important;
        font-size: 1.5rem;
        line-height: 15px;
    }
    .nav_hamburger:focus {
    outline: none;
    box-shadow: none;
    }




    /*———————————–———————————–———————————–———————————–
        KeyVisual
    ———————————–———————————–———————————–———————————–*/
    .ttl_wrap {
    min-width: auto;
    height: auto;
    min-height: auto;
    max-height: none;
    background: url(../images/bg_kv_sp.jpg) center 0 no-repeat;
    background-size: cover;
    }
    .ttl_wrap .ttl_wrap_inner {
        max-width: none;
        min-width: auto;
    }
    .ttl_wrap h1 {
        width: 100%;
        min-width: auto;
        max-width: none;
        margin: 0;
        padding-top: 50px;
    }
    .ttl_wrap .find {
        margin-top: min(4vw,30px);
        padding-bottom: 75vw;
        text-align: center;
        font-size: 6vw;
    }
    .ttl_wrap .item1 {
        right: calc(50% - 17vw);
        bottom: 20px;
        width: 34vw;
        max-width: none;
        min-width: auto;
        z-index: 1;
    }
    .phone-video {
    position: absolute;
    left: 1.7vw;
    top: 1vw;
    width: 90%;
    height: 90%;
    border-radius: 4vw 4vw 10px 10px;
    }

    .ttl_wrap .item2 {
        right: 2%;
        bottom: 5px;
        width: 28vw;
        max-width: none;
        min-width: auto;
        z-index: 2;
    }
    .ttl_wrap .item3 {
    right: auto;
    left: 20px;
    bottom: 7px;
    width: 4vw;
    max-width: 45px;
    min-width: 36px;
    z-index: 0;
    }
    .ttl_wrap .item4 {
    right: -9%;
    bottom: 5px;
    width: 7vw;
    max-width: 65px;
    min-width: 46px;
    z-index: 3;
    }
    .ttl_wrap .item5 {
    right: auto;
    left: 8%;
    bottom: 128px;
    width: 25px;
    z-index: 1;
    }
    .ttl_wrap .item6 {
        right: -2%;
        bottom: 140px;
        width: 30px;
        z-index: 3;
    }



/*———————————–———————————–———————————–———————————–
    page
———————————–———————————–———————————–———————————–*/


    /* issue
    ———————————–———————————–———————————–———————————– */
    #issue {
        background: url(../images/bg_sujest_sp.jpg) center 38vw no-repeat;
        background-size: 200%;
    }
    #issue .find {
        width: auto;
        margin: 30vw auto 25px;
        padding: 10px 0;
        line-height: 1.2;
    }
    #issue .find img {
        position: absolute;
        left: calc(50% - 40px);
        top: -94px;
        width: 80px;
    }
    #issue .column_outer {
        row-gap: 5px;
    }
    #issue .column {
        width: 49%;
        padding: 15px 10px;
    }
    #issue .column .head {
        font-size: 4vw;
        line-height: 1.4;
    }
    #issue .column .image {
        margin: 5px 10px 20px;
    }
    #issue .column_outer + .read {
        margin: 10px 0 0;
        font-size: 6vw;
    }
    #issue .find2 {
        margin: 40px auto 0;
        padding: 20px 0;
        width: auto;
        line-height: 1.4;
    }
    #issue .find2 div {
        position: absolute;
        left: calc(50% - 8em);
        top: -14px;
        width: 16em;
        font-size: 4.5vw;
    }



    /* graph
    ———————————–———————————–———————————–———————————– */
    #graph .find > div::before, #graph .find > div::after {
        content: "";
        position: absolute;
        top: auto;
        bottom: 0;
        left: -35px;
        width: 70px;
        height: 70px;
    }
    #graph .find > div::after {
        content: "";
        position: absolute;
        top: auto;
        left: auto;
        right: -86px;
    }
    #graph .column_outer {
        width: auto;
        margin: 25px auto 0;
    }
    #graph .column {
        width: 48%;
    }
    #graph .column .image img:last-child {
        position: absolute;
        left: 5px;
        top: -15px;
        width: 70%;
    }
    #graph .column:last-child .image img:last-child {
        position: absolute;
        left: 0px;
        top: -15px;
        width: 64%;
    }


    /* feature
    ———————————–———————————–———————————–———————————– */
    #feature .find {
        width: auto;
        padding: 15px 0 5px;
        margin: 10px auto 40px;
        line-height: 1.2;
    }
    #feature .find span {
        font-size: 4vw;
    }
    #feature .find img {
        position: absolute;
        left: -15px;
        top: -30px;
        width: 40px;
    }
    #feature .column_outer {
        gap: 40px;
    }
    #feature .column {
        width: 100%;
        padding: 15px 15px;
    }
    #feature .column .point {
    position: absolute;
    left: calc(50% - 80px);
    top: -29px;
    width: 160px;
    }
    #feature .column .head {
        margin: 15px 0 0;
        font-size: 5vw;
        line-height: 1.6;
    }
    #feature .column .head + .image {
        width: 70%;
        margin: 10px auto;
    }
    #feature .column .wrap {
        margin: 20px 0 0;
        padding: 15px;
    }
    #feature .column .wrap::before {
        content: "";
        position: absolute;
        top: -17px;
        left: calc(50% - 17px);
        width: 30px;
        height: 30px;
    }
    #feature .column .head2 {
        padding-left: 2em;
        font-size: 4.5vw;
    }
    #feature .column .note {
        margin: 5px 0 15px;
        font-size: 3.6vw;
    }

    #feature .feature_wrap {
    width: auto;
    padding: 15px;
    gap: 20px;
    flex-direction: column;
    }
    #feature .feature_wrap .image {
    display: none;
    }

    #feature .feature_wrap .read {
        text-align: center;
        font-size: 6vw;
    }
    #feature .feature_wrap .read .underline {
        font-size: 130%;
    }

    /* steps
    ———————————–———————————–———————————–———————————– */
    #case .column2 > .column {
        width: 100%;
    }
    #case .column .head {
        margin: 10px 0 0;
        font-size: 5vw;
    }
    #case .column .head span::before ,
    #case .column .head span::after {
        content: "";
        position: absolute;
        left: -30px;
        top: 0;
    }
    #case .column .head span::after {
        content: "";
        left: auto;
        right: -30px;
        top: 0;
    }
    #case .head + .column_outer {
        height: auto;
        margin: 20px 0 40px;
        padding: 15px 15px;
    }
    #case .column .text {
        width: 70%;
    }
    #case .column .text span {
        font-size: 4vw;
    }
    #case .column .text p {
        font-size: 3.8vw;
        line-height: 1.6;
    }


    /* steps
    ———————————–———————————–———————————–———————————– */
    #steps::before {
        content: "";
        width: 110%;
        height: 100px;
        position: absolute;
        top: -20px;
        left: -5%;
    }
    #steps::after {
        content: "";
        width: 110%;
        height: 150px;
        position: absolute;
        top: -90px;
        left: -5%;
    }
    #steps .find {
        padding-top: 40px;
    }
    #steps .find img {
        position: absolute;
        left: -75px;
        top: 5px;
        width: 50px;
    }
    #steps .column {
        width: 48%;
        margin: 30px 0 0;
    }
    #steps .column .image img:last-child {
        position: absolute;
        right: -7px;
        bottom: -20px;
        width: 60%;
    }
    #steps .column .head {
        font-size: 4.5vw;
    }
    #steps .column p {
        padding: 0px 10px 10px;
        font-size: 3.5vw;
        line-height: 1.6;
    }


    /* faq
    ———————————–———————————–———————————–———————————– */
    #faq dl {
        padding: 25px 20px 20px;
    }
    #faq dt {
        padding-left: 40px;
        font-size: 5vw;
        line-height: 1.4;
    }
    #faq dd {
    margin-top: 20px;
    padding-left: 40px;
    font-size: 4vw;
    }
    #faq dt::before,#faq dd::before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0px;
        width: 30px;
        height: 30px;
    }



    /* entry
    ———————————–———————————–———————————–———————————– */
    #entry .read {
        font-size: 4vw;
    }
    #entry .form_wrap {
        max-width: none;
        min-width: auto;
        margin: 2em auto;
    }
    #entry .column_outer {
        margin: 0 0 15px;
        flex-direction: column;
    }
    #entry .column:first-child {
        width: auto;
    }
    #entry .column:last-child {
        width: 100%;
    }
    #entry label {
        font-size: 4vw;
        font-weight: 700;
    }
    #entry .policy {
        font-size: 4vw;
    }
    #entry .btn {
        display: block;
        width: 80%;
        margin: 40px auto 0;
        font-size: 5vw;
        line-height: 35px;
    }
    #entry .btn:active {
        opacity: .9;
        transform: scale(1.05);
    }

    /* thanks
    ———————————–———————————–———————————–———————————– */
    #thanks .find {
        font-size: 6vw;
    }
    #thanks .read {
        font-size: 4vw;
    }

}

@media screen and (min-width: 700px) and (max-width: 959px) {

}

@media screen and (min-width: 960px) and (max-width: 1279px) {

}

@media screen and (min-width: 1280px) {

}
