<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.voice {
	margin-bottom: 108px;
}
.voice_inner {}
.voice_sect {
	margin-bottom: 73px;
	padding-bottom: 45px;
	padding-top: 45px;
}
.voice_sect:last-child {
	margin-bottom: 0;
}
.voice_cols {
	display: flex;
	justify-content: space-between;
}
.voice_col {}
.voice_col-no1 {
	background-color: #f2f5fa;
	width: 570px;
	padding-top: 140px;
	position: relative;
	z-index: 1;
	padding-right: 30px;
	box-sizing: border-box;
}
.voice_col-no1::after {
	content: "";
	display: block;
	width: 100vw;
	height: calc(100% + 90px);
	background-color: #f2f5fa;
	position: absolute;
	z-index: 0;
	right: -230px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.voice_col-no1Rev::after {
	right: auto;
	left: -230px;
}
.voice_areaTxt {
	max-width: 450px;
	position: relative;
	z-index: 2;
}
.voice_areaTxt-rev {
	margin-left: auto;
}
.voice_title {}
.voice_text {}
.voice_col-no2 {
	position: relative;
	z-index: 1;
	width: calc(100% - 570px);
}
.voice_image {}
.voice_image &gt; img {
	display: block;
	max-width: 100%;
	height: auto;
	background-color: #f2f5fa;
}
.voice_cols-rev {
	flex-direction: row-reverse;
}
.voice_col-no1Rev {
	padding-right: 0;
	padding-left: 30px;
}
.voice_col-no2Rev {}
.other {}
.other_inner {
	max-width: 1074px;
}
.other_title {}
.other_list {}
.other_list &gt; li {
	width: 48.4%;
	margin-left: 3.2%;
}
.other_list &gt; li:first-child {}
.other_list &gt; li:last-child {}
.other_list &gt; li &gt; a {}
.other_item {}
.other_image {}
.other_image::before {}
.other_image &gt; img {}
.other_areaTxt {}
.other_name {}
.other_name &gt; small {}
.other_year {}
.vis {
	padding-top: 183px;
}
.vis.vis-interview-03 {
  padding-top: 140px;
}
.vis_dummy{
	display:none;
}
.vis_title {
	margin-bottom: 32px;
}
.vis_title &gt; small {
	letter-spacing: 0.1em;
	margin-bottom: 44px;
}
.vis_title &gt; b {
	padding-left: 10px;
	padding-right: 10px;
}
.vis_name {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
	letter-spacing: 0.1em;
}
.vis_name &gt; b {
	background-color: #fff;
	padding: 3px 15px;
	padding-top: 6px;
}
.vis_list {
	list-style: none;
	letter-spacing: 0.1em;
}
.vis_list &gt; li {}
.vis_list &gt; li:first-child {}
.vis_list &gt; li:last-child {}
@media screen and (max-width: 1399px) {
	.vis {
		padding-top: 140px;
	}
  .vis.vis-interview-03 {
    padding-top: 90px;
  }
	.vis_title &gt; small {
		margin-bottom: 30px;
	}
	.vis_name {
		font-size: 23px;
	}
}
@media screen and (max-width: 1199px) {
	.voice_col-no1 {
		width: 520px;
		padding-top: 80px;
	}
	.voice_col-no2 {
		width: calc(100% - 520px);
	}
}
@media screen and (min-width:1000px) {
	.other_list &gt; li &gt; a:hover {}
	a:hover .other_image::before {
		opacity: 1;
	}
	a:hover .other_name {
		color: #003ccb;
	}
}
@media screen and (max-width:999px) {
	.voice {}
	.voice_inner {}
	.voice_sect {
		padding-bottom: 35px;
		padding-top: 35px;
		margin-bottom: 65px;
	}
	.voice_sect:last-child {}
	.voice_cols {}
	.voice_col {}
	.voice_col-no1 {
		padding: 0 10px;
		padding-right: 30px;
		width: 460px;
		padding-top: 25px;
	}
	.voice_col-no1::after {
		right: -70px;
		height: calc(100% + 70px);
	}
	.voice_col-no1Rev::after {
		left: -70px;
	}
	.voice_areaTxt {}
	.voice_areaTxt-rev {}
	.voice_title {}
	.voice_text {}
	.voice_col-no2 {
		width: calc(100% - 460px);
	}
	.voice_image {}
	.voice_image &gt; img {}
	.voice_cols-rev {}
	.voice_col-no1Rev {
		padding-right: 10px;
		padding-left: 30px;
	}
	.voice_col-no2Rev {}
	.other {}
	.other_inner {}
	.other_title {}
	.other_list {
		max-width: 640px;
		margin: 0 auto;
	}
	.other_list &gt; li {}
	.other_list &gt; li:first-child {}
	.other_list &gt; li:last-child {}
	.other_list &gt; li &gt; a {}
	.other_item {}
	.other_image {
		margin-bottom: 15px;
	}
	.other_image::before {}
	.other_image &gt; img {}
	.other_areaTxt {}
	.other_name {
		font-size: 22px;
	}
	.other_name &gt; small {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.other_year {}
	.vis {
		padding-top: 0;
	}
  .vis.vis-interview-03 {
    padding-top: 0;
  }
	.vis_title {
		margin-bottom: 24px;
	}
	.vis_title &gt; small {
		margin-bottom: 20px;
	}
	.vis_title &gt; b {}
	.vis_name {}
	.vis_name &gt; b {
    padding: 0;
    background-color: transparent;
}
	.vis_list {}
	.vis_list &gt; li {}
	.vis_list &gt; li:first-child {}
	.vis_list &gt; li:last-child {}
}
@media screen and (max-width:767px) {
	.voice {
		margin-bottom: 60px;
	}
	.voice_inner {}
	.voice_sect {
		padding: 0;
		margin-bottom: 50px;
	}
	.voice_sect:last-child {}
	.voice_cols {
		display: block;
	}
	.voice_col {
		width: auto;
	}
	.voice_col-no1 {
		padding: 30px 20px 60px;
		margin-right: -20px;
	}
	.voice_col-no1::after {
		display: none;
		right: 0;
	}
	.voice_col-no1Rev::after {}
	.voice_areaTxt {
		max-width: none;
	}
	.voice_areaTxt-rev {}
	.voice_title {}
	.voice_text {}
	.voice_col-no2 {
		margin-left: -20px;
		margin-top: -40px;
		max-width: 280px;
		margin-right: auto;
	}
	.voice_image {}
	.voice_image &gt; img {}
	.voice_cols-rev {}
	.voice_col-no1Rev {
		margin-left: -20px;
		margin-right: 0;
	}
	.voice_col-no2Rev {
		margin-right: -20px;
		margin-left: auto;
	}
	.other {}
	.other_inner {}
	.other_title {}
	.other_list {}
	.other_list &gt; li {}
	.other_list &gt; li:first-child {}
	.other_list &gt; li:last-child {}
	.other_list &gt; li &gt; a {}
	.other_item {}
	.other_image {
		margin-bottom: 8px;
	}
	.other_image::before {}
	.other_image &gt; img {}
	.other_areaTxt {}
	.other_name {
		font-size: 17px;
	}
	.other_name &gt; small {
		font-size: 13px;
		margin-bottom: 3px;
	}
	.other_year {
		font-size: 12px;
	}
	.vis {
		padding: 0;
		/* margin-bottom: 30px; */
	}
	.vis_title {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.vis_title &gt; small {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.vis_title &gt; b {}
	.vis_name {
		font-size: 18px;
		margin-bottom: 9px;
	}
	.vis_name &gt; b {
		background: no-repeat;
		padding: 0;
	}
	.vis_list {
		font-size: 14px;
	}
	.vis_list &gt; li {}
	.vis_list &gt; li:first-child {}
	.vis_list &gt; li:last-child {}
}


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

	.vis_title {
	font-size: 16px;
	margin-bottom: 20px;
	}
}</pre></body></html>