@charset "UTF-8";
/* main colors */
/*トップページのスタイル*/
.main_visual {
  width: 100%;
  position: relative;
  padding-top: 17.8571428571vw;
  padding-bottom: 18.2857142857vw;
  background-image: image-set(url(../img/main_visual_back.jpg) 1x, url(../img/main_visual_back@2x.jpg) 2x);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 767px) {
  .main_visual {
    padding-top: 27.1794871795VW;
    padding-bottom: 110.7692307692vw;
    background-size: 120% auto;
    background-position: center top;
  }
}
.main_visual_rightCorner_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 27vw;
}
@media (max-width: 767px) {
  .main_visual_rightCorner_img {
    display: none;
  }
}
.main_visual_leftCorner_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12.8571428571vw;
}
@media (max-width: 767px) {
  .main_visual_leftCorner_img {
    display: none;
  }
}
.main_visual_text_container {
  padding: 0 5.7142857143vw;
  display: flex;
  justify-content: right;
}
@media (max-width: 767px) {
  .main_visual_text_container {
    justify-content: center;
  }
}
.main_visual_text_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .main_visual_text_wrap {
    align-items: center;
    gap: 16px;
  }
}
.main_visual_text_wrap h1 {
  font-weight: 700;
  font-size: 3.4285714286vw;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  margin-left: -0.04em;
}
@media (max-width: 767px) {
  .main_visual_text_wrap h1 {
    font-size: 37px;
    text-align: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 389px) {
  .main_visual_text_wrap h1 {
    font-size: 32px;
  }
}
.main_visual_text_wrap h1 span {
  color: white;
  background: #A14EFF;
  padding: 0.05em 0.1em 0.1em 0.05em;
  display: inline-block;
  line-height: 1;
}
.main_visual_text_wrap h1 span .period {
  letter-spacing: -0.6em;
}
.main_visual_text_top_container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.main_visual_text_top {
  font-weight: 500;
  font-size: 1.7142857143vw;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .main_visual_text_top {
    font-family: Noto Sans JP;
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 389px) {
  .main_visual_text_top {
    font-size: 14px;
  }
}
.main_visual_text_bottom {
  font-weight: 400;
  font-size: 1vw;
  line-height: 1.8;
  max-width: 26.0714285714vw;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .main_visual_text_bottom {
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
    max-width: none;
    margin: 0;
  }
}
.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_img {
  width: 58.5vw;
  position: absolute;
  top: 8.0714285714vw;
  left: 40px;
  z-index: 0;
}
@media (max-width: 767px) {
  .main_visual_img {
    top: auto;
    bottom: -27.1794871795vw;
    left: -16.1538461538vw;
    width: 108.4615384615vw;
  }
}
.main_visual_img picture {
  width: 100%;
}
.main_visual_img img {
  width: 100%;
}
@media (max-width: 767px) {
  .main_visual_img img {
    aspect-ratio: 423/515;
  }
}

.section_main_text_container {
  position: relative;
  max-width: 766px;
  margin: 0 auto;
}
.section_main_text_container_about {
  max-width: 487px;
}
.section_main_text_container_solution {
  max-width: 672px;
}
.section_main_text_container_plans {
  max-width: 401px;
}

.section_main_text_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .section_main_text_inner {
    margin-top: 16px;
    gap: 14px;
  }
}
.section_main_text_inner p {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 389px) {
  .section_main_text_inner p {
    font-size: 12px;
  }
}
.section_main_text_inner p span {
  color: #A14EFF;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  position: relative;
  text-decoration: underline;
  text-decoration-color: #A14EFF;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
@media (max-width: 767px) {
  .section_main_text_inner p span {
    font-size: 16px;
    text-underline-offset: 3px;
  }
}

.parentheses_img_top {
  position: absolute;
  top: -32px;
  left: -8.5714285714vw;
}
@media (max-width: 767px) {
  .parentheses_img_top {
    top: -40px;
    left: 0;
  }
}
.parentheses_img_top_plans {
  left: -72px;
}
@media (max-width: 767px) {
  .parentheses_img_top_plans {
    left: 0;
  }
}
@media screen and (max-width: 840px) {
  .parentheses_img_top_solution {
    left: 0;
  }
}
.parentheses_img_bottom {
  position: absolute;
  bottom: -32px;
  right: -8.5714285714vw;
  display: flex;
  justify-content: end;
}
@media (max-width: 767px) {
  .parentheses_img_bottom {
    bottom: -40px;
    right: 0;
  }
}
.parentheses_img_bottom_plans {
  right: -72px;
}
@media (max-width: 767px) {
  .parentheses_img_bottom_plans {
    right: 0;
  }
}
@media screen and (max-width: 840px) {
  .parentheses_img_bottom_solution {
    right: 0;
  }
}

.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 screen and (max-width: 389px) {
  .section_main_text {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section_main_text_sp {
    line-height: 1.4;
  }
}
@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: #A14EFF;
  padding: 0.15em 0.15em 0.2em;
  display: inline-block;
  line-height: 1;
}
@media (max-width: 767px) {
  .section_main_text span {
    font-size: 24px;
  }
}
@media screen and (max-width: 389px) {
  .section_main_text span {
    font-size: 20px;
  }
}
.section_main_text span .parentheses {
  letter-spacing: -0.6em;
}
.section_main_text.section_main_text--white {
  color: white;
}

.text_center {
  text-align: center;
}

.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;
  }
}

.text_purple {
  color: #A14EFF;
}

.consultation {
  position: absolute;
  top: -6.7142857143vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  max-width: 904px;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .consultation {
    top: -18.2051282051vw;
  }
}
.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_bubble img {
  width: 100%;
}
.consultation_container {
  background-image: image-set(url(../img/cta_bg.png) 1x, url(../img/cta_bg@2x.png) 2x);
  background-size: cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  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: #A14EFF;
  position: relative;
}
.consultation_text .bold_underline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #A14EFF;
}
.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;
}
@media (max-width: 767px) {
  .consultation_bottom_link {
    justify-content: center;
    padding: 16px;
    width: 100%;
  }
}
.consultation_bottom_link.mail_white {
  background: white;
  max-width: 322px;
  width: 100%;
}
@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;
  width: 100%;
}
@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;
  }
}

.consultation_main {
  max-width: 608px;
  width: 100%;
}

.about_section {
  padding: 266px 0 80px;
  position: relative;
  border-radius: 16px 16px 0 0;
  background: hsl(0, 0%, 94%);
  z-index: 3;
  margin-top: -31px;
}
@media (max-width: 767px) {
  .about_section {
    padding: 277px 0 64px;
    margin-top: -11px;
  }
}
.about_back_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 58.8571428571vw;
}
@media (max-width: 767px) {
  .about_back_img {
    top: 38px;
    width: 89.4871794872vw;
  }
}
.about_back_img picture {
  width: 100%;
}
.about_back_img picture img {
  width: 100%;
}
.about_feature {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 104px;
}
@media (max-width: 767px) {
  .about_feature {
    margin-top: 80px;
  }
}
.about_feature_container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 16px;
}
@media (max-width: 919px) {
  .about_feature_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .about_feature_container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.about_feature_content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex: 1;
}
@media (max-width: 767px) {
  .about_feature_content {
    max-width: 450px;
    padding: 0 39px;
    margin: 0 auto;
  }
}
.about_feature_content_top {
  border-radius: 8px;
  background-image: image-set(url(../img/noise.png) 1x, url(../img/noise@2x.png) 2x);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(24px, 4vw, 56px) 20px;
}
@media (max-width: 767px) {
  .about_feature_content_top {
    padding: 56px 20px;
  }
}
.about_feature_num {
  position: absolute;
  top: 16px;
  left: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.6;
}
.about_feature_content_bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.about_feature_content_title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
}
.about_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6;
  position: relative;
  padding-left: 24px;
}
.about_title::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background-color: hsl(0, 0%, 21%);
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.worries_section {
  background: hsl(0, 0%, 21%);
  position: relative;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.worries_back {
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 0;
  width: min(40.9285714286vw, 573px);
}
@media (max-width: 767px) {
  .worries_back {
    max-width: 445px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .worries_back img {
    width: 100%;
  }
}
.worries_height {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .worries_height {
    padding: 64px 0;
  }
}
.worries_text_container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.worries_content_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: clamp(20px, 2.8571428571vw, 40px);
  grid-row-gap: clamp(60px, 6.2857142857vw, 88px);
}
@media (max-width: 919px) {
  .worries_content_container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .worries_content_container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.worries_content {
  background-color: white;
  border-radius: 10px;
  padding: 128px 16px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .worries_content {
    justify-content: left;
    gap: 16px;
    padding: 8px;
  }
}
.worries_content_text {
  font-weight: 500;
  font-size: clamp(14px, 1.2857142857vw, 18px);
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  .worries_content_text {
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .worries_content_text br {
    display: none;
  }
}
.worries_content_check, .worries_content_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.worries_content_img {
  max-width: 160px;
  width: 100%;
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .worries_content_img {
    max-width: 64px;
    position: static;
    transform: none;
  }
}
.worries_content_img img {
  width: 100%;
}

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

.backBlack_main_text_container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 114px;
}
@media (max-width: 767px) {
  .backBlack_main_text_container {
    gap: 16px;
    margin-bottom: 40px;
  }
}
.backBlack_main_text_container.backBlack_main_text_container_service {
  gap: 24px;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .backBlack_main_text_container.backBlack_main_text_container_service {
    gap: 16px;
    margin-bottom: 40px;
  }
}

.solution_section {
  padding: 40px 0 80px;
}
@media (max-width: 767px) {
  .solution_section {
    padding: 40px 0 56px;
  }
}
.solution_arrow {
  max-width: 80px;
  margin: 0 auto 80px;
}
@media (max-width: 767px) {
  .solution_arrow {
    max-width: 53px;
  }
}

.section_main {
  position: relative;
  z-index: 1;
}
.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;
  }
}

.case_container {
  margin-top: 104px;
}
@media (max-width: 767px) {
  .case_container {
    margin-top: 80px;
  }
}
.case_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) {
  .case_content {
    align-items: stretch;
    padding: 32px 0;
    gap: 24px;
  }
}
.case_content:last-child {
  padding-bottom: 0;
}
.case_content_left {
  display: flex;
  align-items: flex-start;
  flex: 1 1 0;
}
@media screen and (max-width: 985px) {
  .case_content_left {
    max-width: 630px;
  }
}
@media (max-width: 919px) {
  .case_content_left {
    display: contents;
  }
}
.case_title_container {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  gap: 5px;
  max-width: 70px;
  width: 100%;
  margin-right: clamp(24px, 8.8571428571vw, 124px);
}
@media screen and (max-width: 985px) {
  .case_title_container {
    margin-right: 40px;
  }
}
@media (max-width: 919px) {
  .case_title_container {
    order: 1;
  }
}
.case_title_container p {
  color: #A14EFF;
  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) {
  .case_title_container p {
    font-size: 14px;
  }
}
.case_title_container h3 {
  font-weight: 400;
  font-size: clamp(18px, 1.7142857143vw, 24px);
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767px) {
  .case_title_container h3 {
    font-size: 18px;
  }
}
.case_main_textContainer {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 520px;
}
@media (max-width: 919px) {
  .case_main_textContainer {
    order: 3;
    max-width: none;
    gap: 8px;
  }
}
.case_main_title {
  font-weight: 700;
  font-size: clamp(20px, 2.2857142857vw, 32px);
  line-height: 1.6;
}
@media (max-width: 767px) {
  .case_main_title {
    font-size: 20px;
  }
}
@media (max-width: 919px) {
  .case_main_title br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .case_main_title br {
    display: block;
  }
}
.case_main_text {
  font-weight: 400;
  font-size: clamp(14px, 1.1428571429vw, 16px);
  line-height: 1.8;
}
@media (max-width: 767px) {
  .case_main_text {
    font-size: 14px;
    line-height: 1.6;
  }
}
.case_img {
  width: min(19.4285714286vw, 272px);
}
@media (max-width: 919px) {
  .case_img {
    width: 42.5641025641vw;
    order: 2;
  }
}
.case_img img {
  width: 100%;
}

.consultation_middle {
  background-image: image-set(url(../img/cta_bg.png) 1x, url(../img/cta_bg@2x.png) 2x);
  background-size: cover;
  background-position: center, center;
  background-repeat: no-repeat, no-repeat;
  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: 80px;
}
@media (max-width: 1199px) {
  .consultation_middle {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    padding: 52px 52px 0;
    max-width: 730px;
    margin: 72px 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_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%;
  }
}

.service_section {
  background: hsl(0, 0%, 21%);
  position: relative;
  border-radius: 16px 16px 0 0;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .service_section {
    padding: 64px 0 80px;
  }
}
.service_container {
  display: flex;
  justify-content: space-around;
  gap: 40px;
}
@media (max-width: 919px) {
  .service_container {
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
    gap: 0;
  }
}
.service_content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 1;
}
@media (max-width: 919px) {
  .service_content {
    padding: 40px 0;
    border-top: 1px solid white;
  }
  .service_content:last-child {
    padding-bottom: 0;
  }
}
.service_content_top {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.service_case {
  display: flex;
  align-items: center;
  gap: 8px;
}
.service_text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
}
.service_text_bold {
  font-weight: 700;
}
.service_content_bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.service_arrow {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.service_img {
  border-radius: 8px;
  overflow: hidden;
}
.service_img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 360/272;
}
@media (max-width: 919px) {
  .service_img img {
    aspect-ratio: 350/233;
  }
}

.plans_section {
  padding: 120px 0 80px;
}
@media (max-width: 767px) {
  .plans_section {
    padding: 104px 0 64px;
  }
}

@media (max-width: 1199px) {
  .table_wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 24px;
  }
}
.table_text {
  text-align: left;
}
.table_plans {
  margin-top: 101px;
  width: 1160px;
  table-layout: fixed;
  border-spacing: 0;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .table_plans {
    width: 996px;
    margin-top: 80px;
  }
}
.table_plans th,
.table_plans td {
  position: relative;
  padding: 20px;
}
.table_plans th::after,
.table_plans td::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-color: hsl(0, 0%, 94%);
}
.table_plans th::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 th:nth-child(2) {
  background: hsl(268, 100%, 65%);
}
.table_plans th:nth-child(3) {
  background: hsl(268, 41%, 38%);
}
.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 {
  position: relative;
}
.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_bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}
.table_plans .plans_list_wrap {
  padding-bottom: 24px;
  border-bottom: 1px solid hsl(180, 1%, 86%);
}
.table_plans .plans_list_wrap:nth-child(n+2) {
  padding-top: 24px;
}
.table_plans .plans_list_wrap:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.table_plans .plans_list_container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.table_plans .plans_list_container.td_n3 {
  padding-bottom: 24px;
  border-bottom: 1px solid hsl(180, 1%, 86%);
}
.table_plans .plans_list_container.td_n3:last-child {
  padding-top: 24px;
  border: none;
}
.table_plans .plans_list_title {
  color: hsl(0, 0%, 59%);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .table_plans .plans_list_title {
    font-size: 13px;
  }
}
.table_plans .plans_list_item {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  padding-left: 14px;
}
.table_plans .plans_list_item::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: hsl(0, 0%, 21%);
  border-radius: 999px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .table_plans .plans_list_item {
    font-size: 13px;
  }
}
.table_plans .plans_alphabet {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.6;
}
.table_plans .plans_alphabet_container {
  background: hsla(268, 100%, 65%, 0.2);
  padding: 12px;
  max-width: 44px;
  max-height: 44px;
  width: 100%;
  flex-shrink: 0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table_plans .plans_dx_container {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 24px;
  border-bottom: 1px solid hsl(180, 1%, 86%);
}
.table_plans .plans_dx_container:nth-child(n+2) {
  padding-top: 24px;
}
.table_plans .plans_dx_container:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.table_plans .plans_dx_top {
  display: flex;
  align-items: center;
  gap: 8px;
}
.table_plans .plans_text {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .table_plans .plans_text {
    font-size: 13px;
  }
}
.table_plans .plans_check {
  display: flex;
  align-items: center;
  justify-content: center;
}
.table_plans .plans_check_container {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.table_plans .common_text.table_text {
  font-weight: 500;
}
.table_plans .common_text.table_top_text {
  text-align: center;
}
@media (max-width: 767px) {
  .table_plans .common_text.table_top_text {
    text-align: left;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .table_plans .common_text.table_top_text br {
    display: none;
  }
}
.table_plans tr th:first-child {
  background: hsla(268, 100%, 65%, 0.4);
  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 {
  background: white;
  position: relative;
  padding: 20px;
  vertical-align: top;
}
.table_plans tr td::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 345px;
  height: 1px;
  background-color: hsl(180, 1%, 86%);
}

.excluding_tax {
  margin-left: -0.5em;
}

.td_plans_dx {
  padding: 30px 20px !important;
}

.plans_attention {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.6;
  padding-left: 11px;
  position: relative;
  margin-top: 4px;
}
.plans_attention::before {
  position: absolute;
  content: "※";
  font-size: 12px;
  color: inherit;
  width: 12px;
  height: 19px;
  top: 0;
  left: 0;
}

.suggestion {
  max-width: 864px;
  width: 100%;
  margin: 64px auto 0;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 8px;
  border: 1px solid #A14EFF;
}
@media (max-width: 919px) {
  .suggestion {
    margin: 40px auto 0;
    padding: 20px;
    gap: 20px;
    max-width: 500px;
  }
}
.suggestion_title {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 919px) {
  .suggestion_title {
    font-size: 20px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 389px) {
  .suggestion_title {
    font-size: 18px;
  }
}
.suggestion_title span {
  color: #A14EFF;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #A14EFF;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.suggestion_title_br {
  display: none;
}
@media (max-width: 919px) {
  .suggestion_title_br {
    display: block;
  }
}
.suggestion_text_br {
  display: none;
}
@media screen and (max-width: 500px) {
  .suggestion_text_br {
    display: block;
  }
}
.suggestion_text_br_sp {
  display: none;
}
@media (max-width: 919px) {
  .suggestion_text_br_sp {
    display: block;
  }
}
.suggestion_text_br_sp_small {
  display: none;
}
@media screen and (max-width: 389px) {
  .suggestion_text_br_sp_small {
    display: block;
  }
}

.image {
  margin-top: 64px;
}
@media (max-width: 919px) {
  .image {
    margin-top: 40px;
  }
}
.image_main {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 64px;
}
@media (max-width: 919px) {
  .image_main {
    flex-direction: column;
    max-width: 500px;
    margin: 24px auto 0;
  }
}
.image_main_title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767px) {
  .image_main_title {
    font-size: 24px;
  }
}
.image_content_before, .image_content_after {
  padding: 40px;
  border-radius: 8px;
  flex: 1;
}
@media (max-width: 919px) {
  .image_content_before, .image_content_after {
    width: 100%;
  }
}
@media screen and (max-width: 389px) {
  .image_content_before, .image_content_after {
    padding: 20px;
  }
}
.image_content_before {
  background: hsl(0, 0%, 21%);
}
.image_content_after {
  background: linear-gradient(126.41deg, #FDFBFD 37.29%, #C9B6F5 100%);
}
@media (max-width: 919px) {
  .image_arrow {
    transform: rotate(90deg);
  }
}
.image_content_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
.image_inner {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
@media screen and (max-width: 389px) {
  .image_inner {
    gap: 16px;
  }
}
.image_inner_top {
  display: flex;
  align-items: center;
  gap: 8px;
}
.image_face {
  display: flex;
  align-items: center;
  justify-content: center;
}
.image_white_box {
  background: white;
  border-radius: 4px;
  padding: 20px;
  width: 100%;
}
.image_white_box_inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.image_white_box_content {
  display: flex;
  align-items: center;
  gap: 8px;
}
.image_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.image_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .image_text {
    font-size: 13px;
  }
}
.image_text br {
  display: none;
}
@media screen and (max-width: 530px) {
  .image_text br {
    display: block;
  }
}
.image_text .image_text_br {
  display: none;
}
@media screen and (max-width: 430px) {
  .image_text .image_text_br {
    display: block;
  }
}

.accordion_main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding-top: 80px;
}
@media screen and (max-width: 1020px) {
  .accordion_main {
    padding-top: 64px;
    flex-direction: column;
  }
}
.accordion_left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.accordion_title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .accordion_title {
    font-size: 24px;
  }
}
.accordion_list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.accordion_list_item {
  color: hsl(0, 0%, 59%);
  font-weight: 700;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  padding-left: 12px;
}
.accordion_list_item::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: hsl(0, 0%, 59%);
  border-radius: 999px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.accordion_list_item.is-active {
  color: hsl(0, 0%, 21%);
}
.accordion_list_item.is-active::before {
  background-color: hsl(0, 0%, 21%);
}

/* アコーディオンリスト全体を囲うタグ */
.accordion_wrapper {
  max-width: 716px;
}
@media screen and (max-width: 1020px) {
  .accordion_wrapper {
    max-width: 100%;
  }
}

/* 個々のアコーディオンリストを囲うタグ */
.accordion {
  width: 100%;
  border-top: 1px solid hsl(180, 1%, 86%);
}

.accordion:last-child {
  border-bottom: 1px solid hsl(180, 1%, 86%);
}

/* アコーディオンのタイトル・内容共通 */
.accordion_header,
.accordion_content {
  width: 100%;
}

/* アコーディオンのタイトル */
.accordion_header {
  cursor: pointer;
  background-color: transparent;
  color: hsl(0, 0%, 21%);
  position: relative;
  padding: 24px clamp(24px, 4.5714285714vw, 64px) 24px 0;
}
@media screen and (max-width: 1020px) {
  .accordion_header {
    padding: 24px 64px 24px 0;
  }
}

.accordion_question_text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  padding-left: 25px;
}
.accordion_question_text::before {
  position: absolute;
  content: "Q.";
  width: 17px;
  height: 26px;
  color: hsl(0, 0%, 21%);
  top: 0;
  left: 0;
}

/* アコーディオンの内容 */
.accordion_content {
  display: none;
  background-color: hsl(0, 0%, 91%);
  color: hsl(0, 0%, 21%);
  padding: 24px;
  border-top: 1px solid hsl(180, 1%, 86%);
}

.accordion_answer_text {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  padding-left: 34px;
}
.accordion_answer_text::before {
  position: absolute;
  content: "A.";
  width: 16px;
  height: 26px;
  color: hsl(0, 0%, 21%);
  top: 0;
  left: 0;
}

/* タイトル横のプラスマーク縦線 */
.accordion_header::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  width: 3px;
  height: 18px;
  background-color: hsl(0, 0%, 21%);
  transition: all 0.3s ease-in-out;
}

/* タイトル横のプラスマーク横線 */
.accordion_header::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 3px;
  background-color: hsl(0, 0%, 21%);
  transition: all 0.3s ease-in-out;
}

/* アコーディオンが開いたとき縦線の変化 */
.accordion_header.open::before {
  transform: translateY(-50%) rotate(90deg);
}

/* アコーディオンが開いたとき横線の変化 */
.accordion_header.open::after {
  opacity: 0;
}

.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: #A14EFF;
  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: 1160px;
  display: flex;
  align-items: center;
  margin: 40px auto 0;
  gap: 24px;
  width: 100%;
}
@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: 38px 0 84px;
  }
}
.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;
  }
}
.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;
}
@media screen and (max-width: 389px) {
  .contact_text {
    font-size: 12px;
  }
}
.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;
}
.wpcf7-text::placeholder,
.wpcf7-email::placeholder,
.wpcf7-url::placeholder,
.wpcf7-textarea::placeholder {
  color: hsl(0, 0%, 66%);
  font-weight: 400;
  font-size: 16px;
  text-box-trim: trim-both;
  line-height: 1.6;
}

.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 !important;
}

.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;
}
.contact_swiper .swiper-slide {
  width: auto;
  height: 48px;
}
@media (max-width: 767px) {
  .contact_swiper .swiper-slide {
    height: 24px;
  }
}
.contact_swiper .swiper-slide picture,
.contact_swiper .swiper-slide img {
  width: auto;
  height: 100%;
  display: block;
  object-fit: contain;
}/*# sourceMappingURL=home.css.map */