.header {
  display: none;
}
.opening {
  position: fixed;
  z-index: 80;
  inset: 0;
  background: url("../image/background_image@2x.jpg") repeat;
  background-position: center top;
  background-size: 540px 206px;
  background-color: #fff;
  transition: opacity 1s ease-out;
}
.opening img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.6s ease-out;
  transition-delay: 0.4s;
}
.opening.active img {
  opacity: 1;
}
@media screen and (min-width: 768px), print {
  .opening img {
    width: 505px;
  }
}
@media (max-width: 767px) {
  .opening img {
    width: 70.4vw;
  }
}
.firstview__inner {
  position: relative;
}
.firstview__language {
  position: absolute;
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: 0.8s;
}
.firstview__block {
  position: relative;
  z-index: 2;
}
.firstview__heading {
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: 0.4s;
}
.firstview__heading img {
  width: 100%;
}
.firstview__text {
  font-weight: 400;
  letter-spacing: 0;
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: 0.6s;
}
.firstview__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  padding: 0 0 0 46px;
  margin: 28px 0 0;
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: 0.8s;
}
.firstview__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  background-color: var(--color-black);
  border-radius: 100%;
}
.firstview__item span {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
}
.firstview__item small {
  display: inline-block;
  margin: 0 0 0 -4px;
  font-size: 10px;
}
.firstview__image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.firstview__image picture,
.firstview__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.firstview__image picture {
  width: 0;
  overflow: hidden;
  transition: width 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.firstview__image img {
  max-width: none;
}
.firstview__image--01 {
  border-radius: 0 0 4px 4px;
}
.firstview__image--02 {
  border-radius: 0 4px 4px 0;
}
.firstview__review {
  opacity: 0;
  transition: opacity 1.2s ease;
  transition-delay: 1s;
}
.firstview__review__title {
  position: absolute;
  z-index: -1;
  background-color: #c00;
  border-radius: 100%;
}
.firstview__review__text {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
}
.firstview__review__text--big {
  font-family: var(--wf-oswald);
  font-weight: 500;
  line-height: 1;
}
.firstview__review__list {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: var(--color-grey);
  overflow: hidden;
}
.firstview__review__list::after {
  content: "";
  position: absolute;
  inset: 0;
}
.firstview__review__list video {
  display: block;
  width: 100%;
}
.firstview.active .firstview__language,
.firstview.active .firstview__heading,
.firstview.active .firstview__text,
.firstview.active .firstview__list,
.firstview.active .firstview__review {
  opacity: 1;
}
.firstview.active .firstview__image picture {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .firstview__inner {
    height: 100vh;
    min-height: 768px;
    padding: 248px 0 0 292px;
    padding: 248px 0 0 20.27vw;
    padding: max(31.43vh, 248px) 0 0 max(20vw, 292px);
  }
  .firstview__language {
    top: 24px;
    left: 24px;
  }
  .firstview__block {
    width: 505px;
    width: max(505px, 35.07vw);
  }
  .firstview__text {
    width: 208px;
    margin: 53px 0 0 149px;
    font-size: 16px;
    line-height: 2;
  }
  .firstview__view {
    width: 143px;
    margin: 36px 0 0 149px;
  }
  .firstview__image {
    position: absolute;
    z-index: 1;
  }
  .firstview__image--01 {
    top: 0;
    right: 340px;
    width: 356px;
    width: 24.72vw;
    min-width: 356px;
    height: 200px;
  }
  .firstview__image--01 img {
    width: 356px;
    width: 24.72vw;
    min-width: 356px;
  }
  .firstview__image--02 {
    top: 80px;
    left: 0;
    bottom: 101px;
    width: 340px;
    width: 23.61vw;
    min-width: 340px;
  }
  .firstview__image--02 img {
    width: 340px;
    width: 23.61vw;
    min-width: 340px;
  }
  .firstview__flow-text {
    position: absolute;
    bottom: 22px;
    left: 0;
  }
  .firstview__review {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    width: 494px;
    height: 400px;
  }
  .firstview__review__title {
    top: -97px;
    left: 16px;
    width: 255px;
    height: 255px;
    padding: 26px 0 0;
  }
  .firstview__review__text--big {
    font-size: 32px;
  }
  .firstview__review__text + .firstview__review__text {
    margin: 3px 0 0;
  }
  .firstview__review__list {
    padding: 16px;
    border-radius: 4px 0 4px 4px;
  }
  .firstview__review__list::after {
    border: 16px solid var(--color-grey);
  }
  .firstview__review__list video {
    border-radius: 4px;
  }
}
@media (max-width: 767px) {
  .firstview__inner {
    position: relative;
    padding: 53.33vw 12.8vw 25.87vw;
  }
  .firstview__language {
    top: 20px;
    left: 20px;
  }
  .firstview__block {
    width: 70.4vw;
  }
  .firstview__text {
    margin: 12.27vw 0 0;
    font-size: 3.73vw;
    line-height: 6.93vw;
  }
  .firstview__list {
    justify-content: flex-start;
    gap: 2.13vw;
    padding: 0;
    margin: 5.33vw 0 0;
  }
  .firstview__item {
    width: 25.6vw;
    height: 25.6vw;
    padding: 0 0;
    margin: 0;
  }
  .firstview__item span {
    font-size: 3.2vw;
    line-height: 4.8vw;
  }
  .firstview__item small {
    margin: 0 0 0 -1.07vw;
    font-size: 2.13vw;
  }
  .firstview__view {
    width: 34.13vw;
    margin: 7.47vw 0 0;
  }
  .firstview__image--01 {
    position: absolute;
    z-index: 1;
    top: 27.73vw;
    right: 0;
    width: 53.33vw;
    height: 30.13vw;
    border-radius: 1.07vw 0 0 1.07vw;
  }
  .firstview__image--01 img {
    width: 53.33vw;
    max-width: none;
    height: 30.13vw;
  }
  .firstview__image--02 {
    width: 89.33vw;
    height: 126.93vw;
    border-radius: 0 1.07vw 1.07vw 0;
    margin: -12.8vw 0 0 -12.8vw;
  }
  .firstview__image--02 img {
    width: 89.33vw;
    max-width: none;
    height: 126.93vw;
  }
  .firstview__flow-text {
    position: absolute;
    bottom: 4vw;
    left: 0;
    width: 167.2vw;
    margin: -8.53vw 0 0;
  }
  .firstview__review {
    position: relative;
    z-index: 1;
    margin: -14.93vw -12.8vw 0 -7.47vw;
  }
  .firstview__review__title {
    top: -21.87vw;
    left: 3.2vw;
    width: 53.33vw;
    height: 53.33vw;
    padding: 5.33vw 0 0;
  }
  .firstview__review__text--big {
    display: inline-block;
    transform: translate(0, 0.53vw);
    font-size: 7.47vw;
  }
  .firstview__review__list {
    padding: 3.2vw;
    border-radius: 1.07vw 0 0 1.07vw;
  }
  .firstview__review__list::after {
    border: 3.2vw solid var(--color-grey);
  }
  .firstview__review__list video {
    border-radius: 1.07vw;
  }
}
.nav {
  opacity: 0;
  transition: opacity 1s ease;
  transition-delay: 1s;
}
.nav.active {
  opacity: 1;
}
@media screen and (min-width: 768px), print {
  .line {
    width: 336px;
    margin: 96px auto 0;
  }
}
@media (max-width: 767px) {
  .line {
    margin: 8vw 0 0;
  }
  .line__inner {
    padding: 0 5.33vw;
  }
}
.images01__inner {
  position: relative;
}
.images01__item {
  position: relative;
  z-index: 1;
}
.images01__item picture {
  display: block;
}
.images01__item img {
  display: block;
  width: 100%;
  max-width: none;
}
.images01__item--main {
  position: relative;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
}
.images01__item--circle {
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.6s ease-in;
  transition-delay: 0.6s;
}
.images01__item--circle.active {
  opacity: 1;
}
.images01__item--accent {
  position: absolute;
  z-index: 2;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .images01 {
    padding: 98px 0 0;
  }
  .images01__inner {
    width: 1164px;
    margin: 0 auto;
  }
  .images01__item--main {
    width: 861px;
  }
  .images01__item--circle {
    top: 50%;
    left: 784px;
    transform: translate(0, -50%);
  }
  .images01__item--circle.active {
    animation: images01circle 60s linear infinite;
  }
  .images01__item--accent {
    bottom: -98px;
    left: 808px;
    width: 255px;
    box-shadow: 6px 6px 40px rgba(35, 35, 35, 0.2);
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .images01 {
    padding: 16.27vw 0 0;
    padding: 29.33vw 0 0;
  }
  .images01__inner {
    padding: 0 10.67vw 0 5.33vw;
  }
  .images01__item--main {
    border-radius: 1.07vw;
  }
  .images01__item--circle {
    top: 0;
    right: -18.67vw;
    opacity: 0;
  }
  .images01__item--circle.active {
    animation: images01circle 60s linear infinite;
  }
  .images01__item--accent {
    right: -5.33vw;
    bottom: -20.8vw;
    width: 38.4vw;
    border-radius: 1.07vw;
    box-shadow: 0.8vw 0.8vw 10.67vw rgba(35, 35, 35, 0.2);
  }
}
@keyframes images01circle {
  0% {
    transform: translate(0, -50%) rotate(0deg);
  }
  100% {
    transform: translate(0, -50%) rotate(360deg);
  }
}
.about__inner {
  position: relative;
  z-index: 1;
}
.about__heading {
  opacity: 0;
}
.about__heading.active {
  opacity: 1;
}
.about__title {
  opacity: 0;
  margin: 26px 0 0;
}
.about__title img {
  display: block;
  width: 223px;
}
.about__title.active {
  opacity: 1;
}
.about__text {
  margin: 36px 0 0;
  font-weight: 400;
  letter-spacing: 0;
  opacity: 0;
  transition: opacity 0.8s ease-in;
}
.about__text span {
  background-image: linear-gradient(
    transparent calc(100% - 2px),
    var(--color-black) 2px
  );
  font-weight: 600;
}
.active .about__text {
  opacity: 1;
}
.about__decoration {
  color: var(--color-grey);
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}
.about.active .about__heading {
  opacity: 1;
}
.about.active .about__text {
  opacity: 1;
}
@media screen and (min-width: 768px), print {
  .about {
    padding: 60px 0 0;
    margin: 201px 0 0;
  }
  .about__inner {
    width: 1164px;
    padding: 0 505px 0 0;
    margin: 0 auto;
  }
  .about__title {
    margin: 42px 0 0;
  }
  .about__title img {
    width: 335px;
  }
  .about__text {
    margin: 50px 0 0;
    font-size: 16px;
    line-height: 34px;
  }
  .about__text + .about__text {
    margin: 38px 0 0;
  }
  .about__decoration {
    position: absolute;
    z-index: -1;
    top: 60px;
    left: 505px;
    font-size: 120px;
    line-height: 144px;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 10.67vw 0 0;
    margin: 22.4vw 0 0;
  }
  .about__inner {
    padding: 0 5.33vw;
  }
  .about__title {
    margin: 9.07vw 0 0;
    margin: 6.93vw 0 0;
  }
  .about__title img {
    width: 59.47vw;
  }
  .about__text {
    margin: 11.2vw 0 0;
    margin: 9.6vw 0 0;
    font-size: 3.73vw;
    line-height: 8vw;
  }
  .about__text + .about__text {
    margin: 5.87vw 0 0;
  }
  .about__decoration {
    margin: 10.67vw 0 0;
    font-size: 14.93vw;
    line-height: 19.2vw;
  }
  .about.active .about__heading {
    opacity: 1;
  }
  .about.active .about__text {
    opacity: 1;
  }
}
.images02__inner {
  position: relative;
}
.images02__item {
  position: relative;
  z-index: 1;
}
.images02__item picture {
  display: block;
}
.images02__item img {
  display: block;
  width: 100%;
  max-width: none;
}
.images02__item--main {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
}
.images02__item--circle {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.6s ease-in;
}
.images02__item--circle.active {
  opacity: 1;
  animation: images02circle 60s linear infinite;
}
.images02__item--accent {
  position: absolute;
  z-index: 2;
  overflow: hidden;
}
.images02__flow-text {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .images02 {
    margin: 155px 0 0;
  }
  .images02__inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
  }
  .images02__item {
    width: max(898px, 62.36vw);
  }
  .images02__item--main {
    width: max(898px, 62.36vw);
    height: 480px;
    border-radius: 4px 0 0 4px;
  }
  .images02__item--accent {
    top: 304px;
    left: -202px;
    width: 255px;
    height: 320px;
    border-radius: 4px;
    box-shadow: 6px 6px 40px rgba(35, 35, 35, 0.2);
  }
  .images02__flow-text {
    top: 224px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .images02 {
    margin: 10.4vw 0 0;
  }
  .images02__inner {
    padding: 0 0 0 10.67vw;
  }
  .images02__item--main {
    border-radius: 1.07vw 0 0 1.07vw;
  }
  .images02__item--accent {
    bottom: -33.87vw;
    left: -5.33vw;
    width: 38.4vw;
    height: 48.27vw;
    border-radius: 1.07vw;
    box-shadow: 0.8vw 0.8vw 10.67vw rgba(35, 35, 35, 0.2);
  }
  .images02__flow-text {
    bottom: -34.4vw;
    left: 0;
  }
}
@keyframes images02circle {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.youtube {
  position: relative;
  z-index: 1;
}
.youtube__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-black);
  border-radius: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in;
}
.youtube__heading span {
  position: relative;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
}
.youtube__heading span::after {
  content: "";
  position: absolute;
  background: url("../image/arrow02.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.youtube__item {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.8s ease-in;
  transition-delay: 0.4s;
  overflow: hidden;
}
.youtube__item iframe {
  width: 100%;
  height: 100%;
}
.youtube.active .youtube__heading,
.youtube.active .youtube__item {
  opacity: 1;
}
@media screen and (min-width: 768px), print {
  .youtube {
    margin: 264px 0 0;
  }
  .youtube__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    width: 962px;
    margin: 0 auto;
  }
  .youtube__heading {
    width: 255px;
    flex: 0 0 255px;
    height: 255px;
  }
  .youtube__heading span {
    padding: 0 0 31px;
    font-size: 24px;
    line-height: 40px;
  }
  .youtube__heading span::after {
    bottom: -6px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 54px;
    height: 22px;
  }
  .youtube__item {
    flex: 0 0 659px;
    width: 659px;
    height: 371px;
    border-radius: 4px;
  }
}
@media (max-width: 767px) {
  .youtube {
    margin: 50.93vw 0 0;
  }
  .youtube__inner {
    padding: 0 5.33vw;
  }
  .youtube__heading {
    width: 53.33vw;
    height: 53.33vw;
    margin: 0 auto;
  }
  .youtube__heading span {
    padding: 0 0 12.8vw;
    font-size: 4.8vw;
    line-height: 8vw;
  }
  .youtube__heading span::after {
    bottom: 1.6vw;
    left: 50%;
    transform: translate(-50%, 0) rotate(90deg);
    width: 11.2vw;
    height: 4.53vw;
  }
  .youtube__item {
    height: 50.4vw;
    margin: 6.4vw 0 0;
    border-radius: 1.07vw;
  }
  .youtube__item iframe {
    width: 100%;
  }
}
.concern__inner {
  background-color: var(--color-grey);
}
.concern__heading {
  text-align: center;
  opacity: 0;
  transition: opacity 0.8s ease-out;
}
.concern__heading span {
  -webkit-text-stroke: 1px #989898;
}
.concern__heading picture {
  display: block;
  width: 288px;
  padding: 4px 0 0;
  margin: 0 auto;
}
.concern__heading img {
  width: 100%;
}
.concern__heading.active {
  opacity: 1;
}
.concern__list {
  position: relative;
  z-index: 2;
}
.concern__list::before {
  content: "悩";
  position: absolute;
  z-index: -2;
  color: #e3e3e3;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.concern__list::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url("../image/concern_line.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.concern__item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #989898;
  border-radius: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-out;
}
.concern__item:nth-of-type(2) {
  transition-delay: 0.2s;
}
.concern__item:nth-of-type(3) {
  transition-delay: 0.4s;
}
.concern__item:nth-of-type(4) {
  transition-delay: 0.6s;
}
.concern__item:nth-of-type(5) {
  transition-delay: 0.8s;
}
.concern__item span {
  text-align: center;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  white-space: nowrap;
}
.concern__list.active .concern__item {
  opacity: 1;
}
@media screen and (min-width: 768px), print {
  .concern__inner {
    width: calc(100% - 96px);
    max-width: 1344px;
    padding: 160px 0 160px;
    margin: 0 auto;
    border-radius: 4px 4px max(999px, 100%) max(999px, 100%);
  }
  .concern__heading picture {
    width: 910px;
  }
  .concern__list {
    width: 749px;
    height: 691px;
    margin: 76px auto 0;
  }
  .concern__list::before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 12px 0 0;
    font-size: 120px;
  }
  .concern__list::after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: -10px 0 0;
    width: 658px;
    height: 550px;
  }
  .concern__item {
    position: absolute;
    width: 255px;
    height: 255px;
  }
  .concern__item span {
    font-size: 18px;
    line-height: 30px;
  }
  .concern__item:nth-of-type(1) {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .concern__item:nth-of-type(2),
  .concern__item:nth-of-type(5) {
    top: 161px;
  }
  .concern__item:nth-of-type(2) {
    right: 0;
  }
  .concern__item:nth-of-type(5) {
    left: 0;
  }
  .concern__item:nth-of-type(3),
  .concern__item:nth-of-type(4) {
    bottom: 0;
  }
  .concern__item:nth-of-type(3) {
    right: 100px;
  }
  .concern__item:nth-of-type(4) {
    left: 100px;
  }
}
@media (max-width: 767px) {
  .concern__inner {
    padding: 0 5.33vw 21.33vw;
    border-radius: 1.07vw 1.07vw max(999px, 100%) max(999px, 100%);
  }
  .concern__heading span {
    font-size: 6.4vw;
    line-height: 9.6vw;
    -webkit-text-stroke: 0.13vw #989898;
  }
  .concern__heading picture {
    width: 76.8vw;
    padding: 1.07vw 0 0;
  }
  .concern__list {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    gap: 4.27vw;
    margin: 6.67vw 0 0;
  }
  .concern__list::before {
    top: 37.07vw;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 14.93vw;
  }
  .concern__list::after {
    top: 9.6vw;
    left: 50%;
    transform: translate(-50%, 0);
    width: 89.33vw;
    height: 74.67vw;
  }
  .concern__item {
    width: 42.67vw;
    height: 42.67vw;
    background-color: #989898;
    border-radius: 100%;
  }
  .concern__item span {
    font-size: 3.47vw;
    line-height: 6.4vw;
  }
  .concern__item:last-of-type {
    margin: -6.4vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .youtube + .concern {
    margin: -185px 0 0;
  }
  .youtube + .concern .concern__inner {
    padding: 300px 0 160px;
  }
}
@media (max-width: 767px) {
  .youtube + .concern {
    margin: -25.33vw 0 0;
  }
  .youtube + .concern .concern__inner {
    padding: 37.33vw 0 21.33vw;
  }
}
.message__block {
  position: relative;
}
.message__heading {
  position: relative;
  z-index: 1;
  text-align: center;
  opacity: 0;
  transition: opacity 0.8s ease-out;
}
.message__heading span {
  font-weight: 900;
  letter-spacing: 0;
}
.message__heading.active {
  opacity: 1;
}
.message__flow-text {
  position: absolute;
  left: 0;
}
.message__image {
  position: relative;
}
.message__image picture {
  display: block;
}
.message__image img {
  display: block;
  width: 100%;
}
.message__image--main {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.message__image--circle {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.6s ease-in;
}
.message__image--circle.active {
  opacity: 1;
  animation: images03circle 60s linear infinite;
}
@media screen and (min-width: 768px), print {
  .message {
    margin: 155px 0 0;
  }
  .message__heading span {
    font-size: 48px;
    line-height: 80px;
  }
  .message__flow-text {
    top: 59px;
  }
  .message__image {
    padding: 0 48px;
    margin: 156px 0 0;
  }
  .message__image--main {
    border-radius: 8px;
  }
  .message__image--circle {
    bottom: -77px;
    left: 138px;
  }
  .message__line {
    margin: 44px auto 0;
  }
}
@media (max-width: 767px) {
  .message {
    margin: 20.27vw 0 0;
  }
  .message__heading span {
    font-size: 6.4vw;
    line-height: 11.73vw;
  }
  .message__flow-text {
    top: 13.6vw;
  }
  .message__line {
    padding: 0 5.33vw;
    margin: 7.73vw 0 0;
  }
  .message__line .cta__inner {
    padding: 0;
  }
  .message__image {
    margin: 20.27vw 0 0;
    margin: 21.33vw 0 0;
  }
  .message__image--main {
    border-radius: 2.13vw;
  }
  .message__image--circle {
    bottom: -18.67vw;
    left: -12.27vw;
  }
}
@keyframes images03circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.reason__inner {
  position: relative;
  z-index: 1;
}
.reason__heading {
  opacity: 0;
}
.reason__heading.active {
  opacity: 1;
}
.reason__title {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.reason__title picture {
  display: block;
  width: 256px;
}
.reason__title img {
  width: 100%;
}
.reason__title.active {
  opacity: 1;
}
@media screen and (min-width: 768px), print {
  .reason {
    padding: 60px 0 106px;
    margin: 138px 0 0;
  }
  .reason__inner {
    width: 1164px;
    margin: 0 auto;
  }
  .reason__title {
    margin: 42px 0 0;
  }
  .reason__title picture {
    width: 605px;
  }
  .reason__item {
    margin: 56px 0 0;
  }
  .reason__line {
    margin: 60px auto 0;
  }
}
@media (max-width: 767px) {
  .reason {
    padding: 16vw 0 22.13vw;
    margin: 11.47vw 0 0;
  }
  .reason__inner {
    padding: 0 5.33vw;
  }
  .reason__heading {
    padding: 0 1.07vw;
  }
  .reason__title {
    padding: 0 1.07vw;
    margin: 6.93vw 0 0;
  }
  .reason__title span {
    line-height: 12.8vw;
  }
  .reason__title picture {
    width: 68.27vw;
  }
  .reason__line {
    margin: 10.67vw 0 0;
  }
  .reason__line .cta__inner {
    padding: 0;
  }
}
.reason-item {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.reason-item.active {
  opacity: 1;
}
.reason-item__decoration small,
.reason-item__decoration span {
  display: block;
  text-align: center;
  font-family: var(--wf-jost);
}
.reason-item__decoration small {
  font-weight: 400;
  letter-spacing: 0.04em;
}
.reason-item__decoration span {
  font-weight: 500;
  letter-spacing: 0;
}
.reason-item__block {
  background-color: #fcfcfa;
}
.reason-item__title {
  position: relative;
  font-weight: 700;
  letter-spacing: 0;
}
.reason-item__title::before {
  content: "";
  position: absolute;
  background-color: var(--color-black);
}
.reason-item__text {
  position: relative;
  z-index: 1;
  font-weight: 400;
  letter-spacing: 0;
}
.reason-item__image {
  overflow: hidden;
}
.reason-item__slide {
  position: relative;
  z-index: 1;
  background-color: var(--color-grey);
  transition-duration: 1s !important;
  transition-delay: 0.1s !important;
}
.reason-item__slide__list {
  position: relative;
}
.reason-item__slide__container {
  position: relative;
}
.reason-item__slide__item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0 !important;
}
.reason-item__slide__item.swiper-slide-active {
  z-index: 1;
  opacity: 1 !important;
}
.reason-item__slide__image {
  overflow: hidden;
}
.reason-item__slide__image picture,
.reason-item__slide__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.reason-item__slide__info {
  position: relative;
  z-index: 2;
  text-align: center;
}
.reason-item__slide__info span,
.reason-item__slide__info small {
  display: block;
}
.reason-item__slide__info span {
  font-weight: 700;
  letter-spacing: 0;
}
.reason-item__slide__info small {
  font-weight: 400;
  letter-spacing: 0;
}
.reason-item__slide__text {
  font-weight: 400;
  letter-spacing: 0;
}
.reason-item__pagenation {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  counter-reset: num 0;
}
.reason-item__pagenation::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translate(0, -50%);
  background-color: #e3e3e3;
}
.reason-item__pagenation .swiper-pagination-bullet {
  counter-increment: num 1;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e3e3e3;
  border-radius: 100%;
  transition: background-color 0.6s linear;
}
.reason-item__pagenation .swiper-pagination-bullet-active {
  background-color: var(--color-black);
}
.reason-item__pagenation .swiper-pagination-bullet::before {
  content: "0" counter(num);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: var(--wf-jost);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
.reason-item__pagenation .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  width: 0;
  background-color: var(--color-black);
}
.reason-item__pagenation .swiper-pagination-bullet.active::after {
  transition: width 45s linear;
}
.reason-item__pagenation .swiper-pagination-bullet:last-of-type::after {
  display: none;
}
.reason-item__pagenation
  .swiper-pagination-bullet
  + .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
}
.reason-item__more {
  background-color: var(--color-grey);
}
.reason-item__more picture {
  display: block;
  overflow: hidden;
}
.reason-item__viewmore {
  position: absolute;
}
.reason-item__viewmore span {
  position: relative;
  display: inline-block;
  font-family: var(--wf-jost);
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
}
.reason-item__viewmore span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background: url("../image/viewmore_arrow.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.reason-item__circle {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translate(50%, 50%);
  animation: images04circle 60s linear infinite;
}
.reason-item--1st .reason-item__image picture,
.reason-item--1st .reason-item__image img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .reason-item {
    position: relative;
  }
  .reason-item__decoration {
    width: 21.87vw;
    margin: 10.67vw 0 0 4.27vw;
  }
  .reason-item__decoration small {
    font-size: 5.33vw;
    line-height: 7.73vw;
  }
  .reason-item__decoration span {
    margin: -3.47vw 0 0;
    font-size: 17.07vw;
    line-height: 24.53vw;
  }
  .reason-item__block {
    padding: 17.33vw 6.4vw 6.4vw;
    margin: -14.4vw 0 0;
    border-radius: 2.13vw 2.13vw 0 0;
  }
  .reason-item__title {
    padding: 0 0 0 4.27vw;
    font-size: 4.8vw;
    line-height: 9.6vw;
  }
  .reason-item__title::before {
    top: 1.07vw;
    bottom: 1.07vw;
    left: -0.53vw;
    width: 1.07vw;
    border-radius: 0.53vw;
  }
  .reason-item__text {
    margin: 6.13vw 0 0;
    font-size: 3.73vw;
    line-height: 8vw;
  }
  .reason-item__image {
    border-radius: 0 0 0 2.13vw;
  }
  .reason-item__flow-text {
    margin: -14.4vw -11.73vw 0;
  }
  .reason-item__slide {
    padding: 4vw 6.4vw 33.07vw;
    border-radius: 0 0 2.13vw 2.13vw;
  }
  .reason-item__slide__list {
    position: relative;
  }
  .reason-item__slide__container {
    position: relative;
  }
  .reason-item__slide__item {
    position: absolute;
    top: 0;
    left: 0;
  }
  .reason-item__slide__item.swiper-slide-active {
    z-index: 1;
    opacity: 1 !important;
  }
  .reason-item__slide__image {
    height: 33.6vw;
    border-radius: 1.07vw;
  }
  .reason-item__slide__info {
    margin: -4vw 0 0;
  }
  .reason-item__slide__info span {
    font-size: 4.27vw;
    line-height: 6.4vw;
  }
  .reason-item__slide__info small {
    margin: 0.8vw 0 0;
    font-size: 2.67vw;
    line-height: 4vw;
  }
  .reason-item__slide__text {
    height: 136vw;
    height: 57.33vw;
    margin: 1.6vw 0 0;
    font-size: 3.73vw;
    line-height: 8vw;
    overflow: auto;
  }
  .reason-item__pagenation {
    bottom: 14.93vw;
    gap: 8.53vw;
  }
  .reason-item__pagenation::after {
    height: 0.27vw;
  }
  .reason-item__pagenation .swiper-pagination-bullet {
    flex: 0 0 9.6vw;
    width: 9.6vw;
    height: 9.6vw;
  }
  .reason-item__pagenation .swiper-pagination-bullet-active {
    background-color: var(--color-black);
  }
  .reason-item__pagenation .swiper-pagination-bullet::before {
    font-size: 4.27vw;
  }
  .reason-item__pagenation .swiper-pagination-bullet::after {
    height: 0.53vw;
  }
  .reason-item__pagenation .swiper-pagination-bullet.active::after {
    width: 8.53vw;
  }
  .reason-item__more {
    padding: 6.4vw;
    border-radius: 0 0 2.13vw 2.13vw;
  }
  .reason-item__more picture {
    border-radius: 1.07vw;
  }
  .reason-item__viewmore {
    top: 10.67vw;
    right: 6.4vw;
  }
  .reason-item__viewmore span {
    padding: 0 6.67vw 0 0;
    font-size: 3.73vw;
  }
  .reason-item__viewmore span::after {
    width: 4.53vw;
    height: 2.13vw;
  }
  .reason-item__circle {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
  }
  .reason-item--1st .reason-item__block {
    padding-bottom: 0;
  }
  .reason-item--1st .reason-item__image {
    height: 37.33vw;
    margin: -2.4vw -6.4vw 0;
    border-radius: 0;
  }
  .reason-item--1st .reason-item__slide {
    height: 214.13vw;
    height: 145.07vw;
    padding-top: 12.8vw;
  }
  .reason-item--2nd {
    margin: 10.67vw 0 0;
  }
  .reason-item--2nd .reason-item__block {
    padding-bottom: 5.33vw;
  }
  .reason-item--2nd .reason-item__more picture {
    border-radius: 2.13vw;
    overflow: hidden;
  }
  .reason-item--3rd .reason-item__flow-text {
    margin-bottom: -6.4vw;
  }
  .reason-item--3rd .reason-item__slide {
    height: 120vw;
    padding: 19.2vw 6.4vw 33.07vw;
    margin: -2.4vw 0 0;
  }
  .reason-item--3rd .reason-item__slide__image {
    height: 67.73vw;
  }
  .reason-item--4st .reason-item__block {
    padding-bottom: 4.8vw;
  }
}
@media screen and (min-width: 768px), print {
  .reason-item {
    display: flex;
    align-items: stretch;
    justify-content: center;
  }
  .reason-item__decoration {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  .reason-item__decoration small {
    font-size: 32px;
    line-height: 26px;
  }
  .reason-item__decoration span {
    font-size: 96px;
    line-height: 124px;
  }
  .reason-item__block,
  .reason-item__slide,
  .reason-item__more {
    position: relative;
    flex: 0 0 672px;
    width: 672px;
  }
  .reason-item__block {
    padding: 64px 125px 0 90px;
    border-radius: 8px 0 0 8px;
  }
  .reason-item__title {
    padding: 0 0 0 20px;
    font-size: 24px;
    line-height: 43px;
  }
  .reason-item__title::before {
    top: 4px;
    bottom: 4px;
    left: -2px;
    width: 4px;
    border-radius: 2px;
  }
  .reason-item__text {
    margin: 32px 0 0;
    font-size: 16px;
    line-height: 34px;
  }
  .reason-item__image {
    border-radius: 0 0 0 8px;
  }
  .reason-item__flow-text {
    position: absolute;
    top: 324px;
    right: 0;
    transform: translate(50%, 0);
    width: 100vw;
    height: 120px;
    margin: 0;
  }
  .reason-item__slide {
    padding: 64px 90px 144px 125px;
    border-radius: 0 8px 8px 0;
  }
  .reason-item__slide__image {
    height: 200px;
    border-radius: 4px;
  }
  .reason-item__slide__info {
    margin: -15px 0 0;
  }
  .reason-item__slide__info span {
    font-size: 20px;
    line-height: 30px;
  }
  .reason-item__slide__info small {
    margin: -4px 0 0;
    font-size: 12px;
    line-height: 30px;
  }
  .reason-item__slide__text {
    max-height: 340px;
    margin: 5px 0 0;
    font-size: 14px;
    line-height: 30px;
    overflow: auto;
  }
  .reason-item__pagenation {
    bottom: 64px;
    gap: 40px;
  }
  .reason-item__pagenation::after {
    height: 1px;
  }
  .reason-item__pagenation .swiper-pagination-bullet {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }
  .reason-item__pagenation .swiper-pagination-bullet::before {
    font-size: 20px;
  }
  .reason-item__pagenation .swiper-pagination-bullet::after {
    height: 2px;
  }
  .reason-item__pagenation .swiper-pagination-bullet.active::after {
    width: 42px;
  }
  .reason-item__more {
    padding: 64px 90px 144px 125px;
    border-radius: 0 8px 8px 0;
  }
  .reason-item__more picture {
    border-radius: 4px;
  }
  .reason-item__viewmore {
    top: 62px;
    right: 90px;
  }
  .reason-item__viewmore span {
    padding: 0 22px 0 0;
    font-size: 14px;
    line-height: 1;
  }
  .reason-item__viewmore span::after {
    width: 17px;
    height: 8px;
  }
  .reason-item__circle {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(50%, 50%);
  }
  .reason-item--reverse .reason-item__block {
    order: 2;
    padding: 60px 90px 293px 125px;
    border-radius: 0 8px 8px 0;
  }
  .reason-item--reverse .reason-item__block,
  .reason-item--reverse .reason-item__slide,
  .reason-item--reverse .reason-item__more {
    padding: 62px 125px 144px 90px;
    border-radius: 8px 0 0 8px;
  }
  .reason-item--1st .reason-item__block {
    padding: 60px 125px 291px 90px;
    padding: 60px 125px 430px 90px;
  }
  .reason-item--1st .reason-item__image {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 280px;
  }
  .reason-item--2nd {
    margin: 50px 0 0;
  }
  .reason-item--2nd .reason-item__block {
    padding: 58px 100px 60px 125px;
  }
  .reason-item--2nd .reason-item__more {
    padding-bottom: 64px;
  }
  .reason-item--3rd {
    margin: 48px 0 0;
  }
  .reason-item--3rd .reason-item__block {
    padding: 60px 122px 60px 90px;
  }
  .reason-item--3rd .reason-item__slide {
    padding: 99px 90px 144px 125px;
  }
  .reason-item--3rd .reason-item__slide__list,
  .reason-item--3rd .reason-item__slide__image {
    height: 404px;
  }
  .reason-item--3rd .reason-item__flow-text {
    top: 390px;
  }
  .reason-item--4st {
    margin: 50px 0 0;
  }
  .reason-item--4st .reason-item__block {
    padding: 58px 86px 10px 125px;
  }
  .reason-item--4st .reason-item__more {
    padding-bottom: 64px;
  }
}
@keyframes images04circle {
  0% {
    transform: translate(50%, 50%) rotate(0deg);
  }
  100% {
    transform: translate(50%, 50%) rotate(360deg);
  }
}
.order-heading__heading,
.order-heading__title {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.order-heading__heading.active,
.order-heading__title.active {
  opacity: 1;
}
.order-heading__title picture {
  display: block;
  width: 223px;
}
.order-heading__title img {
  width: 100%;
}
@media (max-width: 767px) {
  .order-heading__inner {
    padding: 0 5.33vw;
  }
  .order-heading__title {
    margin: 6.93vw 0 0;
  }
  .order-heading__title span {
    line-height: 1.5;
  }
  .order-heading__title picture {
    width: 59.47vw;
  }
}
@media screen and (min-width: 768px), print {
  .order-heading {
    padding: 0 0 57px;
    margin: 194px 0 0;
  }
  .order-heading__inner {
    width: 1164px;
    margin: 0 auto;
  }
  .order-heading__title {
    margin: 54px 0 0;
    margin: min(42px, 7vh) 0 0;
  }
  .order-heading__title .c-border-text {
    font-size: min(48px, 6.25vh);
  }
  .order-heading__title picture {
    width: 861px;
    width: max(861px, 2.87vh);
  }
  .order-heading__item {
    margin: 68px 0 0;
  }
}
.order {
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.order.active {
  opacity: 1;
}
.order__panels {
  display: flex;
  flex-wrap: nowrap;
  width: 400vw;
  height: 100vh;
  overflow: hidden;
}
.order__panel {
  flex: 0 0 100vw;
  width: 100vw;
  height: 100%;
}
.order__inner {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}
.order .step__count {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  background-color: var(--color-black);
  border-radius: 100%;
  color: #fff;
}
.order .step__count-box {
  position: relative;
  padding: 0 0 33px;
  font-family: var(--wf-jost);
}
.order .step__count-box small {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 20px;
}
.order .step__count-box span {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 41px;
  opacity: 0;
  transform: translate(-30%, 0);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}
.order .step__heading {
  position: relative;
}
.order .step__heading span {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  transform: translate(10%, -50%);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}
.order .step__image {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.order .step__image picture {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transform: translate(-40%, -50%);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}
.order .step__image picture,
.order .step__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.order .step__text {
  position: relative;
  margin: 20px 0 0;
}
.order .step__text span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 30px;
  opacity: 0;
  transform: translate(10%, 0);
  transition: opacity 0.4s ease-out, transform 0.4s ease-out;
}
.order .step__scroll {
  position: absolute;
  top: 568px;
  left: 38px;
  font-family: var(--wf-jost);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
}
.order .step__scroll::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translate(0, -50%);
  width: 17px;
  height: 8px;
  background: url("../image/order_arrow.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.order [data-contents="0"] .step .js-step-count:nth-of-type(1),
.order [data-contents="1"] .step .js-step-count:nth-of-type(2),
.order [data-contents="2"] .step .js-step-count:nth-of-type(3),
.order [data-contents="3"] .step .js-step-count:nth-of-type(4),
.order [data-contents="4"] .step .js-step-count:nth-of-type(5) {
  opacity: 1;
  transform: translate(-50%, 0);
}
.order [data-contents="0"] .step .js-step-subject:nth-of-type(1),
.order [data-contents="1"] .step .js-step-subject:nth-of-type(2),
.order [data-contents="2"] .step .js-step-subject:nth-of-type(3),
.order [data-contents="3"] .step .js-step-subject:nth-of-type(4),
.order [data-contents="4"] .step .js-step-subject:nth-of-type(5) {
  opacity: 1;
  transform: translate(0, -50%);
}
.order [data-contents="0"] .step .js-step-image:nth-of-type(1),
.order [data-contents="1"] .step .js-step-image:nth-of-type(2),
.order [data-contents="2"] .step .js-step-image:nth-of-type(3),
.order [data-contents="3"] .step .js-step-image:nth-of-type(4),
.order [data-contents="4"] .step .js-step-image:nth-of-type(5) {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.order [data-contents="0"] .step .js-step-text:nth-of-type(1),
.order [data-contents="1"] .step .js-step-text:nth-of-type(2),
.order [data-contents="2"] .step .js-step-text:nth-of-type(3),
.order [data-contents="3"] .step .js-step-text:nth-of-type(4),
.order [data-contents="4"] .step .js-step-text:nth-of-type(5) {
  opacity: 1;
  transform: translate(0, 0);
}
.order .line {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 70px;
}
.order .line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-black);
  opacity: 0.2;
}
.order .line__current {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 50%);
  width: 60px;
  height: 4px;
  border-radius: 2px;
  background-color: var(--color-black);
}
.order .line__current span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 12px;
  height: 12px;
  background-color: var(--color-black);
  border-radius: 12px;
}
.order .line__item {
  position: absolute;
  top: 0;
  height: 55px;
}
.order .line__item:nth-of-type(1) {
  left: 55px;
}
.order .line__item:nth-of-type(2) {
  left: 175px;
}
.order .line__item:nth-of-type(3) {
  left: 295px;
}
.order .line__item:nth-of-type(4) {
  left: 415px;
}
.order .line__item:nth-of-type(5) {
  left: 535px;
}
.order .line__item::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 1px;
  height: 12px;
  background-color: var(--color-black);
}
.order .line__item small {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 70px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.order .line__item span {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: var(--wf-jost);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 35px;
  white-space: nowrap;
  opacity: 0.2;
  transition: bottom 0.4s ease-out, opacity 0.4s ease-out,
    font-size 0.4s ease-out;
}
.order [data-contents="0"] .line .line__current {
  width: 154px;
}
.order [data-contents="1"] .line .line__current {
  width: 356px;
}
.order [data-contents="2"] .line .line__current {
  width: 558px;
}
.order [data-contents="3"] .line .line__current {
  width: 760px;
}
.order [data-contents="4"] .line .line__current {
  width: 962px;
}
.order [data-contents="0"] .line .line__item:nth-of-type(1) small,
.order [data-contents="1"] .line .line__item:nth-of-type(2) small,
.order [data-contents="2"] .line .line__item:nth-of-type(3) small,
.order [data-contents="3"] .line .line__item:nth-of-type(4) small,
.order [data-contents="4"] .line .line__item:nth-of-type(5) small {
  opacity: 1;
  transform: translate(-50%, 0);
}
.order [data-contents="0"] .line .line__item:nth-of-type(1) span,
.order [data-contents="1"] .line .line__item:nth-of-type(2) span,
.order [data-contents="2"] .line .line__item:nth-of-type(3) span,
.order [data-contents="3"] .line .line__item:nth-of-type(4) span,
.order [data-contents="4"] .line .line__item:nth-of-type(5) span {
  font-size: 6.4vw;
  opacity: 1;
}
@media screen and (min-width: 768px), print {
  .order {
    overflow: visible;
  }
  .order__inner {
    top: 17px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1164px;
  }
  .order .step {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 48px;
    padding: 68px 0 0;
    padding: min(56px, 8.854167vh) 0 0;
  }
  .order .step__block {
    position: relative;
    z-index: 1;
  }
  .order .step__count {
    width: 154px;
    height: 154px;
    width: min(154px, 20.052083vh);
    height: min(154px, 20.052083vh);
  }
  .order .step__count-box {
    padding: 0 0 60px;
    padding: 0 0 min(60px, 7.8125vh);
  }
  .order .step__count-box small {
    font-size: 28px;
    font-size: min(28px, 3.645833vh);
    line-height: 41px;
    line-height: min(41px, 5.338542vh);
  }
  .order .step__count-box span {
    bottom: -12px;
    bottom: max(-12px, -1.5625vh);
    font-size: 64px;
    font-size: min(64px, 8.333333vh);
    line-height: 92px;
    line-height: min(92px, 11.979167vh);
  }
  .order .step__heading {
    width: 154px;
    width: min(154px, 20.052083vh);
    height: 24px;
    margin: 18px 0 0;
  }
  .order .step__heading span {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-size: min(24px, 5.125vh);
    line-height: 1;
  }
  .order .step__image {
    z-index: 1;
    flex: 0 0 558px;
    width: 558px;
    height: 400px;
    height: min(400px, 52.08vh);
    border-radius: 4px;
    overflow: hidden;
  }
  .order .step__text {
    z-index: 1;
    flex: 0 0 356px;
    width: 356px;
    margin: 50px 0 0;
    margin: min(54px, 7.03125vh) 0 0;
  }
  .order .step__text span {
    width: 100%;
    font-size: 16px;
    font-size: min(16px, 4.0833vh);
    line-height: 34px;
    line-height: min(34px, 8.427083vh);
  }
  .order .step__flow-text {
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translate(-50%, 0);
    width: max(100%, 100vw);
    height: 119px;
    animation: loop 50s linear infinite;
    background: url("../image/flow_text_long.svg") repeat-x;
    background-size: 2159px 119px;
  }
  .order .step__flow-text .c-flow-text {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    transform: translate(-50%, 0px);
  }
  .order .step__scroll {
    top: min(568px, 73.95833vh);
    left: min(38px, 4.947917vh);
  }
  .order .line {
    z-index: 4;
    left: 0;
    bottom: 59px;
    bottom: min(59px, 7.682292vh);
    width: 100%;
    height: 90px;
  }
  .order .line__item {
    height: 66px;
    cursor: pointer;
  }
  .order .line__item:nth-of-type(1) {
    left: 154px;
  }
  .order .line__item:nth-of-type(2) {
    left: 356px;
  }
  .order .line__item:nth-of-type(3) {
    left: 558px;
  }
  .order .line__item:nth-of-type(4) {
    left: 760px;
  }
  .order .line__item:nth-of-type(5) {
    left: 962px;
  }
  .order .line__item::after {
    content: "";
    position: absolute;
    bottom: -24px;
    left: 0;
    width: 1px;
    height: 12px;
    background-color: var(--color-black);
  }
  .order .line__item small {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 70px;
    font-size: 15px;
    font-size: min(15px, 1.953125vh);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 20px;
    line-height: min(20px, 2.604167vh);
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.4s ease;
    text-align: center;
  }
  .order .line__item span {
    position: absolute;
    top: 42px;
    left: 50%;
    transform: translate(-50%, 0);
    font-family: var(--wf-jost);
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.5;
    white-space: nowrap;
    opacity: 0.2;
    transition: top 0.4s ease-out, opacity 0.4s ease-out,
      font-size 0.4s ease-out;
  }
  .order [data-contents="0"] .line .line__item:nth-of-type(1) span,
  .order [data-contents="1"] .line .line__item:nth-of-type(2) span,
  .order [data-contents="2"] .line .line__item:nth-of-type(3) span,
  .order [data-contents="3"] .line .line__item:nth-of-type(4) span,
  .order [data-contents="4"] .line .line__item:nth-of-type(5) span {
    top: 32px;
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .order__inner {
    padding: 0 5.33vw;
    min-height: 79.64vw;
    min-height: 148vw;
  }
  .order__title {
    margin: 6.4vw 0 0;
  }
  .order__title span {
    line-height: 1.5;
  }
  .order .step__block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3.2vw;
    margin: 10.93vw 0 0;
  }
  .order .step__count {
    width: 19.2vw;
    height: 19.2vw;
  }
  .order .step__count-box {
    padding: 0 0 7.47vw;
  }
  .order .step__count-box small {
    font-size: 3.73vw;
    line-height: 5.33vw;
  }
  .order .step__count-box span {
    bottom: -1.33vw;
    font-size: 7.47vw;
    line-height: 10.93vw;
  }
  .order .step__heading span {
    font-size: 4.8vw;
  }
  .order .step__image {
    height: 64vw;
    margin: 5.33vw 0 0;
    border-radius: 1.07vw;
  }
  .order .step__text {
    margin: 3.73vw 0 0;
  }
  .order .step__text span {
    font-size: 3.73vw;
    line-height: 8vw;
  }
  .order .line {
    bottom: 11.47vw;
    height: 18.93vw;
  }
  .order .line::after {
    width: 200%;
  }
  .order .line__current {
    height: 1.07vw;
    border-radius: 0.53vw;
  }
  .order .line__current span {
    width: 3.2vw;
    height: 3.2vw;
    border-radius: 3.2vw;
  }
  .order .line__item {
    height: 14.67vw;
  }
  .order .line__item:nth-of-type(1) {
    left: 14.67vw;
  }
  .order .line__item:nth-of-type(2) {
    left: 46.67vw;
  }
  .order .line__item:nth-of-type(3) {
    left: 78.67vw;
  }
  .order .line__item:nth-of-type(4) {
    left: 110.67vw;
  }
  .order .line__item:nth-of-type(5) {
    left: 142.67vw;
  }
  .order .line__item::after {
    bottom: -4.27vw;
    height: 3.2vw;
  }
  .order .line__item small {
    width: 18.67vw;
    text-align: center;
    font-size: 3.73vw;
    line-height: 5.33vw;
  }
  .order .line__item span {
    top: 6.93vw;
    top: auto;
    bottom: -1.6vw;
    left: 50%;
    font-size: 4.27vw;
    line-height: 9.33vw;
  }
  .order [data-contents="0"] .line .line__current {
    width: 14.67vw;
  }
  .order [data-contents="1"] .line .line__current {
    width: 46.67vw;
  }
  .order [data-contents="2"] .line .line__current {
    width: 78.67vw;
  }
  .order [data-contents="3"] .line .line__current {
    width: 110.67vw;
  }
  .order [data-contents="4"] .line .line__current {
    width: 142.67vw;
  }
  .order [data-contents="0"] .line .line__item:nth-of-type(1) span,
  .order [data-contents="1"] .line .line__item:nth-of-type(2) span,
  .order [data-contents="2"] .line .line__item:nth-of-type(3) span,
  .order [data-contents="3"] .line .line__item:nth-of-type(4) span,
  .order [data-contents="4"] .line .line__item:nth-of-type(5) span {
    bottom: 0;
    font-size: 6.4vw;
  }
}
@media (max-width: 375px) {
  .order .step__block {
    margin: 5.33vw 0 0;
  }
  .order .step__text span {
    line-height: 6.4vw;
  }
  .order .line {
    bottom: 5.33vw;
  }
}
.images03__inner {
  position: relative;
}
.images03__item {
  position: relative;
  z-index: 1;
}
.images03__item picture {
  display: block;
}
.images03__item img {
  display: block;
  width: 100%;
  max-width: none;
}
.images03__item--main {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.images03__item--circle {
  position: absolute;
  z-index: 1;
  left: 0;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.6s ease-in;
}
.images03__item--circle.active {
  opacity: 1;
  animation: images02circle 60s linear infinite;
}
.images03__item--accent {
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
.images03__flow-text {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .images03 {
    margin: 165px 0 0;
  }
  .images03__inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .images03__item {
    width: max(1100px, 76.38vw);
  }
  .images03__item--main {
    width: max(1100px, 76.38vw);
    height: 560px;
    border-radius: 0 8px 8px 0;
  }
  .images03__item--circle {
    bottom: -154px;
    left: 215px;
  }
  .images03__item--accent {
    top: 360px;
    right: -202px;
    width: 255px;
    height: 320px;
    border-radius: 4px;
    box-shadow: 6px 6px 40px rgba(35, 35, 35, 0.2);
  }
  .images03__flow-text {
    top: 224px;
    left: 0;
  }
}
@media (max-width: 767px) {
  .images03 {
    margin: 14.93vw 0 0;
  }
  .images03__inner {
    padding: 0 10.67vw 0 0;
  }
  .images03__item--main {
    border-radius: 0 1.07vw 1.07vw 0;
  }
  .images03__item--circle {
    left: 6.4vw;
  }
  .images03__item--accent {
    right: -5.33vw;
    bottom: -24vw;
    width: 38.4vw;
    height: 48.27vw;
    border-radius: 1.07vw;
    box-shadow: 1.6vw 1.6vw 10.67vw rgba(35, 35, 35, 0.2);
  }
  .images03__flow-text {
    bottom: -34.4vw;
    left: 0;
  }
}
.qna__inner {
  position: relative;
  z-index: 1;
}
.qna__heading,
.qna__title,
.qna__block {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.qna__heading.active,
.qna__title.active,
.qna__block.active {
  opacity: 1;
}
.qna__title picture {
  display: block;
  width: 192px;
}
.qna__title img {
  width: 100%;
}
.qna__subtitle {
  position: relative;
}
.qna__subtitle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 0);
  background-color: var(--color-black);
}
.qna__subtitle span {
  font-weight: 700;
  letter-spacing: 0;
}
.qna__question {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #989898;
  transition: border-radius 0.6s ease-out;
}
.qna__question::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background: url("../image/qna_arrow.svg") no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.6s ease-out;
}
.qna__question span {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
}
.qna__question span::before {
  content: "Q.";
  font-family: var(--wf-jost);
  font-weight: 600;
  letter-spacing: 0.04em;
}
.qna__answer {
  height: 0;
  background-color: #f2f2f2;
  font-weight: 400;
  letter-spacing: 0;
  overflow: hidden;
  transition: height 0.6s ease-out;
}
.qna__answer span {
  display: block;
}
.qna__item.open .qna__question::after {
  transform: translate(0, -50%) rotate(-180deg);
}
@media (max-width: 767px) {
  .qna {
    margin: 35.73vw 0 0;
  }
  .qna__inner {
    padding: 0 5.33vw;
  }
  .qna__title {
    margin: 6.93vw 0 0;
  }
  .qna__title span {
    line-height: 12.8vw;
  }
  .qna__title picture {
    width: 51.2vw;
  }
  .qna__list {
    margin: 10.67vw 0 0;
  }
  .qna__list + .qna__list {
    margin: 8.53vw 0 0;
  }
  .qna__subtitle {
    padding: 0 0 0 4vw;
  }
  .qna__subtitle::before {
    top: -0.53vw;
    bottom: -0.53vw;
    left: -0.27vw;
    width: 1.07vw;
    border-radius: 0.53vw;
  }
  .qna__subtitle span {
    font-size: 4.8vw;
    line-height: 7.2vw;
  }
  .qna__item {
    margin: 5.33vw 0 0;
  }
  .qna__item + .qna__item {
    margin: 4.27vw 0 0;
  }
  .qna__question {
    height: 14.67vw;
    padding: 0 4.27vw;
    border-radius: 1.07vw;
  }
  .qna__question::after {
    right: 3.73vw;
    width: 4.27vw;
    height: 2.67vw;
  }
  .qna__question span {
    font-size: 3.73vw;
  }
  .qna__question span::before {
    font-size: 4.27vw;
  }
  .qna__answer {
    border-radius: 0 0 1.07vw 1.07vw;
  }
  .qna__answer span {
    padding: 2.93vw 4.27vw 5.07vw;
    font-size: 3.73vw;
    line-height: 8vw;
  }
  .qna__item.open .qna__question {
    border-radius: 1.07vw 1.07vw 0 0;
  }
}
@media screen and (min-width: 768px), print {
  .qna {
    margin: 238px 0 0;
    padding: 60px 0 0;
    margin: 178px 0 0;
  }
  .qna__inner {
    width: 1164px;
    margin: 0 auto;
  }
  .qna__title {
    margin: 42px 0 0;
  }
  .qna__title picture {
    width: 288px;
  }
  .qna__block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 56px 48px;
  }
  .qna__list {
    flex: 0 0 558px;
    width: 558px;
  }
  .qna__row .qna__list + .qna__list {
    margin: 57px 0 0;
  }
  .qna__subtitle {
    padding: 0 0 0 20px;
    margin: 0 0 0;
  }
  .qna__subtitle::before {
    width: 4px;
    border-radius: 2px;
  }
  .qna__subtitle span {
    font-size: 24px;
    line-height: 35px;
  }
  .qna__list {
    margin: 58px 0 0;
  }
  .qna__item {
    margin: 32px 0 0;
  }
  .qna__item + .qna__item {
    margin: 24px 0 0;
  }
  .qna__question {
    height: 58px;
    padding: 0 24px;
    border-radius: 4px;
    cursor: pointer;
  }
  .qna__question::after {
    right: 22px;
    width: 16px;
    height: 10px;
  }
  .qna__question span {
    font-size: 16px;
  }
  .qna__question span::before {
    font-size: 18px;
  }
  .qna__answer {
    border-radius: 0 0 4px 4px;
  }
  .qna__answer span {
    padding: 16px 24px 26px;
    font-size: 14px;
    line-height: 30px;
  }
  .qna__item.open .qna__question {
    border-radius: 4px 4px 0 0;
  }
}
.access {
  margin: 164px 0 0;
  padding: 60px 0 0;
  margin: 104px 0 0;
}
.access__heading,
.access__title {
  opacity: 0;
  transition: opacity 0.6s ease-out;
}
.access__heading.active,
.access__title.active {
  opacity: 1;
}
.access__title {
  margin: 26px 0 0;
}
.access__title picture {
  display: block;
  width: 128px;
}
.access__title img {
  width: 100%;
}
.access__list {
  margin: 40px 0 0;
}
.access__image {
  position: relative;
  overflow: hidden;
}
.access__info {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px), print {
  .access__inner {
    width: 1164px;
    margin: 0 auto;
  }
  .access__title {
    margin: 42px 0 0;
  }
  .access__title picture {
    width: 192px;
  }
  .access__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 48px;
    margin: 56px 0 0;
  }
  .access__item {
    flex: 0 0 558px;
    width: 558px;
    height: 314px;
  }
}
@media (max-width: 767px) {
  .access {
    margin: 27.47vw 0 0;
  }
  .access__inner {
    padding: 0 5.33vw;
  }
  .access__title {
    margin: 6.93vw 0 0;
  }
  .access__title picture {
    width: 34.13vw;
  }
  .access__list {
    margin: 10.67vw 0 0;
  }
  .access__item {
    height: 50.4vw;
  }
  .access__item + .access__item {
    margin: 5.33vw 0 0;
  }
}
