@charset "UTF-8";

:root {
  --c-service2-green-bg: #eef5e7;
  --c-service2-beige-bg: var(--c-sub5);
  --c-service2-bar-bg: #f6f8f0;
}

.demo {
  color: #FF00CE !important;
}

/**************************************************
FV
**************************************************/
.s2_fv .s_fv_sq_i {
  display: block;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.s2_fv .s_fv_sq--l .sq1 {
  width: 243px;
  height: 470px;
  background-image: url(../img/service/service1/fv_img01.svg);
}
.s2_fv .s_fv_sq--r .sq1 {
  width: 322px;
  height: 344px;
  margin-left: auto;
  background-image: url(../img/service/service1/fv_img02.svg);
}
.s2_fv .s_fv_sq--r .sq2 {
  width: 404px;
  height: 258px;
  margin-top: 86px;
  background-image: url(../img/service/service1/fv_img03.svg);
}

.s2_fv_worry_tit {
  margin-top: 50px;
  color: var(--c-sub7);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.s2_fv_thumbs {
  display: flex;
  justify-content: center;
  gap: 0 12px;
  margin-top: 24px;
  padding: 0 20px;
}
.s2_fv_thumb {
  width: calc((100% - 36px) / 4);
  max-width: 220px;
}
.s2_fv_thumb_img {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.s2_fv_thumb_img--01 {
  background-image: url(../img/service/service2/fv_thumb1.jpg);
}
.s2_fv_thumb_img--02 {
  background-image: url(../img/service/service2/fv_thumb2.jpg);
}
.s2_fv_thumb_img--03 {
  background-image: url(../img/service/service2/fv_thumb3.jpg);
}
.s2_fv_thumb_img--04 {
  background-image: url(../img/service/service2/fv_thumb4.jpg);
}
.s2_fv_thumb_cap {
  margin-top: 8px;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .s_fv_tit {
    letter-spacing: 0;
  }
  .s2_fv .s_fv_sq--l .sq1 {
    width: 75px;
    height: 159px;
    background-image: url(../img/service/service1/fv_img01_sp.svg);
  }
  .s2_fv .s_fv_sq--r .sq1 {
    width: 151px;
    height: 400px;
    background-image: url(../img/service/service1/fv_img02_sp.svg);
  }
  .s2_fv .s_fv_sq--r .sq2 {
    width: 300px;
    height: 123px;
    bottom: auto;
    top: 39.7%;
    background-image: url(../img/service/service1/fv_img03_sp.svg);
}
  .s2_fv_worry_tit {
    margin-top: 60px;
    font-size: 22px;
    padding: 0 6.6666666667vw;
    line-height: 1.27;
  }
  .s2_fv_thumbs {
    flex-wrap: wrap;
    gap: 20px 15px;
    margin-top: 20px;
    padding: 0 6.6666666667vw;
}
  .s2_fv_thumb {
    width: calc((100% - 15px) / 2);
    max-width: none;
  }
  .s2_fv_thumb_cap {
    text-align: justify;
    letter-spacing: 0.07em;
    line-height: 1.46;
}
}

/**************************************************
セクション共通
**************************************************/
.s2_sec {
  position: relative;
}
.s2_head {
  text-align: center;
  padding: 90px 0 0;
}
.s2_head_tit {
  color: var(--c-sub7);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
.s2_head_sub {
  margin-top: 25px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}

.s2_cta {
  display: flex;
  justify-content: center;
  margin-top: 56px;
  padding: 0 20px;
}
.s2_cta .s_btn {
  width: 468px;
  max-width: 100%;
  height: 97px;
  font-size: 22px;
  justify-content: center;
}
.s2_cta .s_btn--otherArrow::after,
.s2_more + .s2_cta .s_btn--otherArrow::after {
  width: 27px;
  height: 27px;
  border-radius: 0;
  background: url(../img/common/arrow1_2.svg) no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  .s2_head {
    padding: 45px 0 0;
  }
  .s2_head_tit {
    font-size: 22px;
    line-height: 1.27;
}
  .s2_head_sub {
    font-size: 15px;
    padding: 0 6.6666666667vw;
    margin-top: 15px;
    text-align: justify;
    line-height: 1.86;
  }
  .s2_cta {
    margin-top: 40px;
    padding: 0 6.6666666667vw;
  }
  .s2_cta .s_btn {
    width: 100%;
    height: 75px;
    font-size: 17px;
    justify-content: center;
    padding: 0 25px 0 0;
  }
  .s2_cta .s_btn--otherArrow::after {
    width: 23px !important;
    height: 23px !important;
    right: 14px;
  }
}

/**************************************************
市街化調整区域とは
**************************************************/
.s2_about {
  background-color: var(--c-sub5);
  padding-bottom: 100px;
  max-width: 1250px;
  margin: 0 auto;
}
.s2_about_lead {
  padding-top: 90px;
}
.s2_about_row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.s2_about_txtBox {
  width: 520px;
  flex-shrink: 0;
}
.s2_about_tit {
  position: relative;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.s2_about_tit::before {
  content: "";
  position: absolute;
  top: -9px;
  left: -8px;
  width: 30px;
  height: 30px;
  background-color: #e1f6bc;
  z-index: -1;
}
.s2_about_txt {
  font-size: 15px;
  text-align: justify;
  line-height: 2.13;
  margin-top: 26px;
}
.s2_about_txt span {
  color: var(--c-main);
}
.s2_about_note {
  margin-top: 25px;
  padding: 30px 40px;
  background-color: #FEFFFA;
  font-size: 14px;
  text-align: justify;
  line-height: 1.71;
}
.s2_about_note p {
  margin: 0;
}
.s2_about_ref {
  margin-top: 12px;
  font-size: 12px;
  line-height: 1.6;
}
.s2_about_ref a {
  color: var(--c-text);
  text-decoration: underline;
  text-underline-offset: 0.6em;
}
.s2_about_ref a:hover {
  opacity: 0.7;
}
.s2_about_img {
  width: 550px;
  flex-shrink: 0;
  padding: 60px 40px;
  background-color: #fff;
}
.s2_about_img img {
  width: 100%;
  display: block;
}

.s2_worry {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 50px;
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.s2_worry_tit {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 24px;
}
.s2_worry_list {
  margin: 0;
  padding: 0;
}
.s2_worry_item {
  position: relative;
  padding-left: 20px;
  font-size: 15px;
  line-height: 1.86;
}
.s2_worry_item + .s2_worry_item {
  margin-top: 14px;
}
.s2_worry_item::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--c-sub7);
}
.s2_worry_txtBox {
  width: 520px;
  flex-shrink: 0;
}
.s2_worry_img {
  width: 400px;
  flex-shrink: 0;
}
.s2_worry_img img {
  width: 100%;
  display: block;
}

.s2_tables {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0 33px;
  margin-top: 80px;
  /* padding-top: 80px; */
  /* border-top: 1px solid rgba(0, 0, 0, 0.08); */
}
.s2_tables_txtBox {
  width: 517px;
  flex-shrink: 0;
}
.s2_tables_tit {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 24px;
}
.s2_tables_txt {
  font-size: 15px;
  text-align: justify;
  line-height: 2.13;
  letter-spacing: 0;
}
.s2_tables_txt + .s2_tables_txt {
  margin-top: 20px;
}
.s2_tables_wrap {
  position: relative;
  flex: 1;
  min-width: 0;
  padding-bottom: 28px;
}
.s2_tables_img picture {
  display: block;
  width: 100%;
}
.s2_tables_img img {
  width: 100%;
  display: block;
}
.s2_tables_date {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .s2_about {
    width: auto;
    max-width: none;
    margin-left: 6.6666666667vw;
    margin-right: 6.6666666667vw;
    padding-bottom: 35px;
  }
  .s2_about_lead {
    padding: 30px 6.6666666667vw 0;
  }
  .s2_about_row,
  .s2_tables {
    flex-direction: column;
    padding: 0;
  }
  .s2_about_txtBox,
  .s2_tables_txtBox,
  .s2_about_img {
    width: 100%;
  }
  .s2_about_tit {
    font-size: 22px;
    margin-bottom: 13px;
  }
  .s2_about_txt {
    font-size: 14px;
    line-height: 1.85;
    margin-top: 20px;
    letter-spacing: 0.05em;
  }
  .s2_about_txt br {
    display: none;
  }
  .s2_about_note {
    margin-top: 20px;
    padding: 25px 30px;
    font-size: 13px;
    line-height: 1.84;
}
  .s2_about_ref {
    margin-top: 10px;
    font-size: 11px;
  }
  .s2_about_img {
    margin-top: 25px;
    padding: 20px;
    width: 108%;
    margin-left: -4%;
}
  .s2_tables {
    margin-top: 35px;
    gap: 20px 0;
  }
  .s2_tables_tit {
    font-size: 18px;
    margin-bottom: 16px;
    letter-spacing: 0.05em;
  }
  .s2_tables_txt {
    line-height: 1.86;
  }
  .s2_tables_txt + .s2_tables_txt {
    margin-top: 16px;
  }
  .s2_tables_wrap {
    width: 100%;
    padding-bottom: 24px;
  }
  .s2_tables_date {
    font-size: 12px;
  }
  .s2_about_ref a {
    line-height: 2.2;
  }
}

/**************************************************
活用方法グリッド
**************************************************/
.s2_method {
  padding-bottom: 100px;
}
.s2_method_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
  margin-top: 50px;
  padding: 0 20px;
}
.s2_method_card {
  width: calc((100% - 40px) / 3);
}
.s2_method_card_label {
  padding: 5px 16px 7px;
  background-color: var(--sq2);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  margin-bottom: 12px;
}
.s2_method_card_label .txt {
  font-size: 14px;
}
.s2_method_card_label .num {
  font-size: 16px;
}
.s2_method_card_img {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}
.s2_method_card_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.s2_method_card_tit {
  margin-top: 22px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
.s2_method_card_txt {
  margin-top: 15px;
  font-size: 14px;
  text-align: justify;
  line-height: 1.85;
}
.s2_method_note {
  margin-top: 90px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.s2_method .s2_cta {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .s2_method {
    padding-bottom: 60px;
  }
  .s2_method_grid {
    gap: 28px 0;
    margin-top: 30px;
    padding: 0 6.6666666667vw;
  }
  .s2_method_card {
    width: 100%;
  }
  .s2_method_note {
    margin-top: 40px;
    padding: 0 6.6666666667vw;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.05em;
}
  .s2_method_card_tit {
    margin-top: 16px;
    font-size: 20px;
  }
  .s2_method_card_txt {
    margin-top: 10px;
    line-height: 1.71;
  }
}

/**************************************************
代表事例
**************************************************/
.s2_case {
  background-color: var(--c-service2-beige-bg);
  padding: 100px 0 100px;
}
.s2_case .w_title1 {
  padding-top: 0;
}
.s2_case_imgs {
  display: flex;
  margin-top: 50px;
}
.s2_case_img {
  width: calc((100% - 10px) / 2);
}
.s2_case_img img {
  width: 100%;
  display: block;
}

.s2_history {
  /*max-width: 804px;*/
  margin: 45px auto 0;
}

.s2_history_list{
  display: flex;
  flex-wrap: wrap;
  gap: 38px 36px;
}

.s2_history_txt {
  width: calc((100% - 36px) / 2);
  font-size: 15px;
  text-align: center;
  line-height: 2.26;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.s2_message{
  font-size: 16px;
  line-height: 2.37;
  text-align: center;
  margin-top: 80px;
}
.s2_message_img{
  width: 983px;
  margin: 50px auto;
}

.s2_message_txt + .s2_message_txt{
  margin-top: 50px;
}

/*.s2_more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 16px;
  width: 194px;
  margin: 56px auto 0;
  padding-bottom: 8px;
  border-bottom: 1px dashed var(--c-gray-thin);
  font-size: 16px;
  letter-spacing: 0.04em;
  color: var(--c-text);
  transition: transform 0.3s ease;
}
.s2_more_arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url(../img/service/arrow_rt.svg) no-repeat center/27px auto;
  transition: 0.3s ease;
}
.s2_case .s2_cta .s_btn {
  width: 380px;
  max-width: 100%;
  height: 75px;
  font-size: 17px;
  justify-content: flex-start;
}*/

@media screen and (max-width: 768px) {
  .s2_case {
    padding: 60px 0;
  }
  .s2_case_imgs {
    margin-top: 20px;
    padding: 0 6.6666666667vw;
    gap: 0;
  }
  .s2_case_img {
    width: 50%;
  }
  .s2_history {
    margin-top: 40px;
    padding: 0 6.6666666667vw;
    max-width: 100%;
  }

  .s2_history_list{
    display: block;
  }

  .s2_history_txt {
    width: 100%;
    text-align: justify;
    line-height: 1.86;
    border-radius: 8px;
    padding: 30px 35px;

    br{
      display: none;
    }
  }
  .s2_history_txt + .s2_history_txt{
    margin-top: 20px;
  }

  .s2_message{
    font-size: 15px;
    line-height: 2.26;
    text-align: left;
    white-space: nowrap;
    margin-top: 60px;
  }
  .s2_message_img{
    width: 100%;
    margin: 40px auto;
  }
  .s2_message_txt + .s2_message_txt{
    margin-top: 40px;
  }

  /*.s2_more {
    margin-top: 40px;
  }
  .s2_case .s2_cta {
    padding: 0 6.6666666667vw;
  }
  .s2_case .s2_cta .s_btn {
    width: 100%;
    height: 75px;
    font-size: 17px;
    justify-content: center;
    padding: 0 25px 0 0;
  }*/
}

/**************************************************
申請・手続き
**************************************************/
.s2_proc {
  padding-bottom: 100px;
}
.s2_proc_cols {
  display: flex;
  gap: 0 50px;
  margin-top: 50px;
}
.s2_proc_col {
  width: calc((100% - 30px) / 2);
}
.s2_proc_head {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 16px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
}
.s2_proc_head--a {
  background-color: var(--c-sub7);
}
.s2_proc_head--b {
  background-color: var(--c-main);
}
.s2_proc_subhead {
  /* margin-top: 10px; */
  padding: 4px 16px 6px;
  border: 6px solid var(--c-sub7);
  border-top: none;
  background-color: #fff;
  color: var(--c-sub7);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
}
.s2_proc_subhead--b {
  border-color: var(--c-main);
  color: var(--c-main);
}
.s2_proc_flowTit {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
}
.s2_proc_steps {
  position: relative;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.s2_proc_step {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 93px;
  padding: 0 38px;
  background-color: var(--c-service2-bar-bg);
  font-size: 16px;
  line-height: 1.73;
  letter-spacing: 0.05em;
  /* text-align: center; */
  box-sizing: border-box;
  text-align: justify;
}
.s2_proc_col--b .s2_proc_step {
  background-color: var(--c-service2-green-bg);
}
.s2_proc_step + .s2_proc_step {
  margin-top: 21px;
}
.s2_proc_step + .s2_proc_step::before {
  content: "";
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 21px;
  background-color: var(--c-service2-bar-bg);
}
.s2_proc_col--b .s2_proc_step + .s2_proc_step::before {
  background-color: var(--c-service2-green-bg);
}

@media screen and (max-width: 768px) {
  .s2_proc {
    padding-bottom: 60px;
  }
  .s2_proc_cols {
    flex-direction: column;
    gap: 40px 0;
    margin-top: 30px;
    padding: 0 6.6666666667vw;
  }
  .s2_proc_col {
    width: 100%;
  }
  .s2_proc_head {
    min-height: 40px;
    font-size: 18px;
    padding: 7px 0;
    letter-spacing: 0.05em;
}
  .s2_proc_subhead {
    font-size: 15px;
    letter-spacing: 0;
  }
  .s2_proc_step {
    height: auto;
    padding: 15px 18px 15px;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0;
}
  .s2_proc_flowTit {
    margin-top: 15px;
    font-size: 16px;
    letter-spacing: 0.1em;
}
}

/**************************************************
サービスの流れ
**************************************************/
.s2_flow {
  background-color: var(--c-service2-beige-bg);
  padding: 90px 0 100px;
}
.s2_flow_tit {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.s2_flow_steps {
  display: flex;
  gap: 0 20px;
  margin-top: 50px;
  padding: 0 20px;
  counter-reset: none;
}
.s2_flow_step {
  flex: 1;
  padding: 36px 24px;
  background-color: #fff;
  text-align: center;
}
.s2_flow_step_num {
  color: var(--c-sub7);
  font-size: 48px;
  letter-spacing: 0.04em;
  line-height: 1;
}
.s2_flow_step_tit {
  margin-top: 14px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.s2_flow_step_txt {
  margin-top: 16px;
  font-size: 14px;
  text-align: justify;
  line-height: 1.85;
}

@media screen and (max-width: 768px) {
  .s2_flow {
    padding: 45px 0 60px;
  }
  .s2_flow_tit {
    font-size: 24px;
  }
  .s2_flow_steps {
    flex-direction: column;
    gap: 16px 0;
    margin-top: 30px;
    padding: 0 6.6666666667vw;
  }
  .s2_flow_step {
    padding: 28px 24px;
    text-align: left;
  }
  .s2_flow_step_num {
    font-size: 38px;
  }
  .s2_flow_step_tit {
    font-size: 17px;
  }
}

/**************************************************
ご相談（s1_buy と同構成）
**************************************************/
.s2_consult {
  padding: 90px 0 100px;
}
.s2_consult_lead {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 30px;
}
.s2_consult_inr {
  background-color: var(--c-service2-beige-bg);
  padding: 70px 60px;
}
.s2_consult_inr.inner2 {
  margin-top: 0;
}
.s2_consult_inr .s_btn {
  display: flex;
  width: 406px;
  height: 85px;
  margin: 60px auto 0;
  font-size: 20px;
  justify-content: center;
}
.s2_consult_inr .s_btn--otherArrow::after {
  width: 27px;
  height: 27px;
  border-radius: 0;
  background: url(../img/common/arrow1_2.svg) no-repeat center/contain;
}
.s2_consult_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s2_consult_txtBox {
  width: 462px;
  flex-shrink: 0;
}
.s2_consult_tit {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.833;
}
.s2_consult_txt {
  margin-top: 22px;
  font-size: 15px;
  text-align: justify;
  line-height: 1.866;
}
.s2_consult_img {
  width: 480px;
  flex-shrink: 0;
  align-self: stretch;
}
.s2_consult_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 768px) {
  .s2_consult {
    padding: 20px 0 0px;
  }
  .s2_consult_lead {
    font-size: 20px;
    margin-bottom: 15px;
    padding: 0 6.6666666667vw;
    line-height: 1.5;
}
  .s2_consult_inr {
    margin-left: 6.6666666667vw;
    margin-right: 6.6666666667vw;
    width: auto;
    padding: 30px 6.6666666667vw 40px;
  }
  .s2_consult_box {
    flex-direction: column;
  }
  .s2_consult_txtBox {
    width: 100%;
    order: 2;
  }
  .s2_consult_tit {
    font-size: 18px;
    line-height: 1.55;
}
  .s2_consult_tit br {
    display: none;
  }
  .s2_consult_txt {
    font-size: 15px;
    line-height: 1.733;
  }
  .s2_consult_img {
    width: 100%;
    order: 1;
    margin-top: 30px;
  }
  .s2_consult_img img {
    height: auto;
  }
  .s2_consult_inr .s_btn {
    width: 100%;
    max-width: 232px;
    height: 49px;
    max-height: 49px;
    margin-top: 25px;
    font-size: 14px;
  }
  .s2_consult_inr .s_btn--otherArrow::after {
    width: 23px !important;
    height: 23px !important;
    right: 14px;
  }
}

/**************************************************
よくある質問（アコーディオンなし・常時表示）
**************************************************/
.s2_faq {
  background-color: var(--c-service2-green-bg);
  padding-bottom: 100px;
}
.s2_faq_list {
  max-width: 900px;
  margin: 50px auto 0;
  padding: 0 20px;
}
.s2_faq_item + .s2_faq_item {
  margin-top: 28px;
  padding-top: 28px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.s2_faq_q,
.s2_faq_a {
  display: flex;
  align-items: flex-start;
  gap: 0 16px;
}
.s2_faq_a {
  margin-top: 16px;
}
.s2_faq_mark {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.s2_faq_mark--q {
  background-color: var(--c-sub7);
}
.s2_faq_mark--a {
  background-color: var(--c-gray);
}
.s2_faq_q_txt {
  flex: 1;
  padding-top: 6px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.s2_faq_a_txt {
  flex: 1;
  padding-top: 6px;
  font-size: 15px;
  line-height: 1.86;
  text-align: justify;
}

@media screen and (max-width: 768px) {
  .s2_faq {
    padding-bottom: 60px;
  }
  .s2_faq_list {
    margin-top: 30px;
    padding: 0 6.6666666667vw;
  }
  .s2_faq_item + .s2_faq_item {
    margin-top: 24px;
    padding-top: 24px;
  }
  .s2_faq_mark {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }
  .s2_faq_q_txt {
    font-size: 15px;
    padding-top: 4px;
  }
  .s2_faq_a_txt {
    font-size: 14px;
  }
}

/**************************************************
サービスリンク
**************************************************/
.s2_links {
  padding: 80px 0 100px;
}
.s2_links_list {
  display: flex;
  gap: 0 16px;
}
.s2_links_item {
  width: calc((100% - 48px) / 4);
}
.s2_links_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 120px;
  padding: 16px;
  background-color: var(--c-sub7);
  color: #fff;
  text-align: center;
  transition: 0.3s ease;
}
.s2_links_icon {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}
.s2_links_icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.s2_links_txt {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .s2_links {
    padding: 45px 0 60px;
  }
  .s2_links_list {
    flex-wrap: wrap;
    gap: 12px;
    padding: 0 6.6666666667vw;
  }
  .s2_links_item {
    width: calc((100% - 12px) / 2);
  }
  .s2_links_link {
    height: 100px;
  }
}

/**************************************************
PCホバー
**************************************************/
@media screen and (min-width: 769px) {
  .s2_more:hover {
    opacity: 0.7;
  }
  .s2_more:hover .s2_more_arrow {
    transform: translateX(4px);
  }
  .s2_cta .s_btn--otherArrow:hover::after {
    right: 12px;
    background-color: transparent;
    background: url(../img/service/arrow_rg.svg) no-repeat center/contain;
  }
  .s2_links_link:hover {
    background-color: var(--c-main);
  }
}
