/*---------------------------------
  cmn
---------------------------------*/
h3 {
    position: relative;
    font-size: 2.4rem;
    font-weight: bold;
    display: block;
    margin: 0 0 40px;
    z-index: 1;
}

h3 span {
    color: rgb(210, 156, 40);
}

h3::before {
    content: "";
    position: absolute;
    display: block;
    font-size: 9rem;
    color: #fff;
    opacity: .3;
    top: -70px;
    left: -20px;
    z-index: 0;
}

h4 {
    position: relative;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.5;
    margin: 0 0 40px;
}

@media screen and (max-width: 768px) {
    h3 {
        font-size: 2.6rem;
        margin: 0 0 30px;
        line-height: 1.5;
    }

    h3::before {
        font-size: 4.8rem;
        opacity: .4;
        top: -40px;
        left: 0px;

    }

    h4 {
        font-size: 2rem;
        margin: 0 0 30px;
    }
}

/*---------------------------------
  first-bg
---------------------------------*/
.first-bg {
    display: block;
    width: 100%;
    height: 800px;
    background: url(../img/mv-bg-pc.jpg) center center / cover;
}

@media screen and (max-width: 768px){
    .first-bg {
    height: 550px;
    background: url(../img/mv-bg-sp.png) center center / cover;
    margin:  0 0 30px;
}
}

/*---------------------------------
  mv-area
---------------------------------*/
.mv-area {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
}

.mv-area .news-area {
    position: absolute;
    width: 1100px;
    bottom:  -50px;
    left: calc((100% - 1100px) / 2);
    padding: 20px 0;
    background-color: #fff;
    text-align: center;
    z-index: 2;
}

.mv-area .news-area h2 {
    width: 100%;
    padding: 0;
    margin: 0 0 10px;
    font-size: 2rem;
    font-weight: bold;
}

.mv-area .news-area .txt-flex {
    display: flex;
    justify-content: center;
    gap: 20px;
}


@media screen and (max-width: 768px){
    .mv-area {
        background-color: var(--main-color01);
        padding: 0 0 30px;
    }

    .mv-area .news-area {
        position: relative;
        display: block;
        width: 100%;
        bottom:  unset;
        left: unset;
        padding: 20px 0;
        background-color: #fff;
        text-align: center;
    }

    .mv-area .news-area h2 {
        font-size: 1.6rem;
    }

    .mv-area .news-area .txt-flex {
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    
    .mv-area .news-area .txt-flex .day {
        width: 66px;
        font-size: 1.3rem;
    }
    
    .mv-area .news-area .txt-flex .txt {
        font-size: 1.3rem;
    }

    
}

/*---------------------------------
  strengths-area
---------------------------------*/
.strengths-area {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #000;
    padding: 220px 0 180px;
    color: #fff;
}

.strengths-area::before {
    content: "";
    display: block;
    width: 409px;
    height: 92px;
    background: url(../img/strengths-bg.png) 0 0 / 409px 92px;
    opacity: 1;
    position: absolute;
    bottom:  -92px;
    right: 0;
    z-index: 1;
}

.strengths-area h1 {
    font-size: 2.8rem;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 1.4;
    position: relative;
    z-index: 1;
}

.strengths-area p {
    position: relative;
    z-index: 1;
}

.strengths-area h1 span {
    color: rgb(210, 156, 40);
}

.strengths-area .img-box {
    width: calc((50% - 50px));
    height: 300px;
    top: 50%;
    transform: translateY(-40%);
    left: calc((50% + 50px));
}

.strengths-area .img-box img {
    object-fit: cover;
    height: 300px;
    z-index: 1;
}

.strengths-area .img-box.img02  {
    width: 340px;
    height: auto;
    top: 50%;
    transform: translateY(-70%);
    left: calc((100% - 1200px) / 2 + 60px);
    opacity: .4;
    z-index: 0;
}

.strengths-area .img-box .img02 img {
    object-fit: unset;
    height: auto;
}


@media screen and (max-width: 768px){
    .strengths-area {
        padding: 0 0 40px;
    }

    .strengths-area::before {
        width: 180px;
        height: 40px;
        background: url(../img/strengths-bg.png) 0 0 / 180px 40px;
        bottom:  -40px;
    }

    .strengths-area h1 {
        font-size: 2.8rem;
        padding: 30px 0 0;
    }


    .strengths-area .img-box.img02  {
        width: 50%;
        max-width: 220px;
        height: auto;
        top: 310px;
        left: 50%;
        transform: translateX(-50%);
    }


    .strengths-area .sp-img  {
        width: 100%;
        height: 340px;
        object-fit: cover;
    }

}

/*---------------------------------
  reason-area
---------------------------------*/
.reason-area {
    position: relative;
    display: block;
    width: 100%;
    background-color: #e0e1ec;
    padding: 200px 0;
    z-index: 0;
}

.reason-area h3::before {
    content: "ABOUT";
}

.reason-area h4 {
    margin: 0 0 200px;
}

.reason-area .img-box {
    width: calc((50% - 20px));
    height: 360px;
    top: 92px;
    left: calc((50% + 20px));
}

.reason-area .img-box img {
    object-fit: cover;
    height: 360px;
    z-index: 1;
}

.reason-area .list {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.reason-area .list li {
    width: calc((100% - 120px) / 3);
    position: relative;
}

.reason-area .list li::before {
    content: "01";
    position: absolute;
    font-size: 3rem;
    font-weight: bold;
    color: rgb(210, 156, 40);
    top: -20px;
    right: -20px;
    letter-spacing: .05em;
}

.reason-area .list li:nth-child(2):before {
    content: "02";
}

.reason-area .list li:nth-child(3):before {
    content: "03";
}

.reason-area .list li img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    margin: 0 0 10px;
}

.reason-area .list li h5 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.8;
    margin: 0 0 20px;
}

.reason-area .list li p {
    line-height: 1.6;
}

@media screen and (max-width: 768px){
    .reason-area {
        padding: 40px 0 ;
        z-index: 0;
    }


    .reason-area h3::before {
        color: #A2A2A2;
    }

    .reason-area h4 {
        margin: 0 0 40px;
    }

    .reason-area .img-box {
        display: block !important;
        position: relative;
        width: auto;
        height: auto;
        top: 0px;
        left: unset;
        right: 0;
        margin: 0 0 0 auto;
    }
        
    .reason-area .sp-bg {
        position: relative;
        background-color: #fff;
        padding: 40px 0 ;
        top: -10px;
        margin: 0 0 -10px;
    }

    .reason-area .list {
        display: block;
    }

    .reason-area .list li {
        width: 100%;
        margin: 0 0 40px;
    }

    .reason-area .list li::before {
        font-size: 3rem;
        right: -15px;
        top: -15px;
    }

    .reason-area .list li img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        margin: 0 0 10px;
    }

    .reason-area .list li h5 {
        font-size: 2rem;
        margin: 0 0 10px;
    }

    .reason-area .list li p {
        line-height: 1.6;
    }
    
}

/*---------------------------------
  service-area
---------------------------------*/
.service-area {
    position: relative;
    display: block;
    width: 100%;
    background-color: #000;
    padding:  80px 0;
    color: #fff;
}

.service-area h3 {
    color: rgb(210, 156, 40);
}

.service-area h3::before {
    content: "SERVICE";
    opacity: .2;
    font-size: 8rem;
    top: -60px;
}

.service-area .purchase {
    padding: 20px;
    background-color: #353535;
    display: flex;
    gap: 40px;
    width: 1150px;
    margin: 40px auto 0;
}

.service-area .purchase img {
    width: 400px;
    height: 400px;
    object-fit: cover;
}

.service-area .purchase .txt-box {
    width: 710px;
}

.service-area .purchase .txt-box .en {
    font-size: 2rem;
    font-weight: bold;
    color: rgb(210, 156, 40);
}


.service-area .purchase .txt-box .ja {
    font-size: 2.8rem;
    font-weight: bold;
    color: rgb(210, 156, 40);
    margin: 0 0 30px;
}


.service-area .purchase .txt-box h6 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.6;
    margin: 0 0 30px;
}

@media screen and (max-width: 768px){
    .service-area {
        padding:  80px 0 50px;
    }

    .service-area h3::before {
        content: "SERVICE";
        opacity: .2;
        font-size: 6rem;
        top: -55px;
    }

    .service-area .purchase {
        padding: 15px;
        display: block;
        width: 100%;
        margin: 30px auto 0;
    }

    .service-area .purchase img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .service-area .purchase .txt-box {
        width: 100%;
    }

    .service-area .purchase .txt-box .en {
        font-size: 1.5rem;
    }


    .service-area .purchase .txt-box .ja {
        font-size: 2.4rem;
        font-weight: bold;
        margin: 0 0 20px;
    }


    .service-area .purchase .txt-box h6 {
        font-size: 2rem;
        margin: 0 0 30px;
    }

    
}


/*---------------------------------
  case-area
---------------------------------*/
.case-area {
    position: relative;
    /* display: block; */
    width: 100%;
    padding: 120px 0 80px;       
    background-color: #e0e1ec;     
    display: none;
}

.case-area h3 {
    position: relative;
    color: rgb(210, 156, 40);   
    z-index: 1;
}

.case-area h3::before {
    content: "CASE";
    color: #000;
    opacity: .2;
    z-index: 0;
}

.case-area h4 {
    position: absolute;
    top: 70px;
    left: calc((50% - 280px));
}

.case-area ul {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.case-area ul li {
    width: (100% - 90px) / 4;
}

.case-area ul li img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.case-area ul li .txt-box {
    padding:  15px;
    background-color: #fff;
}

.case-area ul li .txt-box h5 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 1.6;
}

.case-area ul li .txt-box p {
    line-height: 1.6;
    margin: 0 0 15px;
}

.case-area ul li .txt-box .price {
    font-size: 2rem;
    font-weight: bold;
    text-align: right;
    margin: 0;
}


@media screen and (max-width: 768px){
    .case-area {
        padding: 60px 0;   
        display: none;
    }

    .case-area h3 {
        position: relative;
        color: rgb(210, 156, 40);   
        z-index: 1;
    }


    .case-area h4 {
        position: relative;
        top: unset;
        left: unset;
    }

    .case-area .scroll-box {
        overflow-x: auto;
        padding: 0 0 15px;
    }

    .case-area ul {
        width: 1200px;
        display: flex;
        justify-content: space-between;
        gap: 30px;
    }

    .case-area ul li {
        width: (100% - 90px) / 4;
    }

    .case-area ul li img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    .case-area ul li .txt-box {
        padding:  15px;
        background-color: #fff;
    }

    .case-area ul li .txt-box h5 {
        font-size: 2rem;
        font-weight: bold;
        margin: 0 0 20px;
        line-height: 1.6;
    }

    .case-area ul li .txt-box p {
        line-height: 1.6;
        margin: 0 0 15px;
    }

    .case-area ul li .txt-box .price {
        font-size: 2rem;
        font-weight: bold;
        text-align: right;
        margin: 0;
    }

}



/*---------------------------------
  flow-area
---------------------------------*/
.flow-area {
    position: relative;
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 140px 0;
    z-index: 0;
}

.flow-area::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 986px;
    background: url(../img/flow-bg.png) 0 0 / 100% 1000px;
    top: 0;
    right: 0;
    z-index: -10;
}

.flow-area h3 {
    position: relative;
    color: rgb(210, 156, 40);   
    z-index: 1;
}

.flow-area h3::before {
    content: "FLOW";
    color: #000;
    opacity: .2;
    z-index: 0;
}

.flow-area h4 {
    margin: 0 0 100px;
    font-size: 2.8rem;
}

.flow-area .img-box {
    width: 500px;
    top: 50px;
    left: calc(50% + 50px);
}

.flow-area ul  {
    padding: 0 50px;
}

.flow-area ul li {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin: 0 0 30px;
}

.flow-area ul .circle {
    width: 120px;
    height: 120px;
    background-color: #000;
    color: rgb(210, 156, 40);
    font-size: 2.6rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

.flow-area ul .txt-box {
    width: 980px;
}

.flow-area ul .txt-box h5 {
    font-size: 3rem;
    font-weight: bold;
    margin: 0 0 10px;
}

.flow-area ul .txt-box p {
    font-size: 1.7rem;
}


@media screen and (max-width: 768px){
    .flow-area {
        padding: 40px 0;
    }

    .flow-area::before {
        width: 100%;
        height: 773px;
        background: url(../img/flow-bg-sp.png) 0 0 / 100% 773px;
    }

    .flow-area h3 {
        position: relative;
        color: rgb(210, 156, 40);   
        z-index: 1;
        padding: 0 20px;
    }

    .flow-area h3::before {
        content: "FLOW";
        color: #000;
        opacity: .2;
        z-index: 0;
        left: 20px;
    }

    .flow-area h4 {
        padding: 0 20px;
        margin: 0 0 20px;
        font-size: 2.4rem;
    }

    .flow-area .img-box {
        position: relative;
        width: 100%;
        height: 280px;
        top: unset;
        left: unset;
        margin: 0 0 30px;
    }

    .flow-area .img-box img {
        width: 100%;
        height: 280px;
        object-fit: cover;
    }

    .flow-area ul  {
        padding: 0 20px;
    }

    .flow-area ul li {
        display: block;
        gap: 15px;
        margin: 0 0 30px;
    }

    .flow-area ul .circle {
        width: 100px;
        height: auto;
        padding: 5px 10px;
        font-size: 1.6rem;
        margin: 0 0 10px;
    }

    .flow-area ul .txt-box {
        width: 100%;
    }

    .flow-area ul .txt-box h5 {
        font-size: 2.5rem;
        margin: 0 0 10px;
    }

    .flow-area ul .txt-box p {
        line-height: 1.6;
    }

}


/*---------------------------------
  company-area
---------------------------------*/
.company-area {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 80px 0 100px;            
}

.company-area h3 {
    position: relative;
    color: rgb(210, 156, 40);   
    z-index: 1;
}

.company-area h3::before {
    content: "COMPANY";
    color: #000;
    opacity: .2;
    z-index: 0;
}


.company-area .table-list {
    /* border-top: solid 2px #353535; */
}

.company-area .table-list li {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: solid 2px #353535;
}

.company-area .table-list li .label{
    width: 200px;
    padding: 0 15px;
    font-weight: bold;
    color: rgb(210, 156, 40);
}

.company-area .table-list li .content {
    width: calc(100% - 200px);
    padding: 0 15px;
    font-weight: bold;
}


@media screen and (max-width: 768px){
    .company-area {
        padding: 50px 0 80px;            
    }
    
    .company-area h3 {
        margin: 0;
    }

    
    .company-area .table-list li {
        display: block;
        padding: 15px 0;
        border-bottom: solid 1px #353535;
    }
    
    .company-area .table-list li .label{
        width: 100%;
        font-weight: bold;
        padding: 0 10px;
    }
    
    .company-area .table-list li .content {
        width: 100%;
        padding: 0 10px;
        font-size: 1.4rem;
        line-height: 1.8;
    }
 
}


