/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/* A Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

main img,
main picture {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
*::before,
*::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0 auto;
  width: 100%;
  font-family: Noto Sans JP, sans-serif;
}

* {
  font-family: Noto Sans JP, sans-serif;
  letter-spacing: 0;
}

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

a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 961px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .sp-none {
    display: none !important;
  }
}
.l-main {
  overflow: clip;
}

img,
picture {
  display: block;
  max-width: 100%;
  height: auto;
}

/*===============================================
 section
===============================================*/
.ecm-main .ecm-bootstrap h3 {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .ecm-main .ecm-bootstrap .sec-6 {
    padding-top: 0;
  }
}
.ecm-main .ecm-bootstrap .sec-6-ttl {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.6875;
}
@media screen and (max-width: 960px) {
  .ecm-main .ecm-bootstrap .sec-6-ttl {
    font-size: 4.8vw;
    line-height: 1.6666666667;
  }
}
.ecm-main .ecm-bootstrap .sec-6-ttl strong {
  font-size: 26px;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .ecm-main .ecm-bootstrap .sec-6-ttl strong {
    font-size: 5.6vw;
  }
}
.ecm-main .ecm-bootstrap .sec-6-container {
  max-width: 1000px;
  padding: 0 20px;
  margin: 64px auto 0;
}
@media screen and (max-width: 960px) {
  .ecm-main .ecm-bootstrap .sec-6-container {
    padding: 0 2.6666666667vw;
    margin-top: 9.6vw;
  }
}
.ecm-main .ecm-bootstrap .sec-6-select {
  position: relative;
  border-top: 0;
}
@media screen and (max-width: 960px) {
  .ecm-main .ecm-bootstrap .sec-6-select {
    border-width: 0.6666666667vw;
    border-top-width: 0;
  }
}
.ecm-main .ecm-bootstrap .sec-6-select:not(:first-child) {
  margin-top: 105px;
}
@media screen and (max-width: 960px) {
  .ecm-main .ecm-bootstrap .sec-6-select:not(:first-child) {
    /*margin-top: 14.6666666667vw;*/
    margin-top: 4vw;
    padding-top: 13vw;
  }
}
.ecm-main .ecm-bootstrap .sec-6-select:not(:first-child):before {
  position: absolute;
  left: calc(50% - 21px);
  top: -71px;
  width: 42px;
  height: 42px;
  background: url(../img/vc_renewalcampaign/ico-plus.png) no-repeat;
  background-size: 100% 100%;
  content: "";
}
@media screen and (max-width: 960px) {
  .ecm-main .ecm-bootstrap .sec-6-select:not(:first-child):before {
    left: calc(50% - 2.8vw);
    top: 1.2vw;
    width: 5.6vw;
    height: 5.6vw;
  }
}
.ecm-main .ecm-bootstrap .sec-6-select-ttl {
  padding: 1.18em 0;
  background-color: #2d2926;
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .ecm-main .ecm-bootstrap .sec-6-select-ttl {
    padding: 1.16em 0;
    font-size: 5.6vw;
  }
}
.ecm-main .ecm-bootstrap .sec-6-select-in {
  padding: 32px 24px;
  border: 5px solid #2d2926;
}
@media screen and (max-width: 960px) {
  .ecm-main .ecm-bootstrap .sec-6-select-in {
    padding: 4.8vw 3.2vw 7.4666666667vw;
  }
}
.ecm-main .ecm-bootstrap .sec-6-select-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.ecm-main .ecm-bootstrap .sec-6-select-list > li {
  list-style: none;
}
@media screen and (min-width: 961px) {
  .ecm-main .ecm-bootstrap .sec-6-select-list > li {
    width: 23.0598669623%;
  }
  .ecm-main .ecm-bootstrap .sec-6-select-list > li:not(:nth-child(4n+1)) {
    margin-left: 2.5498891353%;
  }
  .ecm-main .ecm-bootstrap .sec-6-select-list > li:nth-child(n+5) {
    margin-top: 48px;
  }
}
@media screen and (max-width: 960px) {
  .ecm-main .ecm-bootstrap .sec-6-select-list > li {
    width: 47.6923076923%;
  }
  .ecm-main .ecm-bootstrap .sec-6-select-list > li:not(:nth-child(2n+1)) {
    margin-left: 4.6153846154%;
  }
  .ecm-main .ecm-bootstrap .sec-6-select-list > li:nth-child(n+3) {
    margin-top: 10.1333333333vw;
  }
}
.ecm-main .ecm-bootstrap .sec-6-select-list > li label {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: pointer;
}
.ecm-main .ecm-bootstrap .sec-6-select-list > li label.is-selected {
  cursor: default;
}
.ecm-main .ecm-bootstrap .sec-6-select-list > li label > figure {
  position: relative;
  display: block;
}
.ecm-main .ecm-bootstrap .sec-6-select-list > li label > figure > img {
  display: block;
  width: 100%;
}
.ecm-main .ecm-bootstrap .sec-6-select-list > li label > figure > figcaption {
  position: absolute;
  left: -1em;
  right: -1em;
  bottom: 48px;
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.4210526316;
}
@media screen and (max-width: 960px) {
  .ecm-main .ecm-bootstrap .sec-6-select-list > li label > figure > figcaption {
    bottom: 8.5333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
.ecm-main .ecm-bootstrap .sec-6-select-list > li label > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  margin-top: 24px;
  border: 1px solid #2d2926;
  border-radius: 23px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  transition: border-color 0.2s, background-color 0.2s, color 0.2s;
}
@media screen and (max-width: 960px) {
  .ecm-main .ecm-bootstrap .sec-6-select-list > li label > span {
    height: 9.3333333333vw;
    margin-top: 4.2666666667vw;
    border-radius: 4.6666666667vw;
    font-size: 2.8vw;
  }
}
.ecm-main .ecm-bootstrap .sec-6-select-list > li label:hover > span {
  opacity: 0.75;
}
.ecm-main .ecm-bootstrap .sec-6-select-list > li label.is-selected > span {
  border-color: #ca001b;
  background-color: #ca001b;
  color: #ffffff;
}
.ecm-main .ecm-bootstrap .sec-6-select-list > li label.is-selected:hover > span {
  opacity: 1;
}
.ecm-main .ecm-bootstrap .sec-6-result {
  margin-top: 50px;
  border-top: 0;
  display: none;
}
@media screen and (max-width: 960px) {
  .ecm-main .ecm-bootstrap .sec-6-result {
    margin-top: -5vw;
    padding-top: 13vw;
  }
}
.ecm-main .ecm-bootstrap .sec-6-result-ttl {
  margin-bottom: 0;
  padding: 1.18em 0;
  background-color: #ca001b;
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .ecm-main .ecm-bootstrap .sec-6-result-ttl {
    padding: 1.16em 0;
    font-size: 5.6vw;
  }
}
.ecm-main .ecm-bootstrap .sec-6-result-items {
  padding: 48px 0 0 0;
  border: 5px solid #ca001b;
}
@media screen and (max-width: 960px) {
  .ecm-main .ecm-bootstrap .sec-6-result-items {
    padding: 8.5333333333vw 0 0 0;
  }
}
.ecm-main .ecm-bootstrap .sec-6-result-item {
  width: 468px;
  margin: 0 auto;
  display: none;
}
@media screen and (max-width: 960px) {
  .ecm-main .ecm-bootstrap .sec-6-result-item {
    width: 100%;
  }
}
.ecm-main .ecm-bootstrap .sec-6-result-item-ttl {
  margin-left: -1em;
  margin-right: -1em;
  text-align: center;
  font-size: 27px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.3333333333;
}
@media screen and (max-width: 960px) {
  .ecm-main .ecm-bootstrap .sec-6-result-item-ttl {
    margin-left: 0;
    margin-right: 0;
    font-size: 4.8vw;
    font-weight: 600;
    line-height: 1.3157894737;
  }
}
.ecm-main .ecm-bootstrap .sec-6-result-item-pic {
  position: relative;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .ecm-main .ecm-bootstrap .sec-6-result-item-pic {
    margin-top: 3.4666666667vw;
  }
}
.ecm-main .ecm-bootstrap .sec-6-result-item-pic > figcaption {
  position: absolute;
  left: 0;
  right: 0;
  top: 250px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .ecm-main .ecm-bootstrap .sec-6-result-item-pic > figcaption {
    top: 47vw;
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
  }
}
.ecm-main .ecm-bootstrap .sec-6-result-item-btn {
  display: flex;
  justify-content: center;
  margin-top: 14px;
  position: absolute;
  bottom: 80px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .ecm-main .ecm-bootstrap .sec-6-result-item-btn {
    margin-top: 3.2vw;
    bottom: 15vw;
  }
}
.ecm-main .ecm-bootstrap .sec-6-result-item-btn > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 228px;
  height: 52px;
  border: 1px solid #2d2926;
  border-radius: 26px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 960px) {
  .ecm-main .ecm-bootstrap .sec-6-result-item-btn > a {
    width: 53.8666666667vw;
    height: 12vw;
    border-radius: 6vw;
    font-size: 3.7333333333vw;
  }
}
/*# sourceMappingURL=style_vc.css.map */