/* CSS Document */



.interviewLIST {
	background: #fff;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.interviewLIST .ITEM {
	width: 24%;
	margin: 0 5px;
	margin-bottom: 40px;
	display: flex;
    flex-direction: column;
    justify-content: space-between; /* ←ここがポイント */
	
}
.interviewLIST .ITEM a {
display: flex;
    flex-direction: column;
    height: 100%; /* ←追加 */
}

.interviewLIST .ITEM .cateBOX {
	position: absolute;
	background: #eb9e32;
	color:#fff;
	font-size: clamp(1rem, 1.2vw, 1.3rem);
	padding: 0 20px;
	display: inline;
	border-top-left-radius: 10px;
	z-index: 1;
}
.interviewLIST .ITEM img {
	margin-bottom: 10px;
	border-top-left-radius: 10px;
}
.interviewLIST .ITEM h3 {
	font-size: clamp(1.4rem, 1.4vw, 1.5rem);
	margin-bottom: 5px;
	line-height: 1.5;
	text-align: left;
}
.interviewLIST .ITEM .user {
	display: flex;
	justify-content: space-between;
	margin-top: auto;
}

.interviewLIST .ITEM .user .nen {
position: relative;
	width: 45%;
}
.interviewLIST .ITEM .user .nen span {
	border: 1px solid #888888;
	text-align: center;
	font-size: clamp(1rem, 1.2vw, 1.2rem);
	padding: 0 5px;
	position: absolute;
	bottom:13px;
}
.interviewLIST .ITEM .user .name {
	font-size: clamp(1.8rem, 2.4vw, 2.5rem);
}
.interviewLIST .ITEM .user .name.woman {
	color:#f07677;
}
.interviewLIST .ITEM .user .name.mens {
	color:#70c4d7;
}

.pageCROSS {
margin:-50px 0 50px 0;
}

@media screen and (max-width: 834px){
	

.interviewLIST {
	background: #fff;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.interviewLIST .ITEM {
	width: 49%;
	margin: 0 0px;
	margin-bottom: 40px;
}
	

.interviewLIST .ITEM .cateBOX {
	position: absolute;
	background: #eb9e32;
	color:#fff;
	font-size: clamp(1rem, 1.2vw, 1.3rem);
	padding: 0 20px;
	display: inline;
	border-top-left-radius: 10px;
}
.interviewLIST .ITEM img {
	margin-bottom: 10px;
	border-top-left-radius: 10px;
}
.interviewLIST .ITEM h3 {
	font-size: clamp(1.3rem, 1.4vw, 1.5rem);
	margin-bottom: 5px;
	line-height: 1.4;
	text-align: left;
}
.interviewLIST .ITEM .user {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: auto;
}

.interviewLIST .ITEM .user .nen {
position: relative;
	width: auto;
	line-height: 1.5;
}
.interviewLIST .ITEM .user .nen span {
	border: 1px solid #888888;
	text-align: center;
	font-size: clamp(1rem, 1.2vw, 1.2rem);
	padding: 0 5px;
	position: relative;
	bottom:auto;
}
.interviewLIST .ITEM .user .name {
	font-size: clamp(1.8rem, 2.4vw, 2.5rem);
}
.interviewLIST .ITEM .user .name.woman {
	color:#f07677;
}
.interviewLIST .ITEM .user .name.mens {
	color:#70c4d7;
}

.pageCROSS {
margin:-100px 0 10px 0;
}

	
	
}


/*------------------------------------

詳細

------------------------------------*/


.intWOMAN.woman {
	padding-bottom: 20px;
}
.intWOMAN.mens {
	padding-bottom: 20px;
}


.titleIMG {
	position: relative;
	margin-bottom: 50px;
}
.titleIMG img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.intWOMAN.woman .titleIMG .info {
	position: absolute;
	background: #f07677;
	padding: 40px;
	box-sizing: border-box;
	top: 0;
  bottom: 0;
  margin: auto 0;
	display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
}
.intWOMAN.mens .titleIMG .info {
	position: absolute;
	background: #70c4d7;
	padding: 40px;
	box-sizing: border-box;
	top: 0;
  bottom: 0;
  margin: auto 0;
	display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
}
.intWOMAN.woman .titleIMG .info .cate {
	background: #fff;
	padding: 5px 20px 7px 20px;
	font-size: clamp(1.5rem, 1.6vw, 1.8rem);
	box-sizing: border-box;
	color:#f07677;
	line-height: 1.4;
	margin-bottom: 15px;
}
.intWOMAN.mens .titleIMG .info .cate {
	background: #fff;
	padding: 5px 20px 7px 20px;
	font-size: clamp(1.5rem, 1.6vw, 1.8rem);
	box-sizing: border-box;
	color:#70c4d7;
	line-height: 1.4;
	margin-bottom: 15px;
}
.titleIMG .info .age {
	color:#fff;
	font-size: clamp(1.5rem, 1.6vw, 1.8rem);
	line-height: 1.4;
}
.titleIMG .info .name {
	color:#fff;
	font-size: clamp(2.4rem, 3.5vw, 4rem);
	line-height: 1.2;
	
}
.intWOMAN.woman h3 {
	font-size: clamp(1.8rem, 2.8vw, 3rem);
	color:#f07677;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 50px;
	line-height: 1.5;
}
.intWOMAN.mens h3 {
	font-size: clamp(1.8rem, 2.8vw, 3rem);
	color:#70c4d7;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 50px;
	line-height: 1.5;
}
.intBOX {
	background: #f8f7f7;
	padding: 40px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.intBOX:nth-child(even) {
	flex-direction: row-reverse;
}
.intWOMAN.woman h4 {
	font-size: clamp(1.6rem, 2.3vw, 2.4rem);
	color:#f07677;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 20px;
	border-bottom: 3px dotted #f07677;
	padding-bottom: 10px;
	margin-bottom: 15px;
	line-height: 1.5;
}
.intWOMAN.mens h4 {
	font-size: clamp(1.6rem, 2.3vw, 2.4rem);
	color:#70c4d7;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 20px;
	border-bottom: 3px dotted #70c4d7;
	padding-bottom: 10px;
	margin-bottom: 15px;
	line-height: 1.5;
}
.intBOX .text {
	width: 60%;
}
.intBOX .ph {
	width: 35%;
}
.intBOX .ph img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}

.intWOMAN.woman h5 {
	font-size: clamp(1.8rem, 2.8vw, 3rem);
	color:#f07677;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 50px;
	line-height: 1.5;
	text-align: center;
	margin-top: 50px;
}
.intWOMAN.mens h5 {
	font-size: clamp(1.8rem, 2.8vw, 3rem);
	color:#70c4d7;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 50px;
	line-height: 1.5;
	text-align: center;
	margin-top: 50px;
}

.kagi-box {
  display: inline-block; /* 必要に応じて block にしてもOK */
  padding: 0.5em 1.2em;
  font-size: 16px;
  position: relative;
}

.btn-4line {
    --x-gradient: linear-gradient(90deg, #14add0 0 30px, transparent 0 calc(100% - 30px), #14add0 calc(100% - 30px));
    --y-gradient: linear-gradient(#f5eb4a 0 30px, transparent 0 calc(100% - 30px), #f5eb4a calc(100% - 30px));
    margin: 0.5rem;
    padding: 40px;
	box-sizing: border-box;
    background-image:
        var(--x-gradient),
        var(--y-gradient),
        var(--x-gradient),
        var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 4px, 4px 100%, 100% 4px, 4px 100%;
    background-position: top, right, bottom, left;
    color: #323232;
    text-decoration: none;
    transition: 0.5s;
	margin-bottom: 50px;
}

.btn-4line p {
	font-size: clamp(1.4rem, 1.6vw, 1.7rem);
	margin: 0;
	padding: 0;
}

@media screen and (max-width: 834px){
	

.intWOMAN.woman {
	padding-bottom: 20px;
}
.intWOMAN.mens {
	padding-bottom: 20px;
}

.titleIMG {
	position: relative;
	margin-bottom: 25px;
}
.titleIMG img {
	width: 100%;
	height: 150px;
	object-fit: cover;
}
.intWOMAN.woman .titleIMG .info {
	position: relative;
	background: #f07677;
	padding: 20px;
	box-sizing: border-box;
	top: 0;
  bottom: 0;
  margin: auto 0;
	display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
}
.intWOMAN.mens .titleIMG .info {
	position: relative;
	background: #70c4d7;
	padding: 20px;
	box-sizing: border-box;
	top: 0;
  bottom: 0;
  margin: auto 0;
	display: flex;
	flex-direction: column;
  justify-content: center;
  align-items: center;
}
.intWOMAN.woman .titleIMG .info .cate {
	background: #fff;
	padding: 5px 20px 7px 20px;
	font-size: clamp(1.5rem, 1.6vw, 1.8rem);
	box-sizing: border-box;
	color:#f07677;
	line-height: 1.4;
	margin-bottom: 10px;
}
.intWOMAN.mens .titleIMG .info .cate {
	background: #fff;
	padding: 5px 20px 7px 20px;
	font-size: clamp(1.5rem, 1.6vw, 1.8rem);
	box-sizing: border-box;
	color:#70c4d7;
	line-height: 1.4;
	margin-bottom: 10px;
}
.titleIMG .info .age {
	color:#fff;
	font-size: clamp(1.5rem, 1.6vw, 1.8rem);
	line-height: 1.4;
}
.titleIMG .info .name {
	color:#fff;
	font-size: clamp(2.4rem, 3.5vw, 4rem);
	line-height: 1.2;
	
}
.intWOMAN.woman h3 {
	font-size: clamp(1.8rem, 2.8vw, 3rem);
	color:#f07677;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 20px;
	line-height: 1.5;
}
.intWOMAN.mens h3 {
	font-size: clamp(1.8rem, 2.8vw, 3rem);
	color:#70c4d7;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 20px;
	line-height: 1.5;
}
.intBOX {
	background: #f8f7f7;
	padding: 15px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom: 20px;
}
.intBOX:nth-child(even) {
	flex-direction: column;
}
.intWOMAN.woman h4 {
	font-size: clamp(1.7rem, 2.3vw, 2.4rem);
	color:#f07677;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 20px;
	border-bottom: 3px dotted #f07677;
	padding-bottom: 10px;
	margin-bottom: 15px;
	line-height: 1.5;
}
.intWOMAN.mens h4 {
	font-size: clamp(1.7rem, 2.3vw, 2.4rem);
	color:#70c4d7;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 20px;
	border-bottom: 3px dotted #70c4d7;
	padding-bottom: 10px;
	margin-bottom: 15px;
	line-height: 1.5;
}
.intBOX .text {
	width: auto;
	margin-bottom: 10px;
}
.intBOX .ph {
	width:auto;
}
.intBOX .ph img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}

.intWOMAN.woman h5 {
	font-size: clamp(1.7rem, 2.8vw, 3rem);
	color:#f07677;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 20px;
	line-height: 1.5;
	text-align: center;
	margin-top: 30px;
}
.intWOMAN.mens h5 {
	font-size: clamp(1.7rem, 2.8vw, 3rem);
	color:#70c4d7;
	font-family: "Zen Maru Gothic", sans-serif;
	margin-bottom: 20px;
	line-height: 1.5;
	text-align: center;
	margin-top: 30px;
}

.kagi-box {
  display: inline-block; /* 必要に応じて block にしてもOK */
  padding: 0.5em 1.2em;
  font-size: 16px;
  position: relative;
}

.btn-4line {
    --x-gradient: linear-gradient(90deg, #14add0 0 30px, transparent 0 calc(100% - 30px), #14add0 calc(100% - 30px));
    --y-gradient: linear-gradient(#f5eb4a 0 30px, transparent 0 calc(100% - 30px), #f5eb4a calc(100% - 30px));
    margin: 0.5rem;
    padding: 20px;
	box-sizing: border-box;
    background-image:
        var(--x-gradient),
        var(--y-gradient),
        var(--x-gradient),
        var(--y-gradient);
    background-repeat: no-repeat;
    background-size: 100% 4px, 4px 100%, 100% 4px, 4px 100%;
    background-position: top, right, bottom, left;
    color: #323232;
    text-decoration: none;
    transition: 0.5s;
	margin-bottom: 30px;
}

.btn-4line p {
	font-size: clamp(1.4rem, 1.6vw, 1.7rem);
	margin: 0;
	padding: 0;
}
	
}













