@charset "UTF-8";

html,
body {
  font-size: var(--base-size) !important;
  font-family: Helvetica, Arial, sans-serif;
}

body *{
  font-size: var(--font-size-16);
}

div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{
  font-size: var(--font-size-16);
}

.section-top-banner {
  width: 100%;
  height: clamp(493px,calc(740*100vw/1920),9999px);
  background-size: cover;
  background: url("../jpg/buy-guide-bg.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}

.section-top-banner .section-top-banner-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-top-banner .page-title {
  font-size: 64px;
  color: white;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 600;
  line-height: 56px;
}

.section-top-banner .section-top-banner-wrapper>* {
  width: 100%;
}

.section-top-banner .section-title-wrapper {
  text-align: center;
}

@media screen and (max-width: 860px) {

  .section-top-banner {
    padding-bottom: 0;
    background: url("../jpg/buy-guide-bg-sp.jpg")  no-repeat center;
    background-size: cover;
    height: 428px;
  }

  .section-top-banner .section-top-banner-wrapper {
    padding: 15rem 1.5rem;
    position: relative;
  }

  .section-top-banner .page-title {
    font-size: 38px;
  }

}

.button-v2 {
  border: 1px solid rgba(216, 216, 216, 1);
  padding: 10px 40px;
}

.guide-article-section {
  padding: 100px 0 ;
  position: relative;
  display: flex;
}

.guide-article-section .section-purchasing {
  border-top: rgba(216, 216, 216, 1) solid 1px;
  border-bottom: rgba(216, 216, 216, 1) solid 1px;
  padding: 30px 0 ;
  margin-bottom: 30px;
  display: flex;
}

.guide-article-section .section-purchasing:before {
  position: absolute;
  content: "";
  width: 20%;
  height: 5px;
  background-color: rgba(0, 35, 104, 1);
  top: 100px;
}

.hr-ken-primary {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.hr-ken-primary hr {
  margin: 0;
  background: #D8D8D8;
}

.hr-ken-primary:after {
  content: "";
  width: 40%;
  height: 5px;
  background: #002368;
  left: 0;
  display: block;
  top: -1px;
  position: relative;
}

.card-area{
  padding: 50px 0 ;
}

.guide-article-section .guide-article-title{
  font-size: 32px;
  font-family: "adobe-garamond-pro", serif;
  font-weight: 600;
  position: relative;
  line-height: 36px;
  color: rgba(0, 35, 104, 1);
  padding-bottom: 10px;
}

.guide-article-section .list-card {
  padding: 20px 10px;
}

.guide-article-section .section-purchasing-link {
  border-left: 1px solid rgba(216, 216, 216, 1);
  padding-left: 30px;
}

.guide-article-section .section-purchasing-link a {
  margin: 4px 0 ;
  padding-right: 50px;
  text-align: left;
}

.section-num2 {
  width: 100%;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: rgba(239, 241, 245, 1);
  padding: 70px 0;
}

.head-h2{
  font-family: "adobe-garamond-pro", serif;
  font-size: 50px;
  font-weight: 600;
  color: rgba(0, 35, 104, 1);
  line-height: 56px;
}

.section-num2 .num2-section1{
  align-items: baseline;
  padding: 50px 20px;
  justify-content: space-between;
  display: flex;
}

.section-num2 .num2-section2{
  padding: 50px 20px ;
  justify-content: space-between;
  display: flex;
}

.title-wrapper {
  position: relative;
}

.head-h3 {
  font-family: "adobe-garamond-pro", serif;
  font-size: 42px;
  font-weight: 600;
  padding: 20px 0 ;
}

.head-h3:before {
  position: absolute;
  content: "";
  width: 90px;
  height: 2px;
  background-color: rgba(0, 35, 104, 1);
  left: 0;
  top:5px;
}

.button-container .modal-btn{
  border: none;
  border-bottom: 1px solid rgba(216, 216, 216, 1);
  padding: 20px 10px 10px 10px ;
  font-size: 18px;
}

.button-container .modal-btn:after {
  content: url('../png/plus.png');
}

.section-num3 {
  width: 100%;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 70px 0;
}

.section-num3 .num3-section1{
  padding: 50px 20px ;
  justify-content: space-between;
  display: flex;
}

.section-num3 .num3-section2{
  padding: 50px 20px ;
  justify-content: space-between;
  display: flex;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.buy-report {
  text-align: center;
  position: relative;
}
.buy-report:after {
  transform: skewX(-20deg);
  content: "";
  position: absolute;
  top: 63%; bottom: -28px; left: 0; right: 2%;
  z-index: -1;
  background-color:#F5F5F5;
}

@media screen and (max-width: 860px) {

  .guide-article-section .section-purchasing {
    display: block;
    border-bottom: none;
  }

  .guide-article-section .section-purchasing:before {
    top:40px;
    width: 40%;
  }

  .guide-article-section {
    display: block;
    padding: 40px 0;
  }

  .guide-article-section .guide-article-title{
    font-size: 24px;
  }

  .guide-article-section .section-purchasing-link {
    border: none;
    padding-left: 0;
  }

  .guide-article-section .section-purchasing-link a {
    width: 100%;
    text-align: left;
    font-size:14px;
  }

  .card-area {
    padding: 0;
  }

  .sp-hidden {
    display: none;
  }

  .section-num2 {
    display: block;
  }

  .section-num3 {
    display: block;
  }

  .head-h2{
    font-size: 32px;
    line-height: 34px;
    padding-bottom: 30px;
  }

  .section-num2 .num2-section1 {
    display: block;
    padding: 0;
  }

  .section-num2 .num2-section2{
    display: block;
    padding-bottom: 0;
  }

  .section-num3 .num3-section1 {
    display: block;
    padding: 0;
  }

  .section-num3 .num3-section2{
    display: block;
    padding-bottom: 0;
  }

  .head-h3{
    font-size: 26px;
  }

  .head-h3:before {
    width: 36px ;
  }

  .figure-buy-guide{
    padding-top: 30px;
  }

  .button-container{
    text-align: center;
  }

  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  .buy-report {
    text-align: center;
    margin-bottom: 43px;
  }
  .buy-report:after {
    top: 63%; bottom: -16px; left: 0; right: 2%;
  }
}

