@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 {margin-bottom: 10px;}
#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;
}

#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;
    border-left: 1px solid #ccc;
}
#lifesupport table,
#lifesupport tbody {
    display: flex;
    width: 100%;
}
#lifesupport tr {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-direction: column;
    width: 50%;
}
#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 .mainImg + .clrFix {
    margin-top: 30px;
}
#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: 90%;
    margin: 5.5% auto;
}
#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: 45%; */
    }
    #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: 20px;
    line-height: 1.7;
}
#qa dl {
    /* width: 48%; */
}
#qa dt {
    margin-bottom: 0.4em;
    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: 2em;
}
#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: 15px 10px 25px 10px !important;
}
#visualizationNav ul {
    display: flex;
    flex-wrap: wrap;
}
#visualizationNav li {
    width: calc(100% / 2 - 8px);
    margin-top: 15px;
    margin-right: 15px;
    min-height: 95px;
}

#visualizationNav li a.btn {
    font-size: 4.6vw !important;
}
#visualizationNav li:nth-of-type(even) {
    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.4em 0.2em;
    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: 1em;
}
.note {
    margin-top: 1em;
}
.note p {
    font-size: 16px;
    margin-bottom: 1.2em;
}
#crosstalk .btn span {
    font-size: 14px;
    padding: 6px;
}
p.mainImg_text {
    font-size: 16px;
    margin: 0.2em 0 1.5em 0;
}