@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

.commonCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.commonIndent {
  margin-left: 1rem;
  text-indent: -1rem;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
    max-width: 100%;
    height: auto;
  }
}
.mt00 {
  margin-top: 0;
}

.mt15 {
  margin-top: 15px;
}

.mt30 {
  margin-top: 30px;
}

.mt60 {
  margin-top: 60px;
}

.mb00 {
  margin-bottom: 0;
}

.mb15 {
  margin-bottom: 15px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt00 {
  padding-top: 0;
}

.pt15 {
  padding-top: 15px;
}

.pt30 {
  padding-top: 30px;
}

.pt60 {
  padding-top: 60px;
}

.pb00 {
  padding-bottom: 0;
}

.pb15 {
  padding-bottom: 15px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb60 {
  padding-bottom: 60px;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

.doc-support {
  overflow-x: hidden;
}
.doc-support a {
  text-decoration: none;
}
.doc-support img {
  display: block;
  width: 100%;
}

.is-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.doc-support_btn-wrap.is-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .doc-support_btn-wrap.is-sp {
    display: flex;
  }
}

.doc-support_btn-wrap.is-pc {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .doc-support_btn-wrap.is-pc {
    display: none;
  }
}

.is-sp_min520 {
  display: none;
}
@media screen and (min-width: 520px) {
  .is-sp_min520 {
    display: none;
  }
}
@media screen and (max-width: 519px) {
  .is-sp_min520 {
    display: block;
  }
}

br.is-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  br.is-sp {
    display: block;
  }
}
br.is-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  br.is-pc {
    display: none;
  }
}

.doc-support-inner {
  width: min(100%, 1240px);
  padding-inline: 20px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .doc-support-inner {
    padding-inline: 10px;
  }
}

.doc-support-inner-s {
  width: min(100%, 1120px);
  padding-inline: 20px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .doc-support-inner-s {
    padding-inline: 10px;
  }
}

.doc-support-inner-xs {
  width: min(100%, 1000px);
  padding-inline: 20px;
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .doc-support-inner-xs {
    padding-inline: 10px;
  }
}

/* ======================================== */
/* ボタン */
/* ======================================== */
.doc-support_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: min(100%, 420px);
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #ffffff;
  background-color: #0e9352;
  border-radius: 6px;
  box-shadow: 0px 4px 0px #0a6d3d;
  padding: 18px;
  transition: 0.3s ease;
  position: relative;
  cursor: pointer;
}
@media (any-hover: hover) {
  .doc-support_btn:hover {
    box-shadow: none;
    translate: 0 4px;
  }
}
@media only screen and (max-width: 768px) {
  .doc-support_btn {
    font-size: 18px;
    padding: 24px 18px;
  }
}
.doc-support_btn::before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  background: url("../../img/campaign/flat-body/icon_arrow-right-wh.svg") no-repeat center center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .doc-support_btn::before {
    width: 22px;
    right: 14px;
  }
}
.doc-support_btn.--small {
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .doc-support_btn.--small {
    font-size: 20px;
  }
}
.doc-support_btn.--font-pc24-sp20 {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .doc-support_btn.--font-pc24-sp20 {
    font-size: 20px;
  }
}

.doc-support-point-cta_btn {
  display: flex;
  justify-content: center;
}

.doc-support-cta_note {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.92;
  text-align: center;
  margin-inline: auto;
  position: relative;
}
.doc-support-cta_note .number {
  font-size: 30px;
}
@media only screen and (max-width: 768px) {
  .doc-support-cta_note .number {
    font-size: 26px;
  }
}
.doc-support-cta_column {
  width: min(100%, 420px);
}
.doc-support-cta_column:nth-child(2) {
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .doc-support-cta_column:nth-child(2) {
    padding-top: 0;
  }
}
.doc-support-cta_btn {
  margin-top: 4px;
}
.doc-support-cta_btn .cta-btn {
  border: 2px solid #0e9352;
  padding: 20px;
}
.doc-support-cta_btn .cta-btn::before {
  right: 26px;
}
@media only screen and (max-width: 768px) {
  .doc-support-cta_btn .cta-btn::before {
    right: 14px;
  }
}

/* ================================================================================ */
/* キャンペーン  */
/* ================================================================================ */
.doc-support-benefits {
  overflow: hidden;
}

.doc-support-benefits_banner {
  display: block;
  position: relative;
}
.doc-support-benefits_banner img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 768px) {
  .doc-support-benefits_banner {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}

/* ================================================================================ */
/* こんな悩みを解決します */
/* ================================================================================ */
.block {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .block {
    margin-top: 0;
  }
}
.block__tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  background-color: #0e9352;
  border-radius: 6px 6px 0 0;
  padding: 10px 10px 0;
}
@media only screen and (max-width: 768px) {
  .block__tabs {
    border-radius: 0;
    margin-inline: -10px;
  }
}
.block__tab-input {
  display: none;
}
.block__tab-input:checked + .block__tab-label {
  background-color: #ffffff;
  color: #0e9352;
}
.block__tab-label {
  width: calc(50% - 5px);
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.04;
  text-align: center;
  color: #ffffff;
  border-radius: 6px 6px 0 0;
  background-color: #86c9a8;
  transition: 0.3s ease;
  padding: 18px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .block__tab-label {
    font-size: 18px;
    padding: 13px;
  }
}
.block__list {
  list-style-type: none;
  padding: 0;
}
.block__item {
  display: none;
}
.block__routes {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0;
  list-style-type: none;
}
@media only screen and (max-width: 768px) {
  .block__routes {
    display: block;
  }
}
.block__route {
  width: calc((100% - 72px) / 4);
  position: relative;
}
@media only screen and (max-width: 768px) {
  .block__route {
    width: 100%;
    margin-top: 24px;
  }
}
.block__image {
  width: 100%;
}
.block__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 242/136;
}
.block__number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 24px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  line-height: 1.5;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
.block__body {
  margin-top: 16px;
}
.block .content {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .block .content {
    margin-top: 10px;
  }
}
.block .content {
  display: none;
}
.block:has(#tab-0:checked) #content-0, .block:has(#tab-1:checked) #content-1, .block:has(#tab-2:checked) #content-2, .block:has(#tab-3:checked) #content-3 {
  display: block;
}

.doc-support-worries_container {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .doc-support-worries_container {
    margin-inline: -10px;
  }
}
.doc-support-worries_container::before {
  content: "";
  display: block;
  width: 174px;
  height: 145px;
  background: url("../../img/campaign/doc-support/doc-support_illust-paper.webp") no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 50%);
}
@media only screen and (max-width: 768px) {
  .doc-support-worries_container::before {
    width: 140px;
    height: 118px;
  }
}

.doc-support-worries_body {
  background-color: #f2f2f2;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 50% 100%, 0 calc(100% - 100px));
  padding: 60px 10px 120px;
}
@media only screen and (max-width: 768px) {
  .doc-support-worries_body {
    padding: 20px 10px 70px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
  }
}

.doc-support-worries_headline {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .doc-support-worries_headline {
    font-size: 22px;
  }
}
.doc-support-worries_headline .--big {
  font-size: 52px;
}
@media only screen and (max-width: 768px) {
  .doc-support-worries_headline .--big {
    font-size: 32px;
  }
}
.doc-support-worries_headline .--green {
  color: #0e9352;
}
.doc-support-worries_headline .--marker {
  text-decoration: underline;
  text-decoration-thickness: 20px;
  text-decoration-color: #ffffff;
  text-underline-offset: -5px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media only screen and (max-width: 768px) {
  .doc-support-worries_headline .--marker {
    text-decoration-thickness: 12px;
  }
}

.doc-support-worries_wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 40px;
  margin-top: 10px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .doc-support-worries_wrap {
    margin-top: 20px;
  }
}

.doc-support-worries_illust {
  max-width: 274px;
}
@media only screen and (max-width: 768px) {
  .doc-support-worries_illust {
    max-width: 96px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.doc-support-worries_list {
  display: flex;
  flex-direction: column;
  gap: 26px;
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px 40px;
}
@media only screen and (max-width: 768px) {
  .doc-support-worries_list {
    gap: 14px;
    padding: 14px 24px;
  }
}

.doc-support-worries_item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.doc-support-worries_item-icon {
  display: block;
  width: 31px;
  height: 26px;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .doc-support-worries_item-icon {
    width: 26px;
    height: 22px;
  }
}

.doc-support-worries_item-title {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .doc-support-worries_item-title {
    font-size: 16px;
  }
}

.doc-support-worries_text {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 32px;
  line-height: 1.4;
  letter-spacing: 0.03em;
  text-align: center;
  color: #333;
  margin-top: 46px;
}
@media only screen and (max-width: 768px) {
  .doc-support-worries_text {
    font-size: 17px;
    line-height: 1.7;
    margin-top: 10px;
  }
}
.doc-support-worries_text .strong {
  color: #ffffff;
  background-color: #0e9352;
  padding-inline: 3px;
}

.doc-support-feature {
  border-top: 4px solid #0e9352;
  margin-top: 200px;
}
@media only screen and (max-width: 768px) {
  .doc-support-feature {
    margin-top: 140px;
  }
}

.doc-support_subheadline {
  display: block;
  width: 400px;
  aspect-ratio: 400/76;
  margin-inline: auto;
  position: relative;
  margin-top: -37px;
}
@media only screen and (max-width: 768px) {
  .doc-support_subheadline {
    width: 200px;
    margin-top: -20px;
  }
}

.doc-support_headline {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #333;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .doc-support_headline {
    font-size: 30px;
  }
}
.doc-support_headline .--green {
  color: #0e9352;
}

.doc-support-feature_btns {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .doc-support-feature_btns {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}

.doc-support-feature_btn {
  max-width: 420px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .doc-support-feature_btn {
    max-width: 335px;
  }
}

.doc-support-feature_btn-sales {
  margin-top: 40px;
  margin-inline: auto;
}

.doc-support-feature_cta {
  margin-top: 80px;
}
@media only screen and (max-width: 768px) {
  .doc-support-feature_cta {
    margin-top: 40px;
  }
}

.doc-support-steps {
  display: flex;
  gap: 30px;
}
@media only screen and (max-width: 768px) {
  .doc-support-steps {
    padding-inline: 10px;
  }
}
.doc-support-steps.--center {
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .doc-support-steps.--center {
    justify-content: flex-start;
  }
}

.doc-support-step {
  width: 380px;
  flex-shrink: 0;
  background-color: #eff7f2;
  border-radius: 12px;
  padding: 30px 27px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .doc-support-step {
    width: 300px;
    padding: 24px 10px 10px;
  }
}
.doc-support-step + .doc-support-step::before {
  content: "";
  display: block;
  width: 12px;
  height: 18px;
  background: url("../../img/campaign/doc-support/icon_arrow-right-green.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: -19px;
  transform: translate(0%, -50%);
}
.doc-support-step.--white {
  background-color: #ffffff;
}

.doc-support-step_headgroup {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media only screen and (max-width: 768px) {
  .doc-support-step_headgroup {
    padding-inline: 10px;
  }
}

.doc-support-step_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}

.doc-support-step_step {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0e9352;
}
@media only screen and (max-width: 768px) {
  .doc-support-step_step {
    font-size: 13px;
  }
}

.doc-support-step_number {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 60px;
  line-height: 1;
  text-align: center;
  color: #86c9a8;
}
@media only screen and (max-width: 768px) {
  .doc-support-step_number {
    font-size: 50px;
  }
}

.doc-support-step_title {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 1.3636363636;
  text-align: left;
  color: #333;
  padding-top: 10px;
}
@media only screen and (max-width: 768px) {
  .doc-support-step_title {
    font-size: 18px;
  }
}
.doc-support-step_title .--underline {
  text-decoration: underline;
}

.doc-support-step_text {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.6666666667;
  text-align: center;
  color: #0e9352;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .doc-support-step_text {
    font-size: 16px;
    margin-top: 16px;
  }
}
.doc-support-step_text .--under-line {
  text-decoration: underline;
}

.doc-support-step_image {
  width: 100%;
  margin-top: 26px;
}
@media only screen and (max-width: 768px) {
  .doc-support-step_image {
    margin-top: 20px;
  }
}

.doc-support-support {
  padding-top: 40px;
  margin-top: 150px;
}
@media only screen and (max-width: 768px) {
  .doc-support-support {
    padding-top: 40px;
    margin-top: 60px;
  }
}

.doc-support-support__container {
  background-color: #eff7f2;
  border-top: 4px solid #0e9352;
  padding-bottom: 140px;
}
@media only screen and (max-width: 768px) {
  .doc-support-support__container {
    padding-bottom: 60px;
  }
}

.doc-support-support_subheadline {
  display: block;
  width: 400px;
  aspect-ratio: 400/76;
  margin-inline: auto;
  position: relative;
  margin-top: -37px;
}
@media only screen and (max-width: 768px) {
  .doc-support-support_subheadline {
    width: 240px;
    margin-top: -20px;
  }
}

.doc-support-support_container {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px 60px 50px;
  margin-top: 60px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .doc-support-support_container {
    padding: 30px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.doc-support-support_headline-sub {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.03em;
  line-height: 1.3714285714;
  text-align: center;
  color: #0e9352;
  padding-bottom: 28px;
  border-bottom: 1px solid #86c9a8;
}
@media only screen and (max-width: 768px) {
  .doc-support-support_headline-sub {
    font-size: 22px;
    padding-bottom: 15px;
  }
}

.doc-support-support_text {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.92;
  text-align: center;
  color: #333;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .doc-support-support_text {
    font-size: 18px;
    margin-top: 20px;
  }
}

.doc-support-support_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .doc-support-support_wrap {
    margin-top: 30px;
  }
}

.doc-support-support_list {
  display: flex;
  flex-direction: column;
}

.doc-support-support_item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.doc-support-support_item-icon {
  display: block;
  width: 24px;
  height: 20px;
}

.doc-support-support_item-title {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.92;
  text-align: left;
  color: #333;
}

.doc-support-support_image {
  max-width: 124px;
}
@media only screen and (max-width: 768px) {
  .doc-support-support_image {
    max-width: 74px;
    position: absolute;
    top: 0;
    right: 12px;
    transform: translate(0, -50%);
  }
}

.doc-support-support_notes {
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto 0;
}

.doc-support-support_note {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #333;
}

.doc-support-support_btn {
  max-width: 420px;
  width: 100%;
  margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
  .doc-support-support_btn {
    max-width: 335px;
  }
}

/* ================================================================================ */
/* よくある質問 */
/* ================================================================================ */
.doc-support-faq {
  padding-block: 140px;
}
@media only screen and (max-width: 768px) {
  .doc-support-faq {
    padding-block: 80px;
  }
}

.doc-support-faq_headline {
  /* FAQ見出しのスタイル */
}

.doc-support-faq_headline-en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #0e9352;
  opacity: 0.5;
}
@media only screen and (max-width: 768px) {
  .doc-support-faq_headline-en {
    font-size: 13px;
  }
}

.doc-support-faq_headline-ja {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 0.03em;
  text-align: center;
  color: #333;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .doc-support-faq_headline-ja {
    font-size: 36px;
  }
}

.doc-support-faq_accordion {
  margin-top: 60px !important;
}
@media only screen and (max-width: 768px) {
  .doc-support-faq_accordion {
    margin-top: 40px !important;
  }
}

/* ===================
アコーディオン details/summary
====================== */
.doc-support-faq_accordion {
  max-width: 960px;
  margin-inline: auto;
  margin: auto;
  /* アコーディオン全体 */
  /* アコーディオンの間隔 */
  /* 三角アイコン削除（Safari） */
  /* タイトル */
  /* アイコン共通 */
  /* アイコン（クローズ時） */
  /* アイコン（オープン時） */
  /* コンテンツ */
  /* コンテンツ（オープン時） */
}
@media screen and (max-width: 1400px) {
  .doc-support-faq_accordion {
    width: 95%;
  }
}
@media only screen and (max-width: 768px) {
  .doc-support-faq_accordion {
    width: 100%;
  }
}
.doc-support-faq_accordion_details {
  background-color: #eef7f2;
  border-radius: 12px;
}
@media only screen and (max-width: 768px) {
  .doc-support-faq_accordion_details {
    border-radius: 0;
  }
}
.doc-support-faq_accordion_circle {
  position: absolute;
  background-color: #0e9352;
  width: 30px;
  height: 30px;
  top: 21px;
  right: 30px;
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
}
@media only screen and (max-width: 768px) {
  .doc-support-faq_accordion_circle {
    right: 15px;
  }
}
.doc-support-faq_accordion_details + .doc-support-faq_accordion_details {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .doc-support-faq_accordion_details + .doc-support-faq_accordion_details {
    margin-top: 10px;
  }
}
.doc-support-faq_accordion summary::-webkit-details-marker {
  display: none;
}
.doc-support-faq_accordion_summary {
  cursor: pointer;
  background-color: #eef7f2;
  border-radius: 12px;
  padding: 22px 25px;
  display: grid;
  text-align: left;
  align-items: start;
  gap: 24px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .doc-support-faq_accordion_summary {
    padding: 20px 16px;
    border-radius: none;
  }
}
.doc-support-faq_accordion_title {
  font-size: 18px;
  line-height: 1.6111111111;
  font-weight: 700;
  display: inline-flex;
  align-items: flex-start;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .doc-support-faq_accordion_title {
    gap: 15px;
    font-size: 16px;
    line-height: 1.625;
  }
}
.doc-support-faq_accordion_title::before {
  content: "Q";
  flex-shrink: 0;
  background-color: #0e9352;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-4px);
}
@media only screen and (max-width: 768px) {
  .doc-support-faq_accordion_title::before {
    transform: translateY(-1px);
  }
}
.doc-support-faq_accordion_summary::before, .doc-support-faq_accordion_summary::after {
  /* アイコンの位置:1or2 */
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  content: "";
  width: 10px;
  border-bottom: 1px solid #fff;
  z-index: 2;
  position: relative;
  top: 13px;
  right: 15px;
}
@media only screen and (max-width: 768px) {
  .doc-support-faq_accordion_summary::before, .doc-support-faq_accordion_summary::after {
    top: 15px;
    right: 9px;
  }
}
.doc-support-faq_accordion_summary::before {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.is-open > .doc-support-faq_accordion_summary::before {
  transform: rotate(0deg);
}
.doc-support-faq_accordion_details_contentInner {
  box-sizing: content-box;
  text-align: left;
  overflow: hidden;
  margin: 0;
  padding: 0 1em;
  padding-left: 25px;
  opacity: 0;
  min-height: 0.1px;
  /* 高さが0になるとスクリーンリーダーに認識されなくなるため */
  transition: padding 0.2s ease 0.1s, max-height 0.3s, opacity 0.7s;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .doc-support-faq_accordion_details_contentInner {
    padding: 0 19px;
  }
}
.doc-support-faq_accordion_details_contentInner::after {
  content: "";
  position: absolute;
  width: 94.791667%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background: #fff;
}
.is-open > .doc-support-faq_accordion_details_contentInner {
  padding-block: 1em;
  opacity: 1;
  transition: padding 0.3s, max-height 0.3s, opacity 0.7s;
}
.doc-support-faq_accordion_details_content {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  padding: 15px 40px 15px 10px;
}
@media only screen and (max-width: 768px) {
  .doc-support-faq_accordion_details_content {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.625;
    padding: 0 3px 14px 0;
  }
}
.doc-support-faq_accordion_details_box {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
}
.doc-support-faq_accordion_details_box::before {
  content: "A";
  display: block;
  gap: 15px;
  border-radius: 50%;
  font-weight: 700;
  color: #0e9352;
  font-size: 28px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .doc-support-faq_accordion_details_box::before {
    font-size: 28px;
  }
}
.doc-support-faq_accordion_details_box > p {
  font-size: 15px;
  padding-top: 3px;
}
@media only screen and (max-width: 768px) {
  .doc-support-faq_accordion_details_box > p {
    font-size: 16px;
    padding-top: 0;
  }
}
.doc-support-faq_accordion_details_link {
  color: #0e9352;
  position: relative;
}
.doc-support-faq_accordion_details_link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1px;
  background: #0e9352;
}
.doc-support-faq_accordion_btnBody {
  margin-top: 21px;
  font-size: 15px;
  padding-left: 38px;
}
@media only screen and (max-width: 768px) {
  .doc-support-faq_accordion_btnBody {
    font-size: 16px;
  }
}
.doc-support-faq_accordion_btnLists {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .doc-support-faq_accordion_btnLists {
    flex-direction: column;
  }
}
.doc-support-faq_accordion_btnList {
  width: 250px;
  max-width: 100%;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .doc-support-faq_accordion_btnList {
    width: 300px;
    margin-inline: auto;
  }
}
.doc-support-faq_accordion_btnListBig {
  width: 300px !important;
  max-width: 100%;
}
.doc-support-faq_accordion_btnListBig35 {
  width: 300px !important;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .doc-support-faq_accordion_btnList:not(:first-child) {
    margin-top: 12px;
    margin-inline: auto;
  }
}
.doc-support-faq_accordion_btnLink {
  padding: 10px;
  color: #0e9352;
  font-weight: 700;
  background-color: #fff;
  display: block;
  transition: all 0.3s ease 0s;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .doc-support-faq_accordion_btnLink {
    width: 300px;
    max-width: 100%;
    text-align: center;
    padding-block: 11px;
  }
}
@media only screen and (max-width: 768px) {
  .doc-support-faq_accordion_btnLink > span {
    display: block;
    transform: translateX(-10px);
  }
}
.doc-support-faq_accordion_btnLink:hover {
  box-shadow: 0 2px 0 #0a6d3d;
  transform: translateY(2px);
}
.doc-support-faq_accordion_btnLink::before {
  content: "";
  position: absolute;
  width: min(0.4285714286vw, 6px);
  height: min(0.4285714286vw, 6px);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  right: min(1.6428571429vw, 23px);
  transform: rotate(45deg) translateY(-50%);
  transform-origin: top;
  top: 49%;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .doc-support-faq_accordion_btnLink::before {
    width: 6px;
    height: 6px;
    right: 18px;
  }
}
.doc-support-faq_accordion_btnLink::after {
  content: "";
  position: absolute;
  background: #0e9352;
  border-radius: 20px;
  width: min(1.4285714286vw, 20px);
  height: min(1.4285714286vw, 20px);
  right: min(1.0714285714vw, 15px);
  transform: translateY(-50%);
  transform-origin: top;
  top: 50%;
  z-index: 0;
}
@media only screen and (max-width: 768px) {
  .doc-support-faq_accordion_btnLink::after {
    right: 10px;
    width: 20px;
    height: 20px;
  }
}

.top_matching_cta_typeA {
  margin-bottom: 140px;
  text-align: center;
}

.faqCTA_lead {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  color: #0e9352;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .faqCTA_lead .faqCTA_lead {
    font-size: 16px;
    letter-spacing: inherit;
  }
}
.faqCTA_lead::before, .faqCTA_lead::after {
  display: block;
  position: absolute;
  bottom: 5px;
  width: 1px;
  height: 35px;
  background-color: #0e9352;
  transform-origin: bottom;
  content: "";
}
@media only screen and (max-width: 768px) {
  .faqCTA_lead::before, .faqCTA_lead::after {
    height: 50px;
  }
}
.faqCTA_lead::before {
  left: 0;
  transform: rotate(-45deg);
}
.faqCTA_lead::after {
  right: 0;
  transform: rotate(45deg);
}

/* PC（769px以上）でのアコーディオンスタイル */
@media (min-width: 769px) {
  .doc-support-faq_accordion_details.pc-always-open {
    /* PC環境では常に開いた状態を維持 */
  }
  .doc-support-faq_accordion_details.pc-always-open .doc-support-faq_accordion_summary {
    pointer-events: none; /* クリック無効化 */
    cursor: default;
  }
}
.doc-support .cta_search_note {
  font-size: 32px;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .doc-support .cta_search_note {
    font-size: 20px;
  }
}
.doc-support .cta_search_note .marker {
  text-decoration: underline;
  text-decoration-thickness: 12px;
  text-decoration-color: #f6e929;
  text-underline-offset: -5px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.doc-support .cta_search_note::before, .doc-support .cta_search_note::after {
  width: 140px;
  bottom: 37px;
}
@media only screen and (max-width: 768px) {
  .doc-support .cta_search_note::before, .doc-support .cta_search_note::after {
    width: 80px;
    bottom: 29px;
  }
}
.doc-support .cta_search_note::before {
  left: -124px;
  rotate: 66deg;
}
@media only screen and (max-width: 768px) {
  .doc-support .cta_search_note::before {
    left: -73px;
    rotate: 75deg;
  }
}
.doc-support .cta_search_note::after {
  right: -124px;
  rotate: 114deg;
}
@media only screen and (max-width: 768px) {
  .doc-support .cta_search_note::after {
    right: -73px;
    rotate: 105deg;
  }
}
.doc-support .cta_search_note.--font-pc24-sp16 {
  font-size: 24px;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .doc-support .cta_search_note.--font-pc24-sp16 {
    font-size: 16px;
    letter-spacing: 0em;
  }
}
.doc-support .cta_search_note.--font-pc24-sp16::before, .doc-support .cta_search_note.--font-pc24-sp16::after {
  width: 30px;
  bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .doc-support .cta_search_note.--font-pc24-sp16::before, .doc-support .cta_search_note.--font-pc24-sp16::after {
    width: 48px;
    bottom: 29px;
  }
}
.doc-support .cta_search_note.--font-pc24-sp16::before {
  left: -88px;
  rotate: 43deg;
}
@media only screen and (max-width: 768px) {
  .doc-support .cta_search_note.--font-pc24-sp16::before {
    left: -48px;
    rotate: 70deg;
  }
}
.doc-support .cta_search_note.--font-pc24-sp16::after {
  right: -88px;
  rotate: 135deg;
}
@media only screen and (max-width: 768px) {
  .doc-support .cta_search_note.--font-pc24-sp16::after {
    right: -48px;
    rotate: 105deg;
  }
}

.cta_search_note-text {
  font-size: 18px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: center;
  color: #333;
  margin-top: 54px;
}
@media only screen and (max-width: 768px) {
  .cta_search_note-text {
    max-width: 296px;
    font-size: 16px;
    margin-top: 40px;
    margin-inline: auto;
    margin-bottom: 50px;
  }
}
.cta_search_note-text .--bold {
  font-weight: bold;
}

.cta_search_footer {
  gap: 18px;
}
.cta_search_footer.--inner-btn {
  gap: 18px;
  padding-inline: 28px 54px;
}
@media screen and (max-width: 1100px) {
  .cta_search_footer.--inner-btn {
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  .cta_search_footer.--inner-btn {
    flex-direction: column;
    padding-inline: 20px;
  }
  .cta_search_footer.--inner-btn .cta_search_btn {
    width: 100%;
  }
}
@media screen and (max-width: 382px) {
  .cta_search_footer.--inner-btn {
    padding-inline: 10px;
  }
}
.cta_search_footer.--inner-btn .cta_search_btn {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1;
}
@media screen and (max-width: 1100px) {
  .cta_search_footer.--inner-btn .cta_search_btn {
    flex-direction: column;
    flex: inherit;
  }
}

.doc-support-cta {
  padding-bottom: 160px;
}
@media only screen and (max-width: 768px) {
  .doc-support-cta {
    padding-bottom: 100px;
  }
}

.doc-support-cta_btn {
  width: 100%;
  max-width: 420px;
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .doc-support-cta_btn {
    max-width: 360px;
    margin-inline: auto;
  }
}/*# sourceMappingURL=doc-support.css.map */