@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: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 .ttlCont p {
    text-align: center;
    margin-bottom: 40px;
}
#recruit .ttlCont p span {
    font-size: 70%;
    display: block;
    text-indent: -1em;
    padding-left: 1em;
}
#intern .detail {
    max-width: 950px;
    margin: 30px auto;
    padding-top: 10px;
    font-size: 15px;
}
#intern .detail h2 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 32px;
    text-align: center;
}
#intern .detail h3 {
    font-size: 18px;
    margin: 5px 0;
    text-align: center;
}
#intern table {
    width: 100%;
    margin: 20px 0;
}
#intern tr {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#intern th,
#intern td {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 1em;
}
#intern th {
    text-align: center;
    background: #fdedf4;
    min-width: 10em;
}
#intern  .detail li {
    padding-left: 1em;
    text-indent: -1em;
}
#intern .underline {
    background: linear-gradient(to top,transparent 20%,#f3b2d2 20%,#f3b2d2 50%,transparent 50%);
}
#intern ul.flowCont li {
    padding-left: 0;
    text-indent: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 20px;
    margin: 20px 0;
    box-sizing: border-box;
    text-align: center;
}
#intern ul.flowCont li:first-of-type {
    margin-top: 0;
    padding-top: 10px;
}
#intern ul.flowCont li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 10px;
}
#intern ul.flowCont li .ttl {
    width: 100%;
    text-align: center;
    color: #d8006a;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 19px;
}
#intern ul.flowCont li .number {
    color: #fff;
    background: #d8006a;
    width: 30px;
    padding: 5px 0;
    text-align: center;
    margin-bottom: 15px;
}
#intern ul.flowCont li:before {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    background: #ccc;
}
#intern 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%;
}
#intern ul.flowCont li:last-of-type:before,
#intern ul.flowCont li:last-of-type:after{
    content: none;
}
#intern ul.flowCont li .bnMynavi {
    display: block;
    margin-top: 10px;
}



.deadline {
    color: #d8006a;
    font-size: 150%;
    font-weight: 900;
    border: 3px solid #d8006a;
    padding: 0.5em 1em;
    text-align: center;
    margin-top: 10px;
}

.close {
    max-width: 950px;
    margin: 0 auto 50px auto;
    text-align: center;
    background: #d8006a;
    color: #fff;
    padding: 10px;
    font-size: 21px;
}




#internNav {
    max-width: 950px;
    margin: 30px auto 60px auto;
}
#internNav ul {
    display: flex;
    /* flex-wrap: wrap; */
}
#internNav li {
    width: calc(100% / 2 - 20px);
    margin-right: 30px;
    min-height: 100px;
}
#internNav li:last-of-type {
    margin-right: 0;
}
#internNav li a.btn:before {
    background: #51b63a;
}
#internNav li a.btn > span:after {
    border-color: #51b63a;
}
#internNav li a.btn {
    font-size: 20px;
    height: 100%;
}
#internNav li a.btn > span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
#internNav li a.btn span span {
    display: block;
    font-size: 30%;
    opacity: .5;
}
#internNav li a.btn:hover span span {
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}