body {
  background-color: #f5f5f5;
}

.inner {
  width: 100%;
  max-width: 1040px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}

.u-mobile {
  display: none;
}

.u-desktop {
  display: block;
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 0.9375rem;
    max-width: 37.5rem;
  }
  .u-mobile {
    display: block;
  }

  .u-desktop {
    display: none;
  }
}

/* ヘッダー */

.layout-header {
  margin-top: 1.5rem;
  position: fixed;
  z-index: 900;
  top: 0;
  right: 0;
  left: 0;
}

.header {
  height: 3.75rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.header__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding-left: 1.75rem;
  height: inherit;
  display: flex;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 2.4rem;
}

.header__logo {
  max-width: 13rem;
  width: 100%;
  height: inherit;
}

.header__logo a {
  height: inherit;
  display: flex;
  align-items: center;
}

.header__logo a:hover {
  opacity: 0.7;
}

.header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header__nav {
  height: inherit;
}

.header__nav-items {
  display: flex;
  height: inherit;
}

.header__nav-item {
  height: inherit;
}

.header__nav-button {
  height: inherit;
  margin-left: clamp(0.938rem, -2.396rem + 6.94vw, 2.813rem);
}

.header__nav-item a {
  padding: 0 clamp(0.5rem, -0.278rem + 1.62vw, 0.938rem);
  height: inherit;
  display: flex;
  align-items: center;
  font-size: clamp(0.8rem, 0.444rem + 0.74vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #3c3c3c;
}

.header__nav-item a:hover {
  opacity: 0.7;
}

.header__hamburger {
  display: none;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-radius: 2.5rem;
  position: relative;
  z-index: 999;
  width: 3.125rem;
  height: inherit;
  background-image: linear-gradient(
    150deg,
    rgb(0 122 236) 0%,
    rgb(7 208 172) 100%);
  );
  cursor: pointer;
  transition: 0.3s;
}

.header__hamburger.is-open {
  background-color: transparent;
}

.header__hamburger span {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1.25rem;
  height: 1px;
  background-color: #ffffff;
  transition: 0.5s;
}

.header__hamburger span:nth-of-type(1) {
  top: -0.43rem;
}

.header__hamburger span:nth-of-type(2) {
  top: 0;
}

.header__hamburger span:nth-of-type(3) {
  top: 0.45rem;
}

.header__hamburger.is-open span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
  top: -0.125rem;
  transform: translateX(-50%) rotate(-45deg);
}

.header__drawer {
  padding: 14.25rem 0;
  display: none;
  position: absolute;
  z-index: 900;
  top: -2.5rem;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.9);
  overflow-y: scroll;
  scrollbar-width: none;
}

.header__drawer-item a {
  padding: 1rem 0;
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
  color: #3c3c3c;
  text-align: center;
}

.header__drawer-item a:hover {
  opacity: 0.7;
}

.header__drawer-button {
  height: inherit;
  margin-top: 0.9375rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .header {
    height: 3.125rem;
  }

  .header__inner {
    background-color: transparent;
    height: inherit;
    display: flex;
    padding-left: 0;
    justify-content: space-between;
  }

  .header__logo {
    max-width: 12rem;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 2.5rem;
  }

  .header__nav {
    display: none;
  }

  .header__nav-item.header__nav-item--contact {
    margin-left: 2.8125rem;
    display: flex;
    align-items: center;
  }

  .header__drawer::-webkit-scrollbar {
    display: none;
  }

  .header__hamburger {
    display: block;
  }
}

/* MV */

.mv {
  position: relative;
  z-index: 1;
  height: 100vh;
  min-height: 25rem;
}

.mv__inner {
  height: inherit;
  min-height: inherit;
}

.mv__image {
  height: inherit;
  min-height: inherit;
}

.mv__image img {
  height: inherit;
  object-fit: cover;
}

.mv__title-wrap {
  position: absolute;
  z-index: 2;
  top: 55.8%;
  left: 50%;
  padding: 2.5rem 1.75rem 2.325rem;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
  background: linear-gradient(
        135deg,
        transparent 2.4rem,
        rgba(255, 255, 255, 0.8) 0% 100%
      )
      top left,
    linear-gradient(-135deg, rgba(255, 255, 255, 0.8) 0% 100%) top right,
    linear-gradient(
        -45deg,
        transparent 2.4rem,
        rgba(255, 255, 255, 0.8) 0% 100%
      )
      bottom right,
    linear-gradient(45deg, rgba(255, 255, 255, 0.8) 0% 100%) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 47.35rem;
  filter: blur(0);
}

.mv__main-title {
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 0.02em;
  font-weight: 800;
  font-family: "Murecho", sans-serif;
  color: #000000;
  border-bottom: #c8c8c8 dashed 0.125rem;
  padding-bottom: 1rem;
  width: 100%;
  max-width: 37.5rem;
  line-height: 1.562;
  filter: blur(0);
}

.mv__main-title span {
  display: inline-block;
  background-image: -webkit-linear-gradient(
    90deg,
    rgb(0 122 236) 0%,
    rgb(7 208 172) 100%); 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  font-size: 2.875rem;
  line-height: 1.08;
}

.mv__sub-title {
  color: #505050;
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .mv {
    height: 25rem;
  }

  .mv__title-wrap {
    padding: 2.9rem 0.85rem 2.725rem;
    max-width: 37.5rem;
    top: 172%;
    width: 90%;
  }

  .mv__main-title {
    font-size: 1.5rem;
  }

  .mv__main-title span {
    font-size: 2rem;
  }

  .mv__sub-title {
    font-size: 0.9375rem;
    width: 100%;
    max-width: 30rem;
    margin: 1rem auto 0;
  }
}

@media screen and (max-width: 375px) {
  .mv {
    height: 15rem;
  }

  .mv__title-wrap {
    padding: 2rem 0.75rem 2rem;
    max-width: 18.9rem;
    top: 130%;
  }

  .mv__main-title {
    font-size: 1.25rem;
  }

  .mv__main-title span {
    font-size: 1.75rem;
  }
}

/* お悩み */

.worry {
  background-image: linear-gradient(
    -45deg,
    transparent 5.5%,
    #f0f5fa 5.5%,
    #f0f5fa 14.6%,
    transparent 14.6%,
    transparent 17.5%,
    #f0f5fa 17.5%,
    #f0f5fa 20.3%,
    transparent 20.3%,
    transparent 88%,
    #f0f5fa 88%,
    #f0f5fa 95%,
    transparent 95%,
    transparent 100%
  );
  padding: 5rem 0 2rem;
}

.worry__title-wrap {
  text-align: center;
}

.worry__title {
  color: #07d1c0;
  font-size: 2rem;
  font-weight: bold;
}

.worry__title span {
  display: block;
  font-size: 1.625rem;
  font-weight: 500;
  color: #505050;
}

.worry__list {
  margin-top: 2.5rem;
}

.worry-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  column-gap: 1.25rem;
  row-gap: 1.25rem;
}

.worry-list__item {
  width: auto;
  margin-inline: auto;
  background-image: linear-gradient(
    90deg,
    rgb(4 209 192) 0%,
    rgb(0 170 158)
  );
  padding-top: 6px;
  box-shadow: 0 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.1);
}

.worry-list__item-image {
  background-color: #ffffff;
  margin: 0 6px;
  aspect-ratio: 196/ 118;
}

.worry-list__item-image:not(:first-child) {
  padding-top: 15px;
}

.worry-list__item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.worry-list__item-content {
  width: auto;
  padding: 1.5rem 0;
}

.worry-list__item-text {
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: "M PLUS 1", sans-serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.worry__triangle {
  margin: 2.5rem auto 0;
  width: 2.5rem;
  height: 2.25rem;
}

.worry__triangle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 36 / 20;
}

@media screen and (max-width: 1050px) {
  .worry-list {
    grid-template-columns: repeat(2, minmax(235px, 1fr));
    row-gap: 2.5rem;
  }
}

@media screen and (max-width: 768px) {
  .worry {
    padding-top: 37rem;
  }

  .worry__title {
    font-size: 1.75rem;
  }

  .worry__title span {
    font-size: 1.5rem;
  }

  .worry-list {
    grid-template-columns: repeat(1, minmax(235px, 1fr));
  }
}

@media screen and (max-width: 375px) {
  .worry {
    padding-top: 27em;
  }
}

/* リスキリングの提案 */

.reskilling {
  padding-bottom: 5rem;
  background-image: linear-gradient(
    -45deg,
    transparent 0%,
    transparent 5%,
    #f0f5fa 5%,
    #f0f5fa 13.3%,
    transparent 13.3%,
    transparent 70%,
    #f0f5fa 70%,
    #f0f5fa 72%,
    transparent 72%,
    transparent 74%,
    #f0f5fa 74%,
    #f0f5fa 80%,
    transparent 80%,
    transparent 100%
  );
}

.reskilling__inner {
  text-align: center;
}

.reskilling__content {
  position: relative;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  min-height: 31.25rem;
  background-image: url("../images/reskilling_pc.jpg");
  background-position: center;
  background-size: cover;
}

.reskilling__title-wrap {
  position: absolute;
  top: 43.7%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  color: #fafafa;
  text-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  width: 100%;
}

.reskilling__main-title {
  font-size: 2rem;
  line-height: 1.3875;
  font-weight: bold;
  letter-spacing: 0.04em;
  display: block;
}

.reskilling__main-title span {
  font-size: 2.625rem;
  line-height: 1.2857;
  background-image: linear-gradient(
    90deg,
    rgb(0 122 236) 0%,
    rgb(7 208 172) 100%);
  );
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 26%;
  padding: 0 0.3rem;
}

.reskilling__sub-title {
  border-top: 2px dashed #fff;
  padding-top: 2.5rem;
  margin: 2.3rem auto 0;
  line-height: 1.875;
  letter-spacing: 0.04em;
  max-width: 41.25rem;
	text-align: left;
}

.reskilling__box-wrap {
  position: absolute;
  top: 108.7%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 100%;
  max-width: 50rem;
  box-shadow: 0 0.25rem 0.625rem rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0.625rem 0.625rem;
}

.reskilling__box-up {
  border-radius: 0 0 0.625rem 0.625rem;
  z-index: 3;
  font-size: 1.125rem;
  line-height: 2.3333;
  padding: 1.0625rem 1rem 0.86rem;
  width: 100%;
  background: linear-gradient(
    90deg,
    rgb(0 122 236) 0%,
    rgb(7 208 172) 100%);
  );
  color: #ffffff;
  font-weight: bold;
  border-radius: 0.625rem 0.625rem 0 0;
}

.reskilling__box-up span {
  font-size: 2rem;
  line-height: 1.3125;
}

.reskilling__box-down {
  padding: 1.2625rem 1rem 1.56rem;
  background-color: #ffffff;
  border-radius: 0 0 0.625rem 0.625rem;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
}

.reskilling__text-wrap {
  margin: 0 auto;
  margin-top: 12.125rem;
  max-width: 50rem;
  width: 100%;
}

.reskilling__text {
  line-height: 2.816;
  letter-spacing: 0.04em;
  font-size: 1.5rem;
  font-weight: 500;
}

.reskilling__text span.pink {
  background-image: linear-gradient(
    90deg,
    rgb(0 122 236) 0%,
    rgb(7 208 172) 100%);
  );
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 40%;
}

.reskilling__text span.blue {
  background-image: linear-gradient(
    150deg,
    rgb(4 209 192) 0%,
    rgb(0 170 158)
  );
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% 40%;
}

.reskilling__text:not(:last-child) {
  border-bottom: 2px dashed #c8c8c8;
}

.reskilling__text.u-desktop:nth-child(4) {
  border: none;
}

@media screen and (max-width: 768px) {
  .reskilling__content {
    min-height: 34.125rem;
  }

  .reskilling__main-title {
    font-size: 1.1rem;
  }

  .reskilling__main-title span {
    font-size: 1.6rem;
  }

  .reskilling__sub-title {
    font-size: 0.875rem;
    padding: 5% ;
  }

  .reskilling__box-wrap {
    max-width: 84%;
  }

  .reskilling__box-up span {
    font-size: 1.5rem;
  }

  .reskilling__box-down {
    font-size: 0.9375rem;
  }

  .reskilling__text {
    font-size: 1.25rem;
  }
}

/* 助成金 */

.layout-subsidy {
  position: relative;
  filter: drop-shadow(0 0.25rem 0.625rem rgba(0, 0, 0, 0.1));
}

.layout-subsidy::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translateX(50%);
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 3.75rem solid #ffffff;
}

.subsidy__flex-wrap {
  display: flex;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.subsidy__image {
  width: 47vw;
  background-image: url("../images/subsidy.jpg");
  background-position: center;
  background-size: cover;
  padding: 4.875rem 4.3875rem;
}

.subsidy__image-content {
  width: 100%;
  max-width: 25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  gap: 0.625rem;
}

.subsidy__image-icon {
  width: 7.8rem;
  height: 8.56rem;
  aspect-ratio: 125 / 137;
  align-items: center;
}

.subsidy__image-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.subsidy__image-title {
  color: #fafafa;
  font-size: 1.625rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
}

.subsidy__item-content {
  width: 53vw;
  padding: 3rem 1.5rem;
  background-image: linear-gradient(
    90deg,
    rgb(0 122 236) 0%,
    rgb(7 208 172) 100%);
  );
}

.subsidy__item-body {
  width: 100%;
  max-width: 31.25rem;
  margin-right: auto;
}

.subsidy__item-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fafafa;
  border-left: 0.375rem solid #fafafa;
  padding-left: 0.875rem;
}

.subsidy__item-text {
  margin-top: 1.25rem;
  color: #fafafa;
  font-size: 1rem;
  font-weight: 500;
}

.subsidy__button-wrap {
  margin-top: 1.25rem;
  display: flex;
}

.subsidy__button {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  color: #faaa3a;
  background-color: #fafafa;
  padding: 0.75rem 1.5rem 0.6875rem;
  text-decoration: underline;
  border-radius: 0.125rem;
}

.subsidy__button-text {
  margin-left: 0.625rem;
  color: #fafafa;
  font-size: 0.75rem;
  font-weight: 400;
}

.subsidy__text-wrap {
  text-align: center;
  position: relative;
  background-color: #ffffff;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 2.5rem calc(50vw - 50%) 1.75rem;
}

.subsidy__text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #000000;
}

.subsidy__round-text {
  margin: 1.775rem auto 0;
  width: 100%;
  max-width: 50rem;
  border-radius: 3.125rem;
  padding: 0.5875rem 3.125rem;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 2;
  letter-spacing: 0.04em;
  background-image: linear-gradient(
    150deg,
    rgb(4 209 192) 0%,
    rgb(0 170 158)
  );
  color: #ffffff;
  text-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1050px) {
  .subsidy__button-wrap {
    flex-wrap: wrap;
    row-gap: 0.625rem;
  }
}

@media screen and (max-width: 768px) {
  .subsidy__flex-wrap {
    flex-direction: column;
  }

  .subsidy__image {
    width: 100vw;
  }

  .subsidy__image-content {
    margin: 0 auto;
  }

  .subsidy__item-content {
    width: 100vw;
    margin: 0 auto;
  }

  .subsidy__item-body {
    margin: 0 auto;
  }

  .subsidy__text {
    font-size: 1.125rem;
  }

  .subsidy__round-text {
    font-size: 1rem;
    width: 93%;
  }
}

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

/* 助成額 */

.case-study {
  padding-top: 6.55rem;
  padding-bottom: 3.55rem;
}

.layout-case-study {
  margin-top: 2.3rem;
  position: relative;
}

.layout-case-study::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translateX(50%);
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 3.75rem solid #f5f5f5;
}

.case-study__title-wrap {
  text-align: center;
}

.case-study__title-text {
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  margin-top: 0.35rem;
}

.case-study__table {
  width: 100%;
  max-width: 50rem;
  margin: 2.5rem auto 0;
  box-shadow: 0 0.125rem 0.625rem rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0.625rem 0.625rem;
}

.case-study__price-list {
  display: flex;
  background-image: linear-gradient(
    90deg,
    rgb(0 122 236) 0%,
    rgb(7 208 172) 100%);
  );
  border-radius: 0.625rem 0.625rem 0 0;
  padding: 0.9375rem 0 0.5375rem;
}

.case-study__price-list-item {
  flex-grow: 1;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}

.case-study__price-list-item:not(:first-child) {
  border-left: 1px dashed #ffffff;
}

.case-study__price-list-title {
  margin-top: 0.75rem;
  font-size: 1.625rem;
  line-height: 1.769;
}

.case-study__price-list-fee {
  padding-bottom: 2.075rem;
  font-size: 2.5rem;
  line-height: 0.85;
}

.case-study__per-person {
  color: #3c3c3c;
  font-weight: bold;
  font-size: 1.625rem;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #ffffff;
  padding: 0.9375rem 0 1.3375rem;
}

.case-study__per-person span {
  font-size: 2.25rem;
  background-image: linear-gradient(
    90deg,
    rgb(0 122 236) 0%,
    rgb(7 208 172) 100%);
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.case-study__day {
  text-align: center;
  padding: 0.5625rem 0;
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  background-color: #f0f0f0;
}

.case-study__annotation-wrap {
  margin-top: 0.8rem;
  text-align: center;
}

.case-study__annotation {
  font-size: 0.875rem;
  font-weight: 500;
  color: #000000;
}

@media screen and (max-width: 768px) {
  .case-study__price-list-title {
    font-size: 1.25rem;
  }

  .case-study__price-list-fee {
    font-size: 2rem;
  }

  .case-study__per-person {
    font-size: 1.25rem;
  }

  .case-study__per-person span {
    font-size: 2rem;
  }

  .case-study__annotation {
    font-size: 0.8125rem;
  }
}

/* 受講内容 */

.curriculum {
  padding-top: 7.5rem;
  padding-bottom: 3.625rem;
  background-image: linear-gradient(
    90deg,
    rgb(0 122 236) 0%,
    rgb(7 208 172) 100%);
  );
}

.curriculum__inner {
  max-width: 69rem;
}

.curriculum__title {
  text-align: center;
}

.curriculum__content {
    overflow: hidden;
    margin-top: 2.5rem;
    background-color: #ffffff;
    border-radius: 0.625rem;
    text-align: left;
    padding: 5%;
    font-size: 1.1rem;
}

.curriculum__content h4{
	font-size: 1.4rem;
	padding: 30px 0 20px ;
}
.curriculum__content img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

@media screen and (max-width: 768px) {
  .curriculum__inner {
    max-width: 37.5rem;
  }
.curriculum__content {
    overflow: hidden;
    margin-top: 2.5rem;
    background-color: #ffffff;
    border-radius: 0.625rem;
    text-align: left;
    padding: 5%;
    font-size: 0.8rem;
}

.curriculum__content h4{
	font-size: 1.2rem;
	padding: 20px 0 15px ;
}
}

/* 助成金申請の流れ */

.flow {
  padding-top: 7.3rem;
}

.layout-flow {
  position: relative;
}

.layout-flow::before {
  content: "";
  width: 100%;
  height: 3.75rem;
  background-image: linear-gradient(
    90deg,
    rgb(0 122 236) 0%,
    rgb(7 208 172) 100%);
  );
  position: absolute;
  top: -0.1rem;
  clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
}

.flow__title {
  text-align: center;
}

.flow__content {
  width: 100%;
  max-width: 37.5rem;
  margin: 2.3rem auto 0;
}

/*  STEP 三角付きbox */
.step-box__item {
  width: auto;
  margin-inline: auto;
  position: relative;
  background-image: linear-gradient(
    90deg,
    rgb(4 209 192) 0%,
    rgb(0 170 158)
  );
  padding-top: 6px;
  display: flex;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.25rem;
}

.step-box__item:not(:first-child) {
  margin-top: 1.45rem;
}

.step-box__item:not(:last-child)::after {
  content: "";
  position: absolute;
  height: calc(1.875rem / 2);
  width: 1.875rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  background-color: rgb(9 204 188);
  bottom: -0.875rem;
  left: 47%;
}

.step-box__left-item {
  width: 100%;
  max-width: 8.75rem;
}

.step-box__item-number {
  font-family: "Viga", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 1.625rem;
  margin-left: 1.25rem;
  letter-spacing: 0.06em;
}

.step-box__item-number span {
  font-size: 2.625rem;
}

.step-box__right-item {
  width: 100%;
  background-color: #ffffff;
  position: relative;
}

.step-box__right-item::before {
  content: "";
  position: absolute;
  height: 3.94rem;
  width: 1.87rem;
  clip-path: polygon(0% 70px, 100% 100%, 20px 0%);
  top: 0;
  left: -20px;
  background-color: #ffffff;
  -webkit-background-color: #ffffff;
}

.step-box__text-wrap {
  width: 100%;
  max-width: 12.5rem;
  margin-left: 3.7375rem;
  margin-right: auto;
}

.step-box__item-text {
  font-weight: bold;
  font-size: 1.25rem;
  margin-top: 1rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .step-box__text-wrap {
    margin-left: 16.6%;
  }

  .step-box__left-item {
    max-width: 6.75rem;
  }

  .step-box__item-number {
    font-size: 1.125rem;
  }

  .step-box__item-number span {
    font-size: 2.125rem;
  }

  .step-box__right-item::before {
    height: 3.2rem;
  }

  .step-box__item-text {
    margin-top: 0.6rem;
  }
}

@media screen and (max-width: 375px) {
  .step-box__text-wrap {
    margin-left: auto;
  }

  .step-box__item-text {
    font-size: 1.125rem;
    margin-top: 0.7rem;
  }
}

/* FAQ */

.layout-faq {
  margin-top: 5rem;
}

.faq {
  padding: 3.175rem 0 4.125rem;
  background-image: linear-gradient(
    150deg,
    rgb(4 209 192) 0%,
    rgb(0 170 158)
  );
}

.faq__title {
  text-align: center;
}

.faq__list {
  margin: 2.2rem auto 0;
  max-width: 56.25rem;
}

.faq-list__item {
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
}

.faq-list__item + .faq-list__item {
  margin-top: 1.25rem;
}

.faq-list__item-question {
  background-color: #fff;
  padding: 1.062rem 3.75rem 1.062rem 7.25rem;
  position: relative;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  color: #3c3c3c;
  border-radius: 0.625rem;
  font-weight: bold;
}

.faq-list__item-question::before,
.faq-list__item-question::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.25rem;
  width: 1.125rem;
  height: 2px;
  background: #3c3c3c;
  transition: 0.3s;
}

.faq-list__item-question::after {
  transform: rotate(90deg);
}

.faq-list__item-question.is-open {
  border-radius: 0.625rem 0.625rem 0 0;
}

.faq-list__item-question.is-open::after {
  transform: rotate(0deg);
}

.faq-list__item-question span::before {
  content: "Q";
  display: inline-block;
  color: rgb(0 138 225);
  font-size: 2.5em;
  font-family: "viga", sans-serif;
  position: absolute;
  top: -0.2125rem;
  left: 1.875rem;
}

.faq-list__item-answer {
  padding: 1.9375rem 2.75rem 1.9375rem 7.25rem;
  display: none;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  font-weight: 500;
  background-color: #f5f5ff;
  color: #3c3c3c;
  border-radius: 0 0 0.625rem 0.625rem;
}

@media screen and (max-width: 768px) {
  .faq-list__item-question {
    padding-left: 5.25rem;
  }

  .faq-list__item-answer {
    padding-left: 5.25rem;
  }
}

/* フッター */

.footer__button {
  text-align: center;
}

/* セクションタイトル */

.title {
  display: inline-block;
  font-size: 2.3125rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  text-align: center;
  color: #ffffff;
}

.title.title--gradient {
  background: linear-gradient(
    150deg,
    rgb(0 122 236) 0%,
    rgb(7 208 172) 100%);
  );
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title span {
  display: block;
  font-size: 1.375rem;
  text-transform: capitalize;
  font-family: "Viga", sans-serif;
}

.title span.uppercase {
  text-transform: uppercase;
}

.title.title--gradient span {
  -webkit-text-fill-color: #dcdcdc;
}

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

/* ボタン */
.button {
  padding: 0.625rem 2.875rem 0.625rem 5.75rem;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 2.2;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 2.5rem;
  background-image: linear-gradient(
    150deg,
    rgb(0 122 236) 0%,
    rgb(7 208 172) 100%); 50%,
    rgba(248, 178, 0, 1) 100%
  );
  background-size: 200% auto;
  position: relative;
  transition: 0.5s;
  overflow: hidden;
}

.button:hover {
  background-position: right center;
}

.button.button--square {
  border-radius: 0.625rem;
}

.button::before {
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../images/mail_icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.5625rem;
  left: 2.875rem;
}

@media screen and (max-width: 1000px) {
  .button {
    padding: 0.725rem 2.075rem 0.825rem 4.75rem;
    font-size: 1rem;
  }

  .button::before {
    left: 1.875rem;
  }
}

div#company_info {
    padding: 20px 0;
    text-align: center;
}
section#curriculum {
    text-align: center;
}
a.j_button {
    background: #000000;
    padding: 10px 20px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
}