@charset "utf-8";

main{
    position: relative;
    margin: 0 50px;

    font-size: clamp(14px, calc(28vw / 7.5),  20px);
    letter-spacing: 0.05em;
    line-height: 1.8;
    box-sizing: border-box;
}

main .w1200{
    padding: 120px 0 120px 130px;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

h1{
    position: absolute;
    left: 0;
    top: 130px;
    max-width: 67px;
}

section{
    margin-bottom: 90px;
    padding: 0 30px;
    position: relative;
}

section:last-child{
    margin-bottom: 0;
}

section > .inner{
    padding: 0 20px;
}

section p{
    letter-spacing: 0.1em;
}

h2{
    font-size: clamp(28px, calc(56vw / 7.5),  40px);
    letter-spacing: 0.1em;
    position: relative;
    padding-left: 18px;
    margin-bottom: 60px;
    line-height: 1;
}

h2 span{
    font-size: clamp(15px, calc(30vw / 7.5),  25px);
}

h2:before{
    content: "";
    height: 100%;
    width: 2px;
    display: inline-block;
    background: #dd7d36;
    position: absolute;
    top: 0;
    left: 0;
}

.lead{
    font-size: clamp(15px, calc(36vw / 7.5),  30px);
    letter-spacing: .15em;
    margin-bottom: 90px;
    line-height: 1.65;
    position: relative;
}

.lead .illust{
    z-index: -1;
    transition: 0.5s ease;
}

section a{
     transition: all .5s;
    color: #000;
}

section a:hover{
    color: #dd7d36;
}

.window{
    background: url("../images/icn_window.svg") no-repeat right 15px;
    padding-right: 13px;
}


@media only screen and (max-width: 1300px) {
    .lead .illust{
        opacity: 0;
    }    
}

@media only screen and (max-width: 768px) {
   body{
        background: url("../../profile/images/bg_sp.png") no-repeat center top;
        background-size: 100% auto;
    }

    main{
        padding: calc(70vw / 7.5) calc(40vw / 7.5) calc(150vw / 7.5);
        line-height: 1.6;
        margin: 0;
    }

    main .w1200{
        padding: 0;
    }
    
    h1{
        top:10px;
        left: 0;
        width: calc(75vw / 7.5);
        max-width: 75px;
    }

    section{
        margin-bottom: calc(100vw / 7.5);
        padding: 0;
/*        overflow: hidden;*/
    }

    section > .inner{
        padding:0;
    }

    h2{
        padding-left: calc(20vw / 7.5);
        margin-bottom:calc(40vw / 7.5);
        line-height: 1.15;
    }

    .lead{
        margin-bottom: calc(250vw / 7.5);
        padding-left: calc(130vw / 7.5);
        line-height: 1.8;
    }
    
    .lead .illust{
        opacity: 1;
    }    

    .window{
        background: url("../images/icn_window.svg") no-repeat right 10px;
        padding-right: 13px;
    }
    
}


/*　////////////////////
        profile 
////////////////////*/

body#profile {
    background: url("../../profile/images/bg.png") no-repeat center top;
    background-size: 2500px auto;
    overflow-x: hidden;
}

#profile .lead .illust{
    max-width: 238px;
    position: absolute;
    right: -20px;
    top: 100px;
}

#profile #box01 dl{
    display: flex;
    flex-wrap: wrap;
    gap:40px 0;
}

#profile #box01 dl dt{
    width: 150px;
}

#profile #box01 dl dd{
    width: calc(100% - 150px);
}

#profile #box01 .map{
    padding: 0 15px 2px;
    border-radius: 15px;
    background: #dd7d36;
    color: #fff;
    margin-left: 18px;
    line-height: 1;
    transition: 0.3s ease;
}

#profile #box01 .map:hover{
    opacity: 0.7;
}

#profile #box01 .map span{
    background: url("../../profile/images/icn_map.svg") no-repeat left center;
    background-size: 16px auto;
    padding-left: 27px;
    font-size: clamp(14px, calc(28vw / 7.5),  17px);  
    display: inline-block;
}

#profile #box01 .privacymark{
    text-align: center;
    position: absolute;
    top: 405px;
    right: 17px;
    font-size: clamp(10px, calc(20vw / 7.5),  16px);  
}

#profile #box02 ul li{
    text-indent: -1em;
    padding-left: 1em;
}

#profile #box02 ul li + li{
    margin-top: 2em;
}

@media only screen and (max-width: 1300px) {
    #profile .lead .illust{
        width: calc(203vw / 7.5);
        right:  calc(-70vw / 13.00);
    }
    
    #profile #box01 .privacymark{
        right: 0;
    }
    
    #profile #box01 .privacymark img{
        width:  calc(100vw / 7.5);
        max-width: 126px;
    }    
    
}

@media only screen and (max-width: 768px) {
    #profile .lead .illust{
        width: calc(203vw / 7.5);
        right: 0;
        top: calc(600vw / 7.5);
    }
    
    #profile #box01{
        overflow: hidden;
    }
    
    #profile #box01 dl{
        gap:calc(50vw / 7.5) 0;
    }

    #profile #box01 dl dt{
        width:  calc(220vw / 7.5);
    }

    #profile #box01 dl dd{
        width: calc(100% - calc(220vw / 7.5));
    }

    #profile #box01 .map{
        margin-left: 0;
    }

    #profile #box01 .map span{
       padding-left: 23px;
    }

    #profile #box01 .privacymark{
        position: inherit;
        top: inherit;
        right: inherit;
        float: right;
        margin-top: calc(40vw / 7.5);
    }
    
    #profile #box01 .privacymark img{
        width:  calc(126vw / 7.5);
    }
    
    
    #profile #box02 ul li + li{
        margin-top: 1.5em;
    }    

}

/*　////////////////////
       reason
////////////////////*/

body#reason {
    background: url("../../reason/images/bg.png") no-repeat center top;
    background-size: 2000px auto;
    overflow-x: hidden;
}

#reason .lead .illust{
    max-width: 238px;
    position: absolute;
    left: -258px;
    top: 1435px;
    z-index: 1;
}

#reason #box01{
    min-height: 1525px;
}

#reason #box01 .illustTxt .txt{
    position: relative;
    z-index: 2;
}

#reason #box01 .illustTxt.bl01{
    position: absolute;
    top: 175px;
    left: 0;
}

#reason #box01 .illustTxt.bl01 .illust{
    width: 345px;
}

#reason #box01 .illustTxt.bl02{
    position: absolute;
    top: 0;
    right: 204px;
}

#reason #box01 .illustTxt.bl02 .illust{
    width: 376px;
}

#reason #box01 .illustTxt.bl03{
    position: absolute;
    top: 475px;
    right: -95px;
}

#reason #box01 .illustTxt.bl03 .illust{
    width: 409px;
}

#reason #box01 .illustTxt.bl03 .illust_mini{
    width: 207px;
    position: absolute;
    top: -165px;
    right: -20px;
    z-index: -1;
}

#reason #box01 .illustTxt.bl04{
    position: absolute;
    top: 793px;
    left: 77px;
}

#reason #box01 .illustTxt.bl04 .illust{
    width: 412px;
}

#reason #box01 .illustTxt.bl04 .illust_mini{
    width: 157px;
    position: absolute;
    top: 25px;
    right: -62px;
    z-index: -1;
}

#reason #box01 .illustTxt.bl05{
    position: absolute;
    top: 1027px;
    right: 31px;
}

#reason #box01 .illustTxt.bl05 .illust{
    width: 411px;
}

#reason #box01 .illustTxt.bl05 .illust_mini{
    width: 222px;
    position: absolute;
    top: -37px;
    right: -133px;
    z-index: -1;
}

#reason #box01 .illustTxt .illust{
    margin-bottom: 10px;
    position: relative;
}

#reason #box01 .illustTxt .illust span{
/*    opacity: 0;*/
    position: absolute;
    top: 0;
}

#reason #box01 .illustTxt .txt{
    line-height: 2;
}



@media only screen and (max-width: 1300px) {
    #reason #box01 {
      min-height: 2000px;
    }
    
    #reason #box01 .illustTxt.bl02 {
        right: 5%;
    }

    #reason #box01 .illustTxt.bl01 {
        left: -14%;
        top: 250px;
    }
    
    #reason #box01 .illustTxt.bl03 {
      right: -45px;
        top: 630px;
    }
    
    #reason #box01 .illustTxt.bl04 {
      left: -15%;
        top: 980px
    }
    
    #reason #box01 .illustTxt.bl04 .illust_mini {
        top: 205px;
        right: -82px;
    }
    
    #reason #box01 .illustTxt.bl05 {
      top:1540px;
    }    
    
    #reason #box01 .illustTxt.bl05 .illust_mini {
      top: -87px;
      right: -63px;
    }
    
    #reason .lead .illust {
      top: 1900px;
    }    
    
}

    
@media only screen and (max-width: 768px) {

    body#reason {
        background: url("../../reason/images/bg_sp.png") no-repeat center top;
        background-size: 100% auto;
    }

    #reason .lead .illust {
      max-width: calc(238vw / 7.5);
      left:-3vw;
      top: calc(700vw / 7.5);
    }

    #reason #box01{
        min-height:  calc(3350vw / 7.5);
    }

    #reason #box01 .illustTxt.bl01{
        top: -20vw;
        left: inherit;
        right: -5%;
    }

    #reason #box01 .illustTxt.bl01 .illust{
        max-width: calc(431.25vw / 7.5);
    }

    #reason #box01 .illustTxt.bl02{
        top:  calc(670vw / 7.5);
        right: inherit;
        left: -3%;
    }

    #reason #box01 .illustTxt.bl02 .illust{
        width: calc(480vw / 7.5);
    }

    #reason #box01 .illustTxt.bl03{
        top: calc(1335vw / 7.5);
        right: -5%;
    }

    #reason #box01 .illustTxt.bl03 .illust{
        width:calc(511.25vw / 7.5);
    }

    #reason #box01 .illustTxt.bl03 .illust_mini{
        width: calc(258.75vw / 7.5);
        right: 92%;
        top: calc(205vw / 7.5);
    }

    #reason #box01 .illustTxt.bl03 .txt{
        margin-left: -5vw;
    }

    #reason #box01 .illustTxt.bl04{
        top: calc(2020vw / 7.5);
        left: 0;
    }

    #reason #box01 .illustTxt.bl04 .illust{
        width: calc(515vw / 7.5);
    }

    #reason #box01 .illustTxt.bl04 .illust_mini{
        width: calc(196.25vw / 7.5);
        top: 0;
        right:0;
    }

    #reason #box01 .illustTxt.bl05{
        top:  calc(2700vw / 7.5);
        right: -5%;
    }

    #reason #box01 .illustTxt.bl05 .illust{
        width: calc(513.75vw / 7.5);
    }

    #reason #box01 .illustTxt.bl05 .illust_mini{
        max-width: calc(230vw / 7.5);
        top: calc(260vw / 7.5);
        right: 95%;
    }


    #reason #box01 .illustTxt .illust{
        margin-bottom: 5px;
    }


}


/*　////////////////////
       service
////////////////////*/
body#service {
    background: url("../../service/images/bg.png") no-repeat center top;
    background-size: 1700px auto;
    overflow-x: hidden;
}

#service .lead .illust_sales{
    max-width: 351.5px;
    position: absolute;
    right: -235px;
    top: -50px;
}

#service #box01 .illust_mountain{
    max-width:463.5px;
    position: absolute;
    bottom: -100px;
    left: -370px;
}

#service #box01 .inner{
    padding: 0;
    margin: 0 -30px;
}

#service #box01 .columns{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap:100px 0;
}

#service #box01 .columns > *{
    width: 48%;
    position: relative;
}

#service #box01 .columns .illust{
    position: absolute;
    z-index: -1;
}

#service #box01 .col01 .illust{
    right: 10px;
    top:165px;
    max-width: 190px;
}

#service #box01 .col02 .illust{
    right: 0;
    top:400px;
    max-width: 200px;
}

#service #box01 .col03 .illust{
    right: 0;
    top:100px;
    max-width:223px ;
}

#service #box01 .col04 .illust{
    right: 0;
    top:316px;
    max-width:212px;
}

#service #box01 .column p{
    font-weight: 700;
    vertical-align: middle;
    display: flex;
    line-height: 1.4;
    gap:0 10px;
    align-items: center;
    margin-bottom: 10px;
}

#service #box01 .column ul + p{
    margin-top: 50px;
}

#service #box01 .column p img{
    max-width: 41px;
}

#service #box01 .column ul{
    font-size: clamp(12px, calc(24vw / 7.5),  18px);     
    gap:15px 0;
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    margin-left: -30px;
}

#service #box01 .column ul li{
    padding-left: 1em;
    text-indent: -1em;
}

#service #box02{
    font-size: clamp(12px, calc(24vw / 7.5),  16px);     
}

#service #box02 .columns{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

#service #box02 ul.column{
    gap:20px 0;
    width: 30%;
    display: flex;
    flex-direction: column;
}



@media only screen and (max-width: 1300px) {
    #service #box01 .col01 .illust{
        right: -5%;
        top:165px;
    }

    #service #box01 .col02 .illust{
        right:-10%;
        top:500px;
    }

    #service #box01 .col03 .illust{
        right: 0;
        top:300px;
    }

    #service #box01 .col04 .illust{
        right: -5%;
    }    
    
}    


@media only screen and (min-width: 1600px) {
    #service #box01,
    #service #box02{
        width: 1220px;
    }

}
@media only screen and (max-width: 1000px) {
    #service #box01 .columns ul,
    #service #box01 .columns .col04 ul:last-child{
        padding-bottom: 200px;
    }

    #service #box01 .columns .col04 ul{
        padding-bottom: 0;
    }
        
    #service #box01 .col01 .illust{
        right: -5%;
        bottom: 0;
        top: inherit;
    }

    #service #box01 .col02 .illust{
        right: -5%;
        bottom: 0;
        top: inherit;
    }

    #service #box01 .col03 .illust{
        right: -5%;
        top:470px;
    }

    #service #box01 .col04 .illust{
        right: -5%;
        bottom: 0;
        top: inherit;
    }    
    
}    


@media only screen and (max-width: 768px) {
    body#service {
        background: url("../../service/images/bg_sp.png") no-repeat center top;
        background-size: 100% auto;
        overflow-x: hidden;
    }
    
    #service .lead{
        margin-bottom: calc(100vw / 7.5);        
    }
    
    #service .lead .illust_sales{
        position: inherit;
        right: 0;
        bottom: inherit;
        top: inherit;
        width: 70%;
        left: 15%;
        margin-top:calc(50vw / 7.5);
    }

    #service #box01 .illust_mountain{
        max-width:463.5px;
        width:60%;
        bottom: calc(50vw / 7.5);
        left: 0;
    }

    #service #box01{
        padding-bottom:calc(250vw / 7.5);
        margin: 0;
    }
    
    #service #box01 .inner{
        margin: 0;
    }

    #service #box01 .columns{
        gap:0
    }

    #service #box01 .columns > *{
        width: 100%;
        padding-bottom: calc(250vw / 7.5);
    }

    #service #box01 .col01 .illust{
        right: 0;
        top: inherit;
        bottom: calc(70vw / 7.5);
        max-width: calc(237.5vw / 7.5);
    }

    #service #box01 .col02{
        padding-bottom: calc(350vw / 7.5);    
    }
            
    #service #box01 .col02 .illust{
        right: 0;
        top: inherit;
        bottom: calc(20vw / 7.5);
        max-width: calc(250vw / 7.5);
    }

    #service #box01 .col03 .illust{
        right: 0;
        top: inherit;
        bottom: 0;
        max-width: calc(278.75vw / 7.5);
    }

    #service #box01 .col04 .illust{
        right: 0;
        top: inherit;
        bottom:  calc(-20vw / 7.5);
        max-width: calc(265vw / 7.5);
    }
    
    #service #box01 .columns ul, 
    #service #box01 .columns .col04 ul:last-child{
        padding-bottom: 0;
    }

    #service #box01 .column ul + p{
        margin-top: calc(100vw / 7.5);    
    }

    #service #box01 .column p img{
        max-width: 30px;
    }

    #service #box01 .column ul{
        gap:10px 0;
        display: flex;
        flex-direction: column;
        padding-left: 0;
        margin-left: 0;
    }

    #service #box02 .columns{
        margin-bottom: 20px;
    }

    #service #box02 ul.column{
        gap:10px 0;
        width: 100%;
    }
    
    #service #box02 ul.column + ul{
        margin-top: 10px;
    }
    
    
}



/*　////////////////////
       voice
////////////////////*/
body#voice {
    background: url("../../voice/images/bg.png") no-repeat center top;
    background-size: 3500px auto;
    overflow-x: hidden;
}

#voice #box01{
    padding: 0;
    width: auto;
}

#voice #box01 .inner{
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#voice #box01 .inner .voiceBl {
    max-width: 570px;
    width: 47.5%;
    background: #fdfcf2;
    padding: 25px 30px;
    box-sizing: border-box;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    position: relative;
}

#voice #box01 .inner .illust{
    position: absolute;
    z-index: -1;
}

#voice #box01 .inner .voice01{
    margin-top:0;
}

#voice #box01 .inner .voice02{
    margin-top: 112px;
}

#voice #box01 .inner .illust01{
    width: 155.5px;
    top: -160px;
    right: 10px;
}

#voice #box01 .inner .voice03{
    margin-top: -95px;
}

#voice #box01 .inner .voice04{
    margin-top: 150px;
}

#voice #box01 .inner .illust02{
    width: 150px;
    top: -136px;
    left: 50px;
}

#voice #box01 .inner .voice05{
    margin-top: -130px;
}

#voice #box01 .inner .illust03{
    width: 145px;
    top: -138px;
    left: 82px;
}

#voice #box01 .inner .voice06{
    margin-top: 70px;
}

#voice #box01 .inner .voice07{
    margin-top: 25px;
}

#voice #box01 .inner .illust04{
    width: 160px;
    top: -161px;
    right: 10px;
}

#voice #box01 .inner .voice08{
    margin-top: 175px;
}

#voice #box01 .inner .illust05{
    width: 117.5px;
    top: -157px;
    right: 150px;
}

#voice #box01 .inner .voice09{
    margin-top: -100px;
}

#voice #box01 .inner .voice10{
    margin-top: 70px;
}

#voice #box01 .inner .voice11{
    margin-top: 43px;
}

#voice #box01 .inner .illust06{
    width: 207px;
    left: 31px;
    top: -218px;
}

#voice #box01 .inner .voice12{
    margin-top: 250px;
}

#voice #box01 .inner .illust07{
    width: 180px;
    left: 65px;
    top: -225px;
}

#voice #box01 .inner .voice13{
    margin-top: -105px;
}

#voice #box01 .inner .voice14{
    margin-top: 70px;
}

#voice #box01 .inner .voice15{
    margin-top: -105px;
}

#voice #box01 .inner .voiceBl:before{
    content: "　";
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 18px;
    background: #000;
}

#voice #box01 .inner .voiceBl:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2px;
    height: 18px;
    background: #000;
}

#voice #box01 .inner .voiceBl:nth-child(odd) {
  align-self: flex-start; /* 左寄せ */
}

#voice #box01 .inner .voiceBl:nth-child(even) {
  align-self: flex-end; /* 右寄せ */
}

#voice #box01 .inner .voiceBl .inner{
    position: relative;
}

#voice #box01 .inner .voiceBl .inner:before{
    content: "";
    position: absolute;
    top: -43px;
    left: -10px;
    width: 35px;
    height: 20.5px;
    background: url("../../voice/images/icn_double-quotation-marks_start.png");
    background-size: 35px auto;
}

#voice #box01 .inner .voiceBl .inner:after{
    content: "";
    position: absolute;
    bottom: -42px;
    right: -10px;
    width: 34px;
    height: 20px;
    background: url("../../voice/images/icn_double-quotation-marks_end.png");
    background-size: 34px auto;
}

#voice #box01 .inner .voiceBl p{
    font-size: clamp(12px, calc(24vw / 7.5),  18px);        
}

#voice #box01 .inner .voiceBl p span{
    color: #dd7d36;
    font-weight: 700;
}

@media only screen and (min-width: 1600px) {
    #voice #box01{
        width: 1220px;
    }

}

@media only screen and (max-width: 768px) {
    body#voice {
        background: url("../../voice/images/bg_sp.png") no-repeat center top;
        background-size: 100% auto;
    }
    
    #voice .lead{
        min-height: calc(500vw / 7.5) ;
    }
    
    #voice #box01 .inner{
        padding: 0;
        display: block;
    }

    #voice #box01 .inner .voiceBl {
        width: 100%;
        padding: calc(45vw / 7.5) calc(30vw / 7.5);
    }
    
    #voice #box01 .inner .voiceBl + .voiceBl{
        margin-top: calc(60vw / 7.5) ;
    }

    #voice #box01 .inner .voice02{
        margin-top:  calc(170vw / 7.5) !important;
    }

    #voice #box01 .inner .illust01{
        width: calc(155.5vw / 7.5) ;
        top: calc(-150vw / 7.5) ;
        right:calc(10vw / 7.5) ;
    }

    #voice #box01 .inner .voice04{
        margin-top:  calc(170vw / 7.5) !important;
    }

    #voice #box01 .inner .illust02{
        width: calc(150vw / 7.5) ;
        top: calc(-136vw / 7.5) ;        
        left: calc(50vw / 7.5) ;
    }

    #voice #box01 .inner .voice05{
        margin-top:  calc(150vw / 7.5) !important;
    }

    #voice #box01 .inner .illust03{
        width: calc(145vw / 7.5) ;
        top: calc(-114vw / 7.5) ;        
        right: calc(142vw / 7.5) !important;
        left: inherit;
    }

    #voice #box01 .inner .voice07{
         margin-top:  calc(170vw / 7.5) !important;
    }

    #voice #box01 .inner .illust04{
        width: calc(160vw / 7.5) ;
        top: calc(-161vw / 7.5) ;        
        right:calc(10vw / 7.5) !important;
    }

    #voice #box01 .inner .voice08{
         margin-top:  calc(170vw / 7.5) !important;
    }

    #voice #box01 .inner .illust05{
        width: calc(117.5vw / 7.5) ;
        top: calc(-157vw / 7.5) ;        
        right:calc(400vw / 7.5) !important;
    }

    #voice #box01 .inner .voice11{
        margin-top:  calc(200vw / 7.5) !important;
    }

    #voice #box01 .inner .illust06{
        width: calc(207vw / 7.5) ;
        top: calc(-218vw / 7.5) ;        
        left: calc(30vw / 7.5) ;
    }

    #voice #box01 .inner .voice12{
          margin-top:  calc(250vw / 7.5) !important;
    }

    #voice #box01 .inner .illust07{
        width: calc(180vw / 7.5) ;
        top: calc(-225vw / 7.5) ;        
        left:  calc(465vw / 7.5) !important;
    }


    #voice #box01 .inner .voiceBl .inner:before{
        content: "";
        position: absolute;
        top: calc(-63vw / 7.5);
        width: 25px;
        height: 15px;
        background: url("../../voice/images/icn_double-quotation-marks_start.png") no-repeat;
        background-size: 25px auto;
    }

    #voice #box01 .inner .voiceBl .inner:after{
        content: "";
        position: absolute;
        bottom:  calc(-63vw / 7.5);
        width: 25px;
        height: 15px;
        background: url("../../voice/images/icn_double-quotation-marks_end.png") no-repeat;
        background-size: 25px auto;
    }

    #voice #box01 .inner .voiceBl p{
        font-size: clamp(12px, calc(24vw / 7.5),  18px);        
    }

    #voice #box01 .inner .voiceBl p span{
        color: #dd7d36;
        font-weight: 700;
    }

    
    
}


/*　////////////////////
       recruit
////////////////////*/
body#recruit {
    background: url("../../recruit/images/bg.png") no-repeat center top;
    background-size: 2600px auto;
    overflow-x: hidden;
}

#recruit .lead .illust{
    max-width: 429px;
    position: absolute;
    right: -140px;
    top: 0;
    z-index: -1;
}

#recruit #box01 dl{
    display: flex;
    flex-wrap: wrap;
    gap:40px 0;
}

#recruit #box01 dl dt{
    width: 150px;
}

#recruit #box01 dl dd{
    width: calc(100% - 150px);
}

#recruit #box01 dl dd li{
    text-indent: -1em;
    padding-left: 1em;
}

#recruit #box01 dl dd li + li{
    margin-top: 1em;
}

#recruit #box01 dl dd li:nth-child(2){
    margin-top: 1.5em;
}

#recruit #box01 .copyBl{
    margin: 100px 0 0 0 ;
    position: relative;
}

#recruit #box01 .copyBl img{
    max-width: 1223.5px ;
    width: 90%;
}

#recruit #box01 .copyBl .illust{
    max-width: 400px;
    position: absolute;
    right: -150px;
    bottom: -100px;
    z-index: -1;
}

#recruit #box02 .flex{
    display: flex;
    justify-content: space-between;
    gap:0 25px;
}

#recruit #box02 .flex .illust{
    width:34.576271186%;
}

#recruit #box02 .flex .txt{
    flex: 1;
}

#recruit #box02 .flex .txt p + p{
    margin-top: 2em;
}


@media only screen and (min-width: 1600px) {
    #recruit #box01,
    #recruit #box02{
        width: 1220px;
    }    
}


@media only screen and (max-width: 1500px) {
    #rec#recruit #box01 .copyBl img{
      width: 92%;
    }
    
    #recruit .lead .illust{
        width: 40%;
        right: -15vw;        
    }


    #recruit #box01 .copyBl .illust{
        width: 45%;
        right: -15vw;
    }

}


@media only screen and (max-width: 1000px) {
    #recruit .lead .illust{
        top: 25vw;      
    }


    #recruit #box01 .copyBl .illust{
        bottom: -100px;
    }

}

@media only screen and (max-width: 768px) {
    body#recruit {
        background: url("../../recruit/images/bg_sp.png") no-repeat center top;
        background-size: 100% auto;
        overflow-x: hidden;
    }
    
    #recruit .lead {
        min-height: calc(600vw / 7.5);
    }
    
    #recruit .lead .illust{
        width: 57.2%;
        position: absolute;
        right:0;
        bottom: calc(-220vw / 7.5);
        top: inherit;
    }

    #recruit  #box01 dl{
        gap:calc(50vw / 7.5) 0;
    }

    #recruit  #box01 dl dt{
        width:  calc(180vw / 7.5);
    }

    #recruit  #box01 dl dd{
        width: calc(100% - calc(180vw / 7.5));
    }

    #recruit #box01 .copyBl{
        margin: calc(60vw / 7.5) 0 0;
    }

    #recruit #box01 .copyBl img{
        width: 100%;
    }

    #recruit #box01 .copyBl .illust{
        position: inherit;
        width: 60%;
        display: block;
        right: inherit;
        bottom: inherit;
        margin: calc(20vw / 7.5) 0 0 42%;
    }

    #recruit #box02 .flex{
        flex-direction: column-reverse;
        gap:0;
    }

    #recruit #box02 .flex .illust{
        width:70%;
        margin: calc(50vw / 7.5) auto 0;
    }

    #recruit #box02 .flex .txt{
        flex: 1;
    }

    #recruit #box02 .flex .txt p + p{
        margin-top: 2em;
    }
}


/*　////////////////////
        privacy
////////////////////*/
body#privacy {
    background: url("../../privacy/images/bg.png") repeat-y center top;
    background-size: 1700px auto;
}

#privacy p + p{
    margin-top: 2em;
}

#privacy dl ol{
    padding: 1.5em;
}

#privacy dl ol li{
    list-style-type: decimal;
}

#privacy dl ol li + li{
    margin-top: 1em;
}

#privacy dl dd + dt{
    margin-top:2em;
}

#privacy dl dd {
    font-size: clamp(12px, calc(24vw / 7.5),  18px);     
    line-height: 1.8;
}

#privacy table{
    vertical-align: middle;
    font-size: clamp(12px, calc(24vw / 7.5),  18px);     
    border-top: solid #000 2px;
    border-bottom: solid #000 2px;
    margin: 10px 0 0 0;
    background: #fff;
    min-width: 700px;
}

#privacy table tr:nth-child(odd){
    background: rgb(253, 252, 242);
}

#privacy table th{
    text-align: center;
    font-weight: 700;
}

#privacy table th,
#privacy table td{
	vertical-align:middle;
    padding: 1em;
    min-width: 180px;
}

#privacy table ul li{
    text-indent: -1em;
    padding-left: 1em;
}

#privacy table ul li + li{
    margin-top: 1em;
}

#privacy #box01{
    overflow: hidden;
}

#privacy .contactBl{
    background:rgb(253, 252, 242);
    margin: 50px auto 0;
    clear: both;
    padding: 1em 30px;
    max-width: 700px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    position: relative;
}

#privacy .contactBl p + p{
    font-size: clamp(10px, calc(20vw / 7.5),  16px);     
}

#privacy #box01 .column ul{
    font-size: clamp(12px, calc(24vw / 7.5),  18px);     
    gap:15px 0;
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    margin-left: -30px;
}

#privacy .contactBl dd + dd{
    margin-top: 1em;
}

#privacy .contactBl .privacymark{
    position: absolute;
    width: 62px;
    right: 2em;
    top: 1em;
}

#privacy #box01 ol{
    padding: 0 1.5em 1.5em 1.5em;
}

#privacy #box03 p + dl{
    margin-top: 2em;
}

@media only screen and (max-width: 768px) {
    body#privacy {
        background: url("../../privacy/images/bg_sp.png") repeat center top;
        background-size: 100% auto;
    }
    
    body#privacy #box01{
        padding-left: calc(130vw / 7.5);
    }
    
    body#privacy #box01 .contactBl {
        margin-left: calc(-130vw / 7.5);
    }
    
    #privacy .contactBl{
        margin: calc(50vw / 7.5) auto 0;
        padding: 1em ;
    }
    
    #privacy .contactBl dt{
        margin-bottom: 5px;
    }
    
    #privacy .contactBl .privacymark {
      width:  calc(75vw / 7.5);
      right: 1em;
      top: 1em;
    }
    
    #privacy table{
        margin:5px 0 0 0;
    }
    
    #privacy .table-scroll-container {
      position: relative;
    }
    
    #privacy .table-wrapper {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;    
    }
    
    #privacy .table-wrapper::after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 100%;
      pointer-events: none;
      background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
    }
    
    #privacy table tr:nth-child(odd){
        background: rgb(253, 252, 242);
    }
    
    #privacy table th,
    #privacy table td{
        min-width: inherit;
    }
    
    
}

/*　////////////////////
    privacy-info
////////////////////*/
#privacy.info p + dl{
    margin-top: 50px;
}

#privacy.info p + dl dd + dt {
  margin-top: 1em;
}

#privacy.info p + dl dt{
    text-indent: -3em;
    padding-left: 3em;
}

#privacy.info p + dl dd{
    padding-left: 3em;
}
#privacy.info .contactBl{
    margin: 50px auto 30px;
}

#privacy.info p.taC{
    font-size: clamp(12px, calc(28vw / 7.5), 14px);
}

.agreeArea {
  max-width: 600px;
  margin: 3em auto;
  padding: 1em;
}

.agreeButtons {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 2カラム */
  gap: 16px;
}

.btn {
  display: inline-block;
  text-align: center;
  padding: .5em 1em;
  font-weight: 600;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease, transform 0.2s ease;
  min-width: 0;
    border-radius: 30px;
}

.agree {
  background-color:#f6a844;
  color: #fff !important;
}

.agree:hover {
  background-color: #dd7d36;
}

.disagree {
  background-color: #f0f0f0;
  color: #333 !important;
}

.disagree:hover {
  background-color: #ddd;
}

@media only screen and (max-width: 768px) {
    body#privacy.info #box01 .inner > dl{
        margin-top: calc(150vw / 7.5);
        margin-left: calc(-130vw / 7.5);
    }
    
    .agreeArea{
        margin: 3em 0 0  calc(-130vw / 7.5);
        padding: 0 3em;
    }
    
    .agreeButtons {
      grid-template-columns: 1fr; /* 1カラムに変更（縦並び） */
    }
    
    body#privacy.info #box01 .contactBl {
        margin-left: calc(-130vw / 7.5);
    }
    
    #privacy.info p.taC {
      margin-left: calc(-130vw / 7.5);
    }    
            
}
