@charset "utf-8";


/*=======================================================================

TOPページ (top.css)

========================================================================*/

#main {
  width: 100%;
  padding: 0;
}


/* 読み込み用 */
.slider{
  opacity: 0;
  transition: opacity .3s linear;
}
.slider.slick-initialized{
  opacity: 1;
}

#main .mainVisual {
  width: 1000px;
  height: 430px;
  margin: 0 auto 40px;
  border-radius: 0 0 0 140px;
  overflow: hidden;
}
.single-item {
  border-radius: 10px;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}


.slick-prev:before,
.slick-next:before
{
    font-size: 40px;
    opacity: .75;
    color: #ccc;
}
.slick-prev
{
    left: 25px;
  z-index: 9;
}
[dir='rtl'] .slick-prev
{
    right: 40px;
}
.slick-next
{
    right: 40px;
}
[dir='rtl'] .slick-next
{
    left: 25px;
}

/* 矢印画像指定 */
.mainVisual .slick-prev:before,
.mainVisual .slick-next:before {
  content: none;
}
.mainVisual .slick-prev {
  width: 66px;
  height: 66px;
  background: url(../images/arrow_prev.png) left center no-repeat;
  left: 10px;
  z-index: 99;
}
.mainVisual .slick-next {
  width: 66px;
  height: 66px;
  background: url(../images/arrow_next.png) left center no-repeat;
  right: 10px;
}
.mainVisual .slick-prev:hover,
.mainVisual .slick-next:hover {
  opacity: .7;
}

.slick-dots {
	bottom: 100px;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
	color: white;
  font-size: 12px;
}
.draggable {
	cursor: grab;
}

.mainVisual {
  position: relative;
}
.mainVisual .mv_btn {
  display: -webkit-box;
  display: flex;
　-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
	gap: 12px;
	position: absolute;
	bottom: 30px;
	right: 20px;
	z-index: 2;
}
.mainVisual .mv_btn div {
	border-radius: 50px;
	box-shadow: 2px 2px 2px rgba(0,0,0,.7);
}
.mainVisual .mv_btn .download {
	background: url("../images/btn_download_on.png?250616") no-repeat;
  background-size: contain;
}
.mainVisual .mv_btn .jimu {
	background: url("../images/btn_jimu_on.png") no-repeat;
  background-size: contain;
}
.mainVisual .mv_btn .private {
	background: url("../images/btn_kanyusya_on.png") no-repeat;
  background-size: contain;
}
.mainVisual .mv_btn .kenponews {
	background: url("../images/btn_kenponews_on.png") no-repeat;
  background-size: contain;
}
.mainVisual .mv_btn div a {
	transition: .2s;
}
.mainVisual .mv_btn div a:hover {
	opacity: 0;
}

#main #content {
  float: none;
	width: 100%;
  margin: 0;
  border-radius: 0;
}
#main #content .inner {
	width: 1000px;
  margin: auto;
}

#content h2 {
  margin: 0 0 10px;
	padding: 0;
	border: 0;
  font-size: 20px;
  font-weight: bold;
	letter-spacing: .01em;
	text-indent: 0;
}
#content h2::before {
	content: none;
}
#content h2 span {
	display: inline-block;
	margin-left: 10px;
	color: #e9546b;
  font-size: 14px;;
}

#content .news {
  margin: 0 0 20px;
	padding: 0 48px;
}
#content .news ul {
  height: 240px;
  margin: 0;
  overflow-y: scroll;
}
#content .news .btn_more {
	margin: 15px 20px 0;
	text-align: right;
}
#content .news .btn_more a {
	color: #000;
	font-weight: 700;
	text-decoration: none;
}
#content .news .btn_more a::after {
  padding-left: 3px;
  font-family: "FontAwesome";
  content: "\f054";
}



/* case */
#content .top_case {
  width: 1000px;
  margin: 0 auto;
  padding: 32px 40px;
	background: #fff6ed url("../images/bg_topcase.png") no-repeat;
	background-size: cover;
}
#content .top_case ul {
  display: -webkit-box;
  display: flex;
　-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  gap: 20px;
  margin: 20px 0 0;
}
#content .top_case ul li {
  width: calc(100% / 5 - 16px);
  margin: 0;
}
#content .top_case ul li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
	height: 162px;
	min-height: 10.125rem;
  padding: 102px 10px 20px;
  background: #fff;
	border-radius: 20px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.2);
	color: #00aebb;
	font-weight: 700;
	line-height: 1.3;
  text-align: center;
  text-decoration: none;
  transition: .2s;
  position: relative;
}
#content .top_case ul li a:hover {
  background: #e6f4f6;
  opacity: 1;  
}
#content .top_case ul li a::before {
  content: '';
  width: 80px;
  height: 80px;
  background: url("../images/icon_case01.svg") no-repeat;
  background-size: contain;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}
#content .top_case ul li:nth-of-type(2) a::before {
  background: url("../images/icon_case02.svg") no-repeat;
}
#content .top_case ul li:nth-of-type(3) a::before {
  background: url("../images/icon_case03.svg") no-repeat;
}
#content .top_case ul li:nth-of-type(4) a::before {
  background: url("../images/icon_case04.svg") no-repeat;
}
#content .top_case ul li:nth-of-type(5) a::before {
  background: url("../images/icon_case05.svg") no-repeat;
}
#content .top_case ul li:nth-of-type(6) a::before {
  background: url("../images/icon_case06.svg") no-repeat;
}
#content .top_case ul li:nth-of-type(7) a::before {
  background: url("../images/icon_case07.svg") no-repeat;
}
#content .top_case ul li:nth-of-type(8) a::before {
  background: url("../images/icon_case08.svg") no-repeat;
}
#content .top_case ul li:nth-of-type(9) a::before {
  background: url("../images/icon_case09.svg") no-repeat;
}
#content .top_case ul li:nth-of-type(10) a::before {
  background: url("../images/icon_case10.svg") no-repeat;
}
#content .top_case ul li:nth-of-type(11) a::before {
  background: url("../images/icon_case11.svg") no-repeat;
}
#content .top_case ul li:nth-of-type(12) a::before {
  background: url("../images/icon_case12.svg") no-repeat;
}
#content .top_case ul li:nth-of-type(13) a::before {
  background: url("../images/icon_case13.svg") no-repeat;
}
#content .top_case ul li:nth-of-type(14) a::before {
  background: url("../images/icon_case14.svg") no-repeat;
}



/* banner */
#content .banner div {
  margin-bottom: 0;
}
#content div.banner {
  clear: both;
  width: 840px;
  margin: 0 auto;
  padding: 60px 0;
}
#content .banner .banner_item {
  width: calc(100% / 3 - 90px);
  margin: 0 15px;
}
#content .banner .banner_item img {
  width: 100%;
  height: auto;
}
#content .banner .slick-prev::before,
#content .banner .slick-next::before {
	color: #ccc;
  font-size: 40px;
}
#content .banner .slick-prev,
#content .banner .slick-next {
  width: 42px;
  height: 34px;
}
#content .banner .slick-prev {
  left: -50px;
}
#content .banner .slick-next {
  right: -50px;
}
#content .banner .slick-prev:hover,
#content .banner .slick-next:hover {
  opacity: 0.7;
}
#content .banner li img {
  border-radius: 5px;
}

#content .banner .slider-none {
  display: -webkit-box;
  display: flex;
 -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
	gap: 10px 20px;
}


/*----------------------------------------------------------------------
 Smartphone css
----------------------------------------------------------------------*/
@media screen and (max-width: 960px){

#main .mainVisual {
  width: 100%;
  height: auto;
  border-radius: 0;
  overflow: inherit;
}
.single-item {
  border-radius: 0;
}
.slick-dots {
	bottom: -30px;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
	color: black;
  font-size: 12px;
}
	
.mainVisual .mv_btn {
  -webkit-box-pack: center;
  justify-content: center;
}

#main #content,
#main #content .inner {
  width: 100%;
}
  
#content div.banner {
  width: 82%;
  padding: 30px 0 20px;
}
#content .banner .slick-prev {
  left: -50px;
}
#content .banner .slick-next {
  right: -50px;
}

/* news */
#content .news {
	padding: 0 20px;
}
	
/* case */
#content .top_case {
  width: 100%;
  padding: 24px;
}
#content .top_case ul li {
  width: calc(100% / 4 - 16px);
}


}

@media screen and (max-width: 767px){
.mainVisual .slick-prev,
.mainVisual .slick-next {
  background: none;
}
	
#main .mainVisual {
  width: 100%;
  height: auto;
	margin-bottom: 30px;
  border-radius: 0;
	position: inherit;
}
.mainVisual .mv_btn {
  -webkit-box-pack: center;
  justify-content: center;
	position: inherit;
	margin-top: 10px;
}
.mainVisual .mv_btn .download {
}
.mainVisual .mv_btn .jimu,
.mainVisual .mv_btn .kenponews {
}
  
/* news */
#content .news {
	padding: 0 15px;
}
	
/* case */
#content .top_case {
  width: 100%;
  padding: 24px;
}
#content .top_case ul li {
  width: calc(100% / 2 - 10px);
}

#content div.banner {
  width: 96%;
}
#content .banner .banner_item {
  margin: 0 8px;
}
#content .banner .slick-prev,
#content .banner .slick-next {
  display: none !important;
}
	

	#content .banner .slider-none {
		-webkit-box-pack: start;
		justify-content: flex-start;
		text-align: center;
		padding-left: 1em;
		padding-right: 1em;
	}
	#content .banner .slider-none .banner_item {
		width: calc(50% - 10px);
		margin: 0;
	}
	#content .banner .slider-none .banner_item img {
		width: 100%;
	}
  
}