@charset "UTF-8";

#top section {
	padding: 120px 0 0;
}

#top section.news {
	padding: 80px 0 0;
}

#top .btn {
	position: relative;
	max-width: 190px;
	min-width: 190px;
	padding: 0 0 10px 15px;
	margin: 45px 0 0 auto;
}

#top .btn span::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 4px;
	height: 2px;
	margin-top: -9px;
	border-top: 1px solid #fff;
	transform: rotate(45deg);
}

#top .btn span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	left: auto;
	width: 15px;
	height: 1px;
	margin-top: -7px;
	background: #fff;
}

#top .titleara {
	margin-bottom: 65px;
	padding: 0 20px;
}

#top .titleara h2 {
	text-align: center;
	font-size: 5rem;
	font-weight: 500;
}

#top .titleara p {
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2rem;
	font-weight: 500;
	color: #939393;
}

#top .mainvisual {
	width: 100%;
	padding: 0;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	position: relative;
}

#top .mainvisual iframe{
	width: auto;
	height: calc(100% + 120px);
	aspect-ratio: 16 / 9;
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#top .mainvisual::after{
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#top .mainvisual .bnr_kv {
	width: 27vw;
	min-width: 357px;
	position: absolute;
	right: 8vw;
	bottom: 20px;
	z-index: 10;
}

#top .mainvisual .bnr_kv2 {
	width: 27vw;
	min-width: 357px;
	position: absolute;
	right: 38vw;
	bottom: 20px;
	z-index: 10;
}

#top .mainvisual .bnr_kv3 {
	width: 27vw;
	min-width: 357px;
	position: absolute;
	right: 68vw;
	bottom: 20px;
	z-index: 10;
}

#top .important-notices {
	background: #f7f7f7;
	padding: 30px 0;
}

#top .important-notices dl {
	display: flex;
}

#top .important-notices dl dt {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.6rem;
	color: #a33434;
	font-weight: 500;
	margin-right: 40px;
	margin-top: -10px;
	width: 180px;
}

#top .important-notices dl dd {
	width: calc(100% - 180px - 40px);
}

#top .important-notices li {
	display: flex;
}

#top .important-notices li time {
	display: inline-block;
	margin-right: 25px;
}

#top .important-notices li a {
	text-decoration: underline;
}

#top .important-notices li + li {
	margin-top: 15px;
}

#top .important-notices li a[href^="http"] p::after {
	content: "\f08e";
	position: relative;
	top: 0px;
	margin-left: 10px;
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	width: 10px;
	height: 14px;
	background: none;
}

#top .important-notices li a[href$=".pdf"] p::after {
	content: "\f1c1";
	color: #c9171e;
	position: relative;
	top: 0;
	margin-left: 5px;
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	width: 10px;
	height: 14px;
}


#top .opencampus_area {
	padding: 65px 0 0;
}

#top .opencampus_area a,
#top .pickup_area a {
	display: block;
}

#top .opencampus_area a:hover,
#top .pickup_area a:hover {
	opacity: 0.7;
}

#top .pickup_area {
	position: relative;
	margin-top: 60px;
}

#top .pickup_area::after {
	content: "";
	width: 100%;
	height: 345px;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}

#top .pickup_area .pickup-wrap::after {
	content: "";
	width: 100%;
	height: 325px;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
}

#top .pickup_area .container {
	width: 1300px;
	margin: auto;
	position: relative;
}

#top .pickup_area .container .swiper-container {
	width: 1150px;
}

.swiper-custom-button {
	width: 50px !important;
	height: 50px !important;
	background: #fff;
}

.swiper-button-prev,
.swiper-button-next {
	top: 44% !important;
	background-size: 11px 24px !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-size: 2.2rem !important;
	font-weight: 600;
	color: #000;
}

#top .pickup_area .swiper-slide a:hover {
	opacity: 1;
}

#top .pickup_area .swiper-slide figure {
	overflow: hidden;
	width: 100%;
	height: 298px;
	position: relative;
}

#top .pickup_area .swiper-slide figure img {
	display: block;
	transition-duration: 0.3s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	max-width: inherit;
}

#top .pickup_area .swiper-slide figure img:hover {
	transition-timing-function: ease-out;
	transform: translate(-50%, -50%)scale(1.1);
	position: absolute;
	top: 50%;
	left: 50%;
}

#top .pickup_area .swiper-slide .textbox {
	padding: 20px;
	font-size: 1.2rem;
	line-height: 1.7;
}

#top .pickup_area .swiper-slide .textbox p {
	margin-top: 10px;
}

#top .pickup_area .swiper-slide a[href^="http"] .textbox p::after {
	content: "\f08e";
	position: relative;
	top: 0px;
	margin-left: 10px;
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	width: 10px;
	height: 14px;
	background: none;
}

#top .pickup_area .swiper-slide a[href$=".pdf"] .textbox p::after {
	content: "\f1c1";
	color: #c9171e;
	position: relative;
	top: 0;
	margin-left: 5px;
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	width: 10px;
	height: 14px;
}

#top .textBnr{
	width: 700px;
	/*margin: 40px auto 0; */
	margin: 0px auto 0;
	line-height: 1.3;
}
#top .textBnr a{
	display: block;
	padding: 20px 0;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-color: #1c305c;
	position: relative;
}
#top .textBnr a::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 31px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}
#top .textBnr a::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 30px;
	left: auto;
	width: 35px;
	height: 1px;
	background: #fff;
	transform: translateY(-50%);
}
#top .textBnr a .pc{display: inline !important;}
#top .textBnr a .small{font-size: 80%;}
#top .textBnr a .small2{
	font-weight: 400;
	font-size: 80%;
}

#top .textBnrIcon a{
	background-image: url("../../images/top/icon_pen.png");
	background-size: 7%;
	background-repeat: no-repeat;
	background-position: 8% 50%;
}

#top .thumb-nav {
	display: flex;
	flex-wrap: wrap;
}

#top .thumb-nav li {
	width: calc((100% / 2) - 5px);
	margin-right: 10px;
}

#top .thumb-nav li:nth-child(n + 3) {
	margin-top: 10px;
}

#top .thumb-nav li:nth-child(2n) {
	margin-right: 0;
}

#top .thumb-nav li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	height: 650px;
	padding: 480px 0 0;
	overflow: hidden;
}

#top .thumb-nav li img {
	width: 100%;
	height: auto;
}

#top .thumb-nav li a:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
}

#top .thumb-nav li:nth-child(1) a {
	background: url(../../images/top/p_department01.jpg) no-repeat center;
	background-size: cover;
}

#top .thumb-nav li:nth-child(2) a {
	background: url(../../images/top/p_department02.jpg) no-repeat center;
	background-size: cover;
}

#top .thumb-nav li:nth-child(3) a {
	background: url(../../images/top/p_department03.jpg) no-repeat center;
	background-size: cover;
}

#top .thumb-nav li:nth-child(4) a {
	background: url(../../images/top/p_department04.jpg) no-repeat center;
	background-size: cover;
}

#top .thumb-nav li a:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	background: inherit;
	background-clip: content-box;
	width: 100%;
	height: 100%;
	padding: 480px 0 0;
	-webkit-filter: blur(5px);
	filter: blur(5px);
}


#top .thumb-nav li .title {
	position: absolute;
	mix-blend-mode: multiply;
	background: rgba(76, 105, 148, 0.3);
	width: 100%;
	left: 0;
	bottom: 0;
	height: 170px;
	margin-bottom: 0;
}

#top .thumb-nav li .title-text {
	position: absolute;
	padding: 50px;
	color: #4de6fc;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 1.5;
}

#top .thumb-nav li .title-text span {
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 3.4rem;
	display: block;
}

#top .thumb-nav li .title-text::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 31px;
	width: 10px;
	height: 10px;
	margin-top: -10px;
	border-top: 1px solid #fff;
	transform: rotate(45deg);
	margin: auto;
}

#top .thumb-nav li .title-text::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: -1px;
	right: 30px;
	left: auto;
	width: 35px;
	height: 1px;
	background: #fff;
	margin: auto;
}

#top .thumb-nav li .title-text .note {
	font-size: 1.4rem;
	text-indent: -1em;
	fpadding-left: 1em;
}

#top .nav-list > .box {
	display: flex;
	flex-wrap: wrap;
}

#top .nav-list > .box.knownav:nth-child(1) {
	background: url(../../images/top/bg_aut_education01.jpg) no-repeat center right 25% #ebeff3;
	background-size: contain;
}

#top .nav-list > .box.knownav:nth-child(2) {
	background: url(../../images/top/bg_aut_education02.jpg) no-repeat top left;
	background-size: cover;
	display: flex;
	justify-content: flex-end;
}

#top .nav-list > .box.activenav {
	background: url(../../images/top/bg_aut_education03.jpg);
	background-size: cover;
}

#top .nav-list > .box.seniornav {
	background: url(../../images/top/bg_aut_education05.jpg);
	background-size: cover;
	display: flex;
	justify-content: flex-end;
}

#top .nav-list > .box.datanav {
	background: url(../../images/top/bg_aut_education04.jpg);
	background-size: cover;
	display: flex;
	justify-content: flex-end;
}

#top .nav-list > .box .item {
	width: calc(100% / 2);
	height: 670px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

#top .nav-list > .box .item figure {
	width: 100%;
	text-align: center;
	background: #ebeff3;
}

#top .nav-list > .box.knownav .item:nth-child(1) {
	background: url(../../images/top/bg_aut_education01_1.jpg);
	background-size: cover;
}

#top .nav-list > .box.knownav:nth-child(2) .item img {
	width: 100%;
}

#top .nav-list > .box.activenav .item:nth-child(1) {
	background: url(../../images/top/bg_aut_education03_2.jpg);
	background-size: cover;
}

#top .nav-list > .box.datanav .item:nth-child(1) {
	background: url(../../images/top/bg_aut_education04_2.jpg);
	background-size: cover;
}

#top .nav-list > .box.seniornav .item:nth-child(1) {
	background: url(../../images/top/bg_aut_education05_2.jpg);
	background-size: cover;
}

#top .nav-list > .box .item a {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	width: 100%;
	height: 100%;
	color: #fff;
}

#top .nav-list .box .item a .inner {
	width: 520px;
	margin: auto;
}

#top .nav-list .lable {
	font-size: 2rem;
	color: #4de6fc;
}

#top .nav-list .title {
	font-size: 5rem;
	color: #ffffff;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.5;
}

#top .nav-list .detail {
	color: #ffffff;
	font-size: 1.6rem;
	line-height: 2.2;
	margin-top: 15px;
}

#top .nav-list a:hover .btn.btn-white::after {
	transform: scale(0, 0);
	background: #fff;
	transform-origin: left top;
	transition: transform .3s;
}

#top .titleara {
	margin-bottom: 65px;
	padding: 0 20px;
	line-height: 1.5;
}

#top .news .newsarea {
	display: flex;
}

#top .news .newsarea .titleara {
	margin-bottom: 0;
	padding: 0 20px;
}

#top .news .news-list {
	margin: 20px 0 0 65px;
	width: 100%;
}

#top .news .news-list .news-title {
	text-decoration: underline;
}

#top .news .news-list li {
	display: flex;
	flex-wrap: wrap;
}

#top .news .news-list li time {
	display: inline-block;
}

#top .news .news-list li a {
	width: calc(100% - 11em - 145px);
}

#top .news .btn {
	margin: 30px 0 0 auto;
	padding: 0 0 10px 15px;
}

#top .news .btn:hover::after {
	transform: scale(0, 0);
	background: #000;
	transform-origin: left top;
	transition: transform .3s;
}

#top .news .btn a {
	width: 100%;
	display: block;
}

#top .news .btn::after {
	background: #000;
}

#top .news_bnr{
	width: 600px;
	margin: 120px auto 0;
}


#top .senior-activity .activity-list {
	display: flex;
	flex-wrap: wrap;
}

#top .senior-activity .activity-list .box {
	width: calc(100% / 2);
	position: relative;
}

#top .senior-activity .activity-list .box img {
	width: 100%;
	position: relative;
}

#top .senior-activity .activity-list .box .blur {
	display: block;
	height: auto;
	/*height: 500px;*/
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	-webkit-filter: blur(3px);
	filter: blur(3px);
}

#top .senior-activity .activity-list .box figure {
	position: relative;
}

#top .senior-activity .activity-list .box figure::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	border-style: solid;
	width: 0;
	height: 0;
	border-width: 28vw 0 0 34vw;
	border-color: transparent transparent transparent rgba(0, 69, 128, 0.8);
	z-index: 1;
}

#top .senior-activity .activity-list .box a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

#top .senior-activity .activity-list .box a .textbox {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 2;
	padding: 30px;
}

#top .senior-activity .activity-list .box a .textbox .version,
#top .senior-activity .activity-list .box a .textbox .title {
	color: #fff;
	text-shadow: 2px 2px 5px #333;
	font-weight: bold;
}

#top .senior-activity .activity-list .box a .textbox .version {
	font-size: 1.3vmax;
}

#top .senior-activity .activity-list .box a .textbox .title {
	font-size: 2.4vw;
	margin-top: 5px;
	line-height: 1.5;
}

#top .senior-activity .btn {
	margin: 2% auto 0 0;
}

#top .senior-activity .activity-list a:hover .btn::after {
	transform: scale(0, 0);
	background: #fff;
	transform-origin: left top;
	transition: transform .3s;
}

#top .senior-activity .new {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 85px 85px 0;
	border-color: transparent #005eae transparent transparent;
	z-index: 2;
}

#top .senior-activity .new::after {
	content: "NEW";
	width: 100%;
	display: flex;
	align-items: center;
	color: #fff;
	transform: rotate(45deg);
	width: 50px;
	left: 35px;
	top: 17px;
	position: absolute;
	font-size: 1.6rem;
	font-weight: 600;
}

#top .special-contents .titleara h2 {
	font-family: 'Barlow', sans-serif;
}

#top .special-contents .special-list ul {
	display: flex;
	flex-wrap: wrap;
}

#top .special-contents .special-list ul li {
	width: calc((100% / 3) - 20px);
	margin-right: 30px;
	height: 200px;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
	z-index: 1;
	position: relative;
	overflow: hidden;
}


#top .special-contents .special-list ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	font-size: 1.8rem;
	flex-wrap: wrap;
	text-align: left;
	padding: 0 30px;
	position: relative;
	z-index: 3;

}

#top .special-contents .special-list ul li a::before {
	content: "";
	position: absolute;
	bottom: 27px;
	right: 31px;
	width: 8px;
	height: 8px;
	margin-top: -10px;
	border-top: 1px solid #fff;
	transform: rotate(45deg);
}

#top .special-contents .special-list ul li a::after {
	content: "";
	position: absolute;
	bottom: 30px;
	right: 30px;
	left: auto;
	width: 35px;
	height: 1px;
	background: #fff;
}

#top .special-contents .special-list ul li a span {
	display: block;
	font-size: 3.4rem;
	width: 100%;
}

#top .special-contents .special-list ul li:nth-child(3n) {
	margin-right: 0;
}

#top .special-contents .special-list ul li:nth-child(n + 4) {
	margin-top: 30px;
}

#top .special-contents .special-list ul li:nth-child(1)::after {
	background: url(../../images/top/p_special01.jpg) no-repeat;
	background-size: cover;
}

#top .special-contents .special-list ul li:nth-child(2)::after {
	background: url(../../images/top/p_special02.jpg) no-repeat;
	background-size: cover;
}

/* #top .special-contents .special-list ul li:nth-child(3)::after {
	background: url(../../images/top/p_special03.jpg) no-repeat;
	background-size: cover;
} */

/* #top .special-contents .special-list ul li:nth-child(4)::after {
	background: url(../../images/top/p_special04.jpg) no-repeat;
	background-size: cover;
} */

#top .special-contents .special-list ul li:nth-child(3)::after {
	background: url(../../images/top/p_special05.jpg) no-repeat;
	background-size: cover;
}

#top .special-contents .special-list ul li::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

#top .special-contents .special-list ul li:hover::after {
	opacity: .7;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

#top .special-contents .special-list ul li.yumenavi a{
	padding: 0;
	background-color: #7FBE27;
}
#top .special-contents .special-list ul li.yumenavi a:hover{
	opacity: 0.7;
}

#top .sns {
	background: #f7f7f7;
	padding: 60px 0 60px;
	margin-top: 80px;
}

#top .sns .titleara {
	margin-bottom: 35px;
}

#top .sns .titleara p {
	text-align: center;
	font-size: 1.2rem;
	font-weight: normal;
	color: #000000;
}

#top .sns-list ul {
	display: flex;
	width: 905px;
	margin: 0 auto;
	flex-wrap: wrap;
}

#top .sns-list ul li {
	border-right: 1px solid #e3e3e3;
	padding: 0 30px;
}

#top .sns-list ul li img {
	width: 100px;
	max-width: 100px;
}

#top .sns-list ul li figure {
	font-size: 1.2rem;
	text-align: center;
}

/* #top .sns-list ul li figure figcaption {
	margin-top: 10px;
} */

#top .sns-list ul li a:hover figure figcaption {
	opacity: 0.7;
}

#top .sns-list ul li:first-child {
	padding: 0 30px 0 0;
}

#top .sns-list ul li:last-child {
	border: 0;
	padding: 0 0 0 30px;
}

#top .insta {
	padding: 0;
	height: auto;
}

#top .insta .instabox {
	position: relative;
	padding-bottom: 16.05%;
	padding-top: 0;
	margin-bottom: 5px;
	height: 0;
	overflow: hidden;
}

@media (max-width: 1300px) {
	#top .mainvisual .bnr_kv {
		left: 804px;
	}
	#top .mainvisual .bnr_kv2 {
		left: 417px;
	}
	#top .mainvisual .bnr_kv3 {
		left: 30px;
	}
}

@media (max-width: 767px) {
	#top section {
		padding: 80px 0 0;
	}
	#top .mainvisual {
		aspect-ratio: 1 / 1;
	}
	#top .mainvisual iframe{
		height: calc(100% + 21.4vw);
	}

	/* #top .mainvisual .bnr_kv {
		width: 74vw;
		right: 0;
		left: 50%;
		bottom: 5vw;
		transform: translateX(-50%);
	} */
	#top .mainvisual .bnr_kv,
	#top .mainvisual .bnr_kv2,
	#top .mainvisual .bnr_kv3 {
		display: none;
	}

	#top .titleara {
		margin-bottom: 35px;
	}

	#top .titleara h2 {
		font-size: 2.8rem;
		line-height: 1.5;
	}

	#top .titleara p {
		font-size: 1.6rem;
	}

	#top .btn {
		position: relative;
		width: 190px;
		padding: 0 0 10px 15px;
		margin: 25px 0 0 auto;
	}

	#top .important-notices {
		padding: 40px 0 40px;
	}

	#top .important-notices li time {
		display: block;
		margin-right: 0;
		margin-bottom: 5px;
	}

	#top .important-notices dl {
		display: block;
	}

	#top .important-notices dl dt {
		font-size: 2.0rem;
		margin-bottom: 15px;
	}

	#top .important-notices li {
		display: block;
	}

	/*
#top .important-notices li a {
	display: inline;
	border-bottom: 1px solid #aeaeae;
}
*/
	#top .important-notices li a {
		text-decoration: underline;
	}

	#top .important-notices dl dd {
		width: 100%;
	}

	#top .opencampus_area {
		padding: 40px 0 0;
	}
	#top .textBnr{
		width: 100%;
	}
	#top .textBnr a{
		font-size: 2.0rem;
		line-height: 1.3;
	}
	#top .textBnrIcon a{
	background-size: 10%;
	background-position: 10% 50%;
	}
	#top .textBnr a::before{
		bottom: 35px;
	}
	#top .textBnr a::after{
		bottom: 38px;
	}
	#top .textBnr a .pc{display: none !important;}
	#top .pickup_area {
		margin-top: 40px;
	}

	#top .pickup_area::after {
		height: 240px;
	}

	#top .pickup_area .container {
		width: 100%;
		margin: 0;
		position: relative;
	}

	#top .pickup_area .container .swiper-container {
		width: 100%;
	}

	.swiper-custom-button {
		width: 40px !important;
		height: 40px !important;
	}

	.swiper-button-prev,
	.swiper-button-next {
		top: 44% !important;
	}

	#top .thumb-nav {
		margin-bottom: 0;
	}

	#top .thumb-nav li {
		width: 100%;
		margin-right: 0;
	}

	#top.Android .thumb-nav li a:before {
		top: 10px;
	}

	#top.Android .thumb-nav li + li {
		margin-top: -10px;
	}

	#top .thumb-nav li:nth-child(n + 3) {
		margin-top: 0;
	}

	#top .thumb-nav li a {
		height: auto;
		padding: 235px 0 0;
	}

	#top .thumb-nav li a:before {
		padding: 150px 0 0;
		top: 0;
	}

	#top .thumb-nav li .title {
		height: 85px;
	}

	#top .thumb-nav li .title-text {
		position: absolute;
		padding: 15px;
		height: 85px;
		line-height: 1.5;
	}

	#top .thumb-nav li .title-text span {
		font-size: 2.4rem;
	}

	#top .thumb-nav li:nth-child(1) a {
		background: url(../../images/top/p_department01.jpg) no-repeat bottom center;
		background-size: 100%;
	}

	#top .thumb-nav li:nth-child(2) a {
		background: url(../../images/top/p_department02.jpg) no-repeat bottom center;
		background-size: 100%;
	}

	#top .thumb-nav li:nth-child(3) a {
		background: url(../../images/top/p_department03.jpg) no-repeat bottom center;
		background-size: 100%;
	}

	#top .thumb-nav li:nth-child(4) a {
		background: url(../../images/top/p_department04.jpg) no-repeat bottom center;
		background-size: 100%;
	}

	#top .nav-list > .box {
		display: flex;
		height: auto;
	}

	#top .nav-list > .box .item {
		width: 100%;
		height: auto;
	}

	#top .nav-list > .box.activenav .item:nth-child(1) {
		background: #000613;
	}

	#top .nav-list > .box.datanav .item:nth-child(1) {
		background: #000613;
	}

	#top .nav-list .box .item a .inner {
		width: auto;
		padding: 20px;
	}

	#top .nav-list .title {
		font-size: 3rem;
		margin-bottom: 10px;
	}

	#top .nav-list .detail {
		font-size: 1.4rem;
		line-height: 1.5;
		margin-top: 0;
	}

	#top .news .newsarea {
		display: block;
	}

	#top .news .newsarea .titleara {
		margin-bottom: 35px;
	}

	#top .news .news-list {
		margin: 0;
	}

	#top .news .news-list li a {
		width: 100%;
	}

	#top .news .news-list .news-title {
		display: block;
		margin-top: 15px;
	}

	#top .news .btn {
		margin: 15px 0 0 auto;
	}

	#top .news_bnr{
		width: 100%;
	}

	#top .senior-activity .activity-list {
		display: block;
	}

	#top .senior-activity .activity-list .box {
		width: 100%;
	}

	#top .senior-activity .activity-list .box figure::after {
		border-width: 63vw 0 0 89vw;
	}

	#top .senior-activity .activity-list .box a .textbox {
		padding: 15px;
	}

	#top .senior-activity .activity-list .box a .textbox .version,
	#top .senior-activity .activity-list .box a .textbox .title {
		text-shadow: 2px 2px 6px #666;
		font-weight: bold;
	}

	#top .senior-activity .activity-list .box a .textbox .version {
		font-size: 1.4rem;
	}

	#top .senior-activity .activity-list .box a .textbox .title {
		font-size: 2.2rem;
		margin-top: 10px;
		margin-bottom: 0;
		line-height: 1.2;
	}

	#top .senior-activity .btn {
		margin: 15px auto 0 0;
	}

	#top .special-contents .special-list ul li {
		width: 100%;
		margin-right: 0;
	}

	#top .special-contents .special-list ul li + li,
	#top .special-contents .special-list ul li:nth-child(n + 3) {
		margin-top: 15px;
	}

	#top .special-contents .special-list ul li a {
		padding: 0 15px;
	}

	#top .special-contents .special-list ul li a span {
		font-size: 2.8rem;
	}

	#top .sns {
		background: #f7f7f7;
		padding: 40px 0 40px;
		margin-top: 40px;
	}

	#top .sns-list ul {
		width: auto;
	}

	#top .sns-list ul li {
		width: calc(100% / 3);
		padding: 0px 10px;
		border-left: 1px solid #e3e3e3;
		border-right: 0;
	}

	#top .sns-list ul li img {
		width: 100%;
		max-width: 100%;
	}

	#top .sns-list ul li:first-child {
		padding: 0px 10px;
	}

	#top .sns-list ul li:nth-child(3n) {
		border-right: 1px solid #e3e3e3;
	}

	#top .sns-list ul li:last-child {
		border: 0;
		padding: 0px 10px;
		border-left: 1px solid #e3e3e3;
		border-right: 1px solid #e3e3e3;
	}

	#top .sns-list ul li:nth-child(n + 4) {
		margin-top: 30px;
	}

	#top .insta {
		margin-bottom: -10px;
	}
}
