@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

html {
  font-size: 62.5%;
}

body {
  line-height: 1.88;
  font-family: "Inter", "hiragino-kaku-gothic-pron", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.07em;
  font-size: 17px;
  color: #222;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 17px;
    line-height: 1.75;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
::-moz-selection {
  background: #333;
  color: #fff;
}
::selection {
  background: #333;
  color: #fff;
}

a {
  color: #000;
}

img {
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

body {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.wide-m {
  width: 87.04%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wide-m {
    width: 84%;
  }
}

.wide-s {
  width: 74.07%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wide-s {
    width: 78.666%;
    width: 84%;
  }
}

@media screen and (max-width: 768px) {
  .wide-sp-m {
    width: 84% !important;
    margin: 0 auto;
  }
  .wide-sp-m .caption {
    width: 100%;
  }
}

header {
  background: #004E91;
  height: 90px;
}
@media screen and (max-width: 768px) {
  header {
    height: 80px;
  }
}
header h1 {
  position: absolute;
  top: 28px;
  left: 40px;
  width: 128px;
}
@media screen and (max-width: 768px) {
  header h1 {
    width: 100px;
    left: 20px;
  }
}
header h1 a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  header h1 a {
    -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  }
  header h1 a:hover {
    opacity: 0.6;
  }
}
header h1 a img {
  width: 100%;
  height: auto;
}
header .r-box {
  position: absolute;
  top: 32px;
  right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  header .r-box {
    right: 20px;
    top: 30px;
  }
}
header .r-box ul.share-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .r-box ul.share-box li {
  position: relative;
  width: 22px;
}
@media screen and (min-width: 769px) {
  header .r-box ul.share-box li {
    -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  }
  header .r-box ul.share-box li:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  header .r-box ul.share-box li {
    width: 20px;
  }
}
header .r-box ul.share-box li a {
  display: block;
  width: 100%;
}
header .r-box ul.share-box li a img {
  width: 100%;
  height: auto;
}
header .r-box ul.share-box li:nth-child(n+2) {
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  header .r-box ul.share-box li:nth-child(n+2) {
    margin-left: 14px;
  }
}

main {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0 0px;
}
@media screen and (max-width: 768px) {
  main {
    width: 100%;
    padding: 48px 0 20px;
    min-width: 0px;
  }
}
main img {
  width: 100%;
  height: auto;
}
main section {
  width: calc(100% - 80px);
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main section {
    width: 100%;
  }
}
main section.sec-main {
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  main section.sec-main {
    margin-bottom: 0px;
  }
}
main section.sec-main .ttl-box {
  opacity: 0;
}
main section.sec-main .ttl-box h3 {
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section.sec-main .ttl-box h3 {
    font-size: 4.5333333333vw;
    letter-spacing: 0em;
    white-space: nowrap;
    margin-bottom: 4px;
  }
}
main section.sec-main .ttl-box h2 {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  main section.sec-main .ttl-box h2 {
    font-size: 26px;
    font-size: 6.9vw;
    font-size: clamp(10px, 6.9vw, 38px);
    white-space: nowrap;
    line-height: 1.4;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1080px) and (min-width: 769px) {
  main section.sec-main .ttl-box h2 .tablet {
    display: none !important;
  }
}
main section.sec-main .lead {
  opacity: 0;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  main section.sec-main .lead {
    margin-bottom: 50px;
    width: 84% !important;
  }
}
main section.sec-main .img-main {
  opacity: 0;
  margin-bottom: 100px;
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main section.sec-main .img-main {
    margin-bottom: 44px;
  }
}
main section.sec-main .label-ad {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  border: 1px solid #000;
  line-height: 1;
  letter-spacing: 0.03em;
  padding: 3px 4px;
}
@media screen and (max-width: 768px) {
  main section.sec-main .label-ad {
    top: -24px;
  }
}
main section.sec-conversion {
  position: relative;
  width: 100% !important;
  max-width: none;
  background: #000;
  color: #fff;
  text-align: center;
  margin: 132px 0 160px;
  padding: 100px 0 112px;
}
@media screen and (max-width: 768px) {
  main section.sec-conversion {
    margin: 80px 0 80px;
    padding: 60px 0 64px;
  }
}
main section.sec-conversion .text-box h2 {
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  main section.sec-conversion .text-box h2 {
    font-size: 22px;
    line-height: 1.25;
  }
}
main section.sec-conversion .text-box p.price {
  margin-top: 4px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section.sec-conversion .text-box p.price {
    font-size: 16px;
    margin-top: 17px;
  }
}
main section.sec-conversion .text-box p.price span.smallcaps {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  main section.sec-conversion .text-box p.price span.smallcaps {
    font-size: 12px;
    position: relative;
    margin-left: 4px;
  }
}
main section.sec-conversion .text-box p.contact {
  margin-top: 14px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  main section.sec-conversion .text-box p.contact {
    margin-top: 16px;
    font-size: 13px;
  }
}
main section.sec-conversion .text-box p.url {
  margin-top: 1px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  main section.sec-conversion .text-box p.url {
    margin-top: 1px;
    font-size: 13px;
  }
}
main section.sec-conversion .banner-box {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  main section.sec-conversion .banner-box {
    margin-top: 26px;
  }
}
main section.sec-conversion .banner-box a {
  display: block;
  max-width: 800px;
  width: calc(100% - 40px);
  margin: 0 auto;
  height: 72px;
  background: #fff;
  color: #000;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  padding: 13px 0 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  main section.sec-conversion .banner-box a {
    -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  }
  main section.sec-conversion .banner-box a:hover {
    opacity: 0.8;
  }
}
main section.sec-conversion .banner-box a span {
  position: relative;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  main section.sec-conversion .banner-box a span {
    display: inline-block;
    font-size: clamp(10px, 4.3vw, 20px);
    text-align: left;
    line-height: 1.4;
    padding-left: 24px;
    white-space: nowrap;
  }
}
main section.sec-conversion .banner-box a span:before {
  position: absolute;
  content: "";
  top: 4px;
  left: -10px;
  background: url("../img/icon_link_black.png") center center no-repeat;
  width: 26px;
  height: 20px;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  main section.sec-conversion .banner-box a span:before {
    width: 18px;
    height: 14px;
    left: 0px;
  }
}
@media screen and (max-width: 768px) {
  main section.sec-conversion .banner-box a {
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
    height: auto;
    padding: 17px 12px 15px 12px;
    width: 100%;
  }
}
main section.sec-article article {
  position: relative;
}
main section.sec-article article:nth-child(n+2) {
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  main section.sec-article article:nth-child(n+2) {
    margin-top: 110px;
  }
}
main section.sec-article article .img-main {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  main section.sec-article article .img-main {
    width: 100%;
    margin-bottom: 60px;
  }
}
main section.sec-article article h3 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  main section.sec-article article h3 {
    font-size: 24px;
    font-size: 6.5vw;
    font-size: clamp(10px, 6.5vw, 36px);
    line-height: 1.45;
    margin-bottom: 32px;
  }
}
main section.sec-article article .p-box {
  margin-bottom: 100px;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  main section.sec-article article .p-box {
    margin-bottom: 64px;
  }
}
main section.sec-article article .p-box h4 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  main section.sec-article article .p-box h4 {
    font-size: 5.4vw;
    font-size: clamp(10px, 5.4vw, 28px);
    line-height: 1.45;
    margin-bottom: 24px;
  }
}
main section.sec-article article .banner-box {
  margin-top: 132px;
  margin-bottom: 132px;
}
main section.sec-article article .banner-box.end {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  main section.sec-article article .banner-box.end {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  main section.sec-article article .banner-box {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
main section.sec-article article .banner-box a {
  display: block;
  height: 72px;
  background: #004E91;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  padding: 13px 0 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  main section.sec-article article .banner-box a {
    -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  }
  main section.sec-article article .banner-box a:hover {
    opacity: 0.8;
  }
}
main section.sec-article article .banner-box a span {
  position: relative;
  padding-left: 24px;
}
@media screen and (max-width: 768px) {
  main section.sec-article article .banner-box a span {
    display: inline-block;
    font-size: clamp(10px, 4.3vw, 20px);
    text-align: center;
    line-height: 1.4;
    padding-left: 24px;
    white-space: nowrap;
  }
}
main section.sec-article article .banner-box a span:before {
  position: absolute;
  content: "";
  top: 4px;
  left: -10px;
  background: url("../img/icon_link.png") center center no-repeat;
  width: 26px;
  height: 20px;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  main section.sec-article article .banner-box a span:before {
    width: 18px;
    height: 14px;
    left: 0px;
  }
}
@media screen and (max-width: 768px) {
  main section.sec-article article .banner-box a {
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
    height: auto;
    padding: 17px 12px 15px 12px;
  }
}
main section.sec-article article .nomargin {
  margin-bottom: 0px;
}
main section.sec-article article .img-split {
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  main section.sec-article article .img-split {
    width: 100%;
    margin-bottom: 60px;
  }
}
main section.sec-article article .img-split ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main section.sec-article article .img-split ul li {
  width: calc(50% - 5px);
}
@media screen and (max-width: 768px) {
  main section.sec-article article .img-split ul li {
    width: calc(50% - 2px);
  }
}
main section.sec-article article .img-split ul li img {
  width: 100%;
  height: auto;
}
main section.sec-article article .img-split ul li:nth-child(n+2) {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  main section.sec-article article .img-split ul li:nth-child(n+2) {
    margin-left: 4px;
  }
}
main section.sec-article article .benefit-box {
  position: relative;
  width: 100%;
  background: #E3E3E3;
  margin-top: 120px;
  margin-bottom: 120px;
  padding: 88px 88px 88px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  main section.sec-article article .benefit-box {
    padding: 64px 7.5vw 64px;
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
main section.sec-article article .benefit-box h3 {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  main section.sec-article article .benefit-box h3 {
    font-size: 5.4vw;
    font-size: clamp(10px, 5.4vw, 30px);
    line-height: 1.45;
    width: 100%;
  }
}
main section.sec-article article .benefit-box .p-box {
  font-size: 17px;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  main section.sec-article article .benefit-box .p-box {
    font-size: 17px;
    line-height: 1.75;
  }
}
main section.sec-article article .benefit-box .img-split {
  margin-top: 36px;
  margin-bottom: 20px;
}
main section.sec-article article .benefit-box .img-split ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  main section.sec-article article .benefit-box .img-split ul {
    display: block;
  }
}
main section.sec-article article .benefit-box .img-split ul li {
  width: calc(50% - 5px);
}
@media screen and (max-width: 768px) {
  main section.sec-article article .benefit-box .img-split ul li {
    width: 100%;
  }
}
main section.sec-article article .benefit-box .img-split ul li img {
  width: 100%;
  height: auto;
}
main section.sec-article article .benefit-box .img-split ul li:nth-child(n+2) {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  main section.sec-article article .benefit-box .img-split ul li:nth-child(n+2) {
    margin: 8px auto 0;
  }
}
main section.sec-article article .benefit-box p.note {
  font-size: 16px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  main section.sec-article article .benefit-box p.note {
    font-size: 16px;
    line-height: 1.65;
  }
}
main section.sec-article article .info-box {
  position: relative;
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  main section.sec-article article .info-box {
    margin-top: 110px;
  }
}
main section.sec-article article .info-box ul.data-box > li:nth-child(n+2) {
  margin-top: 60px;
}
main section.sec-article article .info-box ul.data-box > li h4 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  main section.sec-article article .info-box ul.data-box > li h4 {
    font-size: 5.4vw;
    font-size: clamp(10px, 5.4vw, 26px);
    line-height: 1.45;
    margin-bottom: 14px;
  }
}
main section.sec-article article .info-box ul.data-box > li h5 {
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  main section.sec-article article .info-box ul.data-box > li h5 {
    margin-bottom: 8px;
  }
}
main section.sec-article article .info-box ul.data-box > li ul li {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  main section.sec-article article .info-box ul.data-box > li ul li {
    font-size: 16px;
    line-height: 1.75;
  }
}
main section.sec-article article .info-box .info-box {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  main section.sec-article article .info-box .info-box {
    margin-top: 64px;
  }
}
main section.sec-article article .info-box .info-box h5 {
  font-size: 20px;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 768px) {
  main section.sec-article article .info-box .info-box h5 {
    font-size: 19px;
    margin-bottom: 8px;
  }
}

p.caption {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.65;
  color: #777;
}
@media screen and (max-width: 768px) {
  p.caption {
    font-size: 14px;
    width: calc(100% - 30px);
    margin: 12px auto 0;
  }
}

footer {
  position: relative;
  width: 100%;
  background: #004E91;
  text-align: center;
  padding: 132px 0 132px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 100px 0 110px;
  }
}
footer ul.share-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer ul.share-box li {
  position: relative;
  width: 22px;
}
footer ul.share-box li a {
  display: block;
  width: 100%;
}
@media screen and (min-width: 769px) {
  footer ul.share-box li a {
    -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  }
  footer ul.share-box li a:hover {
    opacity: 0.6;
  }
}
footer ul.share-box li a img {
  width: 100%;
  height: auto;
}
footer ul.share-box li:nth-child(n+2) {
  margin-left: 16px;
}
footer .copyright {
  position: relative;
  margin: 50px auto 0;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  footer .copyright {
    margin: 32px auto 0;
    font-size: 10px;
    letter-spacing: 0.05em;
  }
}
footer .copyright span {
  display: inline-block;
  border: 1px solid #fff;
  padding: 4px 5px 3px;
  margin-right: 5px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  footer .copyright span {
    padding: 4px 5px 4px;
  }
}/*# sourceMappingURL=style.css.map */