@charset "utf-8";

.main img {
  width: 100%;
}

/* slider */
.sliderWrap {
  position: relative;
}
.sliderWrap .slider {
  z-index: 1;
}
.sliderWrap .slider img {
  width: 100%;
  margin: 0 auto;
}
.sliderWrap .slider img {
  display: none;
}
.sliderWrap .slider.slick-initialized .slick-slide img {
  display: block;
}
.sliderWrap .arrows {
  width: 100%;
  max-width: 1600px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.sliderWrap .arrows button {
  z-index: 2;
}

/* newsTopics */
.newsTopics {
  background: url("../img/bg_top_news.png") repeat;
}
.newsTopics .inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 20px 20px 35px;
  overflow: hidden;
}
.newsTopics .inner h2 {
  font-size: 1.714em;
  margin-bottom: 20px;
  font-weight: bold;
}
.newsTopics .link {
  margin: 17px 0 0 auto;
  float: right;
  font-size: 0.929em;
}
.newsTopics .link a {
  display: inline-block;
  color: #707070;
  text-decoration: underline;
  letter-spacing: 1px;
}

/* topLink */
.topLink {
  max-width: 1040px;
  width: 100%;
  margin: 60px auto 100px;
  position: relative;
}
.topLink h2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 6;
  width: 42.8%;
  height: 11.1%;
  max-width: 546px;
  max-height: 71px;
}
.topLink h2 img {
  width: 100%;
}
.topLinkInner {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
}
.topLinkInner + .topLinkInner {
  margin-top: 20px;
}
.topLink ul.list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.topLink .box,
.topLink ul.list li {
  width: calc(50% - 10px);
  margin-left: 20px;
}
.topLink .box:first-child,
.topLink ul.list li:first-child {
  margin-left: 0;
}
.topLink .box dl dt {
  position: relative;
}
.topLink .box dl dt:before {
  content: "";
  display: block;
  padding-top: 23%;
}
.topLink .box dl dt .wrapSpan {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topLink .box dl dt .wrapSpan:before {
  content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	opacity: 0.6;
  transition: opacity 1s ease-out;
	z-index: 3;
}
.topLink .box dl dt .wrapSpan:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #666666;
	transition: all 1s ease-out;
	z-index: 2;
}
.topLink .box1 dl dt .wrapSpan:after {
  background-image: url("../img/bg_toplink01.jpg");
  background-size: cover;
  background-position: left center;
}
.topLink .box2 dl dt .wrapSpan:after {
  background-image: url("../img/bg_toplink02.jpg");
  background-size: cover;
  background-position: left center;
}
.topLink .box3 dl dt .wrapSpan:after {
  background-image: url("../img/bg_toplink03.jpg");
  background-size: cover;
  background-position: left center;
}
.topLink .box4 dl dt .wrapSpan:after {
  margin-right: 0;
  background-image: url("../img/bg_toplink04.jpg");
  background-size: cover;
  background-position: left center;
}
.topLink .box dl dt .wrapSpan .innerSpan {
  z-index: 5;
  border: 1px solid rgba(255,255,255,0.2);
  width: 97%;
  height: 87%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 1px;
  font-weight: bold;
}
.topLink .box dl dt,
.topLink ul.list li a span {
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #009ce6;
}
.topLink .box dl dd {
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  padding: 12px 20px;
}
.topLink .box dl dd ul li a {
  display: block;
  font-size: 1.07em;
  line-height: 2.1;
  padding-right: 10px;
  background: url("../img/icon_arrow_black_on.png") no-repeat right 0 center;
  letter-spacing: -0.5px;
}
.topLink ul.list li a {
  display: block;
  width: 100%;
  background: #009ce6;
}
.topLink ul.list li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 1px;
  padding: 24px 12px;
  border: 1px solid #009ce6;
  color: #fff;
  background: url("../img/icon_arrow_white.png") no-repeat right 20px center;
} 
.topLink .box dl dd ul.list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.topLink .box dl dd ul.list2 li {
  width: calc(50% - 10px);
}
.topLink .box3 dl dd,
.topLink .box4 dl dd {
  min-height: 151px;
}

@media screen and (min-width:769px) {
.topLink .box dl dd ul li a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.arrows button:hover {
  opacity: 0.6;
  transition: 0.3s;
}  
.topLink ul.list li a:hover {
  background: #fff;
  transition: 0.3s;
}
.topLink ul.list li a:hover span {
  color: #009ce6;
  background: url("../img/icon_arrow_black_on.png") no-repeat right 20px center;
} 
}

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

/* topLink */
.topLink {
  max-width: 100%;
  margin: 40px auto 60px;
}
.topLinkInner {
  padding: 0 15px;
}
.topLinkInner + .topLinkInner {
  margin-top: 15px;
}  
.topLink ul li a {
  font-size: 1.14em;
}
.topLink .box {
  flex-basis: 100%;
  max-width: 100%;
  width: 100%;
  margin: 0;
}
.topLink .box + .box {
  margin-top: 15px;
}  
.topLink .box dl {
  min-height: auto;
}
.topLink .box dl dt {
  font-size: 1.286em;
}  
.topLink .box dl dd {
  padding: 12px 15px;
}  
.topLink .box dl dd ul li a {
  padding: 0 15px 0 0;
  background: url(../img/icon_arrow_blue_sp.png) no-repeat right 0 center;
  background-size: 10px;
  font-size: 1em;
}  
.topLink ul.list {
  margin: 0;
}  
.topLink ul.list li {
  width: 100%;
}  
.topLink ul.list li + li {
  margin: 15px 0 0 0;
}  
.topLink ul.list li a span {
  font-size: 1.125em;
  padding: 18px 12px;
  background: url("../img/icon_arrow_white_sp.png") no-repeat right 15px center;
  background-size: 10px;
}
.topLink .box dl dd ul.list2 {
  display: block;
}
.topLink .box dl dd ul.list2 li {
  width: 100%;
}
.topLink .box3 dl dd,
.topLink .box4 dl dd {
  min-height: auto;
}

/* newsTopics */
.newsTopics {
  background: url("../img/bg_top_news_sp.png") no-repeat;
  background-size: cover;
}  
.newsTopics .inner {
  max-width: 100%;
  padding: 20px 15px 30px;
}
.newsTopics .inner h2 {
  font-size: 1.286em;
  margin-bottom: 14px;
}
.newsTopics .link {
  margin: 17px 0 0 auto;
  font-size: 1em;
}
}

