@charset "UTF-8";
/* main colors */
/*トップページのスタイル*/
.main_visual {
  width: 100%;
  position: relative;
  padding-top: min(9.0714285714vw, 127px);
}
@media (max-width: 767px) {
  .main_visual {
    padding-top: 116px;
  }
}
.main_visual_back_img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: min(60.5vw, 847px);
}
@media (max-width: 767px) {
  .main_visual_back_img {
    width: 89.7435897436vw;
    top: 20px;
  }
}
.main_visual_mainContent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .main_visual_mainContent {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
.main_visual_text_container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: min(8vw, 112px);
}
@media (max-width: 767px) {
  .main_visual_text_container {
    padding-top: 0;
    align-items: center;
    gap: 16px;
  }
}
.main_visual_text_container h1 {
  font-weight: 700;
  font-size: clamp(32px, 4.5714285714vw, 64px);
  line-height: 1.4;
  position: relative;
  z-index: 1;
  margin-left: -0.13em;
}
@media (max-width: 767px) {
  .main_visual_text_container h1 {
    font-size: 37px;
    text-align: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 389px) {
  .main_visual_text_container h1 {
    font-size: 32px;
  }
}
.main_visual_text_container h1 span {
  color: white;
  font-weight: 700;
  font-size: clamp(32px, 4.5714285714vw, 64px);
  line-height: 1.4;
  background: #0065F8;
  padding: 0.1em 0.15em 0.2em;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 767px) {
  .main_visual_text_container h1 span {
    font-size: 37px;
    text-align: center;
  }
}
.main_visual_text_top {
  font-weight: 500;
  font-size: clamp(16px, 1.7142857143vw, 24px);
  line-height: 1.2;
}
@media (max-width: 767px) {
  .main_visual_text_top {
    font-family: Noto Sans JP;
    font-size: 16px;
    text-align: center;
  }
}
.main_visual_text_bottom {
  font-weight: 400;
  font-size: clamp(14px, 1.4285714286vw, 20px);
  line-height: 1.8;
}
@media (max-width: 767px) {
  .main_visual_text_bottom {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
  }
}
.main_visual_text_bottom span {
  font-weight: 700;
}
.main_visual_text_bottom_br {
  display: none;
}
@media (max-width: 767px) {
  .main_visual_text_bottom_br {
    display: block;
  }
}
.main_visual_smartphone {
  width: min(32.7142857143vw, 458px);
}
@media (max-width: 767px) {
  .main_visual_smartphone {
    max-width: 350px;
    width: 100%;
  }
}

.main_visual_swiper {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .main_visual_swiper {
    top: 386px;
  }
}
.main_visual_swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
@media (max-width: 767px) {
  .main_visual_swiper .swiper-slide {
    width: auto;
    height: 72px;
  }
}
.main_visual_swiper .swiper-slide picture,
.main_visual_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.section_main_text_container {
  position: relative;
  max-width: 766px;
  margin: 0 auto;
}

.parentheses_img_top {
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .parentheses_img_top {
    top: -40px;
  }
}
.parentheses_img_top_solution {
  top: -20px;
}
@media (max-width: 919px) {
  .parentheses_img_top_solution {
    top: -40px;
  }
}
.parentheses_img_bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: end;
}
@media (max-width: 767px) {
  .parentheses_img_bottom {
    bottom: -40px;
  }
}

.section_main_text {
  font-weight: 700;
  font-size: clamp(24px, 2.2857142857vw, 32px);
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .section_main_text {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section_main_text_lineHight {
    line-height: 1.4;
  }
}
.section_main_text span {
  color: white;
  font-weight: 700;
  font-size: clamp(24px, 2.2857142857vw, 32px);
  line-height: 1.6;
  text-align: center;
  background: #0065F8;
  padding: 0.15em 0.15em 0.25em;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 767px) {
  .section_main_text span {
    font-size: 24px;
  }
}
.section_main_text.section_main_text--white {
  color: white;
}

.text_white {
  color: white;
}

.no_link {
  pointer-events: none;
}

.text_center_pc {
  text-align: center;
}
@media (max-width: 767px) {
  .text_center_pc {
    text-align: unset;
  }
}

@media (max-width: 767px) {
  .text_center_sp {
    text-align: center;
  }
}

.worries_section {
  background: hsl(0, 0%, 21%);
  position: relative;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.worries_back {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: min(40.9285714286vw, 573px);
}
@media (max-width: 767px) {
  .worries_back {
    max-width: 445px;
    top: 209px;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .worries_back img {
    width: 100%;
  }
}
.worries_height {
  padding: 226px 0 80px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .worries_height {
    padding: 207px 0 64px;
  }
}
.worries_main_text_container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 66px;
}
@media (max-width: 767px) {
  .worries_main_text_container {
    margin-bottom: 40px;
  }
}
.worries_text_container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.worries_content_container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 24px;
  max-width: 864px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .worries_content_container {
    gap: 16px;
  }
}
.worries_content {
  background-color: white;
  border-radius: 8px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .worries_content {
    flex-direction: column-reverse;
    justify-content: flex-end;
    gap: 8px;
    padding: 16px 19px;
  }
}
.worries_content_left {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 302px;
  width: 100%;
}
@media (max-width: 767px) {
  .worries_content_left {
    max-width: none;
    justify-content: center;
    gap: 8px;
  }
}
@media screen and (max-width: 400px) {
  .worries_content_left {
    justify-content: left;
  }
}
.worries_content_left p {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6;
}
@media (max-width: 919px) {
  .worries_content_left p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .worries_content_left p {
    font-size: 12px;
    line-height: 1.4;
  }
}
.worries_content_left p .worries_br {
  display: none;
}
@media screen and (max-width: 550px) {
  .worries_content_left p .worries_br {
    display: block;
  }
}
.worries_content_left p .worries_br_sp {
  display: none;
}
@media screen and (max-width: 470px) {
  .worries_content_left p .worries_br_sp {
    display: block;
  }
}
@media screen and (max-width: 389px) {
  .worries_content_left p .worries_br_one {
    display: none;
  }
}
.worries_content_check, .worries_content_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.worries_content_img {
  max-width: 32px;
  width: 100%;
}
@media (max-width: 767px) {
  .worries_content_img {
    max-width: 24px;
  }
}
.worries_content_img img {
  width: 100%;
}
.worries_content_check {
  max-width: 24px;
  width: 100%;
}
@media (max-width: 767px) {
  .worries_content_check {
    max-width: 16px;
  }
}
.worries_content_check img {
  width: 100%;
}

.consultation {
  position: absolute;
  bottom: -146px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  max-width: 904px;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .consultation {
    bottom: -190px;
  }
}
@media (max-width: 767px) {
  .consultation {
    bottom: -153px;
  }
}
.consultation_bubble {
  position: absolute;
  right: 35px;
  top: -24px;
  width: clamp(90px, 9.1428571429vw, 128px);
}
@media (max-width: 767px) {
  .consultation_bubble {
    right: 8px;
    max-width: 88px;
    width: 100%;
  }
}
.consultation_container {
  background: #FFDD00;
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 8px;
  position: relative;
  max-width: 864px;
}
@media (max-width: 767px) {
  .consultation_container {
    padding: 24px;
    gap: 18px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.consultation_text {
  font-weight: 700;
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .consultation_text {
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
  }
}
.consultation_text .bold_underline {
  color: #0065F8;
  position: relative;
}
.consultation_text .bold_underline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0065F8;
}
.consultation_top {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .consultation_top {
    margin: 0 auto 0 0;
  }
}
.consultation_bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}
@media (max-width: 767px) {
  .consultation_bottom {
    flex-direction: column;
    width: 100%;
    max-width: 500px;
  }
}
.consultation_bottom_link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 24px 40px;
  border-radius: 5px;
  transition: background-color 0.3s ease-out;
  width: 100%;
}
@media (max-width: 767px) {
  .consultation_bottom_link {
    justify-content: center;
    padding: 16px;
  }
}
.consultation_bottom_link.mail_white {
  background: white;
  max-width: 322px;
}
@media (max-width: 767px) {
  .consultation_bottom_link.mail_white {
    max-width: none;
  }
}
.consultation_bottom_link.mail_white:hover {
  background-color: #E6E6E6;
}
.consultation_bottom_link.line_green {
  background: hsl(145, 94%, 40%);
  max-width: 270px;
}
@media (max-width: 767px) {
  .consultation_bottom_link.line_green {
    max-width: none;
  }
}
.consultation_bottom_link.line_green:hover {
  background-color: #00AB39;
}
.consultation_bottom_link .line_img, .consultation_bottom_link .mail_img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 24px;
  width: 100%;
}
.consultation_bottom_link .line_img img, .consultation_bottom_link .mail_img img {
  max-width: 24px;
  width: 100%;
}
.consultation_bottom_link p {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .consultation_bottom_link p {
    font-size: 12px;
  }
}

.bubble_small_img {
  max-width: 48px;
}
@media (max-width: 767px) {
  .bubble_small_img {
    max-width: 40px;
  }
}

.solution_section {
  padding: 40px 0 48px;
}
@media (max-width: 767px) {
  .solution_section {
    padding: 40px 0 56px;
  }
}

.solution_arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 80px;
  width: 100%;
  margin: 0 auto 60px;
}
@media (max-width: 767px) {
  .solution_arrow {
    max-width: 53px;
    margin: 0 auto 80px;
  }
}

.section_main {
  position: relative;
  z-index: 1;
}
.section_main p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .section_main p {
    margin-top: 16px;
  }
}
.section_main p span {
  color: #0065F8;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .section_main p span {
    font-size: 16px;
  }
}
.section_main p span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0065F8;
}
.section_main_backImg {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .section_main_backImg {
    width: 89.7435897436VW;
  }
}
@media (max-width: 767px) {
  .section_main_backImg_plans {
    width: 56.6666666667vw;
  }
}

.point_container {
  margin-top: 80px;
}
.point_content {
  border-top: 1px solid #DBDCDC;
  padding: 40px 0 44px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 919px) {
  .point_content {
    align-items: stretch;
    padding: 32px 0;
    gap: 20px;
  }
}
.point_content_left {
  display: flex;
  align-items: flex-start;
  flex: 1 1 0;
}
@media (max-width: 919px) {
  .point_content_left {
    display: contents;
  }
}
.point_title_container {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 5px;
  max-width: 120px;
  width: 100%;
  margin-right: clamp(24px, 5.4285714286vw, 76px);
}
@media (max-width: 919px) {
  .point_title_container {
    order: 1;
  }
}
.point_title_container p {
  color: #0065F8;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: clamp(14px, 1.1428571429vw, 16px);
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767px) {
  .point_title_container p {
    font-size: 14px;
  }
}
.point_title_container h3 {
  font-weight: 400;
  font-size: clamp(18px, 1.7142857143vw, 24px);
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767px) {
  .point_title_container h3 {
    font-size: 18px;
  }
}
.point_main_textContainer {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 520px;
  width: 100%;
}
@media (max-width: 919px) {
  .point_main_textContainer {
    order: 3;
    max-width: none;
    gap: 8px;
  }
}
.point_main_title {
  font-weight: 700;
  font-size: clamp(20px, 2.2857142857vw, 32px);
  line-height: 1.6;
}
@media (max-width: 767px) {
  .point_main_title {
    font-size: 20px;
  }
}
.point_main_text {
  font-weight: 400;
  font-size: clamp(14px, 1.1428571429vw, 16px);
  line-height: 1.8;
}
@media (max-width: 767px) {
  .point_main_text {
    font-size: 14px;
    line-height: 1.6;
  }
}
.point_img {
  width: min(19.4285714286vw, 272px);
}
@media (max-width: 919px) {
  .point_img {
    width: 42.5641025641vw;
    order: 2;
  }
}
.point_img img {
  width: 100%;
}

.consultation_middle {
  background: #FFDD00;
  width: 100%;
  padding: 64px 112px 0 64px;
  padding: min(4.5714285714vw, 64px) min(8vw, 112px) 0 min(4.5714285714vw, 64px);
  position: relative;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 36px;
}
@media (max-width: 1199px) {
  .consultation_middle {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 52px 52px 0;
    max-width: 730px;
    margin: 56px auto 0;
  }
}
@media (max-width: 767px) {
  .consultation_middle {
    padding: 24px 24px 0;
    max-width: 500px;
  }
}
.consultation_middle .consultation_bubble {
  display: none;
}
@media (max-width: 767px) {
  .consultation_middle .consultation_bubble {
    display: block;
  }
}
.consultation_middle .consultation_main {
  max-width: 608px;
  width: 100%;
}
.consultation_middle_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  margin: 25px 0 40px;
}
@media (max-width: 767px) {
  .consultation_middle_text {
    font-size: 12px;
    line-height: 1.6;
    margin: 18px 0 24px;
  }
}
@media (max-width: 767px) {
  .consultation_middle_br {
    display: none;
  }
}
.consultation_middle_br_sp {
  display: none;
}
@media (max-width: 767px) {
  .consultation_middle_br_sp {
    display: block;
  }
}
.consultation_middle .consultation_middle_small_text_sp, .consultation_middle .consultation_middle_small_text_pc, .consultation_middle .consultation_middle_small_text {
  font-weight: 500;
  font-size: 11px;
  line-height: 1.2;
  text-align: right;
}
.consultation_middle_small_text_pc {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
@media (max-width: 767px) {
  .consultation_middle_small_text_pc {
    display: none;
  }
}
.consultation_middle_small_text_sp {
  display: none;
}
@media (max-width: 767px) {
  .consultation_middle_small_text_sp {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.consultation_middle_img {
  position: relative;
  width: min(25.7142857143vw, 360px);
}
@media (max-width: 1199px) {
  .consultation_middle_img {
    max-width: 360px;
    width: 100%;
  }
}
.consultation_middle_bubble {
  position: absolute;
  top: -14px;
  right: -48px;
  z-index: 2;
  width: min(11vw, 154px);
}
@media (max-width: 1199px) {
  .consultation_middle_bubble {
    max-width: 154px;
    width: 100%;
    top: -38px;
    right: -38px;
  }
}
@media (max-width: 767px) {
  .consultation_middle_bubble {
    display: none;
  }
}
.consultation_middle_smartphone {
  position: relative;
  z-index: 1;
}
.consultation_middle_smartphone_img {
  width: 100%;
}
@media (max-width: 767px) {
  .consultation_middle_smartphone_img img {
    width: 100%;
  }
}

.plans_section {
  padding: 48px 0 80px;
}
@media (max-width: 767px) {
  .plans_section {
    padding: 56px 0 63px;
  }
}

.table_wrapper {
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .table_wrapper {
    overflow: auto;
    overflow-x: scroll;
    padding-bottom: 40px;
  }
  .table_wrapper::-webkit-scrollbar-track {
    background-color: white;
  }
  .table_wrapper::-webkit-scrollbar-thumb {
    background-color: hsl(0, 0%, 21%);
  }
}

.table_plans {
  margin-top: 101px;
  padding-bottom: 16px;
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-radius: 8px;
}
@media screen and (max-width: 1240px) {
  .table_plans {
    width: 1160px;
  }
}
@media (max-width: 767px) {
  .table_plans {
    margin-top: 136px;
  }
}
.table_plans th,
.table_plans td {
  position: relative;
  padding: 20px;
}
.table_plans th::before,
.table_plans td::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: hsl(0, 0%, 94%);
}
.table_plans tr th:first-child {
  border-radius: 8px 0 0 0;
}
.table_plans tr th:last-child {
  border-radius: 0 8px 0 0;
}
.table_plans tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.table_plans tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
.table_plans tr:last-child td::before {
  display: none !important;
}
.table_plans td:nth-child(3) {
  border-left: 3px solid #0065F8;
  border-right: 3px solid #0065F8;
}
.table_plans th:nth-child(3) {
  background: #0065F8 !important;
  transform: translateY(-16px);
  transform-origin: bottom;
  vertical-align: top;
  z-index: 6;
  border-radius: 8px 8px 0 0;
  padding: 32px 20px;
  position: relative;
}
.table_plans th:nth-child(3)::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 16px;
  bottom: -16px;
  left: 0;
  background-color: #0065F8;
}
.table_plans th:nth-child(3)::after {
  position: absolute;
  content: "";
  width: calc(100% - 6px);
  height: 3px;
  bottom: -16px;
  left: 3px;
  background-color: hsl(0, 0%, 94%);
}
@media (max-width: 767px) {
  .table_plans th:nth-child(3) {
    padding: 24px 20px;
  }
}
.table_plans th:nth-child(3) .table_bubble {
  position: absolute;
  top: -61px;
  right: 0;
  z-index: 20;
  max-width: 108px;
}
@media (max-width: 767px) {
  .table_plans th:nth-child(3) .table_bubble {
    max-width: 80px;
    top: -40px;
    right: 8px;
  }
}
.table_plans tr:last-child td:nth-child(3) {
  transform-origin: top;
  border-radius: 0 0 8px 8px;
  border-bottom: 3px solid #0065F8;
  transform: scaleY(1.06);
}
.table_plans th:nth-child(2),
.table_plans td:nth-child(2) {
  border-right: none;
}
.table_plans th:nth-child(4),
.table_plans td:nth-child(4) {
  border-left: none;
}
.table_plans th:nth-child(2) {
  background: hsl(145, 94%, 40%);
}
.table_plans th:nth-child(4) {
  background: #FFDD00;
}
.table_plans th:nth-child(n+2) {
  padding: 32px 20px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .table_plans th:nth-child(n+2) {
    padding: 24px 20px;
  }
}
.table_plans tr th:first-child,
.table_plans tr td:first-child {
  background: hsl(0, 0%, 21%);
  color: white;
  width: 160px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.table_plans tr th:first-child::after,
.table_plans tr td:first-child::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-color: hsl(0, 0%, 94%);
}
.table_plans .plans_name {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  text-align: center;
  background: white;
  max-width: 248px;
  margin: 0 auto;
  padding: 7px 12px;
  border: 4px;
}
@media (max-width: 1199px) {
  .table_plans .plans_name {
    font-size: 16px;
    padding: 10px;
  }
}
.table_plans .plans_cost {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 1199px) {
  .table_plans .plans_cost {
    font-size: 24px;
  }
}
.table_plans .plans_cost_jp {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .table_plans .plans_cost_jp {
    font-size: 14px;
  }
}
.table_plans .plans_cost_tax {
  margin-left: -0.5em;
}
.table_plans .plans_cost_bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.table_plans .common_text.table_text {
  text-align: left;
}
@media (max-width: 767px) {
  .table_plans .common_text.table_text {
    font-size: 13px;
  }
}
.table_plans tr th:first-child {
  background: hsl(0, 0%, 21%);
  color: white;
  width: 160px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 1199px) {
  .table_plans tr th:first-child {
    font-size: 14px;
  }
}
.table_plans tr td:first-child {
  background: hsl(0, 0%, 21%);
  color: white;
  width: 160px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4;
  text-align: left;
}
@media (max-width: 1199px) {
  .table_plans tr td:first-child {
    font-size: 13px;
  }
}
.table_plans tr td:nth-child(n+2) {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.4;
  background: white;
}
@media (max-width: 1199px) {
  .table_plans tr td:nth-child(n+2) {
    font-size: 13px;
  }
}
.table_plans tr td {
  padding: 20px;
}
@media (max-width: 767px) {
  .table_plans tr td {
    padding: 16px 20px;
  }
}
.table_plans .table_text_small {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .table_plans .table_text_small {
    font-size: 11px;
  }
}
.table_plans .table_text_center {
  text-align: center;
}
.table_plans .table_text_lineHight {
  line-height: 1.8 !important;
}

.support {
  display: flex;
  flex-direction: column;
  gap: 64px;
  margin-top: 64px;
}
@media (max-width: 1199px) {
  .support {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .support {
    gap: 24px;
  }
}
.support_main_title {
  font-weight: 700;
  font-size: clamp(24px, 2.2857142857vw, 32px);
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 1199px) {
  .support_main_title {
    font-size: 24px;
    text-align: center;
  }
}
@media screen and (max-width: 389px) {
  .support_main_title {
    font-size: 20px;
  }
}
.support_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .support_text_center {
    text-align: center;
  }
}
.support_menu_container {
  display: flex;
  gap: 24px;
}
@media (max-width: 1199px) {
  .support_menu_container {
    flex-direction: column;
    max-width: 568px;
    margin: 0 auto;
  }
}
.support_menu {
  flex: 1;
  border-radius: 8px;
  padding: 40px;
}
@media (max-width: 1199px) {
  .support_menu {
    width: 100%;
    padding: 24px;
  }
}
.support_menu_first {
  background: hsl(0, 0%, 21%);
}
.support_menu_first_cost {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .support_menu_first_cost {
    font-size: 16px;
  }
}
.support_menu_first_cost span {
  font-size: 32px;
}
@media (max-width: 1199px) {
  .support_menu_first_cost span {
    font-size: 24px;
  }
}
.support_menu_first_cost .support_menu_tax {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  margin-left: -0.5em;
}
.support_menu_second {
  background-image: image-set(url(../img/noise.png) 1x, url(../img/noise@2x.png) 2x);
  background-size: cover;
  background-repeat: no-repeat;
}
.support_menu_second .option {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .support_menu_second .option {
    gap: 24px;
  }
}
.support_menu_second .option_container {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media (max-width: 1199px) {
  .support_menu_second .option_container {
    gap: 16px;
  }
}
.support_menu_second .option_menu {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.support_menu_second .option_left {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.support_menu_second .option_text {
  font-weight: 500;
  font-size: 14px;
  line-height: 2.4;
}
@media (max-width: 767px) {
  .support_menu_second .option_text {
    line-height: 1.4;
  }
}
.support_menu_second .option_text.option_cost {
  text-align: right;
}
.support_menu_first_top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .support_menu_first_top {
    flex-direction: column;
    align-items: center;
  }
}
.support_menu_first_top_inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 767px) {
  .support_menu_first_top_inner {
    align-items: center;
  }
}
.support_menu_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .support_menu_title_center {
    text-align: center;
  }
}
.support_detail {
  background: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 4px;
  margin-top: 24px;
}
@media (max-width: 1199px) {
  .support_detail {
    margin-top: 16px;
  }
}
.support_detail_title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.8;
}

.steeq_section {
  background: hsl(0, 0%, 21%);
  border-radius: 16px 16px 0 0;
  padding-bottom: 80px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .steeq_section {
    padding: 64px 0;
  }
}
.steeq_img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  max-width: 373px;
  width: 100%;
  height: 100%;
}
.steeq_img picture {
  height: 100%;
}
@media (max-width: 919px) {
  .steeq_img {
    max-width: 349px;
  }
}
@media (max-width: 767px) {
  .steeq_img {
    max-width: 282px;
  }
}
.steeq_img img {
  height: 100%;
}
@media (max-width: 767px) {
  .steeq_img img {
    scale: 1.04;
  }
}
.steeq_top {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
.steeq_main_text_container {
  display: flex;
  flex-direction: column;
  gap: min(4.5714285714vw, 64px);
  padding-top: min(8.5714285714vw, 120px);
  max-width: 660px;
}
@media (max-width: 767px) {
  .steeq_main_text_container {
    gap: 40px;
    padding-top: 0;
    max-width: none;
  }
}
.steeq_main_title {
  color: white;
  font-weight: 700;
  font-size: clamp(24px, 2.8571428571vw, 40px);
  line-height: 1.6;
}
@media (max-width: 767px) {
  .steeq_main_title {
    font-size: 24px;
  }
}
.steeq_main_title span {
  background: #0065F8;
  padding: 0.15em 0.15em 0.25em;
  display: inline-block;
  line-height: 1;
}

.vertical_swiper {
  height: 422px;
  overflow: hidden;
  max-width: 420px;
  margin: 0;
}
@media (max-width: 919px) {
  .vertical_swiper {
    height: 330px;
  }
}
@media (max-width: 767px) {
  .vertical_swiper {
    display: none;
  }
}
.vertical_swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
.vertical_swiper .swiper-slide {
  height: auto;
}
.vertical_swiper .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.js-scroll-works::-webkit-scrollbar {
  display: none;
}

.js-scroll-works {
  -ms-overflow-style: none;
  /* IE, Edge用 */
  scrollbar-width: none;
  /* Firefox用 */
}

.scroll-hint-icon-wrap {
  z-index: 5 !important;
}

.works_swiper {
  position: relative;
  z-index: 1;
  overflow: visible;
}
.works_swiper .swiper-slide {
  max-width: 300px;
}
@media (max-width: 767px) {
  .works_swiper .swiper-slide {
    max-width: 160px;
  }
}
.works_swiper .swiper-slide img {
  height: auto;
  width: 100%;
  display: block;
}

.works_swiper_container {
  max-width: 1400px;
  margin: min(5.7142857143vw, 80px) auto 0;
  padding: 0 24px;
}
@media (max-width: 767px) {
  .works_swiper_container {
    margin: 40px auto 0;
  }
}
.works_swiper_container .works_swiper_btn_container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: relative;
  width: 88px;
  height: 40px;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .works_swiper_container .works_swiper_btn_container {
    display: none;
  }
}
.works_swiper_container .swiper-button-prev,
.works_swiper_container .swiper-button-next {
  position: static !important;
  width: 40px !important;
  height: 40px !important;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: transparent !important;
  margin: 0 !important;
  top: auto !important;
  transform: none !important;
}
.works_swiper_container .swiper-button-prev::after,
.works_swiper_container .swiper-button-next::after {
  content: none !important;
  display: none !important;
  font-size: 0 !important;
  visibility: hidden !important;
}
.works_swiper_container .swiper-button-prev {
  background-image: url(../img/swiper_arrow_prev.svg) !important;
}
.works_swiper_container .swiper-button-next {
  background-image: url(../img/swiper_arrow_next.svg) !important;
}
.works_swiper_container .swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.works_swiper_container .scrollbar_arrow_container {
  max-width: 1400px;
  display: flex;
  align-items: center;
  margin: 40px auto 0;
  gap: 24px;
  width: 100%;
  padding: 0 24px;
}
@media (max-width: 767px) {
  .works_swiper_container .scrollbar_arrow_container {
    padding: 0 20px;
  }
}
.works_swiper_container .swiper-scrollbar {
  position: static !important;
  background-color: #505050;
  flex: 1;
  height: 1px;
}
.works_swiper_container .swiper-scrollbar-drag {
  background-color: white;
}

.about_company {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 64px;
}
@media (max-width: 919px) {
  .about_company {
    flex-direction: column;
    gap: 32px;
    margin-top: 40px;
  }
}
.about_company_info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-width: 317px;
  width: 100%;
}
@media (max-width: 767px) {
  .about_company_info {
    gap: 16px;
    max-width: none;
  }
}
.about_company_info_container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  max-width: 639px;
  width: 100%;
}
@media (max-width: 767px) {
  .about_company_info_container {
    flex-direction: column;
    gap: 16px;
    max-width: none;
  }
}
.about_company_info_inner {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
}
@media (max-width: 767px) {
  .about_company_info_inner {
    gap: 24px;
  }
}
.about_company_info_name {
  color: white;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  max-width: 84px;
  width: 100%;
}
.about_company_info_name .company_spacing {
  letter-spacing: 0.33em;
  margin-right: -0.33em;
}
@media (max-width: 767px) {
  .about_company_info_name .company_spacing {
    letter-spacing: 0.34em;
    margin-right: -0.34em;
  }
}
.about_company_info_name_second {
  color: white;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  max-width: 74px;
  width: 100%;
}
@media (max-width: 767px) {
  .about_company_info_name_second {
    max-width: 84px;
  }
}
.about_company_info_name_second .address_spacing {
  letter-spacing: 0.4em;
  margin-right: -0.4em;
}
@media (max-width: 767px) {
  .about_company_info_name_second .address_spacing {
    letter-spacing: 1.05em;
    margin-right: -1.05em;
  }
}
@media (max-width: 767px) {
  .about_company_info_name_second .tel_spacing {
    letter-spacing: 0.4em;
    margin-right: -0.4em;
  }
}
.about_company_info_text {
  color: white;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  width: calc(100% - 16px - 84px);
}
@media (max-width: 767px) {
  .about_company_info_text {
    width: auto;
  }
}
.about_company_info_text_second {
  color: white;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
  width: calc(100% - 16px - 74px);
}
.about_company_info_text.to_web_site {
  color: white;
  display: inline-block;
  width: fit-content;
  background-image: linear-gradient(to right, white, white);
  background-size: 100% 1px;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-bottom: 2px;
}
.about_company_info_text.to_web_site:hover {
  animation: linkLineReverse 0.5s ease forwards;
}
@keyframes linkLineReverse {
  0% {
    background-size: 100% 1px;
    background-position: bottom right;
  }
  50% {
    background-size: 0 1px;
    background-position: bottom right;
  }
  51% {
    background-position: bottom left;
  }
  100% {
    background-size: 100% 1px;
  }
}
.about_company_info_second {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 298px;
}
@media (max-width: 767px) {
  .about_company_info_second {
    max-width: none;
    gap: 16px;
  }
}
.about_company_title {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  position: relative;
  padding-left: 22px;
}
.about_company_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: white;
  border-radius: 50%;
  width: 6px;
  height: 6px;
}

.contact_section {
  padding: 24px 0 80px;
}
@media (max-width: 767px) {
  .contact_section {
    padding: 16px 0 84px;
  }
}
.contact_bubble_img {
  position: absolute;
  top: -64px;
  right: -45px;
  width: min(13.1428571429vw, 184px);
}
@media (max-width: 1199px) {
  .contact_bubble_img {
    top: -51px;
    right: -16px;
  }
}
@media (max-width: 919px) {
  .contact_bubble_img {
    top: -51px;
    right: -12px;
  }
}
@media (max-width: 767px) {
  .contact_bubble_img {
    display: none;
  }
}
.contact_message_img {
  display: none;
}
@media (max-width: 767px) {
  .contact_message_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
  }
}
.contact_main_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  margin-top: 96px;
}
@media (max-width: 767px) {
  .contact_main_text {
    margin-top: 64px;
    gap: 24px;
  }
}
.contact_container {
  background: white;
  border-radius: 16px;
  padding: 80px 20px;
  max-width: 864px;
  margin: 64px auto 0;
  position: relative;
}
@media (max-width: 767px) {
  .contact_container {
    padding: 40px 20px;
    margin: 40px auto 0;
    border-radius: 8px;
  }
}
.contact_inner {
  max-width: 573px;
  margin: 0 auto;
}
.contact_inner_bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .contact_inner_bottom {
    gap: 16px;
  }
}
.contact_inner_bottom p {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
.contact_num_container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact_tel_img {
  max-width: 40px;
  width: 100%;
}
@media (max-width: 767px) {
  .contact_tel_img {
    max-width: 32px;
  }
}
.contact_tel_num {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767px) {
  .contact_tel_num {
    font-size: 24px;
  }
}
.contact_form_container {
  max-width: 573px;
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767px) {
  .contact_form_container {
    margin-top: 32px;
    gap: 32px;
  }
}
.contact_form_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767px) {
  .contact_form_content {
    gap: 16px;
  }
}
.contact_form_text {
  font-weight: 700;
  font-size: 16px;
  text-box-trim: trim-both;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .contact_form_text {
    font-size: 14px;
  }
}
.contact_form_text_attention {
  font-weight: 400;
  font-size: 12px;
  text-box-trim: trim-both;
  line-height: 1.6;
}

.wpcf7-text,
.wpcf7-email,
.wpcf7-url,
.wpcf7-textarea {
  width: 100%;
  background: #F1F1F1;
  border: 1px solid #DBDCDC;
  border-radius: 5px;
  padding: 9px 16px;
  font-weight: 400;
  font-size: 16px;
  text-box-trim: trim-both;
  line-height: 1.6;
}

.wpcf7-text::placeholder,
.wpcf7-email::placeholder,
.wpcf7-url::placeholder,
.wpcf7-textarea::placeholder {
  color: hsl(0, 0%, 66%);
  opacity: 1;
}

.wpcf7-textarea {
  max-height: 260px;
}
@media (max-width: 767px) {
  .wpcf7-textarea {
    max-height: 286px;
  }
}

.acceptance_and_submit {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .acceptance_and_submit {
    gap: 32px;
    margin-top: 32px;
  }
}

.to_privacy_link {
  display: inline-block;
  background-image: linear-gradient(to right, hsl(0, 0%, 21%), hsl(0, 0%, 21%));
  background-size: 100% 1px;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-bottom: 0;
}
.to_privacy_link:hover {
  animation: linkLineReverse 0.5s ease forwards;
}
@keyframes linkLineReverse {
  0% {
    background-size: 100% 1px;
    background-position: bottom right;
  }
  50% {
    background-size: 0 1px;
    /* 幅(100%=文字の長さ) | 高さ(線の太さ) */
    background-position: bottom right;
  }
  51% {
    background-position: bottom left;
  }
  100% {
    background-size: 100% 1px;
  }
}

.wpcf7-acceptance label {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

.wpcf7-submit {
  background: hsl(0, 0%, 21%);
  padding: 17px 40px;
  max-width: 136px;
  border-radius: 5px;
  margin: 0 auto;
  color: white;
  font-weight: 500;
  font-size: 14px;
  text-box-trim: trim-both;
  line-height: 20px;
}

.wpcf7-spinner {
  display: none;
}

.sp_contact_text {
  display: none;
}

.wpcf7-response-output {
  border-color: transparent !important;
  border: none !important;
  text-align: center;
}

.cf7-submit-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.contact_swiper {
  padding-bottom: 16px;
  border-bottom: 1px solid hsl(0, 0%, 21%);
}
.contact_swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}
@media (max-width: 767px) {
  .contact_swiper .swiper-slide {
    width: auto;
    height: 40px;
  }
}
.contact_swiper .swiper-slide picture,
.contact_swiper .swiper-slide img {
  width: auto;
  height: 100%;
  display: block;
  object-fit: contain;
}/*# sourceMappingURL=home.css.map */