* {
  padding: 0;
  margin: 0;
}

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;
  width: auto;
  height: 37%;
  opacity: 1 !important;
}
@media screen and (max-width: 414px) {
  header .head_logo {
    height: 27%;
  }
}
header .head_logo img {
  width: auto;
  height: 100%;
  -webkit-filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(6deg) brightness(106%) contrast(98%);
          filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(6deg) brightness(106%) contrast(98%);
}
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 img {
  -webkit-filter: invert(15%) sepia(85%) saturate(3965%) hue-rotate(210deg) brightness(87%) contrast(102%);
          filter: invert(15%) sepia(85%) saturate(3965%) hue-rotate(210deg) brightness(87%) contrast(102%);
}
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;
}

#top .mv {
  position: relative;
  width: 100%;
  height: 645px;
  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) {
  #top .mv {
    height: auto;
    padding: 60px 0 30px;
  }
}
#top .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);
}
#top .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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  max-width: 995px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #top .mv_cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    max-width: 450px;
  }
}
#top .mv_cont_txt {
  width: 43.5%;
}
@media screen and (max-width: 960px) {
  #top .mv_cont_txt {
    position: relative;
    z-index: 5;
    width: 90%;
    margin-top: -13px;
  }
}
#top .mv_cont_txt > span {
  display: block;
  padding: 3px 0;
  margin-bottom: 10px;
  background-color: #0048b4;
  font-size: clamp(20px, 0.874rem + 0.63vw, 23px);
  color: #fff;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #top .mv_cont_txt > span {
    margin-bottom: 5px;
    font-size: clamp(15px, 0.781rem + 0.78vw, 20px);
  }
}
#top .mv_cont_txt h1 {
  margin-bottom: clamp(13px, 0.311rem + 0.84vw, 17px);
}
@media screen and (max-width: 960px) {
  #top .mv_cont_txt h1 {
    margin-bottom: 10px;
  }
}
#top .mv_cont_txt h1 span {
  position: relative;
  z-index: 10;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18%;
  aspect-ratio: 1/1;
  background-color: #fff;
  font-size: clamp(45px, 0.932rem + 3.13vw, 60px);
  color: #0048b4;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  #top .mv_cont_txt h1 span {
    font-size: clamp(37px, 1.813rem + 2.5vw, 53px);
  }
}
#top .mv_cont_txt h1 span:not(:last-of-type) {
  margin-right: 2.5%;
}
#top .mv_cont_txt h1 span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: clamp(37px, 0.682rem + 2.71vw, 50px) 0 0 clamp(23px, 0.56rem + 1.46vw, 30px);
  border-color: transparent transparent transparent #ccf2ff;
}
#top .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;
  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) {
  #top .mv_cont_txt_btn {
    padding: 17px 0;
    font-size: clamp(15px, 0.875rem + 0.31vw, 17px);
  }
}
#top .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;
}
#top .mv_cont_txt_btn img {
  width: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 960px) {
  #top .mv_cont_txt_btn img {
    width: clamp(7px, 0.344rem + 0.47vw, 10px);
    margin-left: clamp(7px, 0.344rem + 0.47vw, 10px);
  }
}
#top .mv_cont_price {
  margin: 30px 0;
  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) {
  #top .mv_cont_price {
    margin: 30px calc(50% - 50vw);
    width: 100vw;
  }
}
#top .mv_cont_price ul {
  margin-right: 40px;
}
#top .mv_cont_price ul li {
  position: relative;
  padding-left: 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
#top .mv_cont_price ul li + li {
  margin-top: 12px;
}
#top .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;
}
#top .mv_cont_price_price {
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  padding-bottom: 8px;
}
#top .mv_cont_price_price span {
  font-size: 100px;
  font-weight: 900;
  color: #fff;
}
#top .mv_cont_img {
  position: relative;
  width: 53%;
}
@media screen and (max-width: 960px) {
  #top .mv_cont_img {
    width: 100%;
  }
}
#top .mv_cont_img_txt {
  position: absolute;
  top: 0;
  left: 97%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  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: clamp(160px, 7.116rem + 4.8vw, 183px);
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 7px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 7px 0px rgba(0, 0, 0, 0.25);
  font-size: clamp(23px, 1.187rem + 0.42vw, 25px);
  color: #0048b4;
  font-weight: 900;
  display: none;
}
@media screen and (max-width: 960px) {
  #top .mv_cont_img_txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 60%;
    width: clamp(91px, 4.625rem + 3.91vw, 130px);
    font-size: clamp(15px, 0.781rem + 0.78vw, 20px);
  }
}
#top .mv_cont_img_txt .bg {
  margin: 0px 0 10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #fefe74));
  background: linear-gradient(transparent 60%, #fefe74 0%);
  font-size: clamp(23px, 1.187rem + 0.42vw, 25px);
  color: #0048b4;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  #top .mv_cont_img_txt .bg {
    font-size: clamp(15px, 0.781rem + 0.78vw, 20px);
  }
}
#top .mv_cont_img_txt .bg02 {
  font-size: clamp(23px, 1.187rem + 0.42vw, 25px);
  color: #0048b4;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  #top .mv_cont_img_txt .bg02 {
    font-size: clamp(15px, 0.781rem + 0.78vw, 20px);
  }
}
#top .mv_cont_img_txt .font01 {
  font-size: clamp(25px, 1.313rem + 0.42vw, 27px);
  color: #0048b4;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  #top .mv_cont_img_txt .font01 {
    font-size: clamp(17px, 0.875rem + 0.94vw, 23px);
  }
}
#top .mv_cont_img_txt .font02 {
  font-size: clamp(33px, 0.809rem + 2.09vw, 43px);
  color: #0048b4;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  #top .mv_cont_img_txt .font02 {
    font-size: clamp(24px, 1.306rem + 0.78vw, 30px);
  }
}
#top .free-plan {
  padding: 60px 25px;
}
@media screen and (max-width: 960px) {
  #top .free-plan {
    padding: 30px 16px;
  }
}
#top .free-plan_inner {
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
}
#top .free-plan_body {
  margin-top: 60px;
  margin-inline: auto;
  max-width: 430px;
}
@media screen and (max-width: 960px) {
  #top .free-plan_body {
    margin-top: 30px;
  }
}
#top .free-plan_profit {
  margin-top: 24px;
}
@media screen and (max-width: 500px) {
  #top .free-plan_profit {
    margin: 20px calc(50% - 50vw) 0;
    width: 100vw;
  }
}
#top .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;
}
#top .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) {
  #top .division::after {
    right: 0;
    -webkit-transform: initial;
            transform: initial;
    width: 140px;
    height: 160px;
  }
}
@media screen and (max-width: 960px) {
  #top .division {
    padding-top: 32px;
    padding-bottom: 38px;
  }
}
#top .division_inner {
  position: relative;
  z-index: 2;
}
#top .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;
}
#top .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) {
  #top .division_attention {
    padding: 8px 28px;
    font-size: 14px;
  }
}
#top .division_button {
  margin-top: 20px;
}
#top .features {
  padding: 60px 0;
  background-color: #EEFAFE;
}
@media screen and (max-width: 960px) {
  #top .features {
    padding: 40px 0;
  }
}
#top .features .section_title {
  margin-bottom: 20px;
}
#top .features_title {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 490px;
}
#top .features_cards {
  margin-inline: auto;
  margin-top: 60px;
  max-width: 900px;
  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: 34px;
}
@media screen and (max-width: 960px) {
  #top .features_cards {
    padding: 0 16px;
    margin-top: 30px;
    gap: 20px;
  }
}
#top .features_card {
  width: calc(50% - 17px);
  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) {
  #top .features_card {
    width: 100%;
    max-width: 430px;
  }
}
#top .features_card-top {
  position: relative;
  padding: 16px 20px;
  border-radius: 8px 8px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(24, 153, 222)), to(rgb(47, 186, 235)));
  background: linear-gradient(180deg, rgb(24, 153, 222) 0%, rgb(47, 186, 235) 100%);
  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) {
  #top .features_card-top {
    padding: 14px 12px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 960px) {
  #top .features_card-top img {
    position: absolute;
    top: 50%;
    left: 97%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
            transform: translate(-50%, -50%) rotate(-180deg);
    width: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    left: 95%;
    width: 15px;
  }
}
#top .features_card-top.active img {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
#top .features_card-num {
  margin-right: 15px;
  font-size: 32px;
  font-weight: 700;
  color: #0149B5;
}
@media screen and (max-width: 960px) {
  #top .features_card-num {
    margin-right: 10px;
  }
}
#top .features_card-title {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
}
#top .features_card-title span {
  font-weight: 900;
  color: #FEFE74;
}
#top .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 20px 30px;
  border-radius: 0 0 8px 8px;
}
@media screen and (max-width: 960px) {
  #top .features_card-body {
    padding: 20px 16px 30px;
    display: none;
  }
  #top .features_card-body .active {
    display: block;
  }
}
#top .features_card-body-text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 960px) {
  #top .features_card-body-text {
    font-size: 14px;
  }
}
#top .features_card-body-img {
  margin-top: 24px;
}
#top .features_card-body-img.features_card-body-img--1 {
  padding-bottom: 50px;
  width: 90%;
  margin-inline: auto;
}
@media screen and (max-width: 960px) {
  #top .features_card-body-img.features_card-body-img--1 {
    padding-bottom: initial;
  }
}
#top .chart {
  width: 100%;
  padding: 60px 0;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #top .chart {
    padding: 30px 0;
  }
}
#top .chart_cont {
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
}
#top .chart_cont img {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #top .chart_cont img {
    margin-bottom: 15px;
  }
}
#top .chart_cont_list_item {
  font-size: 15px;
  color: #666666;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  #top .chart_cont_list_item {
    font-size: clamp(13px, 0.75rem + 0.31vw, 15px);
  }
}
#top .brand {
  width: 100%;
  padding: 60px 0 30px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #top .brand {
    padding: 30px 0 15px;
  }
}
@media screen and (max-width: 1115px) {
  #top .brand .container {
    width: 100%;
  }
}
#top .brand_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;
}
#top .brand_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;
}
#top .brand_cont_item img {
  width: auto;
  height: 75px;
  margin: 0 15px;
}
#top .achievement {
  width: 100%;
  padding: 30px 0 60px;
  background-color: #fff;
}
@media screen and (max-width: 960px) {
  #top .achievement {
    padding: 15px 0 30px;
  }
}
@media screen and (max-width: 960px) {
  #top .achievement .container {
    width: 100%;
  }
}
#top .achievement_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;
}
#top .achievement_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;
}
#top .achievement_cont_item img {
  width: 75px;
  margin: 0 15px;
}
#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);
  }
}
#top .voice {
  width: 100%;
  padding: 60px 0;
  background-color: #eefafe;
}
@media screen and (max-width: 960px) {
  #top .voice {
    padding: 30px 0;
  }
}
#top .voice .voice_cont {
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}
#top .voice .voice_cont .slick-list {
  overflow: visible;
}
#top .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) {
  #top .voice .voice_cont .voice_cont_item {
    width: 100%;
  }
}
#top .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) {
  #top .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);
  }
}
#top .voice .voice_cont .voice_cont_item .voice_cont_item_attribute.owner {
  background-color: #0048b4;
}
#top .voice .voice_cont .voice_cont_item .voice_cont_item_attribute.buyer {
  background-color: #24bbf0;
}
#top .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;
}
#top .voice .voice_cont .voice_cont_item_txt {
  padding: 0 5% 20px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  #top .voice .voice_cont .voice_cont_item_txt {
    padding: 0 5% 20px;
  }
}
#top .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) {
  #top .voice .voice_cont .voice_cont_item_txt h3 {
    font-size: clamp(17px, 0.969rem + 0.47vw, 20px);
  }
}
#top .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) {
  #top .voice .voice_cont .voice_cont_item_txt span {
    font-size: clamp(13px, 0.75rem + 0.31vw, 15px);
  }
}
#top .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) {
  #top .voice .voice_cont .voice_cont_item_txt p {
    font-size: clamp(13px, 0.75rem + 0.31vw, 15px);
  }
}
#top .voice .voice_cont .voice_cont_item_txt p.more {
  display: none;
}
#top .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) {
  #top .voice .voice_cont .voice_cont_item_txt a {
    font-size: clamp(13px, 0.75rem + 0.31vw, 15px);
  }
}
#top .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) {
  #top .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);
  }
}
#top .voice .voice_cont .voice_cont_item.active a img {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}
#top .voice .voice_cont .slide-arrow {
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 50%;
  width: 60px;
}
@media screen and (max-width: 960px) {
  #top .voice .voice_cont .slide-arrow {
    width: 40px;
  }
}
#top .voice .voice_cont .prev-arrow {
  left: 15px;
  z-index: 2;
}
#top .voice .voice_cont .next-arrow {
  right: 15px;
  z-index: 3;
}
#top .flow {
  width: 100%;
  padding: 60px 0;
}
@media screen and (max-width: 960px) {
  #top .flow {
    padding: 30px 0;
  }
}
#top .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) {
  #top .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;
  }
}
#top .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) {
  #top .flow_cont_item {
    width: 48.5%;
    margin: 0;
  }
}
@media screen and (max-width: 960px) {
  #top .flow_cont_item:nth-of-type(-n + 2) {
    margin-bottom: 17px;
  }
}
#top .flow_cont_item p {
  margin-bottom: 10px;
  font-size: 23px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  #top .flow_cont_item p {
    font-size: 20px;
  }
}
#top .flow_cont_item h3 {
  margin-bottom: 20px;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  #top .flow_cont_item h3 {
    margin-bottom: 17px;
    font-size: 15px;
  }
}
#top .flow_cont_item img {
  width: 97px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #top .flow_cont_item img {
    width: 80px;
  }
}
#top .faq {
  width: 100%;
  padding: 60px 0;
  background-color: #EEFAFE;
}
@media screen and (max-width: 960px) {
  #top .faq {
    padding: 30px 0;
  }
}
#top .faq_cont {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #top .faq_cont {
    max-width: 360px;
  }
}
#top .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) {
  #top .faq_cont_tabArea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
#top .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) {
  #top .faq_cont_tabArea_tab {
    width: 32.2580645161%;
    padding: 13px 0;
    font-size: clamp(13px, 0.75rem + 0.31vw, 15px);
  }
}
#top .faq_cont_tabArea_tab.active {
  background-color: #0048b4;
}
@media screen and (max-width: 960px) {
  #top .faq_cont_tabArea_tab:nth-of-type(-n + 3) {
    margin-bottom: 5px;
  }
}
#top .faq_cont_panelArea_panel {
  display: none;
}
#top .faq_cont_panelArea_panel.active {
  display: block;
}
#top .faq_cont_panelArea_panel_item {
  cursor: pointer;
}
#top .faq_cont_panelArea_panel_item:not(:last-of-type) {
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #top .faq_cont_panelArea_panel_item:not(:last-of-type) {
    margin-bottom: 16px;
  }
}
#top .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) {
  #top .faq_cont_panelArea_panel_item_top {
    padding: 13px 7% 13px 3%;
  }
}
#top .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) {
  #top .faq_cont_panelArea_panel_item_top span {
    margin-right: 10px;
    font-size: clamp(15px, 0.781rem + 0.78vw, 20px);
  }
}
#top .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) {
  #top .faq_cont_panelArea_panel_item_top p {
    font-size: clamp(13px, 0.688rem + 0.63vw, 17px);
  }
}
#top .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) {
  #top .faq_cont_panelArea_panel_item_top img {
    left: 95%;
    width: clamp(10px, 0.531rem + 0.47vw, 13px);
  }
}
#top .faq_cont_panelArea_panel_item_top.active img {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
#top .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) {
  #top .faq_cont_panelArea_panel_item_bottom {
    padding: 10px 1.5% 0;
  }
}
#top .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) {
  #top .faq_cont_panelArea_panel_item_bottom span {
    margin-right: 3px;
    font-size: clamp(13px, 0.75rem + 0.31vw, 15px);
  }
}
#top .faq_cont_panelArea_panel_item_bottom p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  #top .faq_cont_panelArea_panel_item_bottom p {
    font-size: clamp(13px, 0.75rem + 0.31vw, 15px);
  }
}

.participation_modal {
  position: relative;
  width: 100%;
  max-width: 370px;
  border-radius: 7px;
  overflow: hidden;
}
.participation_modal_close {
  content: "";
  position: absolute;
  top: 10px;
  left: calc(100% - 10px);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  display: block;
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.participation_modal_close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 2px;
  height: 13px;
  background-color: #fff;
}
.participation_modal_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
          transform: translate(-50%, -50%) rotate(315deg);
  width: 2px;
  height: 13px;
  background-color: #fff;
}
.participation_modal_mid {
  padding: 25px 3.5% 30px;
  background-color: #fff;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .participation_modal_mid {
    padding: 20px 3.5% 35px;
  }
}
.participation_modal_mid h4 {
  position: relative;
  padding: 10px 0;
  padding-left: 13px;
  margin-bottom: 17px;
  font-size: 25px;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  .participation_modal_mid h4 {
    padding: 5px 0;
    padding-left: 7px;
    margin-bottom: 15px;
    font-size: clamp(20px, 1.094rem + 0.78vw, 25px);
  }
}
.participation_modal_mid h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #0048b4;
}
.participation_modal_mid h4 span {
  display: block;
  margin-bottom: 13px;
  font-size: 17px;
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .participation_modal_mid h4 span {
    margin-bottom: 10px;
    font-size: clamp(13px, 0.688rem + 0.63vw, 17px);
  }
}
.participation_modal_mid h4 img {
  position: absolute;
  top: 100%;
  left: 100%;
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
  width: 130px;
  -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 960px) {
  .participation_modal_mid h4 img {
    width: clamp(110px, 6.25rem + 3.13vw, 130px);
  }
}
.participation_modal_mid p {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .participation_modal_mid p {
    font-size: clamp(13px, 0.688rem + 0.63vw, 17px);
  }
}
.participation_modal_bottom {
  padding: 15px 3.5% 25px;
  background-color: #2fbcee;
}
@media screen and (max-width: 960px) {
  .participation_modal_bottom {
    padding: 13px 3.5% 25px;
  }
}
.participation_modal_bottom h5 {
  margin-bottom: 15px;
  font-size: 17px;
  color: #0048b4;
  font-weight: 900;
}
@media screen and (max-width: 960px) {
  .participation_modal_bottom h5 {
    margin-bottom: 23px;
    font-size: clamp(13px, 0.688rem + 0.63vw, 17px);
  }
}
.participation_modal_bottom_item {
  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;
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .participation_modal_bottom_item {
    font-size: clamp(13px, 0.688rem + 0.63vw, 17px);
  }
}
.participation_modal_bottom_item span {
  font-size: 17px;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .participation_modal_bottom_item span {
    font-size: clamp(13px, 0.688rem + 0.63vw, 17px);
  }
}