*{
    max-width: 100%;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;

    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    /* outline: 2px solid blue; */
}
html{
    scroll-behavior: smooth;
}
main{
    background: #000;
}
a{
    text-decoration: none;
}
img{
    display: block;
}

.header-sp-nav,.header-sp-menu{
    display: none;
}
.header{
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
}
.main-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px 0 40px;
}
.header-logo{
    width: 137px;
}
.header-logo img{
    width: 100%;
}
.header-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 440px;
}
.header-item{}
.header-item-inner{
    font-size: 15px;
    color: #fff;
}
.header-item-inner:hover{
    border-bottom: 1px solid #fff;
}
.back-btn{
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 11px;
    color: #fff;
    background: #000;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 8;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.back-btn.is-active{
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
}
.fv-section{
    position: relative;
    height: calc(100vh + 200px);
    z-index: 0;
}
.fv-cover{
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    background: #000;
}
.fv-wrapper{
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
}
.fv-logo{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 564px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.fv-logo.is-active{
    opacity: 1;
    transition: all 3s;
    /* transition-delay: 1s; */
}
.fv-logo img{
    width: 564px;
    height: 652px;
}
.fv-title{
    font-size: 30px;
    color: #fff;
    font-weight: 500;
    padding-left: 40px;
    letter-spacing: 0.06em;
    opacity: 0;
}
.fv-title.is-active{
    opacity: 1;
    transition: all 3s;
}
.scroll-arrow.is-active{
    opacity: 1;
    transition: all 2s;
    transition-delay: 1.5s;
}
.scroll-arrow{
    position: absolute;
    bottom: 40px;
    right: 40px;
    height: 120px;
    animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
    opacity: 0;
}
  @keyframes floating-y {
    0% {
      transform: translateY(0%);
    }
    100% {
      transform: translateY(10%);
    }
  }
.about-section{
    background: #000;
    z-index: 1;
    position: relative;
    padding: 360px 0 140px 0;
    box-shadow: 50px 0px 50px 50px #000;
}
.about-first-content{
    padding: 81px 0 81px 120px;
    background: rgba(43, 43, 43, 0.4);
    width: 1120px;
    z-index: 1;
    position: absolute;
    top: -180px;
    left: 0;
}
.about-title-area{
    padding-bottom: 30px;
    position: relative;
}
.about-title-area::before{
    /* content: ""; */
    position: absolute;
    width: 100%;
    bottom: 0;
    left: -80px;
    border: 1px solid #fff;
}
.about-title{
    font-size: 38px;
    letter-spacing: 0.06em;
    font-weight: 500;
}
.about-sub-title{
    font-size: 14px;
    letter-spacing: 0.06em;
    color: rgba(255,255,255,0.4);
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.about-text{
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 2.3;
    font-weight: bold;
    padding-top: 30px;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.about-second-content{
    padding: 70px 190px 70px 80px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1120px;
    margin: 0 0 0 auto;
}
/* aboutコンテンツのフェードイン */
.fadein-content{
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
}
.about-first-content.fade-in{
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition: all 1s;
    /* transition-delay:  2s; */
}
.about-second-content.fade-in{
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition: all 1s;
    /* transition-delay:  2s; */
}
.about-second-img{
    width: 536px;
}
.about-col{
    margin-bottom: 24px;
    height: 75px;
    display: flex;
}
.about-col-text-area{
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.about-col-number{
    font-size: 12px;
    color: #000;
    letter-spacing: 0.06em;
    margin-right:10px;
    position: relative;
}
.about-col-number::after{
    content: "";
    position: absolute;
    border-bottom: 1px solid #000;
    top: 15px;
    right: -15px;
    width: 20px;
    height: 1px;
    transform: rotate(-45deg);
}
.about-col-title{
    font-size: 28px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.06em;
}
.about-col-text{
    font-size: 15px;
    letter-spacing: 0.06em;
    color: rgba(0,0,0,0.5);
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.about-btn{
    display: block;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    padding: 24px 74px;
    width: 200px;
    margin: 60px auto 0px auto;
    border: 1px solid #fff;
}
.business-section{
    background: #000;
    position: relative;
    padding: 0 0 140px 0;
}
.business-title-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 540px;
    background: #0f0f0f;
    z-index: 1;
}
.business-title-area{
    padding: 80px 0 60px 0;
    position: relative;
    z-index: 3;
}
.business-title{
    font-size: 38px;
    letter-spacing: 0.06em;
    text-align: center;
    font-weight: 500;
}
.business-sub-title{
    font-size: 14px;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.06em;
    text-align: center;
    opacity: 0.7;
}
.business-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1360px;
    margin: 0 auto 80px auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.business-content{
    width: 660px;
    position: relative;
    overflow: hidden;
}
/* businessコンテント　フェードイン */
.fade-left{
    opacity: 0;
    transform: translateX(-100%);
}
.fade-left.fade-in{
    opacity: 1;
    transform: translateX(0);
    transition: all 1s;
}
.fade-right{
    opacity: 0;
    transform: translateX(100%);
    transition: all 1s;
}
.fade-right.fade-in{
    opacity: 1;
    transform: translateX(0);
    transition: all 1s;
}
.business-content-img{
    width: 660px;
    height: 380px;
}
.business-content::after{

}
.business-content-btn{
    /* content: "+"; */
    font-size: 30px;
    font-weight: 500;
    position: absolute;
    /* bottom: 80px; */
    top: 340px;
    right: 20px;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #000;
    border: 1px solid #fff;
    z-index: 10;
}
.business-content-btm{}
.business-content-title{
    font-size: 18px;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 30px 0 20px 0;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}
.business-content-text{
    font-size: 15px;
    letter-spacing: 0.06em;
    line-height: 2;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    opacity: 0.7;
}
.brand-title{
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}
.brand-container{
    width: 1200px;
    margin: 40px auto 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.brand-content{
    width: 208px;
    height: 208px;
    margin: 0 0 40px 0;
}
iframe{
    display: block;
}
.footer{
    padding: 140px 0;
    background: #000;
}
.footer-logo{
    width: 173px;
    display: block;
    margin: 0 auto;
}
.footer-logo img{
    width: 100%;
}
.footer-list{
    width: 440px;
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-cp{
    font-size: 12px;
    color: #fff;
    opacity: 0.7;
    text-align: center;
}
.footer-item-inner{
    font-size: 15px;
    color: #fff;
    letter-spacing: 0.06em;
}
.footer-item-inner:hover{
    border-bottom: 1px solid #fff;
}

.child-page-section{
    background: #000;
}
.child-page-title-area{
    padding: 210px 0;
}
.child-page-title{
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 60px;
    letter-spacing: 0.06em;
    margin-bottom: 20px;
}
.child-page-sub-title{
    text-align: center;
    color: #fff;
    opacity: 0.6;
    font-size: 18px;
    letter-spacing: 0.06em;
    max-width: 100%;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.company-message-wrapper{
    background: #0f0f0f;
    padding: 80px 0;
    margin-bottom: 140px;
}
.child-cmn-title{
    font-size: 28px;
    margin-bottom: 80px;
    letter-spacing: 0.06em;
    color: #fff;
    font-weight: 500;
    text-align: center;
}
.message-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin:0 auto;
}
.message-content-img{
    width: 580px;
    /* height: 548px; */
    background: #fff;
}
.message-content-img img{
    width: 100%;
    object-fit: cover;
}
.message-content-right{
    width: 580px;
}
.message-content-text{
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.06em;
    color: #fff;
    max-width: 100%;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.message-content-sub-title{
    font-size: 15px;
    letter-spacing: 0.06em;
    color: #fff;
    opacity: 0.6;
    margin: 40px 0 16px 0;
    max-width: 100%;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.message-content-title{
    font-size: 24px;
    letter-spacing: 0.06em;
    color: #fff;
    font-weight: 500;
    max-width: 100%;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.company-table-wrapper{
    padding: 0 0 140px 0;
}
.company-table{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.company-tr{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.company-th{
    font-size: 15px;
    color: #fff;
    font-weight: 500 !important;
    padding: 33px;
    letter-spacing: 0.06em;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.company-td{
    font-size: 15px;
    color: #fff;
    padding: 33px;
    letter-spacing: 0.06em;
    opacity: 0.6;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.company-table-second th{
    border: 1px solid #fff;
    background: #0f0f0f;
}
.company-table-second td{
    border: 1px solid #fff;
}
.business-page-wrapper{
/*    border-top: 1px solid #b5b5b5;*/
background-color: #0f0f0f;
}
.business-page-wrapper-title{
    font-size: 18px;
    color: #fff;
    line-height: 2;
    letter-spacing: 0.06em;
    padding: 80px 0;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.business-page-container{
    padding-bottom: 140px;
}
.business-page-content{
    display: flex;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto 140px auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
}
.business-page-content:nth-of-type(5){
    margin-bottom: 0;
}
.business-page-content.is-active{
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition: all 1s;
}
.business-page-content-title{
    font-size: 24px;
    color: #fff;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.06em;
}
.business-page-content-img img{
    width: 100%;
    object-fit: cover;
}
.business-page-content-img{
    width: 580px;
    object-fit: cover;
    /* height: 328px; */
    margin-right: 50px;
}
.business-page-content-title span{
    font-size: 15px;
    color: #ffff;
    opacity: 0.6;
    margin-left: 16px;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.06em;
}
.business-page-content-text{
    font-size: 15px;
    color: #fff;
    margin: 30px 0;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.06em;
}
.business-page-content-btn{
    font-size: 16px;
    width: 200px;
    height: 60px;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #fff;
    letter-spacing: 0.06em;
    transition: all 0.5s;
}
.business-page-content-btn:hover{
    background: #fff;
    color: #000;
    transition: all 0.5s;
}
.business-btm-container{
    padding: 0 0 100px 0;
}
.business-page-table{
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 120px;
}
.business-page-tr{
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
}
.business-page-th{
    width: 400px;
    font-size: 24px;
    color: #fff;
    padding: 50px 30px;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.06em;
}
.business-page-td{
    font-size: 15px;
    color: #fff;
    padding: 50px 0px 50px 30px;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.06em;
    word-break : break-all;
    line-height: 2;
}

.business-recruit-container{
    margin: 100px 0 200px 0;

}
.business-recruit-content{
    display: flex;
    width: 1200px;
    margin: 0 auto 100px auto;
    align-items: center;
    justify-content: center;
    gap: 0 50px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
}
.business-recruit-content.is-active{
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition: all 1s;
}
.business-recruit-content:nth-of-type(1){
    margin-top: 0;
}
.rec-flow-img{
    width: 300px;
    height: 200px;
    border-radius: 10px;
    overflow: hidden;
}
.rec-flow-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rec-flow-content-right{
    padding: 20px;
    color: #fff;
    width: 800px;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.rec-flow-content-right span{
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    display: block;
    margin-bottom: 20px;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.recruit-container{
    padding: 100px 0 50px 0;
/*    border-top: 1px solid #b5b5b5;*/
background-color: #0f0f0f;
}
.recruit-content{
    max-width: 1100px;
    width: 100%;
    margin: 100px auto;
}
.recruit-content:nth-of-type(1){
    margin-top: 0;
}
.recruit-content-title{
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.recruit-table-first tr{
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}
.recruit-table-first th{
    padding: 20px 30px;
    background: rgba(255,255,255,0.2);
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.recruit-table-first td{
    padding: 20px 30px;
    border-right: 1px solid #999;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.recruit-table-second tr{
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}
.recruit-table-second td{
    padding: 20px 30px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.rec-second-tr:nth-of-type(1){
    background: rgba(255,255,255,0.2);
}
.recruit-table-sp{
    display: none;
}
.recruit-table-sp tr{
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.recruit-table-sp th{
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.recruit-table-sp td{
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.contact-container{
/*    border-top: 1px solid #b5b5b5;*/
    padding: 100px 0 200px 0;
    background-color: #0f0f0f;
}
.contact-content{
    background: #fff;
    width: 1200px;
    margin: 0 auto;
    padding: 80px 40px;
}
.contact-form{
    margin-top: 80px;
}
.form-flow{
    width: 400px;
    height: 100px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.form-flow:after{
    content: "";
    width: 92%;
    height: 4px;
    background:#d5d5d5;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.flow-inner{}
.flow-dots{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #d5d5d5;
    margin: 0 auto 10px auto;
    position: relative;
    z-index: 1;
}
.flow-text{
    color: #d5d5d5;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.dots-cur{
    background: #333;
}
.text-cur{
    color: #333;
}
.form-confirm-line{
    content: "";
    width: 180px;
    height: 4px;
    position: absolute;
    top: 30px;
    left: 15px;
    background: #333;
    z-index: 3;
}
.form-complete-line{
    content: "";
    width: 92%;
    height: 4px;
    position: absolute;
    top: 30px;
    left: 15px;
    background: #333;
    z-index: 3;
}
.form-require{
    text-align: center;
    color: #333;
    font-size: 14px;
}
.form-require span{
    font-size: 20px;
    color: red;
    margin: 0px 10px 0 0px;
}
.contact-content label{
    display: flex;
    /* gap: 0 30px; */
    width: 900px;
    justify-content: space-between;
    align-items: center;
    margin: 50px auto;
}
.form-text{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    width: 20%;
    text-align: center;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.form-text span{
    font-size: 20px;
    color: red;
    margin: 10px 0 0 10px;
}
.contact-content input,.contact-content textarea{
    border: 1px solid #949494;
    width: 60%;
    padding: 20px;
    color: #333;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background: #f4f4f4;
}
.contact-content textarea{
    min-height: 300px;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.privacy-text{
    width: 900px;
    height: 300px;
    overflow-y: scroll;
    padding: 20px;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #333;
    display: block;
    margin: 100px auto 100px auto;
    border: 1px solid #333;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.form-end-text{
    font-size: 20px;
    color: #333;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin-top: 100px;
}
.contact-content input[type="submit"]{
    color: #333;
    width: 300px;
    display: block;
    text-align: center;
    margin: 30px auto 0 auto;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    transition: all 0.5s;
    cursor: pointer;
}
.contact-content input[type="submit"]:hover{
    background: #333;
    color: #fff;
    transition: all 0.5s;
}


.tanks-area{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 80px 0 0 0;
}
.thanks-text{
    font-size: 20px;
    color: #000;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding: 0 20px;
    text-align: center;
}
.thanks-btn{
    border-radius: 50px;
    border: 1px solid #000;
    color: #000;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    padding: 20px 0;
    margin: 50px auto;
}
.thanks-btn:hover{
    color: #fff;
    background: #000;
}
@media screen and (max-width:1300px) {
    .business-container{
        padding: 0 50px;
    }
    .business-content{
        width: 48%;
    }
    .business-content-btn{
        top: 60%;
        right: 0;
    }
    .business-content-img {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width:1200px){
    .message-container{
    }
    .message-content{
        width: 90%;
        align-items: start;
    }
    .message-content-img{
        width: 48%;
        /* height: 400px; */
    }
    .message-content-right{
        width: 48%;
    }
    .message-content-text{
        font-size: 14px;
        letter-spacing: 0;
    }
    .business-page-container{
        padding: 0 40px 80px 40px;
    }
    .business-page-content-img{
        width: 50%;
        height: 300px;
        height: auto;
        margin-right: 30px;
    }
    .business-page-content-right{
        width: 50%;
    }
    .business-page-table{
        margin: 0 40px;
        width: auto;
    }
    .business-page-td{
        padding-left: 0;
    }
    .business-recruit-container{
        margin: 0px 0 150px 0;
    }
    .business-recruit-content{
        width: auto;
        margin: 40px;
    }
    .rec-flow-img{
        width: 40%;
    }
    .rec-flow-content-right{
        width: 60%;
    }

    .recruit-content{
        width: auto;
        padding: 0 30px;
    }
    .contact-content{
        width: auto;
        margin-right: 50px;
        margin-left: 50px;
    }
}
@media screen and (max-width:1150px){
    .about-first-content{
        padding: 40px;
        top: -70px;
    }
    .about-title-area{
        padding: 0;
    }
    .about-second-img{
        width: 50%;
    }
    .about-second-content{
        padding: 70px 80px;
    }
    .brand-content {
        width: 18%;
        height: auto;
        margin: 0 0 10px 0;
    }
}
@media screen and (max-width:1000px){
    .about-first-content{
    }
    .about-section {
        padding: 360px 0 60px 0;
    }
    .business-title-bg{
        height: 1500px;
    }
    .business-container{
        flex-direction: column;
    }
    .business-content{
        width: 90%;
        margin-bottom: 50px;
    }
    .business-content-btn{
        top: 70%;
    }
    .brand-container,.brand-title{
        position: relative;
        z-index: 3;
    }
    .child-page-title-area {
        padding: 140px 0 100px 0;
    }
    .company-table-wrapper{
        overflow: hidden;
    }
    .company-table{
        width: 90%;
        /* margin: 0 30px; */
    }
    .company-tr{
        display: flex;
        flex-direction: column;
        padding: 0 30px;
    }
    .company-th{
        padding: 42px 0 0 0;
        font-size: 26px;
    }
    .company-td{
        padding: 27px 0;
        font-size: 24px;
    }
    .company-table-second tr{
        padding: 0;
        border-top: none;
    }
    .company-table-second tr:first-of-type{
        padding: 0;
        border-top: 1px solid #fff;
    }
    .company-table-second th{
        text-align: center;
        border-top:none;
        padding: 31px 0;
    }
    .company-table-second td{
        border-bottom:none;
        padding-right: 30px;
        padding-left: 30px;
    }
    .form-text{
        width: 200px;
    }
}
@media screen and (max-width:950px){
    .business-page-wrapper-title{
        text-align: left;
        padding: 80px 40px;
    }
    .business-recruit-title{
        text-align: center;
    }
    .business-page-tr{
        display: flex;
        flex-direction: column;
    }
    .business-page-th{
        padding: 30px 0 20px 30px;
    }
    .business-page-td{
        padding: 0 0 30px 30px;
    }
}
@media screen and (max-width:900px){
    .about-first-content{
        height: 550px;
        top: -190px;
    }
    .child-page-title-area{
        padding: 250px 0;
    }
    .company-message-wrapper{
        padding: 140px 0;
    }
    .child-cmn-title{
        margin-bottom: 140px;
    }
    .message-content{
        flex-direction: column;
    }
    .message-content-img{
        width: 100%;
    }
    .message-content-right{
        width: 100%;
        margin-top: 50px;
    }

    .recruit-table-second tr{
        border-top: 1px solid #999;
        border-bottom: 1px solid #999;
    }
    .recruit-table-second td{
        padding: 10px 20px;
        border-left: 1px solid #999;
        border-right: 1px solid #999;
        font-family: "Noto Sans JP", serif;
        font-optical-sizing: auto;
        font-weight: 400;
        font-style: normal;
    }
    .privacy-text{
        width: 90%;
    }
}
@media screen and (max-width:750px){
    .header{
        height: 120px;
    }
    .main-header{
        padding: 0;
    }
    .header-logo{
        width: 208px;
        margin: 36px 0 0 40px;
    }
    .header-nav{
        display: none;
    }
    .header-sp-nav{
        display: block;
        background: rgba(255, 255, 255, 0.4);
        width: 120px;
        height: 120px;
        position: relative;
        z-index: 100;
    }
    .header-sp-line{
        width: 50px;
        height: 2px;
        background: #fff;
        transition: all 1s;
        display: block;
    }
    .header-sp-line:nth-of-type(1){
        position: absolute;
        top: 46px;
        left: 35px;
    }
    .header-sp-line:nth-of-type(2){
        position: absolute;
        top: 56px;
        left: 35px;
    }
    .header-sp-line:nth-of-type(3){
        position: absolute;
        top: 66px;
        left: 35px;
    }
    .header-sp-menu{
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 1s;
    }
    .header-sp-menu{
        background: rgba(0, 0, 0, 0.9);
        z-index: 9;
        width: 100vw;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header-sp-item{
        margin: 50px 0;
    }
    .header-sp-link{
        /* font-size: 36px; */
        font-size: calc(100vw / 30);
        color: #fff;
    }
    .header-sp-line:nth-of-type(1).is-active{
        position: absolute;
        top: 59px;
        left: 35px;
        transform: rotate(-45deg);
    }
    .header-sp-line:nth-of-type(2).is-active{
        opacity: 0;
        visibility: hidden;
        transition: all 1s;
    }
    .header-sp-line:nth-of-type(3).is-active{
        position: absolute;
        top: 59px;
        left: 35px;
        transform: rotate(45deg);
    }
    .header-sp-menu.is-active{
        opacity: 1;
        visibility: visible;
        transition: all 1s;
    }
    .fv-section{
        overflow: hidden;
    }
    .fv-logo{
        width: 50vw;
        height: auto;
        right: -150px;
    }
    .fv-logo img{
        width: 100%;
        height: auto;
    }
    .fv-title{
        /* font-size: 39px; */
        font-size: calc(100vw / 19);
        padding: 0 20px 0 30px;
        line-height: 1.6;
    }
    .fv-title br{
        display: none;
    }
    .about-section{
        box-shadow: 50px 0px 50px 50px #000;
    }
    .business-section{
        position: relative;
        z-index: 3;
    }
    .business-content-btn{
        top: 60%;
    }
    .about-first-content{
        margin: 0 30px;
        padding: 140px 40px;
        height: auto;
        width: auto;
        top: -100px;
    }
    .about-title{
        text-align: center;
        /* font-size: 52px; */
        font-size: calc(100vw / 14);
    }
    .about-sub-title{
        text-align: center;
        /* font-size: 22px; */
        font-size: calc(100vw / 32);
    }
    .sp-break{
        display: none;
    }
    .about-text{
        padding-top: 140px;
        /* font-size: 28px; */
        font-size: calc(100vw / 27);
        letter-spacing: 0;
    }
    .about-second-content{
        flex-direction: column;
        position: relative;
        z-index: 3;
        width: auto;
        margin: 700px 50px 0 50px;
        padding-left: 0;
        padding-right: 0;
    }
    .about-second-img{
        width: 420px;
        width: 70%;
        margin-bottom: 100px;
    }
    .about-right-area{
    }
    .about-col{
        flex-direction: column;
        height: auto;
        align-items: center;
    }
    .about-col-number::after{
        display: none;
    }
    .about-col-number{
        width: 40px;
        border-bottom: 1px solid #000;
        text-align: center;
        font-size: 20px;
    }
    .about-col-text-area{
        align-items: center;
        margin-bottom: 42px;
    }
    .about-col-title{
        /* font-size: 44px; */
        font-size: calc(100vw / 16);
    }
    .about-col-text{
        /* font-size: 24px; */
        font-size: calc(100vw / 30);
    }
    .about-btn{
        /* font-size: 32px; */
        font-size: calc(100vw / 22);
        width: 400px;
        text-align: center;
    }
    .business-title-area{
        padding: 140px 0;
    }
    .business-title{
        /* font-size: 52px; */
        font-size: calc(100vw / 14);
    }
    .business-sub-title{
        /* font-size: 22px; */
        font-size: calc(100vw / 32);
    }
    .business-container{
        padding: 0 30px;
    }
    .business-content{
        width: auto;
        margin-bottom: 80px;
    }
    .business-content-btn{
        width: 100px;
        height: 100px;
        bottom: 135px;
    }
    .business-content-title{
        /* font-size: 28px; */
        font-size: calc(100vw / 27);
    }
    .business-content-text{
        /* font-size: 24px; */
        font-size: calc(100vw / 30);
    }
    .business-title-bg{
        height: 2000px;
    }
    .brand-container{
        flex-wrap: wrap;
        justify-content: center;
        gap: 25px;
    }
    .brand-content{
        width: 270px;
        height: 280px;
        margin: 0;
    }
    .footer-logo{
        width: 226px;
    }
    .footer-list{
        flex-direction: column;
        gap: 40px 0;
        margin: 120px auto;
    }
    .footer-item-inner{
        /* font-size: 28px; */
        font-size: calc(100vw / 28);
    }
    .footer-cp{
        /* font-size: 20px; */
        font-size: calc(100vw / 37);
    }

    .child-page-title{
        font-size: calc(100vw / 10);
    }
    .child-page-sub-title{
        font-size: calc(100vw / 30);
    }
    .child-cmn-title{
        font-size: calc(100vw / 19);
    }
    .message-content{
        width: auto;
        margin: 0 80px;
    }
    .message-content-text{
        font-size: calc(100vw / 30);
    }
    .message-content-sub-title{
        font-size: calc(100vw / 29);
    }
    .message-content-title{
        font-size: calc(100vw / 17);
    }
    .company-th{
        /* font-size: 26px; */
        font-size: calc(100vw / 29);
    }
    .company-td{
        /* font-size: 24px; */
        font-size: calc(100vw / 30);
    }
    .business-page-wrapper-title{
        padding: 80px;
    }
    .business-page-container{
        padding: 0 80px 80px 80px;
    }
    .business-page-content{
        flex-direction: column;
        align-items: start;
        padding: 0px;
        margin-bottom: 80px;
    }
    .business-page-content-img{
        width: 100%;
        margin-right: 0;
    }
    .business-page-content-right{
        width: 100%;
    }
    .business-page-wrapper-title{
        font-size: calc(100vw / 26);
        padding: 140px 80px;
    }
    .business-page-content-title{
        font-size: calc(100vw / 17);
        margin: 41px 0 24px 0;
    }
    .business-page-content-title span{
        font-size: calc(100vw / 30);
        display: block;
        margin-left: 0;
    }
    .business-page-content-text{
        font-size: calc(100vw / 30);
        margin: 40px 0;
        line-height: 2;
    }
    .business-page-content-btn{
        font-size: calc(100vw / 28);
        width: 400px;
        height: 90px;
        margin: 0 auto;
    }
    .business-page-table{
        margin: 0 30px;
    }
    .business-page-th{
        font-size: calc(100vw / 18);
        width: auto;
        padding: 80px 50px 0 50px;
    }
    .business-page-td{
        font-size: calc(100vw /30);
        padding: 80px 50px 80px 50px;
    }

    .business-recruit-content{
        flex-direction: column;
        margin: 0 40px 100px 40px;
    }
    .rec-flow-img{
        width: 100%;
        height: 300px;
    }
    .rec-flow-content-right{
        width: 100%;
        padding-left: 10px;
        font-size: calc(100vw / 30);
    }
    .rec-flow-content-right span{
        font-size: calc(100vw / 22);
    }
    .business-btm-container {
        padding: 0 0 50px 0;
    }


    .recruit-table-first tr {
        display: flex;
        flex-direction: column;
        border: none;
    }
    .recruit-table-first th {
        border: none;
    }
    .recruit-table-first td {
        border: none;
        border-right: 1px solid rgba(255,255,255,0.2);
        border-left: 1px solid rgba(255,255,255,0.2);
        border-bottom: 1px solid rgba(255,255,255,0.2);
        margin-bottom: 50px;
    }
    .recruit-table-second{
        display: none;
    }
    .recruit-table-sp{
        display: table;
        width: 100%;
        padding: 0 20px;
    }
    .rec-sp-name{
        border: none;
        border-bottom: none;
        background: rgba(255,255,255,0.2);
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px 10px;
        margin-top: 50px;
    }
    .rec-sp-name:nth-of-type(1){
        margin-top: 0;
    }
    .rec-sp-content{
        border: 1px solid rgba(255,255,255,0.2);
        display: table;
        width: 100%;
    }
    .rec-sp-content th{
        padding: 20px 10px;
        width: 20%;
    }
    .rec-sp-content td{
        border-left: 1px solid rgba(255,255,255,0.2);
        padding: 20px 10px;
        width: 70%;
    }
    .contact-content label{
        display: flex;
        flex-direction: column;
    }
    .form-text{
        text-align: left;
        width: 100%;
        margin-bottom: 10px;
    }
    .contact-content input,.contact-content textarea{
        width: 100%;
    }
    .privacy-text{
        width: 100%;
    }
    .form-end-text{
        text-align: left;
    }
}
@media screen and (max-width:700px){
    .about-second-content{
    margin-top: 600px;
    }
    .business-content-btn{
        top: 50%;
    }
}
@media screen and (max-width:600px){
    .about-first-content{
        padding-top: 70px;
    }
    .about-text{
        padding-top: 70px;
    }
    .about-second-content{
        margin-top: 350px;
    }
    .about-second-img{
        margin-bottom: calc(20vh - 50px);
    }
    .business-title-area{
        padding-top: calc(25vh - 100px);
        padding-bottom: calc(25vh - 100px);
    }
    .business-page-content-title{
        margin-bottom: 0;
    }
    .business-page-content-text{
        margin-top: 10px;
    }
    .business-page-wrapper-title{
        padding: 80px 30px;
    }
    .business-page-container{
        padding: 0 30px 50px 30px;
    }
    .business-page-content-btn{
        width: 80%;
    }
    .business-page-th{
        padding: 50px 20px 0 20px;
    }
    .business-page-td{
        padding: 50px 20px;
    }
    .rec-flow-img{
        height: 200px;
    }
    .contact-content{
        margin-right: 10px;
        margin-left: 10px;
    }
    .contact-content label{
        margin: 30px 0;
    }
    .form-text{
        font-size: 16px;
    }
    .privacy-text{
        font-size: 14px;
        margin-bottom: 30px;
    }
    .form-end-text{
        font-size: 14px;
        text-align: center;
        margin-top: 0px;
    }
}
@media screen and (max-width:550px){
    .about-first-content{
        padding-right: 20px;
        padding-left: 20px;
    }
    .about-second-content{
        margin-top: 300px;
    }
    .about-col-text-area{
        margin-bottom: 0;
    }
    .about-btn{
        width: 80%;
    }
    .business-title-bg{
        height: 1400px;
    }
    .business-container{
        margin-bottom: 0;
    }
    .business-content-btn{
        width: 75px;
        height: 75px;
    }
    .footer-logo{
        width: 40%;
    }
    .business-page-content-btn{
        height: 60px;
    }
}
@media screen and (max-width:500px){
    .scroll-arrow{
        height: 80px;
    }
    .header-logo{
        width:  150px;
        margin-top: 0;
        margin-left: 30px;
    }
    .header-sp-nav{
        width: 75px;
        height: 75px;
    }
    .header-sp-line{
        width: 35px;
    }
    .header-sp-line:nth-of-type(1){
        left: 20px;
        top: 25px;
    }
    .header-sp-line:nth-of-type(2){
        left: 20px;
        top: 35px;
    }
    .header-sp-line:nth-of-type(3){
        left: 20px;
        top: 45px;
    }
    .header-sp-line:nth-of-type(1).is-active{
        left: 20px;
        top: 35px;
    }
    .header-sp-line:nth-of-type(3).is-active{
        left: 20px;
        top: 35px;
    }
    .about-second-content{
        margin: 230px 50px 0 50px;
    }
    .footer{
        padding: 70px 0;
    }
    .child-cmn-title{
        margin-bottom: 70px;
    }
    .company-message-wrapper{
        padding: 70px 0;
    }
    .message-content{
        margin: 0 20px;
    }
    .company-table-wrapper{
        padding-bottom: 70px;
    }
    .company-th{
        padding-top: 20px;
    }
    .company-td{
        padding: 15px 0;
    }
    .company-table-second th{
        padding: 20px 0;
    }


    .rec-flow-content-right span {
        margin-bottom: 10px;
    }
    .business-recruit-content{
        flex-direction: column;
        margin: 0 30px 50px 30px;
    }

    .form-confirm-line{
        width: 46%;
    }
}
@media screen and (max-width:450px){
    .recruit-content-title{
        margin-bottom: 20px;
    }
    .recruit-content{
        padding: 0 15px;
    }
    .recruit-table-first th {
        padding: 20px 10px;
    }
    .recruit-table-first td {
        padding: 20px 10px;
        font-size: 14px;
        margin-bottom: 20px;
    }
    .rec-sp-content th,.rec-sp-content td{
        font-size: 14px;
    }
    .rec-sp-content th{
        padding: 20px 5px;
    }
}
@media screen and (max-width:400px){
    .back-btn{
        width: 50px;
        height: 50px;
    }
    .about-second-content {
        margin: 150px 40px 0 40px;
    }
    .business-content-btn{
        top: 45%;
    }
    .business-page-th{
        padding: 30px 20px 0 20px;
    }
    .business-page-td{
        padding: 30px 20px;
    }
    .business-recruit-container {
        margin: 0px 0 100px 0;
    }

    .form-complete-line{
        width: 88%;
    }
}
@media screen and (max-width:375px){
    .brand-content{
        width: 80%;
        height: auto;
    }
}


/* 3/31追加 */
.err-text{
    color: red;
    margin: 20px 0;
}
.confirm-area{
    padding: 0 50px;
}
.confirm-area p{
    color: #000;
    font-weight: 700;
    font-size: 22px;
    border-top: 1px solid #d5d5d5;
    padding: 20px 10px 0 10px;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.confirm-area span{
    display: block;
    color: #333;
    font-size: 16px;
    padding: 10px 0 20px 0;
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
@media screen and (max-width:1200px){
    .contact-container {
/*        border-top: 1px solid #b5b5b5;*/
        padding: 50px 0 100px 0;
    }
}
@media screen and (max-width:750px){
    .privacy-text{
        margin-top: 70px;
    }
    .contact-container {
/*        border-top: 1px solid #b5b5b5;*/
        padding: 50px 0 20px 0;
    }
}
@media screen and (max-width:600px){
    .contact-form {
        margin-top: 40px;
    }
    .contact-content {
        margin-right: 20px;
        margin-left: 20px;
        padding: 40px 20px;
    }
    .privacy-text{
        margin-top: 50px;
    }
}
@media screen and (max-width:500px){
    .confirm-area{
        padding: 0;
    }
}

.tanks-area{
    color: red;
}
.tanks-area b{
    
    color: red;
}

/*-- 250901追加 --*/
.brand-content {
    width: 166px;
    height: 166px;
}
@media screen and (max-width: 1150px) {
    .brand-content {
        width: 14.5%;
        height: auto;
    }
}
@media screen and (max-width: 750px) {
    .brand-content {
        width: 166px;
        height: 176px;
        margin: 0px;
    }
}
@media screen and (max-width: 375px) {
    .brand-content {
        width: 80%;
        height: auto;
    }
}

.business-page-content:nth-of-type(5) {
    margin-bottom: 140px;
}

.business-page-content:nth-of-type(6) {
    margin-bottom: 0;
}

@media screen and (max-width: 750px) {
    .business-page-content:nth-of-type(5) {
        margin-bottom: 80px;
    }
}