<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">dd{
    margin: 0;
}
body{
    padding-top: 0px;
    margin: 0 auto;
}
.topwidth{
    max-width: 100%;
    margin: 0 auto;
    padding-left: 15%;
}
@media screen and (max-width: 768px) {
    body{
        padding-top: 25px;
    }
}
#Recruitment,#Flow{
    margin-top: -70px;
    padding-top: 70px;
}
@media screen and (max-width: 768px) {
    #Recruitment,#Flow{
        margin-top: -50px;
        padding-top: 50px;
    }
}
/* よく使うタイトルのcss */
#titlebox .main{
    font-family: Cormorant Garamond,sans-serif;
    font-size: 62px;
    font-style: italic;
    margin: 0;
    line-height: initial;
    font-weight: 500;
    color: #fff;
}
#titlebox .sub{
    font-family: Noto Serif JP, YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #fff;
}

@media screen and (max-width: 768px) {
    #titlebox .main{
        font-size: 45px;
    }
    #titlebox .sub{
        font-size: 14px;
    }
}
/* よく使うタイトルのcss */
.width{
    max-width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width: 1300px) {
    .width{
        max-width: 100%;
        padding: 0 50px ;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .width{
        max-width: calc(100% - 40px);
        padding: 0 20px;
        margin: 0 auto;
    }
}

#BusinessField{
    padding-top: 70px;
}
#BusinessField .top{
    width: 100%;
    position: relative;
}
#BusinessField .top .banner{
    width: 100%;
}

#BusinessField .top #titlebox{
    position: absolute;
    top: 42%;
    left: 10%;
}

@media screen and (max-width: 768px) {
    #BusinessField{
        padding-top: 00px;
    }
    #BusinessField .top{
        width: 100%;
        position: relative;
    }
    #BusinessField .top .banner{
        width: 100%;
    }
    
    #BusinessField .top #titlebox{
        position: absolute;
        top: 42%;
        left: 0px;
    }

}


#BusinessField .r_body{
   padding: 50px 0 50px;
}
#BusinessField .r_body .top_text{
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 22px;
    line-height: 46px;
    letter-spacing: 2px;
    font-weight: 500;
}
@media screen and (max-width: 1300px) {

    #BusinessField .r_body .top_text{
        margin: 0 50px;
    }
}
@media screen and (max-width: 768px) {
    #BusinessField .r_body{
        padding: 30px 0 50px;
     }
     #BusinessField .r_body .top_text{
        margin: 0;
         font-size: 16px;
         line-height: 35px;
         letter-spacing: 1px;
         font-weight: 500;
     }
}

/* 募集要項*/
.Circulation{
    padding-top: 100px;
    text-align: center;
}
.Circulation #circulation_img{
    max-width: 600px;
    margin: 0 auto;
}
.circle {
    cursor: pointer;
}
.circle .cls-2{
    fill: #fff;
    
}
.circle.active  .cls-2{
    fill:rgba(46, 128, 128, 0.15);
    transition: fill .5s;
}
svg .cls-1,svg .cls-2 {
    fill: #fff;
}

svg .cls-3 {
    fill: #2e8080;
}

svg .cls-4 {
    fill: #4f4b4a;
}

svg .cls-2 {
    stroke: #2e8080;
    stroke-miterlimit: 10;
    stroke-width: 4px;
}

svg .cls-5 {
    fill: none;
    stroke: #000;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
}

.popup {
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 100;
}
  
#popup-inside {
    width: 100%;
    max-width: 800px;
    background: white;
    margin: 10% auto;
    padding: 50px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -60%);
}
  
#message {
    display: flex;
    gap: 50px;
}
#message div {
    flex-basis: 50%;
}
#message .imgbox img {
    width: 100%;
}  
#message .text .title{
    padding-top: 60px;
    font-family: "YuMin Medium-83pv-RKSJ-H";
    font-size: 20px;
    border-bottom: 1px solid #4f4c4b;
    color: #4f4c4b;
    letter-spacing: 1px;
    padding-bottom: 10px;
    margin: 0;
}
#message .text ul{
    padding-top: 30px;
    list-style: disc;
    padding-left: 1.5em;
    margin: 0;
    color: #4f4c4b;
}
#message .text ul li{
    line-height: 40px;
    font-size: 16px;
    font-family: "YuMin Medium-83pv-RKSJ-H";
}

#close1,#close2,#close3,#close4,#close5 {
    font-size: 60px;
    line-height: 32px;
    position: absolute;
    top: 20px;
    right: 10px;
    cursor: pointer;
    color: #4f4c4b;
}

@media screen and (max-width: 900px) {
    #popup-inside {
        width: 100%;
        max-width: 80%;
        background: white;
        margin: 10% auto;
        padding: 30px;
        position: absolute;
        top: 43%;
        left: 50%;
        transform: translate(-50%, -57%);
    }
        
    #message {
        display: flex;
        gap: 30px;
    }
    #message div {
        flex-basis: 50%;
    }
    #message .imgbox img {
        width: 100%;
    }  
    #message .text .title{
        padding-top: 30px;
        font-family: "YuMin Medium-83pv-RKSJ-H";
        font-size: 20px;
        border-bottom: 1px solid #4f4c4b;
        color: #4f4c4b;
        letter-spacing: 1px;
        padding-bottom: 10px;
        margin: 0;
    }
    #message .text ul{
        padding-top: 30px;
        list-style: disc;
        padding-left: 1em;
        margin: 0;
        color: #4f4c4b;
    }
    #message .text ul li{
        line-height: 30px;
        font-size: 15px;
        font-family: "YuMin Medium-83pv-RKSJ-H";
    }
    #close {
        font-size: 40px;
        line-height: 32px;
        position: absolute;
        top: 15px;
        right: 10px;
        cursor: pointer;
        color: #4f4c4b;
    }
}

@media screen and (max-width: 768px) {
    .Circulation{
        padding-top: 50px;
    }
    #popup-inside {
        width: 100%;
        max-width: calc(90% - 40px);
        background: white;
        margin: 10% auto;
        padding: 40px 20px 70px;
        position: absolute;
        top: 47%;
        left: 50%;
        transform: translate(-50%, -53%);
    }
        
    #message {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }
    #message div {
        flex-basis: 100%;

    }
    #message .imgbox{
        text-align: center;
    }
    #message .imgbox img {
        width:250px;
    }  
    #message .text{
        width: 250px;
        margin: 0 auto;
    }
    #message .text .title{
        padding-top: 30px;
        font-family: "YuMin Medium-83pv-RKSJ-H";
        font-size: 18px;
        border-bottom: 1px solid #4f4c4b;
        color: #4f4c4b;
        letter-spacing: 1px;
        padding-bottom: 10px;
        margin: 0;
    }
    #message .text ul{
        padding-top: 20px;
        list-style: disc;
        padding-left: 1em;
        margin: 0;
        color: #4f4c4b;
    }
    #message .text ul li{
        line-height: 28px;
        font-size: 14px;
        font-family: "YuMin Medium-83pv-RKSJ-H";
    }
    #close {
        font-size: 40px;
        line-height: 32px;
        position: absolute;
        top: 15px;
        right: 10px;
        cursor: pointer;
        color: #4f4c4b;
    }
}
  
/* 募集要項*/


/* 部署ごとの説明　ここから */
#BusinessField .flow{
    padding-top: 30px;
}
#BusinessField .flow .flow_inner{
    padding: 70px 0;
}
#BusinessField .flow .flow_inner dl{
   margin: 0;
}
#BusinessField .recruitment_title{
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
    font-size: 22px;
    text-align: left;
    padding: 15px 20px;
    background-color: #7788b7;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
    margin: 0;
}
@media screen and (max-width: 768px) {
    #BusinessField .flow{
        padding-top: 0px;
    }
    #BusinessField .flow .flow_inner{
        padding: 30px 0;
    }
     #BusinessField .recruitment_title{
         font-size: 18px;
         padding: 10px 20px;
         letter-spacing: 2px;
         font-weight: 500;
     }
}

#BusinessField .flow .flow_inner dd{
    padding: 20px;
    letter-spacing: 2px;
    padding-bottom: 50px;
    font-size: 20px;
    line-height: 46px;
    font-family: 'Noto Serif JP', YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
}

#BusinessField .flow .flow_inner dd .bline{
    border-bottom: 3px solid #7788b7;
}



@media screen and (max-width: 768px) {
    #BusinessField .flow .flow_inner dd{
        padding: 10px 20px 40px;
        letter-spacing: 1px;
        font-size: 16px;
        line-height: 36px;
    }
    

}
/* 部署ごとの説明　ここまで */</pre></body></html>