@charset "UTF-8";
.home .mv {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.home .mv_logo {
  position: relative;
  z-index: 2;
  max-width: 245px;
  margin: 0;
  padding: 15px 0 0 40px;
}
.home .mv_logo img {
  display: block;
  width: 100%;
  height: auto;
}
.home .mv::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 55%;
  height: 100%;
  background: #eaf5ff;
  border-radius: 0;
  clip-path: polygon(28% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 0;
}
.home .mv_inner {
  flex: 1;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  max-width: 1500px;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  gap: clamp(0px, 5.2631578947vw, 100px);
}
.home .mv_copy {
  margin: 0 auto clamp(5px, 0.8823529412vw, 15px);
  width: -moz-fit-content;
  width: fit-content;
}
.home .mv_copy img {
  display: block;
  width: clamp(220px, 25.2941176471vw, 430px);
  max-width: 100%;
  height: auto;
}
.home .mv_label {
  display: inline-block;
  margin: 0 0 clamp(20px, 1.7647058824vw, 30px);
  line-height: 1.5;
  padding-bottom: 10px;
  text-underline-offset: 12px;
  font-size: clamp(14px, 1.5294117647vw, 26px);
  font-weight: 700;
}
.home .mv_main_copy {
  margin: 0 0 clamp(20px, 2.6470588235vw, 45px);
}
.home .mv_main_copy img {
  display: block;
  width: clamp(420px, 50.5882352941vw, 860px);
  max-width: 100%;
  height: auto;
}
.home .mv_feature_list {
  display: flex;
  gap: clamp(0px, 0.7894736842vw, 15px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.home .mv_feature_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: baseline;
  width: clamp(100px, 12.1764705882vw, 207px);
  height: clamp(90px, 11.1176470588vw, 189px);
  border: 1.5px solid #0381DC;
  border-radius: 5px;
  background: #fff;
}
.home .mv_feature_icon {
  margin-top: 10px;
  display: block;
  width: clamp(0px, 4.4117647059vw, 75px);
  margin-bottom: 0;
}
.home .mv_feature_icon img {
  display: block;
  width: 100%;
  height: auto;
}
.home .mv_feature_text {
  margin-top: 5px;
  font-size: clamp(10px, 1.2941176471vw, 22px);
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.home .mv_feature_subtext {
  margin-top: clamp(0px, 0.5263157895vw, 10px);
  font-size: clamp(0px, 1.25vw, 18px);
}
.home .mv_content {
  margin-top: clamp(0px, 2.1052631579vw, 40px);
  margin-bottom: clamp(0px, 2.1052631579vw, 40px);
}
.home .mv_visual {
  width: clamp(420px, 50vw, 850px);
  text-align: center;
  margin-bottom: -10%;
}
.home .mv_phone {
  position: relative;
  width: 100%;
}
.home .mv_phone_screen {
  position: absolute;
  top: 4.5%;
  left: 8%;
  width: 88%;
  height: auto;
  overflow: hidden;
  border-radius: 34px;
  z-index: 1;
  background: #eaf5ff;
  transform: scale(1.05);
  border-radius: 30px;
}
.home .mv_phone_video {
  display: block;
  width: 98%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center top;
     object-position: center top;
  transform: translateX(-3%) translateY(-6%) scale(0.97);
  transform-origin: top center;
}
.home .mv_phone_frame {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.home .mv_image {
  display: block;
  width: 100%;
  height: auto;
}
.home .mv_cta {
  position: relative;
  z-index: 2;
  background: #0381DC;
  flex-shrink: 0;
}
.home .mv_cta_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0px, 1.8823529412vw, 32px);
  margin: 0 auto;
  padding: 14px 40px;
}
.home .mv_cta_text {
  margin: 0;
  color: #fff;
  font-size: clamp(18px, 1.5882352941vw, 27px);
  font-weight: 700;
}
.home .mv_cta_button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(500px, 44.4117647059vw, 755px);
  min-height: clamp(60px, 4.5294117647vw, 77px);
  border-radius: 999px;
  background: #FF8A04;
  color: #fff;
  font-size: clamp(20px, 1.5882352941vw, 27px);
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.3s;
}
.home .mv_cta_arrow {
  position: absolute;
  left: 11px;
  top: 50%;
  display: block;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}
.home .mv_cta_arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 18px;
  height: 3px;
  background-color: #FF8A04;
  border-radius: 999px;
  transform: translateY(-50%);
}
.home .mv_cta_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #FF8A04;
  border-right: 3px solid #FF8A04;
  transform: translateY(-50%) rotate(45deg);
}
.home .mv_cta_label {
  line-height: 1.4;
}
@media screen and (max-width: 820px) {
  .home .mv {
    min-height: auto;
    padding-bottom: 40px;
  }
  .home .mv::before {
    top: 310px;
    left: 0;
    width: 100%;
    height: calc(100% - 310px);
    border-radius: 0;
    clip-path: polygon(0 18%, 100% 0, 100% 100%, 0 100%);
  }
  .home .mv_logo {
    max-width: clamp(150px, 24.3902439024vw, 200px);
    padding: 12px 0 0 16px;
  }
  .home .mv_inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin: 0 auto;
    padding: 15px 16px 0;
    text-align: center;
    gap: 0;
  }
  .home .mv_content {
    display: contents;
  }
  .home .mv_copy {
    order: 1;
    margin-bottom: 18px;
  }
  .home .mv_copy span {
    padding: 6px 24px;
    font-size: clamp(13px, 2.0731707317vw, 17px);
  }
  .home .mv_copy::after {
    bottom: -8px;
    width: 15px;
    height: 8px;
  }
  .home .mv_label {
    order: 2;
    margin: 0 0 10px;
    padding-bottom: 6px;
    font-size: clamp(15px, 2.1951219512vw, 18px);
    text-underline-offset: 6px;
    line-height: 1.4;
  }
  .home .mv_main_copy {
    order: 3;
    margin: 0 0 10px;
  }
  .home .mv_main_copy img {
    width: clamp(320px, 75.6097560976vw, 620px);
    max-width: 100%;
    margin: 0 auto;
  }
  .home .mv_feature_subtext {
    margin-top: 7px;
    font-size: clamp(12px, 1.7073170732vw, 14px);
  }
  .home .mv_visual {
    order: 4;
    width: min(450px, 92vw);
    max-width: calc(100vw - 20px);
    margin: 0 auto 18px;
  }
  .home .mv_phone_screen {
    position: absolute;
    top: 4%;
    left: 4.5%;
    width: 89%;
    height: auto;
    overflow: hidden;
    border-radius: 20px;
    z-index: 1;
    background: #eaf5ff;
    transform: none;
  }
  .home .mv_phone_video {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center top;
       object-position: center top;
    transform: none;
    transform-origin: top center;
  }
  .home .mv_phone_frame {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
  }
  .home .mv_image {
    display: block;
    width: 100%;
    height: auto;
  }
  .home .mv_feature_list {
    order: 5;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(8px, 1.4634146341vw, 12px);
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }
  .home .mv_feature_item {
    display: grid;
    grid-template-columns: clamp(48px, 7.8048780488vw, 64px) 1fr;
    grid-template-rows: auto auto;
    -moz-column-gap: 6px;
         column-gap: 6px;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: clamp(76px, 11.2195121951vw, 92px);
    padding: 12px 10px 12px 15px;
    border: 1.5px solid #0381DC;
    border-radius: 5px;
    background: #fff;
  }
  .home .mv_feature_icon {
    grid-column: 1;
    grid-row: 1/3;
    width: clamp(44px, 7.3170731707vw, 60px);
    margin: 0;
  }
  .home .mv_feature_icon img {
    display: block;
    width: 100%;
    height: auto;
  }
  .home .mv_feature_text {
    grid-column: 2;
    grid-row: 1;
    margin-top: 0;
    font-size: clamp(16px, 2.4390243902vw, 20px);
    text-align: left;
  }
  .home .mv_feature_subtext {
    grid-column: 2;
    grid-row: 2;
    margin-top: 4px;
    font-size: clamp(14px, 1.9512195122vw, 16px);
    text-align: left;
  }
  .home .mv_cta {
    margin-top: 20px;
    display: none;
  }
  .home .mv_cta_arrow {
    width: 30px;
    height: 30px;
  }
  .home .mv_cta_arrow::before {
    left: 8px;
    width: 15px;
  }
  .home .mv_cta_arrow::after {
    content: "";
    left: 12px;
    width: 8px;
    height: 8px;
  }
  .home .mv_cta_inner {
    flex-direction: column;
    gap: 10px;
    padding: 18px 30px;
  }
}
@media screen and (max-width: 820px) and (max-width: 576px) {
  .home .mv_cta_inner {
    gap: 8px;
    padding: 10px 30px 15px;
  }
}
@media screen and (max-width: 820px) {
  .home .mv_cta_text {
    font-size: clamp(14px, 1.9512195122vw, 16px);
  }
  .home .mv_cta_button {
    width: 100%;
    min-height: clamp(45px, 6.8292682927vw, 56px);
    font-size: clamp(16px, 2.1951219512vw, 18px);
  }
}
@media screen and (max-width: 576px) {
  .home .mv_copy {
    margin-bottom: 10px;
  }
  .home .mv_phone {
    margin-top: 20px;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
  .home .mv_inner {
    box-sizing: border-box;
    padding-right: 12px;
    padding-left: 12px;
  }
  .home .mv_feature_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
    max-width: 360px;
  }
  .home .mv_feature_item {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    -moz-column-gap: 5px;
         column-gap: 5px;
    min-height: auto;
    padding: 5px 5px 15px 9px;
  }
  .home .mv_feature_icon {
    grid-column: 1;
    grid-row: 1;
    width: 32px;
  }
  .home .mv_feature_text {
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    font-size: 14px;
  }
  .home .mv_feature_subtext {
    grid-column: 1/3;
    grid-row: 2;
    margin-top: 0;
    font-size: 14px;
    text-align: center;
  }
}
.home {
  /*--------------------------------
  こんなお悩み
  ---------------------------------*/
}
.home .problem {
  background: #f3f8fe;
  padding: 80px 0 150px;
}
@media screen and (max-width: 820px) {
  .home .problem {
    padding: 40px 0 100px;
  }
}
@media screen and (max-width: 576px) {
  .home .problem {
    padding-bottom: 60px;
  }
}
.home .problem_inner {
  max-width: 920px;
  margin: 0 auto;
  width: 78%;
}
.home .problem_title {
  position: relative;
  margin: 0 0 45px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 820px) {
  .home .problem_title {
    font-size: clamp(24px, 4.8780487805vw, 40px);
  }
}
@media screen and (max-width: 576px) {
  .home .problem_title {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
.home .problem_title_accent {
  color: #0381DC;
}
.home .problem_title_char {
  position: relative;
  display: inline-block;
}
.home .problem_title_char::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0381DC;
  transform: translateX(-50%);
}
@media screen and (max-width: 576px) {
  .home .problem_title_char::before {
    top: -5px;
    width: 4px;
    height: 4px;
  }
}
.home .problem_list {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 576px) {
  .home .problem_list {
    gap: 20px;
  }
}
.home .problem_item {
  display: flex;
  align-items: center;
  min-height: 92px;
  padding: 18px 36px;
  background: #fff;
  border: 1px solid #d9e0e8;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 820px) {
  .home .problem_item {
    padding: 12px;
  }
}
@media screen and (max-width: 576px) {
  .home .problem_item {
    display: grid;
    grid-template-columns: 40px 1fr;
    -moz-column-gap: 16px;
         column-gap: 16px;
    row-gap: 8px;
    align-items: center;
    padding: 15px 20px;
  }
}
.home .problem_icon {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
}
.home .problem_icon img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 576px) {
  .home .problem_icon {
    grid-column: 1;
    grid-row: 1;
    width: 45px;
    height: 45px;
  }
}
.home .problem_body {
  flex: 1;
  margin-left: 28px;
}
@media screen and (max-width: 820px) {
  .home .problem_body {
    margin-left: 10px;
  }
}
@media screen and (max-width: 576px) {
  .home .problem_body {
    display: contents;
    margin-left: 0;
  }
}
.home .problem_heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 576px) {
  .home .problem_heading {
    grid-column: 2;
    grid-row: 1;
    gap: 6px;
    margin-bottom: 0;
  }
}
.home .problem_check {
  flex-shrink: 0;
  width: 40px;
}
@media screen and (max-width: 576px) {
  .home .problem_check {
    width: 18px;
  }
}
.home .problem_check img {
  display: block;
  width: 100%;
  height: auto;
}
.home .problem_item_title {
  margin: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 820px) {
  .home .problem_item_title {
    font-size: clamp(16px, 3.4146341463vw, 28px);
  }
}
.home .problem_text {
  margin: 0;
  padding-left: 56px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .home .problem_text {
    grid-column: 1/-1;
    grid-row: 2;
    padding-left: 0;
    font-size: 13px;
  }
}
.home .problem_dots {
  position: relative;
  width: 4px;
  height: 46px;
  margin: 45px auto 20px;
}
@media screen and (max-width: 576px) {
  .home .problem_dots {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
.home .problem_dots::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #0381DC;
  transform: translateX(-50%);
  box-shadow: 0 15px 0 #0381DC, 0 30px 0 #0381DC;
}
.home .problem_bottom_text {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
  font-size: clamp(35px, 3.0555555556vw, 44px);
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 12px;
  text-decoration-color: #333;
}
@media screen and (max-width: 820px) {
  .home .problem_bottom_text {
    font-size: clamp(20px, 4.2682926829vw, 35px);
  }
}
@media screen and (max-width: 576px) {
  .home .problem_bottom_text {
    font-size: 18px;
    text-underline-offset: 8px;
    line-height: 2;
  }
}
.home .problem_bottom_text span {
  color: #0381DC;
}
.home {
  /*--------------------------------
  クチコミラボの仕組み
  ---------------------------------*/
}
.home .solution {
  position: relative;
  background: #fff;
  padding: 150px 20px 55px;
}
@media screen and (max-width: 576px) {
  .home .solution {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
.home .solution_inner {
  position: relative;
  margin: 0 auto;
  z-index: 1;
  width: 90%;
}
.home .solution_label {
  position: absolute;
  top: -150px;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (max-width: 576px) {
  .home .solution_label {
    top: -50px;
  }
}
.home .solution_label img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 820px) {
  .home .solution_label img {
    width: clamp(150px, 34.756097561vw, 285px);
  }
}
.home .solution_title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 90px;
}
@media screen and (max-width: 820px) {
  .home .solution_title {
    margin-bottom: 30px;
    gap: 5px;
  }
}
.home .solution_title_text {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 820px) {
  .home .solution_title_text {
    font-size: clamp(20px, 4.1463414634vw, 34px);
  }
}
.home .solution_title_badge_wrap {
  display: flex;
  gap: 6px;
}
@media screen and (max-width: 576px) {
  .home .solution_title_badge_wrap {
    gap: 3px;
  }
}
.home .solution_title_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 4px;
  background: #0381DC;
  color: #fff;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .home .solution_title_badge {
    font-size: clamp(25px, 4.1463414634vw, 34px);
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 820px) and (max-width: 576px) {
  .home .solution_title_badge {
    font-size: 20px;
    width: 30px;
    height: 30px;
  }
}
.home .solution_title_logo {
  width: 280px;
}
@media screen and (max-width: 576px) {
  .home .solution_title_logo {
    width: 150px;
  }
}
.home .solution_content {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(0px, 6.25vw, 90px);
}
@media screen and (max-width: 820px) {
  .home .solution_content {
    flex-direction: column;
  }
}
.home .solution_pc {
  width: clamp(500px, 39.6354166667vw, 761px);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .home .solution_pc {
    margin-right: auto;
    margin-left: auto;
    width: auto;
  }
}
.home .solution_pc img {
  display: block;
  width: clamp(500px, 39.6354166667vw, 761px);
  height: auto;
}
@media screen and (max-width: 820px) {
  .home .solution_pc img {
    width: clamp(300px, 60.9756097561vw, 500px);
    margin-right: auto;
    margin-left: auto;
  }
}
.home .solution_info {
  width: 44%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 820px) {
  .home .solution_info {
    width: 100%;
  }
}
.home .solution_logo {
  width: clamp(300px, 35.0694444444vw, 505px);
  margin: 0 auto 23px;
}
@media screen and (max-width: 820px) {
  .home .solution_logo {
    width: 200px;
  }
}
.home .solution_logo img {
  display: block;
  width: 100%;
  height: auto;
}
.home .solution_lead {
  display: block;
  margin: 30px auto clamp(10px, 4.8611111111vw, 70px);
  font-size: clamp(16px, 1.6666666667vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .home .solution_lead {
    line-height: 1.9;
  }
}
.home .solution_lead span {
  display: inline-block;
  padding: 0 5px;
  background: #fff1a1;
}
.home .solution_flow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 576px) {
  .home .solution_flow {
    flex-direction: column;
  }
}
.home .solution_lady {
  flex-shrink: 0;
  width: 130px;
  text-align: center;
}
.home .solution_lady img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 8px;
}
.home .solution_lady_text {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
  white-space: nowrap;
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 2px;
  text-underline-offset: 6px;
}
.home .solution_arrow {
  flex-shrink: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 1;
  color: #505050;
}
@media screen and (max-width: 576px) {
  .home .solution_arrow {
    transform: rotate(90deg);
    font-size: 40px;
  }
}
.home .solution_review_image {
  width: clamp(300px, 21.1458333333vw, 406px);
}
.home .solution_review_image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 576px) {
  .home .solution_review_image {
    width: 300px;
  }
}
.home .solution_bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 440px;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 576px) {
  .home .solution_bg {
    top: 200px;
  }
}
.home .solution_bg_text {
  font-family: "Montserrat", sans-serif;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin: 0;
  white-space: nowrap;
  font-size: 157px;
  font-weight: 700;
  line-height: 1;
  color: #f4f8fe;
  animation: solution-marquee 60s linear infinite;
}
@media screen and (max-width: 576px) {
  .home .solution_bg_text {
    font-size: 80px;
  }
}
.home .solution_bg_text span {
  font-family: "Montserrat", sans-serif;
  display: block;
  padding-right: 80px;
}
@keyframes solution-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.home {
  /*--------------------------------
  使い方
  ---------------------------------*/
}
.home .step {
  padding: 55px 0 40px;
}
@media screen and (max-width: 576px) {
  .home .step {
    padding-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .home .step {
    padding-bottom: 20px;
  }
}
.home .step_inner {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  padding: 70px clamp(0px, 5.5555555556vw, 80px) 75px;
  border: 1px solid #a6a6a6;
  border-radius: 10px;
}
@media screen and (max-width: 576px) {
  .home .step_inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.home .step_title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 58px;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .home .step_title {
    font-size: clamp(20px, 4.3902439024vw, 36px);
  }
}
@media screen and (max-width: 576px) {
  .home .step_title {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .home .step_title img {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
.home .step_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(0px, 4.0277777778vw, 58px);
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1307px) {
  .home .step_list {
    grid-template-columns: repeat(2, 1fr);
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 820px) {
  .home .step_list {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .home .step_list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.home .step_item {
  position: relative;
  text-align: center;
}
.home .step_item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 140px;
  right: -42px;
  width: 22px;
  height: 34px;
  background: #0381DC;
  transform: translateY(-85%);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 34'%3E%3Cpath d='M2.5 2.5C2.5 0.8 4.5 0 5.8 1.2L20.2 14.8C21.8 16.3 21.8 17.7 20.2 19.2L5.8 32.8C4.5 34 2.5 33.2 2.5 31.5V2.5Z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 34'%3E%3Cpath d='M2.5 2.5C2.5 0.8 4.5 0 5.8 1.2L20.2 14.8C21.8 16.3 21.8 17.7 20.2 19.2L5.8 32.8C4.5 34 2.5 33.2 2.5 31.5V2.5Z' fill='black'/%3E%3C/svg%3E") center/contain no-repeat;
}
@media screen and (max-width: 1307px) {
  .home .step_item:not(:last-child)::after {
    right: -30px;
  }
}
@media screen and (max-width: 820px) {
  .home .step_item:not(:last-child)::after {
    right: -23px;
  }
}
@media screen and (max-width: 576px) {
  .home .step_item:not(:last-child)::after {
    display: none;
  }
}
.home .step_image_wrap {
  position: relative;
  width: 230px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 576px) {
  .home .step_image_wrap {
    width: 200px;
    margin-bottom: 15px;
  }
}
.home .step_image_wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.home .step_number {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #0381DC;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .home .step_number {
    width: 60px;
    height: 60px;
  }
}
.home .step_number span {
  margin-bottom: 3px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700;
}
.home .step_number strong {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.home .step_text {
  margin: 0;
  font-size: clamp(16px, 0.9375vw, 18px);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 576px) {
  .home .step_text {
    font-size: 15px;
  }
}
.home .step_text span {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  font-weight: 500;
}
.home {
  /*--------------------------------
  対応業種
  ---------------------------------*/
}
.home .industry {
  background: #fff;
  padding: 40px 0 120px;
}
@media screen and (max-width: 576px) {
  .home .industry {
    padding: 20px 0 40px;
  }
}
.home .industry_inner {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  padding: 56px 140px 48px;
  background: #EAF6FF;
  border-radius: 8px;
}
@media screen and (max-width: 820px) {
  .home .industry_inner {
    padding: 30px 20px;
  }
}
.home .industry_title {
  margin: 0 0 34px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .home .industry_title {
    font-size: clamp(18px, 2.9268292683vw, 24px);
  }
}
@media screen and (max-width: 576px) {
  .home .industry_title {
    margin-bottom: 20px;
  }
}
.home .industry_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 820px) {
  .home .industry_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 576px) {
  .home .industry_list {
    gap: 8px;
  }
}
.home .industry_item {
  border-radius: 3px;
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 0 22px;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 576px) {
  .home .industry_item {
    min-height: 50px;
    padding: 10px 0 10px 10px;
  }
}
.home .industry_item span {
  font-size: 17px;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  .home .industry_item span {
    font-size: 13px;
  }
}
.home .industry_icon {
  flex-shrink: 0;
  width: 37px;
  height: 37px;
  margin-right: 13px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 576px) {
  .home .industry_icon {
    width: 20px;
    height: 20px;
  }
}
.home .industry_note {
  margin-top: 37px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .home .industry_note {
    margin-top: 20px;
    font-size: 14px;
  }
}
.home {
  /*--------------------------------
  質の高い口コミが増えると
  ---------------------------------*/
}
.home .quality {
  background: #0381DC;
  padding: 80px 0;
}
@media screen and (max-width: 576px) {
  .home .quality {
    padding: 40px 0;
  }
}
.home .quality_inner {
  max-width: 920px;
  margin: 0 auto;
  width: 90%;
}
.home .quality_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 33px;
  margin: 0 auto 50px;
  color: #fff;
  font-size: clamp(28px, 2.5vw, 36px);
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 576px) {
  .home .quality_title {
    font-size: 20px;
    gap: 15px;
    margin-bottom: 20px;
  }
}
.home .quality_title_text {
  display: inline-block;
}
.home .quality_title_deco {
  display: flex;
  align-items: center;
  gap: 15px;
}
.home .quality_title_deco-left .quality_title_line-short {
  position: relative;
  top: 8px;
  transform: rotate(-34deg);
}
.home .quality_title_deco-left .quality_title_line-long {
  transform: rotate(-24deg);
}
.home .quality_title_deco-right .quality_title_line-long {
  transform: rotate(24deg);
}
.home .quality_title_deco-right .quality_title_line-short {
  position: relative;
  top: 8px;
  transform: rotate(34deg);
}
.home .quality_title_line {
  display: block;
  width: 2px;
  background: #fff;
  border-radius: 999px;
  transform-origin: center;
}
.home .quality_title_line-long {
  height: 55px;
}
.home .quality_title_line-short {
  height: 37px;
}
.home .quality_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 576px) {
  .home .quality_list {
    gap: 20px;
  }
}
.home .quality_item {
  display: flex;
  align-items: center;
  padding: 25px 25px 25px 40px;
  background: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 820px) {
  .home .quality_item {
    padding: 15px;
  }
}
.home .quality_number {
  width: clamp(60px, 10.4166666667vw, 150px);
  flex-shrink: 0;
  padding-right: 55px;
  color: #0381DC;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(40px, 6.25vw, 90px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  border-right: 1px solid #d9d9d9;
}
@media screen and (max-width: 576px) {
  .home .quality_number {
    width: 40px;
    padding-right: 10px;
    font-size: 25px;
    line-height: 2.8;
  }
}
.home .quality_body {
  flex: 1;
  padding-left: 32px;
}
@media screen and (max-width: 820px) {
  .home .quality_body {
    padding-left: 20px;
  }
}
@media screen and (max-width: 576px) {
  .home .quality_body {
    padding-left: 13px;
  }
}
.home .quality_item_title {
  font-size: clamp(25px, 2.2222222222vw, 32px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media screen and (max-width: 820px) {
  .home .quality_item_title {
    font-size: clamp(16px, 3.0487804878vw, 25px);
    margin-bottom: 8px;
  }
}
.home .quality_text {
  margin: 0;
  font-size: clamp(15px, 1.25vw, 18px);
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 576px) {
  .home .quality_text {
    font-size: 14px;
  }
}
.home .quality_arrow {
  width: 145px;
  height: 26px;
  margin: 45px auto 13px;
  background: linear-gradient(180deg, #0381dc 0%, #ffffff 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 576px) {
  .home .quality_arrow {
    margin-top: 20px;
  }
}
.home .quality_bottom_text {
  margin: 0;
  color: #fff;
  font-size: clamp(40px, 3.125vw, 45px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .home .quality_bottom_text {
    font-size: clamp(20px, 4.8780487805vw, 40px);
  }
}
@media screen and (max-width: 576px) {
  .home .quality_bottom_text {
    font-size: 19px;
  }
}
.home {
  /*--------------------------------
  クチコミの質の変化
  ---------------------------------*/
}
.home .review-change {
  padding: 90px 0;
}
@media screen and (max-width: 820px) {
  .home .review-change {
    padding: 70px 0;
  }
}
@media screen and (max-width: 576px) {
  .home .review-change {
    padding: 40px 0;
  }
}
.home .review-change_inner {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
}
.home .review-change_title {
  margin: 0 0 64px;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .home .review-change_title {
    margin-bottom: 45px;
    font-size: clamp(22px, 4.3902439024vw, 36px);
  }
}
@media screen and (max-width: 576px) {
  .home .review-change_title {
    margin-bottom: 35px;
    font-size: 19px;
  }
}
.home .review-change_title_logo {
  display: inline-block;
  width: 278px;
  margin-right: 2px;
  vertical-align: middle;
}
@media screen and (max-width: 820px) {
  .home .review-change_title_logo {
    width: 200px;
  }
}
@media screen and (max-width: 576px) {
  .home .review-change_title_logo {
    width: 160px;
  }
}
.home .review-change_title_logo img {
  display: block;
  width: 100%;
  height: auto;
}
.home .review-change_title_text {
  display: inline-block;
  vertical-align: middle;
}
.home .review-change_compare {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0px, 2.0833333333vw, 30px);
  margin-bottom: 80px;
}
@media screen and (max-width: 820px) {
  .home .review-change_compare {
    flex-direction: column;
    gap: 25px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 576px) {
  .home .review-change_compare {
    margin-bottom: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
.home .review-change_box {
  position: relative;
  min-height: 310px;
  border: 2px solid #b5b5b5;
  border-radius: 8px;
  background: #fff;
}
@media screen and (max-width: 820px) {
  .home .review-change_box {
    width: 100%;
    max-width: 480px;
    min-height: auto;
  }
}
.home .review-change_box-before {
  width: clamp(300px, 27.9166666667vw, 402px);
  padding: 55px 85px 100px 40px;
}
@media screen and (max-width: 820px) {
  .home .review-change_box-before {
    width: 100%;
    padding: 55px 48px;
  }
}
@media screen and (max-width: 576px) {
  .home .review-change_box-before {
    padding: 42px 30px 35px;
  }
}
.home .review-change_box-before .review-change_label {
  min-width: 179px;
  background: #a8a8a8;
}
@media screen and (max-width: 576px) {
  .home .review-change_box-before .review-change_label {
    min-width: 130px;
  }
}
.home .review-change_box-after {
  width: clamp(300px, 41.1805555556vw, 593px);
  padding: 55px clamp(20px, 5.2083333333vw, 75px);
  border-color: #0381DC;
}
@media screen and (max-width: 820px) {
  .home .review-change_box-after {
    width: 100%;
    padding: 55px 48px;
  }
}
@media screen and (max-width: 576px) {
  .home .review-change_box-after {
    padding: 42px 30px 30px;
  }
}
.home .review-change_box-after .review-change_label {
  min-width: 284px;
  background: #0381DC;
}
@media screen and (max-width: 820px) {
  .home .review-change_box-after .review-change_label {
    min-width: 200px;
  }
}
@media screen and (max-width: 576px) {
  .home .review-change_box-after .review-change_label {
    min-width: 170px;
  }
}
.home .review-change_accent {
  position: absolute;
  top: -52px;
  right: -48px;
  width: 70px;
  height: 50px;
  pointer-events: none;
}
@media screen and (max-width: 820px) {
  .home .review-change_accent {
    top: -50px;
    right: -25px;
    width: 58px;
    height: 42px;
  }
}
@media screen and (max-width: 576px) {
  .home .review-change_accent {
    top: -38px;
  }
}
.home .review-change_accent span {
  position: absolute;
  display: block;
  width: 2px;
  background: #0381DC;
  border-radius: 999px;
}
.home .review-change_accent span:nth-child(1) {
  top: 12px;
  left: 12px;
  height: 23px;
  transform: rotate(-14deg);
}
@media screen and (max-width: 576px) {
  .home .review-change_accent span:nth-child(1) {
    height: 15px;
  }
}
.home .review-change_accent span:nth-child(2) {
  top: 17px;
  left: 34px;
  height: 23px;
  transform: rotate(32deg);
}
@media screen and (max-width: 576px) {
  .home .review-change_accent span:nth-child(2) {
    height: 15px;
  }
}
.home .review-change_accent span:nth-child(3) {
  top: 33px;
  left: 50px;
  height: 23px;
  transform: rotate(76deg);
}
@media screen and (max-width: 576px) {
  .home .review-change_accent span:nth-child(3) {
    height: 15px;
  }
}
.home .review-change_label {
  position: absolute;
  top: -18px;
  left: 50%;
  padding: 7px 20px;
  border-radius: 3px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  transform: translateX(-50%);
}
@media screen and (max-width: 820px) {
  .home .review-change_label {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .home .review-change_label {
    font-size: 14px;
  }
}
.home .review-change_user {
  display: flex;
  align-items: center;
  gap: 18px;
}
@media screen and (max-width: 576px) {
  .home .review-change_user {
    gap: 12px;
  }
}
.home .review-change_avatar {
  flex-shrink: 0;
  width: clamp(50px, 6.1111111111vw, 88px);
  height: clamp(50px, 6.1111111111vw, 88px);
}
@media screen and (max-width: 820px) {
  .home .review-change_avatar {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 576px) {
  .home .review-change_avatar {
    width: 60px;
    height: 60px;
  }
}
.home .review-change_avatar img {
  display: block;
  width: 100%;
  height: auto;
}
.home .review-change_user_meta {
  margin: 0 0 6px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .home .review-change_user_meta {
    font-size: 14px;
  }
}
.home .review-change_star {
  margin: 0;
  color: #dfc52f;
  font-size: clamp(20px, 1.9444444444vw, 28px);
}
@media screen and (max-width: 576px) {
  .home .review-change_star {
    font-size: 20px;
  }
}
.home .review-change_star-before {
  color: #adadad;
}
.home .review-change_comment {
  margin: 18px 0 0;
  font-size: clamp(18px, 1.4583333333vw, 21px);
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .home .review-change_comment {
    font-size: 14px;
  }
}
.home .review-change_arrow {
  flex-shrink: 0;
  width: clamp(45px, 6.25vw, 90px);
  height: 77px;
  background: linear-gradient(-90deg, #0381DC 0%, #ffffff 100%);
  clip-path: polygon(0 25%, 58% 25%, 58% 0, 100% 50%, 58% 100%, 58% 75%, 0 75%);
}
@media screen and (max-width: 820px) {
  .home .review-change_arrow {
    width: 70px;
    height: 55px;
    background: linear-gradient(0deg, #0381DC 0%, #ffffff 100%);
    clip-path: polygon(25% 0, 75% 0, 75% 58%, 100% 58%, 50% 100%, 0 58%, 25% 58%);
  }
}
.home .review-change_point {
  position: absolute;
  right: -72px;
  bottom: -38px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 147px;
  height: 147px;
  border-radius: 50%;
  background: #ffd900;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 820px) {
  .home .review-change_point {
    right: -30px;
    bottom: -45px;
    width: 120px;
    height: 120px;
    font-size: 17px;
  }
}
@media screen and (max-width: 576px) {
  .home .review-change_point {
    font-size: 13px;
    width: 80px;
    height: 80px;
    right: -20px;
    bottom: -35px;
  }
}
.home .review-change_examples {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  padding: 56px 36px 52px;
  border-radius: 8px;
  background: #e5f4ff;
}
@media screen and (max-width: 820px) {
  .home .review-change_examples {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 576px) {
  .home .review-change_examples {
    padding: 28px 10px 24px;
  }
}
.home .review-change_examples_title {
  position: absolute;
  top: -20px;
  left: 50%;
  margin: 0;
  color: #0381DC;
  font-size: 28px;
  font-weight: 700;
  transform: translateX(-50%);
  white-space: nowrap;
}
@media screen and (max-width: 820px) {
  .home .review-change_examples_title {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .home .review-change_examples_title {
    position: static;
    margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
    transform: none;
    white-space: normal;
  }
}
.home .review-change_examples_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(0px, 2.6388888889vw, 38px);
}
@media screen and (max-width: 820px) {
  .home .review-change_examples_list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media screen and (max-width: 576px) {
  .home .review-change_examples_list {
    gap: 16px;
  }
}
@media screen and (max-width: 820px) {
  .home .review-change_examples_item {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 576px) {
  .home .review-change_examples_item {
    width: 100%;
  }
}
.home .review-change_examples_item img {
  display: block;
  width: 100%;
  height: auto;
}
.home {
  /*--------------------------------
  安心してお使いいただける設計
  ---------------------------------*/
}
.home .security {
  padding: 105px 0;
  background: url("../common/img/security_back.jpg") center/cover no-repeat;
}
@media screen and (max-width: 820px) {
  .home .security {
    padding: 80px 0;
  }
}
@media screen and (max-width: 576px) {
  .home .security {
    padding: 50px 0;
  }
}
.home .security_inner {
  max-width: 1252px;
  margin: 0 auto;
  padding: 60px clamp(20px, 7.6388888889vw, 110px) 70px;
  background: #fff;
  border-radius: 10px;
  width: 90%;
}
@media screen and (max-width: 576px) {
  .home .security_inner {
    padding: 40px 25px;
  }
}
.home .security_title {
  margin: 0 0 20px;
  color: #0381DC;
  font-size: clamp(25px, 2.6388888889vw, 38px);
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 576px) {
  .home .security_title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.home .security_lead {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 35px;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .home .security_lead {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.home .security_lead::before, .home .security_lead::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 45px;
  height: 1px;
  background: #333;
}
@media screen and (max-width: 576px) {
  .home .security_lead::before, .home .security_lead::after {
    width: 15px;
  }
}
.home .security_lead::before {
  right: calc(100% + 16px);
}
@media screen and (max-width: 576px) {
  .home .security_lead::before {
    right: calc(100% + 5px);
  }
}
.home .security_lead::after {
  left: calc(100% + 16px);
}
@media screen and (max-width: 576px) {
  .home .security_lead::after {
    left: calc(100% + 5px);
  }
}
.home .security_list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 820px) {
  .home .security_list {
    gap: 0px;
  }
}
.home .security_item {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  padding: 0 30px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  background: #fff;
  min-height: 120px;
}
@media screen and (max-width: 820px) {
  .home .security_item {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px 0;
    min-height: auto;
    border: none;
    border-bottom: 1px solid #dcdcdc;
    border-radius: 0;
  }
  .home .security_item:first-child {
    border-top: 1px solid #dcdcdc;
  }
}
@media screen and (max-width: 576px) {
  .home .security_item {
    gap: 10px;
  }
}
.home .security_item_title {
  margin: 0;
  border-right: 1px dashed #828282;
  color: #0381DC;
  font-size: clamp(20px, 2.0833333333vw, 30px);
  font-weight: 700;
  line-height: 1.5;
  width: clamp(0px, 34.0277777778vw, 490px);
}
@media screen and (max-width: 820px) {
  .home .security_item_title {
    width: 100%;
    border-right: none;
  }
}
@media screen and (max-width: 576px) {
  .home .security_item_title {
    font-size: 16px;
  }
}
.home .security_text {
  margin: 0;
  padding-left: clamp(20px, 2.5vw, 36px);
  font-size: clamp(14px, 1.25vw, 18px);
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 820px) {
  .home .security_text {
    padding-left: 0;
  }
}
.home {
  /*--------------------------------
  クチコミ施策の注意点
  ---------------------------------*/
}
.home .caution {
  padding: 110px 0 55px;
}
@media screen and (max-width: 820px) {
  .home .caution {
    padding: 40px 0;
  }
}
@media screen and (max-width: 576px) {
  .home .caution {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.home .caution_inner {
  width: 90%;
  max-width: 1150px;
  margin: 0 auto;
  padding: 50px clamp(40px, 5.3472222222vw, 77px);
  border: 1px solid #ffdd6e;
  border-radius: 10px;
  background: #fefcf0;
}
@media screen and (max-width: 576px) {
  .home .caution_inner {
    padding: 20px;
  }
}
.home .caution_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 0 12px;
  color: #e92727;
  font-size: clamp(25px, 2.5694444444vw, 37px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .home .caution_title {
    font-size: clamp(20px, 3.0487804878vw, 25px);
    line-height: 1.4;
    text-align: left;
    gap: 8px;
  }
}
.home .caution_title_icon {
  flex-shrink: 0;
  width: 55px;
}
@media screen and (max-width: 576px) {
  .home .caution_title_icon {
    width: 40px;
  }
}
.home .caution_lead {
  position: relative;
  margin: 0 0 44px;
  padding-bottom: 35px;
  font-size: clamp(16px, 1.3888888889vw, 20px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .home .caution_lead {
    font-size: 14px;
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.home .caution_lead::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 85%;
  border-bottom: 1px dotted #707070;
  transform: translateX(-50%);
}
@media screen and (max-width: 576px) {
  .home .caution_lead::after {
    width: 100%;
  }
}
.home .caution_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(5px, 1.875vw, 27px);
}
@media screen and (max-width: 1024px) {
  .home .caution_content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.home .caution_box {
  background: #fff;
  padding: clamp(20px, 2.4305555556vw, 35px);
}
@media screen and (max-width: 576px) {
  .home .caution_box {
    padding: 15px;
  }
}
.home .caution_box_title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 28px;
  color: #e92727;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .home .caution_box_title {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
.home .caution_box_title::before, .home .caution_box_title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: clamp(0px, 3.3333333333vw, 48px);
  height: 1px;
  background: #e92727;
}
.home .caution_box_title::before {
  right: calc(100% + 14px);
}
@media screen and (max-width: 576px) {
  .home .caution_box_title::before {
    right: calc(100% + 5px);
  }
}
.home .caution_box_title::after {
  left: calc(100% + 14px);
}
@media screen and (max-width: 576px) {
  .home .caution_box_title::after {
    left: calc(100% + 5px);
  }
}
.home .caution_list {
  display: flex;
  flex-direction: column;
  gap: 45px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 576px) {
  .home .caution_list {
    gap: 20px;
  }
}
.home .caution_item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 576px) {
  .home .caution_item {
    display: grid;
    grid-template-columns: 38px 1fr;
    -moz-column-gap: 2px;
         column-gap: 2px;
    row-gap: 8px;
    align-items: center;
  }
}
.home .caution_icon {
  flex-shrink: 0;
  width: 60px;
}
@media screen and (max-width: 576px) {
  .home .caution_icon {
    width: 40px;
    grid-column: 1;
    grid-row: 1;
  }
}
.home .caution_body {
  flex: 1;
}
@media screen and (max-width: 576px) {
  .home .caution_body {
    display: contents;
  }
}
.home .caution_item_title {
  margin: 0 0 6px;
  font-size: clamp(18px, 1.3888888889vw, 20px);
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .home .caution_item_title {
    grid-column: 2;
    grid-row: 1;
    margin-bottom: 0;
    font-size: 15px;
  }
}
.home .caution_text {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .home .caution_text {
    text-align: left;
  }
}
@media screen and (max-width: 576px) {
  .home .caution_text {
    font-size: 14px;
    grid-column: 1/-1;
    grid-row: 2;
  }
}
.home .caution_risk_list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
@media screen and (max-width: 576px) {
  .home .caution_risk_list {
    gap: 15px;
  }
}
.home .caution_risk_item {
  padding: 20px 30px;
  border: 1px solid #f2c94c;
  background: #fffdf6;
  text-align: center;
  border-radius: 3px;
}
@media screen and (max-width: 576px) {
  .home .caution_risk_item {
    padding: 20px;
  }
}
.home .caution_risk_title {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .home .caution_risk_title {
    font-size: 16px;
  }
}
.home {
  /*--------------------------------
  他サービスとの違い
  ---------------------------------*/
}
.home .comparison {
  background: #fff;
  padding: 55px 0 30px;
}
@media screen and (max-width: 820px) {
  .home .comparison {
    padding-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .home .comparison {
    padding-top: 40px;
  }
}
.home .comparison_inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
.home .comparison_subtitle {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 25px;
  padding-bottom: 2px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 820px) {
  .home .comparison_subtitle {
    font-size: clamp(20px, 3.9024390244vw, 32px);
  }
}
.home .comparison_title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 0 45px;
  font-size: clamp(20px, 2.5vw, 36px);
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 576px) {
  .home .comparison_title {
    flex-direction: column;
    gap: 8px;
    font-size: 24px;
    margin-bottom: 25px;
  }
}
.home .comparison_title_top {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.home .comparison_logo {
  display: inline-block;
  width: clamp(180px, 30.487804878vw, 250px);
}
@media screen and (max-width: 576px) {
  .home .comparison_logo {
    width: 180px;
  }
}
.home .comparison_logo img {
  display: block;
  width: 100%;
  height: auto;
}
.home .comparison_title_text {
  display: block;
  text-align: center;
}
.home .comparison_point_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(0px, 3.0487804878vw, 25px);
  margin: 0 0 45px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 576px) {
  .home .comparison_point_list {
    gap: 8px;
    margin-bottom: 20px;
  }
}
.home .comparison_point_item {
  width: 240px;
}
@media screen and (max-width: 576px) {
  .home .comparison_point_item {
    margin-right: auto;
    margin-left: auto;
    width: 160px;
  }
}
.home .comparison_point_frame {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 125px;
}
@media screen and (max-width: 576px) {
  .home .comparison_point_frame {
    min-height: 90px;
  }
}
.home .comparison_laurel {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.home .comparison_point_body {
  position: relative;
  z-index: 1;
  text-align: center;
}
.home .comparison_point_title {
  margin: 0 0 8px;
  color: #0381DC;
  font-size: 23px;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .home .comparison_point_title {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
.home .comparison_point_text {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 576px) {
  .home .comparison_point_text {
    font-size: 13px;
  }
}
.home .comparison_table_wrap {
  overflow-x: auto;
}
@media screen and (max-width: 576px) {
  .home .comparison_table_wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.home .comparison_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #939393;
  border-radius: 10px;
  overflow: hidden;
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.4;
}
@media screen and (max-width: 576px) {
  .home .comparison_table {
    border-radius: 5px;
    min-width: 550px;
  }
}
.home .comparison_table th,
.home .comparison_table td {
  padding: 25px clamp(5px, 2.34375vw, 45px);
  border-right: 1px solid #939393;
  border-bottom: 1px solid #939393;
  vertical-align: middle;
  white-space: normal;
}
@media screen and (max-width: 576px) {
  .home .comparison_table th,
  .home .comparison_table td {
    padding: 10px;
  }
}
.home .comparison_table th:last-child,
.home .comparison_table td:last-child {
  border-right: none;
}
.home .comparison_table tbody tr:last-child th,
.home .comparison_table tbody tr:last-child td {
  border-bottom: none;
}
.home .comparison_table thead th {
  text-align: center;
  font-weight: 700;
}
.home .comparison_table tbody th {
  width: clamp(0px, 12.1527777778vw, 175px);
  background: #fff;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
}
.home .comparison_table tbody td {
  font-weight: 500;
}
.home .comparison_table tbody td .comparison_mark {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}
.home .comparison_table tbody td > span:not(.comparison_mark) {
  display: inline-block;
  width: calc(100% - 40px);
  vertical-align: middle;
  white-space: normal;
}
.home .comparison_table strong {
  color: #0381DC;
  font-weight: 700;
}
.home .comparison_table_head {
  font-size: clamp(14px, 1.25vw, 18px);
}
.home .comparison_table_head-labo {
  width: 48%;
  background: #0381DC;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .home .comparison_table_head-labo {
    width: 50%;
  }
}
.home .comparison_table_head-other {
  width: 36%;
  background: #d9d9d9;
}
@media screen and (max-width: 576px) {
  .home .comparison_table_head-other {
    width: 50%;
  }
}
.home .comparison_table_labo {
  background: #eef7ff;
}
.home .comparison_table_scroll_text {
  display: none;
}
@media screen and (max-width: 576px) {
  .home .comparison_table_scroll_text {
    display: block;
    margin: 0 0 8px;
    color: #666;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
  }
}
.home .comparison_mark {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  vertical-align: middle;
}
@media screen and (max-width: 820px) {
  .home .comparison_mark {
    width: 18px;
    height: 18px;
  }
}
.home .comparison_mark-circle {
  border: 2px solid #0381DC;
  border-radius: 50%;
}
.home .comparison_mark-double {
  border: 2px solid #0381DC;
  border-radius: 50%;
}
.home .comparison_mark-double::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border: 2px solid #0381DC;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 820px) {
  .home .comparison_mark-double::before {
    width: 6px;
    height: 6px;
  }
}
.home .comparison_mark-gray {
  border-color: #a2a2a2;
}
.home .comparison_mark-triangle {
  width: 28px;
  height: 28px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4 L21 20 H3 Z' fill='none' stroke='%23A2A2A2' stroke-width='2' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}
@media screen and (max-width: 820px) {
  .home .comparison_mark-triangle {
    width: 22px;
    height: 22px;
  }
}
.home .comparison_mark-cross::before, .home .comparison_mark-cross::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 25px;
  height: 2px;
  background: #999;
  border-radius: 999px;
}
@media screen and (max-width: 576px) {
  .home .comparison_mark-cross::before, .home .comparison_mark-cross::after {
    width: 20px;
  }
}
.home .comparison_mark-cross::before {
  transform: rotate(45deg);
}
.home .comparison_mark-cross::after {
  transform: rotate(-45deg);
}
.home {
  /*--------------------------------
  料金体系
  ---------------------------------*/
}
.home .price {
  padding: 70px 0 80px;
}
@media screen and (max-width: 576px) {
  .home .price {
    padding: 40px 0 50px;
  }
}
.home .price_inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.home .price_label {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 18px;
  padding: 3px 14px;
  border: 2px solid #0381DC;
  border-radius: 999px;
  background: #fff;
  color: #0381DC;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
}
.home .price_label::before, .home .price_label::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.home .price_label::before {
  bottom: -10px;
  border-top: 10px solid #0381DC;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.home .price_label::after {
  bottom: -7px;
  border-top: 8px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
@media screen and (max-width: 576px) {
  .home .price_label {
    margin-bottom: 12px;
    font-size: 13px;
  }
}
.home .price_title {
  position: relative;
  margin: 0 0 70px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .home .price_title {
    font-size: clamp(26px, 5.1219512195vw, 42px);
  }
}
@media screen and (max-width: 576px) {
  .home .price_title {
    margin-bottom: 35px;
    font-size: 28px;
  }
}
.home .price_title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 32px;
  height: 2px;
  background: #0381DC;
  transform: translateX(-50%);
}
.home .price_table_wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.home .price_table {
  width: 100%;
  min-width: clamp(10px, 50vw, 720px);
  border-collapse: separate;
  border-spacing: 0;
  font-size: 21px;
  background: #fff;
}
.home .price_table th,
.home .price_table td {
  padding: 28px 34px;
  border-right: 1px solid #bbc1c6;
  border-bottom: 1px solid #bbc1c6;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 1.4;
}
@media screen and (max-width: 820px) {
  .home .price_table th,
  .home .price_table td {
    padding: 20px;
    white-space: normal;
  }
}
@media screen and (max-width: 576px) {
  .home .price_table th,
  .home .price_table td {
    padding: 7px;
  }
}
.home .price_table thead th {
  background: #0381DC;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .home .price_table thead th {
    font-size: clamp(14px, 1.9512195122vw, 16px);
  }
}
.home .price_table thead th:first-child {
  width: 24%;
  background: transparent;
  border-right: none;
  border-bottom: none;
}
.home .price_table thead th:nth-child(2) {
  width: 33%;
  border-radius: 8px 0 0 0;
}
@media screen and (max-width: 576px) {
  .home .price_table thead th:nth-child(2) {
    width: 30%;
  }
}
.home .price_table tbody td:nth-child(2) {
  text-align: center;
}
.home .price_table tbody td:nth-child(2) .price_amount {
  display: inline-block;
  min-width: clamp(10px, 7.2916666667vw, 105px);
  text-align: right;
}
.home .price_table tbody td:nth-child(3) {
  text-align: center;
}
@media screen and (max-width: 576px) {
  .home .price_table tbody td:nth-child(3) {
    text-align: left;
  }
}
.home .price_table tbody td:nth-child(3) span {
  display: inline-block;
  width: clamp(100px, 23.6111111111vw, 340px);
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .home .price_table tbody td:nth-child(3) span {
    width: auto;
  }
}
.home .price_table thead th:last-child {
  width: 43%;
  border-right: none;
  border-radius: 0 8px 0 0;
}
.home .price_table tbody th {
  background: #0381DC;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  text-align: left;
  white-space: nowrap;
}
@media screen and (max-width: 820px) {
  .home .price_table tbody th {
    font-size: clamp(14px, 1.9512195122vw, 16px);
  }
}
.home .price_table tbody tr:first-child th {
  border-radius: 8px 0 0 0;
}
.home .price_table tbody tr:last-child th {
  border-radius: 0 0 0 8px;
}
.home .price_table tbody td {
  color: #333;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.7;
  background: #fff;
}
@media screen and (max-width: 820px) {
  .home .price_table tbody td {
    font-size: clamp(14px, 1.9512195122vw, 16px);
  }
}
.home .price_table tbody tr:last-child th,
.home .price_table tbody tr:last-child td {
  border-bottom: 1px solid #d2d8de;
}
.home .price_table tbody tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.home .price_amount {
  color: #0381DC;
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .home .price_amount {
    font-size: clamp(14px, 1.9512195122vw, 16px);
  }
}
@media screen and (max-width: 576px) {
  .home .price_amount {
    font-size: 16px;
  }
}
.home {
  /*--------------------------------
  ご利用開始までの流れ
  ---------------------------------*/
}
.home .flow {
  padding: 80px 0 95px;
  background: #eaf6ff;
}
@media screen and (max-width: 576px) {
  .home .flow {
    padding: 45px 0 55px;
  }
}
.home .flow_inner {
  max-width: 1515px;
  width: 90%;
  margin: 0 auto;
}
.home .flow_label {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 18px;
  padding: 3px 14px;
  border: 2px solid #0381DC;
  border-radius: 999px;
  background: #fff;
  color: #0381DC;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
}
.home .flow_label::before, .home .flow_label::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.home .flow_label::before {
  bottom: -10px;
  border-top: 10px solid #0381DC;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.home .flow_label::after {
  bottom: -7px;
  border-top: 8px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
@media screen and (max-width: 576px) {
  .home .flow_label {
    margin-bottom: 12px;
    font-size: 13px;
  }
}
.home .flow_title {
  position: relative;
  margin: 0 0 80px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.home .flow_title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 32px;
  height: 2px;
  background: #0381DC;
  transform: translateX(-50%);
}
@media screen and (max-width: 820px) {
  .home .flow_title {
    margin-bottom: 55px;
    font-size: clamp(22px, 3.9024390244vw, 32px);
  }
}
@media screen and (max-width: 576px) {
  .home .flow_title {
    font-size: 22px;
  }
}
.home .flow_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1307px) {
  .home .flow_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 42px 24px;
  }
}
@media screen and (max-width: 576px) {
  .home .flow_list {
    grid-template-columns: 1fr;
    gap: 55px;
    width: 90%;
    margin: 0 auto;
  }
}
.home .flow_item {
  position: relative;
  padding: 48px 20px 28px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
.home .flow_item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 10px;
  height: 16px;
  border-radius: 8px;
  background: #0381DC;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 1307px) {
  .home .flow_item:not(:last-child)::after {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .home .flow_item {
    min-height: auto;
    padding: 42px 20px 25px;
  }
}
.home .flow_number {
  position: absolute;
  top: -25px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 67px;
  height: 67px;
  border-radius: 50%;
  background: #0381DC;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 700;
  transform: translateX(-50%);
}
@media screen and (max-width: 576px) {
  .home .flow_number {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
}
.home .flow_icon {
  width: 90px;
  margin: 20px auto 24px;
}
.home .flow_icon img {
  display: block;
  width: 100%;
  height: auto;
}
.home .flow_text {
  margin: 0;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .home .flow_text {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .home .flow_item {
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
    padding: 38px 18px 22px;
  }
  .home .flow_icon {
    flex: 0 0 54px;
    width: 54px;
    margin: 0;
  }
  .home .flow_text {
    flex: 1;
    margin: 0;
  }
}
.home {
  /*--------------------------------
  よくあるご質問
  ---------------------------------*/
}
.home .faq {
  padding: 70px 0;
}
@media screen and (max-width: 576px) {
  .home .faq {
    padding: 20px 0 40px;
  }
}
.home .faq_inner {
  max-width: 855px;
  margin: 0 auto;
  width: 90%;
}
.home .faq_title {
  position: relative;
  margin: 0 0 50px;
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .home .faq_title {
    font-size: clamp(22px, 4.2682926829vw, 35px);
  }
}
@media screen and (max-width: 576px) {
  .home .faq_title {
    margin-bottom: 35px;
    font-size: 19px;
  }
}
.home .faq_title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 32px;
  height: 2px;
  background: #0381DC;
  transform: translateX(-50%);
}
.home .faq_list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 576px) {
  .home .faq_list {
    gap: 20px;
  }
}
.home .faq_item {
  border-radius: 5px;
  overflow: hidden;
}
.home .faq_item[open] {
  border: 1px solid #0381DC;
}
.home .faq_item.is-open .faq_toggle {
  transform: translateY(-50%) rotate(90deg);
}
.home .faq_item.is-open .faq_toggle::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}
.home .faq_item.is-open .faq_toggle::after {
  opacity: 0;
}
.home .faq_question {
  position: relative;
  display: flex;
  gap: 4px;
  align-items: center;
  width: 100%;
  padding: 17px 52px 17px 26px;
  background: #0381DC;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  line-height: 1.4;
}
@media screen and (max-width: 576px) {
  .home .faq_question {
    align-items: flex-start;
    padding: 14px 42px 14px 16px;
    font-size: 15px;
  }
}
.home .faq_question::-webkit-details-marker {
  display: none;
}
.home .faq_question::marker {
  display: none;
}
.home .faq_q {
  flex-shrink: 0;
  margin-right: 8px;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .home .faq_q {
    margin-right: 4px;
    font-size: 20px;
    line-height: 1.2;
  }
}
.home .faq_question_text {
  flex: 1;
}
.home .faq_toggle {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 14px;
  height: 14px;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.25s ease;
}
@media screen and (max-width: 576px) {
  .home .faq_toggle {
    right: 16px;
    width: 12px;
    height: 12px;
  }
}
.home .faq_toggle::before, .home .faq_toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  background: #fff;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, opacity 0.2s ease;
}
@media screen and (max-width: 576px) {
  .home .faq_toggle::before, .home .faq_toggle::after {
    width: 12px;
  }
}
.home .faq_toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.home .faq_answer {
  overflow: hidden;
  padding: 22px 26px 24px;
  background: #fff;
}
@media screen and (max-width: 576px) {
  .home .faq_answer {
    padding: 16px;
  }
}
.home .faq_answer p {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .home .faq_answer p {
    font-size: 14px;
  }
}
.home {
  /*--------------------------------
  クチコミは積み上げです
  ---------------------------------*/
}
.home .review-stack {
  position: relative;
  overflow: visible;
  margin-top: 160px;
  padding: 80px 0;
  background: #eef8ff url("../common/img/review_stack_back.jpg") center/cover no-repeat;
}
@media screen and (max-width: 820px) {
  .home .review-stack {
    margin-top: 80px;
    padding: 60px 0;
  }
}
@media screen and (max-width: 576px) {
  .home .review-stack {
    margin-top: 40px;
    padding: 20px 0 50px;
  }
}
.home .review-stack_inner {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.home .review-stack_illust {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
  width: clamp(0px, 24.1176470588vw, 410px);
  transform: translateY(-58%);
}
@media screen and (max-width: 820px) {
  .home .review-stack_illust {
    position: static;
    width: clamp(180px, 36.5853658537vw, 300px);
    margin: -120px auto 20px;
    transform: none;
  }
}
@media screen and (max-width: 576px) {
  .home .review-stack_illust {
    width: 180px;
    margin: -80px auto 0;
  }
}
.home .review-stack_illust img {
  display: block;
  width: 100%;
  height: auto;
}
.home .review-stack_content {
  position: relative;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 576px) {
  .home .review-stack_content {
    width: 100%;
    text-align: center;
  }
}
.home .review-stack_title {
  margin: 0 0 45px;
  color: #0381DC;
  font-size: clamp(0px, 3.2638888889vw, 47px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .home .review-stack_title {
    margin-bottom: 30px;
    font-size: clamp(28px, 5.7317073171vw, 47px);
  }
}
@media screen and (max-width: 576px) {
  .home .review-stack_title {
    margin-bottom: 25px;
    font-size: 24px;
  }
}
.home .review-stack_list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 27px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 55px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 576px) {
  .home .review-stack_list {
    gap: 15px;
    margin-bottom: 30px;
  }
}
.home .review-stack_item {
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-left: 34px;
  font-size: clamp(0px, 2.6388888889vw, 38px);
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .home .review-stack_item {
    font-size: clamp(22px, 4.6341463415vw, 38px);
  }
}
@media screen and (max-width: 576px) {
  .home .review-stack_item {
    padding-left: 26px;
    font-size: 20px;
    text-align: left;
  }
}
.home .review-stack_item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 21px;
  height: 18px;
  background: url("../common/img/checkmark.png") center/contain no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 576px) {
  .home .review-stack_item::before {
    width: 17px;
    height: 15px;
  }
}
.home .review-stack_text {
  display: inline;
  margin: 0;
  padding-bottom: 5px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}
@media screen and (max-width: 820px) {
  .home .review-stack_text {
    font-size: clamp(16px, 2.9268292683vw, 24px);
  }
}
@media screen and (max-width: 576px) {
  .home .review-stack_text {
    font-size: 18px;
    text-align: left;
    line-height: 2;
  }
}
.home {
  /*--------------------------------
  お問い合わせ
  ---------------------------------*/
}
.home .contact {
  padding: 70px 0 70px;
  background: #0381DC url("../common/img/contact_back.jpg") center/cover no-repeat;
}
@media screen and (max-width: 576px) {
  .home .contact {
    padding: 45px 0 45px;
  }
}
.home .contact_inner {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.home .contact_title {
  margin: 0 0 10px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .home .contact_title {
    font-size: clamp(48px, 9.756097561vw, 80px);
  }
}
@media screen and (max-width: 576px) {
  .home .contact_title {
    font-size: 42px;
  }
}
.home .contact_lead {
  margin: 0 0 45px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .home .contact_lead {
    margin-bottom: 25px;
    font-size: 15px;
  }
}
.home .contact_form_wrap {
  max-width: 715px;
  margin: 0 auto;
  padding: 50px 60px;
  background: #fff;
  border-radius: 5px;
}
@media screen and (max-width: 820px) {
  .home .contact_form_wrap {
    padding: 40px;
  }
}
@media screen and (max-width: 576px) {
  .home .contact_form_wrap {
    padding: 25px 18px;
  }
}
.home .contact_form {
  text-align: left;
}
.home .contact_field {
  margin-bottom: 23px;
}
@media screen and (max-width: 576px) {
  .home .contact_field {
    margin-bottom: 18px;
  }
}
.home .contact_label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .home .contact_label {
    flex-wrap: wrap;
    gap: 6px;
    font-size: 15px;
  }
}
.home .contact_badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  margin-left: 8px;
  padding: 2px 10px 3px;
  border-radius: 999px;
  background: #b2b2b2;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .home .contact_badge {
    margin-left: 0;
    padding: 2px 8px;
    font-size: 12px;
  }
}
.home .contact_badge-required {
  background: #0381DC;
}
.home .contact_input, .home .contact_textarea {
  width: 100%;
  padding: 8px 10px;
  border: 1px solid #b9b9b9;
  background: #fff;
  font-size: 14px;
  border-radius: 3px;
}
.home .contact_input {
  height: 54px;
}
@media screen and (max-width: 576px) {
  .home .contact_input {
    height: 46px;
  }
}
.home .contact_input-postcode {
  width: 150px;
}
@media screen and (max-width: 576px) {
  .home .contact_input-postcode {
    width: 100%;
    max-width: 180px;
  }
}
.home .contact_textarea {
  height: 150px;
  resize: vertical;
}
@media screen and (max-width: 576px) {
  .home .contact_textarea {
    height: 130px;
  }
}
.home .contact_privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 28px 0 24px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .home .contact_privacy {
    align-items: flex-start;
    justify-content: flex-start;
    margin: 22px 0 20px;
    font-size: 13px;
    text-align: left;
  }
}
.home .contact_privacy input {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin: 0;
}
@media screen and (max-width: 576px) {
  .home .contact_privacy input {
    margin-top: 3px;
  }
}
.home .contact_privacy a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 8px;
}
@media screen and (max-width: 576px) {
  .home .contact_privacy a {
    text-underline-offset: 4px;
  }
}
.home .contact_button_wrap {
  display: flex;
  justify-content: center;
}
.home .contact_button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 366px;
  min-height: 63px;
  margin-top: 35px;
  padding: 10px 44px 10px 30px;
  border: none;
  border-radius: 999px;
  background: #FF8A04;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (max-width: 576px) {
  .home .contact_button {
    width: 100%;
    min-height: 54px;
    margin-top: 25px;
    padding: 10px 42px 10px 24px;
    font-size: 16px;
  }
}
.home .contact_button_arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}
@media screen and (max-width: 576px) {
  .home .contact_button_arrow {
    right: 12px;
    width: 28px;
    height: 28px;
  }
}
.home .contact_button_arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8px;
  width: 14px;
  height: 2px;
  background: #FF8A04;
  border-radius: 999px;
  transform: translateY(-50%);
}
@media screen and (max-width: 576px) {
  .home .contact_button_arrow::before {
    left: 7px;
    width: 13px;
  }
}
.home .contact_button_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #FF8A04;
  border-right: 2px solid #FF8A04;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 576px) {
  .home .contact_button_arrow::after {
    left: 11px;
    width: 6px;
    height: 6px;
  }
}
.home .contact_copyright {
  margin: 60px 0 0;
  color: #fff;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 576px) {
  .home .contact_copyright {
    margin-top: 35px;
    font-size: 11px;
  }
}
.home .contact .error {
  margin-top: 5px;
  color: #e60012;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .home .contact .error {
    font-size: 11px;
  }
}
.home .contact_radio_group {
  margin-top: 23px;
}
@media screen and (max-width: 576px) {
  .home .contact_radio_group {
    margin-top: 18px;
  }
}
.home .contact_radio {
  display: flex;
  align-items: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 12px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.home .contact_radio input {
  width: 14px;
  height: 14px;
  accent-color: #0381DC;
}
.home {
  /*--------------------------------
  ホバーアニメーション
  ---------------------------------*/
}
.home .mv_cta_button,
.home .price_button,
.home .contact_button,
.home .fixed-contact_button {
  border: 2px solid #FF8A04;
  transition: background 0.3s, color 0.3s, opacity 0.3s;
}
.home .mv_cta_button:hover,
.home .price_button:hover,
.home .contact_button:hover,
.home .fixed-contact_button:hover {
  background: #fff;
  color: #FF8A04;
  opacity: 1;
}
.home .mv_cta_button:hover .mv_cta_arrow,
.home .price_button:hover .price_button_arrow,
.home .contact_button:hover .contact_button_arrow,
.home .fixed-contact_button:hover .fixed-contact_arrow {
  background: #FF8A04;
}
.home .mv_cta_button:hover .mv_cta_arrow::before,
.home .price_button:hover .price_button_arrow::before,
.home .contact_button:hover .contact_button_arrow::before,
.home .fixed-contact_button:hover .fixed-contact_arrow::before {
  background: #fff;
}
.home .mv_cta_button:hover .mv_cta_arrow::after,
.home .price_button:hover .price_button_arrow::after,
.home .contact_button:hover .contact_button_arrow::after,
.home .fixed-contact_button:hover .fixed-contact_arrow::after {
  border-color: #fff;
}
.home {
  /*--------------------------------
  スマホ追従お問い合わせボタン
  ---------------------------------*/
}
.home .fixed-contact {
  display: none;
}
@media screen and (max-width: 820px) {
  .home .fixed-contact {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    padding: 14px 28px calc(14px + env(safe-area-inset-bottom));
    background: #0381DC;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
    pointer-events: none;
  }
}
@media screen and (max-width: 820px) {
  .home .fixed-contact.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.home .fixed-contact_button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  min-height: 50px;
  border-radius: 999px;
  background: #FF8A04;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.home .fixed-contact_arrow {
  position: absolute;
  left: 10px;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #fff;
  transform: translateY(-50%);
}
.home .fixed-contact_arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 17px;
  height: 2px;
  background: #FF8A04;
  border-radius: 999px;
  transform: translateY(-50%);
}
.home .fixed-contact_arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FF8A04;
  border-right: 2px solid #FF8A04;
  transform: translateY(-50%) rotate(45deg);
}

/*--------------------------------
お問い合わせ 確認画面
---------------------------------*/
.contact-confirm .contact_lead {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .contact-confirm .contact_lead {
    font-size: 14px;
  }
}
.contact-confirm .contact_form_wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 45px 60px;
  border-radius: 6px;
  background: #fff;
}
@media screen and (max-width: 576px) {
  .contact-confirm .contact_form_wrap {
    padding: 30px 20px;
  }
}
.contact-confirm .contact_field {
  padding: 18px 0;
  border-bottom: 1px solid #e0e0e0;
}
.contact-confirm .contact_field:first-child {
  padding-top: 0;
}
.contact-confirm .contact_field:last-of-type {
  border-bottom: none;
}
.contact-confirm .contact_label {
  margin-bottom: 8px;
}
.contact-confirm .contact_field > div {
  padding-left: 0;
  color: #333;
  font-size: 18px;
  font-weight: 500;
  word-break: break-word;
}
@media screen and (max-width: 576px) {
  .contact-confirm .contact_field > div {
    font-size: 15px;
  }
}
.contact-confirm .contact_privacy {
  margin-top: 30px;
  justify-content: center;
}
.contact-confirm .contact_button,
.contact-confirm .contact_button:visited,
.contact-confirm .contact_button:focus {
  color: #fff;
  text-decoration: none;
}
.contact-confirm .contact_button:hover {
  color: #FF8A04;
  text-decoration: none;
}
.contact-confirm .contact_button_text {
  color: inherit;
  text-decoration: none;
}

/*--------------------------------
お問い合わせ 完了画面
---------------------------------*/
.contact-thanks {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.contact-thanks .contact_inner {
  padding: 35px 0 50px;
}
@media screen and (max-width: 576px) {
  .contact-thanks .contact_inner {
    padding: 30px 0 35px;
  }
}
.contact-thanks .contact_title {
  margin-bottom: 18px;
}
@media screen and (max-width: 576px) {
  .contact-thanks .contact_title {
    margin-bottom: 12px;
  }
}
.contact-thanks .contact_lead {
  margin-bottom: 45px;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .contact-thanks .contact_lead {
    margin-bottom: 28px;
    font-size: 16px;
  }
}
.contact-thanks .contact_form_wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 50px 40px;
  border-radius: 6px;
  background: #fff;
}
@media screen and (max-width: 576px) {
  .contact-thanks .contact_form_wrap {
    padding: 35px 20px;
  }
}
.contact-thanks .contact_thanks_text {
  margin: 0 0 35px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .contact-thanks .contact_thanks_text {
    margin-bottom: 28px;
    font-size: 14px;
  }
}
.contact-thanks .contact_button {
  text-decoration: none;
}
.contact-thanks .contact_button,
.contact-thanks .contact_button:visited,
.contact-thanks .contact_button:focus {
  color: #fff;
}
.contact-thanks .contact_button:hover {
  color: #FF8A04;
}
.contact-thanks .contact_button_text {
  color: inherit;
  text-decoration: none;
}

/*--------------------------------
フッター
---------------------------------*/
.footer {
  background: #1b1b1b;
  padding: 45px 20px 20px;
}
.footer_inner {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 576px) {
  .footer_inner {
    flex-direction: column;
    gap: 28px;
  }
}
.footer_logo img {
  width: 190px;
  display: block;
}
.footer_company {
  margin-top: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  .footer_company {
    font-size: 14px;
  }
}
.footer_nav {
  display: flex;
  align-items: end;
  gap: 28px;
}
.footer_nav a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 576px) {
  .footer_nav a {
    font-size: 13px;
  }
}
.footer_nav img {
  width: 14px;
}
.footer_copy {
  margin-top: 28px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 576px) {
  .footer_copy {
    padding: 45px 20px 105px;
    font-size: 10px;
  }
}

/*--------------------------------
利用規約
---------------------------------*/
.terms_page {
  background: #f6fbff;
}

.terms_mv {
  padding: 120px 20px 64px;
  background: linear-gradient(135deg, #0381DC 0%, #0381DC 100%);
  color: #fff;
  text-align: center;
}
.terms_mv_inner {
  max-width: 1040px;
  margin: 0 auto;
}
.terms_mv_label {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.18em;
  margin-bottom: 16px;
}
.terms_mv_title {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  line-height: 1.5;
}
.terms_mv_text {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.8;
}

.terms {
  padding: 72px 20px 96px;
}
.terms_inner {
  max-width: 1040px;
  margin: 0 auto;
}
.terms_box {
  background: #fff;
  border-radius: 24px;
  padding: 56px 64px;
  box-shadow: 0 12px 40px rgba(0, 72, 130, 0.08);
}
.terms_lead {
  margin-bottom: 48px;
  padding: 24px;
  background: #f1f8ff;
  border-left: 4px solid #0381DC;
}
.terms h2 {
  margin-top: 48px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d8e8f5;
  color: #0381DC;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}
.terms h2:first-of-type {
  margin-top: 0;
}
.terms p,
.terms li {
  color: #333;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.03em;
}
.terms p {
  margin-top: 18px;
}
.terms ol {
  margin-top: 18px;
  padding-left: 1.4em;
}
.terms ol > li {
  margin-top: 10px;
}
.terms ul {
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
}
.terms ul > li {
  margin-top: 6px;
}
.terms_date {
  margin-top: 56px;
  text-align: right;
  font-weight: 700;
}

.terms_back {
  margin-top: 50px;
  text-align: center;
}
.terms_back a {
  font-size: 18px;
  display: inline-block;
  padding: 14px 36px;
  border: 1px solid #0381DC;
  border-radius: 999px;
  background: #0381DC;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s;
}
.terms_back a:hover {
  background: #fff;
  color: #0381DC;
}

@media (max-width: 768px) {
  .terms_mv {
    padding: 88px 20px 48px;
  }
  .terms_mv_text {
    font-size: 14px;
  }
  .terms {
    padding: 48px 16px 72px;
  }
  .terms_box {
    border-radius: 18px;
    padding: 32px 20px;
  }
  .terms_lead {
    margin-bottom: 36px;
    padding: 18px;
  }
  .terms h2 {
    margin-top: 40px;
    font-size: 18px;
  }
  .terms p,
  .terms li {
    font-size: 14px;
    line-height: 1.9;
  }
  .terms ol {
    padding-left: 1.2em;
  }
  .terms_date {
    text-align: left;
  }
  .terms_back {
    margin-top: 40px;
  }
  .terms_back a {
    width: 100%;
    max-width: 280px;
    font-size: 16px;
    padding: 13px 24px;
  }
}/*# sourceMappingURL=top.css.map */