@charset "utf-8";

/* ==========================================================================
   RESET
   ========================================================================== */
/*
* http://meyerweb.com/eric/tools/css/reset/
* v2.0 | 20110126
* License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* add */
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

* {
    box-sizing: border-box;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

a, a:hover {
    text-decoration: none;
}

b {
    font-weight: bold;
}

img {
    width: 100%;
    height: auto;
}

/* ==========================================================================
 *
 * ========================================================================== */

html {
    font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
}

#wrapper {
    width: 100%;
    overflow: hidden;
}

.inner {
    width: 100%;
    max-width: 1000px;
    padding: 0 50px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .inner {
        max-width: 100%;
        padding: 0 5.3%;
    }
}

.text {
    color: #333333;
    font-size: 1.8rem;
    line-height: 2.1;
    text-align: justify;
}

@media only screen and (max-width: 768px) {
    .text {
        font-size: 1.2rem;
    }
}

a {
    opacity: 1;
    transition: all 300ms;
}

a:hover {
    opacity: .6;
}

@media only screen and (max-width: 768px) {
    a:hover {
        opacity: 1;
    }
}

/* ==========================================================================
 * header
 * ========================================================================== */
#header {
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.header_container {
    width: 100%;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_logo {
    width: 296px;
}

.header_entry {
    width: 320px;
    height: 77px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #546da8;
    border-radius: 5px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
}

.header_entry img {
    width: 271px;
}

@media only screen and (max-width: 768px) {
    .header_container {
        padding: 5px 6px 5px 15px;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .25);
    }

    .header_logo {
        width:164px;
    }

    .header_entry {
        width: 160px;
        height: 39px;
        border-radius: 5px;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .3);
    }

    .header_entry img {
        width: 135px;
    }
}

/* ==========================================================================
 * footer
 * ========================================================================== */
#footer {
    width: 100%;
    padding: 40px 0;
}

.footer_logo {
    width: 296px;
    margin: 0 auto 35px auto;
}

.footer_info {
    font-size: 1.4rem;
    text-align: center;
}

@media only screen and (max-width: 768px) {
    #footer {
        padding: 20px 0;
    }

    .footer_logo {
        width: 164px;
        margin: 0 auto 17px auto;
    }

    .footer_info {
        font-size: 0.9rem;
        line-height: 1.4;
    }
}

/* ==========================================================================
 * main
 * ========================================================================== */
#main {
    margin-top: 97px;
}

@media only screen and (max-width: 768px) {
    #main {
        margin-top: 49px;
    }
}

.btnArea-entry {
    padding: 55px 0 50px 0;
}

.btn-entry {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 565px;
    height: 90px;
    margin: 0 auto;
    background: #dc5aa7;
    border-radius: 45px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
}

.btn-entry img {
    width: calc(497 / 565 * 100%);
    height: auto;
}

@media only screen and (max-width: 768px) {
    .btnArea-entry {
        padding: 25px 0 25px 0;
    }

    .btn-entry {
        width: 280px;
        height: 45px;
        border-radius: 22.5px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
    }

    .btn-entry img {
        width: calc(520 / 565 * 100%);
    }
}

.btnArea-company {
    padding: 40px 0;
    background: #eff6fc;
}

.btn-company {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 465px;
    height: 90px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #49b9cf;
    border-radius: 45px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
}

.btn-company img {
    width: calc(383 / 465 * 100%);
    height: auto;
}

@media only screen and (max-width: 768px) {
    .btnArea-company {
        padding: 20px 0;
    }

    .btn-company {
        width: 232px;
        height: 45px;
        border-radius: 22.5px;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .3);
    }

    .btn-company img {
        width: calc(383 / 465 * 100%);
    }
}

.btnArea-tel {
    padding: 40px 0;
}

.telBox {
    text-align: center;
    width: 720px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    margin: 0 auto;
}

.telBox > dt {
    font-size: 2.4rem;
    font-weight: bold;
    color: #dc5aa7;
    background: #fbf0ff;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.telBox > dt:before {
    content: '';
    display: block;
    width: 47px;
    height: 47px;
    background: url("../img/icon-tel.png") no-repeat center center / 100%;
    margin-right: 20px;
}

.telBox > dd {
    padding: 30px 0 20px 0;
}

.telBox_tel {
    font-size: 4.0rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #546da8;
    display: inline-block;
    border-bottom: 2px solid #546da8;
}

.telBox .text {
    line-height: 1.65;
    text-align: center;
    margin: 20px 0 0 0;
}

@media only screen and (max-width: 768px) {
    .btnArea-tel {
        padding: 20px 0;
    }

    .telBox {
        width: 100%;
    }

    .telBox > dt {
        font-size: 1.3rem;
        padding: 8px 0;
    }

    .telBox > dt:before {
        width: 28px;
        height: 28px;
        margin-right: 4px;
    }

    .telBox > dd {
        padding: 12px 0 12px 0;
    }

    .telBox_tel {
        font-size: 3.0rem;
        border-bottom: 2px solid #546da8;
    }

    .telBox .text {
        line-height: 1.46;
        margin: 12px 0 0 0;
    }
}
.link-text {
    color: #49b9cf;
    text-decoration: underline;
}

/* ------------------------------
 * mainVisual
 * ------------------------------ */
.mainVisual {
    width: 100%;
    height: calc(590 / 1150 * 100vw);
    background: url("../img/mainVisual-pc.jpg") no-repeat center center / cover;
    position: relative;
}

.mainCopy {
    width: calc(459 / 1150 * 100vw);
    position: absolute;
    top: calc(65 / 1150 * 100vw);
    left: calc(153 / 1150 * 100vw);
}

@media only screen and (max-width: 768px) {
    .mainVisual {
        height: calc(590 / 750 * 100vw);
        background-image: url("../img/mainVisual-sp.jpg");
    }

    .mainCopy {
        width: calc(459 / 750 * 100vw);
        top: calc(65 / 750 * 100vw);
        left: 5.3%;
    }
}

/* ------------------------------
 * mainEntry
 * ------------------------------ */
.mainEntry {
    width: 100%;
    height: 315px;
    background: url("../img/entry_bg-pc.png") no-repeat center bottom / auto 100%;
    margin-top: -35px;
    padding: 78px 0 37px 0;
    position: relative;
}

.mainEntry_text {
    width: calc(284 / 900 * 100%);
    margin: 0 auto 40px auto;
}

@media only screen and (max-width: 768px) {
    .mainEntry {
        height: calc(390 / 750 * 100vw);
        background: url("../img/entry_bg-sp.png") no-repeat center top / cover;
        margin-top: -18px;
        padding: 50px 0 40px 0;
    }

    .mainEntry_text {
        width: calc(323 / 710 * 100vw);
        margin: 0 auto 18px auto;
    }
}

/* ------------------------------
 * sec01
 * ------------------------------ */
#sec01 {
    padding: 105px 0 0 0;
    background: #eff6fc url("../img/sec01_bg-pc.jpg") no-repeat top center / 100%;
}

#sec01 .sec_title01 {
    width: calc(569 / 900 * 100%);
    margin: 0 auto 83px auto;
}

#sec01 .sec_title02 {
    width: calc(713 / 900 * 100%);
    margin: 0 auto;
}

#sec01 .text {
    text-align: center;
    font-size: 2.4rem;
    line-height: 2.08;
    background: url("../img/sec01_textBg.png") no-repeat center center / contain;
    padding: 115px 95px 153px 95px;
    margin: -30px 0 0 0;
}

@media only screen and (max-width: 768px) {
    #sec01 {
        padding: 42px 0 0 0;
        background-image: url("../img/sec01_bg-sp.jpg");
    }

    #sec01 .sec_title01 {
        width: calc(603 / 710 * 100%);
        margin: 0 auto 25px auto;
    }

    #sec01 .sec_title02 {
        width: calc(522 / 710 * 100%);
    }

    #sec01 .text {
        font-size: 1.2rem;
        line-height: 2;
        background: url("../img/sec01_textBg.png") no-repeat center center / 120%;
        padding: 40px 0 40px 0;
        margin: 0 0 0 0;
    }
}

/* ------------------------------
 * sec02
 * ------------------------------ */
#sec02 {
    padding: 72px 0 95px 0;
    margin: -30px 0 0 0;
    background: #fff url("../img/sec02_bg-pc.jpg") no-repeat top center / 100%;
}

#sec02 .sec_title01 {
    width: calc(503 / 900 * 100%);
    margin: 0 auto 60px auto;
}

#sec02 .text {
    width: calc(775 / 900 * 100%);
    margin: 65px auto 0 auto;
}

@media only screen and (max-width: 768px) {
    #sec02 {
        padding: 35px 0 35px 0;
        margin: 0 0 0 0;
        background-image: url("../img/sec02_bg-sp.jpg");
    }

    #sec02 .sec_title01 {
        width: calc(503 / 710 * 100%);
        margin: 0 auto 32px auto;
    }

    #sec02 .text {
        width: calc(476 / 710 * 100%);
        margin: 28px auto 0 auto;
    }
}

/* ------------------------------
 * sec03
 * ------------------------------ */
#sec03 {
    padding: 50px 0 80px 0;
    background: #eff6fc;
}

#sec03 .sec_title01 {
    width: calc(668 / 900 * 100%);
    margin: 0 auto 50px auto;
}

#sec03 .sec_box01 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#sec03 .sec_box01 .sec_img {
    width: 54%;
}

#sec03 .sec_box01 .text {
    width: 40%;
}

@media only screen and (max-width: 768px) {
    #sec03 {
        padding: 25px 0 30px 0;
    }

    #sec03 .sec_title01 {
        width: 100%;
        margin: 0 auto 25px auto;
    }

    #sec03 .sec_box01 {
        width: 100%;
        display: block;
    }

    #sec03 .sec_box01 .sec_img {
        width: calc(640 / 710 * 100%);
        margin: 0 0 12px auto;
    }

    #sec03 .sec_box01 .text {
        width: calc(640 / 710 * 100%);
        margin: 0 auto;
    }
}

/* ------------------------------
 * sec04
 * ------------------------------ */
#sec04 {
    background: #eff6fc;
    padding: 0 0 70px 0;
}

#sec04 .sec_title01 {
    padding: calc(65 / 1150 * 100vw) 0 calc(110 / 1150 * 100vw) 0;
    margin: 0 auto;
    background: url("../img/sec04_title01_bg.png") no-repeat center top / cover;
    position: relative;
}

#sec04 .sec_title01 span {
    display: block;
    width: calc(502 / 1150 * 100%);
    max-width: 502px;
    margin: 0 auto;
}

#sec04 .sec_box {
    padding: 50px 0;
}
#sec04 .sec_box-01 {  background: url("../img/sec04_img01.png") no-repeat center right / calc(275 / 900 * 100%);  }
#sec04 .sec_box-02 {  background: url("../img/sec04_img02.png") no-repeat center left / calc(275 / 900 * 100%);  }
#sec04 .sec_box-03 {  background: url("../img/sec04_img03.png") no-repeat center right / calc(275 / 900 * 100%);  }

#sec04 .sec_box_inner {
    width: calc(580 / 900 * 100%);
}
#sec04 .sec_box-02 .sec_box_inner {
    margin-left: auto;
}

#sec04 .sec_box-01 .sec_copy {  width: calc(435 / 580 * 100%);  }
#sec04 .sec_box-02 .sec_copy {  width: calc(392 / 580 * 100%);  }
#sec04 .sec_box-03 .sec_copy {  width: calc(400 / 580 * 100%);  }

#sec04 .text {
    margin-top: 40px;
}

@media only screen and (max-width: 768px) {
    #sec04 {
        padding: 0 0 40px 0;
    }

    #sec04 .sec_title01 {
        padding: calc(32 / 750 * 100vw) 0 calc(60 / 750 * 100vw) 0;
        background: url("../img/sec04_title01_bg.png") no-repeat center top / cover;
    }

    #sec04 .sec_title01 span {
        width: calc(502 / 750 * 100%);
        max-width: 502px;
    }

    #sec04 .sec_box {
        background-position: right 5.3% top!important;
        background-size: calc(275 / 710 * 100%)!important;
    }
    #sec04 .sec_box-01 {
        padding: 25px 0 35px 0;
    }
    #sec04 .sec_box-02 {
        padding: 0 0 20px 0;
    }
    #sec04 .sec_box-03 {
        padding: 25px 0 0 0;
    }

    #sec04 .sec_box_inner {
        width: calc(640 / 710 * 100%);
        margin: 0 auto;
    }

    #sec04 .sec_box-01 .sec_copy {  width: calc(331 / 640 * 100%);  }
    #sec04 .sec_box-02 .sec_copy {  width: calc(292 / 640 * 100%);  }
    #sec04 .sec_box-03 .sec_copy {  width: calc(338 / 640 * 100%);  }

    #sec04 .text {
        margin-top: 30px;
    }
}

/* ------------------------------
 * sec05
 * ------------------------------ */
#sec05 {
    padding: 70px 0 0 0;
}

#sec05 .sec_title01 {
    width: calc(445 / 900 * 100%);
    margin: 0 auto 60px auto;
}

#sec05 .sec_box {
    width: 100%;
    padding: 0 0 100px 0;
    position: relative;
}

#sec05 .sec_box:before {
    content: '';
    display: block;
    width: 100%;
    height: 75%;
    background: #eff6fc;
    position: absolute;
    bottom: 0;
    left: 0;
}

#sec05 .sec_box .sec_img {
    width: calc(670 / 900 * 100%);
    margin: 0 auto;
    position: relative;
}

#sec05 .sec_box .sec_copy {
    width: calc(640 / 900 * 100%);
    margin: -100px auto 0 auto;
    position: relative;
}

#sec05 .sec_box .text {
    width: calc(630 / 900 * 100%);
    margin: 50px auto 0 auto;
    position: relative;
}

@media only screen and (max-width: 768px) {
    #sec05 {
        padding: 35px 0 0 0;
    }

    #sec05 .sec_title01 {
        width: calc(445 / 710 * 100%);
        margin: 0 auto 30px auto;
    }

    #sec05 .sec_box {
        padding: 0 0 35px 0;
    }

    #sec05 .sec_box:before {
        height: 79%;
    }

    #sec05 .sec_box .sec_img {
        width: 100%;
    }

    #sec05 .sec_box .sec_copy {
        width: calc(680 / 710 * 100%);
        margin: -50px auto 0 auto;
    }

    #sec05 .sec_box .text {
        width: calc(640 / 710 * 100%);
        margin: 20px auto 0 auto;
    }
}

/* ------------------------------
 * sec06
 * ------------------------------ */
#sec06 {
    padding: 70px 0 90px 0;
    position: relative;
}

#sec06:before {
    content: '';
    display: block;
    width: 100%;
    height: 315px;
    background: #49b9cf;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#sec06 .sec_title01 {
    width: calc(402 / 1150 * 100%);
    max-width: 402px;
    margin: 0 auto 70px auto;
}

@media only screen and (max-width: 768px) {
    #sec06 {
        padding: 32px 0 10px 0;
    }

    #sec06:before {
        height: 158px;
    }

    #sec06 .sec_title01 {
        width: calc(402 / 750 * 100%);
        max-width: 402px;
        margin: 0 auto 30px auto;
    }
}

.flow {
    width: calc(725 / 900 * 100%);
    margin: 0 auto;
}

.flow_item {
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    margin: 0 0 30px 0;
    position: relative;
}

.flow_item:after {
    content: '';
    display: block;
    width: 100%;
    height: 30px;
    background: url("../img/sec06_arrow.png") no-repeat center center / auto 100%;
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: -1;
}
.flow_item:last-child:after {
    display: none;
}

.flow_item dt {
    text-align: center;
    background: #f4f0ff;
    padding: 20px 0;
}

.flow_item dt > img {
    width: auto;
    height: 26px;
}

.flow_item dd {
    padding: 26px 30px;
}

@media only screen and (max-width: 768px) {
    .flow {
        width: 100%;
    }

    .flow_item {
        margin: 0 0 15px 0;
    }

    .flow_item:after {
        height: 15px;
        bottom: -15px;
    }

    .flow_item dt {
        padding: 13px 0;
    }

    .flow_item dt > img {
        height: 16px;
    }

    .flow_item dd {
        padding: 13px 15px;
    }
}

/* ------------------------------
 * sec07
 * ------------------------------ */
#sec07 {
    padding: 70px 0 40px 0;
    background: #eff6fc;
    position: relative;
}

#sec07:before {
    content: '';
    display: block;
    width: 100%;
    height: 315px;
    background: #49b9cf;
    position: absolute;
    top: 0;
    left: 0;
}

#sec07 .sec_title01 {
    width: calc(402 / 1150 * 100%);
    max-width: 402px;
    margin: 0 auto 70px auto;
    position: relative;
}

#sec07 .sec_box {
    padding: 20px;
    background: #fff;
    position: relative;
}

#sec07 .btnArea-entry {
    padding: 45px 0 35px 0;
}

@media only screen and (max-width: 768px) {
    #sec07 {
        padding: 32px 0 20px 0;
    }

    #sec07:before {
        height: 158px;
    }

    #sec07 .sec_title01 {
        width: calc(362 / 750 * 100%);
        max-width: 362px;
        margin: 0 auto 30px auto;
    }

    #sec07 .sec_box {
        padding: 10px;
    }

    #sec07 .btnArea-entry {
        padding: 20px 0 15px 0;
    }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */
.tc { text-align: center; }
.tl { text-align: left; }
.tr { text-align: right; }

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }
.mb90 { margin-bottom: 90px; }
.mb100 { margin-bottom: 100px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mt40 { margin-top: 40px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }
.mt70 { margin-top: 70px; }
.mt80 { margin-top: 80px; }
.mt90 { margin-top: 90px; }
.mt100 { margin-top: 100px; }

.clearfix:after {
    content: "";
    clear: both;
    display: block;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}
