@charset "utf-8";

/*------人を知る------*/
#recruit .bg.onWhite > div:nth-of-type(1),
#recruit .bg.onWhite > div:nth-of-type(2) {
    background: #f5c500;
}
#recruit .bg.onWhite > div:nth-of-type(3) {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, #f5c500 6px, #f5c500 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: #f5c500;
}
#recruit section:not(#entry):not(#menu):nth-of-type(odd) {
    background: #f5c500;
    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: #f5c500;
}
#recruit section:not(#entry):not(#menu) a.btn:after {
    border-color: #fff;
}
#recruit section:not(#entry):not(#menu) a.btn > span:after {
    border-color: #f5c500;
}
#recruit section:not(#entry):not(#menu):nth-of-type(even) a.btn {
    background: #f5c500;
    border-color: #f5c500;
    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: #f5c500;
}
#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: #f5c500;
}
#recruit section:not(#entry):not(#menu):nth-of-type(even) a.btn:hover > span:after {
    border-color: #f5c500;
}



#interviews ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#interviews li {
    background: #fff;
    margin: 30px 30px;
    position: relative;
}



/*------------------------------
         2024.10.29追記
--------------------------------*/
#interviews.person .inner table th {
    width: 15%;
    position: relative;
    font-size: 16px;
    color: #f5ca19;
}

#interviews.person .inner table th,
#interviews.person .inner table td {
    padding: 10px 15px;
}

#interviews.person .inner table th::before {
    position: absolute;
    top: 21px;
    bottom: -18px;
    right: 8px;
    content: "";
    display: block;
    width: 2px;
    background: #f5ca19;
}

#interviews.person .inner table th::after {
	position: absolute;
	top: 17px;
	right: 5px;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #f5ca19;
	border-radius: 50%;
}

#interviews.person .inner figure .image_wrap {
    width: 32%;
}

#interviews.person .inner figure .image_wrap .column {
    padding-top: 116%;
}

#interviews.person .inner .image_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 40px 0;
}

#interviews.person .inner .image_wrap div {
    width: 35%;
}

#interviews.person .inner .image_wrap .column {
    width: 25%;
}

#interviews.person .inner .image_wrap p {
    text-align: center;
}

/*------------------------------
    2024.12.17追記(島田さん)
--------------------------------*/
#interviews.person .inner .image_wrap_kazuki{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 40px 0;
} 
#interviews.person .inner .image_wrap_kazuki div {
    width: 45%;
}
#interviews.person .inner .image_wrap_kazuki p {
    text-align: center;
}
/*------------------------------
/*------------------------------
    2025.5.20追記(長内さん)
--------------------------------*/
#interviews.person .inner .image_wrap_osanai{
    width: 100%;
    margin: 40px 0;
} 
#interviews.person .inner .image_wrap_osanai div {
    width: 55%;
    margin: 0 auto;
}
#interviews.person .inner .image_wrap_osanai p {
    text-align: center;
}
/*------------------------------
         
--------------------------------*/

@media screen and (min-width: 1025px) {
    #interviews li {
        width: calc(100% / 4 - 45px);
    }
    #interviews li:nth-of-type(7n+1) {
        margin-left: 0;
    }
    #interviews li:nth-of-type(7n+4) {
        margin-right: 0;
    }
}
@media screen and (max-width: 1024px) {
    #interviews li {
        width: calc(100% / 3 - 64px);
    }
    #interviews li:nth-of-type(3n) {
        margin-right: 0;
    }
    #interviews li:nth-of-type(3n-2) {
        margin-left: 0;
    }
}


#interviews li:after {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    top: 10px;
    left: 10px;
    z-index: 0;
    transition: .8s;
}
#interviews li:hover:after {
    opacity: 0;
    filter: blur(5px);
}
#interviews li a {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 100%;
    z-index: 1;
}
#interviews li a:after {
    content: "";
    display: block;
    width: 18px;
    height: 6px;
    position: absolute;
    border-right: 1px solid #f5c500;
    border-bottom: 1px solid #f5c500;
    right: 15px;
    bottom: 10px;
    transform: skewX(45deg);
    transition: .3s;
}
#interviews li a img {
    transition: .8s;
    max-width: none;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#interviews li .nameCont {
    background: rgb(255 255 255 / 90%);
    color: #333;
    position: absolute;
    width: 100%;
    padding: 15px;
    bottom: 0;
    line-height: 1;
    transition: .3s;
    z-index: 0;
    border: 1px solid #fff;
}
#interviews li .nameCont:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    display: block;
    content: '';
    background: rgb(245 197 0 / 90%);
    transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
}
#interviews .dept {
    font-size: 13px;
    margin-bottom: 8px;
}
#interviews .name {
    font-size: 26px;
}
#interviews li a:hover .nameCont:before {
    width: 100%;
}
#interviews li a:hover .nameCont {
    color: #fff;
    background: none;
}
#interviews li a:hover:after {
    right: 8px;
    border-color: #fff;
}
#interviews li a:hover img {
    transform: translate(-50%, -50%) scale(1.05);
}





#interviews.person .interviewsHead {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    margin-top: 5%;
    display: flex;
}
#interviews.person .interviewsHead figure {
    width: 50%;
    position: relative;
    padding-top: 28%;
    z-index: 2;
    margin: 0;
    overflow: hidden;
    align-self: flex-start;
    margin-top: 3%;
}
#interviews.person .interviewsHead figure 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%);
}
#interviews.person .interviewsHead .nameCont {
    width: 55%;
    padding: 4% 4% 4% 7%;
    background: #f5c500;
    color: #fff;
    font-size: 10vw;
    line-height: 1.2;
    align-self: flex-start;
    margin-left: -5%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
@media screen and (max-width: 1024px) {
    #interviews.person .interviewsHead figure {
        width: 60%;
        padding-top: 33.7%;
    }
    #interviews.person .interviewsHead .nameCont {
        width: 45%;
        padding: 4% 1% 4% 7%;
        font-size: 12vw;
    }
}
@media screen and (min-width: 1920px) {
    #interviews.person .interviewsHead .nameCont {
        font-size: 192px;
    }
}
#interviews.person .interviewsHead .nameCont h2 {
    margin-top: 6.5em;
    font-size: 11.4%;
}
#interviews.person .interviewsHead .nameCont h1 {
    margin-top: 0.1em;
    font-size: 35.4%;
}
#interviews.person .interviewsHead .nameCont h3 {
    font-size: 23.43%;
    opacity: .3;
}
#interviews.person .interviewsHead .nameCont .notes {
    font-size: 12px;
    opacity: .9;
    margin-top: 0.5em;
    color: #333;
    position: relative;
    z-index: 1;
}
#interviews.person .inner {
    color: #333;
    max-width: 950px;
}
#interviews.person h4 {
    display: inline-block;
    background: linear-gradient(to top,transparent 20%,#f5ca19 20%,#f5ca19 50%,transparent 50%);
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 20px;
}
#interviews.person h4:first-of-type,
#interviews.person figure + h4 {
    margin-top: 0;
}
#interviews.person .inner figure {
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
@media screen and (max-width: 1025px) {
    #interviews.person .inner figure {
        width: 95%;
    }
}
#interviews.person .inner figure > div {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%;
}
#interviews.person .inner 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%);
}
#interviews.person .inner figure figcaption {
    max-width: 100%;
    background: #f5c500;
    color: #fff;
    display: inline-block;
    padding: 15px;
    position: relative;
    margin-top: -20px;
    right: -20px;
}
.interviewsHead .decoration {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.interviewsHead > .decoration > div:nth-of-type(1) {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, #f5c500 6px, #f5c500 8px);
    position: absolute;
    width: 15vw;
    height: 15vw;
    border-radius: 50%;
    left: 47%;
    bottom: -9%;
}
.interviewsHead > .decoration > div:nth-of-type(2) {
    background: #f5c500;
    position: absolute;
    width: 5vw;
    height: 5vw;
    border-radius: 50%;
    opacity: .4;
    left: 64%;
    bottom: -15%;
}

.interviewsHead .nameCont .decoration > div:nth-of-type(1) {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, #fff 6px, #fff 8px);
    position: absolute;
    width: 15vw;
    height: 15vw;
    border-radius: 50%;
    right: -4%;
    bottom: -3%;
}
.interviewsHead .nameCont .decoration > div:nth-of-type(2) {
    background: #fff;
    position: absolute;
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
    opacity: .4;
    right: 27%;
    top: 18%;
}