.s5-container img {
  max-width: 100%;
  vertical-align: bottom;
}

.c5-inner1000 {
  max-width: 1000px;
  margin: 0 auto;
}

.c5-mv_about {
  margin-bottom: 120px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c5-mv_about {
    margin: 0 -20px 40px -20px;
  }
}
.c5-mv_about__txt {
  position: absolute;
  background: rgba(255, 255, 255, 0.89);
  border-radius: 32px;
  top: 40px;
  left: 40px;
  padding: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c5-mv_about__txt {
    position: static;
    padding: 20px;
  }
}
.c5-mv_about__img {
  width: 100%;
}
.c5-mv_about h1 {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.4;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 767px) {
  .c5-mv_about h1 {
    font-size: 22px;
  }
}

.c5-section_about {
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .c5-section_about {
    margin-bottom: 60px;
  }
}

.c5-ttl_about {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.6;
  padding: 30px 20px;
  border-image-source: linear-gradient(#F4F3F3, #F4F3F3);
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw;
  margin: 0 0 80px 0;
}
@media only screen and (max-width: 767px) {
  .c5-ttl_about {
    font-size: 20px;
    padding: 20px;
    margin-bottom: 40px;
  }
}

.c5-ttl_flow {
  font-size: 30px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .c5-ttl_flow {
    font-size: 22px;
  }
}

.c5-ttl_about__sub {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .c5-ttl_about__sub {
    font-size: 18px;
  }
}
.c5-ttl_about__sub ._icon {
  vertical-align: middle;
  margin-right: 10px;
}

* + .c5-ttl_about__sub {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  * + .c5-ttl_about__sub {
    margin-top: 30px;
  }
}

.c5-ttl_about__border {
  font-size: 24px;
  line-height: 1.4;
  padding-left: 20px;
  margin: 0 0 20px 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c5-ttl_about__border {
    font-size: 18px;
  }
}
.c5-ttl_about__border::before {
  content: '';
  width: 5px;
  height: 100%;
  border-radius: 10px;
  background-color: #001A98;
  top: 0;
  left: 0;
  position: absolute;
}

.c5-img_aboutflow {
  text-align: center;
}
.c5-img_aboutflow > div {
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .c5-img_aboutflow > div {
    margin-bottom: 40px;
  }
}

.c5-list_qube {
  margin: 0;
  padding: 0;
}
.c5-list_qube li {
  padding-left: 15px;
  list-style: none;
  position: relative;
  margin-bottom: 10px;
}
.c5-list_qube li .c5-f_strong {
  line-height: 1.1;
}
.c5-list_qube li:last-child {
  margin-bottom: 0;
}
.c5-list_qube li::before {
  top: .5em;
  left: 0;
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #001A98;
  border-radius: 1px;
}

.c5-cols_scene {
  display: flex;
  margin: 0 -50px;
}
@media only screen and (max-width: 767px) {
  .c5-cols_scene {
    margin: 0;
    display: block;
  }
}
.c5-cols_scene > div {
  flex: 0 1 calc(50% - 100px);
  margin: 0 50px;
}
@media only screen and (max-width: 767px) {
  .c5-cols_scene > div {
    margin: 0 0 40px 0;
  }
  .c5-cols_scene > div:last-child {
    margin-bottom: 0;
  }
}
.c5-cols_scene__img {
  margin-bottom: 20px;
  text-align: center;
}
.c5-cols_scene + .c5-img_full {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .c5-cols_scene + .c5-img_full {
    margin-top: 30px;
  }
}

* + .c5-cols_scene {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  * + .c5-cols_scene {
    margin-top: 30px;
  }
}

.c5-img_full {
  text-align: center;
}

.c5-cols_las {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .c5-cols_las {
    display: block;
  }
}
.c5-cols_las > div:first-child {
  margin-right: 30px;
}
@media only screen and (max-width: 767px) {
  .c5-cols_las > div:first-child {
    margin: 0 0 20px 0;
  }
}

.c5-table_about {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .c5-table_about {
    font-size: 14px;
  }
}
.c5-table_about th {
  padding: 15px;
  border-bottom: 1px dashed #ccc;
}
@media only screen and (max-width: 767px) {
  .c5-table_about th {
    padding: 7px;
  }
}
.c5-table_about th > div {
  border-radius: 10px;
  background-color: #F4F3F3;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 15px 20px;
  height: 100%;
  color: #555;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .c5-table_about th > div {
    padding: 5px;
    font-size: 15px;
  }
}
.c5-table_about td {
  border-right: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .c5-table_about td {
    padding: 7px;
  }
}
.c5-table_about thead {
  text-align: center;
}
.c5-table_about thead span {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .c5-table_about thead span {
    font-size: 15px;
  }
}

.c5-box_las {
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 15px;
  max-width: 450px;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .c5-box_las {
    max-width: none;
  }
}
.c5-box_las__ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.c5-bg_pblue {
  background-color: rgba(0, 26, 152, 0.03);
}

.c5-f_dot {
  text-emphasis: filled #001A98;
  -webkit-text-emphasis: filled #001A98;
}

.c5-fw_bold {
  font-weight: bold;
}

.c5-f_strong {
  font-size: 20px;
  color: #001A98;
}
@media only screen and (max-width: 767px) {
  .c5-f_strong {
    font-size: 18px;
  }
}

.c5-icon_arrow {
  position: relative;
  padding-left: 15px;
  display: inline-block;
}
.c5-icon_arrow::before {
  position: absolute;
  top: 5px;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #fff;
}

.c5-btn_radius {
  display: inline-block;
  text-align: center;
  color: #fff;
  padding: 10px 20px;
  background-color: #001A98;
  border-radius: 30px;
  transition: all .3s ease;
}
.c5-btn_radius:hover {
  text-decoration: none;
  color: #fff;
  background-color: rgba(0, 26, 152, 0.5);
}

.c5-box_mic {
  margin-top: 20px;
  text-align: center;
}
.c5-box_mic > div {
  display: inline-block;
  border: 1px solid #A8A8A8;
  border-radius: 10px;
  padding: 15px;
  color: #555;
}
.c5-box_mic > div img {
  vertical-align: middle;
  margin-right: 10px;
}

.c5-img_radius {
  border-radius: 15px;
  overflow: hidden;
}

.c5-img_border {
  border: 1px solid #ccc;
}

.c5-stickyBottom {
  z-index: 100;
  padding: 30px 0;
  width: 100%;
  border-image-source: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  border-image-slice: 0 fill;
  border-image-outset: 0 100vw;
}
@media only screen and (max-width: 767px) {
  .c5-stickyBottom {
    padding: 15px 0;
  }
}

.c5-stickyBottom.is-fixed {
  margin: 0;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1000px;
}

.c5-btnWrap01 {
  /*margin: 0 -15px;*/
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c5-btnWrap01 {
    display: block;
    margin: 0;
  }
}

.c5-btnWrap01 > a {
  flex: 0 1 calc(100% / 3);
  /*margin: 0 15px;*/
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  min-height: 50px;
  display: inline-block;
}

.c5-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .c5-sp {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .c5-pc {
    display: none;
  }
}
