@charset "utf-8";
/* ----------------------------------------
 mv
------------------------------------------- */
#mv {
  background: url("../images/index-images/mv01.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#mv .box {
  position: relative;
  width: 100%;
  max-width: 1300px;
  box-sizing: border-box;
  text-align: left;
  margin: 0 auto;
  padding-top: 613px;
}
#mv .catch {
  position: absolute;
  top: 35%;
  left: 50px;
}
#mv h2 {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
#mv p {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}
/* ----------------------------------------
 lead
------------------------------------------- */
#lead .box {
  background-color: #5ec784;
}
#lead .box01 {
  width: 50%;
  box-sizing: border-box;
}
#lead .box02 {
  width: 50%;
  box-sizing: border-box;
}
#lead .box02 .inner {
  padding: 20px 40px;
}
#lead h2 {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
#lead p {
  color: #fff;
  margin-bottom: 30px;
}
#lead .cmn-btn01 {
  text-align: right;
}
/* ----------------------------------------
 catch
------------------------------------------- */
#catch .box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
/* ----------------------------------------
 recommend
------------------------------------------- */
#recommend .txt {
  text-align: center;
  margin-bottom: 30px;
}
#recommend .box01 {
  width: 30%;
  margin-bottom: 40px;
}
#recommend .box01 img {
  margin-bottom: 10px;
}
#recommend .box01 h3 {
  font-size: 2rem;
  text-align: center;
}
/* ----------------------------------------
 voice
------------------------------------------- */
#voice ul li {
  width: 31%;
  box-sizing: border-box;
  border: 3px solid #14c590;
  padding: 20px 30px;
  margin-right: 3.5%;
  margin-bottom: 50px;
}
#voice ul li:nth-child(3n) {
  margin-right: 0;
}
#voice ul li h3 {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 2rem;
  border-bottom: 1px solid #14c590;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
#voice ul li h3 span {
  display: flex;
  align-items: center;
  vertical-align: middle;
  text-align: left;
}
#voice ul li h3 span:nth-of-type(1) {
  padding-left: 15px;
}
#voice ul li h3 span.male::before {
  content: "";
  background: url(../images/cmn-images/icon-male.png) top center no-repeat;
  background-size: contain;
  width: 40px;
  aspect-ratio: 9 / 14;
  margin-right: 15px;
}
#voice ul li h3 span.female::before {
  content: "";
  background: url(../images/cmn-images/icon-female.png) top center no-repeat;
  background-size: contain;
  width: 40px;
  aspect-ratio: 9 / 14;
  margin-right: 15px;
}
#voice ul li p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

/* ----------------------------------------
 menu
------------------------------------------- */
#menu .box {
  width: 23%;
  box-sizing: border-box;
  text-align: center;
}
#menu .box a {
  display: block;
  background-color: #14c590;
  padding: 25% 10px;
}
#menu .box img {
  width: 60px;
  height: auto;
  margin-bottom: 10px;
}
#menu .box h3 {
  color: #cde9d7;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
#menu .box h3 span {
  display: block;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}
/* ----------------------------------------
 news
------------------------------------------- */
#news .box {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
#news ul li {
  margin-bottom: 15px;
}
#news ul li:last-child {
  margin-bottom: 0;
}
#news ul li dl {
  display: flex;
  flex-wrap: wrap;
}
#news ul li dl dt {
  width: 20%;
  color: #14c590;
}
#news ul li dl dd {
  width: 70%;
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {
  /* ----------------------------------------
 mv
------------------------------------------- */
  #mv .box {
    padding-top: 52%;
  }
  #mv .catch {
    position: absolute;
    top: 35%;
    left: 50px;
  }
  #mv h2 {
    font-size: 3.75vw;
    margin-bottom: 20px;
  }
  #mv p {
    font-size: 2.5vw;
  }
  /* ----------------------------------------
 lead
------------------------------------------- */
  #lead .box02 .inner {
    padding: 1.6vw 3.0vw;
  }
  #lead h2 {
    font-size: 2vw;
    margin-bottom: 1.6vw;
  }
  #lead p {
    margin-bottom: 2.5vw;
  }
  /* ----------------------------------------
 recommend
------------------------------------------- */
  #recommend .box01 h3 {
    font-size: 1.6666vw;
  }
  /* ----------------------------------------
 voice
------------------------------------------- */
  #voice ul li {
    padding: 3%;
    margin-bottom: 4vw;
  }
  #voice ul li h3 {
    font-size: 1.6666vw;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  /* ----------------------------------------
 menu
------------------------------------------- */
  #menu .box img {
    width: 30%;
    height: auto;
    margin-bottom: 10px;
  }
  #menu .box h3 {
    font-size: 1.1666vw;
  }
  #menu .box h3 span {
    font-size: 2vw;
    margin-bottom: 15px;
  }
}
/* =======================
  SP
======================== */
@media screen and (max-width: 599px) {
  /* ----------------------------------------
 mv
------------------------------------------- */
  #mv {
    background: url("../images/index-images/mv01.jpg") 65% 50% no-repeat;
    background-size: cover;
  }
  #mv .box {
    padding-top: 80%;
  }
  #mv .catch {
    position: absolute;
    top: 35%;
    left: 6%;
  }
  #mv h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  #mv p {
    font-size: 1.6rem;
  }
  /* ----------------------------------------
 lead
------------------------------------------- */
  #lead .box01 {
    width: 100%;
    box-sizing: border-box;
  }
  #lead .box01 .inner {
    padding: 5%;
  }
  #lead .box02 {
    width: 100%;
    box-sizing: border-box;
  }
  #lead .box02 .inner {
    padding: 0 5% 5% 5%;
  }
  #lead h2 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  #lead p {
    margin-bottom: 25px;
  }
  #lead .cmn-btn01 {
    text-align: right;
  }
  /* ----------------------------------------
 recommend
------------------------------------------- */
  #recommend .fl-space {
    justify-content: space-around;
  }
  #recommend .txt {
    margin-bottom: 20px;
  }
  #recommend .box01 {
    width: 45%;
    margin-bottom: 30px;
  }
  #recommend .box01 h3 {
    font-size: 1.4rem;
  }
  /* ----------------------------------------
 voice
------------------------------------------- */
  #voice ul li {
    width: 100%;
    padding: 20px 30px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  #voice ul li h3 {
    font-size: 1.6rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  /* ----------------------------------------
 menu
------------------------------------------- */
  #menu .box {
    width: 47%;
    margin-bottom: 20px;
  }
  #menu .box a {
    padding: 25% 10px;
  }
  #menu .box img {
    width: 40px;
  }
  #menu .box h3 {
    font-size: 1.2rem;
  }
  #menu .box h3 span {
    font-size: 1.6rem;
  }
  /* ----------------------------------------
 news
------------------------------------------- */
  #news ul li {
    margin-bottom: 15px;
  }
  #news ul li:last-child {
    margin-bottom: 0;
  }
  #news ul li dl dt {
    width: 100%;
  }
  #news ul li dl dd {
    width: 100%;
  }
}