@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-container {
  width: 100%;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
}

.c5-container img {
  display: block;
  max-width: 100%;
}

.c5-container a {
  transition: all .2s;
}

.c5-container a:hover {
  text-decoration: none;
}

.c5-container ul {
  list-style: none;
}

.c5-container * {
  box-sizing: border-box;
}

.c5-inner {
  padding: 0 10px;
}

.c5-movie {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
  margin: 0 auto;
  background-color: #e0ded9;
}

.c5-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.c5-hero {
  padding-top: 20px;
  background: url("../img/bg1_sp.jpg") no-repeat 0 0;
  background-size: cover;
}

.c5-hero h1 {
  margin: 0 auto 30px;
}

.c5-hero h1 img {
  margin: 0 auto;
}

.c5-btn {
  display: block;
  width: 50%;
  max-width: 424px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
  margin: 0 auto;
  padding: 10px;
  background-color: #4c89c0;
  font-weight: 500;
  border: 2px solid #4c89c0;
}

.c5-btn:hover {
  background-color: #fff;
  color: #4c89c0;
}

.c5-sec1 {
  margin: 0 auto 40px;
}

.c5-sec1 h2 {
  margin: 0 auto 20px;
  font-size: 21px;
  line-height: 1.54;
  letter-spacing: .1em;
  text-align: center;
  color: #525559;
  font-feature-settings: 'palt' 1;
}

.c5-sec1__pro {
  margin: 0 auto 20px;
}

.c5-sec1__pro img {
  width: 60%;
  margin: 0 auto 30px;
}

.c5-sec1__pro figcaption {
  font-size: 21px;
  letter-spacing: .1em;
  text-align: center;
  color: #525559;
  font-weight: bold;
}

.c5-sec1 .c5-btn__wrap .c5-btn:first-child {
  margin-bottom: 20px;
}

.c5-sec2 {
  margin: 0 auto 40px;
  padding: 35px 0 30px;
  background: url("../img/bg2_sp.jpg") no-repeat 0 0;
  background-size: cover;
}

.c5-sec2 h2 {
  margin: 0 auto 15px;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  letter-spacing: .1em;
}

.c5-sec2__content {
  margin: 0 auto 30px;
  background-color: rgba(76, 137, 192, 0.8);
}

.c5-sec2__content-inner {
  padding: 25px 13px;
}

.c5-sec2__content-img {
  margin: 0 auto 15px;
}

.c5-sec2__content-img figure {
  display: flex;
  justify-content: center;
  align-items: center;
}

.c5-sec2__content-img figure img {
  width: 33%;
  margin: 0 15px 0 0;
}

.c5-sec2__content-img figure figcaption {
  color: #fff;
  font-size: 12px;
  line-height: 2;
  font-weight: 500;
}

.c5-sec2__content-txt p {
  margin: 0;
  font-size: 12px;
  line-height: 1.666;
  color: #fff;
  font-weight: 500;
  letter-spacing: .06em;
}

.c5-sec2 .c5-inner {
  padding: 0 18px;
}

.c5-sec3-content {
  margin: 0 auto 50px;
}

.c5-sec3-content-txt {
  margin: 0 auto 35px;
  color: #525559;
}

.c5-sec3-content-txt h3 {
  margin: 0 auto 20px;
  font-size: 17px;
  line-height: 1.47;
  letter-spacing: .1em;
  font-feature-settings: 'palt' 1;
}

.c5-sec3-content-txt p {
  margin: 0 auto 30px;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .1em;
  font-weight: 500;
  font-feature-settings: 'palt' 1;
}

.c5-sec3-content-txt .c5-btn {
  margin-left: 0;
}

.c5-sec3-content-img img {
  margin: 0 auto;
}

.c5-sec4 {
  padding: 25px 0 50px;
  background: url("../img/bg3_sp.jpg") no-repeat 0 0;
  background-size: cover;
  position: relative;
}

.c5-sec4::after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(94, 148, 184, 0.3);
}

.c5-sec4 .c5-inner {
  position: relative;
  z-index: 1;
}

.c5-sec4__ttl {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: .1em;
  margin: 0 auto 20px;
}

.c5-sec4__img {
  width: 60%;
  margin: 0 auto 5px;
}

.c5-sec4__table {
  width: 100%;
  margin: 0 auto 10px;
  border-collapse: separate;
  border-spacing: 0 15px;
}

.c5-sec4__table tr td {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .1em;
  color: #fff;
  vertical-align: top;
}

.c5-sec4__table tr td:first-child {
  width: 38%;
}

.c5-sec4__table tr td:last-child {
  width: auto;
}

.c5-sec4__table-note {
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  margin: 0 auto 35px;
}

.c5-sec4 .c5-btn__wrap .c5-btn:first-child {
  margin-bottom: 20px;
}

@media (min-width: 750px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-inner {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .c5-container {
    margin-bottom: 100px;
  }
  .c5-hero {
    position: relative;
    padding-top: 60px;
    background-image: url("../img/bg1_pc.jpg");
  }
  .c5-hero h1 {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
  }
  .c5-hero::after {
    display: block;
    content: '';
    width: 63%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(94, 148, 184, 0.361);
    -webkit-clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(40% 0, 100% 0, 100% 100%, 0 100%);
  }
  .c5-btn {
    width: 100%;
    font-size: 20px;
    padding: 11px 15px;
  }
  .c5-sec1 {
    margin-bottom: 55px;
  }
  .c5-sec1 h2 {
    font-size: 41px;
  }
  .c5-sec1__pro {
    margin-bottom: 40px;
  }
  .c5-sec1__pro img {
    width: auto;
  }
  .c5-sec1__pro figcaption {
    font-size: 42px;
  }
  .c5-sec1 .c5-btn__wrap {
    display: flex;
    justify-content: center;
  }
  .c5-sec1 .c5-btn__wrap .c5-btn {
    margin: 0 25px;
  }
  .c5-sec1 .c5-btn__wrap .c5-btn:first-child {
    margin-bottom: 0;
  }
  .c5-sec2 {
    margin-bottom: 50px;
    padding: 50px 0 90px;
    background-image: url("../img/bg2_pc.jpg");
  }
  .c5-sec2 h2 {
    margin-bottom: 50px;
    font-size: 40px;
  }
  .c5-sec2__content {
    margin-bottom: 75px;
  }
  .c5-sec2__content-inner {
    max-width: 1130px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto;
    padding: 50px 15px 30px;
  }
  .c5-sec2__content-img {
    width: 24%;
    margin: 0 20px 0 0;
  }
  .c5-sec2__content-img figure {
    display: block;
  }
  .c5-sec2__content-img figure img {
    width: auto;
    margin: 0 auto 10px;
  }
  .c5-sec2__content-img figure figcaption {
    font-size: 18px;
    line-height: 1.333;
    text-align: center;
  }
  .c5-sec2__content-txt {
    width: 75%;
  }
  .c5-sec2__content-txt p {
    font-size: 18px;
    line-height: 2;
    letter-spacing: .1em;
    font-feature-settings: 'palt' 1;
  }
  .c5-sec3-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 100px;
  }
  .c5-sec3-content-txt {
    width: 53%;
    margin: 0 4% 0 0;
  }
  .c5-sec3-content-txt h3 {
    font-size: 30px;
  }
  .c5-sec3-content-txt p {
    font-size: 18px;
  }
  .c5-sec3-content-txt .c5-btn {
    margin-left: 0;
  }
  .c5-sec3-content-img {
    width: 43%;
    max-width: 466px;
  }
  .c5-sec3-content-img img {
    margin: 0;
  }
  .c5-sec3-content.con1 .c5-sec3-content-txt {
    width: 57%;
    margin-right: 0;
  }
  .c5-sec3-content.con1 .c5-sec3-content-txt p, .c5-sec3-content.con2 .c5-sec3-content-txt p {
    margin-bottom: 80px;
  }
  .c5-sec3-content.con3 .c5-sec3-content-txt p, .c5-sec3-content.con4 .c5-sec3-content-txt p {
    margin-bottom: 50px;
  }
  .c5-sec3-content.con2, .c5-sec3-content.con4 {
    flex-direction: row-reverse;
  }
  .c5-sec3-content.con2 .c5-sec3-content-txt, .c5-sec3-content.con4 .c5-sec3-content-txt {
    margin: 0 0 0 4%;
  }
  .c5-sec4 {
    padding: 60px 0 170px;
    background-image: url("../img/bg3_pc.jpg");
  }
  .c5-sec4__top {
    display: flex;
    justify-content: space-between;
  }
  .c5-sec4__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .c5-sec4__ttl {
    width: 48%;
    margin: 0;
    font-size: 42px;
  }
  .c5-sec4__img {
    width: 48%;
    margin: 0 0 20px 0;
  }
  .c5-sec4__img img {
    margin-left: auto;
  }
  .c5-sec4__table {
    margin-bottom: 20px;
  }
  .c5-sec4__table-wrap {
    width: 61%;
  }
  .c5-sec4__table tr td {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .05em;
  }
  .c5-sec4__table tr td:first-child {
    width: 29%;
  }
  .c5-sec4__table-note {
    font-size: 14px;
    line-height: 1.78;
    margin: 0;
  }
  .c5-sec4 .c5-btn__wrap {
    width: 39%;
    position: relative;
    top: -110px;
  }
  .c5-sec4 .c5-btn__wrap .c5-btn:first-child {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 672px) {
  .c5-movie {
    width: auto;
    max-width: 672px;
    height: 378px;
    margin: 0 auto;
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .c5-sec4__top {
    margin-bottom: -125px;
  }
}
