@charset "UTF-8";

.s5-container {
  max-width: none;
  padding: 0;
}
.c5-contents {
  color: #333;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.025em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.c5-contents  p {
  margin: 0 0 1.5em 0;
}
.c5-contents img {
  vertical-align: bottom;
  max-width: 100%;
}
.c5-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}
.c5-mv {
  position: relative;
  text-align: center;
  margin-bottom: 70px;
  background: url("../images/mv.jpg") no-repeat center center;
  background-size: cover;
  min-height: calc(100vh - 180px);
  /*padding-top: 48%;*/
  box-sizing: border-box;
}
.c5-mv::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right,  rgba(226,241,244,1) 70%,rgba(226,241,244,0) 100%);
}
.c5-mv_logo {
  text-align: center;
  margin-bottom: 40px;
}
.c5-mv_txt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5%;
  text-align: center;
  z-index: 2;
  max-width: 30%;
}
.c5-mv_ttl {
  margin-bottom: 60px;
  font-size: 70px;
  line-height: 1.2;
  text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}
.c5-mv_ttl span {
  display: inline-block;
  border-bottom: 4px solid #00879d;
}
.c5-mv_limited {
  text-align: center;
  border-radius: 5em;
  color: #fff;
  font-weight: bold;
  background-color: #00879d;
  padding: 10px 30px;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.c5-downarrow {
  width: 64px;
  height: 64px;
  background-color: #fff;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 40px;
  border-radius: 50%;
  display: block;
}
.c5-downarrow::after {
  content: '';
  position: absolute;
  left: 30%;
  top: 22%;
  width: 35%;
  height: 35%;
  border-top: 6px solid #00879d;
  border-left: 6px solid #00879d;
  transform: rotate(-135deg);
  border-radius: 2px;
}
.c5-section {
  margin-bottom: 70px;
}
.c5-bottom_area {
  padding: 60px 0;
  background-color: rgba(0,0,0,0.1);
}
.c5-ttl {
  text-align: center;
  font-size: 1.8em;
  line-height: 1.4;
  color: #00879D;
  font-weight: bold;
  margin: 0 0 30px 0;
}
.c5-icons {
  padding: 0;
  margin: 0 -10px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.c5-icons .icon {
  margin-bottom: 15px;
}
.c5-icons li {
  margin: 0 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  flex: 0 1 14%;
}
.c5-flowarrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #C6C6C6 transparent transparent transparent;
  margin: 30px auto;
}
.c5-flowbox {
  width: 100%;
  display: table;
  background-color: rgba(0,135,157,0.1);
}
.c5-flowbox > div {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}
.c5-flowbox .num {
  background-color: rgba(0,135,157,0.3);
  text-align: center;
  font-size: 60px;
  line-height: 1;
  font-weight: bold;
  color: #00879D;
  letter-spacing: 0;
  padding: 20px 20px 10px;
  font-family: 'DIN Next LT Pro', "Arial Black", Gadget, sans-serif;
}
.c5-flowbox .icon {
  width: 21%;
  text-align: center;
}
.c5-flowbox .txt {
  font-weight: bold;
  font-size: 1.3em;
  width: 68%;
}
.c5-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.c5-list li {
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
}
.c5-list li::before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #00879D;
  position: absolute;
  top: 7px;
  left: 0;
}
.c5-txt_c {
  text-align: center;
}
.c5-txt_c ul {
  display: inline-block;
  text-align: left;
}
.c5-fs_small {
  font-size: .8em;
}
.c5-fs_middle {
  font-size: 1.2em;
}
.c5-fc_red {
  color: #EC5A5F;
}
.c5-btn_submit {
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background-color: #e85a5f;
  border-radius: 5em;
  padding: 10px 80px;
  position: relative;
}
.c5-btn_submit:hover {
  color: #fff;
  text-decoration: none;
  opacity: .7;
}
.c5-btn_submit .arrow {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #e85a5f;
  text-align: center;
}
.c5-btn_submit .arrow::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #e85a5f;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin-left: 2px;
}
.c5-sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .c5-mv {
    min-height: calc(100vh - 160px);
  }
  .c5-mv::before {
    width: 100%;
    background: rgba(226,241,244,.7);
  }
  .c5-mv_txt {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: none;
    width: 80%;
  }
  .c5-mv_ttl {
    font-size: 48px;
    margin-bottom: 40px;
  }
  .c5-mv_limited {
    font-size: 24px;
  }
  .c5-mv_logo {
    margin-bottom: 20px;
  }
  .c5-downarrow {
    transform: scale(.5);
    transform-origin: bottom;
    bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .c5-contents {
    font-size: 15px;
  }
  .c5-flowbox {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  .c5-flowbox > div {
    padding: 15px !important;
    box-sizing: border-box;
  }
  .c5-flowbox .num {
    font-size: 35px;
    width: 100%;
  }
  .c5-flowbox .icon {
    width: 25%;
    text-align: center;
  }
  .c5-flowbox .icon img {
    width: 60px;
  }
  .c5-flowbox .txt {
    width: 75%;
  }
  .c5-sp {
    display: block;
  }
  .c5-pc {
    display: none;
  }
  .c5-icons {
    flex-wrap: wrap;
    justify-content: center;
  }
  .c5-icons li {
    flex: 0 1 28%;
    margin-bottom: 20px;
  }
  .c5-btn_submit {
    display: block;
    padding: 10px 35px;
  }
  .c5-btn_submit .arrow {
    transform: scale(0.7);
    right: 5px;
  }
  .c5-flortingArea {
    font-size: .8em;
  }
}
