
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Roboto:wght@500&display=swap');

body {
	background: #F1F1F1;
}

#breadcrumb.white,
#breadcrumb.white a {
	color: #fff;
	text-shadow: 0 0 2px #000;
}
#breadcrumb.white > ol > li:before {
    background: url(../img/ic_breadcrumb_white.webp) no-repeat;
	height: 12px;
	margin-top: -3px;
	width: 8px;
}

.interviewInner1 {
	margin: auto;
	max-width: 1255px;
	padding: 0 15px;
	width: 100%;
}
.interviewInner2 {
	margin: auto;
	max-width: 1010px;
	padding: 0 15px;
	width: 100%;
}

#interviewContentsHeading {
	font-family: 'Noto Sans JP';
	margin: 25px 0 29px;
}
#interviewContentsHeading .interviewHeading {
	font-size: 34px;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1;
}

#interviewContentsArea {
	font-family: 'Noto Sans JP';
	font-weight: 400;
}

.interviewAdvancedSearch1 {
	position: relative;
	width: 100%;
}

.interviewAdvancedSearchHead1 > div {
	display: flex;
	justify-content: space-between;
}
.interviewAdvancedSearchHead1 > div > div:last-child {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.interviewAdvancedSearchHead1 > div > div:last-child > div {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.interviewAdvancedSearchHead1 > div > div:last-child > div * {
	vertical-align: bottom;
}

.interviewButtonSetting1 {
	background-color: transparent;
	border: 1px solid #666;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	height: 40px;
	line-height: 38px;
	min-width: 196px;
	padding: 0;
	position: relative;
	text-align: center;
	transition: 0.5s ease;
	width: 100%;
}
body.interviewMenuOpen .interviewButtonSetting1 {
	background-color: #666;
	color: #fff;
}
.interviewButtonSetting1:before {
	background: url("/shisetsu/interview/img/icon_tune1.webp") no-repeat center center;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 18px;
	margin: 0 10px 0 0;
	position: relative;
	transition: 0.5s ease;
	vertical-align: middle;
	width: 18px;
}
body.interviewMenuOpen .interviewButtonSetting1:before {
	background-image: url("/shisetsu/interview/img/icon_tune2.webp");
}
.interviewButtonSetting1:after {
	border-color: transparent transparent #333 transparent;
	border-style: solid;
	border-width: 15px 10px;
	bottom: -18px;
	content: "";
	display: block;
	height: 0;
	left: 50%;
	margin-left: -10px;
	opacity: 0;
	position: absolute;
	transition: 0s ease;
	width: 0;
}
body.interviewMenuOpen .interviewButtonSetting1:after {
	opacity: 1;
	transition: 0.3s;
}

.interviewSerchCount1 {
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	margin-right: 30px;
	white-space: nowrap;
}
.interviewSerchCount1 > span {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 500;
	margin: 0 5px 0 11px;
}

.interviewFormButtonRadio1 {
	background-color: transparent;
	border: 1px solid #666;
	color: #000;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	height: 40px;
	line-height: 38px;
	min-width: 80px;
	padding: 0;
	position: relative;
	text-align: center;
	transition: 0.5s ease;
	width: 100%;
}
.interviewFormButtonRadio1 input {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	opacity: 0;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.interviewFormButtonRadio1 label {
	background-color: transparent;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: 0.5s ease;
	width: 100%;
}
.interviewAdvancedSearchHead1 > div > div:last-child .interviewFormButtonRadio1 + .interviewFormButtonRadio1 {
	margin-left: 10px;
}
.interviewFormButtonRadio1:hover label,
.interviewFormButtonRadio1 input:checked + label {
	background-color: #666;
	color: #fff;
}

.interviewAdvancedSearchWrap1:hover {
}

.interviewAdvancedSearchBody1 {
	color: #fff;
	height: 0;
	left: 0;
	opacity: 0;
	overflow: hidden;
	padding-top: 16px;
	top: 39px;
	position: absolute;
	transition: 0.7s ease;
	width: 100%;
}
body.interviewMenuOpen .interviewAdvancedSearchBody1 {
	height: auto;
	opacity: 1;
	transition: 0.3s;
	z-index: 5;
}
.interviewAdvancedSearchBody1 > .inner1 {
	background-color: #333;
	padding: 40px 0 60px;
}
.interviewAdvancedSearchBody1 > .inner1 > .interviewInner1.row1 {
	display: flex;
	justify-content: space-between;
}
.interviewAdvancedSearchBody1 .item1 {
	width: 17.387755102040816%;
}
.interviewAdvancedSearchBody1 .item1 h3 {
	border-bottom: 1px solid rgba(255,255,255,0.2);
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 19px;
	padding: 0 0 6px;
}
.interviewAdvancedSearchBody1 .item1 ul {
	font-weight: 400;
	line-height: 1.4;
	list-style: none;
	margin: 0;
	padding: 0;
}
.interviewAdvancedSearchBody1 .item1 ul li {
	margin: 0 0 10px;
	padding: 0 0 0 28px;
	position: relative;
}
.interviewAdvancedSearchBody1 .item1 ul ul {
	margin-top: 12px;
}
.interviewAdvancedSearchBody1 .item1 ul li input {
	margin: 0 15px 0 -28px;
	transform: scale(1.384615384615385);
	transform-origin: left center;
}
.interviewAdvancedSearchBody1 > .inner1 > .interviewInner1.row2 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 60px;
}
.interviewAdvancedSearchBody1 > .inner1 > .interviewInner1.row2 > * {
	margin: 0 5px;
}

.interviewButton2 {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff !important;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	height: 50px;
	line-height: 48px;
	padding: 0;
	position: relative;
	text-align: center;
	text-decoration: none !important;
	transition: 0.5s ease;
	width: 120px;
}
.interviewButton2.close1:before {
	background: url("/shisetsu/interview/img/icon_close1.webp") no-repeat center center;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 24px;
	margin: 0 5px 0 0;
	position: relative;
	vertical-align: middle;
	width: 24px;
}
.interviewButtonSearch1 {
	background-color: #fff;
	border: 1px solid #fff;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	height: 50px;
	line-height: 48px;
	padding: 0;
	position: relative;
	text-align: center;
	transition: 0.5s ease;
	width: 160px;
}
.interviewButtonSearch1:before {
	background: url("/shisetsu/interview/img/icon_search1.webp") no-repeat center center;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 24px;
	margin: 0 5px 0 0;
	position: relative;
	vertical-align: middle;
	width: 24px;
}

.interviewList1 {
	display: flex;
	flex-wrap: wrap;
	margin: 40px 0 0;
	width: 100%;
}
.interviewList1 > div {
	margin: 0 3.469387755102041% 40px 0;
	width: 31.020408163265306%;
}
.interviewList1 > div:nth-child(3n) {
	margin-right: 0;
}
.interviewList1 .item1 {
	color: #000;
	display: block;
	opacity: 0;
	text-decoration: none;
	transform: translateY(30px);
}
.interviewList1 .item1.is-animate {
	opacity: 1;
	transform: translateY(0);
	transition: 1s ease;
}
.interviewList1 .item1 .thumb1 {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.interviewList1 .item1 .thumb1:before {
	content: "";
	display: block;
	padding-bottom: 75%;
	position: relative;
	width: 100%;
}
.interviewList1 .item1 .thumb1 .image1 {
	background: no-repeat center center;
	background-size: auto 100%;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: 0.7s ease;
	transform: scale(1.0);
	width: 100%;
}
/*.interviewList1 .item1:hover .thumb1 .image1 {
	transform: scale(1.1);
}*/
.interviewList1 .item1 .thumb1 .image1:before {
	background: linear-gradient(to top, #000 0%, transparent 80%);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: 0.7s ease;
	width: 100%;
}
.interviewList1 .item1:hover .thumb1 .image1:before {
	opacity: 1;
}
.interviewList1 .item1 .thumb1 .tags1 {
	bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	left: 0;
	opacity: 0;
	padding: 0 15px;
	position: absolute;
	transform: translateY(20px);
	transition: 0.7s ease;
	width: 100%;
}
.interviewList1 .item1:hover .thumb1 .tags1 {
	opacity: 1;
	transform: translateY(0);
}
.interviewList1 .item1 .thumb1 .tags1 span {
	border: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	height: 25px;
	letter-spacing: 0.04em;
	line-height: 23px;
	margin: 10px 5px 0 5px;
	min-width: 82px;
	padding: 0 5px;
	text-align: center;
}
.interviewList1 .item1 p {
	letter-spacing: 0.06em;
	line-height: 1.4;
	margin: 0;
}
.interviewList1 .item1 .thumb1 + * {
	margin-top: 14px;
}
.interviewList1 .item1 .text1 {
	font-size: 16px;
	font-weight: 500;
}
.interviewList1 .item1 .text2 {
	font-size: 14px;
	margin-top: 4px;
}
.interviewList1 .item1 .text1 + .text2 {
	margin-top: 8px;
}


#interviewMainImage {
	margin-bottom: 35px;
}
#interviewMainImage > div {
	background: transparent no-repeat center center;
	background-size: cover;
	height: 550px;
	margin: auto;
	max-width: 1920px;
	position: relative;
	width: 100%;
}
/*#interviewMainImage > div:before {
	content: "";
	display: block;
	padding-bottom: 42.459736456808199%;
	width: 100%;
}*/
#interviewMainImage.is-target {
	opacity: 0;
}
#interviewMainImage.is-animate {
	opacity: 1;
	transition: 1s ease 1s;
}

#interviewMainImage.type_b {
	background: no-repeat center center;
	background-size: cover;
	position: relative;
}
#interviewMainImage.type_b:before {
	-webkit-backdrop-filter: blur(20px) brightness(80%);
	backdrop-filter: blur(20px) brightness(80%);
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#interviewMainImage.type_b > div {
	background: no-repeat center center;
	background-size: auto 100%;
}

.interviewInner2.bg1 {
	position: relative;
}
.interviewInner2.bg1:before {
	background: url("/shisetsu/interview/img/interview1.webp") no-repeat center top;
	background-size: contain;
	content: "";
	display: block;
	height: 408px;
	left: -122px;
	position: absolute;
	top: 0.8em;
	width: 59px;
}

.interviewCopy1 {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin: 0 0 0.6em;
}
.interviewCopy1 .small {
	font-size: 60%;
	font-weight: 400;
}
.interviewCopy1 .sup1 {
	bottom: 0.6em;
	font-size: 60%;
	font-weight: 400;
    position: relative;
}

.interviewBlock1 {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	margin: 0 0 21px;
}
.interviewCopy3 + .interviewBlock1 {
	margin-top: 1.3em;
}
.interviewBlock1 h3 {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.6;
	margin: 0 15px 10px 0;
	vertical-align: bottom;
}
.interviewBlock1 h3 span {
	font-size: 77.7777%;;
	font-weight: 400;
}
.interviewBlock1 .tags1 {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 0 10px 0;
}
.interviewBlock1 .tags1 span {
	border: 1px solid #999;
	color: #000;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	height: 25px;
	letter-spacing: 0.04em;
	line-height: 23px;
	margin: 0 10px 0 0;
	min-width: 76px;
	padding: 0 5px;
	text-align: center;
}
.interviewBlock1 .tags1 span:nth-last-of-type(1) {
	margin-right: 15px;
}
.interviewPageLink1 {
	border-bottom: 1px solid #000;
	color: #000 !important;
	display: inline-block;
	font-size: 12px;
	font-weight: 400;
	height: 25px;
	letter-spacing: 0.04em;
	line-height: 23px;
	margin: 0;
	padding: 0 10px 0 0;
	position: relative;
	text-align: center;
	text-decoration: none !important;
	transition: 0.3s;
}
.interviewPageLink1:hover {
	border-bottom-color: transparent;
}
.interviewPageLink1:before {
	border-color: transparent #000 #000 transparent;
	border-style: solid;
	border-width: 0 1px 1px 0;
	content: "";
	display: block;
	height: 6px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) translateY(-2px) rotate(45deg);
	width: 6px;
}
.interviewPageLink1:after {
	border-bottom: 1px solid #000;
	bottom: -1px;
	content: "";
	display: block;
	height: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	transition: 0.3s 0.3s;
	width: 0;
}
.interviewPageLink1:hover:after {
	width: 100%;
}

.interviewBlock2 {
	display: flex;
	margin: 0 0 70px;
}
.interviewBlock2.mgb0 {
	margin-bottom: 0;
}
.interviewBlock2 > div {
	display: flex;
	align-items: center;
	margin-right: 50px;
}
.interviewBlock2.cl3 {
	justify-content: space-between;
}
.interviewBlock2.cl3 > div {
	margin-right: 0;
	width: 33%;
}
.interviewBlock2 > div:last-child {
	margin-right: 0;
}
.interviewBlock2 > div > img {
	height: auto;
	width: 160px;
}
.interviewBlock2 > div >  * + div {
	padding-left: 20px;
}
.interviewBlock2 p {
	letter-spacing: 0.06em;
	line-height: 1.9;
	margin: 0;
}
.interviewBlock2 .text1 {
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.5;
}
.interviewBlock2 .text2 {
	font-size: 14px;
	font-weight: 400;
}
.interviewBlock2 .text2 + .text1 {
	margin-top: 0.5em;
}
.interviewBlock2 .text2 span {
	font-size: 11px;
}

.interviewImage1 {
	display: block;
	height: auto;
	margin: 0;
	width: 100%;
}
* + .interviewImage1 {
	margin-top: 90px;
}
* + .interviewImageWrap1 {
	margin-top: 60px;
}
.interviewImage1.is-target {
	opacity: 0;
}
.interviewImage1.is-animate {
	opacity: 1;
	transition: 1s ease;
}

.interviewCopy2 {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.9;
	margin: 0;
}
img + .interviewCopy2 {
	margin-top: 30px;
}
.interviewImageWrap1 + .interviewCopy2 {
	margin-top: 30px;
}
.interviewCopy3 + .interviewCopy2 {
	margin-top: 70px;
}
.interviewCopy2 .sup1 {
	bottom: 0.5em;
	font-size: 72.727272727272727%;
	position: relative;
}

.interviewCopy3 {
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 2.25;
	margin: 0;
}
.interviewImageWrap1 + .interviewCopy3 {
	margin-top: 15px;
}
/*.interviewCopy2 + .interviewCopy3 {
	margin-top: 20px;
}*/
.interviewCopy3 + .interviewCopy3 {
	margin-top: 1em;
}
.interviewCopy3 sub {
	font-size: 75%;
}
.interviewCopy3 .sup1 {
	bottom: 0.4em;
	font-size: 75%;
	position: relative;
}


.interviewBlock3 {
	background: #fff;
	margin: 75px 0 0;
	padding: 25px 45px 30px;
}
.interviewBlock3 h2 {
	border-bottom: 1px solid #000;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 0 0 12px;
	padding-bottom: 14px;
}
.interviewBlock3 dl {
	display: table;
	line-height: 2.2;
	overflow: hidden;
	width: auto;
}
.interviewBlock3 dl dt {
	display: table-cell;
	font-weight: 400;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	vertical-align: top;
}
.interviewBlock3 dl dd {
	display: table-cell;
	color: #000;
	font-weight: 400;
	margin: 0;
	padding: 0;
	vertical-align: top;
}
.interviewBlock3 dl dd a {
	color: #000;
	margin-right: 1em;
	position: relative;
	text-decoration: none;
}
.interviewBlock3 dl dd a[target="_blank"]:after {
	background: url("/shisetsu/interview/img/icon_open_in_new1.webp") no-repeat center center;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 18px;
	margin: -0.1em 0 0 8px;
	position: relative;
	vertical-align: middle;
	width: 18px;
}
.interviewBlock3 dl dd a span {
	position: relative;
}
.interviewBlock3 dl dd a span:before {
	border-bottom: 1px solid #000;
	bottom: -2px;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	left: 0;
	transition: 0.2s ease;
	width: 0%;
}
.interviewBlock3 dl dd a:hover span:before {
	width: 100%;
}

.interviewButton3 {
	background-color: #000;
	border: 1px solid #000;
	color: #fff !important;
	display: inline-block;
	font-size: 15px;
	font-weight: 500;
	height: 41px;
	line-height: 39px;
	min-width: 225px;
	padding: 0 15px;
	position: relative;
	text-align: center;
	text-decoration: none !important;
	transition: 0.5s ease;
}
.interviewButton3:hover {
	background-color: #fff;
	color: #000 !important;
}
* + .interviewButton3 {
	margin-top: 22px;
}
.interviewBlock3 .interviewButton3 {
	margin-right: 1em;
}
.interviewButton3:after {
	border-color: #fff #fff transparent transparent;
	border-style: solid;
	border-width: 2px 2px 0px 0px;
	content: "";
	display: inline-block;
	height: 9px;
	margin: -3px 0 0 10px;
	position: relative;
	transform: rotate(45deg);
	transition: 0.5s ease;
	vertical-align: middle;
	width: 9px;
}
.interviewButton3:hover:after {
	border-color: #000 #000 transparent transparent;
}

.interviewTitle1 {
	border-left: 5px solid #000;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.1;
	margin: 0 0 35px;
	padding: 0 0 0 13px;
}
p + .interviewTitle1 {
	margin-top: 100px;
}
.interviewTitle1 .note1 {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0em;
	margin-left: 1em;
}
.interviewTitle2 {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 0 0 10px;
}
p + .interviewTitle2 {
	margin-top: 100px;
}
.interviewTitle3 {
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 0 0 10px;
}
p + .interviewTitle3 {
	margin-top: 100px;
}

.interviewProducts1 {
	background: #F8F8F8;
	margin: 100px 0 0;
	padding: 80px 0 30px;
	width: 100%;
}
.interviewProductsBlock1 {
	display: flex;
	flex-wrap: wrap;
}
.interviewProductsBlock1 > div {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	margin: 0 2.857142857142857% 35px 0;
	width: 22.857142857142857%;
}
.interviewProductsBlock1 > div:nth-child(4n) {
	margin-right: 0;
}
.interviewProductsBlock1 .item1 {
	background: #fff;
	color: #000 !important;
	display: block;
	text-decoration: none !important;
	width: 100%;
}
/*.interviewProductsBlock1 a.item1 {
	transition: 0.5s ease;
}
.interviewProductsBlock1 a.item1:hover {
	opacity: 0.8;
}*/
/*.interviewProductsBlock1 .item1 h3 {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0 0 10px;
}*/
.interviewProductsBlock1 .item1 img {
	display: block;
	height: auto;
	width: 100%;
}
.interviewProductsBlock1 .item1 div {
	padding: 16px 15px 15px;
	position: relative;
	transition: 0.5s ease;
	width: 100%;
}
.interviewProductsBlock1 a.item1:hover div {
	background-color: #E0E0E0;
}
.interviewProductsBlock1 .item1 div p {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.7;
	margin: 0;
}
.interviewProductsBlock1 a.item1 div:after {
	border-color: #000 #000 transparent transparent;
	border-style: solid;
	border-width: 2px 2px 0px 0px;
	bottom: 12px;
	content: "";
	display: inline-block;
	height: 9px;
	position: absolute;
	right: 15px;
	transform: rotate(45deg);
	width: 9px;
}
.interviewProductsBlock1 .item1 div .note1 {
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.6;
	list-style: none;
	margin: 0;
	padding: 0;
}
.interviewProductsBlock1 .item1 div .note1 li {
	padding: 0 0 0 1em;
	text-indent: -1em;
}

.interviewNote1 {
	font-size: 13px;
	font-weight: 400;
	list-style: none;
	margin: 0;
	padding: 0;
}
* + .interviewNote1 {
	margin-top: 2em;
}
.interviewProductsBlock1 + .interviewNote1 {
	margin-top: 0;
}
.interviewCopy3 + .interviewNote1 {
	margin-top: 1em;
}
.interviewNote1 li {
	padding: 0 0 0 1.5em;
	text-indent: -1.5em;
}
.interviewNote1 li sub {
	font-size: 75%;
}

.interviewBlock4 {
	display: flex;
}
.interviewBlock4 > div {
	min-width: 50%;
}
.interviewBlock4 > div > img {
	display: block;
	height: auto;
	width: 100%;
}

#interviewMain {
	font-family: 'Noto Sans JP';
	margin-bottom: 90px;
	position: relative;
}
#interviewMain #breadcrumb {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#interviewMain > .inner {
	display: flex;
	height: 670px;
	margin: auto;
	/*max-width: 980px;*/
	max-width: 1366px;
	width: 100%;
}
#interviewMain > .inner > .image_area {
	width: 55%;
}
#interviewMain > .inner > .image_area.is-target {
	opacity: 0;
}
#interviewMain > .inner > .image_area.is-animate {
	opacity: 1;
	transition: 1s ease;
}
#interviewMain > .inner > .image_area > div {
	background: no-repeat center center;
	background-size: cover;
	height: 100%;
	width: 100%;
}
#interviewMain > .inner > .body_area {
	display: flex;
	align-items: center;
	flex: 1;
	padding: 0 0 0 50px;
}
#interviewMain > .inner > .body_area .interviewBlock1 {
	margin-bottom: 13px;
}
#interviewMain > .inner > .body_area .interviewBlock2 {
	margin-bottom: 0;
}

.interviewSearchResultsNA1 {
	margin: 75px 0 120px;
	text-align: center;
}
.interviewSearchResultsNA1 p {
	margin: 0;
}

.fs13 {
	font-size: 13px !important;
}

.mgt30 {
	margin-top: 30px !important;
}
.mgt40 {
	margin-top: 40px !important;
}

.bold {
	font-weight: bold;
}



@media print, screen and (min-width: 1025px) {
	#footerArea {
		margin-top: 0;
	}
	.interviewButtonSetting1:hover {
		background-color: #666;
		color: #fff;
	}
	.interviewButtonSetting1:hover:before {
		background-image: url("/shisetsu/interview/img/icon_tune2.webp");
	}
}
	
@media print, screen and (min-width: 751px) {
	#breadcrumb > ol {
		border-bottom: none;
	}
}

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

	#interviewContentsHeading {
		margin: 20px 0;
	}
	#interviewContentsHeading .interviewHeading {
		font-size: 20px;
	}

	.interviewAdvancedSearchHead1 > div {
		display: block;
	}
	.interviewAdvancedSearchHead1 > div > div:last-child {
		justify-content: space-between;
		margin-top: 15px;
	}

	.interviewButtonSetting1 {
		/*font-size: 12px;
		height: 36px;
		line-height: 34px;*/
		max-width: none;
	}
	/*.interviewButtonSetting1:before {
		height: 16px;
		margin: 0 7px 0 0;
		width: 16px;
	}*/
	.interviewButtonSetting1:after {
		border-width: 10px 8px;
		bottom: -12px;
		margin-left: -8px;
	}

	.interviewSerchCount1 {
		font-size: 13px;
		margin-right: 1em;
	}
	.interviewSerchCount1 > span {
		font-size: 24px;
		margin: 0 5px;
	}

	.interviewFormButtonRadio1 {
		font-size: 11px;
		height: 32px;
		line-height: 30px;
		min-width: 0;
		width: 60px;
	}

	.interviewAdvancedSearchBody1 {
		top: 31px;
	}
	.interviewAdvancedSearchBody1 > .inner1 {
		padding: 20px 0;
	}
	.interviewAdvancedSearchBody1 > .inner1 > .interviewInner1.row1 {
		flex-wrap: wrap;
	}
	.interviewAdvancedSearchBody1 .item1 {
		margin: 0 6% 20px 0;
		width: 47%;
	}
	.interviewAdvancedSearchBody1 .item1:nth-child(2n) {
		margin-right: 0;
	}
	.interviewAdvancedSearchBody1 .item1 h3 {
		font-size: 15px;
		margin: 0 0 14px;
		padding: 0 0 2px;
	}
	.interviewAdvancedSearchBody1 .item1 ul li {
		font-size: 14px;
		padding: 0 0 0 21px;
	}
	.interviewAdvancedSearchBody1 .item1 ul ul {
		margin-top: 10px;
	}
	.interviewAdvancedSearchBody1 .item1 ul li input {
		margin: 0 7px 0 -21px;
		transform: scale(1.2);
	}
	.interviewAdvancedSearchBody1 > .inner1 > .interviewInner1.row2 {
		margin-top: 0;
	}

	.interviewButton2 {
		font-size: 14px;
		height: 42px;
		line-height: 40px;
		width: 100px;
	}
	.interviewButton2.close1:before {
		height: 22px;
		width: 22px;
	}
	.interviewButtonSearch1 {
		font-size: 14px;
		height: 42px;
		line-height: 40px;
		width: 100px;
	}
	.interviewButtonSearch1:before {
		height: 22px;
		width: 22px;
	}

	.interviewList1 {
		margin: 20px 0 0;
	}
	.interviewList1 > div {
		margin: 0 4% 25px 0;
		width: 48%;
	}
	.interviewList1 > div:nth-child(3n) {
		margin-right: 4%;
	}
	.interviewList1 > div:nth-child(2n) {
		margin-right: 0;
	}
	.interviewList1 .item1 .thumb1 .tags1 {
		bottom: 10px;
		padding: 0 5px;
	}
	.interviewList1 .item1 .thumb1 .tags1 span {
		font-size: 10px;
		height: 22px;
		line-height: 20px;
		margin: 4px 2px 0 2px;
		min-width: 60px;
		padding: 0 4px;
	}
	.interviewList1 .item1 .thumb1 + * {
		margin-top: 12px;
	}
	.interviewList1 .item1 .text1 {
		font-size: 15px;
	}
	.interviewList1 .item1 .text2 {
		font-size: 13px;
		margin-top: 2px;
	}


	#interviewMainImage {
		margin-bottom: 25px;
	}
	#interviewMainImage > div {
		height: auto;
	}
	#interviewMainImage > div:before {
		content: "";
		display: block;
		padding-bottom: 50%;
		width: 100%;
	}

	.interviewInner2.bg1:before {
		display: none;
	}

	.interviewCopy1 {
		font-size: 19px;
		line-height: 1.8;
		margin-bottom: 15px;
	}

	.interviewBlock1 {
		margin: 0 0 25px;
	}
	.interviewBlock1 h3 {
		font-size: 15px;
	}
	.interviewBlock1 .tags1 {
		display: inline-flex;
		margin: 0;
	}
	.interviewBlock1 .tags1 span {
		margin: 0 5px 5px 0;
		vertical-align: bottom;
	}

	.interviewBlock2 {
		flex-wrap: wrap;
		margin: 0 0 50px;
	}
	.interviewBlock2 > div {
		display: block;
		margin: 0 4% 20px 0 !important;
		min-width: 0;
		width: 48% !important;
	}
	.interviewBlock2 > div:nth-child(2n) {
		margin-right: 0 !important;
	}
	.interviewBlock2 > div > img {
		display: block;
		margin: auto;
		max-width: 160px;
		width: 100%;
	}
	.interviewBlock2 > div > div {
		margin-top: 7px;
		padding-left: 0 !important;
	}
	.interviewBlock2 p {
		line-height: 1.7;
	}
	.interviewBlock2 .text2 {
		font-size: 12px;
	}
	* + .interviewImage1 {
		margin-top: 50px;
	}
	* + .interviewImageWrap1 {
		margin-top: 50px;
	}

	.interviewCopy2 {
		font-size: 17px;
	}
	img + .interviewCopy2 {
		margin-top: 1em;
	}
	.interviewImageWrap1 + .interviewCopy2 {
		margin-top: 1em;
	}
	.interviewCopy3 + .interviewCopy2 {
		margin-top: 40px;
	}

	.interviewCopy3 {
		line-height: 2;
	}
	/*.interviewCopy2 + .interviewCopy3 {
		margin-top: 1em;
	}*/
	.interviewImageWrap1 + .interviewCopy3 {
		margin-top: 0.5em;
	}

	.interviewBlock3 {
		margin: 50px 0 0;
		padding: 15px;
	}
	.interviewBlock3 h2 {
		font-size: 18px;
		margin: 0 0 7px;
		padding-bottom: 3px;
	}
	.interviewBlock3 dl {
		line-height: 2;
	}
	.interviewBlock3 dl dd a[target="_blank"]:after {
		height: 15px;
		margin: -0.1em 0 0 5px;
		width: 15px;
	}
	.interviewBlock3 dl dd a + a {
		margin-left: 0;
	}

	.interviewButton3 {
		font-size: 14px;
		height: 37px;
		line-height: 35px;
		margin: auto;
		min-width: 200px;
	}
	* + .interviewButton3 {
		margin-top: 17px;
	}
	.interviewButton3:after {
		height: 8px;
		margin: -2px 0 0 8px;
		width: 8px;
	}

	.interviewTitle1 {
		border-left: 4px solid #000;
		font-size: 18px;
		margin: 0 0 20px;
		padding: 0 0 0 9px;
	}
	p + .interviewTitle1 {
		margin-top: 50px;
	}
	.interviewTitle1 .note1 {
		display: block;
		margin: 0.5em 0 0;
	}
	.interviewTitle2 {
		font-size: 15px;
		margin: 0 0 5px;
	}
	p + .interviewTitle2 {
		margin-top: 50px;
	}
	p + .interviewTitle3 {
		margin-top: 50px;
	}

	.interviewProducts1 {
		margin: 70px 0 0;
		padding: 40px 0 20px;
	}
	.interviewProductsBlock1 > div {
		margin: 0 4% 20px 0;
		width: 48%;
	}
	.interviewProductsBlock1 > div:nth-child(2n) {
		margin-right: 0;
	}
	.interviewProductsBlock1 .item1:nth-child(2n) {
		margin-right: 0;
	}
	.interviewProductsBlock1 .item1 div {
		padding: 10px 15px 10px 10px;
	}
	.interviewProductsBlock1 .item1 div p {
		font-size: 13px;
		line-height: 1.6;
	}
	.interviewProductsBlock1 a.item1 div:after {
		bottom: 17px;
		height: 8px;
		right: 5px;
		width: 8px;
	}

	.interviewBlock4 {
		display: block;
	}
	.interviewBlock4 > div {
		min-width: 100%;
	}
	.interviewBlock4 > div + div {
		margin-top: 20px;
	}

	#interviewMain {
		margin-bottom: 0;
	}
	#interviewMain #breadcrumb {
		display: none;
	}
	#interviewMain > .inner {
		display: block;
		height: auto;
		margin: auto;
	}
	#interviewMain > .inner > .image_area {
		margin-bottom: 25px;
		width: 100%;
	}
	#interviewMain > .inner > .image_area > div {
		height: auto;
	}
	#interviewMain > .inner > .image_area > div:before {
		content: "";
		display: block;
		padding-bottom: 85%;
		width: 100%;
	}
	#interviewMain > .inner > .body_area {
		display: block;
		padding: 0 15px;
	}
	#interviewMain > .inner > .body_area .interviewBlock1 {
		margin-bottom: 25px;
	}
	#interviewMain > .inner > .body_area .interviewBlock2 {
		margin-bottom: 50px;
	}

	.mgt30s {
		margin-top: 30px !important;
	}
	.mgt40s {
		margin-top: 40px !important;
	}
	
}
