@charset "UTF-8";
/*----------------------------------------------
 * * logo
 * *----------------------------------------------*/
.start {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
}
.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 550px;
}
.start p img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .start p {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    width: 80%;
  }
}
/*----------------------------------------------
 * * mainVisual
 * *----------------------------------------------*/
.slider {
  margin: 0 auto;
  width: 100%;
}
.slider li img {
  width: 100%;
  height: auto;
}
.slick-dots {
  bottom: -33px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  outline: 0;
  border-radius: 50%;
  transition-duration: 0.3s;
  background: #e6e6e6;
}
.slick-dots li button:before {
  content: none;
}
.slick-dots li button:hover, .slick-dots li.slick-active button {
  background: #8dbbde;
}
.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}
.slick-dots {
  position: absolute;
  bottom: -40px;
	z-index: 5;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
	.mainVisual {
		margin-top: 60px;
	}
	.slick-dots {
  bottom: -30px;
}
}
/*----------------------------------------------
 * * leadBox
 * *----------------------------------------------*/
.leadBox {
  width: var(--subWidth);
  min-height: 300px;
  margin: 90px auto 100px;
  padding: 0 50px;
  background: url("../top-img/bg-leadBox.png") no-repeat right top;
  background-size: 700px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.leadBox p {
  font-size: 2.2rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .leadBox {
    width: var(--mainWidth);
    min-height: 320px;
    margin: 60px auto 70px;
    padding: 0;
    background: url("../top-img/bg-leadBox-sp.png") no-repeat right top;
    background-size: 270px auto;
  }
  .leadBox p {
    padding: 0 8% 0 5%;
    font-size: 1.8rem;
    line-height: 2;
  }
}
/*----------------------------------------------
 * * 共通
 * *----------------------------------------------*/
section {
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 70px 0;
  }
}
/*----------------------------------------------
 * * Products
 * *----------------------------------------------*/
#products {
  background: rgba(2, 180, 237, 0.1) url("../top-img/bg-products.png") no-repeat left top;
  background-size: 900px auto;
}
#products .innerBox {
  width: var(--subWidth);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#products .innerBox a {
  display: block;
  margin: 40px 0 0;
  width: 300px;
  border-radius: 60px 0 60px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 1;
  object-fit: cover;
  transform: scale(1.0);
}
#products .innerBox a:nth-child(2) {
  margin: 40px 40px 0;
}
#products .innerBox a:nth-child(4) {
  margin: 40px 40px 0 0;
}
#products .innerBox a .photo {
  height: 165px;
}
#products .innerBox a .photo img {
  width: 100%;
  height: auto;
}
#products .innerBox a dl dt {
  padding: 6px 20px;
  background: #0168b7 url("../img/arrowW.png") no-repeat calc(100% - 15px) center;
  background-size: 5px auto;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 2;
}
#products .innerBox a dl dt img {
  margin-right: 15px;
}
#products .innerBox a dl dd {
  padding: 20px 20px 40px;
}
@media screen and (min-width: 768px) {
  #products h2 {
    margin-bottom: 0;
  }
  #products .innerBox a:hover .photo img {
    transform: scale(1.3);
    border-radius: 60px 0 0 0;
    transition: transform .6s ease;
  }
  #products .innerBox a:hover {
    text-decoration: none;
  }
  #products .innerBox a:hover dl dt {
    background-color: var(--accentColor);
  }
}
@media screen and (max-width: 767px) {
  #products {
    padding-bottom: 30px;
    background: rgba(2, 180, 237, 0.1) url("../top-img/bg-products.png") no-repeat left top;
    background-size: 100% auto;
  }
  #products .innerBox {
    width: var(--subWidth);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #products .innerBox a {
    display: block;
    margin: 0 0 40px;
    width: 100%;
    border-radius: 60px 0 60px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    object-fit: cover;
    transform: scale(1.0);
  }
  #products .innerBox a:nth-child(2) {
    margin: 0 0 40px;
  }
  #products .innerBox a:nth-child(4) {
    margin: 0 0 40px;
  }
  #products .innerBox a .photo {
    height: auto;
  }
  #products .innerBox a .photo img {
    width: 100%;
    height: auto;
  }
}
/*----------------------------------------------
 * * Company
 * *----------------------------------------------*/
#company {
  width: var(--subWidth);
  margin: 0 auto;
  display: flex;
}
#company h2 {
  text-align: left;
}
#company h2 img {
  margin: 10px 0 15px;
}
#company .innerBox {
  display: flex;
  flex-direction: column;
  margin-left: 50px;
}
#company .innerBox .btn {
  width: 200px;
  margin: auto 0 0 auto;
  background: linear-gradient(to right, var(--mainColor), var(--accentColor));
  padding: 2px;
}
#company .innerBox .btn a {
  display: block;
  width: 100%;
  padding: 8px 20px;
  background: #fff url("../img/arrowB.png") no-repeat calc(100% - 15px) center;
  background-size: 5px auto;
  color: var(--mainColor);
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #company .innerBox .btn a:hover {
    display: block;
    width: 100%;
    padding: 8px 20px;
    background: #0168b7 url("../img/arrowW.png") no-repeat calc(100% - 15px) center;
    background-size: 5px auto;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  #company {
    width: var(--mainWidth);
    margin: 0 auto;
    display: block;
  }
  #company div:first-child img {
    width: 100%;
    height: auto;
  }
  #company h2 {
    text-align: left;
  }
  #company h2 img {
    height: 40px;
    margin: 0 0 15px;
  }
  #company .innerBox {
    display: block;
    width: var(--mainWidth);
    margin: 30px auto 0;
  }
  #company .innerBox .btn {
    width: 180px;
    margin: 30px 5% 0 auto;
    background: linear-gradient(to right, var(--mainColor), var(--accentColor));
    padding: 2px;
  }
  #company .innerBox p {
    width: var(--subWidth);
    margin: 0 auto;
  }
  #company .innerBox .btn a {
    display: block;
    width: 100%;
    padding: 8px 20px;
    background: #fff url("../img/arrowB.png") no-repeat calc(100% - 15px) center;
    background-size: 5px auto;
    color: var(--mainColor);
    font-weight: bold;
  }
}