@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.fixed {
  overflow: hidden;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
label,
input,
textarea,
div {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
}

.inter {
  font-family: "Inter", sans-serif;
}

a {
  display: block;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.8;
}

img {
  display: block;
  width: 100%;
}

.container {
  width: 95%;
  max-width: 1280px;
  margin: 0 auto;
}

._pc {
  display: block;
}
@media screen and (max-width: 960px) {
  ._pc {
    display: none !important;
  }
}

._sp {
  display: none;
}
@media screen and (max-width: 960px) {
  ._sp {
    display: block;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 70px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 960px) {
  header {
    height: 50px;
  }
}
header .head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  header .head {
    padding: 0 3%;
  }
}
header .head_logo {
  position: relative;
  z-index: 900;
  font-size: 28px;
  color: #fff;
  font-weight: 900;
  font-style: italic;
}
@media screen and (max-width: 414px) {
  header .head_logo {
    font-size: 18px;
  }
}
header .head_logo span {
  font-size: 32px;
  color: #fff;
  font-weight: 900;
  font-style: italic;
}
@media screen and (max-width: 414px) {
  header .head_logo span {
    font-size: 20px;
  }
}
header .head_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media screen and (max-width: 960px) {
  header .head_nav {
    position: absolute;
    top: 0;
    left: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    display: block;
    width: 70%;
    max-width: 250px;
    padding: 65px 3% 30px;
    border-left: 3px solid #0048b4;
    border-bottom: 3px solid #0048b4;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}
header .head_nav.active {
  z-index: 1000;
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 961px) {
  header .head_nav_item:not(:last-of-type) {
    margin-right: clamp(23px, 0.56rem + 1.46vw, 30px);
  }
}
@media screen and (max-width: 960px) {
  header .head_nav_item:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
header .head_nav_item:not(.counseling_btn) a {
  position: relative;
  font-size: clamp(13px, 0.311rem + 0.84vw, 17px);
  color: #fff;
  font-weight: 900;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 960px) {
  header .head_nav_item:not(.counseling_btn) a {
    font-size: clamp(15px, 0.875rem + 0.31vw, 17px);
    color: #0048b4;
  }
}
header .head_nav_item:not(.counseling_btn) a::before {
  content: "";
  position: absolute;
  top: calc(100% + 7px);
  left: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  width: 100%;
  height: 3px;
  background: #0048b4;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 960px) {
  header .head_nav_item:not(.counseling_btn) a::before {
    display: none;
  }
}
header .head_nav_item:not(.counseling_btn) a:hover {
  opacity: 1;
}
header .head_nav_item:not(.counseling_btn) a:hover::before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
header .head_nav_item.counseling_btn {
  margin-right: 0;
}
header .head_nav_item.counseling_btn a {
  position: relative;
  z-index: 10010;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  padding: 7px 0;
  border: 2px solid #fff;
  border-radius: 200px;
  background-color: #da3a1b;
  -webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  font-size: 13px;
  color: #fff;
  font-weight: 900;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 960px) {
  header .head_nav_item.counseling_btn a {
    width: 100%;
    padding: 13px 0;
    border-radius: 10px;
    line-height: 1.3;
  }
}
header .head_nav_item.counseling_btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 27%;
  -webkit-transform: translate(-100%, -50%) rotate(-30deg);
          transform: translate(-100%, -50%) rotate(-30deg);
  z-index: -1;
  width: 100%;
  aspect-ratio: 1/2;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 115px 0 0 115px;
}
header .head_nav_item.counseling_btn a img {
  width: 7px;
  margin-left: 7px;
}
@media screen and (max-width: 960px) {
  header .head_nav_item.counseling_btn a img {
    width: 10px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 960px) {
  header .head_counseling {
    position: relative;
    z-index: 900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px clamp(13px, 0.594rem + 1.09vw, 20px);
    margin: 0 0 0 auto;
    border: 2px solid #fff;
    border-radius: 200px;
    background-color: #da3a1b;
    -webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    font-size: clamp(10px, 0.531rem + 0.47vw, 13px);
    color: #fff;
    font-weight: 900;
    text-align: center;
  }
}
header .head_counseling::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 27%;
  -webkit-transform: translate(-100%, -50%) rotate(-30deg);
          transform: translate(-100%, -50%) rotate(-30deg);
  z-index: -1;
  width: 100%;
  aspect-ratio: 1/2;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 115px 0 0 115px;
}
header .head_counseling img {
  width: 7px;
  margin-left: 7px;
}
@media screen and (max-width: 960px) {
  header .head_counseling img {
    width: clamp(5px, 0.25rem + 0.31vw, 7px);
    margin-left: clamp(5px, 0.25rem + 0.31vw, 7px);
  }
}
header .head_ham {
  display: none;
}
@media screen and (max-width: 960px) {
  header .head_ham {
    position: relative;
    z-index: 10000;
    display: block;
    width: 50px;
    aspect-ratio: 1/1;
    cursor: pointer;
  }
}
header .head_ham span {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 25px;
  height: 3px;
  border-radius: 1.5px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .head_ham span:first-of-type {
  top: calc(50% - 7px);
}
header .head_ham span:nth-of-type(2) {
  top: 50%;
  -webkit-transition: opacity 0.1s, visibility 0.1s, background-color 0.3s;
  transition: opacity 0.1s, visibility 0.1s, background-color 0.3s;
}
header .head_ham span:last-of-type {
  top: calc(50% + 7px);
}
header .head_ham.active span {
  background-color: #0048b4;
}
header .head_ham.active span:first-of-type {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
header .head_ham.active span:nth-of-type(2) {
  opacity: 1;
  visibility: hidden;
}
header .head_ham.active span:last-of-type {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
header.scroll {
  background-color: #fff;
}
header.scroll .head_logo {
  color: #0048b4;
}
header.scroll .head_logo span {
  color: #0048B4;
}
header.scroll .head_nav_item:not(.counseling_btn) a {
  color: #0048b4;
}
header.scroll .head_ham span {
  background-color: #0048b4;
}

.section_title {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .section_title {
    margin-bottom: 30px;
  }
}
.section_title h2 {
  font-size: 33px;
  color: #2fbcee;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .section_title h2 {
    font-size: clamp(20px, 0.844rem + 2.03vw, 33px);
  }
}
.section_title h2 span:not(.circle) {
  position: relative;
  display: inline-block;
  font-size: 33px;
  color: #2fbcee;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .section_title h2 span:not(.circle) {
    font-size: clamp(20px, 0.844rem + 2.03vw, 33px);
  }
}
.section_title h2 span:not(.circle)::before {
  content: attr(data-inverted);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  height: 70%;
  color: #0048b4;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .section_title h2 span:not(.circle)::before {
    content: attr(data-inverted_sp);
    white-space: pre;
  }
}
.section_title p {
  margin-top: 30px;
  font-size: 17px;
  color: #0048b4;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .section_title p {
    margin-top: 20px;
    font-size: clamp(13px, 0.688rem + 0.63vw, 17px);
  }
}

.button {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  border: 3px solid #fff;
  border-radius: 200px;
  background-color: #da3a1b;
  -webkit-box-shadow: 5px 7px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 7px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  font-size: 17px;
  color: #fff;
  font-weight: 900;
  text-align: center;
  max-width: 450px;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .button {
    padding: 17px 0;
    font-size: clamp(15px, 0.875rem + 0.31vw, 17px);
    width: clamp(18.75rem, 12.336rem + 26.32vw, 28.125rem);
  }
}
.button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 27%;
  -webkit-transform: translate(-100%, -50%) rotate(-30deg);
          transform: translate(-100%, -50%) rotate(-30deg);
  z-index: -1;
  width: 100%;
  aspect-ratio: 1/2;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 115px 0 0 115px;
}
.button img {
  width: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 960px) {
  .button img {
    width: clamp(7px, 0.344rem + 0.47vw, 10px);
    margin-left: clamp(7px, 0.344rem + 0.47vw, 10px);
  }
}

footer {
  width: 100%;
  height: 370px;
  padding: 40px 5% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/foot_bg.webp) no-repeat center bottom/cover;
}
@media screen and (max-width: 960px) {
  footer {
    height: clamp(180px, 5.313rem + 29.69vw, 370px);
    padding-top: clamp(30px, 1.563rem + 1.56vw, 40px);
  }
}
footer .foot_logo {
  width: 23%;
  min-width: 160px;
  max-width: 290px;
  margin-inline: auto;
}

.mv {
  position: relative;
  width: 100%;
  padding-top: 70px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/mv_bg.webp) no-repeat center/cover;
}
@media screen and (max-width: 960px) {
  .mv {
    height: auto;
    padding: 60px 0 30px;
  }
}
.mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 72, 180, 0.5)), to(rgba(0, 72, 180, 0))), -webkit-gradient(linear, left bottom, left top, from(#2fbcee), to(#2fbcee));
  background: linear-gradient(180deg, rgba(0, 72, 180, 0.5) 0%, rgba(0, 72, 180, 0) 100%), linear-gradient(0deg, #2fbcee, #2fbcee);
}
.mv_cont {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 80px 25px;
}
@media screen and (max-width: 960px) {
  .mv_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 450px;
    padding: 40px 15px;
  }
}
.mv_cont_txt {
  width: 43.5%;
  max-width: 540px;
  margin-right: 30px;
}
@media screen and (max-width: 960px) {
  .mv_cont_txt {
    position: relative;
    z-index: 5;
    width: 90%;
    margin-top: -13px;
    margin-right: initial;
  }
}
.mv_cont_txt h1 img {
  width: 100%;
}
.mv_cont_txt_btn {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 50px;
  padding: 20px 0;
  border: 3px solid #fff;
  border-radius: 200px;
  background-color: #da3a1b;
  -webkit-box-shadow: 5px 7px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 7px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  font-size: 17px;
  color: #fff;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .mv_cont_txt_btn {
    margin: initial;
    padding: 17px 0;
    font-size: clamp(15px, 0.875rem + 0.31vw, 17px);
  }
}
.mv_cont_txt_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 27%;
  -webkit-transform: translate(-100%, -50%) rotate(-30deg);
          transform: translate(-100%, -50%) rotate(-30deg);
  z-index: -1;
  width: 100%;
  aspect-ratio: 1/2;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 115px 0 0 115px;
}
.mv_cont_txt_btn img {
  width: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 960px) {
  .mv_cont_txt_btn img {
    width: clamp(7px, 0.344rem + 0.47vw, 10px);
    margin-left: clamp(7px, 0.344rem + 0.47vw, 10px);
  }
}
.mv_cont_price {
  margin: 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: linear-gradient(45deg, rgba(198, 156, 23, 0.8) 0%, rgba(161, 114, 22, 0.8) 40%, rgb(240, 205, 35) 100%);
  border-top: 10px solid #a79b2b;
  border-bottom: 10px solid #a79b2b;
}
@media screen and (max-width: 960px) {
  .mv_cont_price {
    margin: 30px calc(50% - 50vw);
    width: 100vw;
  }
}
.mv_cont_price ul {
  margin-right: 40px;
}
.mv_cont_price ul li {
  position: relative;
  padding-left: 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.mv_cont_price ul li + li {
  margin-top: 12px;
}
.mv_cont_price ul li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  width: 20px;
  height: 20px;
  background-image: url(../img/mv-check.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}
.mv_cont_price_price {
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  padding-bottom: 8px;
}
.mv_cont_price_price span {
  font-size: 100px;
  font-weight: 900;
  color: #fff;
}
.mv_cont_img {
  position: relative;
  width: 53%;
  max-width: 640px;
  bottom: 50px;
}
@media screen and (max-width: 960px) {
  .mv_cont_img {
    width: 100%;
    padding-right: initial;
    bottom: initial;
  }
}

.division {
  position: relative;
  background-image: linear-gradient(145deg, rgb(0, 28, 120) 0%, rgb(0, 28, 120) 59%, rgb(0, 81, 208) 100%);
  padding-top: 80px;
  padding-bottom: 70px;
  z-index: 1;
}
.division::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  width: 250px;
  height: 275px;
  background-image: url(../img/vending-machine.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 100%;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .division::after {
    right: 0;
    -webkit-transform: initial;
            transform: initial;
    width: 140px;
    height: 160px;
  }
}
@media screen and (max-width: 960px) {
  .division {
    padding-top: 32px;
    padding-bottom: 38px;
  }
}
.division_inner {
  position: relative;
  z-index: 2;
}
.division_attention {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  margin-inline: auto;
  background-color: #fff;
  border-radius: 5px;
  color: #001C78;
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 700;
}
.division_attention::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 15px 10px 0 10px;
}
@media screen and (max-width: 960px) {
  .division_attention {
    padding: 8px 28px;
    font-size: 14px;
  }
}
.division_button {
  margin-top: 20px;
}

#top .counseling {
  width: 100%;
  padding: 60px 0;
  position: relative;
  background-image: linear-gradient(145deg, rgb(0, 28, 120) 0%, rgb(0, 28, 120) 59%, rgb(0, 81, 208) 100%);
}
@media screen and (max-width: 960px) {
  #top .counseling {
    padding: 30px 0;
  }
}
#top .counseling::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 50%;
  -webkit-transform: translateX(160%);
          transform: translateX(160%);
  width: 25%;
  height: 70%;
  background-image: url(../img/vending-machine2.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 100% 100%;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  #top .counseling::after {
    right: 0;
    -webkit-transform: initial;
            transform: initial;
    width: 70%;
    height: 100%;
  }
}
#top .counseling_container {
  position: relative;
  z-index: 1;
}
#top .counseling .section_title h2 {
  font-size: 33px;
  color: #fefe74;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  #top .counseling .section_title h2 {
    font-size: clamp(20px, 0.844rem + 2.03vw, 33px);
  }
}
#top .counseling .section_title h2 span:not(.circle) {
  position: relative;
  display: inline-block;
  font-size: 33px;
  color: #fefe74;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  #top .counseling .section_title h2 span:not(.circle) {
    font-size: clamp(20px, 0.844rem + 2.03vw, 33px);
  }
}
#top .counseling .section_title h2 span:not(.circle)::before {
  content: attr(data-inverted);
  position: absolute;
  left: 0;
  top: 0;
  height: 70%;
  color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #top .counseling .section_title h2 span:not(.circle)::before {
    content: attr(data-inverted_sp);
    white-space: pre;
  }
}
#top .counseling .section_title h2 .circle {
  position: relative;
  z-index: 0;
  font-size: 33px;
  color: #fefe74;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  #top .counseling .section_title h2 .circle {
    font-size: clamp(20px, 0.844rem + 2.03vw, 33px);
  }
}
#top .counseling .section_title h2 .circle::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  width: 7px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #2fbbee;
}
@media screen and (max-width: 960px) {
  #top .counseling .section_title h2 .circle::before {
    width: clamp(5px, 0.25rem + 0.31vw, 7px);
  }
}
#top .counseling .section_title p {
  margin-top: 30px;
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #top .counseling .section_title p {
    margin-top: 20px;
    font-size: clamp(13px, 0.688rem + 0.63vw, 17px);
  }
}
#top .counseling_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #top .counseling_cont {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 450px;
    margin: 0 auto 30px;
  }
}
#top .counseling_cont_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 175px;
  aspect-ratio: 1/1;
  margin: 0 13px;
  border-radius: 100%;
  background-color: #2fbbee;
}
@media screen and (max-width: 960px) {
  #top .counseling_cont_item {
    width: clamp(135px, 7.438rem + 5vw, 167px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 960px) {
  #top .counseling_cont_item:first-of-type {
    margin: 0 20%;
  }
}
#top .counseling_cont_item img {
  width: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  #top .counseling_cont_item img {
    width: clamp(25px, 1.406rem + 0.78vw, 30px);
    margin-bottom: 10px;
  }
}
#top .counseling_cont_item p {
  font-size: 15px;
  color: #fff;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #top .counseling_cont_item p {
    font-size: clamp(13px, 0.75rem + 0.31vw, 15px);
  }
}
#top .counseling_txt {
  position: relative;
  width: 280px;
  padding: 15px 0;
  margin: 0 auto 20px;
  border-radius: 7px;
  background-color: #fff;
  font-size: 17px;
  color: #0048b4;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #top .counseling_txt {
    width: clamp(235px, 13.594rem + 5.47vw, 270px);
    padding: 13px 0;
    font-size: clamp(15px, 0.875rem + 0.31vw, 17px);
  }
}
#top .counseling_txt::before {
  content: "";
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
}
@media screen and (max-width: 960px) {
  #top .counseling_txt::before {
    border-width: 13px 7px 0 7px;
  }
}
#top .counseling_btn {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 450px;
  padding: 20px 0;
  margin: 0 auto;
  border: 3px solid #fff;
  border-radius: 200px;
  background-color: #da3a1b;
  -webkit-box-shadow: 5px 7px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 7px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  font-size: 17px;
  color: #fff;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #top .counseling_btn {
    padding: 17px 0;
    font-size: clamp(15px, 0.875rem + 0.31vw, 17px);
  }
}
#top .counseling_btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 27%;
  -webkit-transform: translate(-100%, -50%) rotate(-30deg);
          transform: translate(-100%, -50%) rotate(-30deg);
  z-index: -1;
  width: 100%;
  aspect-ratio: 1/2;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 115px 0 0 115px;
}
#top .counseling_btn img {
  width: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 960px) {
  #top .counseling_btn img {
    width: clamp(7px, 0.344rem + 0.47vw, 10px);
    margin-left: clamp(7px, 0.344rem + 0.47vw, 10px);
  }
}

.voice {
  width: 100%;
  padding: 60px 0;
  background-color: #eefafe;
}
@media screen and (max-width: 960px) {
  .voice {
    padding: 30px 0;
  }
}
.voice .voice_cont {
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}
.voice .voice_cont .slick-list {
  overflow: visible;
}
.voice .voice_cont .voice_cont_item {
  margin: 0 15px;
  position: relative;
  width: 100%;
  height: calc(100% + 10px);
  border-radius: 7px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  top: 10px;
}
@media screen and (max-width: 960px) {
  .voice .voice_cont .voice_cont_item {
    width: 100%;
  }
}
.voice .voice_cont .voice_cont_item .voice_cont_item_attribute {
  position: absolute;
  top: -7.5px;
  left: 1.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 77px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .voice .voice_cont .voice_cont_item .voice_cont_item_attribute {
    width: clamp(65px, 3.688rem + 1.88vw, 77px);
    font-size: clamp(10px, 0.531rem + 0.47vw, 13px);
  }
}
.voice .voice_cont .voice_cont_item .voice_cont_item_attribute.owner {
  background-color: #0048b4;
}
.voice .voice_cont .voice_cont_item .voice_cont_item_attribute.buyer {
  background-color: #24bbf0;
}
.voice .voice_cont .voice_cont_item > img {
  width: 100%;
  aspect-ratio: 3/2;
  margin-bottom: 15px;
  border-radius: 7px 7px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.voice .voice_cont .voice_cont_item_txt {
  padding: 0 5% 20px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .voice .voice_cont .voice_cont_item_txt {
    padding: 0 5% 20px;
  }
}
.voice .voice_cont .voice_cont_item_txt h3 {
  margin-bottom: 13px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .voice .voice_cont .voice_cont_item_txt h3 {
    font-size: clamp(17px, 0.969rem + 0.47vw, 20px);
  }
}
.voice .voice_cont .voice_cont_item_txt span {
  display: block;
  margin-bottom: 17px;
  font-size: 15px;
  color: #666666;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .voice .voice_cont .voice_cont_item_txt span {
    font-size: clamp(13px, 0.75rem + 0.31vw, 15px);
  }
}
.voice .voice_cont .voice_cont_item_txt p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .voice .voice_cont .voice_cont_item_txt p {
    font-size: clamp(13px, 0.75rem + 0.31vw, 15px);
  }
}
.voice .voice_cont .voice_cont_item_txt p.more {
  display: none;
}
.voice .voice_cont .voice_cont_item_txt a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  font-size: 15px;
  color: #24bbf0;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  .voice .voice_cont .voice_cont_item_txt a {
    font-size: clamp(13px, 0.75rem + 0.31vw, 15px);
  }
}
.voice .voice_cont .voice_cont_item_txt a img {
  position: absolute;
  top: 50%;
  left: calc(100% + 15px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
}
@media screen and (max-width: 960px) {
  .voice .voice_cont .voice_cont_item_txt a img {
    left: calc(100% + clamp(13px, 0.75rem + 0.31vw, 15px));
    width: clamp(13px, 0.75rem + 0.31vw, 15px);
  }
}
.voice .voice_cont .voice_cont_item.active a img {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}
.voice .voice_cont .slide-arrow {
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 50%;
  width: 60px;
}
@media screen and (max-width: 960px) {
  .voice .voice_cont .slide-arrow {
    width: 40px;
  }
}
.voice .voice_cont .prev-arrow {
  left: 15px;
  z-index: 2;
}
.voice .voice_cont .next-arrow {
  right: 15px;
  z-index: 3;
}

.flow {
  width: 100%;
  padding: 60px 0;
}
@media screen and (max-width: 960px) {
  .flow {
    padding: 30px 0;
  }
}
.flow_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 960px) {
  .flow_cont {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 300px;
    margin: 0 auto;
  }
}
.flow_cont_item {
  width: 170px;
  padding: 20px 0.5% 35px;
  margin: 0 13px;
  border-radius: 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #0048b4;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .flow_cont_item {
    width: 48.5%;
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  .flow_cont_item:nth-of-type(-n + 2) {
    margin-bottom: 17px;
  }
}
.flow_cont_item p {
  margin-bottom: 10px;
  font-size: 23px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .flow_cont_item p {
    font-size: 20px;
  }
}
.flow_cont_item h3 {
  margin-bottom: 20px;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .flow_cont_item h3 {
    margin-bottom: 17px;
    font-size: 15px;
  }
}
.flow_cont_item img {
  width: 97px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .flow_cont_item img {
    width: 80px;
  }
}

.faq {
  width: 100%;
  padding: 60px 0;
  background-color: #EEFAFE;
}
@media screen and (max-width: 960px) {
  .faq {
    padding: 30px 0;
  }
}
.faq_cont {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .faq_cont {
    max-width: 360px;
  }
}
.faq_cont_tabArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .faq_cont_tabArea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.faq_cont_tabArea_tab {
  width: 16.2601626016%;
  padding: 15px 0;
  border-radius: 7px;
  background-color: #2fbbee;
  cursor: pointer;
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .faq_cont_tabArea_tab {
    width: 32.2580645161%;
    padding: 13px 0;
    font-size: clamp(13px, 0.75rem + 0.31vw, 15px);
  }
}
.faq_cont_tabArea_tab.active {
  background-color: #0048b4;
}
@media screen and (max-width: 960px) {
  .faq_cont_tabArea_tab:nth-of-type(-n + 3) {
    margin-bottom: 5px;
  }
}
.faq_cont_panelArea_panel {
  display: none;
}
.faq_cont_panelArea_panel.active {
  display: block;
}
.faq_cont_panelArea_panel_item {
  cursor: pointer;
}
.faq_cont_panelArea_panel_item:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  .faq_cont_panelArea_panel_item:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
.faq_cont_panelArea_panel_item_top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 13px 5% 13px 1.5%;
  border-radius: 7px;
  background-color: rgba(47, 187, 238, 0.5);
}
@media screen and (max-width: 960px) {
  .faq_cont_panelArea_panel_item_top {
    padding: 13px 7% 13px 3%;
  }
}
.faq_cont_panelArea_panel_item_top span {
  display: block;
  margin-right: 13px;
  font-size: 20px;
  color: #0048b4;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .faq_cont_panelArea_panel_item_top span {
    margin-right: 10px;
    font-size: clamp(15px, 0.781rem + 0.78vw, 20px);
  }
}
.faq_cont_panelArea_panel_item_top p {
  font-size: 17px;
  color: #0048b4;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .faq_cont_panelArea_panel_item_top p {
    font-size: clamp(13px, 0.688rem + 0.63vw, 17px);
  }
}
.faq_cont_panelArea_panel_item_top img {
  position: absolute;
  top: 50%;
  left: 97%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
  width: 13px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 960px) {
  .faq_cont_panelArea_panel_item_top img {
    left: 95%;
    width: clamp(10px, 0.531rem + 0.47vw, 13px);
  }
}
.faq_cont_panelArea_panel_item_top.active img {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.faq_cont_panelArea_panel_item_bottom {
  display: none;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 13px 1.5% 0;
}
@media screen and (max-width: 960px) {
  .faq_cont_panelArea_panel_item_bottom {
    padding: 10px 1.5% 0;
  }
}
.faq_cont_panelArea_panel_item_bottom span {
  display: block;
  margin-right: 7px;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .faq_cont_panelArea_panel_item_bottom span {
    margin-right: 3px;
    font-size: clamp(13px, 0.75rem + 0.31vw, 15px);
  }
}
.faq_cont_panelArea_panel_item_bottom p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .faq_cont_panelArea_panel_item_bottom p {
    font-size: clamp(13px, 0.75rem + 0.31vw, 15px);
  }
}

.kaigyo {
  width: 100%;
  padding: 60px 0;
}
@media screen and (max-width: 500px) {
  .kaigyo {
    padding: 30px 0;
  }
}
.kaigyo__inner {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 500px) {
  .kaigyo__inner {
    max-width: 390px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
.kaigyo__body {
  margin-top: 60px;
  margin-inline: auto;
  max-width: 430px;
}
@media screen and (max-width: 500px) {
  .kaigyo__body {
    margin-top: 30px;
  }
}
.kaigyo__profit {
  margin-top: 24px;
}
@media screen and (max-width: 500px) {
  .kaigyo__profit {
    margin: 20px calc(50% - 50vw) 0;
    width: 100vw;
  }
}
.kaigyo__inner-bottom {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  padding: 0 25px;
}
@media screen and (max-width: 500px) {
  .kaigyo__inner-bottom {
    max-width: 100%;
  }
}

.kaigyo-body .kaigyo-body__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 500px) {
  .kaigyo-body .kaigyo-body__inner {
    row-gap: 10px;
  }
}
.kaigyo-body .kaigyo-body__inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 18px;
  width: 15px;
  height: 100%;
  background-color: #2FBCEE;
  z-index: -1;
}
@media screen and (max-width: 500px) {
  .kaigyo-body .kaigyo-body__inner::before {
    left: 15px;
    width: 13px;
  }
}
.kaigyo-body .kaigyo-body__title {
  padding: 8px 18px;
  font-size: 19px;
  font-weight: 900;
  color: #fff;
  background-color: #0048B4;
  border-radius: 5px;
}
@media screen and (max-width: 500px) {
  .kaigyo-body .kaigyo-body__title {
    padding: 8px 15px;
    font-size: 16px;
  }
}
.kaigyo-body .kaigyo-body__title span {
  font-size: 19px;
  font-weight: 900;
  color: #FEFE74;
}
@media screen and (max-width: 500px) {
  .kaigyo-body .kaigyo-body__title span {
    font-size: 16px;
  }
}
.kaigyo-body .kaigyo-body__box {
  margin-left: 44px;
  margin-right: 13px;
  background-color: #F5F5F5;
  border-radius: 5px;
  padding: 12px 18px;
}
@media screen and (max-width: 500px) {
  .kaigyo-body .kaigyo-body__box {
    margin-left: 37px;
    margin-right: 11px;
    padding: 12px 15px;
  }
}
.kaigyo-body .kaigyo-body__box-bold {
  font-size: 19px;
  font-weight: 900;
  color: #0048B4;
}
@media screen and (max-width: 500px) {
  .kaigyo-body .kaigyo-body__box-bold {
    font-size: 16px;
  }
}
.kaigyo-body .kaigyo-body__box-text {
  margin-top: 14px;
}
.kaigyo-body .kaigyo-body__box-text li {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}
@media screen and (max-width: 500px) {
  .kaigyo-body .kaigyo-body__box-text li {
    font-size: 14px;
  }
}
.kaigyo-body .kaigyo-body__box-text li + li {
  margin-top: 10px;
}

.kaigyo-profit {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#2299de), to(#2cb8e9));
  background: linear-gradient(180deg, #2299de, #2cb8e9);
  padding: 15px 30px 20px 0;
  position: relative;
  overflow: visible;
  /* 金額部分 */
}
@media screen and (max-width: 500px) {
  .kaigyo-profit {
    padding: 13px 25px 17px 0;
  }
}
.kaigyo-profit .kaigyo-profit__label {
  background: #162F85;
  color: #fff;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-size: 21px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  line-height: 1.3;
}
@media screen and (max-width: 500px) {
  .kaigyo-profit .kaigyo-profit__label {
    width: 100px;
    height: 100px;
    font-size: 18px;
    left: 34px;
  }
}
.kaigyo-profit .kaigyo-profit__text {
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  margin-left: 190px; /* 丸の分だけ余白 */
}
@media screen and (max-width: 500px) {
  .kaigyo-profit .kaigyo-profit__text {
    font-size: 22px;
    margin-left: 150px; /* 丸の分だけ余白 */
  }
}
.kaigyo-profit .kaigyo-profit__text span {
  font-size: 36px;
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 500px) {
  .kaigyo-profit .kaigyo-profit__text span {
    font-size: 30px;
  }
}

.sales {
  width: 100%;
  padding: 90px 0 60px;
  background-image: url(../img/sales_bg.webp);
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .sales {
    padding: 60px 0 30px;
  }
}
.sales .sales_container {
  width: 100%;
  margin: 0 auto;
}
.sales .sales_title {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .sales .sales_title {
    font-size: 24px;
  }
}
.sales .sales_cont {
  margin-top: 40px;
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}
.sales .sales_cont .slick-list {
  overflow: visible;
}
.sales .sales_cont .sales_cont_item {
  margin: 0 15px;
  position: relative;
  width: 100%;
  height: calc(100% + 10px);
  border-radius: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  top: 10px;
}
@media screen and (max-width: 960px) {
  .sales .sales_cont .sales_cont_item {
    width: 100%;
  }
}
.sales .sales_cont .sales_cont_item > img {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 30px 30px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sales .sales_cont .sales_cont_item_body {
  padding: 5px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sales .sales_cont .sales_cont_item_body_circle {
  position: relative;
  display: inline-block;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #CF311C;
}
.sales .sales_cont .sales_cont_item_body_circle span {
  font-size: 14px;
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  text-align: center;
}
.sales .sales_cont .sales_cont_item_body_circle::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 42px;
  height: 20px;
  background-image: url(../img/kumo-left.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.sales .sales_cont .sales_cont_item_body_texts {
  margin-left: 10px;
}
.sales .sales_cont .sales_cont_item_body_texts_text--1 {
  font-size: 14px;
  color: #666;
  font-weight: 700;
}
.sales .sales_cont .sales_cont_item_body_texts_text--2 {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 900;
}
.sales .sales_cont .sales_cont_item_body_texts_text--3 {
  margin-top: 5px;
  font-size: 18px;
  font-weight: 900;
}
.sales .sales_cont .sales_cont_item_body_texts_text--3 span {
  font-size: 32px;
  color: #C00505;
  font-weight: 900;
}
.sales .sales_cont .slide-arrow {
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 50%;
  width: 60px;
}
@media screen and (max-width: 960px) {
  .sales .sales_cont .slide-arrow {
    width: 40px;
  }
}
.sales .sales_cont .prev-arrow {
  left: 15px;
  z-index: 2;
}
.sales .sales_cont .next-arrow {
  right: 15px;
  z-index: 3;
}

.price {
  background-color: #EEFAFE;
  padding-top: 90px;
}
@media screen and (max-width: 960px) {
  .price {
    padding-top: 60px;
  }
}
.price__plans {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .price__plans {
    margin-top: 30px;
  }
}

.plans__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
}
@media screen and (max-width: 960px) {
  .plans__tabs {
    gap: 5px;
    padding: 0 10px;
  }
}

.plans__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #888;
  border-radius: 12px 12px 0 0;
  padding: 20px 0;
  width: 100%;
  max-width: 310px;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .plans__tab {
    max-width: 177px;
    padding: 14px 0;
    border-radius: 9px 9px 0 0;
  }
}
.plans__tab span {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .plans__tab span {
    font-size: 16px;
  }
}
.plans__tab.green.js-active {
  background: -webkit-gradient(linear, left top, left bottom, from(#01b593), to(#03977b));
  background: linear-gradient(to bottom, #01b593, #03977b);
}
.plans__tab.purple.js-active {
  background: -webkit-gradient(linear, left top, left bottom, from(#d23175), to(#b12a63));
  background: linear-gradient(to bottom, #d23175, #b12a63);
}
.plans__tab.brown.js-active {
  background: -webkit-gradient(linear, left top, left bottom, from(#cea402), to(#b28e00));
  background: linear-gradient(to bottom, #cea402, #b28e00);
}
.plans__tab-item {
  display: none;
}
.plans__tab-item.js-active {
  display: block;
  -webkit-animation: fade 0.5s ease 1;
          animation: fade 0.5s ease 1;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.plans__contents {
  background-color: #EEFAFE;
  padding-bottom: 60px;
}
@media screen and (max-width: 960px) {
  .plans__contents {
    padding-bottom: 30px;
  }
}
.plans__contents-head {
  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;
  padding: 25px 0;
}
@media screen and (max-width: 960px) {
  .plans__contents-head {
    padding: 15px 0;
  }
}
.plans__contents-head-logo {
  margin-right: 5px;
  font-size: 28px;
  color: #fff;
  font-weight: 900;
  font-style: italic;
}
@media screen and (max-width: 960px) {
  .plans__contents-head-logo {
    font-size: 18px;
  }
}
.plans__contents-head-logo span {
  font-size: 32px;
  font-style: italic;
  font-weight: 900;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .plans__contents-head-logo span {
    font-size: 20px;
  }
}
.plans__contents-head-name {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .plans__contents-head-name {
    font-size: 22px;
  }
}
.plans__contents-head.green {
  background: -webkit-gradient(linear, left bottom, left top, from(#01b593), to(#03977b));
  background: linear-gradient(to top, #01b593, #03977b);
}
.plans__contents-head.purple {
  background: -webkit-gradient(linear, left bottom, left top, from(#d23175), to(#b12a63));
  background: linear-gradient(to top, #d23175, #b12a63);
}
.plans__contents-head.brown {
  background: -webkit-gradient(linear, left bottom, left top, from(#cea402), to(#b28e00));
  background: linear-gradient(to top, #cea402, #b28e00);
}

.features {
  overflow: hidden;
  padding: 40px 0 60px;
  background-color: #EEFAFE;
  position: relative;
  z-index: 1;
}
.features::before {
  position: absolute;
  z-index: -1;
  content: "";
  bottom: 60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 95%;
  max-width: 1350px;
  height: 100%;
  background-image: url(../img/kumo-group1.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .features::before {
    content: none;
  }
}
.features::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-image: url(../img/plans_bg.webp);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .features::after {
    content: none;
  }
}
@media screen and (max-width: 960px) {
  .features {
    padding: 30px 0;
  }
}
.features_head {
  max-width: 900px;
  padding: 0 15px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  .features_head {
    max-width: 540px;
  }
}
.features_head::before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  top: 99%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-clip-path: polygon(100% 0, 50% 100%, 0 0);
          clip-path: polygon(100% 0, 50% 100%, 0 0);
}
@media screen and (max-width: 960px) {
  .features_head::before {
    width: 20px;
    height: 18px;
  }
}
.features_head-container {
  position: relative;
  background-color: #fff;
  border-radius: 6px;
  padding: 40px 0;
}
@media screen and (max-width: 960px) {
  .features_head-container {
    padding: 22px 0;
  }
}
.features_head-container::before {
  position: absolute;
  content: "";
  width: 136px;
  height: 65px;
  top: -34px;
  right: -24px;
  background-image: url(../img/kumo-left-blue.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .features_head-container::before {
    width: 112px;
    height: 52px;
    top: initial;
    right: -50px;
    bottom: -45px;
  }
}
.features_head-container::after {
  position: absolute;
  content: "";
  width: 105px;
  height: 50px;
  bottom: -15px;
  left: -40px;
  background-image: url(../img/kumo-right-blue.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .features_head-container::after {
    content: none;
  }
}
.features_head-container--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 960px) {
  .features_head-container--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.features_head-top {
  text-align: center;
  font-size: 32px;
  line-height: 1.4;
  font-weight: 900;
  color: #0149B5;
}
@media screen and (max-width: 960px) {
  .features_head-top {
    font-size: 22px;
  }
}
.features_head-top span {
  font-size: 48px;
  line-height: 1.4;
  font-weight: 900;
  color: #0149B5;
}
@media screen and (max-width: 960px) {
  .features_head-top span {
    font-size: 30px;
  }
}
.features_head-plus {
  display: inline-block;
  vertical-align: middle;
  color: #0095E8;
  line-height: 1;
  width: 27px;
  height: 6px;
  background: currentColor;
  position: relative;
}
.features_head-plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.features_head-sub {
  text-align: center;
  padding: 12px;
  font-size: 18px;
  color: #0095E8;
  font-weight: 900;
  line-height: 1.2;
  width: 260px;
  border: 2px solid #0095E8;
  border-radius: 4px;
}
@media screen and (max-width: 960px) {
  .features_head-sub {
    max-width: 320px;
    width: 85%;
  }
}
.features_cards-title {
  margin-top: 70px;
  text-align: center;
  color: #001C78;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 1px;
}
@media screen and (max-width: 960px) {
  .features_cards-title {
    margin-top: 56px;
    font-size: 24px;
    position: relative;
    z-index: 2;
    line-height: 1.5;
  }
}
.features_cards-title span {
  color: inherit;
  font-weight: inherit;
  font-size: 40px;
  margin-right: 20px;
}
@media screen and (max-width: 960px) {
  .features_cards-title span {
    font-size: 32px;
    margin-right: initial;
  }
}
.features_cards {
  margin-inline: auto;
  margin-top: 50px;
  max-width: 1185px;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  .features_cards {
    padding: 0 16px;
    margin-top: 30px;
    gap: 20px;
    position: relative;
    z-index: 1;
  }
  .features_cards::before {
    position: absolute;
    z-index: -1;
    content: "";
    left: -20px;
    top: -40px;
    width: 115%;
    height: 100%;
    background-image: url(../img/kumo-group1-sp.webp);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
.features_card {
  width: calc(33.3% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 960px) {
  .features_card {
    width: 100%;
    max-width: 430px;
  }
}
.features_card-top {
  position: relative;
  padding: 16px 5px 16px 12px;
  border-radius: 8px 8px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#2299de), to(#2fb8e9));
  background: linear-gradient(to bottom, #2299de, #2fb8e9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .features_card-top {
    padding: 14px 7px;
  }
}
.features_card-num {
  margin-right: 8px;
  font-size: 32px;
  font-weight: 700;
  color: #274090;
}
@media screen and (max-width: 960px) {
  .features_card-num {
    margin-right: 10px;
  }
}
.features_card-title {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
}
.features_card-title span {
  font-weight: 900;
  color: #FEFE74;
}
.features_card-title span.large {
  font-size: 20px;
}
.features_card-open {
  display: none;
}
@media screen and (max-width: 960px) {
  .features_card-open {
    display: block;
    position: relative;
    margin-left: auto;
    background-color: #ECD602;
    border-radius: 3px;
    width: 20px;
    height: 20px;
  }
  .features_card-open span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 5px;
    height: 2px;
    border-radius: 1px;
    background: #C00505;
    width: 50%;
  }
  .features_card-open span:nth-child(1) {
    top: 50%;
  }
  .features_card-open span:nth-child(2) {
    top: 50%;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .features_card-open.active span:nth-child(2) {
    top: 50%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.features_card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: auto 1;
          flex: auto 1;
  background-color: #fff;
  padding: 24px 15px 30px;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 960px) {
  .features_card-body {
    padding: 20px 12px 30px;
  }
}
.features_card-body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.features_card-body-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 500;
  line-height: 1.7;
  font-size: 14px;
  letter-spacing: 0;
}
.features_card-body-img {
  margin-top: 24px;
}

.price-detail {
  padding-top: 90px;
  position: relative;
  z-index: 1;
}
.price-detail::before {
  position: absolute;
  z-index: -1;
  content: "";
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 90%;
  max-width: 1270px;
  height: 100%;
  background-image: url(../img/kumo-group2.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .price-detail::before {
    content: none;
  }
}
.price-detail::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-image: url(../img/plans_bg.webp);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .price-detail::after {
    content: none;
  }
}
@media screen and (max-width: 960px) {
  .price-detail {
    padding-top: 60px;
  }
}
.price-detail__body {
  margin-top: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .price-detail__body {
    margin-top: 30px;
  }
}
.price-detail__body-inner-narrow {
  max-width: 350px;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  .price-detail__body-inner-narrow {
    max-width: 300px;
  }
}
.price-detail__body-inner-wide {
  max-width: 850px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .price-detail__body-inner-wide {
    max-width: 322px;
    padding: 0 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.price-detail__plus {
  display: inline-block;
  vertical-align: middle;
  color: #0149B5;
  line-height: 1;
  width: 43px;
  height: 9px;
  background: currentColor;
  position: relative;
}
@media screen and (max-width: 960px) {
  .price-detail__plus {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 36px;
    height: 8px;
  }
}
.price-detail__plus::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.price-detail__bottom-lists {
  margin-top: 30px;
  margin-inline: auto;
  max-width: 380px;
}
@media screen and (max-width: 960px) {
  .price-detail__bottom-lists {
    max-width: 300px;
  }
}
.price-detail__bottom-lists li {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .price-detail__bottom-lists li {
    font-size: 12px;
  }
}
.price-detail__bottom-lists.price-detail__bottom-lists--narrow {
  max-width: 350px;
}
@media screen and (max-width: 960px) {
  .price-detail__bottom-lists.price-detail__bottom-lists--narrow {
    max-width: 300px;
  }
}
.price-detail__button {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .price-detail__button {
    margin-top: 30px;
    margin-inline: auto;
    max-width: 350px;
  }
}

.price-card {
  width: 350px;
  background-color: #0095E8;
  border-radius: 6px;
  padding-top: 21px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .price-card {
    width: 300px;
  }
}
.price-card__head {
  padding: 6px;
  background-color: #0048B4;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.price-card__head span {
  color: #FEFE74;
}
@media screen and (max-width: 960px) {
  .price-card__head {
    font-size: 11px;
  }
}
.price-card__inner-middle {
  position: relative;
  margin-inline: auto;
  text-align: center;
  padding: 14px 18px 34px;
  max-width: 300px;
}
.price-card__title-logo {
  margin-inline: auto;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  font-style: italic;
}
.price-card__title-logo span {
  font-size: 24px;
  font-weight: inherit;
  color: inherit;
  font-style: inherit;
}
.price-card__title-plan {
  margin-top: 12px;
  font-size: 24px;
  color: #fff;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  .price-card__title-plan {
    font-size: 20px;
  }
}
.price-card__price-lists {
  margin-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
}
.price-card__price-item {
  padding: 4px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  font-size: 21px;
  font-weight: 900;
  color: #0048B4;
  line-height: 1.2142857143;
}
@media screen and (max-width: 960px) {
  .price-card__price-item {
    font-size: 16px;
  }
}
.price-card__price-item span {
  font-size: 22px;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #ffff74));
  background: linear-gradient(transparent 80%, #ffff74 80%);
}
@media screen and (max-width: 960px) {
  .price-card__price-item span {
    font-size: 16px;
  }
}
.price-card__price-item span.inter {
  font-size: 28px;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media screen and (max-width: 960px) {
  .price-card__price-item span.inter {
    font-size: 22px;
  }
}
.price-card__price-item span.red {
  color: #D7000F;
}
.price-card__note {
  margin-top: 20px;
  color: #fff;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(254, 254, 116, 0.5)));
  background: linear-gradient(transparent 60%, rgba(254, 254, 116, 0.5) 60%);
}
@media screen and (max-width: 960px) {
  .price-card__note {
    font-size: 14px;
  }
}
.price-card__inner-bottom {
  text-align: center;
  background-color: #fff;
  padding: 20px 0 16px;
}
.price-card__bottom-text1 {
  font-size: 20px;
  color: #0048B4;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  .price-card__bottom-text1 {
    font-size: 16px;
  }
}
.price-card__bottom-text2 {
  font-size: 16px;
  color: #0048B4;
  font-weight: 900;
}
.price-card__bottom-text2 span {
  color: inherit;
  font-weight: inherit;
}
@media screen and (max-width: 960px) {
  .price-card__bottom-text2 span {
    font-size: 14px;
  }
}
.price-card__bottom-text2 span.large {
  font-size: 24px;
  line-height: 1.4166666667;
}
@media screen and (max-width: 960px) {
  .price-card__bottom-text2 span.large {
    font-size: 20px;
  }
}
.price-card__bottom-text2 span.border {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffff74));
  background: linear-gradient(transparent 70%, #ffff74 70%);
}

.price-card2 {
  padding: 30px 20px 25px;
  text-align: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(47, 188, 238)), to(rgba(47, 188, 238, 0.7)));
  background-image: linear-gradient(180deg, rgb(47, 188, 238), rgba(47, 188, 238, 0.7));
  border-radius: 7px;
  color: #fff;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  .price-card2 {
    padding: 26px 10px 24px;
  }
}
.price-card2__head {
  position: relative;
  padding-bottom: 20px;
  color: inherit;
  font-weight: inherit;
  font-size: 28px;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .price-card2__head {
    font-size: 22px;
  }
}
.price-card2__head span {
  color: inherit;
  font-weight: inherit;
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  .price-card2__head span {
    font-size: 20px;
  }
}
.price-card2__head::after {
  content: "";
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
  width: 70%;
  height: 3px;
  background-color: #FEFE74;
}
.price-card2__texts {
  margin-top: 20px;
}
.price-card2__texts p {
  color: #fff;
  font-weight: 900;
  font-size: 19px;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .price-card2__texts p {
    font-size: 16px;
  }
}
.price-card2__texts p span {
  font-size: 28px;
  color: inherit;
  font-weight: inherit;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .price-card2__texts p span {
    font-size: 24px;
  }
}
.price-card2__texts p span.yellow {
  color: #FEFE74;
}
.price-card2__texts p + p {
  margin-top: 10px;
}

.counseling-blue-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 450px;
  padding: 20px 0;
  margin: 0 auto;
  border: 3px solid #0149B5;
  border-radius: 200px;
  background-color: #0095E8;
  overflow: hidden;
  font-size: 17px;
  color: #fff;
  font-weight: 900;
  text-align: center;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.75);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.75);
}
@media screen and (max-width: 960px) {
  .counseling-blue-btn {
    padding: 17px 0;
    font-size: clamp(15px, 0.875rem + 0.31vw, 17px);
  }
}
.counseling-blue-btn img {
  width: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 960px) {
  .counseling-blue-btn img {
    width: clamp(7px, 0.344rem + 0.47vw, 10px);
    margin-left: clamp(7px, 0.344rem + 0.47vw, 10px);
  }
}

.kumo-title h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  color: #001C78;
  position: relative;
}
@media screen and (max-width: 960px) {
  .kumo-title h2 {
    font-size: 20px;
  }
}
.kumo-title h2::before {
  position: absolute;
  content: "";
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 54px;
  height: 24px;
  background-image: url(../img/kumo-right-blue.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .kumo-title h2::before {
    top: -30px;
    width: 41px;
    height: 20px;
  }
}

.chart {
  width: 100%;
  padding: 60px 0;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  .chart {
    padding: 30px 0;
  }
}

.machine-compare {
  width: 424px;
  color: #000;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .machine-compare {
    width: 100%;
    max-width: 456px;
    padding: 0 16px;
  }
}

/* --- ヘッダー部分 --- */
.machine-compare__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 5px;
}

.machine-compare__header-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 72px; /* 画像の比率から推定 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  border-radius: 12px;
}
@media screen and (max-width: 960px) {
  .machine-compare__header-item {
    font-size: 16px;
    height: 60px;
  }
}
.machine-compare__header-item.machine-compare__header-item--rental {
  background: -webkit-gradient(linear, left top, left bottom, from(#01b593), to(#03977b));
  background: linear-gradient(to bottom, #01b593, #03977b);
}
.machine-compare__header-item.machine-compare__header-item--used {
  background: -webkit-gradient(linear, left top, left bottom, from(#d23175), to(#b12a63));
  background: linear-gradient(to bottom, #d23175, #b12a63);
}
.machine-compare__header-item.machine-compare__header-item--new {
  background: -webkit-gradient(linear, left top, left bottom, from(#cea402), to(#b28e00));
  background: linear-gradient(to bottom, #cea402, #b28e00);
}

.machine-compare__title {
  background-color: #0048B4;
  color: #fff;
  font-size: 16px;
  text-align: center;
  padding: 4px 0;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 960px) {
  .machine-compare__title {
    font-size: 14px;
    margin-top: 6px;
  }
}

/* --- データ行レイアウト --- */
.machine-compare__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-top: 3px;
}
@media screen and (max-width: 960px) {
  .machine-compare__row {
    gap: 3px;
  }
}

/* --- カラム（セル）のスタイル --- */
.machine-compare__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  padding: 10px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 60px;
  border-radius: 0 0 7px 7px;
}
@media screen and (max-width: 960px) {
  .machine-compare__col {
    min-height: 50px;
  }
}
.machine-compare__col.machine-compare__col--rental {
  background-color: rgba(0, 189, 155, 0.3);
}
.machine-compare__col.machine-compare__col--used {
  background-color: rgba(220, 51, 122, 0.3);
}
.machine-compare__col.machine-compare__col--new {
  background-color: rgba(218, 173, 0, 0.3);
}

/* 横幅いっぱいのカラム（商品一覧用） */
.machine-compare__col--full {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  background-color: rgba(218, 173, 0, 0.3);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 20px 10px;
}

/* --- テキスト装飾クラス --- */
/* 数値・テキストサイズ指定 */
.machine-compare__24 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .machine-compare__24 {
    font-size: 18px;
  }
}

.machine-compare__22 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .machine-compare__22 {
    font-size: 18px;
  }
}

.machine-compare__20 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .machine-compare__20 {
    font-size: 18px;
  }
}

.machine-compare__18 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}

.machine-compare__16 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  .machine-compare__16 {
    font-size: 14px;
  }
}

.machine-compare__12 {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}

/* 赤文字 */
.machine-compare__text-red {
  color: #D7000F;
}

/* 価格表示などで数字と単位をまとめるラッパー */
.machine-compare__price-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1px;
}

/* ○などの記号 */
.machine-compare__symbol {
  border: 2px solid #000;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  line-height: 24px; /* ボーダー分引いて中央寄せ */
  display: block;
}

.chart__machine-buttons {
  max-width: 664px;
  width: 100%;
  margin: 120px auto 0;
}
@media screen and (max-width: 960px) {
  .chart__machine-buttons {
    margin-top: 20px;
    max-width: 696px;
    padding: 0 16px;
  }
}

.machine-buttons {
  position: relative;
}
.machine-buttons::before {
  position: absolute;
  content: "";
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 69px;
  height: 49px;
  background-image: url(../img/double-arrow-blue-bottom.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .machine-buttons::before {
    content: none;
  }
}

.machine-buttons__button {
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .machine-buttons__button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px 20px 10px 70px;
    position: relative;
  }
  .machine-buttons__button::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-image: url(../img/double-arrow-white-right.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
}
.machine-buttons__button + .machine-buttons__button {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .machine-buttons__button + .machine-buttons__button {
    margin-top: 14px;
  }
}
.machine-buttons__button.rental {
  background: -webkit-gradient(linear, left top, left bottom, from(#01b593), to(#03977b));
  background: linear-gradient(to bottom, #01b593, #03977b);
}
.machine-buttons__button.used {
  background: -webkit-gradient(linear, left top, left bottom, from(#d23175), to(#b12a63));
  background: linear-gradient(to bottom, #d23175, #b12a63);
}
.machine-buttons__button.new {
  background: -webkit-gradient(linear, left top, left bottom, from(#cea402), to(#b28e00));
  background: linear-gradient(to bottom, #cea402, #b28e00);
}
.machine-buttons__button-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: inherit;
  font-weight: 700;
  font-size: 19px;
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 960px) {
  .machine-buttons__button-left {
    font-size: 12px;
  }
}
.machine-buttons__button-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: inherit;
  font-weight: 900;
  font-size: 36px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 960px) {
  .machine-buttons__button-right {
    font-size: 18px;
    margin-top: 5px;
  }
}
.machine-buttons__button span {
  width: 72px;
  height: 72px;
}
@media screen and (max-width: 960px) {
  .machine-buttons__button span {
    display: none;
  }
}

.machine-buttons__memo {
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .machine-buttons__memo {
    font-size: 12px;
  }
}