@charset "UTF-8";

.vis {
	position: relative;
	z-index: 1;
	margin-bottom: 85px;
	padding-top: 95px;
	padding-bottom: 93px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #6c6560;
}

.vis-physical_sports {
	background-image: url(/assets/img/campus_physical_sports/pt-main240523@2x.jpg);
}

.vis::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.53);
}

.vis_inner {
	max-width: 427px;
}

.vis_box {
	min-height: 427px;
	padding: 30px;
	border: 3px solid #ffffff;
	box-sizing: border-box;
	color: #ffffff;
}

.vis_title {
	margin-bottom: 33px;
	font-weight: bold;
	font-size: 40px;
	line-height: 1.3;
	text-align: center;
}

.vis_title > small {
	display: block;
	margin-top: 3px;
	font-size: 21px;
}

.vis_title > span {
	display: block;
	margin-top: 3px;
	font-size: 16px;
}

.pageNav {
	margin-bottom: 89px;
}

.pageNav_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	list-style: none;
}

.pageNav_list > li {
	width: 23.5%;
	margin-left: 2%;
}

.pageNav_list > li:first-child {
	margin-left: 0;
}

.pageNav_list > li > a {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	justify-content: space-between;
	align-items: center;
	align-items: center;
	position: relative;
	z-index: 1;
	height: 100%;
	padding: 23px 10px;
	padding-right: 45px;
	padding-left: 33px;
	border: 1px solid #6ad0fa;
	box-sizing: border-box;
	background: #6ad0fa;
	color: inherit;
	text-decoration: none;
	transition-property: color, background-color, border-color;
	transition-duration: 0.3s;
}

.pageNav_list > li > a > .icon {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	z-index: 1;
	font-size: 18px;
	        transform: translateY(-50%);
	transition-property: top, -webkit-transform;
	transition-property: transform, top;
	transition-property: transform, top, -webkit-transform;
	transition-duration: 0.3s;

	-webkit-transform: translateY(-50%);
}

.currWrap {
	margin-bottom: 120px;
}

.curr_message {
	max-width: 758px;
	margin: 0 auto;
	margin-bottom: 53px;
}

.curr_cols {
	display: flex;
	margin-bottom: 60px;
}

.curr_col {
	width: 50%;
}

.curr_col-no1 {
	position: relative;
	z-index: 1;
	padding-top: 57px;
}

.curr_col-no1::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	width: 1px;
	height: calc(100% - 50px);
	background: #bababa;
}

.curr_about {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	margin-bottom: 80px;
}

.curr_about_box {
	padding: 25px 22px 30px;
	border: #0e63b7 2px solid;
	text-align: center;
}

.curr_about_box_ttl {
	margin-bottom: 19px;
	color: #0e63b7;
	font-weight: 500;
	font-size: 18px;
}

.curr_image {
	margin-bottom: 27px;
}

.curr_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}

.curr_col-no2 {
	padding-top: 20px;
}

.pickupWrap {
	margin-bottom: 120px;
}

.pickup {
}

.pickup_title {
}

.pickup_cntWrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 60px 40px;
}

.pickup_box {
}

.pickup_box_img {
	margin-bottom: 18px;
}

.pickup_box_img img {
	width: 100%;
	height: auto;
}

.pickup_box_txt {
	margin-bottom: 23px;
}

.pickup_box_txt_ttl {
	margin-bottom: 13px;
	color: #0e63b7;
	font-weight: bold;
	font-size: 23px;
}

.pickup_box_skil {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 18px;
	padding: 25px 28px 20px;
	background: #effaff;
}

.pickup_box_skil_item {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 49px;
	height: 49px;
	border-radius: 50%;
	background: #ffffff;
}

.pickup_box_skil_txt {
	color: #0e63b7;
	font-weight: 500;
}

.pickup_box_skil_txt_hd {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 34px;
	margin-bottom: 12px;
	border-radius: 9999px;
	background: #0e63b7;
	color: #ffffff;
}

.interviewWrap {
	margin-bottom: 110px;
}

.interview {
	padding-top: 104px;
	padding-bottom: 100px;
}

.interview_title {
}

.interview_title > b {
}

.interview_title > small {
}

.interview_box {
	max-width: 820px;
	margin: 0 auto;
}

.interview_image {
	margin-bottom: 50px;
}

.interview_image > img {
	display: block;
}

.interview_cols {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 80px;
}

.interview_col {
}

.interview_col-no1 {
	width: 505px;
	max-width: 505px;
	padding-bottom: 93px;
}

.interview_name {
	margin-bottom: 25px;
	font-size: 24px;
}

.interview_name > b {
	display: block;
	margin-bottom: 2px;
}

.interview_name > b > small {
	font-weight: normal;
	font-size: 16px;
}

.interview_name > small {
	display: block;
	font-weight: normal;
	font-size: 16px;
}

.interview_text {
}

.interview_col-no2 {
	width: calc(100% - 525px);
	box-sizing: border-box;
}

.interview_torso {
}

.interview_torso > img {
	display: block;
}

.interview_teacher {
	display: flex;
	gap: 66px;
	padding: 70px;
	background: #ffffff;
}

.interview_teacher_img {
	flex-shrink: 0;
}

.interview_teacher_img img {
}

.interview_teacher_box {
}

.interview_teacher_col {
	margin-bottom: 20px;
	font-size: 25px;
	text-align: start;
}

.interview_teacher_col > b {
	font-size: 40px;
}

.interview_teacher_name {
	margin-bottom: 29px;
}

.interview_teacher_name p span {
	font-weight: bold;
	font-size: 24px;
}

.curr_tblNote {
	display: none;
}

.curr_table {
	width: 100%;
	border: 1px solid #e6e6e6;
}

.curr_table > thead > tr > th {
	width: 16.6%;
	padding: 43px 10px;
	border-right: 1px solid #e6e6e6;
	box-sizing: border-box;
	background: #0e63b7;
	color: #ffffff;
	font-weight: normal;
	white-space: nowrap;
}

.curr_table > thead > tr > th:last-child {
	border-right: none;
}

.curr_table > tbody > tr {
	border-top: 1px solid #e6e6e6;
}

.curr_table > tbody > tr > th {
	padding: 33px 10px;
	background: #effaff;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}

.curr_table > tbody > tr > td {
	padding: 33px 10px;
	border-left: 1px solid #e6e6e6;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
}

.curr_table > tbody > tr > td:nth-child(2n+1) {
	background: #f7f7f7;
}

.curr_text-left {
	padding-right: 20px;
}

.curr_text-right {
	padding-left: 40px;
}

.curr_listTtl {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	max-width: 300px;
	height: 50px;
	margin-bottom: 30px;
	padding: 0 30px;
	box-sizing: border-box;
	background-color: #6ad0fa;
	font-weight: normal;
}

.curr_list {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
	list-style: none;
}

.curr_list li {
	position: relative;
	width: 32%;
	max-width: 400px;
	min-height: 360px;
	padding: 80px 60px 20px;
	box-sizing: border-box;
	background: #effaff;
	background: linear-gradient(-45deg, transparent 0%, transparent 40px, #effaff 40px, #effaff 100%);
}

.curr_list li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 22px;
	height: 22px;
	background-image: url(/assets/img/campus_physical_sports/clip-grass@2x.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transform: translate(-50%, -50%);
}

.curr_list li em {
	display: block;
	margin-bottom: 50px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
}

.curr_kataller {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: 100px 0;
	padding: 20px;
	border: 5px solid #004dac;
}

.curr_kataller .-cont {
	margin-left: 50px;
}

.curr_kataller .-cont .-ttl {
	display: block;
	margin-bottom: 20px;
	font-style: normal;
	font-weight: bold;
	line-height: 1.75;
}

.curr_kataller .-cont .-txt {
	margin-bottom: 20px;
}

.curr_kataller .-cont .-dlist {
	background-color: #effaff;
}

.curr_kataller .-cont .-dlist dt,
.curr_kataller .-cont .-dlist dd {
	padding: 10px;
}

.curr_kataller .-cont .-dlist dt {
	border-bottom: 1px solid #83cef6;
}

.part {
}

.partWrap {
	padding: 96px 20px 0;
	max-width: 1140px;
}

.part_title {
}

.part_hdimg {
	width: 100%;
	max-width: 820px;
	margin: 0 auto 33px;
}

.part_hdimg img {
	width: 100%;
	height: auto;
}

.part_hdtxt {
	margin-bottom: 28px;
	color: #0e63b7;
	font-weight: bold;
	font-size: 23px;
	text-align: center;
}

.part_txt {
	margin-bottom: 35px;
}

.part_exp {
}

.part_exp_hd_ttl {
	display: flex;
	align-items: center;
	height: 50px;
	margin-bottom: 25px;
	padding: 0 20px;
	background: #effaff;
	color: #0e63b7;
	font-weight: bold;
	font-size: 20px;
}

.part_exp_hd_txt {
	margin-bottom: 30px;
}

.part_exp_body {
	margin-bottom: 50px;
}

.part_exp_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	margin-bottom: 10px;
}

.part_exp_body p {
	font-size: 25px;
	font-weight: bold;
	color: #0E63B7;
}

.part_exp_img {
	flex-shrink: 0;
}

.part_exp_txt {
}

.scheWrap {
	padding: 96px 0;
}

.sche_imgWrap {
	text-align: center;
}

.sche_note {
	display: none;
}

.targetWrap {
	margin-bottom: 115px;
}

.target_table {
	width: 100%;
	border: 1px solid #6c6c6c;
}

.target_table > tbody > tr {
	border-top: 1px solid #6c6c6c;
}

.target_table > tbody > tr:first-child {
	border-top: none;
}

.target_table > tbody > tr > th {
	padding: 25px 10px;
	border-right: 1px solid #6c6c6c;
	box-sizing: border-box;
	background: #6ad0fa;
	white-space: nowrap;
}

.target_table > tbody > tr > th.-gray {
	width: 160px;
	background: #f7f7f7;
	font-weight: normal;
}

.target_table > tbody > tr > td {
	padding: 25px 34px;
	white-space: nowrap;
}

.target_list {
	list-style: none;
}

.target_list > li {
	margin-top: 6px;
}

.target_list > li:first-child {
	margin-top: 0;
}

.system {
	margin-top: 100px;
	padding: 0 30px 95px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 35px, #f7f7f7 35px);
}

.system_areaTtl {
	position: relative;
	z-index: 1;
	max-width: 675px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.system_title {
	padding: 26px 10px;
	box-sizing: border-box;
	background: #0e63b7;
	color: #ffffff;
	text-align: center;
}

.system_headline {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 28px;
	bottom: 0;
	z-index: 2;
	width: 140px;
	height: 100%;
	box-sizing: border-box;
	background: #f5d900;
	color: #0e63b7;
	text-align: center;
}

.system_headline::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 12px;
	background: #f5d900;
}

.system_headline::after {
	content: "";
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	border: 70px solid #f5d900;
	border-top: none;
	border-bottom-width: 29px;
	border-bottom-color: rgba(255, 255, 255, 0);
}

.system_areaTxt {
	max-width: 1056px;
	margin: 0 auto;
}

.system_text {
	margin-bottom: 30px;
}

.system_image {
	display: block;
	max-width: 976px;
	margin: 0 auto;
}

.realignWrap {
	margin-bottom: 100px;
}

.realign {
	line-height: 1.75;
}

.realign.u-sky {
	padding: 90px 20px 120px;
}

.realign_box {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 40px;
}

.realign_box:last-child {
	margin-bottom: 0;
}

.realign_box.-flex {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}

.realign_name {
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 36px;
}

.realign_link a {
	text-decoration: none;
}

.realign_link a:hover {
	text-decoration: underline;
}

.realign_secttl {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	color: #2c63b1;
}

.realign_secttl::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #2c63b1;
}

.realign_secttl span {
	display: block;
	margin-right: 2em;
	white-space: nowrap;
}

.realign_tbl {
	margin-top: 25px;
}

.realign_tbl th {
	padding: 2px 3em 2px 0;
	font-weight: normal;
	text-align: left;
}

.realign.-center {
	padding-top: 120px;
	text-align: center;
}

.realign_text.-wlimit {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
}

.realign_image {
	margin-top: 90px;
}

.linkWrap {
	display: flex;
	justify-content: space-between;
}

.link {
	width: 49%;
}

.link > a {
	justify-content: flex-end;
	height: auto;
	min-height: 220px;
	padding: 30px 55px;
	overflow: visible;
}

.link_image {
	position: absolute;
	bottom: 0;
	z-index: 3;
}

.link_image-01 {
	left: -26px;
	width: 236px;
	height: 269px;
}

.link_image-02 {
	right: 60px;
	width: 187px;
	height: 243px;
}

.link_image > img {
	display: block;
	max-width: 100%;
	height: auto;
}

.link_areaTxt {
	position: relative;
	z-index: 2;
	margin-top: -12px;
}

.link_title {
	margin-bottom: 10px;
}

.link_title > img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.link_text {
	margin-top: 5px;
	font-weight: bold;
	font-size: 24px;
}

.link:last-child > a {
	justify-content: flex-start;
}

.target_tblNote {
	display: none;
}

@media screen and (max-width:1299px) {
	.link_image-01 {
		left: -20px;
		width: 165px;
		height: 188px;
	}

	.link_image-02 {
		right: 45px;
		width: 149px;
		height: 194px;
	}

	.link_text {
		font-size: 19px;
	}

	.link > a {
		min-height: 185px;
		padding: 10px 35px;
	}
}

@media screen and (min-width:1000px) {
	.pageNav_list > li > a:hover {
		background: #ffffff;
	}

	.pageNav_list > li > a:hover > .icon {
		top: calc(50% + 5px);
	}
}

@media screen and (max-width:999px) {
	.vis {
		margin-bottom: 65px;
	}

	.vis_box {
		min-height: 341px;
		padding: 70px 20px 30px;
	}

	.vis_title {
		margin-bottom: 25px;
		font-size: 34px;
	}

	.vis_title > small {
		font-size: 22px;
	}

	.pageNav {
		margin-bottom: 70px;
	}

	.pageNav_list > li > a {
		padding-right: 30px;
		padding-left: 10px;
	}

	.pageNav_list > li > a > .icon {
		right: 10px;
		font-size: 15px;
	}

	.currWrap {
		margin-bottom: 100px;
	}

	.curr_message {
		margin-bottom: 40px;
	}

	.curr_cols {
		margin-bottom: 45px;
	}

	.curr_col-no1::after {
		height: calc(100% - 60px);
	}

	.curr_table > thead > tr > th {
		padding: 30px 10px;
	}

	.curr_table > tbody > tr > th {
		padding: 25px 10px;
	}

	.curr_table > tbody > tr > td {
		padding: 25px 10px;
	}

	.curr_text-right {
		padding-left: 20px;
	}

	.curr_list {
		display: block;
	}

	.curr_list li {
		width: 100%;
		max-width: none;
		min-height: auto;
		margin-bottom: 20px;
		padding: 60px 40px;
	}

	.curr_list li:last-child {
		margin-bottom: 0;
	}

	.interviewWrap {
		margin-bottom: 70px;
	}

	.interview {
		padding-top: 70px;
	}

	.interview_title {
	}

	.interview_title > b {
	}

	.interview_title > small {
	}

	.interview_box {
		max-width: 680px;
	}

	.interview_image {
	}

	.interview_image > img {
	}

	.interview_cols {
	}

	.interview_col {
	}

	.interview_col-no1 {
		width: 430px;
		max-width: 430px;
		padding-bottom: 40px;
	}

	.interview_name {
	}

	.interview_name > b {
	}

	.interview_name > b > small {
	}

	.interview_name > small {
	}

	.interview_text {
	}

	.interview_col-no2 {
		width: calc(100% - 450px);
		padding-left: 0;
	}

	.interview_torso {
	}

	.interview_torso > img {
	}

	.interview_teacher {
		flex-flow: column;
	}

	.interview_teacher_img {
		max-width: 400px;
		margin: 0 auto;
	}

	.curr_kataller .-cont {
		margin-left: 20px;
	}

	.partWrap {
	}

	.part {
	}

	.part_title {
	}

	.part_hdimg {
	}

	.part_hdimg img {
	}

	.part_hdtxt {
	}

	.part_txt {
	}

	.part_exp {
	}

	.part_exp_hd {
	}

	.part_exp_cnt {
	}

	.part_exp_img {
	}

	.part_exp_txt {
	}

	.sche_img {
		overflow: scroll;

		-ms-overflow-style: none;
		scrollbar-width: none;
	}

	.sche_img::-webkit-scrollbar {
		display: none;
	}

	.sche_img img {
		width: 1240px;
		max-width: none;
	}

	.sche_note {
		display: block;
		margin-top: 10px;
		text-align: center;
	}

	.targetWrap {
		margin-bottom: 80px;
	}

	.system {
		margin-top: 80px;
		padding-bottom: 70px;
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20px, #f7f7f7 20px);
	}

	.system_areaTtl {
		max-width: 550px;
	}

	.system_title {
		padding: 20px 10px;
	}

	.system_headline {
		width: 120px;
	}

	.system_headline::after {
		border-width: 60px;
		border-bottom-width: 20px;
	}

	.realignWrap {
		margin-bottom: 70px;
	}

	.realign {
		padding: 70px 20px 100px;
	}

	.realign_box.-flex {
		display: block;
	}

	.realign_col {
		margin-bottom: 20px;
	}

	.realign_col.-img {
		text-align: center;
	}

	.areaLink {
		max-width: 480px;
		margin: 0 auto;
	}

	.linkWrap {
		display: block;
	}

	.link {
		width: auto;
		margin-top: 40px;
	}

	.link:first-child {
		margin-top: 0;
	}

	.voice_torso-physical {
		width: 182px;
		height: 280px;
	}
}

@media screen and (max-width:767px) {
	.vis {
		margin-bottom: 40px;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.vis_box {
		min-height: 290px;
		padding: 50px 20px 30px;
		border-width: 2px;
	}

	.vis_areaTxt {
		max-width: 300px;
	}

	.vis_title {
		margin-bottom: 20px;
		font-size: 30px;
	}

	.vis_title > small {
		font-size: 20px;
	}

	.pageNav {
		margin-bottom: 50px;
	}

	.pageNav_list {
		justify-content: flex-start;
	}

	.pageNav_list > li {
		width: 48%;
		margin-left: 4%;
	}

	.pageNav_list > li:nth-child(2n+1) {
		margin-left: 0;
	}

	.pageNav_list > li:nth-child(n+3) {
		margin-top: 4%;
	}

	.pageNav_list > li > a {
		padding: 20px 10px;
		padding-right: 30px;
		font-size: 13px;
	}

	.pageNav_list > li > a > .icon {
		font-size: 13px;
	}

	.currWrap {
		margin-bottom: 70px;
	}

	.curr_message {
		margin-bottom: 30px;
	}

	.curr_about {
		grid-template-columns: 1fr;
		gap: 15px;
		max-width: 400px;
		margin: 0 auto;
		margin-bottom: 40px;
	}

	.curr_cols {
		display: block;
		max-width: 620px;
		margin: 0 auto 30px;
	}

	.curr_col {
		width: auto;
		padding-top: 0;
	}

	.curr_col-no1 {
		padding-top: 0;
	}

	.curr_col-no1::after {
		display: none;
	}

	.curr_image {
		margin-bottom: 12px;
	}

	.curr_text {
		padding: 0;
	}

	.curr_col-no2 {
		margin-top: 25px;
	}

	.curr_tblNote {
		display: block;
		margin-top: 5px;
		font-size: 13px;
	}

	.curr_table {
		width: 780px;
		font-size: 13px;
	}

	.curr_listTtl {
		text-align: center;
	}

	.curr_list li {
		padding: 40px 20px;
	}

	.curr_kataller {
		display: block;
	}

	.curr_kataller .-cont {
		margin-top: 20px;
		margin-left: 0;
	}

	.pickupWrap {
		margin-bottom: 70px;
	}

	.pickup_cntWrap {
		grid-template-columns: 1fr;
		gap: 40px;
		max-width: 500px;
		margin: 0 auto;
	}

	.pickup_box_txt_ttl {
		margin-bottom: 7px;
		font-size: 20px;
	}

	.pickup_box_txt {
		margin-bottom: 12px;
	}

	.interviewWrap {
	}

	.interview {
		padding-top: 50px;
	}

	.interview_title {
	}

	.interview_title > b {
	}

	.interview_title > small {
	}

	.interview_box {
		max-width: none;
	}

	.interview_image {
		margin-bottom: 20px;
	}

	.interview_image > img {
	}

	.interview_cols {
		display: block;
	}

	.interview_col {
		width: auto;
	}

	.interview_col-no1 {
		margin: 0 auto;
		padding-bottom: 0;
	}

	.interview_name {
		margin-bottom: 14px;
		font-size: 20px;
	}

	.interview_name > b {
	}

	.interview_name > b > small {
	}

	.interview_name > small {
		font-size: 14px;
	}

	.interview_text {
	}

	.interview_col-no2 {
		width: auto;
	}

	.interview_torso {
		margin: 0 auto;
	}

	.interview_torso > img {
		margin: 0 auto;
	}

	.interview_teacher {
		gap: 35px;
		padding: 40px;
	}

	.partWrap {
	}

	.part {
	}

	.part_title {
	}

	.part_hdimg {
		max-width: 400px;
		margin: 0 auto 25px;
	}

	.part_hdimg img {
	}

	.part_hdtxt {
		margin-bottom: 20px;
		font-size: 20px;
	}

	.part_txt {
		margin-bottom: 20px;
	}

	.part_exp {
	}

	.part_exp_hd {
		margin-bottom: 15px;
		font-size: 18px;
	}

	.part_exp_cnt {
		flex-flow: column;
		gap: 20px;
	}

	.part_exp_img {
	}

	.part_exp_txt {
	}

	.sche_img img {
		width: 620px;
	}

	.targetWrap {
		margin-bottom: 150px;
	}

	.target_table {
		width: 780px;
	}

	.system {
		margin-top: 45px;
		padding: 0 20px 60px;
	}

	.system_areaTtl {
		max-width: none;
	}

	.system_title {
		padding: 12px 20px;
		text-align: left;
	}

	.system_headline {
		right: 14px;
		width: 80px;
		font-size: 12px;
	}

	.system_headline::after {
		border-width: 40px;
		border-bottom-width: 20px;
	}

	.system_text {
		margin-bottom: 20px;
	}

	.system_image {
		width: 800px;
	}

	.realign.u-sky {
		padding: 50px 10px;
	}

	.realign_name {
		font-size: 24px;
		line-height: 1.5;
		text-align: center;
	}

	.realign_tbl {
		margin-top: 10px;
	}

	.realign_tbl th {
		display: block;
		padding: 5px 0 0;
	}

	.realign_tbl td {
		display: block;
		padding: 0 0 5px;
	}

	.realign_tbl tr:first-child th,
	.realign_tbl tr:last-child td {
		padding: 0;
	}

	.realign.-center {
		padding: 50px 0;
	}

	.realign_image {
		margin-top: 40px;
	}

	.link {
		margin-top: 20px;
	}

	.link > a {
		justify-content: center;
		min-height: 105px;
	}

	.link:last-child > a {
		justify-content: center;
	}

	.link_image-01 {
		bottom: 100%;
		left: -10px;
		z-index: 0;
		width: 118px;
		height: 134px;
	}

	.link_image-02 {
		display: none;
		right: 12px;
		width: 93px;
		height: 122px;
	}

	.link_title {
		margin-bottom: 5px;
	}

	.link_title > img {
		width: 138px;
		height: 57px;
	}

	.link_text {
		font-size: 15px;
	}

	.target_tblNote {
		display: block;
		margin-top: 5px;
		font-size: 13px;
	}

	.fici_listWrap {
		max-width: 480px;
		margin: 0 auto;
	}

	.voice_torso-work {
		max-width: 273px;
		height: auto;
		overflow: hidden;
	}
}
