@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
/*******************************************
*** CSS Document - RESET
********************************************/
html {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    position: relative;
    word-wrap: break-word;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow-x: hidden;
}
img{
    max-width: 100%;
}
/* box-sizing */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

dl,
dt,
dd,
ol,
ul,
li {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
section {
    font-size: 100%;
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* input */
input,
select,
textarea,
button {
    vertical-align: middle;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

/* link */

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

a,
a:link {
    color: #000;
}

::selection {
    background: rgba(51,185,213,.5);
}

/*******************************************
*** Utillity Setting
********************************************/
.center {
    text-align: center;
}

.sp_only {
    display: none;
}

.sp_fluid {
    width: 100%;
    max-width: 768px;
}

.img-fluid {
    width: 100%;
}
.google-map {
    height: 0;
    overflow: hidden;
    aspect-ratio: 16/9;
    position: relative;
}

.google-map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
/* 全幅ラップ */
.overall_wrap {
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    overflow: hidden;
}

@media screen and (max-width:768px) {
    .sp_only {
        display: block !important;
    }

    .pc_only {
        display: none !important;
    }
}

#float_cta {
    z-index: 9999;
    opacity: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
#float_cta ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#float_cta li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 80px;
}
#float_cta li.simu{
    background: transparent linear-gradient(180deg, #4E4E4E 0%, #1A1A1A 100%) 0% 0% no-repeat padding-box;
}
#float_cta li.contact{
    background: transparent linear-gradient(180deg, #F40616 0%, #95000A 100%) 0% 0% no-repeat padding-box;
}
#float_cta li a{
    display: inline-block;
    color: #fff;
    padding: 1rem 2rem;
    text-align: center;
    font-weight: 800;
    line-height: 1.5;
}
#float_cta .tel a{
    font-size: 1.6rem;
}
#float_cta .tel a span{
    display: block;
    font-size: .65rem;
    font-weight: 400;
    margin-top: .5rem;
}

@media screen and (max-width: 768px) {
    .is-fixed {
        position: fixed;
        opacity: 1 !important;
        transition: all .5s;
    }
}

/*******************************************
*** Font Style
********************************************/
html {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.8;
    color: #200604;
}

h1,
h2 {
    font-size: 2rem;
}

h3{
    font-size: 1.4375rem;
    letter-spacing: 0.08625rem;
    color: #fff;
}

h2 span{
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    color: var(--main-color);
    font-weight: 900;
    font-size: 1rem;
}

.serif-r {
    font-family: "dnp-shuei-ymincho-std", serif;
    font-weight: 500;
    font-style: normal;
}

.serif-b {
    font-family: "dnp-shuei-ymincho-std", serif;
    font-weight: 600;
    font-style: normal;
}

p {
    font-family: "Noto Sans JP", sans-serif;
    color: #000;
    margin: 0;
}
p.lead{
    text-align: center;
    font-weight: 700;
}
@media screen and (max-width: 768px) {
    html {
        font-size: 3vw;
    }
}

.highlight{
    background: linear-gradient(transparent 40%, #f9e165 40%);
}

.bold{
    font-weight: bold!important;
}

.normal {
    font-weight: normal!important;
}

.left{
    text-align: left!important;
}

.right{
    text-align: right!important;
}

.center{
    text-align: center!important;
}

/*******************************************
*** Layout Style
********************************************/
.inner_wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.contents_wrap {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.flex_wrap {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.reverse_row_wrap {
    flex-direction: row-reverse;
}

.reverse_col_wrap {
    flex-direction: column-reverse;
}

.col2,
.col3,
.col4,
.col5,
.onethird,
.twothird {
    flex-wrap: wrap;
}

.col2 > * {
    width: calc((100% / 2) - (1rem / 2));
}

.col3 > * {
    width: calc((100% / 3) - (2rem / 3));
}

.col4 > * {
    width: calc((100% / 4) - (3rem / 4));
}

.col5 > * {
    width: calc((100% / 5) - (4rem / 5));
}

.onethird > *:first-child {
    width: calc((100% / 3) - (1rem / 2));
}

.onethird > *:last-child {
    width: calc((100% * (2 / 3)) - (1rem / 2));
}

.twothird > *:first-child {
    width: calc((100% * (2 / 3)) - (1rem / 2));
}

.twothird > *:last-child {
    width: calc((100% / 3) - (1rem / 2));
}

@media screen and (max-width: 1200px) {
    .inner_wrap {
        padding: 0 1rem;
    }
}

@media screen and (max-width: 768px) {
    .col2 > *,
    .col3 > * {
        width: 100%;
    }

    .col4 > * {
        width: calc(100% / 2);
    }

    .col5 > * {
        width: calc(100% / 3);
    }

    .onethird > *:first-child,
    .onethird > *:last-child,
    .twothird > *:first-child,
    .twothird > *:last-child {
        width: 100%;
    }
}

@media screen and (max-width: 460px) {
    .col5 {
        width: calc(100% / 2);
    }
}

/*******************************************
*** Custom prop
********************************************/
:root {
    --main-color: #F40616;
    --sub-color: #95000A;
    --brand-color: #D6010F;
    --bg-color: #393939;
}

/*******************************************
*** Header & Footer
********************************************/
header{
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    background: no-repeat url(../img/bg_fv_pc.jpg) center right;
}
@media screen and (min-width: 1400px){
    header{
        background-size: contain;
    }
}
header .inner_wrap{
    position: relative;
}
header .header_bottom_inner:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    max-width: 392px;
    height: 100%;
    max-height: 310px;
    background: center / cover no-repeat url(../img/fv_after.png);
}
.header_top_inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0
}
.header_top_inner_left{
    margin-left: 1.5rem;
}
.header_top_inner_left img{
    max-width: 200px;
}
.header_bottom a.btn{
    margin: 0 0 6px 1.5rem;
}
.header_bottom a.btn:hover{
    margin: 0 0 0 1.5rem;
}
.header_bottom_inner{
    margin: 1rem 0;
}
.float_cta_flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
}
a.header_btn{
    position: relative;
    display: block;
    width: 100%;
    max-width: 32rem;
    margin: 0 auto;
    padding: .825rem 5rem;
    color: #fff;
    text-align: center;
    font-size: .825rem;
    font-weight: 700;
    line-height: 1.6;
    border-radius: 100vh;
    background: transparent linear-gradient(180deg, #4E4E4E 0%, #1A1A1A 100%) 0% 0% no-repeat padding-box;
}
a.header_btn:after{
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    font: var(--fa-font-solid);
    font-size: .75rem;
    content: "\f054";
}
a.header_btn:hover{
    filter: brightness(1.2);
}
a.header_btn:hover:after{
    right: 6%;
}
@media screen and (max-width: 768px) {
    header{
        background: top right / cover no-repeat url(../img/bg_fv_pc.jpg);
    }
    header .header_bottom .inner_wrap{
        padding-bottom: 310px;
    }
    .header_top_inner_left {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .header_top_inner_left img{
        max-width: 140px;
    }
    .header_top_inner_right{
        display: none;
    }
    .header_bottom a.btn{
        margin: 0 auto 6px;
    }
    .header_bottom a.btn:hover{
        margin: 0 auto 0;
    }
}
footer{
    background: #2C2C2C;
}
footer .footer_info{
    padding: 3.125rem 0;
}
footer .footer_info img{
    display: block;
    margin: 0 auto;
}
footer .copyright{
    background: #1D1D1D;
    padding: 1.5rem 0;
}
footer .copyright p{
    text-align: center;
    color: #A8A8A8;
    font-size: .6875rem;
    line-height: 1;
}
.footer_info_flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    margin: 2.5rem auto;
}
.footer_info_flex > div{
    width: calc(50% - 1rem);
}
:is(footer, #campaign) a.btn,
:is(footer, #campaign) a.sub_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .875rem;
    max-width: 100%;
    letter-spacing: .0875rem;
    line-height: 1.5;
    box-shadow: none;
    border-top: none;
    margin: 0 auto;
    padding: 1.8rem 0;
    height: 80px;
}
:is(footer, #campaign) a.btn:hover,
:is(footer, #campaign) a.sub_btn:hover{
    box-shadow: none;
    border-top: none;
    filter: brightness(1.2);
}
footer .footer_link{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .footer_link a{
    display: block;
    font-size: .75rem;
    line-height: 1;
    color: #fff;
}
footer .footer_link a:hover{
    color: var(--brand-color);
}
footer .footer_link li{
    text-align: center;
    border-left: 1px solid #fff;
    width: 100%;
}
footer .footer_link li:first-child{
    flex-basis: 16%;
}
footer .footer_link li:nth-child(2){
    flex-basis: 16%;
}
footer .footer_link li:nth-child(3){
    flex-basis: 34%;
}
footer .footer_link li:last-child {
    flex-basis: 34%;
    border-right: 1px solid #fff;
}
@media screen and (max-width: 768px) {
    .footer_info_flex{
        flex-wrap: wrap;
    }
    .footer_info_flex > div{
        width: 100%;
    }
    :is(footer, #campaign) a.btn,
    :is(footer, #campaign) a.sub_btn{
        height: inherit;
    }
    footer .footer_link{
        flex-wrap: wrap;
    }
    footer .footer_link li{
        flex-basis: 100%!important;
        border: none;
    }
    footer .footer_link li:last-child{
        border: none;
    }
    footer .footer_link a{
        line-height: 1.5;
        padding: .5rem 0;
    }
}
/*******************************************
*** Contents Style
********************************************/
.padding-top{
    padding-top: 3.75rem;
}
.padding-bottom{
    padding-bottom: 3.75rem;
}
a.btn{
    position: relative;
    display: block;
    width: 100%;
    max-width: 25rem;
    margin: 0 auto 6px;
    padding: 1.25rem 2rem;
    color: #fff;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700;
    letter-spacing: 0.25rem;
    background: transparent linear-gradient(180deg, #F40616 0%, #95000A 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 0px #650009;
}
a.btn:after{
    position: absolute;
    right: 18%;
    top: 50%;
    transform: translateY(-50%);
    font: var(--fa-font-solid);
    font-size: .75rem;
    content: "\f054";
}
a.btn:hover{
    box-shadow: none;
    border-top: 6px solid transparent;
    margin: 0 auto;
}
a.btn:hover:after{
    right: 15%;
}
a.sub_btn{
    position: relative;
    display: block;
    width: 100%;
    max-width: 25rem;
    margin: 0 auto 6px;
    padding: 1.25rem 2rem;
    color: #fff;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.25rem;
    background: transparent linear-gradient(180deg, #4E4E4E 0%, #1A1A1A 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 0px #650009;
}
a.sub_btn:after{
    position: absolute;
    right: 18%;
    top: 50%;
    transform: translateY(-50%);
    font: var(--fa-font-solid);
    font-size: .75rem;
    content: "\f054";
}
a.sub_btn:hover{
    box-shadow: none;
    border-top: 6px solid transparent;
    margin: 0 auto;
}
a.sub_btn:hover:after{
    right: 15%;
}
.section_title{
    position: relative;
    font-family: "Bebas Neue", sans-serif;
    font-size: 3.75rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: .375rem;
    margin-bottom: 3.75rem;
}
.section_title:after{
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    content: '';
    background: transparent linear-gradient(90deg, #E50C1A 0%, #630208 100%) 0% 0% no-repeat padding-box;
    width: 2.5rem;
    height: .25rem;
}
.section_title span{
    font-family: "Noto Sans JP", sans-serif;
    font-size: .75rem;
    font-weight: 400;
    letter-spacing: 0;
    color: #000;
    position: relative;
    display: block;
    z-index: 1;
}
.lead_title{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0;
    color: var(--brand-color);
    position: relative;
    display: block;
    z-index: 1;
}
.lead_title + p{
    margin-top: 1.5rem;
    font-size: .9375rem;
    line-height: 1.8;
}
.flex_wrap .text{
    max-width: 420px;
}
#service{
    padding: 4.25rem 0 0;
}
#service .section_title{
    color: #000;
}
#problem {
    position: relative;
    background: var(--bg-color);
    padding: 6.25rem 0;
}
#problem:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -1.875rem;
    border: 1.875rem solid transparent;
    border-top: 1.375rem solid var(--bg-color);
}
.problem_title{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: .25rem;
    line-height: 1;
    margin-bottom: 3.5rem;
    color: #fff;
    text-align: center;
}
#solution{
    background: #1D1D1D;
    padding: 6.25rem 0;
}
.solution_title{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: .3rem;
    line-height: 1.2;
    margin-bottom: 3.5rem;
    color: #fff;
    text-align: center;
}
#solution .flex_wrap{
    padding: 6.25rem 0;
}
#solution .flex_wrap .text{
    position: relative;
}
#solution .flex_wrap .text > *{
    position: relative;
    z-index: 2;
}
#solution .flex_wrap .text:after{
    position: absolute;
    top: -4.5rem;
    right: -2.25rem;
    z-index: 1;
}
#solution .flex_wrap:nth-of-type(1) .text:after{
    content: url(../img/Answer_text_01.png);
}
#solution .flex_wrap:nth-of-type(2) .text:after{
    content: url(../img/Answer_text_02.png);
}
#solution .flex_wrap:nth-of-type(4) .text:after{
    content: url(../img/Answer_text_03.png);
}
#solution p{
    margin-top: 1rem;
    color: #fff;
    font-size: .9375rem;
    line-height: 1.8;
}
#solution h4{
    position: relative;
    color: #fff;
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 1rem;
}
#solution h4:before{
    display: inline-block;
    content: '';
    background: transparent linear-gradient(180deg, #E50C1A 0%, #630208 100%) 0% 0% no-repeat padding-box;
    width: .25rem;
    height: 1.125rem;
    margin-right: 1rem;
}
.underline{
    border-bottom: 1px solid #3B3B3B;
}
.stupid-layout{
    max-width: 365px;
}
.amateur-border{
    position: relative;
}
.amateur-border:after{
    position: absolute;
    display: block;
    top: 0;
    right: -3.5rem;
    content: '';
    width: 1px;
    height: 100%;
    border-right: 1px dashed #3B3B3B;
}
.no-padding-under{
    padding-bottom: 0!important;
}
.no-padding-top{
    padding-top: 0!important;
}
.btn_title {
    text-align: center;
    margin-bottom: 1.5rem;
    letter-spacing: 0.0875rem;
    font-weight: 700;
}
#detail{
    background: #F4F4F4;
    padding: 6.25rem 0;
}
.detail_title{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: .25rem;
    line-height: 1;
    margin-bottom: 3.5rem;
    text-align: center;
}
.detail_wrap{
    background: #fff;
    padding: 3.75rem;
    border-radius: .5rem;
    margin-bottom: 2.5rem;
}
.detail_wrap:last-child{
    margin-bottom: 0;
}
.detail_wrap .inner_box{
    background: #fff;
    padding: 1rem;
    margin: 4px auto;
}
.detail_wrap .inner_box_flex{
    display: flex;
    gap: 1rem;
}
.detail_wrap .inner_box_flex p:first-child{
    padding-right: 1.5rem;
    border-right: 1px solid #E2E2E2;
}
.detail_wrap .inner_box_box{
    background: #FFF4F4;
    margin: 4px auto;
    padding: .875rem;
}
#detail h3,
#faq h3{
    position: relative;
    color: #000;
    font-size: 1.125rem;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 1rem;
    padding-left: 1rem;
}
#detail h3:before,
#faq h3:before{
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    content: '';
    background: transparent linear-gradient(180deg, #E50C1A 0%, #630208 100%) 0% 0% no-repeat padding-box;
    width: .25rem;
    height: 1.25rem;
}
.detail_wrap dl{
    display: flex;
    gap: 4px;
    margin: 4px auto;
    font-size: .875rem;
    line-height: 1.5;
}
#detail dl dt{
    display: inline-block;
    font-weight: 700;
    width: 100%;
    max-width: 13.75rem;
    color: #333;
    font-size: .875rem;
    background: #E5E5E5;
    padding: 1rem;
}
#detail dl dd{
    display: inline-block;
    width: 100%;
    max-width: calc(100% - 13.75rem);
    background: #F4F4F4;
    padding: 1rem;
    font-size: .875rem;
}
#detail .caution_txt{
    font-size: .625rem;
    color: var(--brand-color);
}
#detail .small_txt{
    font-size: .625rem;
}
#step{
    background: #1D1D1D;
    padding: 6.25rem 0;
}
#step .section_title{
    color: #fff;
}
#step .section_title span{
    color: #fff;
}
#faq{
    background: #F4F4F4;
    padding: 6.25rem 0;
}
#faq .faq_wrap{
    margin: 3.5rem auto;
}
#faq .faq_wrap .faq_item{
    margin: 1.5rem auto;
}
#faq .faq_wrap dt,
#faq .faq_wrap dd{
    position: relative;
    background: #fff;
    padding: 1.5rem;
    padding-left: 4.5rem;
}
#faq .faq_wrap dt{
    font-weight: 700;
    cursor: pointer;
}
#faq .faq_wrap dd{
    font-size: .9375rem;
    line-height: 1.5;
    padding-right: 4.5rem;
}
#faq .faq_wrap dt:before{
    position: absolute;
    left: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 700;
    content: 'Q';
    font-size: 1.25rem;
}
#faq .faq_wrap dd:before{
    position: absolute;
    left: 1.5rem;
    top: 1.25rem;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: 700;
    content: 'A';
    font-size: 1.25rem;
    margin-right: 2rem;
}
#faq .faq_wrap dt:after{
    position: absolute;
    right: 1.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: '\f067';
    font-size: 1rem;
    transition: transform .3s;
}
#faq .faq_wrap dt.is-open:after{
    transform: translateY(-50%) rotate(45deg);
}
#faq .faq_wrap dd{
    display: none;
}
#faq .faq_wrap dd.is-open{
    display: block;
}
@media screen and (max-width: 768px) {
    .flex_wrap .text{
        max-width: 100%;
    }
    #solution .flex_wrap .text:after{
        top: -3rem;
        right: -1rem;
    }
    .problem_title{
        font-size: 2rem;
    }
    .stupid-layout{
        max-width: 100%;
    }
    .amateur-border:after{
        content: none;
    }
    .detail_wrap{
        padding: 1.5rem;
    }
    #detail dl{
        flex-wrap: wrap;
    }
    #detail dl dt,
    #detail dl dd{
        max-width: 100%;
    }
}
#campaign {
    background-image: linear-gradient( 0deg, rgb(0,0,0) 0%, rgb(75,75,75) 100%);
    padding: 3.25rem 0;
}
#campaign h2{
    margin: 0;
    line-height: 0;
}
#campaign .present_caution{
    display: block;
    color: #fff;
    text-align: center;
    font-size: .875rem;
}