/* 20191127 topリニューアル */


/* top.css */
.link_bnr {
	margin-bottom: 40px;
	background: #02b0ff;
}
.mv_bnr_box .link a{
	width: 100% !important;
}
.link_bnr .bnr a {
	background: #fff;
	padding-top: 10%;
	height: 100%;
}
.link_bnr .bnr_button a:hover::before{
	background: none;
}
.link_bnr .bnr a span:first-of-type {
	height: 80px;
	margin: 30px 0 20px 0;
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
	box-sizing: border-box;
}

.link_bnr .bnr a span:last-of-type {
	height: auto;
	line-height: 1.5;
	width: 100%;
	padding: 0 15px;
	font-weight: bold;
	box-sizing: border-box;
}

.link_bnr .bnr {
	width: 30%;
}
.link_bnr .bnr a {
	border-radius: 100%;
	color: #02b0ff;
}
.link_bnr .bnr_button a:hover{
	background-color: #02b0ff;
	color: #fff;
	transition-duration: 0.6s;
}

.link_bnr .thumb02 a .pic {
	background-image: url(/common/images/top/icon04.png);
}
.link_bnr .thumb04 a .pic {
	background-image: url(/common/images/top/icon05.png);
}
.link_bnr .thumb06 a .pic {
	background-image: url(/common/images/top/icon06.png);
}
.link_bnr .thumb02 a:hover .pic{
	background-image: url(/common/images/top/icon04_off.png);
	transition-duration: 0.6s;
}
.link_bnr .thumb04 a:hover .pic {
	background-image: url(/common/images/top/icon05_off.png);
	transition-duration: 0.6s;
}
.link_bnr .thumb06 a:hover .pic {
	background-image: url(/common/images/top/icon06_off.png);
	transition-duration: 0.6s;
}

@media screen and (max-width: 1200px){
	.top_mv{
		padding-top: 67%;
	}
}

@media screen and (max-width: 1067px) {
	.top_menu .top_menu_box table .top_member a,
	.top_menu .top_menu_box table .top_csr a,
	.top_menu .top_menu_box table .top_photo a{
		padding: 20px 15px;
	}
	.top_menu .top_menu_box table .top_photo a{
		font-size: 1.4rem;
	}
}

/* sp用 */
@media screen and (max-width: 960px) {
	.top_menu{
		display: none;
	}
	.link_bnr{
		background: #fff;
	}
	.link_bnr .bnr {
    max-width: 100%;
    width: 100%;
    height: 130px;
	}
	.link_bnr .bnr a{
		margin-bottom: auto;
		padding-top: 0;
		padding-left: 4%;
    border-radius: 0;
	}
	#line_bnr .bnr a {
		background: #00b800;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.link_bnr .bnr a span:first-of-type {
		height: 50%;
		padding-bottom: 0;
		width: 32%;
		box-sizing: border-box;
	}
	.link_bnr .bnr_button a:hover{
		transition-duration: 0s;
	}
	.link_bnr .thumb02 a:hover,
	.link_bnr .thumb02 a:hover .pic,
	.link_bnr .thumb02 a:active .pic{
		transition-duration: 0s;
	}
	.link_bnr .thumb04 a:hover,
	.link_bnr .thumb04 a:hover .pic,
	.link_bnr .thumb04 a:active .pic{
		transition-duration: 0s;
	}
	.link_bnr .thumb06 a:hover,
	.link_bnr .thumb06 a:hover .pic,
	.link_bnr .thumb06 a:active .pic{
		transition-duration: 0s;
	}
	.catch_jp{
		margin-top: 20%;
	}
	.catch_jp img{
		width: 60%;
		max-width: none;
	}
}

@media screen and (max-width: 768px){
	.top_mv{
		padding-top: 80%;
	}
	video{
		display: none;
	}
	.mv_inner{
		background-image:url(/common/images/top/img01_.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}
	.mv_bottom{
		background-image:url(/common/images/overlays/12.png);
	}
	#link_bnr {
    margin-top: 0;
	}
	.catch_jp{
		margin-top: 30%;
	}
}

.new_tableslide{
	max-width: 100%;
}

/*--------------------- jump_logo ---------------------*/
.jump_logo img{
	position: absolute;
	top: 10%;
	left: 50%;
	transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
	width: 25%;
}

.jump_logo img {
	max-width: 100%;
	margin: 0;
}


.cls-1 {
	fill: #fff;
}

.svgbox,
.catch {
	position: absolute;
	width: 0;
	height: 0;
	top: 9999px;
	left: 9999px;
}


/*--------------------- slick ---------------------*/
/* NEW CSS for slider and design*/

.slick-slide {
}

.slick-slide img
{
    display: block;
    width: 100%;
    max-height: 460px;
}

#slider_new{
	width: auto;
	margin: 0 auto;
	position: relative;
}


.text_infront p{
	color: white;
	font-size: 24px;
	position: absolute;
	top: 12%;
	left: 29%;
}

#slider_new .thumb {
	position: relative;
}

#slider_new .thumb p {
	margin: 0;
}

#slider_new .thumb .subttl {
	display: block;
	margin: 0;
	position: absolute;
	bottom: 32%;
	left: 50%;
	transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
	font-size: 1.8rem;
	color: #fff;
	line-height: 1.5;
	text-shadow: 2px 2px 4px rgba(0,0,0,1);
	text-align: center;
	font-feature-settings: "palt";
	letter-spacing: 1px;
}



.button_topnew{
	display: block;
  color: white;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
	position: absolute;
	bottom: 13%;
	left: 50%;
	transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}

.button_topnew a {
	background-color: #01A0E9;
	display: block;
	padding: 5px 25px;
	color: #fff;
	text-decoration: none;
}

.button_topnew a:hover {
	opacity: .7;
}

.slick-prev,
.slick-next {
	width: 26px;
	height: 41px;
}


/* TopicsのCSS Start*/

.topics_all{
	text-align: center;
	padding: 1rem 0 2rem;
	width: 976px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
}

.section_title,
.section_title02 {
	font-size: 2rem;
	font-weight: bold;
}

.section_title02 {
	font-size: 1.6rem;
	margin-bottom: .5rem;
}

.main1{
	text-align: center;
}

#main2{
	font-size: 14px;
	color: #848282;
	opacity: 0.5;
}

.topics_date {
	font-size: 1.4rem;
	color: #01A0E9;
	margin-right: 1rem;
}

.topics_news {
	font-size: 1.4rem;
	color: #383a3b;
	text-align: left;
}

.topics_news a {
	color: #383a3b;
	text-decoration: underline;
}

.topics_news a:hover {
	opacity: .7;
	text-decoration: none;
}

.topix_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.bigbox_background{
width: auto;
background-color: #EEEFEF;
padding: 2rem 0 1rem;
position: relative;
}

.button_area {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 976px;
  margin: 0 auto;
  flex-wrap: wrap;
}

  .button_boxnew {
  	display: flex;
    background: white;
    padding: 1.3rem 1rem 1rem;
    font-size: 1.4rem;
    margin-bottom: 10px;
    text-decoration: none;
	justify-content: center;
	align-items: center;
    text-align: center;
		width: 32.5%;
		filter: drop-shadow(3px 3px 3px #D1D1D1);
		border-radius: 4px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
  }
  .button_boxnew:hover {
  	text-decoration: none;
  	opacity: .7;
  }

	.button_boxnew {
		margin-left: 1rem;
	}

	.button_boxnew:first-child,
	.button_boxnew:nth-child(3n+1){
		margin-left: 0;
	}

.button_boxnew span,
.button_boxnew span:hover {
		color: #333;
		text-decoration: none;
}

.button_boxnew i {
	position: absolute;
	right: 20px;
	top: 34%;
}



.new_arrow_down2 {
	position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #01A0E9;
	z-index: 1;
	left: 820px;
	top: 972px;
}


.button_area {
    width: 976px;
    margin: 0 auto;
}


.thing {
	opacity: 0;
  transition: 2s;
}


.slick-initialized{
    opacity: 1
}


/* Slick Arrow */

.slick-prev:before, .slick-next:before{
	display: block;
	color: white;
}

.slick-prev
{
		z-index: 1;
    left: 3%;
}

.slick-prev:before
{
    content: url(/common/images/top/ic_chevron_left.png);
}

.slick-next
{
    right: 3%;
}

.slick-next:before
{
    content: url(/common/images/top/ic_chevron_right.png);
}

.slick-dots {
	bottom: 4%;
}

.slick-dots li {
	margin-left: .5rem;
	background-color: #fff;
	width: 44px;
	height: 2px;
	opacity: 1;
	z-index: 100;
	margin-left: .5rem;
}

.slick-dots li.slick-active {
	background-color: #01A0E9;
}

.slick-dots li:first-child {
	margin-left: 0;
}

.slick-dots li button {
	content: "";
	width: 100%;
	height: 2px;
	opacity: 1;
	z-index: 100;
}

.slick-dots li button:before {
	content: "";
	width: 44px;
	height: 2px;
	opacity: 1;
	z-index: 100;
	margin-left: .5rem;
}

.slick-dots li button {
	padding: 0;
}

/* .mainvisual_wrap */
.mainvisual_wrap {
	position: relative;
}

/*.mainvisual_wrap::after
.bigbox_background::after {
	content: "";
	position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 13px solid #01A0E9;
	z-index: 1;
	left: 50%;
	transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
	bottom: -13px;
}
*/
/* #new_information */
#new_information .sub_ttl {
	padding-bottom: 0;
}

.new_information .section_head {
	padding-top: 4rem;
	margin-bottom: 1rem;
}

#new_information .sub_ttl {
	color: #848282;
	opacity: .55;
}

.entry_list .entry_date {
	margin-right: 0;
	padding-right: 1rem;
}



@media screen and (max-width: 1920px) {
	.slick-slide img {
		max-height: 380px;
	}
}

@media screen and (max-width: 1240px) {
	.topics_all {
		padding-left: 4rem;
		padding-right: 4rem;
		width: 100%;
	}
	.button_boxnew {
		width: 49%;
	}
	.button_area {
		justify-content: space-between;
		width: 94%;
	}
	.button_boxnew:nth-child(3n+1) {
		margin-left: 1rem;
	}
	.button_boxnew:nth-child(odd) {
		margin-left: 0;
	}
}

@media screen and (max-width: 1200px) {
	.jump_logo {
		width: 35%;
	}
}

@media screen and (max-width: 1024px) {
  .jump_logo {
		width: 28%;
	}
	#slider_new .thumb .subttl {
		font-size: 1.6rem;
		line-height: 1.5;
		bottom: 30%;
		width: 75%;
		text-align: center;
	}
}

@media screen and (max-width: 960px) {
		.topics_all {
		width: 100%;
	}
		.topix_box {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
	}
/*	.topics_date,
	.topics_news {
		font-size: 2.2rem;
	}*/
/*	.section_title {
		font-size: 2.8rem;
	}
	.section_title02 {
		margin-bottom: .5rem;
		font-size: 2.4rem;
	}*/
	.entry_list .entry_title,
	.entry_list .entry_date,
	.entry_list .entry_category,
	.entry_list .new_entry {
		font-size: 1.4rem;
	}
	.button_area {
		width: calc(100% - 6rem);
	}
	.button_boxnew:nth-child(3n+1) {
		margin-left: 0;
	}

}

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

	.jump_logo {
		width: 50%;
	}
	.button_topnew,
	.slick-prev:before,
	.slick-next:before,
	#slider_new .thumb .subttl {
		display: none;
	}
		.slick-dots li {
		width: 22px;
	}
	.button_boxnew {
		font-size: 2rem;
		margin-bottom: 2.5rem;
		padding: 2.3rem 1rem 2rem;
	}
	.jump_logo {
		top: 27%;
	}
}

@media screen and (max-width: 600px) {
	.button_boxnew,
	.button_boxnew:nth-child(3n+1),
	.button_boxnew:nth-child(odd) {
			width: 90%;
			margin-left: auto;
			margin-right: auto;
		}
	.button_area {
		width: 100%;
	}
	.button_boxnew:last-child {
		margin-bottom: 0;
	}
	.bigbox_background {
		padding: 3rem 0;
	}
	.entry_list .entry_date {
		width: 28%;
	}
	.button_boxnew i {
		top: 40%;
	}
}
