@charset "utf-8";
.pc_view {
  display: block;
}
.sp_view {
  display: none;
}
#kokoro {
  clear: both;
  width: 100%;
  color: #353535;
}
#mv {
  clear: both;
  width: 100%;
  text-align: center;
  padding: 100px 0px;
  background: url("../images/kokoro/bg_mv.jpg") no-repeat top center;
  background-size: cover;
  margin-bottom: 60px;
}
#mv h1 {
  margin: 0px auto 30px;
}
#kokoro .sec {
  clear: both;
  width: 860px;
  margin: 0px auto 30px;
}
#kokoro .sec p {
  font-size: 16px;
  font-weight: normal;
  color: #353535;
  line-height: 1.8em;
  margin-bottom: 20px;
}
#kokoro .flex {
  clear: both;
  width: 100%;
  display: flex;
}
#kokoro .text {
  width: 60%;
  box-sizing: border-box;
  padding: 30px 30px 0px 20px;
}
#kokoro .text p {
  font-size: 16px;
  font-weight: normal;
  color: #353535;
  line-height: 1.8em;
  margin-bottom: 20px;
}
#kokoro .photo {
  width: 40%;
}
#kokoro .photo img {
  display: block;
  width: 100%;
  height: auto;
}
#kokoro h3 {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0px;
  background-color: #1f439d;
  margin-bottom: 20px;
}
#kokoro h3.h3_yello {
  color: #FFED00;
  font-size: 26px;
  padding: 20px 0px;
  margin-bottom: 50px;
}
#kokoro .bluebox {
  width: 96%;
  text-align: left;
  box-sizing: border-box;
  padding: 30px 50px 10px;
  border-radius: 30px;
  background-color: #eff4ff;
  margin: 0 auto 30px;
}
#kokoro .bluebox p {
  color: #252525;
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 20px;
}
#kokoro .inner {
  width: 96%;
  margin: 0 auto 30px;
}
#kokoro .inner_center {
  clear: both;
  width: 96%;
  text-align: center;
  margin: 0px auto 30px;
}
#kokoro .inner_center p span {
  color: #ff216a;
  font-weight: bold;
}
#kokoro .inner_center p.tx_bo {
  color: #151515;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8em;
  margin-bottom: 30px;
}
#kokoro .inner h4 {
  font-size: 22px;
  font-weight: normal;
  color: #353535;
  line-height: 1.6em;
  border-bottom: 2px solid #CCCCCC;
  padding: 0px 0px 10px 0px;
  margin-bottom: 20px;
}
.bluelist {
  width: 96%;
  margin: 0px auto 10px;
}
.bluelist li {
  font-size: 20px;
  font-weight: normal;
  color: #255be2;
  list-style-type: disc;
  line-height: 1.6em;
  margin: 0px 0px 0px 20px;
}
#last {
  clear: both;
  width: 100%;
  padding: 50px 0px;
  background: url("../images/kokoro/bg_last.jpg") no-repeat top center;
  background-size: cover;
}
.line {
  display: block;
  width: 390px;
  margin: 0px auto 30px;
  transition: all .3s ease;
}
.line:hover {
  opacity: 0.8;
  transition: all .3s ease;
}
#lastblock {
  clear: both;
  width: 860px;
  border: 3px solid #a2cfe6;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 60px 50px 40px;
  margin: 70px auto 40px;
  position: relative;
}
#lastblock h2 {
  font-size: 22px;
  color: #FFFFFF;
  padding: 15px 40px 15px;
  background-color: #3c76c6;
  border-radius: 30px;
  position: absolute;
  top: -30px;
  left: 3%;
}
#lastblock p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
  color: #3c76c6;
}
@media screen and (max-width: 700px) {
  .pc_view {
    display: none;
  }
  .sp_view {
    display: block;
  }
  #mv {
    padding: 5.0vh 0px 4.0vh;
    margin-bottom: 0vh;
  }
  #mv h1, #mv h2 {
    width: 90%;
    margin: 0px auto 3.0vh;
  }
  #mv h1 img, #mv h2 img {
    display: block;
    width: 100%;
    height: auto;
  }
  #kokoro .sec {
    clear: both;
    width: 100%;
    margin: 0px auto 3.0vh;
  }
  #kokoro .sec p {
    font-size: 3.4vw;
    line-height: 1.6em;
    margin-bottom: 2.0vh;
  }
  #kokoro .flex {
    clear: both;
    width: 90%;
    display: block;
    margin: 0px auto;
  }
  #kokoro .text {
    width: 100%;
    box-sizing: border-box;
    padding: 2vh 2vw 0px 2vw;
  }
  #kokoro .text p {
    font-size: 3.8vw;
    line-height: 1.8em;
    margin-bottom: 1.5vh;
  }
  #kokoro .inner_center p.tx_bo {
    font-size: 3.8vw;
    line-height: 1.6em;
    margin-bottom: 3.0vh;
  }
  #kokoro .photo {
    width: 100%;
    margin: 0px auto;
  }
  #kokoro .photo img {
    display: block;
    width: 100%;
    height: auto;
  }
  #kokoro .inner {
    width: 90%;
    margin: 0 auto 2.5vh;
  }
  #kokoro .inner_center {
    margin: 0px auto 2.0vh;
  }
  #kokoro .inner h4 {
    font-size: 5.0vw;
    line-height: 1.6em;
    padding: 0px 0px 1.0vh 0px;
    margin-bottom: 2.0vh;
  }
  .inner_center img {
    display: block;
    width: 100%;
    height: auto;
  }
  #kokoro .bluebox {
    width: 90%;
    padding: 2.0vh 6.0vw 0.5vh;
    border-radius: 5.0vw;
    box-sizing: border-box;
    margin: 0 auto 3.0vh;
  }
  #kokoro .bluebox p {
    font-size: 3.8vw;
    line-height: 1.8em;
    margin-bottom: 2.0vh;
  }
  .bluelist li {
    font-size: 3.6vw;
    font-weight: bold;
    margin: 0px 0px 0px 6.0vw;
  }
  #last {
    padding: 3.0vh 0px;
  }
  .line {
    width: 70%;
    margin: 0px auto 2.5vh;
    transition: all .3s ease;
  }
  #lastblock {
    clear: both;
    width: 100%;
    border-radius: 3.0vw;
    padding: 4.5vh 6.0vw 2.5vh;
    margin: 5.0vh auto 4.0vh;
    position: relative;
  }
  #lastblock h2 {
    font-size: 5.0vw;
    padding: 0.6vh 6.0vw 1.0vh;
    border-radius: 7.0vw;
    top: -2.0vh;
    left: 3%;
  }
  #lastblock p {
    font-size: 3.8vw;
    font-weight: 700;
    line-height: 1.4em;
    color: #3c76c6;
    text-align: left;
  }
}