/*

■Source Han Sans JP Regular
font-family: source-han-sans-japanese, sans-serif;
font-style: normal;
font-weight: 400;

■Source Han Sans JP Medium
font-family: source-han-sans-japanese, sans-serif;
font-style: normal;
font-weight: 500;

■Source Han Sans JP Bold
font-family: source-han-sans-japanese, sans-serif;
font-style: normal;
font-weight: 700;

■Source Han Sans JP Heavy
font-family: source-han-sans-japanese, sans-serif;
font-style: normal;
font-weight: 900;

■Aileron Regular
font-family: aileron, sans-serif;
font-weight: 400;
font-style: normal;

■Aileron Bold
font-family: aileron, sans-serif;
font-weight: 700;
font-style: normal;

*/

@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;
    align-items: center;
}

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

header h1 {
    width: 311px;
}

header nav {
    width: 600px;
    margin: 0 20px 0 0;
    text-align: right;

    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;
}
@media all and (max-width: 750px) {
    header nav .refer_tag {
        padding: 0.3rem 0.5rem;
        margin-right: 0.5rem;
    }
}
header nav .refer_tag:hover {
    background: #2160d0;
}

header nav a {
    padding: 0.5rem 0;
    display: inline-block;
    text-align: center;
}
header nav a p {
    display: block;
    margin: 0;
    line-height: 1.2;
}
.onlysp {
    display: none;
}

@media screen and (max-width: 750px) {
    .onlypc {
        display: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .onlysp {
        display: block;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
}
header nav a p:first-child {
    font-size: 2rem;
    font-weight: bold;
    color: #000;
}
header nav a p:last-child {
    font-size: 1rem;
    color: #a6a6a6;
}

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

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

header nav > ul > li a {
    background: #0088c7;
    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: #009fe8;
}

/*-----------------------------
750px以下
-----------------------------*/
@media all and (max-width: 750px) {
    header {
        max-width: n;
        width: 93.6vw;
        margin: 0 auto;
    }

    header > div {
        width: 41.46666666666667vw;
        margin: 2.1333333333333333vw 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: #031d50 url(../images/hero_bg@2x.jpg) no-repeat 50% top;
    background-size: 1980px;
    width: 100%;
    height: 650px;
    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: 500px;
}

.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 10px 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: #093e9e;
}

.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: #093e9e; */
    background: #f27f27;
    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: #1758ce; */
    background: #f83;
}

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

/*-----------------------------
1088px以下
-----------------------------*/
@media all and (max-width: 1088px) {
    .hero > div {
        width: 100%;
        margin: 0 auto;
        padding: 59px 20px;
        display: flex;
        justify-content: space-between;
    }

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

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

/*-----------------------------
960px以下
-----------------------------*/
@media all and (max-width: 900px) {
    .hero {
        height: auto;
    }

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

    .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 p {
        font-size: 13px;
        line-height: 18px;
    }

    .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 {
        background: #093e9e;
        border-radius: 0 0 6px 6px;
        width: 100%;
        margin: 0;
        padding: 10px;
        font-weight: bold;
        font-size: 18px;
        text-align: center;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
    }

    .hero > div > div.hero_form .btn input:hover {
        background: #1758ce;
    }
}

/*-----------------------------
750px以下
-----------------------------*/
@media all and (max-width: 750px) {
    .hero {
        background: #031d50 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 p {
        margin: 0 0 10px 0;
        font-size: 3.2vw;
        line-height: 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 {
        background: #093e9e;
        border-radius: 0 0 1.6vw 1.6vw;
        width: 100%;
        margin: 0;
        padding: 5.066666666666666vw;
        font-weight: bold;
        font-size: 4vw;
        text-align: center;
        color: #fff;
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
    }
}

/* .section1 .service {
    position: relative;
    width: 100%;
    margin-top: 2rem;
    padding: 5rem 0;
    background: url(../images/service_bg.png) top center no-repeat;
    background-size: cover;
} */

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

セクション1（Service）

*************************************************/
.section0 {
    background: url(../images/service_bg.png) top center no-repeat;
    background-size: cover;
}

.section0::before {
    content: "Service";
    color: #2154bbaf;
}

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

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

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

/*------ 3列 ------*/
.section0 .col3 {
    margin-top: 3rem;
    padding-bottom: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.section0 .col3 li {
    width: 30%;
    background: #cadaec;
    border-radius: 2rem;
    box-shadow: 5px 5px 5px 5px #0000003f;
}
.section0 .col3 li .item {
    position: relative;
    background: #fff;
    margin-bottom: 2px;
    padding: 1rem 0 1rem 6rem;
}
.section0 .col3 li .header h4 {
    text-align: center;
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 3.2;
    color: #032258;
}
.section0 .col3 li .item p:first-child {
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.5;
    color: #4f72ba;
}
.section0 .col3 li .item p:last-child {
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
    color: #000;
}
.section0 .col3 li .item.sm_text p:last-child {
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 1.2;
    color: #000;
}
.section0 .col3 li .item.item0::before {
    position: absolute;
    content: "";
    width: 4rem;
    height: 4rem;
    left: 1.3rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/icon0.png) center center no-repeat;
    background-size: contain;
}
.section0 .col3 li .item.item1::before {
    position: absolute;
    content: "";
    width: 4rem;
    height: 4rem;
    left: 1.3rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/icon1.png) center center no-repeat;
    background-size: contain;
}
.section0 .col3 li .item.item2::before {
    position: absolute;
    content: "";
    width: 4rem;
    height: 4rem;
    left: 1.3rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/icon2.png) center center no-repeat;
    background-size: contain;
}
.section0 .col3 li .item.rect {
    border-radius: 0 0 1.7rem 1.7rem;
    margin-bottom: 0;
}
.section0 .col3 li:first-child {
    background: #fad648;
    padding: 5px;
}
.section0 .col3 li:first-child .header {
    position: relative;
    text-align: center;
    padding: 1rem 0;
}
.section0 .col3 li:first-child .header .sm_logo {
}
.section0 .col3 li:first-child .header h4 {
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.375rem;
    line-height: 1.7;
    color: #032359;
}
.section0 .col3 li:first-child .header .ticket {
    position: absolute;
    left: -5px;
    top: -5px;
    width: 8.375rem;
    height: 8.375rem;
}
/*-----------------------------
750px以下
-----------------------------*/
@media all and (max-width: 750px) {
    .section0 {
    }

    .section0::before {
    }

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

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

    .section0 .section_read {
        font-size: 4.8vw;
        line-height: 6.4vw;
        margin: 0;
        padding: 0;
    }
    /*------ 3列 ------*/
    .section0 .col3 {
        align-items: flex-start;
    }
    .section0 .col3 li {
        width: 100%;
        margin-bottom: 3rem;
    }
    .section0 .col3 li:last-child {
        margin: 0;
    }
}

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

セクション1（About）

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

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

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

.section1 h2::after {
    background: #093e9e;
    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 h3 {
    background: #093e9e;
    margin: 80px 0 60px;
    padding: 10px 0;
    font-size: 30px;
    text-align: center;
    color: #fff;
}

.section1 .section1 li {
    opacity: 0;
}

/*------ 5列 ------*/
.section1 .col5 {
    margin: 30px 0 0 0;
}

.section1 .col5 li {
    float: left;
    width: 17.876106%;
    margin: 0 2.654867% 40px 0;
}

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

.section1 .col5 li figure {
    font-size: 18px;
    line-height: 30px;
}

.section1 .col5 li img {
    width: 100%;
    margin: 0 0 20px;
}

.section1 .col5 li i {
    color: #135fd3;
    font-style: normal;
    font-weight: bold;
}

.section1 .col5 li figcaption {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
}

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

.section1 .col4 li {
    background: url(../images/arrow.svg) no-repeat top 82px right 10px;
    background-size: 20%;
    float: left;
    width: 26.923077%;
    margin: 0 0 3% 0;
}

.section1 .col4 li figure {
    background: #e8f2fc;
    width: 71.428571%;
    text-align: center;
}

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

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

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

.section1 .col4 li figcaption {
    padding: 15px 0;
    font-size: 18px;
    line-height: 24px;
}

/*-----------------------------
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 {
        background: #093e9e;
        margin: 8vw 0 7.2vw;
        padding: 2.6666666666666665vw 0;
        font-size: 4vw;
        text-align: center;
        color: #fff;
    }

    /*------ 5列 => 3列（中央揃え） ------*/
    .section1 .col5 {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin: 0;
    }

    .section1 .col5 li {
        float: none;
        width: 28vw;
        margin: 0 2.8vw 0 0;
        padding: 0;
    }

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

    .section1 .col5 li:nth-child(4),
    .section1 .col5 li:nth-child(5) {
        margin-top: 5.333333333333333vw;
    }

    .section1 .col5 li figure {
    }

    .section1 .col5 li figcaption {
        font-size: 3.2vw;
        line-height: 4vw;
    }

    .section1 .col5 li img {
        width: 100%;
        margin: 0 0 10px;
    }

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

    .section1 .col4 li {
        background: url(../images/arrow_down.svg) no-repeat center bottom 1.0666666666666667vw;
        background-size: 8vw;
        float: none;
        width: 100%;
        margin: 0;
        padding: 0 0 13.866666666666667vw 0;
    }

    .section1 .col4 li:last-child {
        background: none;
        padding: 0;
    }

    .section1 .col4 li figure {
        background: #e8f2fc;
        width: 100%;
        text-align: center;
        display: table;
    }

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

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

    .section1 .col4 li figure img {
        width: 26.666666666666668vw;
        margin: 0;
        display: table-cell;
        vertical-align: middle;
    }

    .section1 .col4 li figcaption {
        width: 63vw;
        padding: 0;
        font-size: 4vw;
        line-height: 24px;
        text-align: left;
        display: table-cell;
        vertical-align: middle;
    }
}

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

セクション2（Improve）

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

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

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

.section2 h2::after {
    background: #093e9e;
    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 120px 0;
    content: "";
}

.section2 li {
    background: url(../images/improve_check@2x.png) no-repeat 0 0;
    background-size: 46px;
    height: 47px;
    margin: 30px 0 0 137px;
    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 15.427928%;
        padding: 0 0 0 40px;
        font-size: 20px;
        line-height: 165%;
    }
}

/*-----------------------------
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: 74.93333333333334vw;
        height: 6.266666666666667vw;
        margin: 8vw 0 0 9.866666666666667vw;
        padding: 0 0 0 9.066666666666666vw;
        font-size: 4vw;
        line-height: 4.8vw;
    }
}

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

セクション3（reason）

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

.section3::before {
    content: "Feature";
    color: #eef0f6;
}

.section3 h2 {
    color: #093e9e;
    font-size: 48px;
    z-index: 2;
}

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

/*------ 1列 ------*/
.section3 .col1 {
    text-align: center;
    margin: 30px 0;
}

.section3 li {
    margin: 0 0 56px 0;
    padding: 46px 0 0 0;
}

.section3 li:nth-child(1) {
    background: url(../images/feature_img1@2x.jpg) no-repeat 0 0;
    background-size: 560px;
    content: "";
}

.section3 li:nth-child(2) {
    background: url(../images/feature_img2@2x.jpg) no-repeat top right;
    background-size: 560px;
    content: "";
}

.section3 li:nth-child(3) {
    background: url(../images/feature_img3@2x.jpg) no-repeat 0 0;
    background-size: 560px;
    content: "";
    margin: 0;
}

.section3 li div {
    background: #093e9e;
    width: 520px;
    margin: 0 0 0 520px;
    padding: 40px 40px 90px 40px;
    position: relative;
}

.section3 li:nth-child(2) div {
    margin: 0;
    padding: 40px 40px 20px 40px;
}

.section3 li:nth-child(3) div {
    padding: 40px 40px 20px 40px;
}

.section3 li div::before {
    position: absolute;
    width: 120px;
    top: -60px;
    left: 40px;
    font-family: aileron, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 120px;
    line-height: 1em;
    color: #cadaec;
}

.section3 li:nth-child(1) div::before {
    content: "1";
}

.section3 li:nth-child(2) div::before {
    content: "2";
}

.section3 li:nth-child(3) div::before {
    content: "3";
}

.section3 li div h3 {
    margin: 30px 0;
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.3em;
    color: #fff;
    text-align: left;
}

.section3 li div p {
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-align: left;
}

.section3 li div p i {
    border-bottom: #4792e7 solid 6px;
    font-weight: bold;
    font-style: normal;
}

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

    .section3::before {
    }

    .section3 h2 {
        color: #093e9e;
        font-size: 48px;
        z-index: 2;
    }

    .section3 h2::after {
    }

    /*------ 1列 ------*/
    .section3 .col1 {
        text-align: center;
        margin: 30px 0;
    }

    .section3 li {
        margin: 0 0 56px 0;
        padding: 46px 0 0 0;
    }

    .section3 li:nth-child(1) {
        background: url(../images/feature_img1@2x.jpg) no-repeat 0 0;
        background-size: 560px;
        content: "";
    }

    .section3 li:nth-child(2) {
        background: url(../images/feature_img2@2x.jpg) no-repeat top right;
        background-size: 560px;
        content: "";
    }

    .section3 li:nth-child(3) {
        background: url(../images/feature_img3@2x.jpg) no-repeat 0 0;
        background-size: 560px;
        content: "";
        margin: 0;
    }

    .section3 li div {
        background: #093e9e;
        width: 47.794118%;
        margin: 0 0 0 47.794118%;
        padding: 40px 40px 90px 40px;
        position: relative;
    }

    .section3 li:nth-child(2) div {
        margin: 0;
        padding: 40px 40px 20px 40px;
    }

    .section3 li:nth-child(3) div {
        padding: 40px 40px 20px 40px;
    }

    .section3 li div::before {
        position: absolute;
        width: 120px;
        top: -60px;
        left: 40px;
        font-size: 120px;
        line-height: 1em;
        color: #cadaec;
    }

    .section3 li:nth-child(1) div::before {
    }

    .section3 li:nth-child(2) div::before {
    }

    .section3 li:nth-child(3) div::before {
    }

    .section3 li div h3 {
        margin: 30px 0;
        font-family: source-han-sans-japanese, sans-serif;
        font-style: normal;
        font-weight: 700;
        font-size: 30px;
        line-height: 1.3em;
        color: #fff;
        text-align: left;
    }

    .section3 li div p {
        margin: 0 0 20px 0;
        font-size: 18px;
        line-height: 30px;
        color: #fff;
        text-align: left;
    }

    .section3 li div p i {
        border-bottom: #4792e7 solid 6px;
        font-weight: bold;
        font-style: normal;
    }
}

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

    .section3::before {
    }

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

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

    /*------ 1列 ------*/
    .section3 .col1 {
        width: 100%;
        margin: 4vw 0 0;
    }

    .section3 li {
        width: 100%;
        margin: 0 0 6.666666666666667vw 0;
        padding: 46px 0 0 0;
    }

    .section3 li:nth-child(1) {
        background: url(../images/feature_img1@2x.jpg) no-repeat 0 0;
        background-size: 89.6vw;
        content: "";
    }

    .section3 li:nth-child(2) {
        background: url(../images/feature_img2@2x.jpg) no-repeat 0 0;
        background-size: 89.6vw;
        content: "";
    }

    .section3 li:nth-child(3) {
        background: url(../images/feature_img3@2x.jpg) no-repeat 0 0;
        background-size: 89.6vw;
        content: "";
        margin: 0;
    }

    .section3 li div {
        width: 89.6vw;
        margin: 52vw 0 0 4vw;
        padding: 5.333333333333333vw 5.333333333333333vw 1vw;
        position: relative;
    }

    .section3 li:nth-child(2) div {
        margin: 42vw 0 0 4vw;
        padding: 5.333333333333333vw 5.333333333333333vw 1vw;
    }

    .section3 li:nth-child(3) div {
        margin: 42vw 0 0 4vw;
        padding: 5.333333333333333vw 5.333333333333333vw 1vw;
    }

    .section3 li div::before {
        position: absolute;
        width: 16vw;
        top: -8vw;
        left: 5.333333333333333vw;
        font-size: 16vw;
        line-height: 1em;
        color: #cadaec;
    }

    .section3 li:nth-child(1) div::before {
        content: "1";
    }

    .section3 li:nth-child(2) div::before {
        content: "2";
    }

    .section3 li:nth-child(3) div::before {
        content: "3";
    }

    .section3 li div h3 {
        margin: 8vw 0 4vw;
        font-size: 4.8vw;
        line-height: 6.4vw;
    }

    .section3 li div p {
        margin: 0 0 4vw 0;
        font-size: 3.2vw;
        line-height: 5.6vw;
        color: #fff;
        text-align: left;
    }

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

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

セクション4（Reason）

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

.section4::before {
    background: #375d90 url(../images/reason_bg.jpg) no-repeat top center;
    background-size: cover;
    height: 370px;
    content: "Reason";
    color: #426fac;
}

.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: #093e9e;
}

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

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

.section4 > div > div > h3 {
    background: #093e9e;
    margin: 60px 0 30px;
    padding: 10px 0;
    font-size: 30px;
    text-align: center;
    color: #fff;
}

.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: #093e9e;
}

.section4 .col4 li p {
    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;
    }
}

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

    .section4::before {
        background: #375d90 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;
        color: #093e9e;
    }

    .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 {
        background: #093e9e;
        margin: 6vw 0 4.2vw;
        padding: 2.6666666666666665vw 0;
        font-size: 4vw;
        text-align: center;
        color: #fff;
    }

    .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;
        font-size: 4vw;
        line-height: 4.8vw;
        color: #093e9e;
    }

    .section4 .col4 li p {
        font-size: 3.2vw;
        line-height: 4.8vw;
    }
}

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

セクション5（reason）

*************************************************/
.section5 {
    background: #ccdbed url(../images/case_bg.png) repeat 0 0;
}

.section5::before {
    content: "Case";
    color: #fff;
}

.section5 h2 {
    color: #093e9e;
    font-size: 48px;
    z-index: 2;
}

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

/*------ 2列 ------*/
.section5 .col2 {
    margin: 0;
    padding: 0;
}

.section5 .col2 > li {
    float: left;
    background: #fff;
    width: 48%;
    margin: 0 0 40px 0;
    padding: 0 20px 20px 20px;
}

.section5 .col2 > li:nth-child(odd) {
    margin: 0 4% 30px 0;
}

.section5 .col2 > li:nth-child(7),
.section5 .col2 > li:nth-child(8) {
    margin-bottom: 20px;
}

.section5 .col2 > li h3 {
    margin: -30px 0 20px 0;
    font-family: source-han-sans-japanese, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    color: #093e9e;
    line-height: 1em;
}

.section5 .col2 > li h3 span {
    font-family: aileron, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    line-height: 1em;
    color: #a1bddd;
}

.section5 .col2 > li h3 span i {
    margin: 0 0 0 10px;
    font-family: aileron, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    font-style: normal;
    line-height: 1em;
}

.section5 .col2 > li p {
    background: #fff;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    font-size: 18px;
    line-height: 30px;
}

.section5 .col2 ol {
    background: #e8f2fc;
    margin: 0;
    padding: 10px;
}

.section5 ol li {
    background: url(../images/case_check@2x.svg) no-repeat left 10px bottom 5px;
    background-size: 19px;
    margin: 10px 0;
    padding: 0 0 0 40px;
    font-size: 18px;
    list-style-type: none;
    display: block;
}

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

    .section5::before {
    }

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

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

    /*------ 2列 => 1列 ------*/
    .section5 .col2 {
        margin: 0;
        padding: 0;
    }

    .section5 .col2 > li {
        float: none;
        width: 100%;
        margin: 6vw 0 0 0;
        padding: 0 4vw 4vw 4vw;
        position: relative;
    }

    .section5 .col2 > li:nth-child(odd) {
        margin: 6vw 0 0 0;
        padding: 0 4vw 4vw 4vw;
    }

    .section5 .col2 > li:nth-child(7) {
        margin: 6vw 0 0 0;
        padding: 0 4vw 4vw 4vw;
    }

    .section5 .col2 > li:nth-child(8) {
        margin: 6vw 0 0 0;
        padding: 0 4vw 4vw 4vw;
    }

    .section5 .col2 > li h3 {
        margin: -3vw 0 0;
        padding: 0;
        font-size: 4vw;
        color: #093e9e;
        line-height: 1em;
        position: absolute;
    }

    .section5 .col2 > li h3 span {
        font-size: 4.8vw;
        line-height: 1em;
        color: #a1bddd;
    }

    .section5 .col2 > li h3 span i {
        margin: 0 0 0 0.5vw;
        font-size: 6.4vw;
        line-height: 1em;
    }

    .section5 .col2 > li p {
        background: #fff;
        width: 100%;
        /* margin: ; */
        padding: 10vw 0 0;
        font-size: 3.2vw;
        line-height: 4.8vw;
    }

    .section5 .col2 ol {
        background: #e8f2fc;
        margin: 0;
        padding: 1.3333333333333333vw 2.6666666666666665vw 2.6666666666666665vw 2.6666666666666665vw;
    }

    .section5 ol li {
        background: url(../images/case_check@2x.svg) no-repeat 0 50%;
        background-size: 3.3333333333333335vw;
        margin: 1.3333333333333333vw 0 0;
        padding: 0 0 0 4.8vw;
        font-size: 3.2vw;
    }
}

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

セクション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: #093e9e; */
    background: #f27f27;
    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: #1758ce; */
    background: #f83;
}

/*-----------------------------
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 .corp {
    font-size: 18px;
    font-weight: bold;
}

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: 4vw 0 0 0;
        float: none;
        text-align: center;
        font-size: 2.4vw;
    }

    footer .corp {
        font-size: 18px;
        font-weight: bold;
    }

    footer .caps {
        margin: 20px 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: #093e9e;
    /*border-radius: 8px 8px 0 0 / 8px 8px 0 0;*/
    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: #135fd3;
}

/*-----------------------------
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 {
    }
}
