@charset "UTF-8";
/* ブレークポイントはmin-width: 750px */
body {
  margin: 0;
  padding: 0;
}

* {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding: 0;
  margin: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

video {
  max-width: 100%;
}

ul {
  list-style: none;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.ad-wrap header {
  background-color: #fff;
  padding-top: 2.6vw;
  padding-bottom: 2.6vw;
}

.ad-wrap header h1 {
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.ad-wrap header img {
  width: 15.3vw;
  /* 115 */
  aspect-ratio: 100 / 27;
}

.ad-wrap footer .footer-logo {
  margin-bottom: 10.6vw;
  /* 80 */
  text-align: center;
}

.ad-wrap footer .footer-logo img {
  width: 37.2vw;
  /* 279 */
}

.ad-wrap footer .footer-info {
  font-size: 3.73333vw;
  margin-left: 4vw;
  /* 30 */
  margin-right: 4vw;
  /* 30 */
  margin-bottom: 8vw;
  /* 60 */
}

.ad-wrap footer .footer-link {
  font-size: 3.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.2vw;
  margin-bottom: 8vw;
  /* 60 */
}

.ad-wrap footer .footer-link a {
  color: #0c419a;
  text-decoration: underline;
}

.ad-wrap footer .footer-copy {
  font-size: 3.2vw;
  padding-bottom: 8vw;
  text-align: center;
}

.ad-inner {
  margin-inline: auto;
  max-width: 750px;
  background-color: #edf1f4;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px 10px rgba(126, 155, 171, 0.3);
          box-shadow: 0 0 20px 10px rgba(126, 155, 171, 0.3);
}

.about-content {
  margin-top: 16vw;
  /* 120 */
  margin-bottom: 16vw;
  /* 120 */
  margin-left: 5.3vw;
  /* 40 */
  margin-right: 5.3vw;
  /* 40 */
}

.about-content img {
  -webkit-box-shadow: 0 0 20px 10px rgba(126, 155, 171, 0.2);
          box-shadow: 0 0 20px 10px rgba(126, 155, 171, 0.2);
}

.about01 .btn {
  bottom: 13.3vw;
  left: 0;
  right: 0;
  text-align: center;
}

.about01 a img {
  width: 72vw;
  /* 540 */
}

.cv01 {
  margin-top: 16vw;
  /* 120 */
  margin-bottom: 16vw;
  /* 120 */
}

.cv01 img {
  -webkit-filter: drop-shadow(0 0 20px rgba(126, 155, 171, 0.2));
          filter: drop-shadow(0 0 20px rgba(126, 155, 171, 0.2));
}

.cv01 .btns {
  bottom: 13.3vw;
  left: 0;
  right: 0;
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 5.3vw;
}

.cv01 a img {
  width: 78.6vw;
  /* 590 */
  -webkit-filter: none;
          filter: none;
}

.cv02 {
  margin-top: 16vw;
  /* 120 */
  margin-bottom: 16vw;
  /* 120 */
}

.cv02 img {
  -webkit-filter: drop-shadow(0 0 20px rgba(126, 155, 171, 0.2));
          filter: drop-shadow(0 0 20px rgba(126, 155, 171, 0.2));
}

.cv02 .btn {
  bottom: 13.3vw;
  left: 0;
  right: 0;
  text-align: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 5.3vw;
}

.cv02 a img {
  width: 72vw;
  /* 540 */
  -webkit-filter: none;
          filter: none;
}

@media screen and (min-width: 750px) {
  .sp {
    display: none;
  }
  .ad-wrap header {
    padding-top: 20px;
  }
  .ad-wrap header {
    padding-bottom: 20px;
  }
  .ad-wrap header img {
    width: 115px;
  }
  .ad-wrap footer .footer-logo {
    margin-bottom: 80px;
  }
  .ad-wrap footer .footer-logo img {
    width: 279px;
  }
  .ad-wrap footer .footer-info {
    font-size: 28px;
  }
  .ad-wrap footer .footer-info {
    margin-left: 30px;
  }
  .ad-wrap footer .footer-info {
    margin-right: 30px;
  }
  .ad-wrap footer .footer-info {
    margin-bottom: 60px;
  }
  .ad-wrap footer .footer-link {
    font-size: 24px;
  }
  .ad-wrap footer .footer-link {
    gap: 24px;
  }
  .ad-wrap footer .footer-link {
    margin-bottom: 60px;
  }
  .ad-wrap footer .footer-copy {
    font-size: 24px;
  }
  .ad-wrap footer .footer-copy {
    padding-bottom: 60px;
  }
  .about-content {
    margin-top: 120px;
  }
  .about-content {
    margin-bottom: 120px;
  }
  .about-content {
    margin-left: 40px;
  }
  .about-content {
    margin-right: 40px;
  }
  .about01 .btn {
    bottom: 100px;
  }
  .about01 a img {
    width: 540px;
  }
  .cv01 {
    margin-top: 120px;
  }
  .cv01 {
    margin-bottom: 120px;
  }
  .cv01 .btns {
    bottom: 100px;
  }
  .cv01 .btns {
    gap: 40px;
  }
  .cv01 a img {
    width: 590px;
  }
  .cv02 {
    margin-top: 120px;
  }
  .cv02 {
    margin-bottom: 120px;
  }
  .cv02 .btn {
    bottom: 100px;
  }
  .cv02 .btn {
    gap: 40px;
  }
  .cv02 a img {
    width: 540px;
  }
}

@media screen and (max-width: 749px) {
  .pc {
    display: none;
  }
}
