/*---------------------------------------------

	ヘッダー

---------------------------------------------*/
@media screen and (max-width: 720px) {
  .secFvBg {
    padding-top: 0.8rem;
    background-color: #f7efc3;
  }
}

.secFv {
  width: 100%;
  height: 44.921875vw;
  padding: 2rem 0 3rem 0;
  background-image: url(/wp-content/uploads/2025/08/img_fv_pc.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 1250px) {
  .secFv {
    height: 52vw;
    background-position: center right;
  }
}

@media screen and (max-width: 720px) {
  .secFv {
    padding: 0.3rem 0 0 0;
    position: relative;
    height: 128vw;
    background-image: url(/wp-content/uploads/2025/08/img_fv_sp.png);
  }
}

.secFV__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.375rem;
  margin-bottom: 1.7rem;
}

@media screen and (max-width: 720px) {
  .secFV__header {
    gap: 0;
    margin-bottom: 1rem;
  }
}

.secFV__header_tags_wrap {
  display: flex;
}

@media screen and (max-width: 720px) {
  .secFV__header_tags_wrap {
    flex-direction: column;
  }
}

.secFV__header_tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.375rem;
}

@media screen and (max-width: 720px) {
  .secFV__header_tags {
    gap: 3px;
    margin-bottom: 0.5rem;
  }
}

.secFV__header_tag {
  color: white;
  display: flex;
  padding: 0.1875rem 1rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 6.25rem;
  background: #2aa6a5;
}

@media screen and (max-width: 720px) {
  .secFV__header_tag {
    padding: 0.09406rem 0.6rem;
    font-size: 10px;
  }
}

.secFV__header_logo {
  width: 14rem;
  /* width: 16.25vw; */
  margin-right: 1.4rem;
}

@media screen and (max-width: 720px) {
  .secFV__header_logo {
    margin-right: 1rem;
    width: 10rem;
  }
}

.secFV__textblock {
  width: 60%;
}

@media screen and (max-width: 720px) {
  .secFV__textblock {
    width: 100%;
    margin-left: 1.6rem;
  }
}

.secFV__catch {
  /* width: 100%; */
  width: 37.8125vw;
}

@media screen and (max-width: 720px) {
  .secFV__catch {
    width: 80%;
  }
}

.secFV__subcatch {
  /* font-size: 1.4rem; */
  font-size: 1.5625vw;
}

@media screen and (max-width: 720px) {
  .secFV__subcatch {
    font-size: 1rem;
    font-weight: 600;
  }
}

.secFV__3mo_group_wrap {
  width: 36.8125vw;
}

@media screen and (max-width: 720px) {
  .secFV__3mo_group_wrap {
    position: absolute;
    bottom: 12px;
    width: 90%;
  }
}

.secFV__3mo_group {
  display: flex;
  width: 100%;
  /* gap: 1.375rem; */
}

@media screen and (max-width: 720px) {
  .secFV__3mo_group {
    justify-content: space-between;
    gap: none;
  }
}

.secFV__3mo {
  /* width: 30%; */
  width: 12.34375vw;
  margin-right: 1rem;
}

@media screen and (max-width: 720px) {
  .secFV__3mo {
    width: 30%;
    margin-right: 0rem;
  }
}

/*---------------------------------------------

	ご存知でしたか？

---------------------------------------------*/
.secAbout {
  padding: 2rem 0 2rem 0;
  background: #d9ede7;
}

@media screen and (max-width: 540px) {
  .secAbout {
    padding: 2rem 0 2rem 0;
  }
}

.aboutBlock {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 540px) {
  .aboutBlock {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}

.aboutBlock_graph {
  width: 30%;
  flex: 1;
}

@media screen and (max-width: 540px) {
  .aboutBlock_graph {
    width: 60%;
    flex: 1;
  }
}

.aboutBlock_border {
  width: 2rem;
}

.aboutBlock__textAeaa {
  width: 60%;
  /* border: 1px solid; */
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (max-width: 540px) {
  .aboutBlock__textAeaa {
    width: 100%;
  }
}

.aboutBlock__large {
  color: #ed774d;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  /* 10.30844rem */
}

.aboutBlock__large span {
  font-size: 4rem;
}

.aboutBlock__middle {
  font-size: 2rem;
  font-weight: 600;
}

.aboutBlock__middle span {
  border-bottom: 1px solid;
}

@media screen and (max-width: 1200px) {
  .aboutBlock__large {
    font-size: 2rem;
  }

  .aboutBlock__large span {
    font-size: 3.5rem;
  }

  .aboutBlock__middle {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 540px) {
  .aboutBlock__textAeaa {
    text-align: center;
    padding-left: 0rem;
  }

  .aboutBlock__large {
    font-size: 2rem;
    line-height: 150%;
  }

  .aboutBlock__large span {
    font-size: 2.2rem;
  }

  .aboutBlock__middle {
    font-size: 1.1rem;
  }
}

/*---------------------------------------------

	こんなお困りごとが

---------------------------------------------*/
.secProblem {
  background: #edf5f3;
  padding: 4rem 0;
}

@media screen and (max-width: 540px) {
  .secProblem {
    padding: 3.5rem 0;
  }
}

.secProblem__3cols {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

@media screen and (max-width: 540px) {
  .secProblem__3cols {
    flex-direction: column;
    gap: 1.5rem;
  }
}

.secProblem__3col {
  font-weight: 500;
  font-size: 1.2rem;
  display: flex;
  flex-basis: 31%;
  min-height: 17rem;
  padding: 2.4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  flex-shrink: 0;
  border-radius: 1.875rem 1.875rem 0rem 1.875rem;
  border: 2px solid #2aa6a5;
  background: #fff;
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 540px) {
  .secProblem__3col {
    flex-direction: row;
    gap: 0;
    min-height: auto;
    font-size: 1rem;
  }
}

.secProblem__3col img {
  width: 80%;
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 540px) {
  .secProblem__3col img {
    width: 7.56981rem;
    margin-bottom: 0rem;
    padding-right: 1rem;
  }
}

.secProblem__3col span {
  color: #ed774d;
  font-weight: 500;
  font-size: 1.4rem;
}

@media screen and (max-width: 540px) {
  .secProblem__3col span {
    font-size: 1.2rem;
    font-weight: 700;
  }
}

.secProblem__others {
  display: flex;
  width: 100%;
  padding: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  flex-shrink: 0;
  border-radius: 1.875rem;
  border: 2px solid #2aa6a5;
  background: #fff;

  /* shadow-2xl */
  box-shadow: 0px 25px 50px 0px rgba(0, 0, 0, 0.25);
}

@media screen and (max-width: 540px) {
  .secProblem__others {
    padding: 2.5rem 1.5rem 3.5rem 1.5rem;
  }
}

.secProblem__others .title {
  font-size: 1.3rem;
  font-weight: 600;
  border-bottom: 3px solid #2aa6a5;
  padding-bottom: 0.3rem;
}

@media screen and (max-width: 540px) {
  .secProblem__others .title {
    font-size: 1rem;
  }
}

.secProblem__others li {
  font-weight: 300;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 540px) {
  .secProblem__others li {
    font-size: 1rem;
    font-weight: 500;
  }
}

.secProblem__others li img {
  width: 2.5rem;
  margin-right: 0.5rem;
}

@media screen and (max-width: 540px) {
  .secProblem__others li img {
    width: 1.375rem;
    height: 1.375rem;
    aspect-ratio: 1/1;
  }
}

/*---------------------------------------------

	解決します

---------------------------------------------*/
.secSolve {
  background: #d9ede7;
  padding: 4rem 0 6rem 0;
  text-align: center;
}

@media screen and (max-width: 540px) {
  .secSolve {
    padding: 3.5rem 0 3rem 0;
  }
}

.secSolve__title {
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 3.5625rem */
}

@media screen and (max-width: 540px) {
  .secSolve__title {
    font-size: 1.5rem;
  }
}

.secSolve__logo {
  width: 50%;
}

@media screen and (max-width: 540px) {
  .secSolve__logo {
    width: 80%;
  }
}

.secSolve__text {
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 2.1rem */
}

@media screen and (max-width: 540px) {
  .secSolve__text {
    font-size: 1rem;
    text-align: left;
  }

  .secSolve__text br {
    display: none;
  }
}

.secSolve__flow {
  width: 90%;
}

@media screen and (max-width: 540px) {
  .secSolve__flow {
    width: 100%;
  }
}

.secSolve__bigtext {
  color: #2aa6a5;
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 3.5625rem */
}

@media screen and (max-width: 540px) {
  .secSolve__bigtext {
    font-size: 1.3rem;
  }
}

/*---------------------------------------------

	3つの安心

---------------------------------------------*/
.secPeace {
  text-align: center;
  padding: 4.5rem 0;
}

@media screen and (max-width: 540px) {
  .secPeace {
    padding: 3.5rem 0 3rem 0;
  }
}

.secPeace__3col {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.secPeace__3col .left,
.secPeace__3col .right {
  width: 20%;
}

.secPeace__bigtext {
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  /* 2.8125rem */
}

@media screen and (max-width: 540px) {
  .secPeace__bigtext {
    font-size: 1rem;
  }
}

.secPeace__peaceblock {
  width: 70%;
}

@media screen and (max-width: 540px) {
  .secPeace__peaceblock {
    width: 100%;
  }
}

.secPeace__peace {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 3.125rem;
  padding: 2.2rem 2.8rem;
}

@media screen and (max-width: 540px) {
  .secPeace__peace {
    flex-direction: column;
    padding: 2.5rem 1.5rem;
  }
}

.secPeace__peace_01 {
  background: rgba(42, 166, 165, 0.1);
}

.secPeace__peace_02 {
  border-radius: 3.125rem;
  background: rgba(67, 175, 119, 0.1);
}

.secPeace__peace_03 {
  background: rgba(230, 115, 62, 0.1);
}

.secPeace__peace .left {
  display: flex;
  align-items: center;
  text-align: left;
  font-size: 1.2rem;
  line-height: 190%;
  /* 2.375rem */
}

@media screen and (max-width: 540px) {
  .secPeace__peace .left {
    flex-direction: column;
    gap: 1.5rem;
    line-height: 160%;
  }

  .secPeace__peace .left p {
    font-size: 1.1rem;
  }
}

.secPeace__peace .left img {
  width: 14rem;
  margin-right: 2rem;
}

@media screen and (max-width: 540px) {
  .secPeace__peace .left img {
    margin-right: -1rem;
  }
}

.secPeace__peace .right img {
  width: 16rem;
}

@media screen and (max-width: 540px) {
  .secPeace__peace .right img {
    width: 10rem;
  }
}

/*---------------------------------------------

	3つの安心

---------------------------------------------*/
.secSupport {
  text-align: center;
  padding: 4.5rem 0;
  background: #d9ede7;
}

@media screen and (max-width: 540px) {
  .secSupport {
    padding: 3.5rem 0 3rem 0;
  }
}

.secSupport_bigtext {
  font-size: 1.8rem;
}

@media screen and (max-width: 540px) {
  .secSupport_bigtext {
    font-size: 1.125rem;
  }
}

.secSupport__block_above {
  width: 100%;
  border-radius: 1.25rem 1.25rem 0rem 0rem;
  background: #fff;
  padding: 3rem 4rem;
  text-align: left;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 2rem */
}

@media screen and (max-width: 540px) {
  .secSupport__block_above {
    flex-direction: column;
    gap: 0.9rem;
    padding: 1.375rem 1.5rem;
    font-size: 1rem;
  }
}

.secSupport__block_above_ill {
  width: 8rem;
  margin-right: 2rem;
}

@media screen and (max-width: 540px) {
  .secSupport__block_above_ill {
    width: 7.73625rem;
    margin-right: 0;
  }
}

.secSupport__block_under {
  position: relative;
  width: 100%;
  padding: 3rem 4rem 3rem 4rem;
  border-radius: 0rem 0rem 1.25rem 1.25rem;
  background: #2aa6a5;
}

@media screen and (max-width: 540px) {
  .secSupport__block_under {
    padding: 4rem 1.5rem 6.5rem 1.5rem;
  }
}

.secSupport__block_under_catch {
  color: #fff98d;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 540px) {
  .secSupport__block_under_catch {
    font-size: 2rem;
  }
}

.arrow {
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 8rem;
}

.mimochara {
  position: absolute;
  bottom: -0.9rem;
  right: 2rem;
  width: 8rem;
}

@media screen and (max-width: 540px) {
  .mimochara {
    right: auto;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 4.85713rem;
  }
}

.secSupport__block_under_subcatch {
  color: white;
  font-weight: 500;
  font-size: 1.2rem;
}

@media screen and (max-width: 540px) {
  .secSupport__block_under_subcatch {
    font-size: 1rem;
  }
}

.secSupport__block_under_subcatch span {
  background-color: white;
  color: #2aa6a5;
  padding: 0.5rem 1rem;
  border-radius: 2.375rem;
  margin-right: 0.5rem;
}

@media screen and (max-width: 540px) {
  .secSupport__block_under_subcatch span {
    padding: 0.125rem 0.425rem;
    font-size: 1rem;
    margin-right: 0.4rem;
  }
}

.secSupport__block_under_text {
  width: 70%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.2rem;
  line-height: 160%;
  /* 2rem */
  color: white;
}

@media screen and (max-width: 540px) {
  .secSupport__block_under_text {
    width: 100%;
    font-size: 1rem;
  }
}

/*---------------------------------------------

	ご利用料金

---------------------------------------------*/
.secFee {
  text-align: center;
  padding: 4.5rem 0;
  background: #fff;
}

.feeBlocks {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 540px) {
  .feeBlocks {
    flex-direction: column;
    gap: 1rem;
  }
}

.feeBlock {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-basis: 31%;
  height: 19.6875rem;
  background: #e9f6f6;
  border-radius: 2.5rem;
}

@media screen and (max-width: 540px) {
  .feeBlock {
    padding: 2.5rem 0;
    height: auto;
  }
}

.feeBlock01 {
  background: #e9f6f6;
  color: #2aa6a5;
}

.feeBlock02 {
  background: #ecf7f1;
  color: #43af77;
}

.feeBlock03 {
  background: #fcf1eb;
  color: #e6733e;
}

.feeBlock__title {
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 2.35494rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 3.29688rem */
}

@media screen and (max-width: 540px) {
  .feeBlock__title {
    font-size: 1.75rem;
  }
}

.feeBlock__subtitle {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 3.29688rem */
}

@media screen and (max-width: 540px) {
  .feeBlock__subtitle {
    font-size: 1.25rem;
  }
}

.feeBlock__price {
  font-size: 1.2rem;
}

@media screen and (max-width: 540px) {
  .feeBlock__price {
    font-size: 1rem;
  }
}

.feeBlock__price span {
  font-size: 2.2rem;
  font-weight: 500;
  margin-right: 0.2rem;
}

@media screen and (max-width: 540px) {
  .feeBlock__price span {
    font-size: 2.5rem;
    line-height: 140%;
  }
}

.feeBlock__option2 {
  color: #fff;
  font-size: 1.2rem;
  padding: 0.1rem 3rem;
  justify-content: center;
  align-items: center;
  gap: 0.88188rem;
  border-radius: 2.64563rem;
  background: #43af77;
}

.feeBlock__option3 {
  color: #fff;
  font-size: 1.2rem;
  padding: 0.1rem 3rem;
  justify-content: center;
  align-items: center;
  gap: 0.88188rem;
  border-radius: 2.64563rem;
  background: #e6733e;
}

/*---------------------------------------------

	CTA

---------------------------------------------*/
.secCta {
  padding: 4.5rem 0;
  background: #2aa6a5;
}

@media screen and (max-width: 540px) {
  .secCta {
    padding: 3rem 0;
  }
}

.secCta__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.secCta__titleWrapper {
  display: flex;
  gap: 1.3rem;
}

@media screen and (max-width: 540px) {
  .secCta__titleWrapper {
    gap: 0.2rem;
  }
}

.secCta__title {
  color: #fff;
  font-family: 'Noto Sans JP';
  font-size: 1.90388rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 540px) {
  .secCta__title {
    font-size: 1.125rem;
  }
}

.secCta__title--yellow {
  color: #fbea60;
}

.secCta__titleDeco {
  width: 1.75rem;
}

@media screen and (max-width: 540px) {
  .secCta__titleDeco {
    width: 0.8125rem;
  }
}

.secCta__buttonWrapper {
  display: flex;
}

.secCta__button {
  display: flex;
  padding: 2.125rem 3.75rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #000;
  text-align: center;
  font-family: Roboto;
  font-size: 3rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  border-radius: 1.25rem;
  border: 3px solid #ed774d;
  background: #fbea60;
  box-shadow:
    0px 10px 15px 0px rgba(0, 0, 0, 0.1),
    0px 4px 6px 0px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 540px) {
  .secCta__button {
    padding: 1.5rem 1.4rem;
    gap: 1rem;
    font-size: 1.625rem;
  }
}

.secCta__buttonIcon {
  width: 2.29688rem;
}

@media screen and (max-width: 540px) {
  .secCta__buttonIcon {
    width: 1.55819rem;
  }
}

.secCta__button--text {
  margin-left: 0.5rem;
  color: #000;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 540px) {
  .secCta__button--text {
    font-size: 1.5rem;
    letter-spacing: -0.03rem;
  }
}

.secCta__info {
  display: flex;
  padding: 0.375rem 2.5rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  color: white;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 6.25rem;
}

@media screen and (max-width: 540px) {
  .secCta__info {
    font-size: 1.125rem;
  }
}

.secCta__request {
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 540px) {
  .secCta__request {
    font-size: 1rem;
  }
}

.secCta__request--link {
  color: #fff;
  font-family: 'Noto Sans JP';
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media screen and (max-width: 540px) {
  .secCta__request--link {
    font-size: 1rem;
  }
}

/*---------------------------------------------

	提携企業

---------------------------------------------*/
.secCompany {
  padding: 6.8rem 0 8.25rem 0;
}

@media screen and (max-width: 540px) {
  .secCompany {
    padding: 4rem 0;
  }
}

.secCompany__titleWrapper {
  display: flex;
  justify-content: center;
}

.secCompany__title {
  display: block;
}

.secCompany__text {
  color: #000;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 210%;
  /* 2.3625rem */
}

@media screen and (max-width: 540px) {
  .secCompany__text {
    font-size: 1rem;
    text-align: justify;
  }

  .secCompany__text br {
    display: none;
  }

  .secCompany__text:nth-of-type(2) {
    text-align: left;
  }
}

.secCompany__text--bald {
  font-weight: 700;
}

.secCompany__subTitle {
  color: #0a1918;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 540px) {
  .secCompany__subTitle {
    font-size: 1.5rem;
  }
}

.secCompany__logo {
  margin: 0 auto;
  width: 86.851851851852%;
}

@media screen and (max-width: 540px) {
  .secCompany__logo {
    width: 100%;
  }
}

/*---------------------------------------------

	よくある質問

---------------------------------------------*/
.secFaq {
  padding: 6.8rem 0;
  background: #d9ede7;
}

@media screen and (max-width: 540px) {
  .secFaq {
    padding: 4rem 0;
  }
}

/* アコーディオン */

.c-accordion {
  margin-top: 4rem;
}

@media screen and (max-width: 540px) {
  .c-accordion {
    margin-top: 2rem;
  }
}

.c-accordion__list {
  margin-bottom: 1rem;
  width: 100%;
}

.c-accordion__list__header {
  background-color: #fff1ce;
  padding: 0.8rem 4rem 0.8rem 2rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s;
  border-radius: 0.3rem 0.3rem 0 0;
}

@media screen and (max-width: 736px) {
  .c-accordion__list__header {
    padding: 1.2rem 4.5rem 1.2rem 1rem;
  }
}

.c-accordion__list__header p {
  color: #333333;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.6;
}

@media screen and (max-width: 540px) {
  .c-accordion__list__header p {
    font-size: 1rem;
  }
}

.c-accordion__list__header p span {
  margin-right: 1.2rem;
  font-size: 1.75rem;
  color: #1eadac;
  font-weight: bold;
}

.c-accordion__list__header--icon {
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -10px;
  border: 1px solid #1eadac;
  padding: 0.2rem;
}

@media screen and (min-width: 750px) {
  .c-accordion__list__header--icon {
    border: none;
  }
}

.c-accordion__list__header--icon::before,
.c-accordion__list__header--icon::after {
  position: absolute;
  content: '';
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

@media screen and (min-width: 750px) {
  .c-accordion__list__header--icon::before,
  .c-accordion__list__header--icon::after {
    top: 0.7rem !important;
  }
}

.c-accordion__list__header--icon::before {
  border-top: 3px solid #1eadac;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 750px) {
  .c-accordion__list__header--icon::before {
    right: -0.1rem;
  }
}

@media screen and (max-width: 736px) {
  .c-accordion__list__header--icon::before {
    width: 15px;
    right: 0.2rem;
  }
}

.c-accordion__list__header--icon::after {
  border-left: 3px solid #1eadac;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 0.4rem;
  transition: 0.3s;
}

@media screen and (max-width: 736px) {
  .c-accordion__list__header--icon::after {
    height: 15px;
    right: 0.6rem;
  }
}

@media screen and (max-width: 736px) {
  .c-accordion__list__header--icon {
    right: 0.8rem;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -7px;
  }
}

.c-accordion__list__inner {
  display: none;
  padding: 1.2rem 1.7rem;
  box-sizing: border-box;
  background-color: #ffffff;
  border-radius: 0 0 0.3rem 0.3rem;
}

@media screen and (max-width: 736px) {
  .c-accordion__list__inner {
    padding: 1rem;
  }
}

.c-accordion__list__inner p {
  color: #333333;
  font-weight: 500;
  line-height: 1.6;
}

.c-accordion__list__inner a {
  color: #333333;
}

.c-accordion__list__header.open .c-accordion__list__header--icon::before {
  border-top: 3px solid #1eadac;
  z-index: 10;
}

@media screen and (max-width: 736px) {
  .c-accordion__list__header.open .c-accordion__list__header--icon::before {
    width: 15px;
  }
}

.c-accordion__list__header.open .c-accordion__list__header--icon::after {
  height: 0;
}

.c-accordion__list__header--q {
  display: flex;
  align-items: center;
  font-weight: 500;
}

@media screen and (min-width: 750px) {
  .c-accordion__list__header--q {
    align-items: center;
  }
}

.c-accordion__list__header--a {
  display: flex;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
}

@media screen and (max-width: 540px) {
  .c-accordion__list__header--a {
    font-size: 1rem;
  }
}

.c-accordion__list__header--a span {
  margin-right: 1.2rem;
  font-size: 1.75rem;
  color: #1eadac;
  font-weight: bold;
  margin-top: -0.6rem;
}

/*---------------------------------------------

	フッター

---------------------------------------------*/
.secFooter {
  padding: 4.6rem 0 4.6rem 0;
  background: #15898a;
}

@media screen and (max-width: 540px) {
  .secFooter {
    padding: 3.25rem 0 3.25rem 0;
  }
}

.secFooter__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.6rem;
}

@media screen and (max-width: 540px) {
  .secFooter__inner {
    gap: 1rem;
  }
}

.secFooter__logo {
  width: 12.1825rem;
}

@media screen and (max-width: 540px) {
  .secFooter__logo {
    width: 8.71463rem;
  }
}

.secFooter__copyright {
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}

/*---------------------------------------------

	追従ボタン

---------------------------------------------*/
.followbutton {
  display: none;
  justify-content: center;
  align-items: stretch;
  gap: 22px;
  position: fixed;
  /* width: 57.65625%; */
  max-width: 1280px;
  margin: 0 auto;
  bottom: 24px;
  left: 0;
  right: 0;
  z-index: 100;
}

@media screen and (max-width: 540px) {
  .followbutton {
    /* width: 94%; */
    left: 3%;
    right: 3%;
    bottom: 18px;
  }
}

.conversion-phone {
  display: block;
  transition: all 0.3s;
  /*  */
  width: 37%;
}

@media screen and (max-width: 540px) {
  .conversion-phone {
    width: 44%;
  }
}

.conversion-phone:hover {
  opacity: 1;
  transform: translateY(-5px);
}

.conversionPhone-catchwrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.25rem;
}

@media screen and (max-width: 540px) {
  .conversionPhone-catchwrap {
    flex-direction: column;
    gap: 0.3rem;
  }
}

.conversionPhone-pc {
  display: flex;
  flex-direction: row;
  position: relative;
  background-color: white;
  padding: 1rem 0;
  justify-content: center;
  align-items: center;
  gap: 0.38063rem;
  flex-shrink: 0;
  border: solid 2px #22a7a6;
  border-radius: 0.75rem;
  background: linear-gradient(0deg, #eee 0%, #fff 100%);
  /* shadow-xl */
  box-shadow:
    0px 20px 25px 0px rgba(0, 0, 0, 0.1),
    0px 10px 10px 0px rgba(0, 0, 0, 0.04);
  height: 100%;
}

.conversionPhone-pc.green {
  border: none;
  border-radius: 0.75rem;
  background: linear-gradient(0deg, #148b8a 0%, #27b0af 100%);
  /* shadow-xl */
  box-shadow:
    0px 20px 25px 0px rgba(0, 0, 0, 0.1),
    0px 10px 10px 0px rgba(0, 0, 0, 0.04);
}

@media screen and (max-width: 540px) {
  .conversionPhone-pc {
    padding: 0.7rem 0;
    display: flex;
    flex-direction: column;
  }
}

/* .conversionPhone-icon {
  width: 3.125rem;
}

.conversionPhone-icon:last-child {
  width: 0.875rem;
} */

/* .conversionPhone-pc_subcatch {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
}

.conversionPhone-pc_subcatch img {
  width: 1rem;
} */

.conversionPhone-pc_catch {
  color: #179392;
  font-family: Inter;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}

@media screen and (max-width: 540px) {
  .conversionPhone-pc_catch {
    font-size: 1.25714rem;
  }
}

.green .conversionPhone-pc_catch {
  color: #fff;
  line-height: 125%;
}

@media screen and (max-width: 540px) {
  .green .conversionPhone-pc_catch {
    font-size: 1rem;
    line-height: 150%;
  }
}

.green .conversionPhone-pc_catch .tel {
  font-size: 1.5625rem;
}

@media screen and (max-width: 540px) {
  .green .conversionPhone-pc_catch .tel {
    font-size: 1.28571rem;
    line-height: 115%;
  }
}

.green .conversionPhone-pc_catch .time {
  font-size: 0.8125rem;
  display: block;
}

@media screen and (max-width: 540px) {
  .green .conversionPhone-pc_catch .time {
    font-size: 0.57143rem;
    line-height: 150%;
  }
}

.conversionPhone-pc_catch .mail {
  color: #179392;
  text-align: center;
  font-family: Inter;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 1.5rem */
}

@media screen and (max-width: 540px) {
  .conversionPhone-pc_catch .mail {
    font-size: 1rem;
  }
}

.conversionPhone-icon {
  width: 3.125rem;
}

.conversionPhone-icon:last-child {
  width: 0.875rem;
}

@media screen and (max-width: 540px) {
  .conversionPhone-icon {
    width: 1.875rem;
  }
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }

  10% {
    transform: translateY(-10px);
  }

  /* ジャンプ！ */
  20% {
    transform: translateY(0);
  }

  /* 着地 */
  100% {
    transform: translateY(0);
  }

  /* あとは静止 */
}

.conversionPhone-chara {
  width: 3rem;
  position: absolute;
  bottom: -0.5rem;
  right: 10px;
  animation: jump 4s ease-in-out infinite;
}

/*---------------------------------------------

	資料請求フォーム

---------------------------------------------*/

.secRequestForm {
  background-color: #f9f9f9;
  padding: 4rem 0;
}

@media screen and (max-width: 720px) {
  .secRequestForm {
    padding: 2rem 0;
  }
}

.secRequestForm__inner {
  text-align: center;
}

.secRequestForm__iframe-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.secRequestForm__iframe-container iframe {
  width: 100%;
  min-height: 800px;
  border: none;
  display: block;
}

@media screen and (max-width: 720px) {
  .secRequestForm__iframe-container iframe {
    min-height: 900px;
  }
}

/* アンカーリンク用のスクロール位置調整 */
#request-form {
  scroll-margin-top: 20px;
}
