@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 {margin-bottom: 10px;}
#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 #missionstatement .ttl{
    margin: 0.5em 0 0.6em 0;
}
#recruit section#missionstatement a.btn{
    font-size: 7.5vw;
}
#recruit #missionstatement a.btn > span{
    padding-top: 0.6em;
    padding-bottom: 0.8em;
}
#recruit #missionstatement a.btn > span span:first-of-type {
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 142%;
    line-height: 0.7;
    z-index: -1;
}
#recruit #missionstatement a.btn span span:last-of-type  {
    display: block;
    font-size: 47%;
    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 {
    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: 17.5%;
    padding-top: 17.5%;
    top: 3%;
    left: 7%;
}
#recruit #missionstatement .decoration div:nth-of-type(2) {
    background-image: url("../images/company_ph02.jpg");
    width: 23.1%;
    padding-top: 23.1%;
    top: 34%;
    left: -9%;
}
#recruit #missionstatement .decoration div:nth-of-type(3) {
    background-image: url("../images/company_ph03.jpg");
    width: 24.1%;
    padding-top: 24.1%;
    top: 20%;
    right: -2%;
}
#recruit #missionstatement .decoration div:nth-of-type(4) {
    background-image: url("../images/company_ph04.jpg");
    width: 15.5%;
    padding-top: 15.5%;
    bottom: 6%;
    right: 0%;
}
#recruit #missionstatement .decoration div:nth-of-type(5) ,
#recruit #missionstatement .decoration div:nth-of-type(6) {
    display: none;
}


#recruit #program ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}
#recruit #program li {
    margin: 2%;
    width: 46%;
}
