@charset "UTF-8";

/*=== common ===*/
.indent {
  padding-left: 1.7em;
  text-indent: -1.7em;
}

.sp {
  display: contents;
}

.pc {
  display: block;
}

.marker {
  background: linear-gradient(transparent 60%, #FFCFB9 40%);
}

.section__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.section__title span.sp-only {
  display: none;
}

.section__title span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 18px;
  color: #005095;
  font-size: 34px;
  letter-spacing: 0.08em;
}

.section__title .en {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-inline: auto;
  padding-inline: 8px;
  background: #005095;
  color: #fff;
  font-family: var(--en-style-font);
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .section__title span.sp-only {
    display: block;
  }
  .section__title span.pc-only {
    display: none;
  }
}

/*=== 追従ボタン ===*/
.following {
  max-width: 356px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  opacity: 1;
  transition: ease .4s;
}

.following.is-hidden {
  opacity: 0;
  transition: ease .4s;
  visibility: hidden;
}

/*=== qualifications ===*/
.qualifications__inner {
  background: #E5F3FA;
  padding: 66px 30px 86px;
}

.qualifications__lead {
  margin-bottom: 70px;
}

.qualifications__lead p {
  color: #024687;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
}

.qualifications__unit {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 30px;
  background: #fff;
  border: 3px solid #043D79;
  border-radius: 26px;
}

.qualifications__catch {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -26px auto 0;
  padding: 11px 40px 12px;
  color: #fff;
  font-size: 21px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
  background: #024687;
  border-radius: 27px;
}

.qualifications__content {
  padding: 24px 30px 46px;
}

.qualifications__content>p {
  margin-bottom: 25px;
  color: #024687;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
}

.qualifications__list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.qualifications__item {
  margin-bottom: 8px;
}

.qualifications__item:last-child {
  margin-bottom: 0;
}

.qualifications__item p {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.15em;
}

.qualifications__item p::before {
  content: '';
  display: inline-block;
  background: url(../images/check_icon.svg) center no-repeat;
  background-size: contain;
  width: 27px;
  height: 19px;
  margin-right: 6px;
}

.qualifications__text {
  margin-bottom: 35px;
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
}

.qualifications__block {
  max-width: 1100px;
  margin: 0 auto 40px;
  display: flex;
  align-items: flex-start;
  gap: 28px;
}

.qualifications__image {
  width: calc(100% / 3);
}

.qualifications__image p:first-child {
  margin-bottom: 16px;
}

.qualifications__image p img {
  width: 100%;
}

.qualifications__image .qualifications__caption {
  font-size: 20px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
}

.qualifications__sentence {
  max-width: 1100px;
  margin-inline: auto;
}

.qualifications__sentence p:first-child {
  margin-bottom: 40px;
  color: #005095;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
}

.qualifications__sentence p:last-child {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

/*=== benefit ===*/
.benefit {
  padding: 69px 30px 88px;
}

.benefit .section__title {
  margin-bottom: 46px;
}

.benefit__list {
  display: flex;
  align-items: stretch;
  max-width: 932px;
  margin-inline: auto;
  justify-content: space-between;
}

.benefit__item {
  max-width: 266px;
  width: 100%;
}

.benefit__icon {
  position: relative;
  text-align: center;
}

.benefit__icon img {
  margin-bottom: 16px;
}

.benefit__item:last-child .benefit__num {
  left: -6px;
}

.benefit__num {
  position: absolute;
  top: -6px;
  left: -20px;
  color: #005095;
  font-family: var(--en-style-font);
  font-size: 67px;
  letter-spacing: 0.01em;
}

.benefit__num small {
  margin-bottom: -4px;
  font-size: 14px;
  font-weight: bold;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.benefit__text {
  color: #035095;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
}

.benefit__text small {
  display: block;
  margin-top: 10px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

/*=== recommend ===*/
.recommend {
  padding: 64px 30px 43px;
  background: #E5F3FA;
}

.recommend .section__title {
  margin-bottom: 70px;
}

.recommend__list {
  max-width: 880px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 62px;
  margin: 0 auto 32px;
}

.recommend__text {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.8;
  text-align: center;
}

/*=== worries ===*/
.worries__text {
  color: #005095;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
}

.worries .worries__block:nth-of-type(1) {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 30px;
}

.worries .worries__block:nth-of-type(2) .worries__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -40px auto 0;
}

/*=== course ===*/
.course {
  padding: 86px 30px 95px;
  background: #CDEDFD;
}

.course .section__title {
  margin-bottom: 36px;
}

.course__lead {
  margin-bottom: 38px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-align: center;
}

.course__container {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  padding: 46px 20px 52px;
  background: #fff;
}

.course__block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.course__block:first-child {
  margin-bottom: 26px;
  gap: 46px;
}

.course__block:last-child {
  gap: 118px;
}

.course__list__title {
  margin-bottom: 10px;
  color: #024687;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.5;
}

.course__list__title::before {
  content: '';
  display: inline-block;
  background: url(../images/check_icon.svg) center no-repeat;
  background-size: contain;
  width: 27px;
  height: 19px;
  margin-right: 6px;
}

.course__item {
  margin-left: 34px;
}

.course__content {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.8;
}

.course__content::before {
  content: '';
  display: inline-block;
  background: url(../images/arrow_blue.svg) center no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  margin-right: 14px;
}

/*=== certificate ===*/
.certificate {
  padding: 85px 30px 116px;
  background: #E5F3FA;
}

.certificate .section__title {
  margin-bottom: 36px;
}

.certificate__text {
  margin-bottom: 36px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
}

.certificate__image {
  max-width: 598px;
  width: 100%;
  margin-inline: auto;
}

/*=== service ===*/
.service {
  padding: 65px 30px 73px;
}

.service .section__title {
  margin-bottom: 58px;
}

.service__list {
  max-width: 716px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto 56px;
  column-gap: 72px;
  row-gap: 56px;
}

.service__item img {
  width: 100%;
  margin-bottom: 14px;
}

.service__item p {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
}

/*=== voice ===*/
.voice {
  position: relative;
  padding-block: 86px 68px;
}

.voice__bg {
  background: #E5F3FA;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 600px;
  z-index: -1;
}

.voice .section__title {
  margin-bottom: 60px;
}

.voice__block {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 91px;
  padding-left: 10.416vw;
}

.voice__name {
  margin-bottom: 32px;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.voice__company {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 500;
}

.voice__position {
  display: block;
  font-size: 14px;
  line-height: 2.1;
}

.voice__name small {
  font-size: 18px;
}

.voice__name .en {
  display: block;
  margin-top: 6px;
  font-family: var(--en-style-font);
  font-size: 14px;
  letter-spacing: 0.1em;
}

.voice__list {
  width: 37.152vw;
}

.voice__item {
  margin-bottom: 20px;
}

.voice__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 12px;
  padding: 0 4px 4px 4px;
  background: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.voice__subtitle {
  margin-bottom: 9px;
  color: #005095;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
}

.voice__text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.voice__tab {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 15px 4px;
  background: #005095;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
}

.voice__catch p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px 14px 14px 10px;
  border: 1px solid #005095;
  color: #005095;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
}

.voice__image picture img,
.voice__image img {
  width: 100%;
  max-height: 625px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

#voice1 .voice__image {
  width: 48.958vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

#voice2 {
  flex-direction: row-reverse;
  padding-right: 10.416vw;
  padding-left: 0;
}

.voice__content__inner {
  width: 36.805vw;
  margin-left: auto;
}

#voice2 .voice__tab {
  margin-left: auto;
}

#voice2 .voice__list .voice__item:last-child {
  margin-bottom: 30px;
}

#voice2 .voice__image {
  width: 48.958vw;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

#voice3 {
  margin-bottom: 0;
}

#voice3 .voice__image {
  width: 48.958vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

/*=== application ===*/
.application {
  padding: 87px 30px 80px;
  background: #E5F3FA;
}

.application .section__title {
  margin-bottom: 40px;
}

.application__block {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  padding: 46px 30px 53px;
  background: #fff;
}

.application__content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.application__item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.application__item:last-child {
  margin-bottom: 0;
}

.application__caption {
  width: 108px;
  color: #024687;
  font-size: 18px;
  letter-spacing: 0.08em;
}

.application__text {
  padding-left: 40px;
  border-left: 1px solid #707070;
}

.application__text p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
  color: #024687;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1;
}

.application__text p .money,
.application__text p .percent {
  margin-left: 8px;
  color: #FF7334;
  font-family: var(--en-font);
  font-size: 40px;
  font-weight: bold;
}

.application__text p .percent {
  margin-right: 6px;
}

.application__text p .blue {
  padding: 4px 18px 7px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.12em;
  border-radius: 15px;
}

.application__text p .yen {
  color: #FF7334;
  font-size: 25px;
  font-weight: 500;
}

.application__text .caution {
  color: #000;
  font-size: 14px;
  letter-spacing: 0.08em;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
}

/*=== process ===*/
.process {
  padding: 110px 20px 85px;
}

.process .section__title,
.process .section__title .en {
  margin: 0;
}

.process__inner {
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
}

.process__block {
  max-width: 594px;
  width: 100%;
}

.process__item {
  margin-bottom: 22px;
  display: flex;
}

.process__item:last-child {
  margin-bottom: 0;
}

.process__num {
  position: relative;
  padding: 20px 18px;
  background: #024687;
  color: #fff;
  max-width: 107px;
  width: 100%;
  height: 100px;
  font-family: var(--en-style-font);
  font-size: 47px;
  letter-spacing: 0.01em;
  line-height: 1.3;
}

.process__num::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
  border-style: solid;
  border-width: 18px 10px 0 10px;
  border-color: #024687 transparent;
}

.process__item:last-child .process__num::after {
  display: none;
}

.process__num span {
  font-size: 13px;
  letter-spacing: 0.08em;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.process__text {
  display: flex;
  align-items: center;
  padding-inline: 28px 0;
  width: 100%;
  font-size: 18px;
  border: 1px solid #024687;
  border-left: none;
}

.certification {
  justify-content: space-between;
  padding: 0 4px 0 28px;
}

.certification span:last-child {
  max-width: 143px;
  width: 100%;
}

/*=== faq ===*/
.faq {
  padding: 0 30px 101px;
}

.faq .section__title {
  margin-bottom: 69px;
  padding-inline: 30px;
}

.faq__inner {
  max-width: 1100px;
  width: 100%;
  margin-inline: auto;
  padding-bottom: 99px;
}

.faq__block {
  padding-block: 24px 28px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-image: linear-gradient(to right, #707070, #707070 6px, transparent 6px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
}

.faq__block:first-child {
  background: none;
}

.faq__title {
  max-width: 260px;
  width: 100%;
  color: #005095;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.faq__list {
  max-width: 840px;
  width: 100%;
}

.faq__item {
  cursor: pointer;
}

.faq__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: none;
  margin-bottom: 15px;
  padding-left: 56px;
  padding-block: 8px;
  font-family: var(--body-font);
  font-size: 18px;
  letter-spacing: 0.08em;
}

.faq__head::before {
  position: absolute;
  content: 'Q';
  left: 0;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  text-align: center;
  background: #024687;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.faq__head.is-show {
  margin-bottom: 0;
}

.plus {
  position: relative;
  width: 18px;
  display: inline-block;
  margin-left: 20px;
}

.plus::before,
.plus::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  background-color: #707070;
  width: 18px;
  height: 1px;
  transition: all 0.3s;
}

.plus::after {
  transform: rotate(90deg);
}

.faq__content {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.4;
  padding-inline: 54px 20px;
  max-height: 0;
  overflow: hidden;
  transition: 0.2s ease max-height;
}

.faq__content.center {
  align-items: center;
}

.faq__content::before {
  content: 'A';
  color: #fff;
  background: #FF7334;
  max-width: 40px;
  width: 100%;
  height: 40px;
  padding-left: 2px;
  border-radius: 50%;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}

.is-show.faq__content {
  padding-block: 22px;
}

.is-show.faq__head .plus::before {
  transform: rotate(180deg);
}

.is-show.faq__head .plus::after {
  transform: rotate(180deg);
  opacity: 0;
}

.faq__content p {
  font-size: 18px;
  letter-spacing: 0.08em;
}

.faq__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 52px;
  flex-wrap: wrap;
  margin-inline: auto;
}

.faq__button .orange,
.faq__button .blue {
  max-width: 479px;
  width: 100%;
  border-radius: 43px;
}

.orange {
  background: #FF7334;
}

.blue {
  background: #024687;
}

.faq__button a {
  padding-block: 23px;
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.08em;
  text-align: center;
}

/*=== media query ===*/
@media(max-width: 960px) {

  /*=== .course ===*/
  .course__block:first-child,
  .course__block:last-child {
    flex-direction: column;
    gap: 30px;
  }

  /*=== voice ===*/
  .voice {
    padding: 60px 0 0;
  }

  .voice__bg {
    height: 472px;
  }

  .voice .section__title {
    margin-bottom: 36px;
  }

  .voice__block {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 34px;
    padding-left: 0;
  }

  .voice__company {
    margin-bottom: 10px;
  }

  .voice__list,
  .voice__content__inner {
    width: 100%;
  }

  .voice__item {
    margin-bottom: 23px;
  }

  .voice__text {
    text-align: justify;
  }

  .voice__catch p {
    width: 100%;
    padding-bottom: 21px;
  }

  .voice__tab {
    width: 100%;
    text-align: center;
  }

  #voice1 .voice__image,
  #voice2 .voice__image,
  #voice3 .voice__image {
    position: unset;
    width: 100%;
    margin-top: 24px;
  }

  #voice2 {
    flex-direction: column;
    padding-right: 0;
  }

  #voice2 .voice__name {
    margin-bottom: 24px;
  }

  .voice__content {
    padding-inline: 20px;
  }

  /*=== faq ===*/
  .faq__block {
    flex-direction: column;
    gap: 20px;
  }

  .faq__title {
    max-width: unset;
  }

  .faq__title p {
    text-align: center;
  }

}

@media(max-width: 768px) {

  /*=== common ===*/
  .indent {
    padding-left: 1.9em;
    text-indent: -2em;
  }

  /*=== 追従ボタン ===*/
  .following {
    max-width: 220px;
    right: 10px;
    bottom: 10px;
  }

  /*=== qualifications ===*/
  .qualifications__inner {
    padding: 38px 20px 43px;
  }

  .qualifications__lead p {
    font-size: 25px;
  }

  .qualifications__unit {
    margin-bottom: 27px;
  }

  .qualifications__catch {
    margin-top: -40px;
    padding: 14px 23px 16px;
    font-size: 18px;
    border-radius: 40px;
  }

  .qualifications__content {
    padding: 21px 0 28px;
  }

  .qualifications__content>p {
    font-size: 20px;
    margin-bottom: 21px;
  }

  .qualifications__list {
    padding: 0 20px;
  }

  .qualifications__item p {
    font-size: 16px;
  }

  .qualifications__item p::before {
    vertical-align: bottom;
  }

  .qualifications__text {
    margin-bottom: 24px;
  }

  .qualifications__block {
    flex-direction: column;
    gap: 32px;
  }

  .qualifications__image {
    width: 100%;
  }

  .qualifications__sentence p:first-child {
    font-size: 20px;
    margin-bottom: 40px;
  }

  /*=== benefit ===*/
  .benefit {
    padding: 54px 20px 70px;
  }

  .benefit .section__title .sp-only {
    margin: 0 auto;
  }

  .benefit .section__title .en {
    margin-block: 28px 34px;
  }

  .benefit__list {
    align-items: center;
    flex-direction: column;
    gap: 34px;
  }

  /*=== recommend ===*/
  .recommend {
    padding: 42px 20px;
  }

  .recommend .section__title {
    margin-bottom: 23px;
  }

  .recommend .section__title span {
    letter-spacing: 0.06em;
  }

  .recommend .section__title .en {
    margin-block: 23px 0;
  }

  .recommend__list {
    justify-content: space-between;
    column-gap: 0;
    margin-bottom: 38px;
  }

  .recommend__item {
    width: calc(100% / 2 - 10px);
  }

  .recommend__item img {
    width: 100%;
  }

  .recommend__list:nth-of-type(2) {
    width: 100%;
  }

  /*=== worries ===*/
  .worries__text {
    word-break: keep-all;
  }

  .worries__side {
    flex-direction: column;
  }

  .worries__item>p {
    font-size: 20px;
  }

  /*=== course ===*/
  .course {
    padding: 51px 20px 45px;
  }

  .course .section__title {
    margin-bottom: 24px;
  }

  .course .section__title span {
    margin-bottom: 26px;
  }

  .course .section__title span:nth-of-type(2) {
    margin-bottom: 0;
  }

  .course__lead {
    margin-bottom: 24px;
    font-size: 19px;
    word-break: keep-all;
  }

  .course__container {
    padding: 25px 20px;
  }

  .course__list__title {
    font-size: 21px;
  }

  .course__content {
    font-size: 16px;
    padding-left: 2em;
    text-indent: -1.6em;
  }

  .course__list__title::before {
    width: 23px;
    height: 16px;
    margin-right: 4px;
  }

  .course__item {
    margin-left: 20px;
  }

  .course__content::before {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }

  /*=== certificate ===*/
  .certificate {
    padding: 51px 20px 56px;
  }

  .certificate__text {
    font-size: 20px;
    line-height: 1.4;
  }

  /*=== service ===*/
  .service {
    padding: 48px 40px 61px;
  }

  .service .section__title {
    margin-bottom: 36px;
  }

  .service__list {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 0;
    column-gap: 36px;
    row-gap: 32px;
  }

  .service__item {
    margin-bottom: 32px;
    width: calc(100% / 2 - 20px);
  }

  .service__item:last-child {
    margin-bottom: 0;
  }

  .service__item img {
    width: 100%;
  }

  /*=== application ===*/
  .application {
    padding: 53px 20px 45px;
  }

  .application__block {
    padding: 36px 20px 40px;
  }

  .application__item {
    flex-flow: column;
    justify-content: center;
  }

  .application__caption {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 28px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #707070;
  }

  .application__text {
    margin-inline: auto;
    border-left: none;
    padding-left: 0;
  }

  .application__text p {
    text-align: center;
    justify-content: center;
    row-gap: 6px;
  }

  .application__text p span:first-child {
    margin-inline: 4px;
  }

  .application__content .application__item:last-child .application__text p:first-child {
    margin-bottom: 24px;
  }

  .application__text .caution {
    text-align: left;
    margin-top: 14px;
    padding-left: 2em;
    justify-content: flex-start;
  }

  /*=== process ===*/
  .process {
    padding: 40px 20px 60px;
  }

  .process__inner {
    gap: 43px;
  }

  .process .section__title,
  .process .section__title .en {
    margin-inline: auto;
  }

  .process__item {
    align-items: center;
  }

  .process__num {
    max-width: 86px;
    height: 86px;
    font-size: 41px;
    padding: 18px 14px;
  }

  .process__num span {
    font-size: 11px;
  }

  .process__num::after {
    bottom: -11px;
    border-width: 13px 7px 0 7px;
  }

  .process__text {
    height: 86px;
    padding-inline: 18px 0;
  }

  .certification span:last-child {
    padding-inline: 18px 4px;
  }

  /*=== faq ===*/
  .faq {
    padding: 0 20px 44px;
  }

  .faq__inner {
    padding-bottom: 0;
  }

  .faq .section__title {
    margin-bottom: 28px;
  }

  .faq__head {
    font-size: 16px;
    padding-left: 45px;
  }

  .faq__head::before {
    width: 36px;
    height: 36px;
    font-size: 21px;
  }

  .faq__content {
    padding-inline: 0;
    font-size: 16px;
  }

  .faq__content::before {
    max-width: 36px;
    width: 100%;
    height: 36px;
    font-size: 21px;
    line-height: 1.6;
  }

  .faq__button {
    gap: 14px;
  }

  .faq__button .orange,
  .faq__button .blue {
    border-radius: 38px;
  }

  .faq__button a {
    padding-block: 23px 26px;
    font-size: 18px;
  }
}

@media(max-width: 540px) {

  /*=== common ===*/
  .sp {
    display: block;
  }

  .pc {
    display: contents;
  }

  .worries__block p img,
  .worries__item,
  .worries__unit p picture img {
    width: 100%;
  }

  .worries .worries__block:nth-of-type(1) {
    flex-direction: column;
    gap: 0;
  }

  .worries .worries__block:nth-of-type(1) .worries__item:last-child {
    margin-top: -24px;
  }

  .worries .worries__block:nth-of-type(2) .worries__item {
    width: 100%;
    margin-top: 0;
  }
}