@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 {margin-bottom: 10px;}
#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: 0 16px 25px 0;
    position: relative;
    width: calc(100% / 2 - 8px);
}
#interviews li:nth-of-type(even) {
    margin-right: 0;
}
#interviews li:after {
    content: "";
    position: absolute;
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    top: 8px;
    left: 8px;
    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: 10px 5px;
    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: 11px;
    margin-bottom: 8px;
}
#interviews .name {
    font-size: 21px;
}
#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 {
    position: relative;
    z-index: 2;
    margin-top: 8%;
    display: flex;
    flex-direction: column;
}
#interviews.person .interviewsHead figure {
    width: 85%;
    padding-top: 45%;
    height: 100%;
    position: relative;
    z-index: 2;
    margin: 0;
    overflow: hidden;
    align-self: flex-start;
}
#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: 80%;
    height: 80%;
    margin-top: -14%;
    padding: 4%;
    background: #f5c500;
    color: #fff;
    font-size: 10vw;
    line-height: 1.2;
    align-self: flex-end;
    position: relative;
    z-index: 1;
    overflow: hidden;
}


/*------------------------------
         2024.10.29追記
--------------------------------*/
#interviews.person .inner table th {
    width: 22%;
    position: relative;
    font-size: 16px;
    color: #f5ca19;
}

#interviews.person .inner table th,
#interviews.person .inner table td {
    padding: 12px 0;
}

#interviews.person .inner table td {
    padding-left: 20px;
}

#interviews.person .inner table th::before {
    position: absolute;
    top: 20px;
    bottom: -18px;
    right: 3px;
    content: "";
    display: block;
    width: 2px;
    background: #f5ca19;
}

#interviews.person .inner table th::after {
	position: absolute;
	top: 17px;
	right: 0;
	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-around;
    align-items: center;
    width: 100%;
    margin: 40px 0;
    flex-direction: column;
    gap: 20px;
}

#interviews.person .inner .image_wrap div {
    width: 100%;
}

#interviews.person .inner .image_wrap .column {
    width: 80%;
}

#interviews.person .inner .image_wrap p {
    text-align: center;
}

/*------------------------------
    2024.12.17追記(島田さん)
--------------------------------*/
#interviews.person .inner .image_wrap_kazuki{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 40px 0;
    flex-direction: column;
    gap: 20px;
} 
#interviews.person .inner .image_wrap_kazuki div {
    width: 95%;
}
#interviews.person .inner .image_wrap_kazuki p {
    text-align: center;
}
/*------------------------------
/*------------------------------
    2025.5.20追記(長内さん)
--------------------------------*/
#interviews.person .inner .image_wrap_osanai{
    width: 100%;
    margin: 40px 0;
    gap: 20px;
} 
#interviews.person .inner .image_wrap_osanai div {
    width: 95%;
    margin: 0 auto;
}
#interviews.person .inner .image_wrap_osanai p {
    text-align: center;
}
/*------------------------------
--------------------------------*/

@media screen and (min-width: 426px){
	#interviews.person .inner table th::before {
    position: absolute;
    top: 20px;
    bottom: -18px;
    right: 11px;
    content: "";
    display: block;
    width: 2px;
    background: #f5ca19;
}

#interviews.person .inner table th::after {
	position: absolute;
	top: 17px;
	right: 8px;
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: #f5ca19;
	border-radius: 50%;
}
}

@media screen and (min-width: 1920px) {
    #interviews.person .interviewsHead .nameCont {
        font-size: 192px;
    }
}
#interviews.person .interviewsHead .nameCont h2 {
    margin-top: 3.7em;
    font-size: 40.5%;
}
#interviews.person .interviewsHead .nameCont h1 {
    margin-top: 0.2em;
    font-size: 70.4%;
}
#interviews.person .interviewsHead .nameCont h3 {
    font-size: 58.43%;
    opacity: .3;
}
#interviews.person .interviewsHead .nameCont .notes {
    font-size: 11px;
    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 {
    width: 95%;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
#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;
    right: -3%;
    margin-top: -5%;
}
.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: 25vw;
    height: 25vw;
    border-radius: 50%;
    right: 0;
    top: 11%;
}
.interviewsHead > .decoration > div:nth-of-type(2) {
    background: #f5c500;
    position: absolute;
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    opacity: .4;
    right: 0;
    top: 0;
}

.interviewsHead .nameCont .decoration > div:nth-of-type(1) {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, #fff 6px, #fff 8px);
    position: absolute;
    width: 25vw;
    height: 25vw;
    border-radius: 50%;
    right: -4%;
    bottom: -3%;
}
.interviewsHead .nameCont .decoration > div:nth-of-type(2) {
    background: #fff;
    position: absolute;
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    opacity: .4;
    right: 27%;
    top: 33%;
}