@charset "utf-8";
/* ----------------------------------------
 mv
------------------------------------------- */
#mv-cover {
  background-color: var(--color05);
}
#mv {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#slider li {
  position: relative;
  width: 100%;
  height: 640px;
}
.slide01 {
  background: url("../images/index-images/mv01.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.slide02 {
  background: url("../images/index-images/mv02.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.slide03 {
  background: url("../images/index-images/mv03.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.slide04 {
  background: url("../images/index-images/mv04.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.catch {
  position: absolute;
  bottom: 10%;
  margin-left: max(calc(50% - 800px), 20px);
  z-index: 100;
}
.catch h2 {
  color: #fff;
  font-family: var(--font01);
  font-weight: 700;
  font-size: 2.7rem;
  text-align: left;
  line-height: 1.0;
}
.catch h2 span {
  display: inline-block;
  background-color: rgba(17, 71, 198, 0.85);
  padding: 10px 10px;
  margin-bottom: 20px;
}
.catch h3 {
  color: #fff;
  font-family: var(--font01);
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 1.0;
  text-align: left;
}
.catch h3 span {
  display: inline-block;
  background-color: rgba(17, 71, 198, 0.85);
  padding: 10px 10px;
  margin-bottom: 20px;
}
/* ----------------------------------------
 news
------------------------------------------- */
.layout-news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: max(calc(50% - 800px), 20px);
  margin-right: 550px;
  padding: 30px 0;
}
.layout-news .box01 {
  width: 24%;
  text-align: left;
}
.layout-news .box02 {
  width: 76%;
  box-sizing: border-box;
  border-left: 2px solid var(--color04);
  padding-left: 5%;
}
.layout-news h2 {
  color: var(--color02);
  font-size: 3rem;
}
.layout-news dl {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.layout-news dl dt, .layout-news dl dd {
  padding: 10px 0;
  display: block;
  box-sizing: border-box;
  text-align: left;
}
.layout-news dl dt {
  width: 130px;
}
.layout-news dl dd {
  width: calc(100% - 130px);
}
#mv-cover {
  position: relative;
}
#mv-cover .pop-info {
  position: absolute;
  width: 550px;
  box-sizing: border-box;
  background-color: #fff;
  padding: 40px 75px;
  right: 0;
  bottom: 0;
  z-index: 100;
}
/* ----------------------------------------
 attempt
------------------------------------------- */
#attempt .layout-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#attempt .layout-box .box01 {
  width: 50%;
}
#attempt .layout-box .box02 {
  width: 45%;
}
.attempt-box {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.attempt-box .box01 {
  width: 47%;
  text-align: right;
}
.attempt-box .box02 {
  width: 47%;
  text-align: left;
}

/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {}
/* =======================
  SP
======================== */
@media screen and (max-width: 1000px) {
  /* ----------------------------------------
 mv
------------------------------------------- */
  #slider li {
    position: relative;
    width: 100%;
    height: 400px;
  }
  .catch {
    bottom: 5%;
    margin-left: 5%;
  }
  .catch h2 {
    font-size: 1.6rem;
  }
  .catch h2 span {
    padding: 10px 10px;
    margin-bottom: 10px;
  }
  .catch h3 {
    font-size: 2.4rem;
  }
  .catch h3 span {
    padding: 10px 10px;
    margin-bottom: 10px;
  }
  /* ----------------------------------------
 news
------------------------------------------- */
  .layout-news {
    margin-left: 8%;
    margin-right: 8%;
    padding: 30px 0;
  }
  .layout-news .box01 {
    width: 100%;
    text-align: center;
  }
  .layout-news .box02 {
    width: 100%;
    border-left: none;
    padding-left: 0;
  }
  .layout-news h2 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .layout-news dl dt {
    width: 25%;
  }
  .layout-news dl dd {
    width: 75%;
  }
  /* ----------------------------------------
 attempt
------------------------------------------- */
  #attempt .layout-box {
    display: block;
  }
  #attempt .layout-box .box01 {
    width: 100%;
    margin-bottom: 30px;
  }
  #attempt .layout-box .box02 {
    width: 100%;
  }
  .attempt-box {
    width: 100%;
    max-width: 1000px;
    display: block;
  }
  .attempt-box .box01 {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .attempt-box .box02 {
    width: 100%;
    text-align: center;
  }

}