@charset "UTF-8";

/* ---------------------------------------------------------
■ デフォルトリセット
--------------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 150%;
    border: none;
    list-style-type: none;
}

body {
    text-align: center;
    font-family:
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        "Helvetica Neue",
        Arial,
        Meiryo,
        sans-serif;
}

.wrap {
    max-width: 1283px;
    width: 100%;
    margin: 0 auto;
}

.is_sp {
    display: none;
}

/* ---------------------------------------------------------
■ テキストリンク
--------------------------------------------------------- */
a {
    text-decoration: none;
}

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

.mb_10 {
    margin-bottom: 10px !important;
}

.mb_20 {
    margin-bottom: 20px !important;
}

.mb_30 {
    margin-bottom: 30px !important;
}

.mb_50 {
    margin-bottom: 50px !important;
}

.mb_70 {
    margin-bottom: 70px !important;
}

.mb_100 {
    margin-bottom: 100px !important;
}

.fw_bd {
    font-weight: 600;
}

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

.cta {
    box-shadow: 0 7px 0 #939e13;
    border-radius: 50px;
}
.cta:hover {
    box-shadow: none;
}
.din {
    font-family: din-2014, sans-serif;
    font-weight: 600;
}

/* ---------------------------------------------------------
■ header
--------------------------------------------------------- */
#header {
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);
}
#header .wrap_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 90px;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 10px;
}

.header_cta {
    position: relative;
    bottom: 2px;
}

.header_cta:hover {
    bottom: -2px;
}

.fixed {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 999;
    width: 100%;
}

/* ---------------------------------------------------------
■ fv
--------------------------------------------------------- */
#fv {
    margin-bottom: 185px;
}
.fv_img img {
    width: 100%;
}
.wrap_fv {
    position: relative;
}
.fv_cta {
    display: block;
    position: absolute;
    width: 17%;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.fv_cta:hover {
    bottom: calc(10% - 7px);
}


/* ---------------------------------------------------------
 コンテンツ
--------------------------------------------------------- */
.c_cta {
    box-shadow: 0 16px 0 #939e13;
    border-radius: 100px;
    margin: 136px 0;
}
.c_cta:hover {
    position: relative;
    bottom: -7px;
    box-shadow: none;
}

/* お悩み */
#solution h2 {
    margin-top: 50px;
}
#solution .highlighter {
    font-size: 45px;
    background: linear-gradient(transparent 60%, #e6faa3 0%);
}

/* 理由 */
#reasons .reasons_img {
    padding: 0 3%;
}

/* ラインナップ */
#line_up {
    background: linear-gradient( 180deg, rgb(78,110,138) 0%, rgb(99,98,139) 100%), url("../img/line_up_bg.jpg");
    background-size: contain;
    background-blend-mode: multiply;
    padding-top: 120px;
    padding-bottom: 4%;
    overflow: hidden;
}

#line_up h2 {
    margin-bottom: 120px;
}
.line_up_inner {
    width: 1283px;
    margin: 0 auto 200px;
    background: #fff;
    text-align: center;
    padding: 3.5% 5.2% 8%;
    box-shadow: 0px 8px 30px 0px rgba(4, 0, 0, 0.25);
}
.line_up_inner img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.line_up_inner h3 {
    color: #18446d;
    font-size: 100px;
    display: inline-block;
    margin-bottom: 65px;
}
.line_up_inner h3 span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.3em;
    padding-top: 1em;
    margin-top: -1em;
    border-top: 5px solid #18446d;
}
.line_up_inner .feature_title {
    font-size: 50px;
    font-weight: bold;
    display: inline-block;
    border-bottom: 3px solid #000;
    margin: 100px 0 80px;
}
.line_up_inner .features img {
    margin-bottom: 100px;
}
.comments {
    font-size: 30px;
    margin-bottom: 100px;
    line-height: 1.67;
}
.brody_main {
    margin-bottom: 112px;
}
#offisia {
    padding-bottom: 2%;
}

/* 導入フロー */
#delivery {
    background-image: -moz-linear-gradient( 48deg, rgb(53,81,164) 0%, rgb(44,142,196) 50%, rgb(49,205,176) 100%);
    background-image: -webkit-linear-gradient( 48deg, rgb(53,81,164) 0%, rgb(44,142,196) 50%, rgb(49,205,176) 100%);
    background-image: -ms-linear-gradient( 48deg, rgb(53,81,164) 0%, rgb(44,142,196) 50%, rgb(49,205,176) 100%);
    padding: 75px 0 80px;
    margin-top: 310px;
}

#delivery h2 {
    color: #fff;
    font-size: 48px;
    margin-bottom: 40px;
}
#delivery h2 span {
    font-size: 60px;
    padding-bottom: 0.08em;
    border-bottom: 3px solid #fff;
    letter-spacing: 0.1em;
}
#delivery h2 span b {
    font-size: 80px;
}

/* CTA */
#cta {
    padding: 100px 0 5%;
}
#cta .c_cta {
    margin-top: 0;
}
#cta .comments {
    line-height: 2;
}

/* ---------------------------------------------------------
■ footer
--------------------------------------------------------- */
#ss {
    color: #fff;
    background: url("../img/footer_bg.jpg") no-repeat center;
    background-size: cover;
    padding: 5% 0;
}

#ss p {
    font-size: 30px;
    line-height: 2;
    margin-bottom: 2.5em;
}

#ss .links li {
    display: inline-block;
}

#ss .links li:first-child {
    margin-right: 43px;
}

#ss a:hover {
    opacity: 0.8;
}

footer {
    color: #fff;
    background: #24252b;
    padding: 70px 0;
}

footer a {
    color: #fff;
    padding-bottom: 0.01em;
    border-bottom: 1px solid #fff;
}

/* ---------------------------------------------------------
■ その他
--------------------------------------------------------- */
/*pegetop*/
#topcontrol {
    width: 106px;
    height: 106px;
    background: url("../img/top_btn.png") no-repeat;
    background-size: contain;
    right: 15px !important;
}