/*
@include max-pc() {

}
@include mobile-tablet() {

}
@include sp-tablet() {

}
*/
:root {
  --font-eu: "Be Vietnam Pro", sans-serif;
  --font-title: "Montserrat", sans-serif;
  --font-ja: "Noto Sans JP", sans-serif;
  --font-numbers: "Jost", sans-serif;
  --font-color-base: #333333;
  --font-color-deep-blue: #0D2F62;
  --font-color-black: #000000;
  --font-color-soft-blue: #C8D5DF;
  --font-color-gray: #878C9E;
  --font-color-dark: #27272A;
  --font-color-white: #fff;
  --font-color-footer: #6C6F71;
  --font-color-accent-blue: #2F8ACB;
  --font-color-accent-red: #CB2F2F;
  --bg-base: #F0F2F4;
  --bg-main: #A9BCD5;
  --bg-accent-light: #DCEBF7;
  --bg-accent: #227BB6;
  --bg-gray: #878C9E;
  --bg-gray-blue: #D6DAE5;
  --bg-gray-dark: #888D9F;
  --bg-gray-blue-dark: #8A90A2;
  --bg-white: #fff;
  --bg-black: #27272A;
  --bg-sub-purple: #ABAFBB;
  --bg-sub-blue: #AABDD6;
  --bg-deep-blue: #0D2F62;
  --bg-light-blue: #B4C7DE;
  --bg-gray-blue-deep: #8B91A3;
  --border-sub-blue: #AABDD6;
  --border-sub-purple: #ABAFBB;
  --border-white: #fff;
  --border-black: #000;
  --border-soft-blue: #C8D5DF;
  --border-gray: #878C9E;
  --border-light-blue: #B2C5DB;
  --border-gray-blue-dark: #8A90A2;
  --border-accent-blue: #227BB6;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #F0F2F4;
}

#about {
  scroll-margin-top: 112px;
}

#service {
  scroll-margin-top: 112px;
}

#work_flow {
  scroll-margin-top: 112px;
}

#works {
  scroll-margin-top: 112px;
}

#price {
  scroll-margin-top: 112px;
}

.header {
  display: flex;
  position: relative;
  height: 100vh;
  min-height: 860px;
  overflow: hidden;
  flex-direction: column;
}
@media (min-width: 1025px) and (max-width: 1240px) {
  .header {
    min-height: 744px;
  }
}
@media (max-width: 1024px) {
  .header {
    min-height: 768px;
  }
}
@media (max-width: 768px) {
  .header {
    height: 560px;
    min-height: 560px;
  }
}
.header__bg-shape {
  position: absolute;
  background-image: linear-gradient(to bottom left, #E0EFFA 0%, #9DB1CD 100%);
  clip-path: polygon(0 31%, 100% 0, 100% 100%, 0% 100%);
  height: 475px;
  bottom: 0;
  width: 100%;
  z-index: 0;
}
@media (max-width: 768px) {
  .header__bg-shape {
    height: 190px;
    clip-path: polygon(0 36%, 100% 0, 100% 100%, 0% 100%);
  }
}
.header__container {
  --max-width: 1200px;
  max-width: var(--max-width);
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 1240px) {
  .header__container {
    --max-width: 960px;
  }
}
@media (max-width: 1024px) {
  .header__container {
    --max-width: 780px;
  }
}
@media (max-width: 768px) {
  .header__container {
    --max-width: 84%;
  }
}
.header__hero {
  position: relative;
  z-index: 9;
  padding-left: 16px;
  max-width: 1440px;
  width: 100%;
  flex-grow: 1;
}
@media (max-width: 1240px) {
  .header__hero {
    max-width: var(--max-width);
    min-width: var(--max-width);
  }
}
@media (max-width: 768px) {
  .header__hero {
    padding-left: 0;
  }
}
.header__hero-text {
  --max-width: 1200px;
  max-width: var(--max-width);
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 1240px) {
  .header__hero-text {
    --max-width: 960px;
  }
}
@media (max-width: 1024px) {
  .header__hero-text {
    --max-width: 780px;
  }
}
@media (max-width: 768px) {
  .header__hero-text {
    --max-width: 100%;
  }
}
.header__hero-title {
  color: var(--font-color-base);
  font-size: 60px;
  font-weight: 500;
  line-height: 1.6em;
  letter-spacing: 0.4rem;
  font-family: var(--font-ja);
  margin-top: -7.5rem;
}
@media (max-width: 768px) {
  .header__hero-title {
    margin-top: -4rem;
    color: var(--font-color-deep-blue);
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.2rem;
  }
}
.header__hero-button {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-top: 1.25rem;
  color: var(--font-color-black);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-ja);
}
.header__hero-button-wrapper {
  position: relative;
  margin-left: 1.25rem;
  width: 50px;
  height: 50px;
  aspect-ratio: 1;
}
.header__hero-button-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--border-black);
  border-radius: 0;
  box-sizing: border-box;
  transition: transform 0.3s ease;
  z-index: -1;
}
.header__hero-button-icon {
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header__hero-button-icon-arrow span {
  display: block;
  height: 1px;
  background-color: var(--bg-black);
  z-index: 5;
  position: relative;
}
.header__hero-button-icon-arrow span:nth-child(1) {
  width: 6px;
  transform: rotate(-45deg) translate(0, 2.5px);
  border-radius: 1px;
  position: absolute;
  margin-left: 5.8px;
}
.header__hero-button-icon-arrow span:nth-child(2) {
  width: 6px;
  transform: rotate(45deg) translate(0, -2.5px);
  border-radius: 1px;
  position: absolute;
  margin-left: 5.8px;
}
.header__hero-button-icon-arrow span:nth-child(3) {
  width: 12px;
}
.header__hero-button:hover .header__hero-button-wrapper::before {
  transform: rotate(45deg);
}
.header__hero-image {
  position: absolute;
  right: -150px;
  z-index: 1;
  bottom: 0;
  width: 1044px;
  height: auto;
}
@media (max-width: 1240px) {
  .header__hero-image {
    width: 880px;
  }
}
@media (max-width: 768px) {
  .header__hero-image {
    width: 140%;
    max-width: 480px;
    right: -120px;
  }
}

.about {
  margin-top: 8.25rem;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .about {
    margin-top: 5.375rem;
    padding: 0;
  }
}
.about__container {
  --max-width: 1200px;
  max-width: var(--max-width);
  margin: 0 auto;
  align-items: center;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1240px) {
  .about__container {
    --max-width: 960px;
  }
}
@media (max-width: 1024px) {
  .about__container {
    --max-width: 780px;
  }
}
@media (max-width: 768px) {
  .about__container {
    --max-width: 84%;
  }
}
@media (max-width: 768px) {
  .about__container {
    display: block;
  }
}
.about__logo {
  color: var(--font-color-gray);
  font-size: 96px;
  font-weight: 400;
  font-family: var(--font-title);
  margin-top: 0;
}
@media (max-width: 1240px) {
  .about__logo {
    font-size: 72px;
  }
}
@media (max-width: 1024px) {
  .about__logo {
    font-size: 56px;
  }
}
@media (max-width: 768px) {
  .about__logo {
    font-size: clamp(48px, 13vw, 88px);
    white-space: nowrap;
  }
}
.about__logo-line {
  margin: 0;
  line-height: 1.2;
}
.about__logo-line:nth-child(1) {
  text-indent: 3.4375rem;
}
@media (max-width: 1024px) {
  .about__logo-line:nth-child(1) {
    text-indent: 2.5rem;
  }
}
@media (max-width: 768px) {
  .about__logo-line:nth-child(1) {
    text-indent: 0.6em;
  }
}
.about__logo-line:nth-child(3) {
  text-indent: 15rem;
}
@media (max-width: 1024px) {
  .about__logo-line:nth-child(3) {
    text-indent: 11.125rem;
  }
}
@media (max-width: 768px) {
  .about__logo-line:nth-child(3) {
    text-indent: 3.6em;
  }
}
.about__content {
  margin-top: 5rem;
  width: 504px;
}
@media (max-width: 1240px) {
  .about__content {
    width: 440px;
    margin-top: 3.5rem;
  }
}
@media (max-width: 1024px) {
  .about__content {
    width: 400px;
    margin-top: 3rem;
  }
}
@media (max-width: 768px) {
  .about__content {
    width: 100%;
  }
}
.about__heading {
  color: var(--font-color-dark);
  font-size: 36px;
  font-weight: 500;
  font-family: var(--font-ja);
  margin-bottom: 2.375rem;
}
@media (max-width: 1240px) {
  .about__heading {
    font-size: 32px;
  }
}
@media (max-width: 1024px) {
  .about__heading {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .about__heading {
    font-size: 22px;
    margin-bottom: 2rem;
    white-space: nowrap;
  }
}
@media (max-width: 480px) {
  .about__heading {
    font-size: 21px;
    white-space: wrap;
  }
}
.about__description {
  color: var(--font-color-dark);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9rem;
  font-family: var(--font-ja);
}
.about__button {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-top: 4.5rem;
  color: var(--font-color-black);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-ja);
}
@media (max-width: 768px) {
  .about__button {
    margin-top: 2.875rem;
  }
  .about__button-link {
    text-align: right;
  }
}
.about__button-wrapper {
  position: relative;
  margin-left: 1.25rem;
  width: 50px;
  height: 50px;
  aspect-ratio: 1;
}
.about__button-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--border-black);
  border-radius: 0;
  box-sizing: border-box;
  transition: transform 0.3s ease;
  z-index: -1;
}
.about__button-icon {
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about__button-icon-arrow span {
  display: block;
  height: 1px;
  background-color: var(--bg-black);
  z-index: 5;
  position: relative;
}
.about__button-icon-arrow span:nth-child(1) {
  width: 6px;
  transform: rotate(-45deg) translate(0, 2.5px);
  border-radius: 1px;
  position: absolute;
  margin-left: 5.8px;
}
.about__button-icon-arrow span:nth-child(2) {
  width: 6px;
  transform: rotate(45deg) translate(0, -2.5px);
  border-radius: 1px;
  position: absolute;
  margin-left: 5.8px;
}
.about__button-icon-arrow span:nth-child(3) {
  width: 12px;
}
.about__button:hover .about__button-wrapper::before {
  transform: rotate(45deg);
}

.service {
  margin-top: 7.5rem;
  padding: 0;
  background-color: var(--bg-gray);
}
@media (max-width: 768px) {
  .service {
    margin-top: 6.25rem;
    padding: 0;
  }
}
.service__container {
  --max-width: 1440px;
  max-width: var(--max-width);
  margin: 0 auto;
  align-items: center;
  position: relative;
  --height--service: 678px;
  padding: 0;
}
@media (max-width: 1240px) {
  .service__container {
    --max-width: 960px;
  }
}
@media (max-width: 1024px) {
  .service__container {
    --max-width: 780px;
  }
}
@media (max-width: 768px) {
  .service__container {
    --max-width: 780px;
  }
}
@media (max-width: 1240px) {
  .service__container {
    --height--service: 592px;
  }
}
@media (max-width: 1024px) {
  .service__container {
    --height--service: 560px;
    padding-left: 1rem;
  }
}
@media (max-width: 768px) {
  .service__container {
    padding: 0;
    --height--service: auto;
  }
}
.service__image {
  position: absolute;
  right: 0;
  background-image: url(../assets/top_service.png);
  background-size: cover;
  background-position: center center;
  width: 710px;
  height: var(--height--service);
}
@media (max-width: 1240px) {
  .service__image {
    width: 520px;
  }
}
@media (max-width: 1024px) {
  .service__image {
    width: 400px;
  }
}
@media (max-width: 768px) {
  .service__image--pc {
    display: none;
  }
}
.service__image--sp {
  display: none;
}
@media (max-width: 768px) {
  .service__image--sp {
    display: block;
  }
}
.service__content {
  --max-width: 1200px;
  max-width: var(--max-width);
  margin: 0 auto;
  align-items: center;
  display: flex;
  justify-content: space-between;
  align-items: normal;
  height: var(--height--service);
}
@media (max-width: 1240px) {
  .service__content {
    --max-width: 960px;
  }
}
@media (max-width: 1024px) {
  .service__content {
    --max-width: 780px;
  }
}
@media (max-width: 768px) {
  .service__content {
    --max-width: 84%;
  }
}
.service__text {
  position: relative;
  width: 508px;
  padding-top: 6rem;
}
@media (max-width: 1240px) {
  .service__text {
    width: 448px;
  }
}
@media (max-width: 1024px) {
  .service__text {
    padding-top: 4.5rem;
    width: 320px;
  }
}
@media (max-width: 768px) {
  .service__text {
    padding-top: 5rem;
    padding-bottom: 2.5rem;
    width: 100%;
  }
}
.service__title-ja {
  color: var(--font-color-white);
  font-size: 16px;
  font-weight: 300;
  font-family: var(--font-title);
  margin-bottom: 1.5rem;
}
@media (max-width: 1240px) {
  .service__title-ja {
    font-size: 14px;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .service__title-ja {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .service__title-ja {
    font-size: 16px;
    margin-bottom: 1.25rem;
  }
}
.service__title-en {
  color: var(--font-color-white);
  font-size: 80px;
  font-weight: 500;
  font-family: var(--font-titlet);
  margin-bottom: 3.5rem;
}
@media (max-width: 1240px) {
  .service__title-en {
    font-size: 64px;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .service__title-en {
    font-size: 48px;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .service__title-en {
    font-size: 40px;
    margin-bottom: 3rem;
  }
}
.service__heading {
  color: var(--font-color-white);
  font-size: 24px;
  font-family: var(--font-ja);
  font-weight: 400;
  margin-bottom: 2rem;
}
@media (max-width: 1240px) {
  .service__heading {
    font-size: 22px;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .service__heading {
    font-size: 24px;
    margin-bottom: 2rem;
  }
}
.service__description {
  color: var(--font-color-white);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.9rem;
  font-family: var(--font-ja);
  padding-bottom: 2.5rem;
  border-bottom: 1px solid var(--border-white);
}
@media (max-width: 1240px) {
  .service__description {
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .service__description {
    padding-bottom: 3rem;
  }
}
.service__skills {
  margin-top: 1.5rem;
}
.service__skill {
  color: var(--font-color-white);
  font-size: 16px;
  line-height: 2rem;
  font-family: var(--font-eu);
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0.5rem 1rem;
  border-radius: 50px;
}
.service__skill:nth-child(2) {
  margin: 0 0.875rem;
}

.works__header {
  color: var(--font-color-dark);
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid var(--bg-sub-purple);
}
@media (min-width: 481px) and (max-width: 1024px) {
  .works__header {
    margin-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .works__header {
    display: block;
    padding-bottom: 1.25rem;
    margin-bottom: 3.25rem;
  }
}
.works__title-ja {
  font-size: 16px;
  font-family: var(--font-title);
  font-weight: 300;
}
@media (max-width: 1240px) {
  .works__title-ja {
    font-size: 14px;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .works__title-ja {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .works__title-ja {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.works__title-en {
  font-size: 80px;
  font-family: var(--font-title);
  font-weight: 500;
}
@media (max-width: 1240px) {
  .works__title-en {
    font-size: 64px;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .works__title-en {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .works__title-en {
    font-size: clamp(40px, 10vw, 96px);
  }
}

.price {
  margin-top: 7.5rem;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .price {
    margin-top: 6.25rem;
    padding: 0;
  }
}
.price__container {
  --max-width: 1200px;
  max-width: var(--max-width);
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 1240px) {
  .price__container {
    --max-width: 960px;
  }
}
@media (max-width: 1024px) {
  .price__container {
    --max-width: 780px;
  }
}
@media (max-width: 768px) {
  .price__container {
    --max-width: 84%;
  }
}
.price__header {
  color: var(--font-color-dark);
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid var(--bg-sub-purple);
}
@media (min-width: 481px) and (max-width: 1024px) {
  .price__header {
    margin-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .price__header {
    display: block;
    padding-bottom: 1.25rem;
    margin-bottom: 3.25rem;
  }
}
.price__title-ja {
  font-size: 16px;
  font-family: var(--font-title);
  font-weight: 300;
}
@media (max-width: 1240px) {
  .price__title-ja {
    font-size: 14px;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .price__title-ja {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .price__title-ja {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.price__title-en {
  font-size: 80px;
  font-family: var(--font-title);
  font-weight: 500;
}
@media (max-width: 1240px) {
  .price__title-en {
    font-size: 64px;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .price__title-en {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .price__title-en {
    font-size: clamp(40px, 10vw, 96px);
  }
}
.price__link-sp {
  display: none;
}
@media (max-width: 768px) {
  .price__link-sp {
    display: flex;
    justify-content: flex-end;
  }
}
.price__button {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-top: 1.5rem;
  color: var(--font-color-black);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-ja);
}
.price__button-wrapper {
  position: relative;
  margin-left: 1.25rem;
  width: 50px;
  height: 50px;
  aspect-ratio: 1;
}
.price__button-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--border-black);
  border-radius: 0;
  box-sizing: border-box;
  transition: transform 0.3s ease;
  z-index: -1;
}
.price__button-icon {
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--bg-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.price__button-icon-arrow span {
  display: block;
  height: 1px;
  background-color: var(--bg-black);
  z-index: 5;
  position: relative;
}
.price__button-icon-arrow span:nth-child(1) {
  width: 6px;
  transform: rotate(-45deg) translate(0, 2.5px);
  border-radius: 1px;
  position: absolute;
  margin-left: 5.8px;
}
.price__button-icon-arrow span:nth-child(2) {
  width: 6px;
  transform: rotate(45deg) translate(0, -2.5px);
  border-radius: 1px;
  position: absolute;
  margin-left: 5.8px;
}
.price__button-icon-arrow span:nth-child(3) {
  width: 12px;
}
.price__button:hover .price__button-wrapper::before {
  transform: rotate(45deg);
}
.price__list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .price__list {
    display: block;
  }
}
.price__item {
  width: 407px;
  border: 1px solid var(--border-sub-blue);
  padding-bottom: 3rem;
}
@media (max-width: 1240px) {
  .price__item {
    width: 326px;
  }
}
@media (max-width: 1024px) {
  .price__item {
    width: 252px;
  }
}
@media (max-width: 768px) {
  .price__item {
    width: 100%;
    padding-bottom: 2rem;
  }
}
.price__item--management {
  border: 1px solid var(--border-sub-purple);
}
.price__option {
  color: var(--font-color-dark);
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-ja);
  text-align: center;
  width: 100%;
  padding: 1.75rem 0;
  background-color: var(--bg-gray-blue);
}
.price__option--management {
  background-color: var(--bg-sub-purple);
  color: var(--font-color-white);
}
.price__content {
  padding: 2rem 1.125rem 0;
}
@media (max-width: 768px) {
  .price__content {
    padding: 2rem 0.75rem 0;
  }
}
.price__lead {
  color: var(--font-color-black);
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-ja);
  text-align: center;
  margin-bottom: 0.25rem;
}
@media (max-width: 768px) {
  .price__lead {
    padding: 0 1rem;
  }
}
.price__amount {
  color: var(--font-color-black);
  font-size: 24px;
  font-weight: 600;
  font-family: var(--font-numbers);
  text-align: center;
  margin-bottom: 1.25rem;
}
@media (max-width: 768px) {
  .price__amount {
    padding: 0 1rem;
  }
}
.price__amount span {
  color: var(--font-color-dark);
  font-size: 40px;
  font-weight: 500;
  font-family: var(--font-numbers);
}
@media (max-width: 1024px) {
  .price__amount span {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .price__amount span {
    font-size: 40px;
  }
}
.price__description {
  color: var(--font-color-black);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-ja);
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid var(--border-sub-blue);
}
@media (max-width: 768px) {
  .price__description {
    padding: 0 1rem 1.375rem;
    margin-bottom: 1.125rem;
  }
}
.price__description--management {
  border-bottom: 1px solid var(--border-sub-purple);
}
.price__plan-title {
  color: var(--font-color-black);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-ja);
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .price__plan-title {
    padding: 0 1rem;
  }
}
.price__plan-list {
  list-style-type: none;
}
@media (max-width: 768px) {
  .price__plan-list {
    padding: 0 1rem;
  }
}
.price__plan-item {
  color: var(--font-color-black);
  font-size: 16px;
  font-weight: 400;
  line-height: 2rem;
  font-family: var(--font-ja);
  position: relative;
  padding-left: 1.875rem;
}
@media (max-width: 1240px) {
  .price__plan-item {
    word-break: break-word;
  }
}
.price__plan-item::after {
  content: "";
  width: 5px;
  height: 8px;
  border: solid var(--border-white);
  border-width: 0 1px 1px 0;
  position: absolute;
  left: 0.625rem;
  top: 0;
  transform: translate(-50%, 150%) rotate(45deg);
}
.price__plan-item::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--bg-sub-purple);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(40%);
}
.price__plan-item br {
  display: none;
}
@media (max-width: 1240px) {
  .price__plan-item br {
    display: block;
  }
}
@media (max-width: 768px) {
  .price__item:nth-child(2) {
    margin: 3.125rem 0;
  }
}
.price__item:nth-child(3) {
  width: 285px;
}
@media (max-width: 1240px) {
  .price__item:nth-child(3) {
    width: 228px;
  }
}
@media (max-width: 1024px) {
  .price__item:nth-child(3) {
    width: 198px;
  }
}
@media (max-width: 768px) {
  .price__item:nth-child(3) {
    width: 100%;
  }
}

.workflow {
  margin-top: 7.5rem;
  padding: 0 1rem;
}
@media (max-width: 768px) {
  .workflow {
    margin-top: 6.25rem;
    padding: 0;
  }
}
.workflow__container {
  --max-width: 1200px;
  max-width: var(--max-width);
  margin: 0 auto;
  align-items: center;
}
@media (max-width: 1240px) {
  .workflow__container {
    --max-width: 960px;
  }
}
@media (max-width: 1024px) {
  .workflow__container {
    --max-width: 780px;
  }
}
@media (max-width: 768px) {
  .workflow__container {
    --max-width: 84%;
  }
}
.workflow__header {
  color: var(--font-color-dark);
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
  margin-bottom: 5rem;
  border-bottom: 1px solid var(--bg-sub-purple);
}
@media (min-width: 481px) and (max-width: 1024px) {
  .workflow__header {
    margin-bottom: 4rem;
  }
}
@media (max-width: 768px) {
  .workflow__header {
    display: block;
    padding-bottom: 1.25rem;
    margin-bottom: 3.25rem;
  }
}
@media (max-width: 768px) {
  .workflow__header {
    margin-bottom: 2.5rem;
  }
}
.workflow__title-ja {
  font-size: 16px;
  font-family: var(--font-title);
  font-weight: 300;
}
@media (max-width: 1240px) {
  .workflow__title-ja {
    font-size: 14px;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .workflow__title-ja {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .workflow__title-ja {
    font-size: 16px;
    margin-bottom: 0;
  }
}
.workflow__title-en {
  font-size: 80px;
  font-family: var(--font-title);
  font-weight: 500;
}
@media (max-width: 1240px) {
  .workflow__title-en {
    font-size: 64px;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .workflow__title-en {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .workflow__title-en {
    font-size: clamp(40px, 10vw, 96px);
  }
}
.workflow__link-sp {
  display: none;
}
@media (max-width: 768px) {
  .workflow__link-sp {
    display: flex;
    justify-content: flex-end;
  }
}
.workflow__button {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-top: 1.5rem;
  color: var(--font-color-black);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-ja);
}
.workflow__button-wrapper {
  position: relative;
  margin-left: 1.25rem;
  width: 50px;
  height: 50px;
  aspect-ratio: 1;
}
.workflow__button-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--border-black);
  border-radius: 0;
  box-sizing: border-box;
  transition: transform 0.3s ease;
  z-index: -1;
}
.workflow__button-icon {
  position: absolute;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--bg-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.workflow__button-icon-arrow span {
  display: block;
  height: 1px;
  background-color: var(--bg-black);
  z-index: 5;
  position: relative;
}
.workflow__button-icon-arrow span:nth-child(1) {
  width: 6px;
  transform: rotate(-45deg) translate(0, 2.5px);
  border-radius: 1px;
  position: absolute;
  margin-left: 5.8px;
}
.workflow__button-icon-arrow span:nth-child(2) {
  width: 6px;
  transform: rotate(45deg) translate(0, -2.5px);
  border-radius: 1px;
  position: absolute;
  margin-left: 5.8px;
}
.workflow__button-icon-arrow span:nth-child(3) {
  width: 12px;
}
.workflow__button:hover .workflow__button-wrapper::before {
  transform: rotate(45deg);
}
.workflow__step {
  width: 915px;
  margin: 0 0 1.25rem auto;
}
@media (max-width: 1024px) {
  .workflow__step {
    width: 680px;
  }
}
@media (max-width: 768px) {
  .workflow__step {
    width: 100%;
    margin: 1.5rem 0 0 0;
  }
}
.workflow__step:first-child .workflow__card {
  border-top: none;
  padding-top: 0;
}
.workflow__step:last-child .workflow__card {
  margin-bottom: 0;
}
.workflow__card {
  display: flex;
  align-items: center;
  border-top: 1px solid var(--border-sub-purple);
  border-bottom: 1px solid var(--border-sub-purple);
  padding: 1.5rem 0;
}
@media (max-width: 768px) {
  .workflow__card {
    display: block;
    border-bottom: none;
    border-top: none;
    padding: 0 0 2rem;
  }
}
.workflow__step-info {
  width: 152px;
  text-align: center;
}
@media (max-width: 768px) {
  .workflow__step-info {
    line-height: 1.7rem;
    width: auto;
    text-align: center;
    display: inline-block;
    margin-bottom: 1.75rem;
  }
}
.workflow__step-label {
  color: var(--font-color-black);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--font-eu);
  margin-top: 0.75rem;
  margin-bottom: -0.5rem;
}
@media (max-width: 768px) {
  .workflow__step-label {
    margin-bottom: 0.5rem;
    margin-top: 0;
  }
}
.workflow__step-number {
  color: var(--font-color-dark);
  font-size: 48px;
  font-weight: 400;
  font-family: var(--font-numbers);
}
.workflow__content {
  line-height: 1.9rem;
  width: 718px;
  padding: 0 0 0 2.75rem;
  border-left: 1px solid var(--border-sub-purple);
}
@media (max-width: 768px) {
  .workflow__content {
    width: 100%;
    padding: 0 0 0 0.875rem;
  }
}
.workflow__heading {
  color: var(--font-color-dark);
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-ja);
}
@media (max-width: 768px) {
  .workflow__heading {
    margin-bottom: 1rem;
  }
}
.workflow__description {
  color: var(--font-color-dark);
  font-size: 16px;
  font-weight: 400;
  font-family: var(--font-ja);
}
.workflow__triangle {
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 16px solid var(--border-sub-purple);
  margin: 0 auto;
}

@media (max-width: 768px) {
  .footer__menu-item {
    margin: 1rem 0;
  }
}
.footer__menu-item:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .footer__menu-item:last-child {
    margin-bottom: 0;
  }
}