@charset "utf-8";
.interview_wrap {
		max-width: 1200px;
		margin: 0 auto 120px;
		padding: 0 30px;
}
.interview_cont {
		background-color: #fff;
		border-radius: 20px;
		box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.03);
		padding: 60px 50px;
}
.voice_hdr {
		display: flex;
		align-items: center;
		max-width: 1100px;
		margin-bottom: 60px;
}
.voice_hdr .voice_hdr_figure {
		width: 330px;
		margin-right: 40px;
}
.voice_hdr_figure img {
		width: 100%;
		height: auto
}
.voice_hdr_caption {
		flex: 1;
		position: relative;
		display: flex;
}
.voice_hdr_caption_in {
		position: relative;
		z-index: 5;
		background: #f1f6ff;
		padding: 40px 50px;
		border-radius: 60px;
		box-sizing: border-box;
		min-width: 550px;
		box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.voice_hdr_caption_in::before {
		content: '';
		display: block;
		position: absolute;
		bottom: 10px;
		left: -20px;
		width: 0;
		height: 0;
		border-style: solid;
		border-top: 50px solid transparent;
		border-bottom: 50px solid transparent;
		border-left: 40px solid #f1f6ff;
		border-right: 0;
		transform: rotate(40deg);
}
.voice_hdr_year_flex {
		display: flex;
		align-items: center;
		margin: 0 0 20px
}
.voice_hdr_year {
		font-size: 18px;
		font-weight: 700;
		color: #005be4;
		margin-right: 10px;
}
.voice_hdr_year span {
		font-size: 75%;
}
.voice_hdr_section {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 30px;
		background: #005BE4;
		border-radius: 60px;
		color: #fff;
		font-size: 14px;
		font-weight: 500;
		padding: 0 18px;
}
.voice_hdr_section span {
		transform: translateY(-1px)
}
.interview_tile .voice_hdr_year, .other_tile .voice_hdr_year {
		font-size: 14px;
		font-weight: 500;
}
.interview_tile .voice_hdr_year, .other_tile .voice_hdr_year {
		font-size: 18px;
		font-weight: 700;
}
.voice_hdr_section_wrap {
		display: flex;
		margin: 0 0 20px;
}
.interview_tile .voice_hdr_section, .other_tile .voice_hdr_section {
		font-size: 15px;
		font-weight: 500;
		height: 32px;
		background: #005BE4;
		color: #fff;
		border-radius: 60px;
		padding: 0 15px
}
.voice_hdr_name {
		font-size: 58px;
		font-weight: 700;
		margin: 0 0 40px
}
.voice_hdr_name span {
		font-size: 50%;
		margin-left: 5px;
		color: #1f2a66;
}
.voice_hdr_hd {
		font-size: 22px;
		font-family: "Roboto Condensed";
		font-weight: 700;
		letter-spacing: 0.08em;
		color: #005be4;
		margin: 0 0 25px
}
.voice_hdr_hd + p {
		font-size: 18px;
		font-weight: 500;
		line-height: 1.8;
}
.voice_hdr_hd span {
		position: relative;
		display: inline-block;
		padding-left: 30px;
}
.voice_hdr_hd span::before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 8px);
		left: 0;
		width: 16px;
		height: 16px;
		background: #005be4;
		border-radius: 50%;
}
.voice_hdr_hd_wrap + p {
		line-height: 1.8;
		font-weight: 500;
}
.interview_tile .voice_name, .other_tile .voice_name {
		font-size: 34px;
		font-weight: 700;
}
.interview_tile .voice_name span, .other_tile .voice_name span {
		font-size: 60%;
		margin-left: 5px;
}
@media(max-width: 1200px) {
		.interview_cont {
				padding: 40px
		}
		.voice_hdr .voice_hdr_figure {
				width: 30%;
				margin-right: 30px;
		}
		.voice_hdr_caption_in {
				padding: 35px;
				min-width: inherit;
		}
		.voice_hdr_name {
				font-size: 48px;
				margin: 0 0 30px;
		}
		.voice_hdr_hd + p {
				font-size: 16px;
		}
		.voice_hdr_caption_in::before {
				bottom: 70px;
				left: -10px;
		}
}
@media(max-width: 960px) {
		.voice_hdr_year {
				font-size: 16px;
				margin-right: 5px;
		}
		.voice_hdr_year span {
				font-size: 70%;
		}
		.voice_hdr_section {
				height: 24px;
				font-size: 13px;
				padding: 0 18px;
		}
		.voice_hdr_section span {
				transform: translateY(-1px)
		}
		.interview_tile .voice_hdr_year, .other_tile .voice_hdr_year {
				font-size: 14px;
		}
		.voice_hdr_hd {
				font-size: 18px;
				margin: 0 0 15px
		}
		.voice_hdr_hd span {
				padding-left: 20px;
		}
		.voice_hdr_hd span::before {
				top: calc(50% - 7px);
				left: 0;
				width: 12px;
				height: 12px;
		}
		.voice_hdr_hd + p {
				font-size: 15px;
		}
}
@media(max-width: 767px) {
		.interview_wrap {
				margin: 0 auto 80px;
				padding: 0 20px;
		}
		.interview_cont {
				padding: 20px 20px 40px;
				position: relative;
		}
		.interview_cont .voice_hdr_figure {
				width: 100px;
				position: absolute;
				top: 35px;
				right: 30px;
				margin: 0;
				z-index: 20
		}
		.voice_hdr {
				display: block;
				margin-bottom: 40px;
		}
		.voice_hdr_caption_in {
				padding: 20px;
				border-radius: 16px;
				box-sizing: border-box;
				width: 100%;
		}
		.voice_hdr .voice_hdr_year_flex {
				padding-right: 100px;
		}
		.voice_hdr_section {
				height: 26px;
				font-size: 12px;
				padding: 0 10px;
		}
		.voice_hdr .voice_hdr_section {
				margin: 0 0 10px;
				font-size: 11px;
		}
		.interview_tile .voice_hdr_section_wrap, .other_tile .voice_hdr_section_wrap {
				margin: 0
		}
		.voice_hdr_name {
				font-size: 28px;
				margin: 0px 0px 20px;
		}
		.voice_hdr_caption_in::before {
				display: none
		}
		.voice_hdr_year {
				font-size: 14px;
				margin-right: 0;
		}
}
/* ========== */
.faq_gr {
		border-top: 1px dotted #B4CEEE;
		max-width: 1080px;
		margin-left: auto;
		margin-right: auto;
}
.faq_item {
		padding: 45px 30px;
		border-bottom: 1px dotted #B4CEEE;
}
.faq_item_in {
		display: flex;
		align-items: center;
}
.faq_item_in dl {
		display: flex;
		align-items: center;
}
.faq_item_in dt {
		width: 330px;
		font-size: 20px;
		font-weight: 700;
		line-height: 1.6;
}
.faq_item_in dt span {
		padding-left: 75px;
		position: relative;
		display: inline-block;
}
.faq_item_in dt span::before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 29px);
		left: 0;
		width: 58px;
		height: 58px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 58px;
		background-image: url("../images/mark_Q_blu.png");
		border-radius: 50%;
}
.faq_item_in dd {
		flex: 1
}
.faq_item_in dd p {
		line-height: 2.0;
		font-weight: 500;
}
@media(max-width: 1200px) {
		.faq_item {
				padding: 30px;
		}
		.faq_item_in dt {
				width: 270px;
				font-size: 18px;
		}
		.faq_item_in dt span {
				padding-left: 55px;
		}
		.faq_item_in dt span::before {
				top: calc(50% - 24px);
				width: 48px;
				height: 48px;
				background-size: 48px;
		}
}
@media(max-width: 960px) {
		.faq_item {
				padding: 30px 15px;
		}
		.faq_item_in dl {
				display: block;
		}
		.faq_item_in dt {
				width: auto;
				font-size: 16px;
				margin-bottom: 20px;
		}
		.faq_item_in dt br {
				display: none
		}
		.faq_item_in dt span {
				padding-left: 55px;
		}
		.faq_item_in dt span::before {
				top: calc(50% - 20px);
				width: 40px;
				height: 40px;
				background-size: 40px;
		}
}
@media(max-width: 767px) {
		.faq_item {
				padding: 20px 10px;
		}
}
/* ========== */
.other_wrap {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 30px
}
.other_hd {
		display: flex;
		align-items: center;
		margin: 0 0 60px;
}
.other_hd_en {
		font-size: 52px;
		font-family: "Roboto Condensed";
		font-weight: 700;
		line-height: 1;
		color: #005be4;
		letter-spacing: 0;
		margin-right: 35px;
		position: relative;
}
.other_hd_en span {
		display: inline-block;
		position: relative;
}
.other_hd_en span::before {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 1px);
		left: -105px;
		width: 70px;
		height: 2px;
		background: #005be4;
}
.other_hd_jp {
		font-size: 20px;
		font-weight: 700;
}
.other_grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 0 45px;
		max-width: 1100px;
		margin: 0 auto
}
#voice_top .other_grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 100px 45px;
}
.other_tile_thumb {
		width: 290px;
		margin: 0 auto 20px;
}
.other_tile_thumb img {
		width: 100%;
		height: auto;
		transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (hover: hover) {
		a:hover .other_tile_thumb img {
				transform: scale(1.05)
		}
}
.other_tile_caption p {
		line-height: 1.8;
		font-weight: 700;
}
.interview_tile a, .other_tile a {
		color: #1F2A66;
		text-decoration: none;
}
.interview_tile a .voice_hdr_year_flex, .other_tile a .voice_hdr_year_flex {
		color: #005BE4;
}
@media(max-width: 1200px) {
		.other_tile_thumb {
				width: 100%;
		}
		.voice_hdr_section_wrap {
				margin-bottom: 10px;
		}
		.interview_tile .voice_name, .other_tile .voice_name {
				font-size: 28px;
		}
}
@media(max-width: 960px) {
		.other_grid {
				display: grid;
				grid-template-columns: repeat(3, 1fr);
				gap: 0 30px;
		}
		#voice_top .other_grid {
				display: grid;
				grid-template-columns: repeat(3, 1fr);
				gap: 80px 30px;
		}
}
@media(max-width: 767px) {
		.other_hd_en {
				font-size: 40px;
				margin-right: 15px;
		}
		.other_hd_jp {
				font-size: 14px;
		}
		.other_hd {
				margin-left: 0;
				margin-bottom: 30px;
		}
		.other_hd_en span::before {
				display: none
		}
}
@media(max-width: 600px) {
		.other_grid {
				display: block;
				gap: 0 0;
		}
		#voice_top .other_grid {
				display: block;
				gap: 0 0;
		}
		.other_tile {
				margin-bottom: 50px;
		}
		.other_tile .voice_hdr_year_flex {
				margin-bottom: 0;
		}
		.other_tile .voice_hdr_section {
				margin: 0 5px 0 0 !important;
				height: 26px;
				font-size: 11px;
		}
		.other_tile .voice_hdr_year {
				font-size: 14px;
		}
		.other_tile_thumb {
				width: 100%;
				margin-left: auto;
				margin-right: auto;
		}
		.other_tile_caption {
				display: flex;
				justify-content: center;
		}
		.other_tile_caption .in {
				width: 100%;
		}
		.other_tile_caption_hdr {
				display: block;
				margin-bottom: 10px;
		}
		.interview_tile .voice_hdr_section, .other_tile .voice_hdr_section {
				font-size: 12px;
				height: 24px;
				padding: 0 15px;
				margin-bottom: 10px;
		}
		.voice_hdr_year {
				text-align: left;
				width: 100%;
		}
		.voice_hdr_year span {
				margin-top: 6px;
		}
		.other_tile .voice_name {
				font-size: 26px;
				text-align: center;
		}
}