@charset "utf-8";
/* mv ************************************************************/
.mvBox {
  width: 100%;
  min-width: 1024px;
  height: 70vh;
  min-height: 550px;
  background: url("../img/index-mv.png") no-repeat center;
  background-size: cover;
  position: relative;
}
.mvText {
  position: absolute;
  width: 55%;
  bottom: 0;
  right: 0;
  transform: translateY(50%);
  background: #003e92;
  padding: 50px;
  box-sizing: border-box;
  z-index: 2;
}
.mvText h1 {
  color: #fff;
  font-size: 1.4em;
  line-height: 1.8;
  font-weight: bold;
}
/* service ************************************************************/
.index-srv {
  margin: 150px 0 50px;
}
.index-srvTitle {
  display: flex;
  flex-wrap: wrap;
}
.index-srvIntro {
  margin-left: 50px;
}
.index-srvListWrap {
  width: 100%;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  box-sizing: border-box;
}
.index-srvListBox {
  width: 49%;
  margin: 0 auto;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.index-srvListBox h3 {
  background: #00a2d6;
  font-size: 1.1em;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 8px 12px;
  box-sizing: border-box;
}
.index-srvListCnt {
  padding: 20px 24px;
  box-sizing: border-box;
}
.index-srvListCnt p {
  margin-bottom: 20px;
}
/* reason ************************************************************/
.index-reaTitle h2 {
  justify-content: center;
}
.index-reaListWrap {
  width: 100%;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
  box-sizing: border-box;
}
.index-reaListBox {
  width: 31%;
  margin: 0 auto;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  position: relative;
  background: #fff;
}
.index-reaListNum {
  position: absolute;
  top: 15px;
  left: 15px;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 75px;
}
.index-reaListCnt {
  padding: 20px 24px;
  box-sizing: border-box;
}
.index-reaListCnt h3 {
  color: #00a2d6;
  font-size: 1.1em;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}
/* faq ************************************************************/
.index-faq {
  background: #fff;
  margin: 50px 0 0;
  padding: 75px 0 35px;
}
.index-faqTitle h2 {
  justify-content: center;
}
.index-faqCnt {
  width: 85%;
  margin: 50px auto;
}
.index-faqCnt li {
  margin: 10px 0;
}
.title {
  background: #00a2d6;
  color: #fff;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  padding: 35px 70px 35px 35px;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.title::before,
.title::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 3px;
  background-color: #fff;
}
.title::before {
  top: 48%;
  right: 35px;
  transform: rotate(0deg);
}
.title::after {
  top: 48%;
  right: 35px;
  transform: rotate(90deg);
}
.title.close::before {
  transform: rotate(0deg);
}
.title.close::after {
  transform: rotate(180deg);
}
.box {
  display: none;
  padding: 27px 35px 35px;
  box-sizing: border-box;
}
.box p {
  margin-top: 8px;
}
/* brand ************************************************************/
.index-brand {
  margin: 0 auto;
  padding: 0 0 75px;
  background: #fff;
}
.index-brandWrap {
  width: 85%;
  margin: 0 auto;
  display: flex;
  gap: 4%;
  align-items: center;
  flex-wrap: wrap;
}
.index-brandTitle {
  width: 28%;
}
.index-brandList {
  width: 68%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.index-brandList li {
  width: calc(100% / 4);
  margin: 0 auto;
  padding: 0 2%;
  box-sizing: border-box;
}
.index-brandOutText {
  width: 100%;
  margin: 20px 2% 0 0;
  text-align: right;
  color: #8b8b8b;
}
@media screen and (max-width: 768px) {
  /* mv ************************************************************/
  .mvBox {
    min-width: 100%;
    height: 80vh;
  }
  .mvText {
    width: 85%;
    padding: 35px 25px;
  }
  .mvText h1 {
    font-size: 1.2em;
  }
  /* service ************************************************************/
  .index-srv {
    margin: 175px 0 35px;
  }
  .index-srvTitle h2 {
    width: 100%;
  }
  .index-srvIntro {
    margin-left: 0;
    width: 100%;
  }
  .index-srvListWrap {
    width: 100%;
    margin: 15px auto 0;
    gap: 0;
  }
  .index-srvListBox {
    width: 100%;
    margin: 18px auto;
  }
  .index-srvListBox h3 {
    padding: 10px 12px;
  }
  /* reason ************************************************************/
  .index-reaTitle h2 {
    width: 100%;
  }
  .index-reaListWrap {
    width: 80%;
    margin: 20px auto 0;
    gap: 0%;
  }
  .index-reaListBox {
    width: 100%;
    margin: 18px auto;
  }
  .index-reaListBox:first-child {
    margin: 0 auto 18px;
  }
  .index-reaListBox:last-child {
    margin: 18px auto 0;
  }
  .index-reaListNum {
    top: 12px;
    left: 15px;
    width: 60px;
  }
  /* faq ************************************************************/
  .index-faq {
    background: #fff;
    margin: 35px 0 0;
    padding: 50px 0 35px;
  }
  .index-faqCnt {
    width: 100%;
    margin: 50px auto;
  }
  .title {
    padding: 20px 40px 20px 20px;
  }
  .title::before,
  .title::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 2px;
    background-color: #fff;
  }
  .title::before {
    top: 48%;
    right: 20px;
    transform: rotate(0deg);
  }
  .title::after {
    top: 48%;
    right: 20px;
    transform: rotate(90deg);
  }
  .title.close::before {
    transform: rotate(0deg);
  }
  .title.close::after {
    transform: rotate(180deg);
  }
  .box {
    display: none;
    padding: 15px 20px 20px;
    box-sizing: border-box;
  }
  .box p {
    margin-top: 5px;
  }
  /* brand ************************************************************/
  .index-brand {
    padding: 0 0 50px;
  }
  .index-brandWrap {
    width: 100%;
  }
  .index-brandTitle {
    width: 100%;
    text-align: center;
  }
  .index-brandList {
    width: 100%;
    margin: 20px 0 0;
  }
  .index-brandList li {
    padding: 0;
  }
  .index-brandOutText {
    margin: 12px 0 0 0;
    font-size: 0.9em;
  }
}
