*------------------------------------------------------------ common ------------------------------------------------------------*/ body {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
}

* {
  padding: 0;
  margin: 0;
}

#step {
  font-size: min(13px,3.47vw);
  font-weight: 500;
  position: relative;
  color: #072C40;
  margin-bottom: 20px;
  overflow: hidden;
}

#step section {
  z-index: 1;
  position: relative;
  overflow: visible;
}

#step * {
  box-sizing: border-box;
}

#step a {
  transition: opacity .3s;
}

#step a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#step a:hover {
  text-decoration: none;
}

#step a:focus-visible {
  outline: none;
}

#step img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#step .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#step .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#step .pc-br {
  display: none;
}

#step .sp-br {
  display: inline;
}



#step .inner {
  width: calc(100% - 24px);
  max-width: 600px;
  margin: 0 auto;
}

#step .step__content {
  overflow: visible;
  margin-bottom: 28px;
}

#step .purpose {
  margin-bottom: 30px;
}

#step .purpose-text {
  font-size: min(13px,3.47vw);
  line-height: 1.8;
  text-align: center;
  margin-bottom: 31px;
  padding-top: 30px;
}

#step .fa-caret-down {
  width: 8px;
  height: auto;
}



#step .step__content__heading {
  margin-bottom: 15px;
  text-align: center;
}

#step .step__content__heading .step__content__heading__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 35px;
  color: #47B08B;
  line-height: 1.3;
  padding-top: 29px;
}

#step .step__content__heading .step__content__heading__subtitle {
  font-size: 16px;
  margin-bottom: 28px;
  font-weight: 500;
}

#step .step__content__heading .step__content__heading__subtitle2 {
  font-size: min(13px,3.47vw);
  line-height: 1.8;
}

#step .step-card {
  background: #F6FBF9;
  border-radius: 5px;
  padding: 20px min(25px,6.67vw) 20px min(25px,6.67vw);
  box-shadow: 0px 2px 3px -1px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

#step .step-card__mainImage {
  width: 90px;
  margin: 0 auto;
}

#step .step-card__text .step-card__title {
  font-size: 15px;
  background: linear-gradient(90deg, #2C8CD7 0%, #5BA7A2 27%, #47B08B 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
  text-align: center;
  margin-inline: auto;
  width: fit-content;
  margin-bottom: 12px;
}

#step .step-card__text .step-card__content {
  font-size: min(13px,3.47vw);
  line-height: 1.8
}

#step .next-arrow {
  width: 225px;
  margin: 0 auto;
  display: block;
}

#step .step-card__text .step-card__title-1 {
  font-size: min(16px,4.27vw);
  margin-bottom: 9px;
}

#step .apply {
  margin-bottom: 30px;
}

#step .apply__heading {
  margin-bottom: 40px;
  text-align: center;
}

#step .apply__heading .apply__heading__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 35px;
  color: #47B08B;
  line-height: 1.3;
  padding-top: 25px;
}

#step .apply__heading .apply__heading__subtitle {
  font-size: 16px;
  margin-bottom: 28px;
}

#step .apply__heading .apply__heading__subtitle2 {
  font-size: min(13px,3.47vw);
  line-height: 1.8;
}

#step .info-container *,
.info-container *:before,
.info-container *:after {
  box-sizing: inherit;
}

#step .info-card {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.05);
  padding: 30px 18px 16px 19px;
  margin-bottom: 39px;
  position: relative;
  border: 1px solid #f0f0f0;
}

#step .badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 35px 4px 35px;
  border-radius: 20px;
  color: #ffffff;
  font-weight: bold;
  font-size: min(14px,3.73vw)
}

#step .green-badge {
  background-color: #47B08B;
}

#step .yellow-badge {
  background-color: #fab814;
}

#step .highlight-green {
  color: #42b086;
  font-weight: 500;
}

#step .info-content p {
  line-height: 1.6;
  font-size: min(13px,3.47vw);
}

#step .info-content p:last-child {
  margin-bottom: 0;
}

#step .info-content .sub-text,
#step .info-content .example-text {
  font-size: 13.5px;
  color: #1a2a3a;
  margin-top: 4px;
}

#step .info-row {
  margin-bottom: 16px;
  text-align: center;
}

#step .info-row:last-child {
  margin-bottom: 0;
}

#step .info-label {
  font-size: min(14px,3.73vw);
  display: inline-block;
  padding-bottom: 6px;
  margin-bottom: 9px;
  position: relative;
  padding-top: 2px;
}

#step .info-label::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #072C40;
}

#step .info-label-2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 32%;
  height: 1px;
  transform: translateX(-50%);
}

#step .info-label-3::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 145%;
  height: 1px;
  transform: translateX(-50%);
}

#step .info-label-4::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 72%;
  height: 1px;
  transform: translateX(-50%);
}

#step .info-content {
  text-align: left;
}

#step .faq__heading {
  margin-bottom: 28px;
  text-align: center;
}

#step .faq__heading .faq__heading__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 35px;
  color: #47B08B;
  line-height: 1.3;
  padding-top: 24px;
}

#step .faq__heading .faq__heading__subtitle {
  font-size: 16px;
  margin-bottom: 28px;
}

#step .faq__heading .faq__heading__subtitle2 {
  font-size: min(13px,3.47vw);
  line-height: 1.8;
}

#step .faq-container *,
#step .faq-container *:before,
#step .faq-container *:after {
  box-sizing: inherit;
}

#step .faq-item {
  border-radius: 5px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.04);
  margin-bottom: 18px;
  overflow: hidden;
  border: 1px solid #f2f7f5;
  background-color: #F6FBF9;
}

#step .faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 15px 12px 9px;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
  position: relative;
  height: 60px;
  border: 1px solid #f0f0f0;
}

#step .faq-number {
  background-color: #47B08B;
  color: #ffffff;
  font-size: min(13px,3.47vw);
  width: 25px;
  height: 25px;
  min-width: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.6;
}

#step .faq-title {
  color: #47B08B;
  font-weight: bold;
  font-size: min(13px,3.47vw);
  line-height: 1.4;
  width: 278px;
}

#step .faq-icon {
  position: relative;
  width: 12px;
  height: 12px;
  min-width: 12px;
  display: block;
}

#step .faq-icon::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #42b086;
  transform: translateY(-50%);
}

#step .faq-icon::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #42b086;
  transform: translateX(-50%);
  /* transition: transform 0.3s ease, opacity 0.3s ease; */
}
/* #step .faq-icon::after */
#step .faq-item.active .faq-icon::after {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
}

#step .faq-answer {
  display: grid;
  /* grid-template-rows: 0fr; */
  transition: grid-template-rows 0.3s ease-out;
  border: 1px solid #f0f0f0;
  border-top: none;
  display: none;
}

#step .faq-item.active .faq-answer {
  grid-template-rows: 1fr;
}

#step .faq-answer-inner {
  overflow: hidden;
  padding: 0 15px;
  transition: padding 0.3s ease-out;
  background-color: #ffffff;

}
#step .faq-answer.one {
  display: block;
}
#step .faq-item .faq-answer-inner {
  padding: 10px min(16px,4.27vw) 22px min(24px,6.4vw);
}

#step .faq-answer-inner p {
  font-size: min(13px,3.47vw);
  line-height: 1.6;
}

#step .faq-answer-inner p:last-child {
  margin-bottom: 0;
}

#step .step__content::after {
  content: "";
  position: absolute;
  top: 16.5%;
  left: 50%;
  right: 0;
  width: 100%;
  transform: translateX(-50%);
  height: 400vh;
  background-image: url(../images/contentBox/step/brg-1-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -2;
}



#step .apply::after {
  content: "";
  position: absolute;
  top: 103%;
  left: 50%;
  right: 0;
  width: 100%;
  transform: translateX(-50%);
  height: 400vh;
  background-image: url(../images/contentBox/step/brg-2-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -2;
}



@media print,
screen and (min-width: 768px) {
  #step .sp-br {
    display: none;
  }

  #step .pc-br {
    display: inline;
  }

  #step {
    margin-bottom: 144px;
  }

  #step .inner {
    max-width: 1080px;
    margin: 0 auto;
  }

  #step .purpose {
    margin-bottom: 70px;
  }

  #step .purpose-text {
    font-size: 18px;
    margin-bottom: 81px;
    padding-top: 100px;
  }

  #step .fa-caret-down {
    width: 18px;
    height: auto;
  }

  #step .step__content__heading {
    margin-bottom: 21px;
    text-align: center;
  }

  #step .step__content__heading .step__content__heading__title {
    font-size: 70px;
    line-height: 1.2;
    padding-top: 50px;
  }

  #step .step__content__heading .step__content__heading__subtitle {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.8;
    margin-bottom: 44px;
    position: relative;
    top: 5px;
  }

  #step .step__content__heading .step__content__heading__subtitle2 {
    font-size: 18px;
  }

  #step .step-card {
    background: #F6FBF9;
    border-radius: 12px;
    padding: 20px min(25px,6.67vw) 39px min(25px,6.67vw);
    flex-direction: row;
    gap: 14px;
    margin-inline: auto;
  }

  #step .step-card-2 {
    padding-bottom: 42px;
  }

  #step .step-card-4 {
    padding-bottom: 40px;
  }


  #step .step-card__mainImage {
    width: 206px;
    margin: 0;
    padding: 56px 0px 0 34px;
  }

  #step .step-card__text {
    padding: 19px 0 0 15px;
  }

  #step .step-card__mainImage img {
    width: 150px;
    height: auto;
  }

  #step .step-card-2 .step-card__mainImage {
    padding: 39px 0px 0 34px;
  }

  #step .step-card-3 .step-card__mainImage {
    padding: 20px 0px 0 34px;
  }

  #step .step-card-4 .step-card__mainImage {
    padding: 25px 0px 0 34px;
  }

  #step .step-card-2 .step-card__text {
    padding: 16px 0 0 15px;
  }

  #step .step-card-3 .step-card__text {
    padding-top: 28px;
  }

  #step .step-card__text .step-card__title {
    font-size: 30px;
    text-align: left;
    margin: 0;
    margin-bottom: 18px;
  }

  #step .step-card__text .step-card__content {
    font-size: 18px;
  }

  #step .next-arrow {
    width: 450px;
  }

  #step .step__content {
    margin-bottom: 69px;
  }

  #step .apply {
    margin-bottom: 71px;
  }

  #step .apply__heading .apply__heading__title {
    font-size: 70px;
    line-height: 1.2;
    margin-bottom: 6px;
    padding-top: 50px;
  }

  #step .apply__heading .apply__heading__subtitle {
    font-size: 26px;
    line-height: 1.8;
    margin-bottom: 48px;
  }

  #step .apply__heading .apply__heading__subtitle2 {
    font-size: 18px;
  }

  #step .badge {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    padding: 0;
    border-radius: 21px;
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    display: flex;
    text-align: center;
    align-items: center;
    width: 180px;
    height: 46px;
    justify-content: center;
    margin-bottom: 23px;
  }

  #step .info-card.target-block {
    padding: 30px 0 43px 62px;
    margin-bottom: 57px;
    border-radius: 10px;
  }

  #step .info-row {
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 10px;
    padding: 0;
    border-bottom: none;
  }

  #step .info-row:not(:last-child) {
    padding-bottom: 10px;
  }

  #step .info-label {
    font-size: 20px;
    width: 210px;
    min-width: 200px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 29px;
    position: relative;
    line-height: 1.6;
    text-align: center;
  }

  #step .info-label::after {
    display: none;
  }

  #step .info-label::before {
    content: '';
    position: absolute;
    right: 0;
    top: -2px;
    bottom: -7px;
    width: 1px;
    background-color: #999;
  }

  #step .info-content {
    flex-grow: 1;
    position: relative;
    top: 6px;
    left: 50px;
  }

  #step .info-content p {
    line-height: 1.8;
    font-size: 18px;
  }

  #step .faq__heading {
    margin-bottom: 43px;
    text-align: center;
  }

  #step .faq__heading .faq__heading__title {
    font-size: 70px;
    line-height: 1.2;
    margin-bottom: 6px;
    padding-top: 50px;
  }

  #step .faq__heading .faq__heading__subtitle {
    font-weight: 500;
    font-size: 26px;
    margin-bottom: 53px;
  }

  #step .faq__heading .faq__heading__subtitle2 {
    font-size: 18px;
    line-height: 1.8;
  }

  #step .faq-item {
    margin-bottom: 38px;
    border-radius: 10px;
  }

  #step .faq-question {
    padding: 43px 0 46px 48px;
  }

  #step .faq-number {
    width: 60px;
    height: 60px;
    min-width: 60px;
    font-size: 26px;
    margin-right: 20px;
  }

  #step .faq-title {
    font-size: 20px;
    padding-right: 40px;
    width: 87%;
    padding-left: 31px;
  }

  #step .faq-icon {
    width: 24px;
    height: 24px;
  }

  #step .faq-item .faq-answer-inner {
    padding: 27px 112px 30px 159px;
  }

  #step .faq-answer-inner p {
    font-size: 18px;
    line-height: 1.8;
  }

  #step .step__content::after {
    content: "";
    position: absolute;
    top: 13.6%;
    width: 100%;
    height: 400vh;
    background-image: url(../images/contentBox/step/brg-1-pc.png);
    background-repeat: no-repeat;
    z-index: -2;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
  }


  #step .apply::after {
    content: "";
    position: absolute;
    top: 42.6%;
    left: 50%;
    right: 0;
    width: 100%;
    transform: translateX(-50%);
    height: 400vh;
    background-image: url(../images/contentBox/step/brg-2-pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -2;
  }



  #step .faq::after,
  #step .faq::before {
    content: none;
  }
}


@media print,
screen and (max-width: 1462px) and (min-width: 768px) {
  #step .apply::after {
    top: 64.6%;
  }
  #step .step__content::after { 
    top: 32.6%;
  }
}





#step  .list-tab .item-tab {
  background: #47B08B;
  color: white;
  font-size: 14px;
  font-weight: 500;
  width: 200px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  padding-right: 20px;
  margin: auto;
  margin-bottom: 15px;
  border-radius: 5px;
  position: relative;
  transition: all 0.3s ease;
  z-index: 9;
}
#step  .list-tab .item-tab a {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
 
}

#step  .list-tab .item-tab:hover {
 background: #7CC5AB;
 color: white;
 border-radius: 10px;
}
#step  .list-tab .item-tab::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #47B08B;
  top:0px;
  left: 0px;
  border-radius: 10px;
  z-index: -1;
}
#step  .list-tab .item-tab:hover svg {
  transform: translateY(5px) scale(0.6);
}

#step  .list-tab .item-tab svg {
  position: absolute;
  right: 8px;
  top: 14px;
  transform: scale(0.6) rotate(0deg);
}



@media print, screen and (min-width: 768px) {
  
  #step  .list-tab {
    display: flex;
    justify-content: space-between;
    max-width: 880px;
    margin: auto;
  }

  #step  .list-tab .item-tab {
    font-size: 22px;
    width: auto;
    height: 70px;
    line-height: 55px;
    padding-right: 0px;
    margin-bottom: 0px;
    border-radius: 10px;
    width: calc(100% / 3 - 20px);
  }

  #step  .list-tab .item-tab svg {
    position: absolute;
    right: calc(50% - 10px);
    top: unset;
    bottom: 12px;
    transform: scale(1) rotate(0deg);
    transition: all 0.3s ease;
  }
  
  #step  .list-tab .item-tab:hover svg {
    transform: translateY(5px) scale(1);
  }
}
