@charset "utf-8"; 

/*------新卒採用------*/
#recruit .bg.onWhite > div:nth-of-type(1), #recruit .bg.onWhite > div:nth-of-type(2) {
    background: #d8006a;
}

#recruit .bg.onWhite > div:nth-of-type(3) {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, #d8006a 6px, #d8006a 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: #d8006a;
}

#recruit section:not(#entry):not(#menu):nth-of-type(odd) {
    background: #d8006a;
    color: #fff;
}

#recruit section:not(#entry):not(#menu) a.btn {
    margin-bottom: 10px;
}

#recruit section:not(#entry):not(#menu) a.btn:before {
    background: #d8006a;
}

#recruit section:not(#entry):not(#menu) a.btn:after {
    border-color: #fff;
}

#recruit section:not(#entry):not(#menu) a.btn > span:after {
    border-color: #d8006a;
}

#recruit section:not(#entry):not(#menu):nth-of-type(even) a.btn {
    background: #d8006a;
    border-color: #d8006a;
    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: #d8006a;
}

#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: #d8006a;
}

#recruit section:not(#entry):not(#menu):nth-of-type(even) a.btn:hover > span:after {
    border-color: #d8006a;
}

#recruit section:not(#entry):not(#menu):nth-of-type(even) a.btn.gray {
    background: #a6a6a6;
    border-color: #a6a6a6;
    color: #efefef;
    pointer-events: none;
}

#recruit section:not(#entry):not(#menu):nth-of-type(even) a.btn.gray:after {
    border-color: #a6a6a6;
}

#newgrad .detail {
    max-width: 950px;
    margin: 30px auto;
    font-size: 14px;
}

#newgrad #newgradNav ~ .detail {
    margin-top: 40px;
}

#newgrad #newgradNav ~ .detail + .detail {
    border-top: 1px solid #d8006a;
    padding-top: 20px;
}

#newgrad h3 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 21px;
}

#newgrad h3:first-of-type {
    margin-top: 0;
}

#newgrad h4 {
    font-size: 16px;
    margin: 5px 0;
}

#newgrad h4:before {
    content: "";
    display: inline-block;
    margin-right: 0.4em;
    width: 0.8em;
    height: 0.8em;
    background: #444;
}

#newgrad .detail .ttlCont h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 32px;
    text-align: center;
    color: #333;
}

#newgrad .detail .ttlCont h3 {
    font-size: 18px;
    margin: 5px 0;
    text-align: center;
    color: #333;
}

#newgrad table {
    width: 100%;
    margin: 20px 0;
}

#newgrad th, #newgrad td {
    padding: 0.7em;
    display: block;
    text-align: center;
}

#newgrad th {
    border-bottom: 1px solid #ccc;
}

#newgrad a.btn {
    font-size: inherit;
    max-width: 400px;
    margin: 10px auto 0 auto;
}

#newgrad a.btn span {
    padding: 6px;
}

#newgrad .notes {
    padding-left: 1em;
    text-indent: -1em;
}

#newgrad .detail >.notes {
    color: #d8006a;
}

#newgrad .underline {
    background: linear-gradient(to top,transparent 20%,#f3b2d2 20%,#f3b2d2 50%,transparent 50%);
}

#newgrad ul.flowCont li {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 10px;
    margin: 20px 0;
    box-sizing: border-box;
}

#newgrad ul.flowCont li .ttl {
    width: 100%;
    text-align: center;
    color: #d8006a;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 19px;
}

#newgrad ul.flowCont li .ttl span {
    font-size: 15px;
}

#newgrad ul.flowCont li .number {
    color: #fff;
    background: #d8006a;
    width: 30px;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 15px;
}

#newgrad ul.flowCont li:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: #ccc;
}

#newgrad ul.flowCont li:after {
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: #ffffff;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    transform: rotate(45deg);
    transform-origin: 0 90%;
}

#newgrad ul.flowCont li:last-of-type:before, #newgrad ul.flowCont li:last-of-type:after {
    content: none;
}

#newgrad ul.flowCont li .bnMynavi {
    display: block;
    margin-top: 10px;
}

#newgrad .btn.entry {
    width: 100%;
    font-size: 130%;
    font-weight: bold;
    max-width: 600px;
}

#newgrad .btn.entry span {
    padding: 15px 6px;
}

#occupation .notes {
    font-size: 80%;
}

#requirements > h5 {
    border: 3px solid #d8006a;
    padding: 1em 0;
    text-align: center;
    margin-bottom: 20px;
}

#requirements > h5 ul {
    font-size: 124%;
    margin-bottom: 5px;
    font-weight: 900;
}

#requirements .deadline {
    color: #d8006a;
    font-size: 150%;
    font-weight: 900;
}

.close {
    max-width: 950px;
    margin: 0 auto 60px auto;
    text-align: center;
    background: #d8006a;
    color: #fff;
    padding: 10px;
    font-size: 21px;
}

/* 2022.02.01追記エリア */
#newgrad ul.flowCont li .ttl >.ttl_black {
    font-size: 19px;
    color: #444;
}

#newgrad ul.flowCont li p >.catch {
    background: #d8006a;
    color: #ffffff;
    padding: 0 5px;
}

#newgrad ul.flowCont li p >.catch_large {
    background: #d8006a;
    color: #ffffff;
    font-size: 21px;
    padding-left: 10px;
}

#newgradNav ul {
    display: flex;
    flex-wrap: wrap;
}

#newgradNav li {
    width: 100%;
    margin-top: 15px;
}

#newgradNav li:first-of-type {
    margin-top: 0;
}

#newgradNav li a.btn {
    font-size: 6.2vw !important;
}

#newgradNav li a.btn:before {
    background: #51b63a;
}

#newgradNav li a.btn > span:after {
    border-color: #51b63a;
}

#newgradNav li a.btn > span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.6em 0.2em;
    height: 100%;
}

#newgradNav li a.btn span span {
    display: block;
    font-size: 30%;
    opacity: .5;
}

#newgradNav li a.btn:hover span span {
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.requirements .deadline {
    color: #d8006a;
    font-size: 130%;
    font-weight: 900;
}
