@charset "utf-8";

/*------UHBみえる化コンテンツ------*/
#recruit .bg.onWhite > div:nth-of-type(1),
#recruit .bg.onWhite > div:nth-of-type(2) {
    background: #51b63a;
}
#recruit .bg.onWhite > div:nth-of-type(3) {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, #51b63a 6px, #51b63a 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: #51b63a;
}
#recruit section:not(#entry):not(#menu):nth-of-type(odd) {
    background: #51b63a;
    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: #51b63a;
}
#recruit section:not(#entry):not(#menu) a.btn:after {
    border-color: #fff;
}
#recruit section:not(#entry):not(#menu) a.btn > span:after {
    border-color: #51b63a;
}
#recruit section:not(#entry):not(#menu):nth-of-type(even) a.btn {
    background: #51b63a;
    border-color: #51b63a;
    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: #51b63a;
}
#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: #51b63a;
}
#recruit section:not(#entry):not(#menu):nth-of-type(even) a.btn:hover > span:after {
    border-color: #51b63a;
}
#recruit .ttlCont p {
    text-align: center;
    margin-bottom: 40px;
}
#lifesupport .detail {
    max-width: 950px;
    margin: 0 auto;
}
#lifesupport h3 {
    display: inline-block;
    background: linear-gradient(to top,transparent 20%,#a7da9c 20%,#a7da9c 50%,transparent 50%);
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 20px;
}
#lifesupport h3:first-of-type {
    margin-top: 0;
}
#lifesupport h4 {
    font-size: 16px;
    margin: 5px 0;
}
#lifesupport h4:before {
    content: "";
    display: inline-block;
    margin-right: 0.4em;
    width: 0.8em;
    height: 0.8em;
    background: #444;
}
#lifesupport table {
    width: 100%;
    margin: 20px 0;
}
#lifesupport tr {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#lifesupport th,
#lifesupport td {
    text-align: center;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 0.5em 0;
}
#lifesupport td {
    width: 7em;
}
#crosstalk .voiceWrap {
    margin-bottom: 0.8em;
    line-height: 1.6;
}
#crosstalk .clrFix {
    margin-top: 3em;
}
#crosstalk .mainImg + .clrFix {
    margin-top: 50px;
}
#crosstalk .voiceWrap > span {
    display: table-cell;
    min-width: 3.5em;
}
#crosstalk .voice > span {
    background: linear-gradient(to top,transparent 5%,#41952e 5%,#41952e 70%,transparent 70%);
}
#crosstalk figure {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 44.5%;
    margin: 5.5%;
}
#crosstalk .clrFix figure:first-of-type {
    margin-top: 0;
}
#crosstalk .clrFix figure:last-of-type {
    margin-bottom: 0;
}
#crosstalk figure > div {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%;
}
#crosstalk figure > div img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#crosstalk figure figcaption {
    max-width: 100%;
    background: #fff;
    color: #333;
    display: inline-block;
    padding: 15px;
    position: relative;
    margin-top: -20px;
    right: -20px;
}
#crosstalk figure.fl {
    align-items: flex-start;
    float: left;
    margin-left: 0;
}
#crosstalk figure.fl figcaption {
    left: -20px;
    right: auto;
}
#crosstalk figure.fr {
    float: right;
    margin-right: 0;
}
@media screen and (max-width: 1320px) {
    #crosstalk figure {
        width: 42.5%;
    }
    #crosstalk figure.fl {
        margin-left: 2%;
    }
    #crosstalk figure.fr {
        margin-right: 2%;
    }
}
#crosstalk figure.fl + .voiceWrap {
    clear: right;
}
#crosstalk figure.fr + .voiceWrap {
    clear: left;
}
#hokkaido .mainImg {
    max-height: 100vh;
    width: auto;
    display: block;
    margin: 50px auto 0 auto;
}
#qa .qaWrap {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    line-height: 1.7;
}
#qa dl {
    width: 48%;
}
#qa dt {
    margin-bottom: 1em;
    font-size: 16px;
}
#qa dt:before {
    content: "";
    display: inline-block;
    margin-right: 0.4em;
    width: 0.8em;
    height: 0.8em;
    background: #fff;
}
#qa dd {
    margin-bottom: 3em;
}
#qa a.btn {
    font-size: inherit;
    margin-top: 15px !important;
    max-width: none !important;
}
#qa a.btn span {
    padding: 6px;
}



#visualizationNav {
    background: rgb(105 208 81 / 10%);
}
#visualizationNav .inner {
    padding: 30px 0 !important;
}
#visualizationNav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#visualizationNav li {
    width: calc(100% / 4 - 20px);
    margin-right: 26px;
    min-height: 100px;
}
#visualizationNav li:last-of-type {
    margin-right: 0;
}
#visualizationNav li a.btn:before {
    background: #51b63a;
}
#visualizationNav li a.btn > span:after {
    border-color: #51b63a;
}
#visualizationNav li a.btn {
    font-size: 20px;
    height: 100%;
}
#visualizationNav li a.btn > span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.6em 0 0.6em 4em;
    height: 100%;
}
#visualizationNav li a.btn span span {
    display: block;
    font-size: 30%;
    opacity: .5;
}
#visualizationNav li a.btn:hover span span {
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#visualizationNav li .icon {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    -webkit-mask-repeat:no-repeat;
    mask-repeat:no-repeat;
    -webkit-mask-position: left;
    mask-position: left;
    -webkit-mask-size: auto 100%;
    mask-size: auto 100%;
    opacity: 0.2;
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
#visualizationNav li a.btn:hover .icon {
    background: #51b63a;
}


/*-------------------------------
--２０２３年度　新入社員のみえる化--
--------------------------------*/
#recruit .ttlCont {
    margin-bottom: 2.7em;
}
.inner .mainImg_text {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* text-align: center; */
    margin-top: 0.6em;
    font-size: 19px;
}
.note {
    margin: 1em 5em 0 5em;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.note p {
    font-size: 20px;
    margin-bottom: 1.5em;
}
.note .notelist {
    font-weight: bold;
}
.note .subText {
    font-size: 16px;
}
#crosstalk .btn span {
    font-size: inherit !important;
}
img.lastImg {
    padding-top: 4em;
}

/*-------------------------------
--２０２５年度　新入社員のみえる化--
--------------------------------*/
#crosstalk figure.fl:last-of-type {
    margin-left: 18%;
    margin-top: 0;
}

#crosstalk figure.fl:nth-of-type(2) {
    margin-right: 0;
    margin-left: 5.5%;
}

crosstalk .clrFix figure:last-of-type {
    margin-top: 0;
    margin-left: 14%;
}

#crosstalk figure.fl.wrap_2025 {
    margin-top: 5.5%;
}

#crosstalk figure.fl.wrap_2025:first-of-type {
    margin-top: 2.5%;
}

#crosstalk .fr.wrap_2025:nth-of-type(2) {
    margin-top: 7.5%;
}

/*#crosstalk .fr.wrap_2025:nth-of-type(2) figcaption {
    left: -300px;
}*/


