@charset "UTF-8";

/*
#top_visual
*/
#top_visual .slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  box-sizing: border-box;
  margin: auto 0;
  border: none;
  background: rgba(0, 100, 191, 0.80);
  overflow: hidden;
  text-indent: -9999px;
  z-index: 50;
}

#top_visual .slick-arrow::before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top-style: solid;
  border-top-color: #FFF;
  border-right-style: solid;
  border-right-color: #FFF;
}

#top_visual .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

#top_visual .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  overflow: hidden;
  background: #CCC;
}

#top_visual .slick-dots li.slick-active {
  background: #005bc0;
}

#top_visual .slick-dots li * {
  opacity: 0;
}

#top_visual .slick-prev {
  left: 0;
}

#top_visual .slick-next {
  right: 0;
}

@media screen and (max-width: 640px) {
  #top_visual {
    margin-bottom: 20px;
  }

  #top_visual .slick-arrow {
    width: 30px;
    height: 30px;
  }

  #top_visual .slick-arrow::before {
    width: 11px;
    height: 11px;
    border-top-width: 3px;
    border-right-width: 3px;
  }

  #top_visual .slick-prev::before {
    transform: rotate(225deg) perspective(0) translate(-2px, 2px);
  }
  
  #top_visual .slick-next::before {
    transform: rotate(45deg) perspective(0) translate(-2px, 2px);
  }
}

@media screen and (min-width: 641px), print {
  #top_visual .slick-arrow {
    width: 60px;
    height: 60px;
  }

  #top_visual .slick-arrow::before {
    width: 22px;
    height: 22px;
    border-top-width: 6px;
    border-right-width: 6px;
  }

  #top_visual .slick-prev::before {
    transform: rotate(225deg) perspective(0) translate(-4px, 4px);
  }
  
  #top_visual .slick-next::before {
    transform: rotate(45deg) perspective(0) translate(-4px, 2px);
  }

  #top_visual .slick-dots {
    bottom: -30px;
  }
  
}

/*
#business_field
*/
.field_list {
  width: 335px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.field_list .field_item {
  color: #FFF;
  position: relative;
  width: 157.5px;
  height: 105px;
  z-index: 0;
  overflow: hidden;
}

.field_list .field_item a {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.field_list .field_item a::after {
  display: block;
  content: '';
  width: 80px;
  height: 24px;
  overflow: hidden;
  background: url(/common/img/index_icon_more.png) no-repeat center center;
  background-size: contain;
}

.field_list .field_item a .field_title {
  font-family: 'Open Sans Condensed', sans-serif;
}


.field_list .field_item a .field_thumb {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s;
  z-index: -1;
}

@media screen and (max-width: 390px) {
	.field_list {
		width: inherit;
		margin: 0 auto;
		justify-content: space-between;
	}
	
	.field_list .field_item {
		width: calc(50% - 2.65vw);
		height: 26.256vw;
	}

  .field_list .field_item:nth-child(n+3) {
    margin-top: 5.3vw;
  }

	.field_list .field_item a .field_title {
		margin-bottom: 4.21vw !important;
		font-size: 3.73vw !important;
	}

	.field_list .field_item a::after {
		width: 21.41vw !important;
		height: 6.40vw !important;	
	}

	.field_list .field_item a .field_thumb {
		top: 0;
		transform: translate(-50%, 0);
	}
		
}

@media screen and (min-width: 391px) and (max-width:552px) {	
  .field_list .field_item:nth-child(odd) {
    margin-right: 20px
  }

  .field_list .field_item:nth-child(n+3) {
    margin-top: 20px
  }
}

@media screen and (min-width: 553px) {
  .field_list {
    width: 513px;
  }

  .field_list .field_item:nth-child(n+4) {
    margin-top: 20px
  }

  .field_list .field_item:not(:nth-child(3n)) {
    margin-right: 20px
  }
}

@media screen and (max-width: 640px) {
  .field_list .field_item a .field_title {
    font-size: 14px;
    margin-bottom: 17px;
  }

  .field_list .field_item a .field_description {
    display: none;
  }
}

@media screen and (min-width: 641px), print {
  .field_list {
    width: 1080px;
  }

  .field_list .field_item {
    width: 332px;
    height: 204px;
  }

  .field_list .field_item:nth-child(n+4) {
    margin-top: 40px
  }

  .field_list .field_item:not(:nth-child(3n)) {
    margin-right: 42px
  }

  .field_list .field_item a::before {
    box-sizing: border-box;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 10px solid rgba(255, 255, 255, 0.30);
  }
  
  .field_list .field_item a::after {
    margin-top: 12px;
    width: 100px;
    height: 28px;
  }

  .field_list .field_item a .field_title {
    font-size: 22px;
  }

  .field_list .field_item a .field_description {
    font-size: 14px;
  }

  .field_list .field_item a:hover .field_thumb {
    transform: translate(-50%, -50%) scale(1.2);
    filter: blur(5px);
  }
}


/*
.information_list
*/

.information_list {
  width: 335px;
  margin: 0 auto;
}

.information_list .information_item {
  color: #FFF;
  position: relative;
  width: 335px;
  height: 89px;
  z-index: 0;
  overflow: hidden;
}

.information_list .information_item a {
  display: flex;
  text-align: center;
  text-decoration: none;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  color: inherit;
}

.information_list .information_item a .information_icon {
  flex-shrink: 0;
  margin-left: 20px;
  margin-right: 15px;
  width: 49px;
  height: 49px;
}

.information_list .information_item a .information_title {
  flex-shrink: 0;
  height: 49px;
  display: flex;
  white-space: nowrap;
  flex-direction: column;
  justify-content: space-between;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

.information_list .information_item a .information_title::after {
  display: block;
  content: '';
  width: 80px;
  height: 20px;
  overflow: hidden;
  background: url(/english/common/img/index_icon_more.png) no-repeat left center;
  background-size: contain;
}

.information_list .information_item a .information_thumb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.25s;
  z-index: -1;
}


@media screen and (max-width: 390px) {
	.information_list,
	.information_list .information_item {
		width: inherit;
	}
	
	.information_list .information_item {
		height: 22.65vw;
	}

	.information_list .information_item {
		margin: 0 auto;
		justify-content: space-between;
	}
	
	.information_list .information_item a .information_icon {
		width: 13.125vw;
		height: 13.125vw;
		margin-right: 2vw;
		margin-left: 5.3125vw;
	}

	.information_list .information_item a .information_title {
		font-size: 4.073vw;
	}
	
	.information_list .information_item a .information_title::after {
		width: 21.4vw;
		height: 5.47vw;
	}
}

@media screen and (max-width: 640px) {
  .information_list .information_item:not(:last-child) {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 641px), print {
  .information_list {
    width: 1080px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .information_list .information_item {
    width: 520px;
    height: 124px;
  }

  .information_list .information_item:nth-child(n+3) {
    margin-top: 40px
  }

  .information_list .information_item:nth-child(odd) {
    margin-right: 40px
  }

  .information_list .information_item a .information_icon {
    margin-left: 28px;
    margin-right: 28px;
    width: 68px;
    height: 68px;
  }

  .information_list .information_item a .information_title {
    font-size: 20px;
    height: 68px;
  }

  .information_list .information_item a .information_title::after {
    width: 100px;
    height: 28px;
  }

  .information_list .information_item a:hover .information_thumb {
    transform: translate(-50%, -50%) scale(1.2);
    filter: blur(5px);
  }
}

