@charset "UTF-8";

html {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media only screen and (min-width: 1025px) {
    .pc_none {
        display: none !important;
    }
}

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

@media only screen and (max-width: 1024px) {
    img {
        width: 100%;
    }
}

@media only screen and (min-width: 1025px) {
    img {
        max-width: 100%;
    }
}

a:hover {
    opacity: .8;
}

.wrapper p {
    line-height: 1.7;
}

@media only screen and (min-width: 1025px) {
    .wrapper p {
        line-height: 1.5;
    }
}

.sp_fv {
    background: #000;
}

.pc_fv {
    padding-top: 120px;
    background: url('../images/fv_bg.jpg') center no-repeat;
    background-size: cover;
    position: relative;
}

.fv_inner {
    max-width: 1200px;
    margin: 0 auto;
}

.fv_logo {
    position: absolute;
    top: 20px;
}

.fv_logo img {
    width: 30%;
    margin-left: 20px;
}

.fv_content {
    display: flex;
    justify-content: center;
    margin: 0 40px;
}

.fv_img {
    align-content: end;
}

.fv_txt {
    margin-top: 35px;
}

.line_btn {
    display: inline-block;
    width: 70%;
    margin: 0 auto;
}

.fv_link {
    text-align: center;
    margin-top: 8vw;
}

@media only screen and (min-width: 1025px) {
    .fv_link {
        margin-top: 50px;
    }
}

.animation {
    animation: dokundokun 1800ms ease infinite;
}

@keyframes dokundokun {
    0% {
        transform: scale(1);
    }

    15% {
        transform: scale(1.1);
    }

    30% {
        transform: scale(1);
    }

    45% {
        transform: scale(1.1);
    }

    70% {
        transform: scale(1);
    }
}

.content_ttl {
    font-size: 5.3vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 1025px) {
    .content_ttl {
        font-size: 26px;
    }
}

.content_ttl::before {
    content: "";
    display: inline-block;
    background-image: url('../images/ttl_bg_01_sp.png');
    width: 5.3vw;
    height: 8vh;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

@media only screen and (min-width: 1025px) {
    .content_ttl::before {
        background-image: url('../images/ttl_bg_01.png');
        width: 20px;
        height: 80px;
        margin-right: 30px;
    }
}

.content_ttl::after {
    content: "";
    display: inline-block;
    background-image: url('../images/ttl_bg_02_sp.png');
    width: 5.3vw;
    height: 8vh;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
}

@media only screen and (min-width: 1025px) {
    .content_ttl::after {
        background-image: url('../images/ttl_bg_02.png');
        width: 20px;
        height: 80px;
        margin-left: 30px;
    }
}

.intro {
    background-color: #000;
    color: #fff;
    padding: 12vw 5.4% 26.6vw;
    background-image: url('../images/intro_gb.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

@media only screen and (min-width: 1025px) {
    .intro {
        background-image: none;
        padding: 80px 0 120px;
        background: url('../images/bg_black.png') center no-repeat;
        background-size: cover;
    }
}

.intro_content {
    margin: 8vw 0 0;
    font-size: 3.73vw;
}

@media only screen and (min-width: 1025px) {
    .intro_content {
        margin: 60px 0 0;
        font-size: 18px;
        text-align: center;
    }

    .intro_content p {
        margin: 20px 0 0;
    }
}

@media only screen and (min-width: 1025px) {
    .content_inner {
        max-width: 1000px;
        margin: 0 auto;
    }
}

.liver {
    background-color: #182b7a;
    padding: 20px 0 52%;
    background: url('../images/bg_blue_sp.png') center no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 1025px) {
    .liver {
        padding: 60px 0 120px;
        background: url('../images/bg_blue.png') center no-repeat;
        background-size: cover;
    }
}

.liver_content {
    margin-top: 50vw;
}

@media only screen and (min-width: 1025px) {
    .liver_content {
        margin-top: 0px;
        padding: 60px 0;
        border-top: solid 2px #fff;
    }

    .liver_content:last-of-type {
        border-bottom: solid 2px #fff;
    }
}

.liver_content:nth-of-type(1) {
    margin-top: 10.6vw;
}

@media only screen and (min-width: 1025px) {
    .liver_content:nth-of-type(1) {
        margin-top: 80px;
    }
}

.liver_ttl_wrap {
    position: relative;
}

@media only screen and (min-width: 1025px) {
    .liver_ttl_wrap {
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }

    .liver_content:nth-of-type(2) .liver_ttl_wrap {
        flex-direction: row;
    }
}

.liver_content p {
    font-size: 3.73vw;
    margin-top: 5.33vw;
    color: #fff;
}

@media only screen and (min-width: 1025px) {
    .liver_content p {
        font-size: 18px;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 1025px) {
    .liver_content_img {
        width: 47%;
    }
}

.liver_content_txt {
    color: #fff;
    font-size: 4.8vw;
    position: absolute;
    bottom: -74%;
    padding: 0 5.4%;
}

@media only screen and (min-width: 1025px) {
    .liver_content_txt {
        position: inherit;
        width: 47%;
        padding: 0;
    }
}

.liver_ttl {
    color: #fff;
    font-weight: bold;
}

@media only screen and (min-width: 1025px) {
    .liver_ttl {
        text-align: center;
        font-size: 22px;
        padding: 15px 0;
        background: #000;
    }
}


@media only screen and (max-width: 1024px) {
    .liver_ttl_inner {
        display: inline-block;
        padding: 13px 20px;
        background-color: #000;
    }

    .liver_ttl_inner:nth-last-of-type(1) {
        margin-top: 5px;
    }
}

.txt_y {
    color: #efed2b;
}

.txt_b {
    color: #182b7a;
}

@media only screen and (min-width: 1025px) {
    .bg_white {
        background: url('../images/bg_white.png') center no-repeat;
        background-size: cover;
    }
}

.merit {
    padding: 8vw 5.4% 16vw;
    background: url('../images/bg_white_sp.png') center no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 1025px) {
    .merit {
        padding: 60px 0 100px;
        background: none;
    }
}

.merit .merit_txt {
    text-align: center;
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 2.2;
}

@media only screen and (min-width: 1025px) {
    .merit .merit_txt {
        font-size: 24px;
        line-height: 2.5;
    }
}

.merit_txt span {
    padding-bottom: 3px;
    border-bottom: 2px dashed #182b7a;
}

@media only screen and (min-width: 1025px) {
    .merit_txt span {
        padding-bottom: 5px;
        border-bottom: 3px dashed #182b7a;
    }
}

.merit_list {
    margin-top: 8vw;
}

@media only screen and (min-width: 1025px) {
    .merit_list {
        text-align: center;
        margin-top: 20px;
    }
}

.merit_list_content {
    font-size: 4.26vw;
    font-weight: bold;
    padding: 3vw 0 3vw 14vw;
    border: 2px solid #000;
    background: url('../images/icon.png') no-repeat 20px;
    background-size: 7%;
    margin-top: 2.66vw;
}

@media only screen and (min-width: 1025px) {
    .merit_list_content {
        width: 300px;
        font-size: 20px;
        line-height: 1.4;
        display: inline-block;
        text-align: left;
        padding: 15px 50px 15px 70px;
        border: 3px solid #000;
        background-size: 11%;
        margin-right: 30px;
    }
}

.point {
    color: #fff;
}

@media only screen and (min-width: 1025px) {
    .point {
        max-width: 1200px;
        margin: 0 auto;
        padding-bottom: 120px;
    }
}

.point_content_ttl {
    margin-top: -3.2vw;
}

.point_wrap {
    background: #000;
    padding: 0 5.4% 16vw;
    background: url('../images/bg_black_sp.png') center no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 1025px) {
    .point_wrap {
        padding: 0 100px 80px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        background: #000;
    }
}

.point_ttl {
    display: flex;
    align-items: center;
    font-size: 5.06vw;
    font-weight: bold;
    line-height: 1.5;
}

@media only screen and (min-width: 1025px) {
    .point_ttl {
        font-size: 22px;
    }
}

.point_content {
    padding-top: 10.6vw;
}

@media only screen and (min-width: 1025px) {
    .point_content {
        padding-top: 40px;
        width: calc(100% / 2 - 2%);
    }

    .point_content:nth-of-type(3),
    .point_content:nth-of-type(4) {
        padding-top: 60px;
    }
}

.point_ttl_img {
    width: 20%;
    padding-right: 10px;
}

@media only screen and (min-width: 1025px) {
    .point_ttl_img {
        padding-right: 20px;
    }
}

.point_content_txt {
    margin-top: 5.33vw;
    font-size: 3.46vw;
    padding: 3.5vw 3vw;
    border: #fff 2px solid;
    border-image: linear-gradient(to right, #f3a716, #644202, #f3a716, #644202) 1;
}

@media only screen and (min-width: 1025px) {
    .point_content_txt {
        margin-top: 30px;
        font-size: 16px;
        padding: 25px 20px;
        border: #fff 4px solid;
        border-image: linear-gradient(to right, #f3a716, #644202, #f3a716, #644202) 1;
    }
}

.flow {
    color: #fff;
    background-color: #182b7a;
    padding: 10.6vw 5.4% 16vw;
    background: url('../images/bg_blue_sp.png') center no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 1025px) {
    .flow {
        padding: 80px 0 120px;
        background: url('../images/bg_blue.png') top no-repeat;
        background-size: cover;
    }
}

.flow_img {
    width: 26.6vw;
}

@media only screen and (min-width: 1025px) {
    .flow_img {
        width: auto;
    }
}

@media only screen and (min-width: 1025px) {
    .flow_content_wrap {
        display: flex;
        justify-content: space-between;
    }
}

.flow_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 13.3vw;
    position: relative;
}

@media only screen and (min-width: 1025px) {
    .flow_content {
        display: block;
        width: calc(100% / 3 - 4%);
        text-align: center;
        padding-top: 60px;
    }
}

@media only screen and (max-width: 1024px) {
    .flow_content.line01::after {
        content: "";
        background: url('../images/line_sp.png') repeat-y center;
        position: absolute;
        display: inline-block;
        text-align: center;
        width: 3.7vw;
        height: 18vw;
        bottom: -46%;
        left: 13%;
    }

    .flow_content.line02::after {
        content: "";
        background: url('../images/line_sp.png') repeat-y center;
        position: absolute;
        display: inline-block;
        text-align: center;
        width: 3.7vw;
        height: 28vw;
        bottom: -38%;
        left: 13%;
    }
}

@media only screen and (min-width: 1025px) {
    .flow_content.line01::after {
        content: "";
        background: url('../images/line.png') repeat-y center;
        position: absolute;
        display: inline-block;
        text-align: center;
        width: 100%;
        height: 4px;
        right: -60%;
        top: 33%;
    }

    .flow_content.line02::after {
        content: "";
        background: url('../images/line.png') repeat-y center;
        position: absolute;
        display: inline-block;
        text-align: center;
        width: 100%;
        height: 4px;
        right: -60%;
        top: 33%;
    }
}

.step_content {
    width: 65%;
}

@media only screen and (min-width: 1025px) {
    .step_content {
        width: 100%;
        padding-top: 30px;
    }
}

.step_ttl {
    font-size: 4vw;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #fff;
    padding-bottom: 5.33vw;
    margin-bottom: 5.33vw;
}

@media only screen and (min-width: 1025px) {
    .step_ttl {
        font-size: 20px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

.step_txt {
    font-size: 3.73vw;
    line-height: 1.7;
}

@media only screen and (min-width: 1025px) {
    .step_txt {
        font-size: 16px;
        line-height: 1.5;
        text-align: left;
    }
}

.faq {
    background: #000;
    color: #fff;
    padding: 10.6vw 5.4% 16vw;
    font-size: 3.73vw;
    background: url('../images/bg_black_sp.png') center no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 1025px) {
    .faq {
        padding: 80px 0 120px;
        background: url('../images/bg_black.png') center no-repeat;
        background-size: cover;
    }
}

@media only screen and (min-width: 1025px) {
    .faq_content_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

.faq_content {
    margin-top: 5.33vw;
}

@media only screen and (min-width: 1025px) {
    .faq_content {
        width: calc(100% / 2 - 3%);
        margin-top: 40px;
    }
}

.faq_content_ttl {
    margin-bottom: 10.6vw;
}

@media only screen and (min-width: 1025px) {
    .faq_content_ttl {
        margin-bottom: 40px;
    }
}

.faq_ttl {
    font-size: 4vw;
    font-weight: bold;
    padding: 2.66vw 0 2.66vw 13.3vw;
    background: url('../images/icon_q.png') no-repeat left;
    background-size: 10%;
}

@media only screen and (min-width: 1025px) {
    .faq_ttl {
        font-size: 20px;
        padding: 13px 0 13px 60px;
    }
}

.faq_txt {
    padding: 1.33vw 0 2.66vw 13.3vw;
    background: url('../images/icon_a.png') no-repeat left top;
    background-size: 10%;
    margin-top: 4vw;
    line-height: 1.7;
}

@media only screen and (min-width: 1025px) {
    .faq_txt {
        font-size: 16px;
        padding: 15px 0 15px 60px;
        margin-top: 20px;
        line-height: 1.5;
    }
}

.entry {
    margin-top: 5.33vw;
}

@media only screen and (min-width: 1025px) {
    .entry {
        margin-top: 60px;
        text-align: center;
    }
}

.footer_logo {
    margin: 8vw auto;
    text-align: center;
}

@media only screen and (min-width: 1025px) {
    .footer_logo {
        width: 32%;
        margin: 20px auto;
    }
}

.footer_logo img {
    width: 60%;
}


footer {
    background-color: #082865;
    color: #fff;
    text-align: center;
    padding: 20px;
}

footer p {
    font-size: 3.2vw;
}

@media only screen and (min-width: 1025px) {
    footer p {
        font-size: 14px;
    }
}

.banner {
    position: fixed;
    z-index: 999;
    bottom: 4vw;
    right: 4vw;
    width: 31vw;
}

.is-hidden {
    display: none;
}

/** compamy-info*/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    /* 最前面に表示 */
}

#company-info {
    .company-info-content {
        background-color: #fff;
        padding: 20px;
        border-radius: 5px;
        display: flex;
        /* Flexboxを使用 */
        flex-direction: column;
        align-items: center;
    }

    h2 {
        font-size: 2em;
        margin-bottom: 10px;
    }

    #close-company-info {
        margin-top: 10px;
    }

    table {
        width: 100%;
        border-collapse: collapse;
    }

    th,
    td {
        padding: 8px;
        border: 1px solid #ddd;
        text-align: left;
    }
}