@charset "UTF-8";

html,
body {
    font-size: 22px;
    margin: 0;
    padding: 0;
    background: #effaff;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;
}

/*段落・フォント*/

p {
    line-height: 1.7;
    font-weight: 400;
    color: #1a1a1a;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ ProN", apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Meiryo, sans-serif;
    padding: 30px 0 40px 0;
    text-align: center;
}

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

    body {
        font-size: 40px;
    }
}

img {
    max-width: 100%;
    height: auto;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

a {
    text-decoration: none;
}



/* 画像
******************************************************************************/

.icm {
    margin: 40px auto;
    width: 100%;
}

.ic {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.ic2 {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.banner {
    margin-top: 50px;
    margin-bottom: 50px;
}


/* CTA
******************************************************************************/

.CTAcontent {
    width: 100%;
    margin: 0px auto;
    position: absolute;
    line-height: 0;
    background: none;
    z-index: 9999;
}

.btn {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 30px;
}


.cta_p {
    color: #fff;
    margin-top: 30px;
}



/* 追従ボタン
******************************************************************************/

.footer-fix {
    bottom: 100px;
    position: fixed;
    width: 100vw;
    background: none;
    padding: 15px;
    z-index: 888;
    bottom: 5px;
    right: 2px;
}

.footer_btn {
    margin: 0 10px 0 10px;
    position: absolute;
    width: 100vw;
    text-align: right;
    bottom: 5px;
}

.fix {
    margin: 0 auto;
    width: 100vw;
    position: relative;
    right: 0px;
}

.footerbtn_sz {
    width: 700px;
    margin: 0 10px 0 10px;
}

.last-cta,
footer {
    position: relative;
    z-index: 900;
}



/*1000px以下*/

@media only screen and (max-width: 1000px) {
    .footer-fix {
        width: 100%;
        bottom: 0;
    }

    .fix img {
        width: 100%;
        margin: 0 10px 0 10px;
    }
}

/* 文字
******************************************************************************/

.fsb {
    font-size: 130%;
}

.fsb2 {
    font-size: 130%;
}


.e1 {
    color: #eb6d8e;
    font-weight: 900;
}

.e2 {
    background: #FFFF00;
    font-weight: 900;
}

.e3 {
    color: #e93366;
    font-weight: 900;
}

.e4 {
    text-decoration: underline;
    font-weight: 900;
}

.e5 {
    color: #65afc9;
    font-weight: 900;
}





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

.head_img {
    width: 100vw;
    height: 1224px;
    background-image: url(../sait_files/header.png);
    background-position: center;
    margin: auto;
}



.head img {
    margin: 10px 20px 5px 30px;
}

.head_pc {
    width: 100%;
}

.head {
    width: 100vw;
    margin: auto;
    background: #000066;
}



/* コンテンツ
******************************************************************************/

.wrap {
    overflow: hidden;
}

.content {
    width: 900px;
    margin: 0px auto;
    line-height: 0;
    background: none;
    padding: 20px 20px 80px 20px;
}

.recommend {
    width: 100vw;
    height: 1594px;
    background-image: url(../sait_files/recommend.png);
    background-position: center;
    margin: auto;
}

.step {
    width: 100vw;
    height: auto;
    background: #f2f2f2;
    background-image: url(../sait_files/bg.png);
    background-position: top;
    background-repeat: no-repeat;
    margin: auto;
}

.intro {
    width: 100vw;
    height: auto;
    background: #f2f2f2;
    background-image: url(../sait_files/bg2.png);
    background-position: top;
    background-repeat: no-repeat;
    margin: auto;
}

.tech {
    width: 100vw;
    height: auto;
    background: #040418;
    background-image: url(../sait_files/bg3.png);
    background-position: top;
    background-repeat: no-repeat;
    margin: auto;
}



.bg_nv {
    width: 100vw;
    background: #000066;
    margin: auto;
}

.bg_gr {
    width: 100vw;
    background: #e0fce3;
    margin: auto;
}

.bg_pk2 {
    width: 100vw;
    background: #eb6d8e;
    margin: auto;
}

.bg_wh {
    width: 100vw;
    background: #f7f7f7;
    margin: auto;
}


/* ボックス
******************************************************************************/

.box {
    background: #fff;
    margin: 30px auto;
    padding: 20px;
    width: 95%;
}


/* リスト
******************************************************************************/

.content-list ul {
    border: solid 5px #000066;
    background: #fff;
    padding: 0 0.5em;
    position: relative;
    font-weight: 900;
}

.content-list ul li {
    line-height: 1.5;
    padding: 0.5em 0 0.5em 1.4em;
    border-bottom: dashed 1px silver;
    list-style-type: none !important;
}

.content-list ul li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f138";
    /*アイコン種類*/
    position: absolute;
    left: 0.5em;
    /*左端からのアイコンまで*/
    color: #000066;
    /*アイコン色*/
    font-weight: 900;
}

.content-list ul li:last-of-type {
    border-bottom: none;
}


/* リターン
******************************************************************************/

.parent {
    display: flex;
}

.child {
    width: 50%;
}


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

    .child {
        width: 90%;
        margin: 0 auto;
    }
}


/* ポップアップ
******************************************************************************/

.contents .Tittle {
    margin-bottom: 0.5em;
    padding-bottom: 0.25em;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.3;
    border-bottom: 1px solid #dedede;
}

.contents p {
    margin-bottom: 1em;
    line-height: 1.7;
}

.popupCheck {
    display: none;
}

label {
    cursor: pointer;
}

.button {
    text-align: center;
}

.button label {
    display: inline-block;
    padding: 30px;
    margin: 2.0em;
    color: #FFFFFF;
    width: 60%;
    font-size: 25px;
    background-color: #eb6d8e;
    text-decoration: none;
    border-radius: 20px;
    -webkit-transition: 0.3s cubic-bezier(1, 0, 0, 1);
    transition: 0.3s cubic-bezier(1, 0, 0, 1);
    -webkit-transition-property: background-color, -webkit-box-shadow;
    transition-property: background-color, -webkit-box-shadow;
    transition-property: background-color, box-shadow;
    transition-property: background-color, box-shadow, -webkit-box-shadow;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.button label:hover {
    color: #FFFFFF;
    background-color: #eb6d8e;
    -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
}

.popupWrap,
.popupBg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 10;
}

.popupWrap {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s cubic-bezier(1, 0, 0, 1);
    transition: 0.3s cubic-bezier(1, 0, 0, 1);
    -webkit-transition-property: opacity;
    transition-property: opacity;
    will-change: opacity;
}

.popupBg {
    cursor: pointer;
    opacity: 0.7;
    background-color: #000;
    z-index: 2;
}

.popupBg label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.popupCon {
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    width: 92%;
    max-width: 640px;
    height: 86%;
    margin: auto;
    z-index: 3;
}

.popupInner {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    height: 100%;
    padding: 0 1.5em 1.5em;
    cursor: default;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
}

.popupButton_Close {
    position: absolute;
    top: 0;
    right: 0;
}

.popupButton_Close label {
    display: inline-block;
    padding: 0.5em;
    color: #333;
    text-decoration: none;
    font-size: 2em;
}


.popupCheck:not(:checked) ~ .wrapper > *:not(.popupWrap) {
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

.popupCheck:not(:checked) ~ .wrapper .popupWrap {
    opacity: 0;
    visibility: hidden;
}

.popupCheck:checked ~ .wrapper > *:not(.popupWrap) {
    -webkit-filter: blur(3px);
    filter: blur(3px);
}

#popup01:checked ~ .wrapper #popup01Con,
#popup02:checked ~ .wrapper #popup02Con,
#popup03:checked ~ .wrapper #popup03Con,
#popup04:checked ~ .wrapper #popup04Con,
#popup05:checked ~ .wrapper #popup05Con {
    opacity: 1;
    visibility: visible;
}

.popupTittle {
    padding: 2em 0.5em 1.5em;
    font-size: 2em;
    line-height: 1.3;
    text-align: center;
    color: #000;
}

.popupText .popupCover {
    margin: 0 -1.5em 1em;
}

.popupText p {
    margin-bottom: 1em;
    line-height: 1.7;
    color: #000;
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 50px !important;
    line-height: 1;
    opacity: .75;
    color: #000066 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-slide li {
    position: relative !important;
}

.slider_container {
    position: relative;
}

/* QA
******************************************************************************/


.faq_box {
    background: #fff;
    padding: 0px;
    margin: 30px auto;
    border: 3px solid #000066;
}

dl.faq dt:before,
dl.faq dd:before {
    font-size: 22px;
    margin-right: .5em;
    line-height: 1.5;
}

dl.faq dt:before {
    content: "Q";
    font-weight: normal;
    background: #fff;
    color: #000066;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    display: inline-block;
    border-radius: 1em;
    margin-right: .5em;
    margin-left: .5em;
    margin-bottom: 0.5em;
}

dl.faq dd:before {
    content: "A";
    font-weight: normal;
    background: #000066;
    color: #fff;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    text-align: center;
    display: inline-block;
    border-radius: 1em;
    margin-right: .5em;
}



dl.faq dt {
    font-size: 25px;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 20px;
    background: #000066;
    width: 100%;
    margin-top: 0;
    padding: 20px 0 15px 0;
}

dl.faq dd {
    font-size: 22px;
    color: #333;
    line-height: 1.8;
    margin: 20px;
    margin-inline-start: 1em;
}

dl.faq dt {
    font-weight: bold;
}

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

    dl.faq dt:before {
        content: "Q";
        font-size: 2em;
        font-weight: bold;
        color: #000066;
        text-align: center;
        display: inline-block;
        margin-right: .5em;
        margin-bottom: 0.5em;
        margin-top: 0.5em;
    }

    dl.faq dd:before {
        content: "A";
        font-size: 2em;
        font-weight: bold;
        background: #000066;
        color: #fff;
        width: 1.5em;
        height: 1.5em;
        line-height: 1.5em;
        text-align: center;
        display: inline-block;
        margin-right: .5em;
    }
}


/* QA
******************************************************************************/



.boxQA {
    position: relative;
    margin: 2em 0;
    padding: 20px;
    background: #EDF1F5;
    /*A文章部分背景色*/
    border-radius: 20px;
}

.boxQA .box-title {
    position: relative;
    background: #fff;
    /*Q文章部分背景色*/
    padding: 40px;
    color: #39b54a;
    /*Q文章文字色*/
    font-weight: 900;
    border-radius: 20px;
    line-height: 1.5;
}

.boxQA .box-title:before {
    content: "Q";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;
    /*Q文字色*/
    background: #39b54a;
    /*Q背景色*/
    font-weight: bold;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: -0.5em;
    top: 20px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white;
    border-radius: 50%;
}

.boxQA .box-title:after {
    content: "A";
    display: inline-block;
    line-height: 40px;
    position: absolute;
    padding: 0em;
    color: white;
    /*A文字色*/
    background: #ffcc00;
    /*A背景色*/
    font-weight: bold;
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    left: -0.5em;
    bottom: -80px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 3px white;
    border-radius: 50%;
}

.boxQA p {
    padding: 40px;
    margin: 0;
    text-align: left;
}

.boxQA ul {
    padding: 0 1em;
    position: relative;
}

.boxQA ul li {
    line-height: 1.5;
    padding: 0.5em 0 0.5em 4.2em;
    list-style-type: none !important;
}

.boxQA ul li:before {
    font-family: "FontAwesome";
    content: "\f138";
    /*アイコン種類*/
    position: absolute;
    left: 3.5em;
    color: #FFAB8B;
    /*Aのリストのアイコンの色*/
}

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

    .boxQA .box-title {
        padding: 40px 20px 40px 80px;
    }

    .boxQA .box-title:before {
        line-height: 100px;
        font-size: 50px;
        width: 100px;
        height: 100px;
        line-height: 100px;
    }

    .boxQA .box-title:after {
        line-height: 100px;
        font-size: 50px;
        width: 100px;
        height: 100px;
        line-height: 100px;
        bottom: -200px;
    }

    .boxQA p {
        padding: 100px 20px 40px 80px;
        margin: 0;
        text-align: left;
    }

}





/* PC/SP表示切り替え
******************************************************************************/

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}


@media only screen and (max-width: 1000px) {
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }
}



/* フッター
******************************************************************************/

footer {
    background-color: #666;
    padding: 10px;
    text-align: center;
}

/*1000px以下*/

@media only screen and (max-width: 1000px) {
    footer {
        background-color: #666;
        padding: 10px;
        text-align: center;
    }
}

footer p {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 5px;
}

.fotter_link {
    text-decoration: none;
    color: #fff;
    transition: all 0.5s;
}



/* レスポンシブ
******************************************************************************/



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


    .brRes {
        content: "";
    }

    .brRes:after {
        margin-right: -.333em;
        content: "";
    }

    .ic2 {
        width: 95%;
    }

}




/* ボタンアニメーション
******************************************************************************/
.pulsate-fwd {
    -webkit-animation: pulsate-fwd 1s linear infinite;
    animation: pulsate-fwd 1s linear infinite;
    width: 80%;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-1-20 17:47:55
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation pulsate-fwd
 * ----------------------------------------
 */
@-webkit-keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes pulsate-fwd {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/* 背景アニメーション
******************************************************************************/
@import url('https://fonts.googleapis.com/css?family=Exo:400,700');

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Exo', sans-serif;
}


.anime_bg {
    position: relative;
}

.context {
    width: 100%;
    position: absolute;
    top: 0;
}



.area1 {
    background: #000066;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    height: 1250px;
}

.area2 {
    background: #000066;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    height: 1000px;
}

.area3 {
    background: #000066;
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
    width: 100%;
    height: 750px;
}

@media only screen and (max-width: 1000px) {
    .area1 {
        height: 1800px;
    }

    .area2 {
        height: 1200px;
    }

    .area3 {
        height: 850px;
    }
}

.circles {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 25s linear infinite;
    bottom: -150px;

}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}
