@charset "UTF-8";
/* mainImg
------------------------------------*/
.indexLayout #mainImg {
  position: relative;
}

.indexLayout #mainImg ul li {
  height: 380px;
  width: 100%;
}

.indexLayout #mainImg ul .main01 {
  background: url(../img/main_img01_sp.jpg) no-repeat center center/cover;
}

.indexLayout #mainText {
  margin: auto;
  height: 380px;
  z-index: 200;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.indexLayout #mainText img {
  margin: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
}

@media (min-width: 761px) {
  .indexLayout #mainImg ul li {
    height: 500px;
  }
  .indexLayout #mainImg ul .main01 {
    background: url(../img/main_img01.jpg) no-repeat center center/cover;
  }
  .indexLayout #mainText img {
    max-width: 840px;
    width: 100%;
  }
}

@media (min-width: 960px) {
  .indexLayout #mainText {
    width: 960px;
  }
}

/* indexLayout
------------------------------------*/
.indexLayout .topTitle {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  margin: 20px auto;
}

.indexLayout #c01 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px auto 30px;
  text-align: center;
}

.indexLayout #c01 .flex li {
  margin: 10px auto;
  width: 46%;
}

.indexLayout #c01 .flex li img {
  max-width: 200px;
  width: 100%;
}

.indexLayout #c02 {
  background: url(../img/bg_04.jpg) no-repeat center top/cover;
}

.indexLayout #c02 .topTitle02, .indexLayout #c02 .topTitle03 {
  font-weight: 500;
  text-align: center;
}

.indexLayout #c02 .topTitle02 {
  font-size: 2.4rem;
  padding: 10px 0;
}

.indexLayout #c02 .topTitle03 {
  font-size: 1.6rem;
  color: #073a95;
  margin-top: 20px;
}

.indexLayout #c02 .flexBox {
  margin: 0 auto 20px;
  max-width: 400px;
  background: #fff;
}

.indexLayout #c02 .flexBox:nth-of-type(1) .topTitle02 {
  background: url(../img/bg_01.png) no-repeat center center/auto;
}

.indexLayout #c02 .flexBox:nth-of-type(2) .topTitle02 {
  background: url(../img/bg_02.png) no-repeat center center/auto;
}

.indexLayout #c02 .flexBox:nth-of-type(3) .topTitle02 {
  background: url(../img/bg_03.png) no-repeat center center/auto;
}

.indexLayout #c02 .flexBody {
  padding: 2rem 1rem;
}

.indexLayout #c02 .btn01 {
  margin: 10px auto;
}

.indexLayout #c03 .flex {
  margin: 30px auto;
}

.indexLayout #c03 li {
  max-width: 400px;
  width: 100%;
  margin: 0 auto 20px;
}

.indexLayout #c03 li img {
  width: 100%;
}

/* 【タブレット用のスタイル記述】 */
@media (min-width: 761px) {
  .indexLayout .topTitle {
    font-size: 3.6rem;
    margin: 40px auto;
  }
  .indexLayout #c01 {
    padding: 40px 0 100px;
  }
  .indexLayout #c01 .flex {
    margin: 10px auto 40px;
    max-width: 100%;
  }
  .indexLayout #c01 .flex li {
    width: 22%;
  }
  .indexLayout #c01 .flex li img {
    max-width: 100%;
  }
  .indexLayout #c02 {
    padding: 80px 0 100px;
  }
  .indexLayout #c02 .topTitle02 {
    font-size: 3rem;
  }
  .indexLayout #c02 .topTitle03 {
    font-size: 2rem;
  }
  .indexLayout #c02 .flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .indexLayout #c02 .flexBox {
    width: 48%;
  }
  .indexLayout #c02 .flexBody {
    padding: 2rem 3rem;
  }
  .indexLayout #c02 .btn01 {
    margin: 30px auto 0;
  }
  .indexLayout #c03 li {
    max-width: none;
    width: 48%;
  }
  .indexLayout #c03 li img {
    width: 100%;
  }
}

/* 【タブレット用のスタイル記述】 */
@media (min-width: 960px) {
  .indexLayout #c02 .flexBox {
    width: 31.25%;
  }
}
