@charset "utf-8";

/*------UHBを知る------*/
#recruit .bg.onWhite > div:nth-of-type(1),
#recruit .bg.onWhite > div:nth-of-type(2) {
    background: #009bdc;
}
#recruit .bg.onWhite > div:nth-of-type(3) {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, #009bdc 6px, #009bdc 8px);
}

#recruit section:nth-of-type(even):before,
#recruit section:nth-of-type(even):after{
    background: #fff;
}
#recruit section:not(#entry):not(#menu):nth-of-type(even) .ttlCont{
    color: #009bdc;
}
#recruit section:not(#entry):not(#menu):nth-of-type(odd) {
    background: #009bdc;
    color: #fff;
}

#recruit section:not(#entry):not(#menu) a.btn {
    max-width: 550px;
    margin: 0 auto;
}
#recruit section:not(#entry):not(#menu) a.btn:before {
    background: #009bdc;
}
#recruit section:not(#entry):not(#menu) a.btn:after {
    border-color: #fff;
}
#recruit section:not(#entry):not(#menu) a.btn > span:after {
    border-color: #009bdc;
}
#recruit section:not(#entry):not(#menu):nth-of-type(even) a.btn {
    background: #009bdc;
    border-color: #009bdc;
    color: #fff;
}
#recruit section:not(#entry):not(#menu):nth-of-type(even) a.btn:before {
    background: #fff;
}
#recruit section:not(#entry):not(#menu):nth-of-type(even) a.btn:after {
    border-color: #009bdc;
}
#recruit section:not(#entry):not(#menu):nth-of-type(even) a.btn > span:after {
    border-color: #fff;
}
#recruit section:not(#entry):not(#menu):nth-of-type(even) a.btn:hover,
#recruit section:not(#entry):not(#menu):nth-of-type(even) a.btn:active {
    color: #009bdc;
}
#recruit section:not(#entry):not(#menu):nth-of-type(even) a.btn:hover > span:after {
    border-color: #009bdc;
}



#recruit .ttlCont p {
    text-align: center;
    margin-bottom: 40px;
}


#recruit #missionstatement .ttl{
    margin: 0.8em 0 1em 0;
}
#recruit section#missionstatement a.btn{
    max-width: 880px !important;
    font-size: 46px;
}
#recruit #missionstatement a.btn > span{
    padding-top: 0.5em;
    padding-bottom: 0.8em;
}
#recruit #missionstatement a.btn > span span:first-of-type {
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 195%;
    line-height: 0.7;
    z-index: -1;
}
#recruit #missionstatement a.btn span span:last-of-type  {
    display: block;
    font-size: 32%;
    opacity: .8;
}
#recruit #missionstatement .decorationCont {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    height: calc(100% + 9.9vw);
    overflow: hidden;
    top: 0;
    z-index: 2;
}
#recruit #missionstatement .decoration {
    max-width: 1280px;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
#recruit #missionstatement .decoration div {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    border-radius: 50%;
    position: absolute;
}
#recruit #missionstatement .decoration div:nth-of-type(1) {
    background-image: url("../images/company_ph01.jpg");
    width: 8.5%;
    padding-top: 8.5%;
    top: 6%;
    left: 2%;
}
#recruit #missionstatement .decoration div:nth-of-type(2) {
    background-image: url("../images/company_ph02.jpg");
    width: 14.1%;
    padding-top: 14.1%;
    top: 38%;
    left: -8%;
}
#recruit #missionstatement .decoration div:nth-of-type(3) {
    background-image: url("../images/company_ph03.jpg");
    width: 14.1%;
    padding-top: 14.1%;
    top: 30%;
    right: -8%;
}
#recruit #missionstatement .decoration div:nth-of-type(4) {
    background-image: url("../images/company_ph04.jpg");
    width: 8.5%;
    padding-top: 8.5%;
    bottom: 13%;
    right: 0%;
}
#recruit #missionstatement .decoration div:nth-of-type(5) {
    background-image: url("../images/company_ph05.jpg");
    width: 8.5%;
    padding-top: 8.5%;
    bottom: 7%;
    left: 0%;
}
#recruit #missionstatement .decoration div:nth-of-type(6) {
    background-image: url("../images/company_ph06.jpg");
    width: 6.84%;
    padding-top: 6.84%;
    top: 1%;
    right: 0%;
}


#recruit #program ul {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
#recruit #program li {
    margin: 0 10px;
}
