@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

html {
	font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
}

.textlink {
	position: relative;
	padding-left: 18px;
}

.textlink::before {
	content: "";
	width: 6px;
	height:6px;
	border-right: 1px solid #005227;
	border-top: 1px solid #005227;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	transform: rotate(45deg);
}

.textlink a {
	text-decoration: underline;
}

.textlink a:hover {
	text-decoration: none;
}


.mainImgBox {
/*	height: calc(100vh - 14.0rem); */
	height: calc(100vh - 14.0rem);
	max-height: 1000px;
}
@media (max-width: 767px) {
	.mainImgBox {
		height: calc(100vh - 8.0rem);
	}
}

.mainImgBox .bgImgList {
	background-position: center;
}

.mainImgBox .bgImgList::after {
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	top: 0;left: 0;
	position: absolute;
}

.mainImgBox .bgImgList .item.slick-active {
	animation: zoomDown 6s linear forwards;
}

@keyframes zoomDown {
	from {
		transform: scale(1.15);
	}
	to {
		transform: scale(1);
	}
}

.mainImgBox .bgImgList .item.item01 {
	background-image: url("../img/kv/kv_case01_01.webp");
}

.mainImgBox .txtBox01 {
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}


.mainImgBox .txtBox01 .head {
	font-size: clamp(2.8rem, 3.5vw, 6.4rem);
}

.mainImgBox .txtBox01 .txt01 {
	font-family: "Zen Old Mincho", serif;
	opacity: 0.8;
}

@media (max-width: 767px) {
	.footer {
		padding: 80px 0 20px;
	}
}

/*============================================================================
	naviBox
=============================================================================*/

.naviBox {
	margin: 20px 0;
}
@media (max-width: 767px) {
	.naviBox {
		margin: 10px 0;
		height: 66px;
	}
}
.commonHeadBox .sub {
	font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
}
.commonHeadBox .sub::before {
	display: none;
}
.commonHeadBox .sub::after {
	display: none;
}

.naviBox .naviList {
	border-right: none;
}

.naviBox .naviList li {
	position: relative;
}

.naviBox .naviList li:last-of-type {
	border-right: 1px solid #DBDBDB;	
}

.naviBox .naviList li:has(.current)::before {
	content: "";
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top:4px solid #005227;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -5px;
}

.naviBox .naviList li a:hover i img, .naviBox .naviList li a.current i img {
	filter: none;
}

.naviBox .naviList li a i::after {
	content: none;
}

@media (min-width: 768px) {
	.naviBox .naviList li a i {
		transition: all 0.2s;
	}

	.naviBox .naviList li a:hover i {
		transform: scale(1.1);
	}
}

@media (min-width: 768px) {
	.naviBox .naviList li a i {
		height: 45px;
		margin-bottom: 4px;
	}
}

.naviBox .naviList li a .txt01 {
	font-size: 1.4rem;
	font-size: clamp(1.2rem, 1.16666vw, 1.4rem);
}

@media (max-width: 767px) {
	.naviBox .naviList li a i img {
		scale: 0.8;
	}
}

/* ! Break(carriage return) Control Classes
----------------------------------------------- */
br.sp {
	display: block !important;
}
@media screen and (min-width: 768px) {
	br.sp {
		display: none !important;
	}
}
br.pc {
	display: none !important;
}
@media screen and (min-width: 768px) {
	br.pc {
		display: block !important;
	}
}
/* ! inline Break(carriage return) Control Classes
----------------------------------------------- */
br.sp-inline {
	display: inline-block !important;
}
@media screen and (min-width: 768px) {
	br.sp-inline {
		display: none !important;
	}
}
br.pc-inline {
	display: none !important;
}
@media screen and (min-width: 768px) {
	br.pc-inline {
		display: inline-block !important;
	}
}

/*

.interviewBox .caseBox .infoBox {
	display: flex;
	flex-direction: column-reverse;
	color: #005227;
}
@media (min-width: 768px) {
	.interviewBox .caseBox .infoBox {
		display: grid;
		grid-template-columns: 40% auto;
		gap: 0 5%;
	}
}
.interviewBox .caseBox .infoBox .imgBox {
	grid-column: 1;
	grid-row: 1 / 3;
	margin: 0;
	text-align: center;
}
@media (max-width: 1024px) {
	.interviewBox .caseBox .infoBox .imgBox {
		grid-row: 1;
	}
}


.commonTtlNum {
	font-size: clamp(1.4rem, 1.33333vw, 1.6rem);
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	line-height: 1.0;
	rotate: 0deg;
}


.commonTtlNum .num {
	display: block;
	margin: 0;
	font-size: 5.0em;
}


.interviewBox .caseBox .infoBox .titleBox .title {
	margin: 0.5em 0;
	font-size: clamp(1.4rem, 2.666vw, 3.2rem);
	font-weight: bold;
	line-height: 1.5;
	white-space: nowrap;
}


.interviewBox .caseBox .infoBox .titleBox .fromto {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 0.5em;
	font-size: clamp(1.2rem, 1.16666vw, 1.4rem);
	font-weight: 500;
	line-height: 1;
}
.interviewBox .caseBox .infoBox .titleBox .fromto .from {
	
}
.interviewBox .caseBox .infoBox .titleBox .fromto .arrow {
	line-height: 0.1;
}



.profileBox {
	padding: 1.0em 1.5em 1.0em;
	background-color: #f4f4f4;
}

.interviewBox .caseBox .infoBox .profileBox .profileTtl {
	display: none;
}



.interviewBox .caseBox .infoBox .profileBox .nameFromBox {
	display: flex;
	align-items: flex-start;
	gap: 1.5em;
}
.interviewBox .caseBox .infoBox .profileBox .nameFromBox .name {
	flex-shrink: 0;
	margin: 0;
	font-weight: 500;
	white-space: nowrap;
}
.interviewBox .caseBox .infoBox .profileBox .nameFromBox .name span {
	font-family: "Roboto", sans-serif;
	font-size: 1.5em;
	margin: 0 0.5em 0 0;
}




.interviewBox .caseBox .infoBox .profileBox .profileList {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	gap: 0.6em 2em;
	justify-content: start;
	font-size: clamp(1.2rem, 2.5vw, 1.4rem);
	font-weight: 500;
}
.interviewBox .caseBox .infoBox .profileBox .profileList .item {
	display: flex;
	align-items: baseline;
	gap: 0.5em;
}
.interviewBox .caseBox .infoBox .profileBox .profileList .item dt {
	margin: 0;
	white-space: nowrap;
}
.interviewBox .caseBox .infoBox .profileBox .profileList .item dt::after {
	content: "：";
}
.interviewBox .caseBox .infoBox .profileBox .profileList .item dd {
	margin: 0;
}

*/

/*============================================================================
	interviewBox
=============================================================================*/


.commonHeadBox .head {
	font-size: clamp(2.8rem, 4.0vw, 4.8rem);
	font-weight: 400;
}


.p-case__item {
	position: relative;
	color: #005227;
}
@media (min-width: 768px) {
	.p-case__item {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}
}

.p-case__info {
	display: flex;
	flex-wrap: wrap;
	gap: 1.0rem;
	margin-bottom: 3.0rem;
}

@media (min-width: 768px) {
	.p-case__info {
		display: block;
		width: 47%;
		margin-bottom: 0;
	}
}

.p-case__info__inner {
	display: flex;
	gap: 1.5rem;
}

.p-case__info__note {
	font-size: 1.1rem;
	margin-top: 0.25em;
	text-align: right;
}

.p-case__info .p-case__info__note{
	display: none;
}

@media (min-width: 768px) {
	.p-case__info__note{
		display: none;
	}

	.p-case__info .p-case__info__note{
		display: block;
		font-size: 1.2rem;
	}
}

.p-case__number {
	flex-shrink: 0;
	color: #cccccc;
	font-size: clamp(1.4rem, 1.33333vw, 1.6rem);
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	line-height: 1.0;
}

.meritBox .p-case__number {
	color: #E0AF59;
}

.p-case__number .num {
	display: block;
	font-size: clamp(1.4rem, 10.41666vw, 8.0rem);
}

@media (min-width: 768px) {
	.p-case__number .num {
		font-size: clamp(1.4rem, 6.66666vw, 8.0rem);
	}
}


.p-case__title {
	flex-grow: 1;
	margin: 0.5em 0;
	font-size: clamp(2.0rem, 4.16666vw, 3.2rem);
	font-weight: bold;
	line-height: 1.5;
}

@media (min-width: 768px) {
	.p-case__title {
		font-size: clamp(2.4rem, 2.666vw, 3.2rem);
	}
}

.p-case__fromto {
	width: 100%;
}


.p-case__fromto {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 0.5em;
	font-size: clamp(1.2rem, 1.16666vw, 1.4rem);
	font-weight: 500;
	line-height: 1;
}

.p-case__fromto .arrow {
	line-height: 0.1;
}




@media (min-width: 768px) {
	.p-case__image {
		width: 50%;
	}
}


.p-case__image figure {
	margin: 0;
}


.p-case__profile {
	margin-top: 2.0em;
	padding: 1.0em 1.5em;
	background-color: #f4f4f4;
}

@media (min-width: 768px) {
	.p-case__profile {
		display: none;
	}
}

.p-case__info .p-case__profile {
	display: none;
}

@media (min-width: 768px) {
	.p-case__info .p-case__profile {
		display: block;
	}
}


.p-case__profile__inner {
	display: flex;
	align-items: flex-start;
	align-items: center;
	gap: 1em;
}

.p-case__profile__name {
	flex-shrink: 0;
	margin: 0;
	font-weight: 500;
	white-space: nowrap;
}

.p-case__profile__name span {
	font-family: "Roboto", sans-serif;
	font-size: 1.5em;
	margin: 0 0.5em 0 0;
}




.p-case__profile__list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
	gap: 0.6em 2em;
	justify-content: start;
	font-size: clamp(1.2rem, 2.5vw, 1.4rem);
	font-weight: 500;
	border-left: 2px solid #dddddd;
	padding-left: 1em;
}

.p-case__profile__list p {
	margin: 0;
}

.interviewBox .caseBox .caseLinkBox a {
	border-width: 12px;
}

@media (min-width: 768px) {
	.interviewBox .caseBox .caseLinkBox a {
		border-width: 8px;
	}
}


/*============================================================================
	block
=============================================================================*/


.interviewBox .caseBox .block + .block {
	margin-top: 5.0rem;
}

@media (min-width: 768px) {
	.interviewBox .caseBox .block + .block {
		margin-top: 10.0rem;
	}
}



.c-block_column {
	margin-top: 3.0em;
}

@media (min-width: 768px) {
	.c-block_column {
		padding: 0 2.0em;
	}
}


.blockImgLeft .c-block_column,
.blockImgRight .c-block_column {
	margin-top: 0;
}

p.c-block__text {
	line-height: 2.0!important;
}


.c-block__title {
	position: relative;
	margin: 0 0 2.0em;
	padding-left: 4.0rem;
	color: #005227;
	font-size: clamp(1.8rem, 3.125vw, 2.4rem);
	font-weight: 600;
	line-height: 1.75;
}

@media (min-width: 768px) {
	.c-block__title {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		gap: 0.4em;
		padding-left: 6.0rem;
		font-size: clamp(1.8rem, 2.0vw, 2.4rem);
	}
}

.c-block__title::before {
	content: "";
	position: absolute;
	top: 0.9em;
	left: 0;
	width: 3.0rem;
	height: 0.2rem;
	background-color: #005227;
}

@media (min-width: 768px) {
	.c-block__title::before {
		width: 5.0rem;
	}
}

.c-block__title span {
	display: inline;
	font-weight: 400;
}

.interviewBox .caseBox .accordionLabel .btn span {
	background-color: #005227;
	border: 2px solid #005227;
	color: #fff;
	padding: 0.2em 2em;
	border-radius: 2em;
	transition: background 0.1s linear;
}

.interviewBox .caseBox .accordionLabel .btn span::after {
	margin-top: -3px;
	margin-left: 0.3em;
}

.interviewBox .caseBox:has(input.accordionCheck:checked) .accordionLabel .btn span::after {
	margin-top: 5px;
}

@media (min-width: 768px) {
	.interviewBox .caseBox .accordionLabel .btn span:hover {
		background-color: #fff;
		color: #005227;
		transition: background 0.1s linear;
	}

	.interviewBox .caseBox .accordionLabel .btn span:hover::after {
		border-color: #005227;
	}
}

/*============================================================================
	interviewBox imgClm overwrite
=============================================================================*/

.interviewBox .caseBox .blockImg2Clm .imgClm {
	display: flex;
	flex-direction: column;
	gap: 2em;
}

@media (min-width: 768px) {
	.interviewBox .caseBox .blockImg2Clm .imgClm {
		flex-direction: row;
	}
}

.interviewBox .caseBox .blockImg2Clm .imgClm img {
	width: 100%;
}


/*============================================================================
	voiceBox ttlBox overwrite
=============================================================================*/

.voiceBox .ctgBox .ttlBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2em;
}

@media (min-width: 768px) {
	.voiceBox .ctgBox .ttlBox {
		flex-direction: row;
	}
}

.voiceBox .ctgBox:nth-child(2n) .ttlBox {
	flex-direction: column;
}

@media (min-width: 768px) {
	.voiceBox .ctgBox:nth-child(2n) .ttlBox {
		flex-direction: row-reverse;
	}
}

/*============================================================================
	voiceBox ttlBox ttl overwrite
=============================================================================*/

.voiceBox .ctgBox .ttlBox .ttl {
	font-size: clamp(1.6rem, 5.46875vw, 4.2rem);
}

@media (min-width: 768px) {
	.voiceBox .ctgBox .ttlBox .ttl {
		font-size: clamp(1.6rem, 3.5vw, 4.2rem);
	}
}

.voiceBox .ctgBox .list01 li p {
	line-height: 2.0;
}


/*============================================================================
	meritBox blockImgCenter overwrite
=============================================================================*/

.meritBox .block + .block {
	margin-top: 60px;
}

@media (min-width: 768px) {
	.meritBox .block + .block {
		margin-top: 120px;
	}
}

@media (min-width: 768px) {
	.meritBox .block.blockImgCenter {
		gap: 4.0rem;
	}
}


/*============================================================================
	naviBox naviList voice img overwrite
=============================================================================*/

.naviBox .naviList li.voice a i img {
	margin-left: 0;
}
@media (max-width: 767px) {
	.naviBox .naviList li.voice a i img {
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.naviBox .inner {
		margin: 0;
		width: 100%;
	}
}




/*============================================================================
	Contact page style
=============================================================================*/

/* header */

.l-header {
	background-color: #000000;

	.l-header__container {
		display: flex;
		align-items: center;
		height: 6.0rem;
		padding: 0 20px;
	}

	.logo {
		width: 80px;
		margin: 0;

		img {
			display: block;
			width: 100%;
			height: auto;
		}
	}
}

/* contentSection */

.contact.contentSection {
	margin: 100px 0 0;
	position: relative;
	overflow: hidden;
}

@media (max-width: 767px) {
	.contact.contentSection {
		margin: 50px 0;
	}
}

.contact.contentSection .inner {
	max-width: none;
	width: 100%;
}

.contact.contentSection .commonHeadBox {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}

.c-form {
	background-color: #f7f7f7;
}

.c-form__container {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0 100px
}

.c-form * {
	box-sizing: border-box;
}

.c-form dl {
	margin: 0;
}


@media (min-width: 768px) {
	.c-form dl {
		display: grid;
		grid-template-columns: 1fr 70%;
	}
}

.c-form dt {
	margin: 0;
	padding: 3.0em 0 1.0em;
	font-weight: bold;
	border-bottom: solid 1px transparent;
}

@media (min-width: 768px) {
	.c-form dt {
		padding: 3.0em 2.0em 3.0em 0;
		border-color: #333333;
	}
}

.c-form dd {
	margin: 0;
	padding-bottom: 3.0em;
	border-bottom: solid 1px #333333;
}

@media (min-width: 768px) {
	.c-form dd {
		padding: 3.0em 0 3.0em 2.0em;
		border-color: #cccccc;
	}
}

.c-form dd .c-input__padding {
	padding: 0.75em 0;
}


.attention {
	display: block;
	color: #898989;
	font-size: 0.9em;
	font-weight: normal;
}

.c-label {
	display: inline-block;
	padding: 0.75em 0;
}

.c-label__tag {
	align-self: center;
	background-color: #cc0000;
	color: #ffffff;
	font-size: 0.65em;
	padding: 0.1em 0.5em;
	border-radius: 4px;
	font-weight: 700;
}

.c-input,
.c-select,
.c-textarea {
	width: 100%;
	padding: 0.75em 0.75em;
	font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
	background-color: #ffffff;
	border: 2px solid #cccccc;
	border-radius: 4px;
	appearance: none;
}

/* Placeholder */
.c-input::placeholder,
.c-textarea::placeholder {
	color: #cccccc;
}

/* Specific for Textarea */
.c-textarea {
	min-height: 8.0em;
	resize: vertical;
	line-height: 1.6;
}

/* Specific for Select (Custom Arrow) */
.c-select {
	padding-right: 3.0em;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23666666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1.0em center;
	background-size: 1.2em;
}

.c-input.half,
.c-select.half,
.c-textarea.half {
	width: calc(100% / 4);
}


/* ----------------------------------------
 * Checkbox & Radio
 * -------------------------------------- */

.c-control-group {
	display: flex;
	flex-direction: column;
	gap: 16px;
}


.c-control {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	font-size: inherit;
	color: #000000;
	position: relative;
}

.c-control__input {
	/* アクセシビリティを維持しつつ非表示 */
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.c-control__visual {
	position: relative;
	width: 22px;
	height: 22px;
	border: 2px solid #cccccc;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}


/* Checkbox specific */
.c-control[data-type="checkbox"] .c-control__visual {
	border-radius: 4px;
}

/* Radio specific */
.c-control[data-type="radio"] .c-control__visual {
	border-radius: 50%;
}

/* Checked State */
.c-control__input:checked + .c-control__visual {
	background-color:#005227;
	border-color: #000000;
}

.c-control__input:checked + .c-control__visual::after {
	content: "";
	display: block;
}

.c-control[data-type="checkbox"] .c-control__input:checked + .c-control__visual::after {
	width: 0.35em;
	height: 0.6em;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg) translate(-1px, -1px);
}

.c-control[data-type="radio"] .c-control__input:checked + .c-control__visual {
	background-color: #ffffff;
	border-width: #ffffff;
}

/* Focus State */
.c-control__input:focus-visible + .c-control__visual {
	box-shadow: 0 0 0 4px #cccccc;
	border-color: #000000;
}

/* Disabled State */
.c-control__input:disabled + .c-control__visual {
	background-color: #eeeeee;
	border-color: #cccccc;
}





.c-control-group[data-orientation="vertical"] {
	display: flex;
	flex-direction: column;
	column-gap: 16px;
	row-gap: 1.6rem;
}

.c-control-group[data-orientation="horizontal"] {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	column-gap: 16px;
	row-gap: 16px;
}


.c-form__submit {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 30px;
	margin: 5em 0 0;
}

.c-form__button {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	padding: 1.5em 2.0em;
	background-color: #000000;
	color: #ffffff;
	font-family: "Noto Sans JP", "Zen Kaku Gothic New", sans-serif;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.02em;
	border: none;
	border-radius: 4px;
	white-space: nowrap;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
}


/* ----------------------------------------
 * Stepbar
 * -------------------------------------- */

.stepbar-group {
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 50px 0 80px;
}

.stepbar-horizontal {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	list-style-type: none;
	counter-reset: step-index;
}

.stepbar-horizontal li {
	position: relative;
	width: calc(100% / 3);
	text-align: center;
	color: #cccccc;
	font-size: 18px;
	font-weight: 600;
	counter-increment: step-index;
}

.stepbar-horizontal li span {
	display: block;
	font-size: 0.8em;
}


.stepbar-horizontal li:before {
	content: counter(step-index);
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	margin: 0 auto 15px;
	text-align: center;
	background-color: #cccccc;
	color: white;
	font-size: 20px;
	font-weight: 600;
	border: solid 2px #cccccc;
	border-radius: 4px;
	z-index: 2;
}

.stepbar-horizontal li:after {
	content: '';
	position: absolute;
	top: 30px;
	left: -50%;
	width: 100%;
	height: 3px;
	background-color: #cccccc;
	z-index: 1;
}

.stepbar-horizontal li:first-child:after {
	content: none;
}
.stepbar-horizontal li.active,
.stepbar-horizontal li.complete {
	color: #005227;
}

.stepbar-horizontal li.active:before {
	background-color: #005227;
	border: solid 2px #005227;
}

.stepbar-horizontal li.complete:before {
	background-color: white;
	border: solid 2px #005227;
	color: #005227;
}

.stepbar-horizontal li.active:after,
.stepbar-horizontal li.complete:after {
	background-color: #005227;
}

.p-form__thanks {
	text-align: center;
}

.p-form__thanks__title {
	font-family: "Zen Old Mincho", serif;
	font-size: 32px;
	font-weight: 400;
}

.c-form .error_list {
    background-color: rgb(253, 228, 228);
	padding: 1em;
    font-size: max(1.4rem, 1.7777777vw);
    font-weight: 600;
    line-height: 1.5;
	color: #cc0000;
	margin-bottom: 20px;
}

@media screen and (min-width: 900px) {
	.c-form .error_list {
        font-size: 1.6rem;
		padding: 40px;
		margin-bottom: 40px;
    }
}

.c-form .error_list ul {
	margin-bottom: 0;
	padding: 0 0 0 1.5em;
}

.c-form .error_list li {

}


/* ----------------------------------------
 * インタビュー　sp　写真の表示範囲を拡大
 * -------------------------------------- */

@media (max-width: 1024px) {
	.interviewBox .caseBox {
		max-height: 100vw;
	}
}