@charset "utf-8";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: YuGothic, 'Yu Gothic', 游ゴシック体, 游ゴシック, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', Osaka, 'MS PGothic', Arial, Helvetica, Verdana, sans-serif;
}

body {
    background: #fff;
    color: #333;
    font-size: 16px;
    line-height: 1.65;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    background: rgba(255, 255, 255, 0.01);
}

input[type="button"],
input[type="submit"] {
    cursor: pointer;
}

input[type="search"],
input[type="text"],
input[type="tel"] {
    width: 100%;
    height: 24px;
    border: 1px solid #c9c9c9;
    padding: 0 10px;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    /*text-decoration: underline;*/
}

.underline {
    text-decoration: underline;
}

a.underline:hover {
    text-decoration: none;
}

#all_wrap {
    position: relative;
    overflow: hidden;
}

.brpc {
    display: block;
}

.brtb {
    display: none;
}

.brsp {
    display: none;
}

.tar {
    text-align: right;
}

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

img.pc {
    display: block;
}

img.sp {
    display: none;
}

/*-----------------------------
1088px以下
-----------------------------*/
@media all and (max-width: 1088px) {

    .brpc {
        display: none;
    }
}

/*-----------------------------
750px以下
-----------------------------*/
@media all and (max-width: 750px) {

    body {
        font-size: 3.2vw;
        line-height: 4.8vw;
    }

    .brpc {
        display: none;
    }

    .brtb {
        display: none;
    }

    .brsp {
        display: block;
    }

    img.pc {
        display: none;
    }

    img.sp {
        display: block;
    }
}


/*************************************************

セクション共通

*************************************************/
section {
    background-size: 1980px auto;
    width: 100%;
}

section > div {
    position: relative;
    max-width: 1088px;
    margin: 0 auto;
    padding: 80px 20px;
}

section::before {
    position: absolute;
    width: 100%;
    text-align: center;
    font-family: aileron, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 200px;
    line-height: 160px;
    overflow: hidden;
}

p.caps {
    font-size: 14px;
}

/*-----------------------------
750px以下
-----------------------------*/
@media all and (max-width: 750px) {

    section {
        background-size: 750px auto;
        width: 100%;
    }

    section > div {
        position: relative;
        max-width: inherit;
        margin: 0 auto;
        padding: 10.666666666666666vw 3.2vw;
    }

    section::before {
        position: absolute;
        width: 100%;
        font-size: 26.666666666666668vw;
        line-height: 22vw;
    }

    p.caps {
        font-size: 14px;
    }
}

/*************************************************

タイトル共通

*************************************************/

h2 {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 900;
    font-style: normal;
    margin: 0 0 60px 0;
    font-size: 36px;
    line-height: 0.8em;
    text-align: center;
}

h2 > i {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #ff3859;
}

h2 > i.blue {
    color: #135fd3;
}

h2 > span {
    font-size: 24px;
}

h3 {
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 700;
    margin: 50px 0 20px;
    font-size: 24px;
}

h3 > i {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-style: normal;
    color: #ff3859;
}

h4 {
    margin: 0;
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
}

/*-----------------------------
750px以下
-----------------------------*/
@media all and (max-width: 750px) {

    h2 {
        margin: 0 0 8.333333333333334vw 0;
        font-size: 6.4vw;
        line-height: 6.4vw;
        text-align: center;
    }

    h2 > span {
        font-size: 3.2vw;
    }
}



/*************************************************

ヘッダ

*************************************************/

header {
    max-width: 1088px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

header > div {
    width: 311px;
    margin: 16px 0 0 20px;
}

header h1 {
    width: 100%;
}

header nav {
    width: 600px;
    margin: 0 20px 0 0;

    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header nav .refer_tag {
    display: inline-block;
    text-align: center;
    font-size: 0.9rem;
    line-height: 1.2;
    color: #fff;
    padding: 0.3rem 1.5rem;
    border-radius: 0.3rem;
    background: #2F5597;
    margin-right: 1rem;
}
header nav .refer_tag:hover {
    background: #2160d0;
}
header nav > ul {
    text-align: right;
}

header nav > ul > li {
    position: relative;
    display: inline;
    margin: 0;
}

header nav > ul > li a {
    background: #093e9e;
    border-radius: 6px;
    width: 252px;
    margin: 14px 0;
    padding: 12px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
}

header nav > ul > li a:hover {
    background: #2160d0;
}

/*-----------------------------
750px以下
-----------------------------*/
@media all and (max-width: 750px) {

    header {
        max-width: n;
        width: 93.6vw;
        margin: 0 auto;
    }

    header > div {
        width: 41.46666666666667vw;
        margin: 2.9vw 0 0 0;
    }

    header h1 {
        width: 100%;
    }

    header nav {
        width: auto;
        margin: 0;

    }

    header nav > ul {
        text-align: right;
    }

    header nav > ul > li {
        margin: 0;
    }

    header nav > ul > li a {
        border-radius: 6px;
        width: 100%;
        margin: 1.8666666666666667vw 0;
        padding: 1.6vw 2.4vw;
        font-size: 2.4vw;
    }
}


/*************************************************

ヒーローゾーン

*************************************************/

.hero {
    background: #00455d url(../images/hero_bg@2x.jpg) no-repeat 50% top;
    background-size: 1980px;
    width: 100%;
    height: 605px;
    margin: 0 auto;
}

.hero > div {
    max-width: 1088px;
    width: 100%;
    margin: 0 auto;
    padding: 59px 20px;
    display: flex;
    justify-content: space-between;
}

.hero > div > div.tit {
    width: 607px;
}

.hero > div > div.tit h1 {
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
}

.hero > div > div.hero_form {
    /*width: 330px;*/
    width: 30.330882%;
}

.hero > div > div.hero_form .form_inner {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 20px 30px 20px;
}

.hero > div > div.hero_form .form_inner h2 {
    margin: 0 0 20px 0;
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2em;
    color: #0088c7;
}

.hero > div > div.hero_form .form_inner p {
    margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 24px;
}

.hero > div > div.hero_form .form_inner dt {
    padding: 0 0 5px 0;
}

.hero > div > div.hero_form .form_inner dd {
    padding: 0 0 10px 0;
}

.hero > div > div.hero_form .form_inner dt {
    width: 100%;
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 700;
}

.hero > div > div.hero_form .form_inner dd {
    width: 100%;
}

.hero > div > div.hero_form .form_inner dd input {
    border: #999 solid 1px;
    border-radius: 6px;
    width: 100%;
    height: 60px;
    box-shadow: 4px 4px 0 0 #e6e6e6 inset;
}

.hero > div > div.hero_form .form_inner .alert {
    color: #fe1a3f;
    text-align: center;
    display: none;
}

.hero > div > div.hero_form .btn {
    text-align: center;
}

.hero > div > div.hero_form .sbmt {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.hero > div > div.hero_form .btn input {
    background: #0088c7;
    border-radius: 0 0 6px 6px;
    width: 100%;
    margin: 0;
    padding: 20px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.hero > div > div.hero_form .btn input:hover {
    background: #00a7f4;
}

/*-----------------------------
1980px以上
-----------------------------*/
@media all and (min-width: 1980px) {
    .hero {
        background-size: 100%;
    }
}

/*-----------------------------
1088px以下
-----------------------------*/
@media all and (max-width: 1088px) {

    .hero {
        height: 570px;
    }

    .hero > div {
        width: 100%;
        margin: 0 auto;
        padding: 59px 20px;
        display: flex;
        justify-content: space-between;
    }

    .hero > div > div.tit {
        /*width: 500px;*/
        width: 58.269231%;
    }

    .hero > div > div.hero_form {
        /*width: 38%;*/
        width: 31.730769%;
    }

    .hero > div > div.hero_form .form_inner {
        background: rgba(255, 255, 255, 0.8);
        padding: 20px 20px 20px 20px;
    }

    .hero > div > div.hero_form .form_inner h2 {
        margin: 0 0 10px 0;
        font-size: 18px;
        line-height: 1.2em;
    }

    .hero > div > div.hero_form .form_inner dt {
        font-size: 13px;
    }
}

/*-----------------------------
960px以下
-----------------------------*/
@media all and (max-width: 900px) {

    .hero {
        height: auto;
    }

    .hero > div > div.tit {
        /*width: 45.955882%;*/
        width: 55%;
    }

    .hero > div > div.hero_form {
        /*width: 45.955882%;*/
    }

    .hero > div > div.hero_form .form_inner {}

    .hero > div > div.hero_form .form_inner h2 {
        margin: 0 0 10px 0;
        font-size: 18px;
        line-height: 1.2em;
    }

    .hero > div > div.hero_form .form_inner dt {}

    .hero > div > div.hero_form .form_inner dd {}

    .hero > div > div.hero_form .form_inner dt {
        font-size: 13px;
    }

    .hero > div > div.hero_form .form_inner dd {
        width: 100%;
    }

    .hero > div > div.hero_form .form_inner dd input {
        border: #999 solid 1px;
        border-radius: 6px;
        width: 100%;
        height: 40px;
        box-shadow: 4px 4px 0 0 #e6e6e6 inset;
    }

    .hero > div > div.hero_form .form_inner .alert {
        color: #fe1a3f;
        text-align: center;
        display: none;
    }

    .hero > div > div.hero_form .btn {
        text-align: center;
    }

    .hero > div > div.hero_form .sbmt {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
    }

    .hero > div > div.hero_form .btn input {
        border-radius: 0 0 6px 6px;
        width: 100%;
        margin: 0;
        padding: 10px;
        font-size: 18px;
    }
}

/*-----------------------------
750px以下
-----------------------------*/
@media all and (max-width: 750px) {
    .hero {
        background: #003f57 url(../images/hero_bg_sp.jpg) no-repeat 0 0;
        background-size: 100%;
        min-width: inherit;
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    .hero > div {
        width: 93.6vw;
        max-width: inherit;
        margin: 0 auto;
        padding: 38.93333333333333vw 0 9.333333333333334vw 0;
        display: block;
    }

    .hero > div > div.tit {
        width: 100%;
        margin: 0 0 6vw 0;
    }

    .hero > div > div.tit h1 {
        filter: drop-shadow(0 0 3.6vw rgba(0, 0, 0, 0.5));
    }

    .hero > div > div.hero_form {
        width: 100%;
    }

    .hero > div > div.hero_form .form_inner {
        background: rgba(255, 255, 255, 0.8);
        padding: 4vw 4vw 2vw 4vw;
    }

    .hero > div > div.hero_form .form_inner h2 {
        margin: 0 0 4vw 0;
        font-size: 4.8vw;
    }

    .hero > div > div.hero_form .form_inner dt {
        padding: 0 0 1.3333333333333333vw 0;
    }

    .hero > div > div.hero_form .form_inner dd {
        padding: 0 0 3.466666666666667vw 0;
    }

    .hero > div > div.hero_form .form_inner dt {
        width: 100%;
    }

    .hero > div > div.hero_form .form_inner dd {
        width: 100%;
    }

    .hero > div > div.hero_form .form_inner dd input {
        border: #999 solid 1px;
        border-radius: 1.6vw;
        width: 100%;
        height: 10.933333333333334vw;
        box-shadow: 0.8vw 0.8vw 0 0 #e6e6e6 inset;
    }

    .hero > div > div.hero_form .form_inner .alert {
        color: #fe1a3f;
        text-align: center;
        display: none;
    }

    .hero > div > div.hero_form .btn {
        text-align: center;
    }

    .hero > div > div.hero_form .sbmt {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
    }

    .hero > div > div.hero_form .btn input {
        border-radius: 0 0 1.6vw 1.6vw;
        width: 100%;
        margin: 0;
        padding: 5.066666666666666vw;
        font-size: 4vw;
    }
}



/*************************************************

セクション1（About）

*************************************************/
.section1 {
    background: #fff;
}

.section1::before {
    content: "About";
    color: #eef5fa;
}

.section1 h2 {
    color: #0088c7;
    font-size: 48px;
    z-index: 2;
}

.section1 h2::after {
    background: #0088c7;
    content: "";
    width: 100px;
    height: 4px;
    margin: 5px auto 0;
    padding: 0;
    display: block;
}

.section1 .section_read {
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    color: #333;
}

.section1 .matching_flow {
    padding: 40px 0 20px 0;
}

.section1 .read {
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}

.section1 h3 {
    background: #0088c7;
    margin: 80px 0 60px;
    padding: 10px 0;
    font-size: 30px;
    text-align: center;
    color: #fff;
}

.section1 .section1 li {
    opacity: 0;
}

/*------ 4列 ------*/
.section1 .col4 {
    margin: 30px 0 0 0;
}

.section1 .col4 li {
    float: left;
    width: 22.115385%;
    margin: 0 3.846154% 0 0;
}

.section1 .col4 li figure {
    width: 100%;
    text-align: center;
}

.section1 .col4 li:nth-child(4n) {
    margin-right: 0;
}

.section1 .col4 li:nth-child(4n) figure {
    width: 100%;
}

.section1 .col4 li figure h4 {
    margin: 15px 0 5px 0;
    font-size: 18px;
    line-height: 24px;
    color: #0088c7;
}

.section1 .col4 li figure img {
    width: 87.491304%;
    margin: 0;
}

.section1 .col4 li figcaption {
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.section1 .col3 {
    margin: 40px 0 0 0;
}

.section1 .col3 li {
    background: url(../images/arrow.svg) no-repeat top 26.064171% right 4.278075%;
    background-size: 13.101604%;
    float: left;
    width: 35.961538%;
}

.section1 .col3 li figure {
    width: 78.074866%;
}

.section1 .col3 li:nth-child(3n) {
    width: 28.076923%;
    margin-right: 0;
}

.section1 .col3 li:nth-child(3n) figure {
    width: 100%;
}

.section1 .col3 li figure h4 {
    margin: 10px 0 5px 0;
    font-size: 18px;
    line-height: 24px;
    color: #0088c7;
}

.section1 .caps {
    margin: 30px 0 0 0;
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}

.section1 .caps span {
    margin: 0 0 0 10px;
    font-size: 16px;
}




/*-----------------------------
750px以下
-----------------------------*/
@media all and (max-width: 750px) {
    .section1 {}

    .section1::before {}

    .section1 h2 {
        font-size: 6.4vw;
        z-index: 2;
    }

    .section1 h2::after {
        width: 11.733333333333333vw;
        height: 0.5333333333333333vw;
        margin: 0.4vw auto 0;
    }

    .section1 .section_read {
        font-size: 4.8vw;
        line-height: 6.4vw;
        margin: 0;
        padding: 0;
    }

    .section1 .matching_flow {
        margin: 0;
        padding: 4vw 0 3vw;
    }

    .section1 h3 {
        margin: 8vw 0 7.2vw;
        padding: 2.6666666666666665vw 0;
        font-size: 4vw;
        text-align: center;
        color: #fff;
    }

    .section1 .read {
        font-size: 4vw;
        text-align: left;
    }

    /*------ 4列 => 2列 ------*/
    .section1 .col4 {
        margin: 30px 0 0 0;
    }

    .section1 .col4 li {
        float: left;
        width: 47.863248%;
        margin: 0 4.273504% 0 0;
    }

    .section1 .col4 li figure {
        width: 100%;
        text-align: center;
    }

    .section1 .col4 li:nth-child(2n) {
        margin-right: 0;
    }

    .section1 .col4 li:nth-child(2n) figure {
        width: 100%;
    }

    .section1 .col4 li figure h4 {
        margin: 15px 0 5px 0;
        font-size: 4vw;
        line-height: 4vw;
        color: #0088c7;
    }

    .section1 .col4 li figure img {
        width: 87.491304%;
        margin: 0;
    }

    .section1 .col4 li figcaption {
        padding: 0;
        font-size: 3.2vw;
        line-height: 4vw;
        text-align: left;
    }

    /*------ 3列 => 1列 ------*/
    .section1 .col3 {
        margin: 5.333333333333333vw 0 0 0;
    }

    .section1 .col3 li {
        background: url(../images/arrow_down.svg) no-repeat top 2vw center;
        background-size: 8.533333333333333vw;
        float: none;
        width: 100%;
    }

    .section1 .col3 li:first-child {
        background: none;
    }

    .section1 .col3 li figure {
        padding: 16vw 0 0 0;
        width: 100%;
    }

    .section1 .col3 li:first-child figure {
        padding: 0;
    }

    .section1 .col3 li:nth-child(3n) {
        width: 100%;
        margin-right: 0;
    }

    .section1 .col3 li:nth-child(3n) figure {
        width: 100%;
    }

    .section1 .col3 li figure h4 {
        margin: 2.6666666666666665vw 0 0 0;
        font-size: 4vw;
        line-height: 6.4vw;
        color: #0088c7;
    }

    .section1 .col3 li figcaption {
        padding: 0;
        font-size: 3.2vw;
        line-height: 4.8vw;
        text-align: left;
    }

    .section1 .caps {
        margin: 4vw 0 0 0;
        font-size: 4vw;
        line-height: 6vw;
    }

    .section1 .caps span {
        margin: 0 0 0 1.6666666666666665vw;
        font-size: 3.2vw;
    }
}


/*************************************************

セクション2（Improve）

*************************************************/
.section2 {
    background: #eef5fa;
}

.section2::before {
    content: "Improve";
    color: #fff;
}

.section2 h2 {
    color: #0088c7;
    font-size: 48px;
    z-index: 2;
}

.section2 h2::after {
    background: #0088c7;
    content: "";
    width: 100px;
    height: 4px;
    margin: 5px auto 0;
    padding: 0;
    display: block;
}

.section2 .board {
    background: url(../images/board_upper@2x.png) no-repeat 0 0;
    background-size: 100%;
    width: 888px;
    margin: 0 auto;

}

.section2 .board ul {
    background: url(../images/board_bottom@2x.png) no-repeat left bottom;
    background-size: 100%;
    width: 888px;
    margin: 0 auto;
    padding: 80px 0 110px 0;
    content: "";
}

.section2 li {
    background: url(../images/improve_check@2x.png) no-repeat 0 0;
    background-size: 46px;
    height: 47px;
    margin: 30px 0 0 168px;
    padding: 0 0 0 60px;
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 48px;
}

/*-----------------------------
887px以下
-----------------------------*/
@media all and (max-width: 928px) {
    .section2 .board {
        width: 100%;
    }

    .section2 .board ul {
        width: 100%;
    }
/*
    .section2 li {
        background: url(../images/improve_check@2x.png) no-repeat 0 50%;
        background-size: 5%;
        height: 52.92793%;
        margin: 30px 0 0 25.427928%;
        padding: 0 0 0 40px;
        font-size: 20px;
        line-height: 165%;
    }
    */
    
    .section2 li {
        margin: 30px 0 0 15%;
        padding: 0 0 0 60px;
    }
}

/*-----------------------------
750px以下
-----------------------------*/
@media all and (max-width: 750px) {

    .section2 {}

    .section2::before {}

    .section2 h2 {
        font-size: 6.4vw;
        z-index: 2;
    }

    .section2 h2::after {
        width: 11.733333333333333vw;
        height: 0.5333333333333333vw;
        margin: 0.4vw auto 0;
    }

    .section2 .board {
        background: url(../images/board_upper_sp.png) no-repeat 0 0;
        background-size: 100%;
        width: 100%;
        margin: 0 auto;

    }

    .section2 .board ul {
        background: url(../images/board_bottom_sp.png) no-repeat left bottom;
        background-size: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 8vw 0 16vw 0;
        content: "";
    }

    .section2 li {
        background: url(../images/improve_check@2x.png) no-repeat 0 0;
        background-size: 6.133333333333333vw;
        box-sizing: border-box;
        width: 60vw;
        height: 6.266666666666667vw;
        margin: 8vw 0 0 20vw;
        padding: 0 0 0 9.066666666666666vw;
        font-size: 4vw;
        line-height: 4.8vw;
    }
}


/*************************************************

セクション4（Reason）

*************************************************/
.section4 {
    background: #fff;
}

.section4::before {
    background: #37718a url(../images/reason_bg.jpg) no-repeat top center;
    background-size: cover;
    height: 370px;
    content: "Reason";
    color: #4789a5;
}

.section4 h2 {
    color: #fff;
    font-size: 48px;
    z-index: 2;
}

.section4 h2::after {
    background: #fff;
    content: "";
    width: 100px;
    height: 4px;
    margin: 5px auto 0;
    padding: 0;
    display: block;
}

.section4 div div {
    background: #fff;
}

.section4 .graph div {
    width: 350px;
    margin: 36px 0 0 66px;
    float: left;
}

.section4 .graph div h3 {
    margin: 30px 0;
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 42px;
    color: #0088c7;
}

.section4 .graph div p {
    font-size: 18px;
    line-height: 30px;
}

.section4 .graph figure {
    width: 528px;
    margin: 58px 54px 0 0;
    float: right;
}

.section4 > div > div > h3 {
    background: #0088c7;
    width: 100%;
    margin: 60px 0 30px;
    padding: 10px 0;
    font-size: 30px;
    text-align: center;
    color: #fff;
}

.section4 > div > div > h3 span {
    font-size: 18px;
    vertical-align: middle;
}

.section4 > div > div > p {
    font-size: 18px;
    line-height: 36px;
}

.section4 > div > div > p i {
    border-bottom: #4792e7 solid 6px;
    font-weight: bold;
    font-style: normal;
    color: #093e9e;
}

.section4 .col4 {
    width: 100%;
    margin: 50px 0 0 0;
}

.section4 .col4 > li {
    float: left;
    width: 22.115385%;
    margin: 0 3.846154% 3% 0;
    text-align: center;
}

.section4 .col4 > li:nth-child(4n) {
    margin-right: 0;
}

.section4 .col4 > li img {
    width: 200px;
    margin: 0 0 10px 0;
}

.section4 .col4 > li h4 {
    margin: 10px 0;
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #0088c7;
}

.section4 .col4 > li ol li {
    background: url(../images/check.svg) no-repeat top 0 left 0;
    background-size: 20px;
    margin: 0 0 10px 0;
    padding: 0 0 0 26px;
    font-size: 16px;
    line-height: 20px;
    list-style-type: none;
    text-align: left;
}

/*-----------------------------
1088px以下
-----------------------------*/
@media all and (max-width: 1088px) {

    .section4 .graph div {
        width: 32.169118%;
        margin: 20px 0 0 66px;
        float: left;
    }

    .section4 .graph figure {
        width: 48.529412%;
        margin: 58px 54px 0 0;
        float: right;
    }

    .section4 > div > div > h3 {
        font-size: 30px;
        line-height: 1em;
        text-align: center;
        color: #fff;
    }

    .section4 .brtb {
        display: block;
    }

    .section4 > div > div > h3 span {
        font-size: 16px;
        vertical-align: middle;
    }
}


/*-----------------------------
750px以下
-----------------------------*/
@media all and (max-width: 750px) {

    .section4 {}

    .section4::before {
        background: #37718a url(../images/reason_bg_sp.jpg) no-repeat top center;
        background-size: cover;
        height: 58.266666666666666vw;
    }

    .section4 h2 {
        font-size: 6.4vw;
        z-index: 2;
    }

    .section4 h2::after {
        width: 11.733333333333333vw;
        height: 0.5333333333333333vw;
        margin: 0.4vw auto 0;
    }

    .section4 div div {}

    .section4 .graph div {
        width: 85.6vw;
        margin: 0 auto;
        float: none;
    }

    .section4 .graph div h3 {
        margin: 0;
        padding: 4.8vw 0;
        font-size: 4.8vw;
        line-height: 6.4vw;
    }

    .section4 .graph div p {
        font-size: 3.2vw;
        line-height: 5.866666666666666vw;
    }

    .section4 .graph figure {
        width: 100%;
        margin: 4.8vw 0 0 0;
        float: none;
    }

    .section4 > div > div > h3 {
        margin: 6vw 0 4.2vw;
        padding: 2.6666666666666665vw 0;
        font-size: 4vw;
        text-align: center;
        color: #fff;
    }

    .section4 > div > div > h3 span {
        font-size: 3.2vw;
    }


    .section4 > div > div > p {
        font-size: 3.2vw;
        line-height: 5.866666666666666vw;
    }

    .section4 > div > div > p i {
        border-bottom: #4792e7 solid 0.8vw;
        font-weight: bold;
        font-style: normal;
        color: #093e9e;
    }

    .section4 .col4 {
        margin: 6.666666666666667vw 0 0 0;
    }

    .section4 .col4 > li {
        float: left;
        width: 47.863248%;
        margin: 0 4.273504% 4vw 0;
        text-align: center;
    }

    .section4 .col4 > li:nth-child(2n) {
        margin-right: 0;
    }

    .section4 .col4 > li img {
        width: 40vw;
        margin: 0 0 1.3333333333333333vw 0;
    }

    .section4 .col4 > li h4 {
        margin: 1.3333333333333333vw 0 2.6666666666666665vw;
        font-size: 4vw;
        line-height: 4.8vw;
    }

    .section4 .col4 > li ol li {
        background: url(../images/check.svg) no-repeat top 0 left 0;
        background-size: 3.8vw;
        margin: 0 0 1.3333vw 0;
        padding: 0 0 0 5vw;
        font-size: 3.2vw;
        line-height: 4vw;
        list-style-type: none;
        text-align: left;
    }
}

/*************************************************

セクション6（Message）

*************************************************/
.section6 {
    background: #fff;
}

.section6::before {
    background: #375d90 url(../images/message_bg.jpg) no-repeat top center;
    background-size: cover;
    height: 370px;
    content: "Message";
    color: rgba(255, 255, 255, 0.25);
}

.section6 h2 {
    color: #fff;
    font-size: 48px;
    z-index: 2;
}

.section6 h2::after {
    background: #fff;
    content: "";
    width: 100px;
    height: 4px;
    margin: 5px auto 0;
    padding: 0;
    display: block;
}

.section6 div div {
    background: #fff;
    padding: 66px 66px 0 66px;
}

.section6 div div p {
    margin: 0 0 40px 0;
    font-size: 18px;
    line-height: 36px;
}

.section6 div div p i {
    border-bottom: #4792e7 solid 6px;
    font-weight: bold;
    font-style: normal;
    color: #093e9e;
}

.section6 .text_right {
    text-align: right;
}

/*-----------------------------
750px以下
-----------------------------*/
@media all and (max-width: 750px) {

    .section6 {}

    .section6::before {
        background: #375d90 url(../images/message_bg_sp.jpg) no-repeat top center;
        background-size: 100%;
        height: 43.333333333333336vw;
    }

    .section6 h2 {
        font-size: 6.4vw;
        z-index: 2;
    }

    .section6 h2::after {
        width: 11.733333333333333vw;
        height: 0.5333333333333333vw;
        margin: 0.4vw auto 0;
    }

    .section6 div div {
        padding: 4vw 4vw 0 4vw;
    }

    .section6 div div p {
        margin: 0 0 5.333333333333333vw 0;
        font-size: 3.2vw;
        line-height: 5.866666666666666vw;
    }

    .section6 div div p i {
        border-bottom: #4792e7 solid 0.8vw;
    }

    .section6 .text_right {
        margin: 0;
    }
}


/*************************************************

セクション7（今すぐ募集中の案件を確認する）

*************************************************/
.section7 {
    background: #3b424c url(../images/contact_bg.jpg) no-repeat top center;
    background-size: cover;
}

.section7 > div {
    width: 480px;
}

.section7 h2 {
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
}

.section7 p {
    margin: 0 0 40px 0;
    font-size: 16px;
    color: #fff;
}

.section7 dl {
    display: table;
}

.section7 dt,
.section7 dd {
    padding: 0 0 40px 0;
}

.section7 dt {
    width: 144px;
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

.section7 dd {
    width: 295px;
    display: table-cell;
    vertical-align: middle;
}

.section7 dd input {
    border: #999 solid 1px;
    border-radius: 6px;
    width: 100%;
    height: 60px;
    box-shadow: 4px 4px 0 0 #e6e6e6 inset;
}

.section7 .alert {
    color: #fe1a3f;
    text-align: center;
    display: none;
}

.section7 .btn {
    text-align: center;
}

.section7 .sbmt {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}

.section7 .btn input {
    background: #0088c7;
    border-radius: 6px;
    width: 290px;
    margin: 20px 0 0;
    padding: 20px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.section7 .btn input:hover {
    background: #00a7f4;
}

/*-----------------------------
750px以下
-----------------------------*/
@media all and (max-width: 750px) {

    .section7 {
        background: #3b424c url(../images/contact_bg_sp.jpg) no-repeat top center;
        background-size: cover;
    }

    .section7 > div {
        width: 93.6vw;
    }

    .section7 h2 {
        font-size: 4.8vw;
        color: #fff;
    }

    .section7 p {
        margin: 0 0 4vw 0;
        font-size: 3.2vw;
        color: #fff;
    }

    .section7 dl {
        display: inherit;
    }

    .section7 dt {
        padding: 0 0 2vw 0;
    }

    .section7 dd {
        padding: 0 0 4vw 0;
    }

    .section7 dt {
        width: 100%;
        display: inherit;
        color: #fff;
    }

    .section7 dd {
        width: 100%;
        display: inherit;
    }

    .section7 dd input {
        border: #999 solid 1px;
        border-radius: 1.6vw;
        width: 100%;
        height: 10.933333333333334vw;
        box-shadow: 0.8vw 0.8vw 0 0 #e6e6e6 inset;
    }

    .section7 .alert {
        color: #fe1a3f;
        text-align: center;
    }

    .section7 .btn {
        margin: 2.6666666666666665vw 0 0 0;
        text-align: center;
    }

    .section7 .sbmt {
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
    }

    .section7 .btn input {
        border-radius: 1.6vw;
        width: 100%;
        margin: 0;
        padding: 5.066666666666666vw;
        font-size: 4vw;
        text-align: center;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
    }

    .section7 .btn input:hover {
        background: #1758ce;
    }
}


/*************************************************

フッタ共通

*************************************************/
footer {
    background: #fff;
}

footer > div {
    max-width: 1080px;
    margin: 0 auto;
    padding: 40px 20px;
}

footer > div > div {
    /*width: 550px;*/
    width: 60%;
    float: left;
}

footer > div > div img {
    width: 200px;
}

footer > div > div p {
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 24px;
}

footer .caps {
    margin: 20px 0 0 0;
    font-size: 13px;
    color: #666;
}

footer nav {
    /*width: 434px;*/
    width: 40%;
    margin: 0;
    float: right;
    text-align: right;
}

footer nav > ul {
    width: 100%;
}

footer nav > ul > li {
    display: inline;
    text-align: right;
}


footer nav > ul > li > a {
    padding: 0 0 0 20px;
}

footer nav > ul > li > a:hover {
    text-decoration: underline;
}


/*-----------------------------
750px以下
-----------------------------*/
@media all and (max-width: 750px) {

    footer {}

    footer > div {
        width: 93.6vw;
        margin: 0 auto;
        padding: 5.333333333333333vw 0 10vw;
    }

    footer > div > div {
        width: 100%;
        margin: 6vw 0 0 0;
        float: none;
        text-align: center;
        font-size: 2.4vw;
    }

    footer > div > div img {
        width: 26.666666666666668vw;
    }

    footer > div > div p {
        margin: 1.33333vw 0 0 0;
        font-size: 2.4vw;
        line-height: 4vw;
    }

    footer .caps {
        margin: 3.2vw 0 0 0;
        font-size: 2.4vw;
        color: #666;
    }

    footer nav {
        width: 100%;
        margin: 0;
        float: none;
        text-align: center;
    }

    footer nav > ul {
        width: 100%;
    }

    footer nav > ul > li {
        display: inline;
        text-align: center;
    }


    footer nav > ul > li > a {
        padding: 0 2vw;
    }

    footer nav > ul > li > a:hover {
        text-decoration: underline;
    }
}


/*************************************************

ページアップ共通

*************************************************/
#pagetop {
    width: 70px;
    height: 80px;
    position: fixed;
    right: 0;
    bottom: -12px;
    display: none;
}

#pagetop a {
    background: #0088c7;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 56px;
    color: #fff;
    text-align: center;
}

#pagetop a:hover {
    background: #00a7f4;
}

/*-----------------------------
470px以下
-----------------------------*/
@media all and (max-width: 470px) {

    #pagetop {
        width: 14vw;
        height: 14vw;
        position: fixed;
        right: 2vw;
        bottom: 2vw;
        display: none;
    }

    #pagetop a {
        border-radius: 50%;
        width: 14vw;
        height: 14vw;
        display: block;
        font-size: 6vw;
        font-weight: bold;
        line-height: 14vw;
    }

    #pagetop a:hover {}
}
