@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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;
}

body {
  line-height: 1.7;
  font-family: "Inter", YakuHanJP, Hiragino UD Sans F W3 JIS2004, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.03em;
  font-size: 14px;
  font-weight: 500;
  color: #0c121c;
}

.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;
}

header {
  position: relative;
  width: 100%;
  height: 72px;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  header {
    height: 56px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
  }
}
header h1 {
  position: absolute;
  top: 20px;
  left: 32px;
  width: 132px;
}
@media screen and (max-width: 768px) {
  header h1 {
    top: 17px;
    width: 92px;
    left: 14px;
  }
}
header h1 a {
  display: block;
}
@media screen and (min-width: 769px) {
  header h1 a {
    -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  header h1 a:hover {
    opacity: 0.5;
  }
}
header h1 a img {
  width: 100%;
  height: auto;
}
header .logo-rangerover {
  position: absolute;
  top: 30px;
  right: 32px;
  width: 160px;
}
@media screen and (max-width: 768px) {
  header .logo-rangerover {
    top: 24px;
    width: 110px;
    right: 14px;
  }
}
header .logo-rangerover a {
  display: block;
}
@media screen and (min-width: 769px) {
  header .logo-rangerover a {
    -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  header .logo-rangerover a:hover {
    opacity: 0.5;
  }
}
header .logo-rangerover a img {
  width: 100%;
  height: auto;
}

#wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#wrap main {
  display: block;
}
#wrap main section .lead {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
  margin: 21px auto 0;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  #wrap main section .lead {
    font-size: 3.7333333333vw;
    letter-spacing: -0.03em;
    margin: 2.9333333333vw auto 0;
    line-height: 1.7;
  }
}
#wrap main section.sec-title {
  position: relative;
  padding: 98px 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-title {
    padding: 14.9333333333vw 0 12.8vw;
  }
}
#wrap main section.sec-title h1 {
  width: 708px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-title h1 {
    width: 89.3333333333vw;
  }
}
#wrap main section.sec-title h1 img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-title p.label-ad {
  position: absolute;
  top: 16px;
  right: 15px;
  border: 1px solid #000;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  padding: 2px 3px 2px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-title p.label-ad {
    top: 10px;
    right: 10px;
  }
}
#wrap main section.sec-chapter {
  position: relative;
  width: 100%;
  padding: 88px 0 128px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-chapter {
    padding: 13.3333333333vw 0 19.2vw;
  }
}
#wrap main section.sec-chapter.chapter-1 {
  background: #f8f9f9;
  opacity: 0;
}
#wrap main section.sec-chapter.chapter-2 .article-box article:nth-child(3) h5 {
  min-height: 108px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-chapter.chapter-2 .article-box article:nth-child(3) h5 {
    min-height: 0px;
  }
}
#wrap main section.sec-chapter.chapter-2 .banner-box a {
  background: #f8f9f9;
}
#wrap main section.sec-chapter .ttl-box h3 {
  position: relative;
  font-size: 23px;
  font-weight: 600;
  color: #4a4f54;
  text-align: center;
  padding-bottom: 68px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-chapter .ttl-box h3 {
    font-size: 4.2666666667vw;
    padding-bottom: 10.4vw;
  }
}
#wrap main section.sec-chapter .ttl-box h3:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 54px;
  background: #000;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-chapter .ttl-box h3:before {
    height: 8.6666666667vw;
  }
}
#wrap main section.sec-chapter .ttl-box h2 {
  position: relative;
  margin-top: 20px;
  font-size: 54px;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-chapter .ttl-box h2 {
    margin-top: 3.7333333333vw;
    font-size: 8vw;
    line-height: 1.2;
  }
}
#wrap main section.sec-chapter .ttl-box .lead {
  margin-top: 14px;
  font-size: 20px;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-chapter .ttl-box .lead {
    margin-top: 2.4vw;
    font-size: 3.7333333333vw;
    line-height: 1.6;
  }
}
#wrap main section.sec-chapter .article-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 70px auto 0;
  max-width: 1040px;
  width: calc(100% - 80px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-chapter .article-box {
    display: block;
    margin: 10.1333333333vw auto 0;
    width: 86.6666666667vw;
  }
}
#wrap main section.sec-chapter .article-box article {
  width: calc(50% - 40px);
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-chapter .article-box article {
    width: 100%;
  }
}
#wrap main section.sec-chapter .article-box article:nth-child(2n) {
  margin-left: 80px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-chapter .article-box article:nth-child(2n) {
    margin-left: 0;
  }
}
#wrap main section.sec-chapter .article-box article:nth-child(n+3) {
  margin-top: 92px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-chapter .article-box article:nth-child(n+2) {
    margin-top: 11.7333333333vw;
  }
}
#wrap main section.sec-chapter .article-box article h4 {
  font-size: 39px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-chapter .article-box article h4 {
    font-size: 6.9333333333vw;
  }
}
#wrap main section.sec-chapter .article-box article .thumb {
  position: relative;
  width: 100%;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-chapter .article-box article .thumb {
    margin-top: 2.9333333333vw;
  }
}
#wrap main section.sec-chapter .article-box article .thumb a {
  display: block;
}
@media screen and (min-width: 769px) {
  #wrap main section.sec-chapter .article-box article .thumb a {
    -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap main section.sec-chapter .article-box article .thumb a:hover {
    opacity: 0.8;
  }
}
#wrap main section.sec-chapter .article-box article .thumb a img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-chapter .article-box article h5 {
  position: relative;
  margin-top: 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-chapter .article-box article h5 {
    margin-top: 5.0666666667vw;
    font-size: 4.8vw;
    line-height: 1.6;
    letter-spacing: -0.02em;
  }
}
#wrap main section.sec-chapter .article-box article .btn {
  position: relative;
  margin-top: 26px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-chapter .article-box article .btn {
    margin-top: 4.2666666667vw;
  }
}
#wrap main section.sec-chapter .article-box article .btn a {
  position: relative;
  display: block;
  width: 100%;
  background: #000;
  height: 54px;
  padding: 13px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
}
@media screen and (min-width: 769px) {
  #wrap main section.sec-chapter .article-box article .btn a {
    -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap main section.sec-chapter .article-box article .btn a:hover {
    opacity: 0.8;
  }
  #wrap main section.sec-chapter .article-box article .btn a:hover .icon {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-chapter .article-box article .btn a {
    height: 11.7333333333vw;
    padding: 2.6666666667vw 4.2666666667vw 0;
    font-size: 3.7333333333vw;
  }
}
#wrap main section.sec-chapter .article-box article .btn a span {
  position: relative;
  display: block;
}
#wrap main section.sec-chapter .article-box article .btn a span.icon {
  position: absolute;
  top: 19px;
  right: 24px;
  width: 28px;
  -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-chapter .article-box article .btn a span.icon {
    top: 4.1333333333vw;
    right: 4.6666666667vw;
    width: 6.9333333333vw;
  }
}
#wrap main section.sec-chapter .article-box article .btn a span.icon img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-chapter .banner-box {
  position: relative;
  max-width: 1040px;
  width: calc(100% - 80px);
  margin: 105px auto 0;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-chapter .banner-box {
    margin-top: 14.9333333333vw;
    width: 86.6666666667vw;
  }
}
#wrap main section.sec-chapter .banner-box a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  background: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-chapter .banner-box a {
    display: block;
    padding: 5.3333333333vw 5.3333333333vw 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #wrap main section.sec-chapter .banner-box a {
    -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
    transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  }
  #wrap main section.sec-chapter .banner-box a:hover {
    opacity: 0.7;
  }
  #wrap main section.sec-chapter .banner-box a:hover .btn:before {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}
#wrap main section.sec-chapter .banner-box a .thumb {
  width: 216px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-chapter .banner-box a .thumb {
    width: 100%;
  }
}
#wrap main section.sec-chapter .banner-box a .thumb img {
  width: 100%;
  height: auto;
}
#wrap main section.sec-chapter .banner-box a .text-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 42px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-chapter .banner-box a .text-box {
    padding: 0;
    display: block;
    margin-top: 3.3333333333vw;
  }
}
#wrap main section.sec-chapter .banner-box a .text-box .text h6 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-chapter .banner-box a .text-box .text h6 {
    font-size: 3.5333333333vw;
    letter-spacing: -0.03em;
  }
}
#wrap main section.sec-chapter .banner-box a .text-box .text h5 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-chapter .banner-box a .text-box .text h5 {
    font-size: 5.7333333333vw;
    letter-spacing: 0em;
  }
}
#wrap main section.sec-chapter .banner-box a .text-box .btn {
  position: relative;
  width: 188px;
  height: 45px;
  background: #ba0025;
  color: #fff;
  padding-top: 10px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  letter-spacing: -0.03em;
  font-size: 15px;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-chapter .banner-box a .text-box .btn {
    width: 100%;
    height: 11.7333333333vw;
    margin: 3.4666666667vw 0 0;
    padding: 2.6666666667vw 4.2666666667vw 0;
    font-size: 3.7333333333vw;
  }
}
#wrap main section.sec-chapter .banner-box a .text-box .btn:before {
  position: absolute;
  content: "";
  top: 15px;
  right: 16px;
  background: url("../img/icon_arrow.png") center center no-repeat;
  width: 28px;
  height: 13px;
  background-size: contain;
  -webkit-transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.25s cubic-bezier(0.33, 1, 0.68, 1);
}
@media screen and (max-width: 768px) {
  #wrap main section.sec-chapter .banner-box a .text-box .btn:before {
    top: 4.1333333333vw;
    right: 4.6666666667vw;
    width: 6.9333333333vw;
    height: 2.9333333333vw;
  }
}
#wrap footer {
  background: #f8f9f9;
  width: 100%;
  text-align: center;
  padding: 100px 0 100px;
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #wrap footer {
    padding: 14.6666666667vw 0 14.6666666667vw;
    font-size: 2.9333333333vw;
    letter-spacing: 0em;
  }
}
#wrap footer span {
  position: relative;
  font-size: 10px;
  border: 1px solid #000;
  padding: 2px 4px 2px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  #wrap footer span {
    font-size: 2.6666666667vw;
    letter-spacing: 0em;
    padding: 1px 3px 1px;
    margin-right: 1.3333333333vw;
  }
}/*# sourceMappingURL=style.css.map */