/* ----------- mv ----------- */
.mv {
	overflow: hidden;
	position: relative;
	/* height: 646px; */
}

.mv::before {
	content: "";
	/* width: calc(50% + 190px); */
	width: calc(50% + 12vw);
	height: 100%;
	background: url(../img/top_mv_bg.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.mv::after {
	content: "";
	width: 176px;
	height: 100%;
	background: url(../img/top_mv_img01.png);
	background-size: 100% auto;
	background-position: left bottom;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.mv_contentBordr {
	width: 100%;
	height: 12px;
	background: url(../img/top_mv_border.png);
	background-repeat: repeat-x;
	background-size: auto 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.mv_content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}

.mv_img {
	margin: 0 0 0 auto;
	font-size: 0;
	/* width: 930px; */
	width: 58.128%;
}

.mv_img img {
	width: 100%;
}

.mv_imgBox {
	position: relative;
	overflow: hidden;
}

.mv_imgBox:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	position: absolute;
	top: 0;
	left: 9.6vw;
	transform: skewX(-25deg);
}

.mv_imgPc {
	position: relative;
}

.mv_imgPad {
	position: relative;
	display: none;
}

.mv_imgSp {
	position: relative;
	display: none;
}

.mv_contentBox {
	display: flex;
	height: 100%;
	align-items: center;
}

.mv_title img.top_mv_titlePad {
	display: none;
}

.mv_list {
	padding-top: 22px;
}

.mv_list ul {

}

.mv_list ul > li {
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mv_list ul > li > div {
	display: table-cell;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 2.0rem;
	color: #FFFFFF;
	line-height: 3.4rem;
	font-weight: bold;
}

.mv_btn {
	padding-top: 33px;
	min-height: 64px;
}

.mv_btn a {
	display: block;
	width: 350px;
	max-width: 100%;
	font-size: 1.8rem;
	line-height: 1;
	color: #FFFFFF;
	font-weight: bold;
	padding: 24px 10px 22px;
	background: url(../img/top_mv_btnIco.png), #92b103;
	background-repeat: no-repeat;
	background-position: right 27px center;
	border-radius: 50px;
	text-align: center;
}

.mv_btn a:hover {
	opacity: 0.8;
}

/* ----------- news ----------- */
.news {
	padding: 100px 0 102px;
}

.news .main {
	display: grid;
	grid-template-columns: 1fr auto;
	grid-column-gap: 40px;
}

.news_left {
	max-height: 500px;
}

.twitter-tweets{
	max-width: 400px;
}

.news_list {
	border: 2px solid #01604d;
	margin-top: 20px;
	padding: 10px 60px;
	height: 414px;
	/* When using overflow, comment out the following */

	overflow: auto;
	/* display: flex;
	align-items: center; */

	/* Comment end */
}

.news_list ul {

}

.news_list ul li {
	padding: 20px 0;
	border-bottom: 1px solid #c2d9d4;
}

.news_list ul li:last-child {
	border-bottom: 0;
}

.news_table {
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
}

.news_date {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 142px;
}

.news_date span {
	display: block;
	font-size: 1.6rem;
	line-height: 2.4rem;
	color: #01604d;
	font-weight: bold;
}

.news_inner {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 18px;
	border-left: 2px solid #92b103;
}

.news_inner > div {
	font-size: 1.6rem;
	color: #30302f;
	line-height: 2.4rem;
	text-align: justify;
	font-weight: bold;
}

.news_inner > div > a {
	color: #30302f;
	/* text-decoration: underline; */
}

.news_inner > div > a:hover {
	color: #01604d;
	text-decoration: underline;
}

.news_more {
	text-align: right;
	padding-top: 20px;
}

.news_more a {
	width: 140px;
	display: inline-block;
	font-size: 1.6rem;
	color: #FFFFFF;
	line-height: 1;
	background-color: #92b103;
	text-align: center;
	padding: 7px 10px 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 20px;
	letter-spacing: -0.5px;
}

.news_more a img {
	display: inline-block;
	vertical-align: middle;
}

.news_more a span {
	display: inline-block;
	vertical-align: middle;
	padding-top: 2px;
	padding-right: 12px;
}

.news_more a:hover {
	opacity: 0.8;
}

/* ----------- guidance ----------- */
.guidance {
	padding: 100px 0 103px;
	background: url(../img/top_guidance_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.guidance_btn {
	margin-top: 38px;
}

.guidance_btn ul {
	margin-bottom: -33px;
}

.guidance_btn ul li {
	width: 48.36%;
	float: left;
	margin-bottom: 33px;
}

.guidance_btn ul li:nth-child(2n) {
	float: right;
}

.guidance_btn ul li a {
	display: block;
	position: relative;
	font-size: 2.4rem;
	line-height: 1;
	color: #FFFFFF;
	font-weight: bold;
	/* background-color: #01604d; */
	background: url(../img/top_guidance_bg01.png);
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
}

.guidance_btn ul li a div {
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 106px;
	width: 100%;
}

.guidance_btn ul li:nth-child(2) a {
	background: url(../img/top_guidance_bg02.png);
}

.guidance_btn ul li:nth-child(3) a {
	background: url(../img/top_guidance_bg03.png);
}

.guidance_btn ul li:nth-child(4) a {
	background: url(../img/top_guidance_bg04.png);
}

.guidance_btn ul li a div p {
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding-left: 28px;
}

.guidance_btn ul li a:hover div {
	background-color: #01604d;
}

.guidance_btn ul li a .guidance_ico {
	position: absolute;
	top: -12px;
	left: 37px;
}

/* ----------- sponsor ----------- */
.sponsor {
	padding: 100px 0 104px;
	/* background: url(../img/top_sponsor_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover; */
	background: url(../img/top_guidance_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
}

.sponsor_list {
	margin-top: 38px;
}

.sponsor_list ul {
	margin-bottom: -20px;
	display: flex;
	flex-wrap: wrap;
}

.sponsor_list ul li {
	width: 22.728%;
	margin-right: 3.029%;
	/* float: left; */
	margin-bottom: 20px;
	font-size: 0;
	text-align: center;
}

.sponsor_list ul li:nth-child(4n) {
	margin-right: 0;
}

.sponsor_list ul li a {

}

.sponsor_list ul li a:hover {
	opacity: 0.8;
}

.sponsor_list ul li img {
	display: inline-block;
	margin: 0 auto;
	border: 1px solid #e0e0e0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.sponsor_text {
	padding-top: 50px;
}

.sponsor_text p {
	background: #92b103;
	background: -moz-linear-gradient(left, transparent 0%, #92b103 20%, #92b103 75%, transparent 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(25%, #92b103), color-stop(75%, #92b103), color-stop(100%, transparent));
	background: -webkit-linear-gradient(left, transparent 0%, #92b103 25%, #92b103 75%, transparent 100%);
	background: -o-linear-gradient(left, transparent 0%, #92b103 25%, #92b103 75%, transparent 100%);
	background: -ms-linear-gradient(left, transparent 0%, #92b103 25%, #92b103 75%, transparent 100%);
	background: linear-gradient(to right, transparent 0%, #92b103 25%, #92b103 75%, transparent 100%);
	font-size: 3.0rem;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 1;
	padding: 21px 20px 18px;
}

/* ----------- ASR ----------- */
.ASR {
	padding: 100px 0 110px;
}

.ASR_box {
	margin-top: 38px;
	/* height: 264px; */
	overflow: hidden;
}

.ASR_list {
	display: flex;
	overflow: hidden;
	justify-content: space-between;
	width: calc(100% + 140px);
	position: relative;
	left: -70px;
}

.ASR_list > li {
	/* 18 */
	width: calc(50% - 9px);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	transform: skewX(-25deg);
	position: relative;
	overflow: hidden;
}

.ASR_list > li:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 70px;
	background: url(../img/top_ASR_img01.png);
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center center !important;
	transform: skewX(25deg);
}

.ASR_list > li:nth-child(2):before {
	left: -70px;
	background: url(../img/top_ASR_img02.png);
}

.ASR_list > li::after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.ASR_list > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 264px;
	position: relative;
	transform: skewX(25deg);
	z-index: 3;
	position: relative;
}

.ASR_list > li > a::after {
	opacity: 0;
	display: block;
	content: "";
	width: 53px;
	height: 14px;
	background: url(../img/top_ASR_img03.png);
	background-size: auto 100%;
	background-position: right center;
	position: absolute;
	left: calc(50% + 170px);
	bottom: 23px;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.ASR_list > li:nth-child(2) > a::after {
	left: calc(50% + 150px);
}

.ASR_list > li:hover > a::after {
	opacity: 1;
}

.ASR_list > li:hover::after {
	background-color: rgba(0, 0, 0, 0.55);
}

.ASR_list > li:nth-child(1) > a {
	padding-left: 70px;
}

.ASR_list > li:nth-child(2) > a {
	padding-right: 70px;
}

.ASR_bg {
	width: 200px;
	padding: 31px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;

	/* -webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out; */
}

.ASR_list > li:hover .ASR_bg {
	background: url(../img/top_ASR_border01.png) top left, url(../img/top_ASR_border02.png) top right, url(../img/top_ASR_border03.png) bottom left, url(../img/top_ASR_border04.png) bottom right;
	background-repeat: no-repeat;
}

.ASR_inner {
	font-size: 2.6rem;
	color: #FFFFFF;
	line-height: 1;
	font-weight: bold;
	text-shadow: 1px 1.732px 5px rgba(0, 0, 0, 0.56);
}

@media only screen and (max-width: 1400px) {
	/* ----------- mv ----------- */
	.mv_title {

	}

	.mv_title img {
		width: 460px;
		display: block;
	}

	.mv_list ul > li > div {
		font-size: 1.8rem;
		line-height: 3.0rem;
	}

	.mv_btn {
		padding-top: 30px;
		min-height: 55px;
	}

	.mv_btn a {
		width: 320px;
		padding: 20px 10px 17px;
	}

	.mv_img {
		width: 60.128%;
	}

	.mv::after {
		width: 11vw;
	}

	.mv_imgBox:before {
		left: 9.8vw;
	}

}

@media only screen and (max-width: 1200px) {
	/* ----------- mv ----------- */
	.mv_img {
		width: 64.128%;
	}

	.mv_imgBox:before {
		left: 10.8vw;
	}

	/* ----------- mv ----------- */
	.ASR_list > li > a::after {
		width: 53px;
		left: calc(50% + 13.5vw);
		bottom: 23px;
	}

	.ASR_list > li:nth-child(2) > a::after {
		left: calc(50% + 12.5vw);
	}

}

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

	/* ----------- mv ----------- */
	.mv_contentBordr {
		display: none;
	}

	.mv_img {
		width: 72.128%;
	}

	.mv_imgBox:before {
		left: 12.2vw;
	}

	.mv_title img {
		width: 38.0vw;
	}

	.mv_list {
		padding-top: 2.0vw;
	}

	.mv_list ul > li > div {
		font-size: 1.6rem;
		line-height: 2.6rem;
	}

	.mv_btn {
		padding-top: 3.0vw;
		min-height: 55px;
	}

	.mv_btn a {
		width: 28.0vw;
		padding: 1.8vw 10px 1.6vw;
		font-size: 1.6vw;
		background-position: right 2.4vw center;
	}

	.mv::after {
		width: 12vw;
	}

	/* ----------- news ----------- */
	.news {
		padding: 80px 0;
	}

	.news_list {
		margin-top: 35px;
		padding: 10px 20px;
		height: 368px;
	}

	.news_list ul li {
		padding: 15px 0;
	}

	/* ----------- guidance ----------- */
	.guidance {
		padding: 80px 0;
	}

	.guidance_btn {
		margin-top: 35px;
	}

	.guidance_btn ul li a {
		font-size: 2.2rem;
	}

	.guidance_btn ul li a .guidance_ico {
		width: 80px;
		position: absolute;
		top: -12px;
		left: 20px;
	}

	.guidance_btn ul li a div {
		height: 90px;
	}

	.guidance_btn ul li a div p {
		padding-left: 30px;
	}

	/* ----------- sponsor ----------- */
	.sponsor {
		padding: 80px 0;
	}

	.sponsor_list {
		margin-top: 35px;
	}

	.sponsor_text {
		padding-top: 40px;
	}

	.sponsor_text p {
		font-size: 2.6rem;
	}

	/* ----------- ASR ----------- */
	.ASR {
		padding: 80px 0;
	}

	.ASR_box {
		margin-top: 35px;
	}

	.ASR_list > li > a {
		height: 240px;
	}

	.ASR_bg {
		width: 200px;
		padding: 28px 10px;
	}

	.ASR_list > li > a::after {
		width: 44px;
		left: calc(50% + 14.5vw);
		bottom: 23px;
	}

	.ASR_list > li:nth-child(2) > a::after {
		left: calc(50% + 12.5vw);
	}

	.ASR_inner {
		font-size: 2.4rem;
	}

}

@media only screen and (max-width: 900px) {
	.news .main {
		display: block;
	}

	.news_list {
		height: auto;
		overflow: visible;
	}

	.news_left {
		max-height: none;
		margin-bottom: 30px;
	}

	.twitter-timeline {
		width: 100% !important;
	}
	.twitter-tweets{
		width: auto;
		max-width: 100% !important;
	}
	.twitter-tweet{
		margin: 0 auto;
	}
}

@media only screen and (max-width: 850px) {
	/* ----------- guidance ----------- */
	.guidance_btn ul li a .guidance_ico {
		width: 70px;
	}

	/* ----------- ASR ----------- */
	.ASR_list > li > a::after {
		width: 44px;
		left: calc(50% + 12.5vw);
		bottom: 23px;
	}

	.ASR_list > li:nth-child(2) > a::after {
		left: calc(50% + 10.5vw);
	}

}

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

	/* ----------- mv ----------- */
	.mv_imgPc {
		position: relative;
		display: none;
	}

	.mv_imgPad {
		position: relative;
		display: block;
	}

	.mv_img {
		width: 55.5vw;
	}

	.mv_imgBox:before {
		left: 10.6vw;
		transform: skewX(-16.5deg);
	}

	.mv::before {
		width: calc(50% + 35vw);
	}

	.mv_title img.top_mv_titlePc {
		display: none;
	}

	.mv_title img.top_mv_titlePad {
		display: block;
		width: 34.76vw;
	}

	.mv_list {
		padding-top: 3vw;
	}

	.mv_btn {
		padding-top: 3vw;
		min-height: 50px;
	}

	.mv_btn a {
		width: 34vw;
		padding: 2.4vw 1.0vw 2.1vw 0;
		font-size: 2.2vw;
		background-size: 16px auto;
		background-position: right 2.0vw center;
	}

	.mv::after {
		width: 12.36vw;
		background: url(../img/top_mv_img01_pad.png);
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 100% auto;
	}

	/* ----------- news ----------- */
	.news_list {
		margin-top: 30px;
		padding: 10px 30px;
	}

	/* ----------- guidance ----------- */
	.guidance_btn {
		margin-top: 30px;
	}

	.guidance_btn ul li {
		width: 49%;
	}

	.guidance_btn ul li a div {
		height: 12.0vw;
	}

	.guidance_btn ul li a {
		font-size: 2.8vw;
	}

	.guidance_btn ul li a .guidance_ico {
		width: 9.4vw;
		top: -1.5vw;
		left: 2.6vw;
	}

	.guidance_btn ul li a div p {
		padding-left: 3.9vw;
	}

	/* ----------- sponsor ----------- */
	.sponsor {

	}

	.sponsor_list {
		margin-top: 30px;
	}

	.sponsor_text p {
		font-size: 2.4rem;
		padding: 15px 20px 12px;
	}
	
	.sponsor_list ul li {
		width: 32%;
		margin-right: 2%;
	}
	
	.sponsor_list ul li:nth-child(4n) {
		margin-right: 2%;
	}
	
	.sponsor_list ul li:nth-child(3n) {
		margin-right: 0;
	}

	/* ----------- ASR ----------- */
	.ASR_box {
		margin-top: 30px;
	}

	.ASR_list > li > a {
		height: 200px;
		transform: skewX(20deg);
	}

	.ASR_inner {
		font-size: 2.2rem;
	}

	.ASR_list > li {
		width: calc(50% - 5px);
		transform: skewX(-20deg);
	}

	.ASR_list > li:before {
		transform: skewX(20deg);
	}

	.ASR_list > li > a::after {
		width: 40px;
		height: 12px;
		left: calc(50% + 14.5vw);
		bottom: 20px;
	}

	.ASR_list > li:nth-child(2) > a::after {
		left: calc(50% + 9.5vw);
	}

	.ASR_bg {
		width: 180px;
	}

}

@media only screen and (max-width: 600px) {
	/* ----------- mv ----------- */
	.mv_list ul > li > div {
		font-size: 1.4rem;
		line-height: 2.4rem;
	}

	.mv_btn a {
		width: 36vw;
		padding: 2.4vw 3.0vw 2.1vw 0;
		font-size: 2.2vw;
		background-size: 14px auto;
		background-position: right 2.0vw center;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	/* ----------- sponsor ----------- */
	.sponsor_list ul li {
		width: 49%;
		margin-right: 2%;
	}

	.sponsor_list ul li:nth-child(3n) {
		margin-right: 2%;
	}

	.sponsor_list ul li:nth-child(2n) {
		margin-right: 0;
	}

	.sponsor_text p {
		font-size: 2.0rem;
	}

	/* ----------- ASR ----------- */
	.ASR_list > li > a {
		height: 160px;
		transform: skewX(0deg);
	}

	.ASR_inner {
		font-size: 2.0rem;
	}

	.ASR_list > li {
		width: calc(49%);
		transform: skewX(0deg);
	}

	.ASR_list > li:before {
		transform: skewX(0deg);
	}

	.ASR_list {
		width: calc(100% + 0px);
		left: 0px;
	}

	.ASR_list > li:nth-child(1) > a {
		padding-left: 0px;
	}

	.ASR_list > li:nth-child(2) > a {
		padding-right: 0px;
	}

	.ASR_list > li:before {
		left: 0px;
	}

	.ASR_list > li:nth-child(2):before {
		left: 0px;
	}

	.ASR_list > li > a::after {
		left: auto;
		right: 15px;
		bottom: 15px;
	}

	.ASR_list > li:nth-child(2) > a::after {
		left: auto;
	}

}

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

	/* ----------- mv ----------- */
	.mv_content {
		width: auto;
		height: auto;
		position: relative;
		padding-top: 50px;
	}

	.mv::before {
		width: 100%;
		height: 130vw;
		background-position: left 40% center;
	}

	.mv::after {
		display: none;
	}

	.mv_img {
		width: 100%;
		margin-top: -20px;
	}

	.mv_imgSp {
		position: relative;
		display: block;
	}

	.mv_imgPad {
		position: relative;
		display: none;
	}

	.mv_imgBox:before {
		display: none;
	}

	.mv_title img.top_mv_titlePc {
		display: block;
		width: 90%;
	}

	.mv_title img.top_mv_titlePad {
		display: none;
	}

	.mv_list {
		padding-top: 25px;
	}

	.mv_list ul > li > div {
		font-size: 1.6rem;
		line-height: 2.6rem;
	}

	.mv_btn {
		padding-top: 25px;
		min-height: auto;
	}

	.mv_btn a {
		width: 260px;
		font-size: 1.6rem;
		padding: 18px 20px 15px 0;
		background-position: right 20px center;
	}

	/* ----------- news ----------- */
	.news_list ul li {
		padding: 12px 0px;
	}

	.news_list {
		padding: 10px 15px;
	}

	.news_date {
		width: auto;
		display: block;
		padding-bottom: 5px;
	}

	.news_date span {
		font-size: 1.4rem;
		line-height: 2.2rem;
	}

	.news_inner {
		padding-left: 0px;
		display: block;
		border-left: none;
	}

	.news_inner > div {
		font-size: 1.4rem;
		line-height: 2.2rem;
	}

	.news_more {

	}

	/* ----------- guidance ----------- */
	.guidance_btn ul {
		margin-bottom: -25px;
	}

	.guidance_btn ul li {
		width: 100%;
		margin-bottom: 25px;
	}

	.guidance_btn ul li a {
		font-size: 2.0rem;
	}

	.guidance_btn ul li a div {
		height: 80px;
	}

	.guidance_btn ul li a .guidance_ico {
		width: 70px;
		top: -12px;
		left: 15px;
	}

	.guidance_btn ul li a div p {
		padding-left: 20px;
	}

	/* ----------- ASR ----------- */
	.ASR_list > li > a {
		height: 140px;
	}

	.ASR_list {
		flex-direction: column;
		margin-bottom: -20px;
	}

	.ASR_list > li {
		width: 100%;
		margin-bottom: 20px;
	}

}
