@import url("https://fonts.googleapis.com/css2?family=Cardo&family=Noto+Sans+JP:wght@400;500&display=swap");
.sp {
  display: block;
}

.pc {
  display: none;
}

.c5-main__container {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  overflow-x: hidden;
}
.c5-main__container h1 {
  margin-top: 0;
}
.c5-main__container img {
  max-width: 100%;
}
.c5-main__container p {
  margin-top: 0;
}
.c5-main__container a {
  transition: all 0.3s;
}
.c5-main__container a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.c5-main__container ul {
  list-style: none;
  padding: 0;
}
.c5-main__container * {
  box-sizing: border-box;
}

.c5-cardo {
  font-family: "Cardo", serif;
}
.c5-inner {
  padding: 0 15px;
}

.c5-hero {
  margin: 0 auto;
  padding: 0 0 20px;
  background: url("../img/bg_sp.jpg") no-repeat 0 0;
  background-size: cover;
}
.c5-hero img {
  display: block;
  margin: 0 auto;
}

.c5-btn {
  display: block;
  width: 60%;
  margin: 0 auto;
  padding: 1.5em 0;
  font-size: 12px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.07em;
  background: url("../img/arrow.png") no-repeat 92% 48% #434445;
  background-size: 21px 5px;
}
.c5-btn:hover {
  color: #fff;
}

.c5-sec1 {
  background-color: #28526f;
  padding: 50px 0;
}
.c5-sec1 * {
  color: #fff;
}
.c5-sec1__txt {
  margin: 0 auto 50px;
}
.c5-sec1__txt-catch {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.c5-sec1__txt-box {
  width: 80%;
  margin: 0 auto 50px;
}
.c5-sec1__txt-box-content {
  margin: 0 auto;
}
.c5-sec1__txt-box-content:first-child {
  margin-bottom: 35px;
}
.c5-sec1__txt-box-ttl {
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 4px solid #fff;
  line-height: 1.2;
  font-weight: 500;
}
.c5-sec1__txt-box-ttl span {
  display: block;
}
.c5-sec1__txt-box-ttl span:first-child {
  font-size: 32px;
  letter-spacing: 0.1em;
}
.c5-sec1__txt-box-ttl span:last-child {
  font-size: 13px;
  letter-spacing: 0.07em;
}
.c5-sec1__txt-box-article {
  margin-bottom: 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.07em;
  font-weight: 500;
}
.c5-sec1__txt-box-article.ex {
  margin-bottom: 10px;
}
.c5-sec1__txt-box-note {
  font-size: 12px;
  margin-bottom: 0;
  letter-spacing: 0.07em;
  font-weight: 500;
}
.c5-sec1__product-ttl {
  margin: 0 auto 30px;
}
.c5-sec1__product-ttl p {
  font-weight: 500;
}
.c5-sec1__product-ttl p:first-child {
  font-size: 13px;
  color: #e60012;
  margin-bottom: 5px;
  letter-spacing: 0.07em;
}
.c5-sec1__product-ttl p:nth-child(2) {
  font-size: 12px;
  line-height: 1.3;
  margin-bottom: 0;
  letter-spacing: 0.07em;
}
.c5-sec1__product-ttl p:last-child {
  font-size: 28px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.c5-sec1__product-btn .c5-btn:first-child {
  margin-bottom: 25px;
}

.c5-sec1__slide {
  margin-bottom: 50px;
  position: relative;
}
.c5-sec1__slide ul {
  margin: 0 auto;
}
.c5-sec1__slide ul li img {
  display: block;
  width: 65%;
  margin: 0 auto;
}

.arrows__top {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.arrows__top .slick-prev,
.arrows__top .slick-next {
  width: 32px;
  height: 65px;
  background-color: #003458;
  position: absolute;
  transition: all 0.3s;
}
.arrows__top .slick-prev::before,
.arrows__top .slick-next::before {
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
}
.arrows__top .slick-prev:hover,
.arrows__top .slick-next:hover {
  color: inherit;
  opacity: 0.7;
}
.arrows__top .slick-prev {
  left: 10px;
}
.arrows__top .slick-prev::before {
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%) rotate(130deg);
}
.arrows__top .slick-next {
  right: 10px;
}
.arrows__top .slick-next::before {
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.slick-prev::before,
.slick-next::before {
  content: "";
}

.slick-dots {
  bottom: -40px;
  z-index: 1;
}

.slick-dots li {
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  margin: 0 10px;
  background: #fff;
  border-radius: 100px;
}
.slick-dots li.slick-active {
  background: #003458;
  width: 20px;
  height: 20px;
}
.slick-dots li button::before {
  display: none;
}

.c5-sec__ttl {
  text-align: center;
  color: #fff;
}
.c5-sec__ttl h2 {
  font-size: 35px;
  line-height: 1.3;
  margin: 0;
  letter-spacing: 0.1em;
}
.c5-sec__ttl p {
  font-size: 13px;
  margin: 0;
}

.c5-shadow {
  box-shadow: 10px 10px 25px 0 rgb(72, 89, 103);
}
.c5-shadow.ex {
  border-radius: 300px;
}

.c5-sec2 {
  background-color: #003458;
  padding: 50px 0;
}
.c5-sec2 * {
  color: #fff;
}
.c5-sec2 .c5-sec__ttl {
  margin-bottom: 40px;
}
.c5-sec2__img {
  display: block;
  width: 40%;
  margin: 0 auto 15px;
}
.c5-sec2__img.imgex {
  width: 60%;
}
.c5-sec2__txt {
  font-size: 13px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0;
}
.c5-sec2__txt span {
  display: block;
  font-size: 12px;
}
.c5-sec2__top-content {
  margin: 0 auto 40px;
}
.c5-sec2__bottom {
  margin: 0 auto 40px;
}
.c5-sec2__bottom-left {
  margin: 0 auto 40px;
}
.c5-sec2__bottom-left-img img {
  width: 33%;
}
.c5-sec2__bottom-right {
  border: 1px solid #fff;
  padding: 15px;
}
.c5-sec2__bottom-right-ttl {
  font-size: 20px;
  line-height: 1.45;
  text-align: center;
  margin: 0 auto 10px;
  letter-spacing: 0.07em;
  font-weight: 500;
}
.c5-sec2__bottom-right-ttl span {
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.c5-sec2__bottom-right-txt {
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 10px;
  letter-spacing: 0.07em;
}
.c5-sec2__bottom-right-box {
  margin: 0 auto 20px;
}
.c5-sec2__bottom-right-box-img {
  display: block;
  width: 70%;
  margin: 0 auto 20px;
}
.c5-sec2__bottom-right-box-img img {
  display: block;
  margin: 0 auto;
}
.c5-sec2__bottom-right-box-txt img {
  display: block;
  width: 50%;
  margin: 0 auto 15px;
}
.c5-sec2__bottom-right-box-txt p {
  font-size: 15px;
  line-height: 1.52;
  text-align: center;
  margin: 0 auto;
  letter-spacing: 0.07em;
}
.c5-sec2__bottom-right-note {
  font-size: 11px;
  line-height: 1.52;
  letter-spacing: 0.07em;
  margin: 0 auto;
}
.c5-sec2__btn {
  margin-bottom: 30px;
}
.c5-sec2__btn .c5-btn:first-child {
  margin-bottom: 25px;
}
.c5-sec2__note p {
  font-size: 11px;
  line-height: 1.52;
  margin: 0 auto;
}

.c5-sec3 {
  background-color: #28526f;
  padding: 50px 0;
}
.c5-sec3 * {
  color: #fff;
}
.c5-sec3 .c5-sec__ttl {
  margin-bottom: 60px;
}
.c5-sec3__product-content {
  margin: 0 auto 70px;
}
.c5-sec3__product-content img {
  display: block;
  width: 80%;
  margin: 0 auto 30px;
}
.c5-sec3__product-content p {
  font-size: 27px;
  line-height: 1;
  margin: 0 auto 20px;
  text-align: center;
  letter-spacing: 0.1em;
}
.c5-sec3__btn .c5-btn:first-child {
  margin-bottom: 20px;
}
.c5-sec3__banner {
  display: block;
  margin: 0 auto;
}
.c5-sec3__banner img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 750px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .c5-main__container {
    margin-bottom: 100px;
  }
  .c5-hero {
    padding: 0 15px;
    background: url("../img/bg_pc.jpg") no-repeat 50% 50%;
    background-size: cover;
  }
  .c5-btn {
    width: 323px;
    font-size: 16px;
    background-position: 88% 48%;
    background-size: 42px 9px;
  }
  .c5-sec1 {
    padding: 90px 0 100px;
  }
  .c5-sec1__txt-catch {
    font-size: 20px;
    line-height: 1.75;
    margin-bottom: 40px;
    text-align: center;
  }
  .c5-sec1__txt-box {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-around;
  }
  .c5-sec1__txt-box-content {
    width: 48%;
  }
  .c5-sec1__txt-box-content:first-child {
    margin-bottom: 0;
  }
  .c5-sec1__txt-box-ttl {
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-width: 5px;
  }
  .c5-sec1__txt-box-ttl span:first-child {
    font-size: 40px;
  }
  .c5-sec1__txt-box-ttl span:last-child {
    font-size: 16px;
  }
  .c5-sec1__txt-box-article {
    font-size: 20px;
  }
  .c5-sec1__txt-box-note {
    font-size: 15px;
  }
  .c5-sec1__product-ttl {
    text-align: center;
    margin-bottom: 10px;
  }
  .c5-sec1__product-ttl-inner {
    display: inline-block;
    text-align: left;
  }
  .c5-sec1__product-ttl p:first-child {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .c5-sec1__product-ttl p:nth-child(2) {
    font-size: 15px;
  }
  .c5-sec1__product-ttl p:last-child {
    font-size: 37px;
  }
  .c5-sec1__product-btn {
    display: flex;
    justify-content: center;
  }
  .c5-sec1__product-btn .c5-btn:first-child {
    margin-bottom: 0;
    margin-right: 16px;
  }
  .c5-sec1__product-btn .c5-btn:last-child {
    margin-left: 16px;
  }
  .c5-sec1__slide {
    margin: 0;
  }
  .c5-sec1__slide ul li img {
    width: auto;
  }
  .arrows__top {
    width: 70%;
  }
  .c5-sec__ttl h2 {
    font-size: 60px;
  }
  .c5-sec__ttl p {
    font-size: 15px;
  }
  .c5-sec2 {
    padding: 90px 0 100px;
  }
  .c5-sec2 .c5-sec__ttl {
    margin-bottom: 75px;
  }
  .c5-sec2__img {
    width: auto;
    margin: 0 auto 20px;
  }
  .c5-sec2__img.imgex {
    width: auto;
  }
  .c5-sec2__txt {
    font-size: 1.25vw;
    line-height: 1.46;
  }
  .c5-sec2__txt span {
    font-size: 14px;
  }
  .c5-sec2__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 100px;
  }
  .c5-sec2__top-content {
    margin: 0;
  }
  .c5-sec2__top-content:first-child {
    width: 23%;
  }
  .c5-sec2__top-content:nth-child(2) {
    width: 33%;
  }
  .c5-sec2__top-content:nth-child(3) {
    width: 19%;
  }
  .c5-sec2__top-content:nth-child(4) {
    width: 18%;
  }
  .c5-sec2__bottom {
    margin: 0 auto 60px;
  }
  .c5-sec2__bottom-left-img img {
    width: auto;
  }
  .c5-sec2__bottom-right {
    width: 100%;
    max-width: 850px;
    border-width: 2px;
    margin: 0 auto;
    padding: 25px;
  }
  .c5-sec2__bottom-right-ttl {
    font-size: 32px;
    margin-bottom: 15px;
    letter-spacing: 0.04em;
  }
  .c5-sec2__bottom-right-ttl span {
    display: inline;
  }
  .c5-sec2__bottom-right-txt {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.55;
    letter-spacing: 0.04em;
  }
  .c5-sec2__bottom-right-box {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .c5-sec2__bottom-right-box-img {
    width: 37%;
    max-width: 270px;
    margin: 0 5% 0 0;
  }
  .c5-sec2__bottom-right-box-txt {
    width: 40%;
  }
  .c5-sec2__bottom-right-box-txt img {
    width: auto;
  }
  .c5-sec2__bottom-right-box-txt p {
    font-size: 18px;
    line-height: 1.55;
  }
  .c5-sec2__bottom-right-note {
    font-size: 14px;
    line-height: 1.42;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .c5-sec2__btn {
    display: flex;
    justify-content: center;
  }
  .c5-sec2__btn .c5-btn:first-child {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .c5-sec2__btn .c5-btn:last-child {
    margin-left: 15px;
  }
  .c5-sec2__note p {
    display: inline-block;
    font-size: 14px;
    margin-right: 1em;
  }
  .c5-sec3 {
    padding: 90px 0 100px;
  }
  .c5-sec3 .c5-sec__ttl {
    margin-bottom: 90px;
  }
  .c5-sec3__product-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 auto 95px;
  }
  .c5-sec3__product-content {
    width: 48%;
    margin: 0;
  }
  .c5-sec3__product-content img {
    width: auto;
    margin-bottom: 55px;
  }
  .c5-sec3__product-content p {
    font-size: 40px;
    margin-bottom: 40px;
  }
  p.terminate {
    font-size: 2em;
    padding: 10px;
  }
}

p.terminate {
  box-sizing: border-box;
  width: 100%;
  line-height: 1.6;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  background-color: #f00;
  margin: 0 0 0;
  padding: 7px;
}

@media (min-width: 1200px) {
  .c5-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .c5-sec1-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
  }
  .c5-sec1__txt {
    width: 60%;
    margin: 0;
  }
  .c5-sec1__txt-box-note {
    line-height: 1.333;
  }
  .c5-sec1__slide {
    width: 38%;
    bottom: 40px;
  }
  .arrows__top .slick-prev,
  .arrows__top .slick-next {
    width: 38px;
    height: 77px;
  }
  .arrows__top .slick-prev::before,
  .arrows__top .slick-next::before {
    width: 22px;
    height: 22px;
    border-width: 2px;
  }
  .arrows__top {
    width: 100%;
  }
  .c5-sec2__txt {
    font-size: 15px;
  }
  .c5-sec2__note {
    padding-left: 5em;
  }
}
@media (min-width: 1400px) {
  .c5-hero img {
    position: relative;
    left: -50px;
  }
}