@charset "UTF-8";
.no-results {
	display: none;
	text-align: center;
	transition: all .5s;
}
.filter-button-group {
	position: relative;
	margin-bottom: 80px;
}
.button-group {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: calc(100% - 80px);
	padding-left: 80px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.button-group p {
	position: absolute;
	left: 0;
	font-weight: 600;
}
.button-group .button,
.button-reset {
	font-size: 15px;
	font-weight: 600;
	line-height: 1em;
	padding: 8px 0px;
	width: 160px;
	margin-bottom: 5px;
	margin-right: 5px;
	cursor: pointer;
	transition: all 0.3s;
	background: #fff;
}
.filter02 .button.is-checked {
	background: #008CD7;
	color: #FFF;
}
.filter02 .button {
	border: solid 1px #008CD7;
	color: #008CD7;
}
.filter03 .button.is-checked {
	background: #025A8A;
	color: #FFF;
}
.filter03 .button {
	border: solid 1px #025A8A;
	color: #025A8A;
}
.interview-menu {
	width: 102%;
	position: relative;
	left: -1%;
	padding-bottom: 0;
}
.interview-menu .bg img {
	
}
.interview .interview-menu {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 0;
	margin-top: 20px;
}
.interview-menu-wrap {
	padding-bottom: 80px;
}
.interview-menu li {
	width: 23%;
	min-height: 200px;
	margin: 0 1% 20px;
	position: relative;
	background: #FFF;
	box-shadow: 0px 0px 8px rgba(191, 199, 211, 0.5);
}
.interview-menu li .txt {
	box-sizing: border-box;
	padding: 10px 15px;
	border-top: solid 2px #E5E3E2;
}
.interview-menu li .txt > p {
	font-size: 24px;
	font-weight: 700;
	font-family: var(--en-font);
	line-height: 1.6em;
}
.interview-menu li .txt dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.interview-menu li .txt dl dt {
	width: 50px;
	line-height: 22px;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	margin-bottom: 3px;
}
.interview-menu li .txt dl dd {
	width: calc(100% - 60px);
	font-size: 11px;
	line-height: 22px;
}
.interview-menu li .txt dl dt:nth-of-type(1) {
	background: #008CD7;
}
.interview-menu li .txt dl dt:nth-of-type(2) {
	background: #025A8A;
}
.interview-menu li .txt dl dt:nth-of-type(3) {
	background: #808EA7;
}
.interview-menu li .txt dl dd:nth-of-type(1) {
	color: #008CD7;
}
.interview-menu li .txt dl dd:nth-of-type(2) {
	color: #025A8A;
}
.interview-menu li .txt dl dd:nth-of-type(3) {
	color: #808EA7;
}
@media screen and (max-width: 767px) {
	.filter-button-group {
		position: relative;
		margin-bottom: 30px;
	}
	.button-group {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		width: calc(100% - 50px);
		padding-left: 50px;
		margin-bottom: 5px;
		padding-bottom: 10px;
	}
	.button-group p {
		position: absolute;
		left: 0;
		font-weight: 600;
	}
	.button-group .button,
	.button-reset {
		font-size: 11px;
		font-weight: 600;
		line-height: 1em;
		padding: 6px 0px;
		width: 46%;
		margin-bottom: 3px;
		margin-right: 3px;
		cursor: pointer;
		transition: all 0.3s;
		background: #fff;
	}
	.interview-menu li .txt {
		box-sizing: border-box;
		padding: 5px 10px;
		border-top: solid 2px #E5E3E2;
	}
	.interview-menu li .txt > p {
		font-size: 20px;
		font-weight: 700;
		font-family: var(--en-font);
		line-height: 1.6em;
	}
	.interview-menu li .txt dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.interview-menu li .txt dl dt {
		width: 30px;
		line-height: 20px;
		text-align: center;
		color: #FFF;
		font-size: 11px;
		margin-bottom: 3px;
	}
	.interview-menu li .txt dl dd {
		width: calc(100% - 35px);
		font-size: min(3vw,11px);
		line-height: 20px;
	}
	.interview-menu li {
		width: 48%;
	}
}
@media screen and (max-width: 480px) {
	.interview-menu li {
		width: 49%;
		margin: 0 .5% 1%;
	}
}

.interview-main {
	position: relative;
}
.interview-main img {
	object-fit: cover;
	min-height: 200px;
}
.interview-main + .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 50px 0 0;
}
.interview .card {
	width: 400px;
	position: relative;
	top: -200px;
	background: #FFF;
	box-shadow: 0px 0px 8px rgba(191, 199, 211, 0.5);
	box-sizing: border-box;
	padding: 30px;
}
.interview .card .ttl-mini span {
	font-size: 12px;
	background: #FFF;
	padding: 0 10px;
	border: solid 1px #001E50;
	font-weight: 700;
	display: inline-block;
	font-family: var(--en-font);
	line-height: 1.6em;
}
.interview .card p:nth-of-type(2) {
	font-size: 40px;
	font-weight: 700;
	font-family: var(--en-font);
	line-height: 1.4em;
}
.interview .card p:nth-of-type(3) {
	font-size: 13px;
	line-height: 1.6em;
	padding-bottom: 10px;
}
.interview .card dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.interview .card dl dt {
	width: 50px;
	line-height: 22px;
	text-align: center;
	color: #FFF;
	font-size: 11px;
	margin-bottom: 3px;
}
.interview .card dl dd {
	width: calc(100% - 60px);
	font-size: 11px;
	line-height: 22px;
}
.interview .card dl dt:nth-of-type(1) {
	background: #008CD7;
}
.interview .card dl dt:nth-of-type(2) {
	background: #025A8A;
}
.interview .card dl dt:nth-of-type(3) {
	background: #808EA7;
}
.interview .card dl dd:nth-of-type(1) {
	color: #008CD7;
}
.interview .card dl dd:nth-of-type(2) {
	color: #025A8A;
}
.interview .card dl dd:nth-of-type(3) {
	color: #808EA7;
}
.interview .profile {
	width: calc(100% - 450px);
	position: relative;
}
.interview .profile .ttl-mini span {
	font-size: 12px;
	background: #FFF;
	padding: 0 10px;
	color: #008CD7;
	border: solid 1px #008CD7;
	font-weight: 700;
	display: inline-block;
	font-family: var(--en-font);
	line-height: 1.6em;
}
.interview .profile p:nth-of-type(2) {
	color: #008CD7;
}
.interview div[class^="article0"] {
	width: calc(100% - 160px);
	margin: 0 auto 40px;
	max-width: 1120px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	padding: 0 0;
	min-height: 650px;
}
.interview div.article03 {
	min-height: auto;
	padding-bottom: 80px;
}
.interview div[class^="article0"] p .note {
	color: #626362;
}
.interview .cc {
	font-size: 28px;
	line-height: 1.4em;
	margin-bottom: 20px;
	font-weight: 600;
	position: relative;
	display: block;
	width: 100%;
}
.interview .cc span {
	color: var(--main-color);
}
.interview .ar01.cc {
	width: calc(100% - 160px);
	margin: 0 auto 30px;
	max-width: 1120px;
}
.interview .ar02.cc {
	width: 48%;
	left: 52vw;
}
.interview .article01 .txt {
	width: 48%;
}
.interview .article01 .vis {
	width: 48vw;
	left: 53%;
	position: absolute;
	max-width: 650px;
}
.interview .article02 {
	margin-bottom: 100px;
}
.interview .article02 .txt {
	width: 48%;
	left: 53%;
	position: relative;
}
.interview .article02 .vis {
	width: 48vw;
	left: 48%;
	transform: translateX(-101%);
	position: absolute;
	max-width: 650px;
}
.interview .article03 .txt {
	width: 100%;
}
.schedule {
	position: relative;
}
.schedule .content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.schedule .content .txt {
	width: 40%;
	padding: 60px 0;
}
.schedule .content .txt > p span {
	font-size: 12px;
	background: #FFF;
	padding: 0 10px;
	color: #008CD7;
	border: solid 1px #008CD7;
	font-weight: 700;
	display: inline-block;
	font-family: var(--en-font);
	line-height: 1.6em;
}
.schedule dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0 0;
}
.schedule dl dt {
	width: 50px;
	color: #FFF;
	padding-bottom: 8px;
	margin-bottom: 8px;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	font-family: var(--en-font);
}
.schedule dl dt:after {
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 3px 7px 0 7px;
	border-color: #FFF transparent transparent transparent;
	transform: rotate(0deg);
	top: 35px;
	left: 12px;
}
.schedule dl dt:last-of-type:after {
	display: none;
}
.schedule dl dd {
	width: calc(100% - 60px);
	color: #FFF;
	font-size: 14px;
}
.schedule .bg {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	background: #025A8A;
	min-height: 640px;
}
.schedule .bg .bg-image {
	width: 55%;
	left: 45%;
	position: relative;
	max-width: 900px;
}
.schedule .bg .bg-image img {
	object-fit: cover;
	min-height: 100%;
}
@media screen and (max-width: 1023px) {
	.interview-main {
		position: relative;
	}
	.interview-main img {
		object-fit: cover;
		min-height: 200px;
	}
	.interview-main + .content {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 50px 0 0;
	}
	.interview .card {
		width: 300px;
		position: relative;
		top: -100px;
		background: #FFF;
		box-shadow: 0px 0px 8px rgba(191, 199, 211, 0.5);
		box-sizing: border-box;
		padding: 30px;
	}
	.interview .card .ttl-mini span {
		font-size: 12px;
		background: #FFF;
		padding: 0 10px;
		border: solid 1px #001E50;
		font-weight: 700;
		display: inline-block;
		font-family: var(--en-font);
		line-height: 1.6em;
	}
	.interview .card p:nth-of-type(2) {
		font-size: 40px;
		font-weight: 700;
		font-family: var(--en-font);
		line-height: 1.4em;
	}
	.interview .card p:nth-of-type(3) {
		font-size: 13px;
		line-height: 1.6em;
		padding-bottom: 10px;
	}
	.interview .card dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.interview .card dl dt {
		width: 50px;
		line-height: 22px;
		text-align: center;
		color: #FFF;
		font-size: 11px;
		margin-bottom: 3px;
	}
	.interview .card dl dd {
		width: calc(100% - 60px);
		font-size: 11px;
		line-height: 22px;
	}
	.interview .card dl dt:nth-of-type(1) {
		background: #008CD7;
	}
	.interview .card dl dt:nth-of-type(2) {
		background: #025A8A;
	}
	.interview .card dl dt:nth-of-type(3) {
		background: #808EA7;
	}
	.interview .card dl dd:nth-of-type(1) {
		color: #008CD7;
	}
	.interview .card dl dd:nth-of-type(2) {
		color: #025A8A;
	}
	.interview .card dl dd:nth-of-type(3) {
		color: #808EA7;
	}
	.interview .profile {
		width: calc(100% - 330px);
		top: -20px;
		position: relative;
	}
	.interview .profile .ttl-mini span {
		font-size: 12px;
		background: #FFF;
		padding: 0 10px;
		color: #008CD7;
		border: solid 1px #008CD7;
		font-weight: 700;
		display: inline-block;
		font-family: var(--en-font);
		line-height: 1.6em;
	}
	.interview .profile p:nth-of-type(2) {
		color: #008CD7;
		font-size: 95%;
	}
	.interview div[class^="article0"] {
		width: calc(100% - 160px);
		margin: 0 auto 40px;
		max-width: 1120px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		padding: 0 0;
		min-height: 650px;
	}
	.interview div.article03 {
		min-height: auto;
		padding-bottom: 80px;
	}
	.interview div[class^="article0"] p .note {
		color: #626362;
	}
	.interview .cc {
		font-size: 28px;
		line-height: 1.4em;
		margin-bottom: 20px;
		font-weight: 600;
		position: relative;
		display: block;
		width: 100%;
	}
	.interview .cc span {
		color: var(--main-color);
	}
	.interview .ar01.cc {
		width: calc(100% - 160px);
		margin: 0 auto 30px;
		max-width: 1120px;
	}
	.interview .ar02.cc {
		width: 48%;
		left: 52vw;
	}
	.interview .article01 .txt {
		width: 48%;
	}
	.interview .article01 .vis {
		width: 48vw;
		left: 53%;
		position: absolute;
		max-width: 650px;
	}
	.interview .article02 {
		margin-bottom: 100px;
	}
	.interview .article02 .txt {
		width: 48%;
		left: 53%;
		position: relative;
	}
	.interview .article02 .vis {
		width: 48vw;
		left: 48%;
		transform: translateX(-101%);
		position: absolute;
		max-width: 650px;
	}
	.interview .article03 .txt {
		width: 100%;
	}
	.schedule {
		position: relative;
	}
	.schedule .content {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
	}
	.schedule .content .txt {
		width: 40%;
		padding: 60px 0;
	}
	.schedule .content .txt > p span {
		font-size: 12px;
		background: #FFF;
		padding: 0 10px;
		color: #008CD7;
		border: solid 1px #008CD7;
		font-weight: 700;
		display: inline-block;
		font-family: var(--en-font);
		line-height: 1.6em;
	}
	.schedule dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 20px 0 0;
	}
	.schedule dl dt {
		width: 50px;
		color: #FFF;
		padding-bottom: 8px;
		margin-bottom: 8px;
		position: relative;
		font-size: 16px;
		font-weight: 700;
		font-family: var(--en-font);
	}
	.schedule dl dt:after {
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 3px 7px 0 7px;
		border-color: #FFF transparent transparent transparent;
		transform: rotate(0deg);
		top: 35px;
		left: 12px;
	}
	.schedule dl dt:last-of-type:after {
		display: none;
	}
	.schedule dl dd {
		width: calc(100% - 60px);
		color: #FFF;
		font-size: 14px;
	}
	.schedule .bg {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		background: #025A8A;
		min-height: 640px;
	}
	.schedule .bg .bg-image {
		width: 55%;
		left: 45%;
		position: relative;
		max-width: 900px;
	}
	.schedule .bg .bg-image img {
		object-fit: cover;
		min-height: 100%;
	}
}
@media screen and (max-width: 767px) {
	.interview-main + .content {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 50px 0 0;
	}
	.interview .card {
		width: 90%;
		max-width: 320px;
		position: relative;
		top: -70px;
		background: #FFF;
		box-shadow: 0px 0px 8px rgba(191, 199, 211, 0.5);
		box-sizing: border-box;
		padding: 10px 15px;
	}
	.interview .card .ttl-mini span {
		font-size: 10px;
		background: #FFF;
		padding: 0 10px;
		border: solid 1px #001E50;
		font-weight: 700;
		display: inline-block;
		font-family: var(--en-font);
		line-height: 1.6em;
	}
	.interview .card p:nth-of-type(2) {
		font-size: 24px;
		font-weight: 700;
		font-family: var(--en-font);
		line-height: 1.4em;
	}
	.interview .card p:nth-of-type(3) {
		font-size: 12px;
		line-height: 1.4em;
		padding-bottom: 10px;
	}
	.interview .card dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.interview .card dl dt {
		width: 50px;
		line-height: 18px;
		text-align: center;
		color: #FFF;
		font-size: 11px;
		margin-bottom: 3px;
	}
	.interview .card dl dd {
		width: calc(100% - 58px);
		font-size: 11px;
		line-height: 22px;
	}
	.interview .profile {
		width: calc(100%);
		top: -50px;
		position: relative;
	}
	.interview .profile .ttl-mini span {
		font-size: 12px;
		background: #FFF;
		padding: 0 10px;
		color: #008CD7;
		border: solid 1px #008CD7;
		font-weight: 700;
		display: inline-block;
		font-family: var(--en-font);
		line-height: 1.6em;
	}
	.interview .profile p:nth-of-type(2) {
		color: #008CD7;
	}
	.interview div[class^="article0"] {
		width: calc(90%);
		margin: 0 auto 20px;
		max-width: 1120px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		padding: 0 0 10px;
	}
	.interview .cc {
		font-size: 20px;
		line-height: 1.4em;
		margin-bottom: 20px;
		font-weight: 600;
		position: relative;
		display: block;
		width: 100%;
	}
	.interview .cc span {
		color: var(--main-color);
	}
	.interview .ar01.cc {
		width: 90%;
		margin: 0 auto 15px;
		max-width: 1120px;
	}
	.interview .ar02.cc {
		width: 90%;
		left: 5vw;
	}
	.interview .article01 .txt {
		width: 100%;
		padding-bottom: 30px;
	}
	.interview .article01 .vis {
		width: 60%;
		margin: 0 auto;
		left: 0;
		position: relative;
		max-width: 650px;
	}
	.interview .article02 {
		margin-bottom: 100px;
	}
	.interview .article02 .txt {
		width: 100%;
		left: 0;
		order: 1;
		position: relative;
		padding-bottom: 30px;
	}
	.interview .article02 .vis {
		width: 60%;
		margin: 0 auto;
		left: 0;
		transform: translateX(0);
		position: relative;
		max-width: 650px;
		order: 2;
	}
	.interview .article03 .txt {
		width: 100%;
	}
	.schedule {
		position: relative;
	}
	.schedule .content {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 2;
		background: #025A8A;
		width: 100%;
	}
	.schedule .content .txt {
		width: 100%;
		padding: 30px 9%;
	}
	.schedule .content .txt > p span {
		font-size: 12px;
		background: #FFF;
		padding: 0 10px;
		color: #008CD7;
		border: solid 1px #008CD7;
		font-weight: 700;
		display: inline-block;
		font-family: var(--en-font);
		line-height: 1.6em;
	}
	.schedule dl {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin: 20px 0 0;
	}
	.schedule dl dt {
		width: 50px;
		color: #FFF;
		padding-bottom: 7px;
		margin-bottom: 7px;
		position: relative;
		font-size: 14px;
		line-height: 1.4em;
		font-weight: 700;
		font-family: var(--en-font);
	}
	.schedule dl dt:after {
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 3px 7px 0 7px;
		border-color: #FFF transparent transparent transparent;
		transform: rotate(0deg);
		top: 22px;
		left: 10px;
	}
	.schedule dl dt:last-of-type:after {
		display: none;
	}
	.schedule dl dd {
		width: calc(100% - 60px);
		color: #FFF;
		font-size: 14px;
		line-height: 1.4em;
	}
	.schedule .bg {
		position: relative;
		display: flex;
		flex-wrap: wrap;
		background: #025A8A;
		min-height: auto;
	}
	.schedule .bg .bg-image {
		width: 100%;
		left: 0;
		position: relative;
		max-width: 900px;
	}
	.schedule .bg .bg-image img {
		object-fit: cover;
		min-height: auto;
		height: 300px;
		object-position: center 30%;
	}
}

@media screen and (max-width: 480px) {
	.interview-main.hr img {
		object-position: 30% center; 
	}
	.interview-main.ka img {
		object-position: 60% center; 
	}
	.schedule .bg .bg-image img {
		object-fit: cover;
		min-height: auto;
		height: 220px;
	}
}







.inner-content-wrap {
	position: relative;
	padding: 350px 0 0;
}
.inner-menu-wrap {
	position: absolute;
	width: 100%;
	padding: 30px 0 30px;
	margin: 0 auto;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	background: #F5F5F5;
}
.inner-menu-wrap_fixed {
	position: fixed;
	padding: 10px 0 5px;
	top: 65px;
	left: 50%;
	transform: translateX(-50%);
}
.innter-menu-box {
	position: relative;
	width: 90%;
	margin: 0 auto;
	max-width: 1120px;
}
.innter-menu-box > p {
	position: relative;
	text-align: center;
	color: var(--main-color);
	font-family: var(--en-font);
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 10px;
}
.inner-menu-wrap_fixed .innter-menu-box > p {
	font-size: 18px;
	padding-bottom: 1px;
}
.innter-menu-box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100.5%;
	position: relative;
	left: -.25%;
}
.innter-menu-box ul li {
	width: 24.5%;
	margin: 0 .25% 5px;
	position: relative;
	box-sizing: border-box;
	cursor: pointer;
	background: #FFF;
	padding: 15px 10px;
	min-height: 30px;
	transition: all .5s;
	filter: drop-shadow(0px 0px 3px rgba(191, 199, 211, 0.5));
}
.inner-menu-wrap_fixed .innter-menu-box ul li {
	padding: 5px 10px;
	min-height: 24px;
}
.innter-menu-box ul li p {
	position: relative;
	padding-left: 40px;
	font-size: 12px;
	line-height: 1.4em;
	top: 50%;
	transform: translateY(-50%);
}
.innter-menu-box ul li p span {
	color: var(--main-color);
	font-family: var(--en-font);
	font-size: 22px;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.inner-content-wrap {
		position: relative;
		padding: 0 0 0;
	}
	.inner-menu-wrap {
		position: relative;
		width: 100%;
		padding: 30px 0 30px;
		margin: 0 auto 50px;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 5;
		background: #F5F5F5;
	}
	.inner-menu-wrap_fixed {
		position: absolute;
		padding: 10px 0 5px;
		top: 65px;
		left: 50%;
		transform: translateX(-50%);
	}
	.innter-menu-box {
		position: relative;
		width: 90%;
		margin: 0 auto;
		max-width: 1120px;
	}
	.innter-menu-box > p {
		position: relative;
		text-align: center;
		color: var(--main-color);
		font-family: var(--en-font);
		font-size: 20px;
		font-weight: 700;
	}
	.innter-menu-box ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	.innter-menu-box ul li {
		width: 49.7%;
		margin: 0 0.15% 0.3%;
		position: relative;
		cursor: pointer;
		background: #FFF;
		padding: 10px;
		min-height: 30px;
		transition: all .5s;
	}
	.inner-menu-wrap_fixed .innter-menu-box ul li {
		padding: 5px 10px;
		min-height: 24px;
	}
	.innter-menu-box ul li p {
		position: relative;
		padding-left: 25px;
		font-size: 11px;
		line-height: 1.4em;
		top: 50%;
		transform: translateY(-50%);
	}
	.innter-menu-box ul li p span {
		color: var(--main-color);
		font-family: var(--en-font);
		font-size: 15px;
		font-weight: 700;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}
}



.major .section-ttl {
	width: calc(100% - 160px);
	margin: 0 auto 10px;
	max-width: 1120px;
	box-sizing: border-box;
	position: relative;
	height: 40px;
}
.major .section-ttl span {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 0.09em;
	font-family: var(--en-font);
	color: var(--main-color);
	display: inline-block;
	background: #FFF;
	padding-right: 15px;
	line-height: 40px;
}
.major .section-ttl:after {
	width: 100vw;
	height: 2px;
	background: var(--main-color);
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: -2;
}
.major .section-sub-ttl {
	font-size: 32px;
	font-weight: 600;
	line-height: 1.4em;
}
.major .section-sub-ttl {
	margin: 10px 0;
}
.major .section-sub-ttl span {
	color: var(--main-color);
}

@media screen and (max-width: 767px) {
	.major .section-ttl {
		width: calc(90%);
		margin: 0 auto;
		max-width: 1120px;
		box-sizing: border-box;
		position: relative;
		height: 40px;
	}
	.major .section-ttl span {
		font-size: 20px;
		font-weight: 700;
		letter-spacing: 0.09em;
		font-family: var(--en-font);
		color: var(--main-color);
		display: inline-block;
		background: #FFF;
		padding-right: 10px;
		line-height: 40px;
	}
	.major .section-ttl:after {
		width: 100vw;
		height: 1px;
		background: var(--main-color);
		top: 50%;
		transform: translateY(-50%);
		left: 0;
		z-index: -2;
	}
	.major .intro-ttl,
	.major .section-sub-ttl {
		font-size: 20px;
		font-weight: 600;
		padding-bottom: 10px;
		line-height: 1.4em;
	}
	.major .section-sub-ttl {
		margin: 10px 0;
	}
	.major .intro-ttl:first-letter,
	.major .section-sub-ttl:first-letter {
		color: var(--main-color);
	}
}


.major .intro {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 80px;
}
.major .chart {
	margin: 30px auto 10px;
}
.major .note {
	color: var(--main-color);
	font-size: 14px;
}
.major .mb100 {
	margin-bottom: 100px;
}
.major .interview-menu {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 0;
	margin-top: 20px;
}
.major .in-section {
	padding: 60px 0;
}
.major .box-ttl {
	position: relative;
}
.major .box-ttl span {
	display: inline-block;
	padding: 0 10px;
	line-height: 1.6em;
	color: #001E50;
	border: solid 1px #001E50;
	background: #FFF;
	font-size: 13px;
}
.sub-segment {
	margin-bottom: 40px;
	position: relative;
}
.sub-dot-ttl {
	font-size: 20px;
	font-weight: 600;
	color: #008CD7;
	padding-left: 30px;
	margin: 10px 0;
}
.sub-dot-ttl:before {
	content: "■";
	left: 0;
	top: 0;
}
.sub-segment > .ttl {
	color: #008CD7;
}
.sub-segment > .ttl:nth-of-type(n + 2) {
	margin-top: 15px;
}
.sub-segment .note-mini {
	font-size: 12px;
	color: #008CD7;
}
.segment-table {
	position: relative;
	margin-bottom: 80px;
	width: 100%;
}
.segment-table tr th {
	background: #C4EAFF;
	box-sizing: border-box;
	padding: 15px 25px;
	text-align: left;
}
.segment-table tr th p {
	font-size: 20px;
	line-height: 1em;
}
.segment-table tr th:nth-child(1) {
	border-right: 8px solid #FFF;
	width: 30%;
}
.segment-table tr th:nth-child(2) {
	width: 70%;
}
.segment-table td {
	border-top: 4px solid #FFF;
	box-sizing: border-box;
	padding: 20px 25px;
	vertical-align: middle;
}
.segment-table tr td:nth-child(1) {
	border-right: 8px solid #FFF;
}
.segment-table tr td:nth-child(1) p {
	font-weight: 600;
	line-height: 1.4em
}
.segment-table tr td:nth-child(1) p span {
	font-size: 12px;
	color: #008CD7;
	display: block;
}
.segment-table tr:nth-child(odd) {
	background-color: #FFFFFF;
}
.segment-table tr:nth-child(even) {
	background-color: #F5F5F5;
}
.related-people {
	background: #F5F5F5;
	padding: 60px 0;
}
.related-people .box-ttl ~ p {
	font-size: 20px;
	color: #008CD7;
	font-weight: 600;
}
.with-note .segment-table {
	margin-bottom: 20px;
}
.with-note .segment-table ~ p {
	margin-top: 100px;
	margin-bottom: 100px;
	color: #008CD7;
}
@media screen and (max-width: 767px) {
	
	.major .intro {
		text-align: center;
		font-size: min(4vw,16px);
		font-weight: 600;
		margin-bottom: 30px;
	}
	.major .chart {
		margin: 10px auto 10px;
	}
	.major .note {
		color: var(--main-color);
		font-size: 12px;
	}
	.major .mb100 {
		margin-bottom: 40px;
	}
	.major .interview-menu {
		display: flex;
		flex-wrap: wrap;
		padding-bottom: 0;
		margin-top: 20px;
	}
	.major .in-section {
		padding: 30px 0;
	}
	.major .box-ttl {
		position: relative;
	}
	.major .box-ttl span {
		display: inline-block;
		padding: 0 10px;
		line-height: 1.6em;
		color: #001E50;
		border: solid 1px #001E50;
		background: #FFF;
		font-size: 13px;
	}
	.sub-segment {
		margin-bottom: 40px;
		position: relative;
	}
	.sub-dot-ttl {
		font-size: 16px;
		font-weight: 600;
		color: #008CD7;
		padding-left: 20px;
		margin: 5px 0;
	}
	.sub-dot-ttl:before {
		content: "■";
		left: 0;
		top: 0;
	}
	.sub-segment > .ttl {
		color: #008CD7;
	}
	.sub-segment > .ttl:nth-of-type(n + 2) {
		margin-top: 15px;
	}
	.sub-segment .note-mini {
		font-size: 12px;
		color: #008CD7;
	}
	.segment-table {
		position: relative;
		margin-bottom: 40px;
		width: 100%;
	}
	.segment-table tr th {
		background: #C4EAFF;
		box-sizing: border-box;
		padding: 10px 15px;
		text-align: left;
	}
	.segment-table tr th p {
		font-size: 15px;
		line-height: 1em;
	}
	.segment-table tr th:nth-child(1) {
		border-right: 4px solid #FFF;
		width: 40%;
	}
	.segment-table tr th:nth-child(2) {
		width: 60%;
	}
	.segment-table td {
		border-top: 2px solid #FFF;
		box-sizing: border-box;
		padding: 10px 15px;
		vertical-align: top;
	}
	.segment-table tr td:nth-child(1) {
		border-right: 4px solid #FFF;
	}
	.segment-table tr td:nth-child(1) p {
		font-weight: 600;
		line-height: 1.4em
	}
	.segment-table tr td:nth-child(2) p {
		line-height: 1.4em
	}
	.segment-table tr td:nth-child(1) p span {
		font-size: 12px;
		color: #008CD7;
		display: block;
	}
	.segment-table tr:nth-child(odd) {
		background-color: #FFFFFF;
	}
	.segment-table tr:nth-child(even) {
		background-color: #F5F5F5;
	}
	.related-people {
		background: #F5F5F5;
		padding: 30px 0;
	}
	.related-people .box-ttl ~ p {
		font-size: 16px;
		color: #008CD7;
		font-weight: 600;
	}
}







