/* CSS Document */
/*------------------------------
break point
------------------------------*/
/*------------------------------
step
------------------------------*/
main {
  position: relative;
}

#bg {
  position: fixed;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100lvh;
}

.step_hd {
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.75;
  margin-block: var(--leading-trim);
  padding-top: 24rem;
  margin-top: -24rem;
}
@media screen and (max-width: 767px) {
  .step_hd {
    padding-top: 14.5rem;
    margin-top: -14.5rem;
    line-height: 1.5;
  }
}
.step_hd span {
  font-size: 1.8rem;
  display: block;
}
.step_hd h2 {
  font-size: 2.1rem;
  font-weight: 700;
}

.mv {
  position: relative;
  z-index: 1000;
}
.mv_wrap {
  padding-top: 16rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .mv_wrap {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.mv_wrap > p {
  line-height: 2;
  font-feature-settings: "palt";
  margin-block: var(--leading-trim);
  text-align: center;
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .mv_wrap > p {
    line-height: 1.75;
    padding-inline: 2rem;
    padding-top: 4rem;
    text-align: left;
  }
}
.mv_title {
  text-align: center;
}
.mv_title-en {
  font-size: 2.1rem;
  font-weight: 700;
  font-style: italic;
  color: var(--color-main);
  margin-bottom: -0.8rem;
}
@media screen and (max-width: 767px) {
  .mv_title-en {
    display: inline-block;
    margin-bottom: 2rem;
  }
}
.mv_title-ja {
  font-size: 8rem;
  font-weight: 700;
  color: var(--color-sub02);
  line-height: 1;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .mv_title-ja {
    font-size: 4.2rem;
  }
}
.mv_title-ja span {
  font-size: 12rem;
  color: var(--color-main);
  font-style: italic;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .mv_title-ja span {
    font-size: 6.4rem;
  }
}

.navLink {
  position: -webkit-sticky;
  position: sticky;
  top: 8rem;
  z-index: 999;
  margin-bottom: 15rem;
}
@media screen and (max-width: 767px) {
  .navLink {
    top: 6rem;
    margin-bottom: 6rem;
  }
}
.navLink ul {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .navLink ul {
    gap: 1.4rem;
  }
}
.navLink_item {
  position: relative;
  width: calc((100% - 9rem) / 4);
  border-bottom: 1px solid var(--color-sub02);
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .navLink_item {
    height: 4.5rem;
    width: calc((100% - 4.2rem) / 4);
  }
}
.navLink_item::after {
  display: block;
  content: "";
  width: 12px;
  height: 8px;
  background-color: var(--color-sub02);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 100%;
  left: calc(50% - 6px);
}
.navLink_item a {
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  color: var(--color-sub02);
  line-height: 1.6;
  display: block;
}
.navLink_item a span {
  display: block;
}
.navLink_item a p {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .navLink_item a p {
    display: none;
  }
}

.step01 {
  position: relative;
  z-index: 1;
  color: #fff;
}
.step01_bg {
  width: 100%;
  height: 100%;
  background: url("../../images/step/step_01_image.jpg") no-repeat center center/cover;
  padding-block: 8rem;
}
@media screen and (max-width: 767px) {
  .step01_bg {
    padding-block: 4rem;
  }
}
.step01_title {
  margin-top: 6rem;
  margin-bottom: 5.4rem;
}
@media screen and (max-width: 767px) {
  .step01_title {
    margin-top: 4rem;
    margin-bottom: 3rem;
  }
}
.step01_title-en {
  font-size: 3.2rem;
  font-weight: 500;
  font-style: italic;
  mix-blend-mode: overlay;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .step01_title-en {
    font-size: 2.1rem;
  }
}
.step01_title-ja {
  font-size: 4rem;
  font-feature-settings: "palt";
  font-weight: 700;
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 767px) {
  .step01_title-ja {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.step01_title-ja span {
  font-size: 6rem;
}
@media screen and (max-width: 767px) {
  .step01_title-ja span {
    font-size: 3.4rem;
  }
}
.step01_title + p {
  line-height: 2;
  margin-block: var(--leading-trim);
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .step01_title + p {
    line-height: 1.75;
  }
}

.step02 {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .step02 {
    padding-top: 4rem;
  }
}
.step02 .step_hd {
  color: var(--color-sub02);
}
.step02_title {
  color: var(--color-sub02);
  font-size: 6rem;
  font-weight: 700;
  text-align: center;
  font-feature-settings: "palt";
  line-height: 1.35;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .step02_title {
    font-size: 4rem;
    margin-top: 4rem;
  }
}
.step02_title span {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .step02_title span {
    font-size: 2.8rem;
  }
}
.step02_wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 9rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .step02_wrap {
    display: block;
    padding-top: 3rem;
    padding-bottom: 4rem;
  }
}
.step02_figure-wrap {
  position: relative;
}
.step02_figure-wrap ul {
  position: absolute;
  width: 100%;
  height: 100%;
}
.step02_figure-wrap ul li {
  position: absolute;
  z-index: 1;
  width: 9rem;
  height: 9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 50%;
  background: linear-gradient(to top, #1763a5, #55bbc0);
}
@media screen and (max-width: 767px) {
  .step02_figure-wrap ul li {
    width: 8rem;
    height: 8rem;
  }
}
.step02_figure-wrap ul li:nth-of-type(1) {
  left: 0;
  bottom: 5.4rem;
}
.step02_figure-wrap ul li:nth-of-type(2) {
  left: 5rem;
  bottom: 15.9rem;
}
@media screen and (max-width: 767px) {
  .step02_figure-wrap ul li:nth-of-type(2) {
    left: 4.5rem;
    bottom: 15.4rem;
  }
}
.step02_figure-wrap ul li:nth-of-type(3) {
  left: calc(50% - 4.5rem);
  top: 0;
}
@media screen and (max-width: 767px) {
  .step02_figure-wrap ul li:nth-of-type(3) {
    left: calc(50% - 4rem);
    top: 0;
  }
}
.step02_figure-wrap ul li:nth-of-type(4) {
  right: 5rem;
  bottom: 15.9rem;
}
@media screen and (max-width: 767px) {
  .step02_figure-wrap ul li:nth-of-type(4) {
    right: 4.5rem;
    bottom: 15.4rem;
  }
}
.step02_figure-wrap ul li:nth-of-type(5) {
  right: 0;
  bottom: 5.4rem;
}
.step02_figure-wrap ul li.fixed {
  background: var(--color-sub02);
}
.step02_figure-wrap ul li.fixed .comment {
  position: absolute;
  left: 100%;
  bottom: 100%;
  width: 18rem;
  height: 6.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: var(--color-sub02);
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .step02_figure-wrap ul li.fixed .comment {
    width: 24rem;
    height: 6rem;
    right: calc(50vw - 14rem);
    left: auto;
    top: 11rem;
  }
}
.step02_figure-wrap ul li.fixed .comment::after {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2rem;
  background-color: var(--color-sub02);
  position: absolute;
  bottom: -1.95rem;
  left: 0;
  -webkit-clip-path: polygon(35% 0, 100% 0, 0 100%);
          clip-path: polygon(35% 0, 100% 0, 0 100%);
}
@media screen and (max-width: 767px) {
  .step02_figure-wrap ul li.fixed .comment::after {
    bottom: 99.5%;
    left: auto;
    right: 0;
    -webkit-clip-path: polygon(100% 0, 65% 100%, 0 100%);
            clip-path: polygon(100% 0, 65% 100%, 0 100%);
  }
}
.step02_figure-text {
  position: absolute;
  top: 12.6rem;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .step02_figure-text {
    top: 10.6rem;
  }
}
.step02_figure-text .icon {
  width: 5.6rem;
  margin-inline: auto;
  margin-bottom: 1rem;
}
.step02_figure-text p {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--color-sub02);
  text-align: center;
  line-height: 1.5;
}
.step02_figure-text p span {
  color: #131313;
}
.step02_figure-line {
  position: relative;
  padding: 4.5rem 4.5rem 2.4rem 4.5rem;
  width: 43rem;
}
@media screen and (max-width: 767px) {
  .step02_figure-line {
    width: 100%;
    padding: 4rem 4rem 3rem 4rem;
    margin-bottom: 5rem;
  }
}
.step02_figure-caption {
  color: #686868;
  font-size: 1.4rem;
  font-feature-settings: "palt";
  text-align: center;
}
.step02_text {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .step02_text {
    width: 100%;
    margin-top: 4rem;
  }
}
.step02_text-hd {
  font-size: 1.8rem;
  color: var(--color-sub02);
  font-weight: 700;
  line-height: 1.6;
  padding-bottom: 0.8rem;
  border-bottom: #686868 1px solid;
  margin-bottom: 2rem;
}
.step02_text-hd span {
  font-size: 1.4rem;
  font-size: 500;
  color: #131313;
}
.step02_text > p {
  line-height: 2;
  font-feature-settings: "palt";
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 767px) {
  .step02_text > p {
    line-height: 1.75;
  }
}
.step02_container {
  background-color: #e0e3e7;
  padding-block: 6.5rem 6rem;
}
@media screen and (max-width: 767px) {
  .step02_container {
    padding-block: 4rem;
  }
}
.step02_container ul {
  display: grid;
  grid-template-columns: auto auto auto;
}
@media screen and (max-width: 767px) {
  .step02_container ul {
    display: block;
  }
}
.step02_item {
  padding-inline: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step02_item {
    padding-inline: 0;
  }
}
.step02_item + .step02_item {
  border-left: 1px var(--color-sub02) solid;
}
@media screen and (max-width: 767px) {
  .step02_item + .step02_item {
    border-left: none;
    margin-top: 3.5rem;
  }
}
.step02_item:nth-of-type(1) {
  padding-left: 0;
}
.step02_item:nth-of-type(3) {
  padding-right: 0;
}
.step02_item:nth-of-type(3) .step02_item-number {
  right: 0;
}
.step02_item-hd {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-sub02);
  font-weight: 600;
  color: #fff;
  padding-block: 1.6rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .step02_item-hd {
    margin-bottom: 2rem;
    padding-block: 1.2rem;
  }
}
.step02_item > p {
  line-height: 2;
  font-feature-settings: "palt";
  margin-block: var(--leading-trim);
  position: relative;
  z-index: 1;
}
.step02_item > p span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .step02_item > p {
    line-height: 1.75;
  }
}
.step02_item-number {
  position: absolute;
  z-index: 0;
  bottom: -0.15lh;
  right: 4rem;
  font-size: 9.6rem;
  font-weight: 500;
  color: #fff;
  font-style: italic;
  letter-spacing: -0.02em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .step02_item-number {
    right: 0;
  }
}

.step03 {
  position: relative;
  z-index: 1;
  padding-top: 8rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .step03 {
    padding-top: 4rem;
  }
}
.step03_bg {
  background: url("../../images/step/step_03_bg.jpg") no-repeat center 8rem/cover;
  width: 100%;
}
.step03_title {
  margin-top: 8rem;
  background-color: #fff;
  width: 65rem;
  margin-inline: auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .step03_title {
    margin-top: 4rem;
    width: 100%;
  }
}
.step03_title::after {
  content: "";
  display: block;
  width: 3rem;
  height: 2.4rem;
  background-color: #fff;
  position: absolute;
  bottom: -2.35rem;
  left: calc(50% - 1.5rem);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .step03_title::after {
    width: 2.4rem;
    height: 1.8rem;
    bottom: -1.75rem;
    left: calc(50% - 1.2rem);
  }
}
.step03_title-wrap {
  padding-block: 1.6rem 1.8rem;
  line-height: 1.55;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(45deg, #0f4273, #318f97);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .step03_title-wrap {
    padding-block: 1.2rem 1.6rem;
  }
}
.step03_title p {
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .step03_title p {
    font-size: 2.8rem;
    margin-bottom: 1rem;
  }
}
.step03_title span {
  font-weight: 600;
  font-feature-settings: "palt";
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .step03_title span {
    font-size: 1.4rem;
  }
}
.step03_wrap {
  margin-top: 10rem;
  width: 100%;
  position: relative;
  padding-bottom: 35rem;
}
@media screen and (max-width: 767px) {
  .step03_wrap {
    margin-top: 5rem;
    padding-bottom: 4rem;
    display: flex;
    flex-direction: column-reverse;
  }
}
.step03_wrap > p {
  font-size: 1.8rem;
  color: #fff;
  line-height: 2;
  margin-block: var(--leading-trim);
  width: 50%;
  font-feature-settings: "palt";
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .step03_wrap > p {
    width: 100%;
    line-height: 1.75;
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}
.step03_figure {
  position: absolute;
  right: 0;
  top: 0;
  width: 58rem;
  height: 54rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .step03_figure {
    position: relative;
    inset: 0;
    width: 100%;
    height: 40.75rem;
  }
}
.step03_figure ul {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.step03_figure ul li {
  position: absolute;
  z-index: 1;
  width: 21.2rem;
  height: 21.2rem;
  border-radius: 50%;
  font-weight: 700;
  color: var(--color-sub02);
  line-height: 1.4;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e0e3e7;
}
@media screen and (max-width: 767px) {
  .step03_figure ul li {
    width: 16rem;
    height: 16rem;
    font-size: 1.3rem;
  }
}
.step03_figure ul li:nth-of-type(1) {
  top: 0;
  left: calc(50% - 10.6rem);
}
@media screen and (max-width: 767px) {
  .step03_figure ul li:nth-of-type(1) {
    left: calc(50% - 8rem);
  }
}
.step03_figure ul li:nth-of-type(2) {
  bottom: 0;
  right: 0;
}
.step03_figure ul li:nth-of-type(3) {
  bottom: 0;
  left: 0;
}
.step03_figure-line {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
}
.step03_figure-line span {
  display: block;
  position: absolute;
  width: 45rem;
  height: 1px;
  background-color: #c5cfdc;
  transform-origin: left;
}
@media screen and (max-width: 767px) {
  .step03_figure-line span {
    width: 30rem;
  }
}
.step03_figure-line span:nth-of-type(1) {
  top: 6.7rem;
  left: 50%;
  rotate: 60deg;
}
@media screen and (max-width: 767px) {
  .step03_figure-line span:nth-of-type(1) {
    top: 5rem;
  }
}
.step03_figure-line span:nth-of-type(2) {
  bottom: 8.5rem;
  left: 6.5rem;
}
@media screen and (max-width: 767px) {
  .step03_figure-line span:nth-of-type(2) {
    bottom: 6.375rem;
    left: 4.875rem;
  }
}
.step03_figure-line span:nth-of-type(3) {
  bottom: 8.5rem;
  left: 6.5rem;
  rotate: -60deg;
}
@media screen and (max-width: 767px) {
  .step03_figure-line span:nth-of-type(3) {
    bottom: auto;
    left: auto;
    top: 5rem;
    left: 50%;
    rotate: 120deg;
  }
}
.step03_figure > p {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  translate: 0 1.8em;
}
@media screen and (max-width: 767px) {
  .step03_figure > p {
    translate: 0 1.2em;
    font-size: 2.1rem;
  }
}
.step03_figure > p span {
  font-size: 2.1rem;
}
@media screen and (max-width: 767px) {
  .step03_figure > p span {
    font-size: 1.8rem;
  }
}
.step03_achieve-hd {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-sub02);
  padding-block: 10rem;
}
@media screen and (max-width: 767px) {
  .step03_achieve-hd {
    padding-block: 6rem;
  }
}
.step03_achieve-hd::after {
  content: "";
  display: block;
  width: 2.8rem;
  height: 2rem;
  background-color: var(--color-sub02);
  position: absolute;
  bottom: -1.95rem;
  left: calc(50% - 1.4rem);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.step03_achieve-hd p {
  position: relative;
  z-index: 1;
  font-size: 2.8rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .step03_achieve-hd p {
    font-size: 2.1rem;
  }
}
.step03_achieve-hd span {
  position: absolute;
  z-index: 0;
  font-size: 9rem;
  font-weight: 500;
  font-style: italic;
  color: #114b78;
}
@media screen and (max-width: 767px) {
  .step03_achieve-hd span {
    font-size: 6rem;
  }
}

.achieve {
  background-color: #fff;
}
.achieve_inner {
  max-width: calc(900px + 24rem);
  padding-inline: 12rem;
}
@media screen and (max-width: 767px) {
  .achieve_inner {
    max-width: none;
    padding-inline: 2rem;
  }
}
.achieve_inner > p {
  line-height: 2;
  text-align: justify;
  font-feature-settings: "palt";
  margin-block: var(--leading-trim);
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .achieve_inner > p {
    line-height: 1.75;
    padding-top: 4rem;
  }
}
.achieve_hd {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--color-sub02);
  text-align: center;
  padding-top: 8rem;
  padding-bottom: 5.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .achieve_hd {
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
}
.achieve_hd span {
  position: relative;
}
.achieve_hd span::after {
  content: "";
  display: block;
  margin-block: 0.5rem 1.2rem;
  margin-inline: auto;
  width: 0.6rem;
  height: 2px;
  background-color: var(--color-sub02);
}
.achieve_title {
  font-weight: 800;
  color: var(--color-sub02);
  text-align: center;
  font-feature-settings: "palt";
}
.achieve_title p {
  font-size: 3.8rem;
  line-height: 1.6;
  margin-top: var(--leading-trim);
}
@media screen and (max-width: 767px) {
  .achieve_title p {
    font-size: 2.4rem;
  }
}
.achieve_title span {
  font-size: 3.1rem;
  line-height: 1.7;
  margin-bottom: var(--leading-trim);
}
@media screen and (max-width: 767px) {
  .achieve_title span {
    font-size: 1.8rem;
  }
}
.achieve_overview {
  border-bottom: 1px #b4c3c6 solid;
  margin-block: 8rem;
}
@media screen and (max-width: 767px) {
  .achieve_overview {
    margin-block: 3rem;
  }
}
.achieve_overview-hd {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  font-style: italic;
  color: var(--color-sub02);
  flex-shrink: 0;
  line-height: 1;
}
.achieve_overview-hd::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #b4c3c6;
  display: block;
  flex-shrink: 1;
  margin-left: 1.8rem;
}
.achieve_overview p {
  line-height: 2;
  text-align: justify;
  font-feature-settings: "palt";
  margin-block: var(--leading-trim);
  padding-block: 4rem;
}
@media screen and (max-width: 767px) {
  .achieve_overview p {
    padding-block: 2rem;
    line-height: 1.75;
  }
}
.achieve_container {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .achieve_container {
    width: 100%;
    margin-inline: auto;
  }
}
.achieve_container ul {
  max-height: 50rem;
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .achieve_container ul {
    max-height: none;
  }
}
.achieve_pre, .achieve_next {
  position: absolute;
  text-decoration: none;
  width: 2.6rem;
  height: 9rem;
  top: 50%;
  translate: 0 -50%;
}
.achieve_pre::before, .achieve_pre::after, .achieve_next::before, .achieve_next::after {
  content: "";
  display: block;
  width: 5rem;
  height: 1px;
  background-color: #6a6a6a;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .achieve_pre::before, .achieve_pre::after, .achieve_next::before, .achieve_next::after {
    width: 3rem;
  }
}
.achieve_pre {
  right: calc(100% + 3rem);
}
@media screen and (max-width: 767px) {
  .achieve_pre {
    right: calc(100% - 3.5rem);
  }
}
.achieve_pre::before {
  transform-origin: left;
  rotate: -60deg;
  left: 0;
}
.achieve_pre::after {
  transform-origin: left;
  rotate: 60deg;
  left: 0;
}
.achieve_next {
  left: calc(100% + 3rem);
}
@media screen and (max-width: 767px) {
  .achieve_next {
    left: calc(100% - 3.5rem);
  }
}
.achieve_next::before {
  transform-origin: right;
  rotate: -60deg;
  right: 0;
}
.achieve_next::after {
  transform-origin: right;
  rotate: 60deg;
  right: 0;
}
.achieve_slide {
  flex-shrink: 0;
  width: 100%;
  box-shadow: inset 0 0 3px rgba(89, 89, 89, 0.4);
  background-color: #fff;
  transition: all 0.3s ease;
  overflow: hidden;
}
.achieve_slide-hd {
  width: 100%;
  height: 8rem;
  background-color: var(--color-sub02);
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.55;
  font-feature-settings: "palt";
  text-align: center;
}
@media screen and (max-width: 767px) {
  .achieve_slide-hd {
    height: auto;
    padding-block: 1rem;
  }
}
.achieve_slide-hd span {
  font-size: 1.4rem;
}
.achieve_slide-wrap {
  height: 42rem;
}
@media screen and (max-width: 767px) {
  .achieve_slide-wrap {
    height: auto;
  }
}
.achieve_btnBox {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .achieve_btnBox {
    display: block;
  }
}
.achieve_btnBox a {
  width: calc((100% - 6rem) / 3);
  display: flex;
  align-items: center;
  height: 6rem;
  text-decoration: none;
  box-shadow: inset 0 0 3px rgba(89, 89, 89, 0.4);
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .achieve_btnBox a {
    width: 100%;
    margin-inline: auto;
  }
  .achieve_btnBox a + a {
    margin-top: 1.6rem;
  }
}
.achieve_btnBox a::after {
  content: ">";
  position: absolute;
  right: 1.6rem;
  font-size: 2.4rem;
  scale: 0.5 1;
  transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .achieve_btnBox a:hover::after {
    right: 1rem;
  }
}
.achieve_btnBox a span {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-sub02);
  height: 6rem;
  width: 6rem;
  font-weight: 700;
  color: #fff;
}
.achieve_btnBox a p {
  padding-left: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  padding-top: 0.2lh;
}

.slide01_column {
  width: calc(50% - 12.8rem);
  height: 30rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .slide01_column {
    width: 100%;
    height: auto;
  }
}
.slide01_column > p {
  font-size: 1.3rem;
  font-weight: 600;
  color: #414141;
  line-height: 1.5;
  font-feature-settings: "palt";
}
.slide01_hd {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  background-color: var(--color-sub02);
  width: 16rem;
  line-height: 1;
  padding-block: 1rem 0.6rem;
}
@media screen and (max-width: 767px) {
  .slide01_hd {
    padding-block: 1rem 0.8rem;
    margin-bottom: 2rem;
  }
}
.slide01_image.japan {
  padding-top: 0.8rem;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .slide01_image.japan {
    margin-bottom: 1rem;
    padding-top: 0;
  }
}
.slide01_image.world {
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .slide01_image.world {
    margin-bottom: 1rem;
  }
}
.slide01 .achieve_slide-wrap {
  padding-block: 6rem 6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .slide01 .achieve_slide-wrap {
    display: block;
    padding-block: 2rem;
    padding-inline: 3rem;
  }
}
.slide01 .achieve_slide-wrap > p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  background-color: #a90000;
  width: 18rem;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .slide01 .achieve_slide-wrap > p {
    margin-inline: auto;
    background-color: transparent;
    color: #a90000;
    height: auto;
    padding-block: 2.4rem;
    margin-block: 2rem;
  }
}
.slide01 .achieve_slide-wrap > p::before, .slide01 .achieve_slide-wrap > p::after {
  content: "";
  background-color: #a90000;
  display: block;
  width: 3.8rem;
  height: 7.8rem;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .slide01 .achieve_slide-wrap > p::before, .slide01 .achieve_slide-wrap > p::after {
    width: 3rem;
    height: 1.6rem;
  }
}
.slide01 .achieve_slide-wrap > p::before {
  right: 99.5%;
  top: calc(50% - 3.9rem);
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 50%);
          clip-path: polygon(100% 0, 100% 100%, 0 50%);
}
@media screen and (max-width: 767px) {
  .slide01 .achieve_slide-wrap > p::before {
    top: 0;
    left: calc(50% - 1.5rem);
    -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
            clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }
}
.slide01 .achieve_slide-wrap > p::after {
  left: 99.5%;
  top: calc(50% - 3.9rem);
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (max-width: 767px) {
  .slide01 .achieve_slide-wrap > p::after {
    bottom: 0;
    top: auto;
    left: calc(50% - 1.5rem);
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}

.slide02_row {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .slide02_row {
    display: block;
  }
}
.slide02_image-wrap {
  position: relative;
}
.slide02_image-map {
  width: 36.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .slide02_image-map {
    width: 100%;
  }
}
.slide02_image-earth {
  width: 25.2rem;
  height: 25.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .slide02_image-earth {
    width: 80%;
    margin-inline: auto;
    margin-top: -3rem;
  }
}
.slide02_image-earth p {
  position: absolute;
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  padding-bottom: 2rem;
}
.slide02_image-earth p span {
  color: #fffc00;
}
.slide02_image-desk {
  position: absolute;
  width: 25.3rem;
  bottom: 2rem;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .slide02_image-desk {
    position: relative;
    width: 18rem;
    margin-inline: auto;
    margin-top: -8rem;
    inset: 0;
  }
}
.slide02 .achieve_slide-wrap {
  padding: 3rem;
}
@media screen and (max-width: 767px) {
  .slide02 .achieve_slide-wrap {
    padding: 2rem 5rem;
  }
}
.slide02 .achieve_slide-wrap > p {
  font-size: 1.4rem;
  line-height: 2;
  text-align: justify;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .slide02 .achieve_slide-wrap > p {
    line-height: 1.75;
    margin-top: 3rem;
  }
}
.slide02 .achieve_slide-wrap > p strong {
  color: #a90000;
}

.slide03 .achieve_slide-wrap, .slide06 .achieve_slide-wrap {
  padding: 3rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .slide03 .achieve_slide-wrap, .slide06 .achieve_slide-wrap {
    padding: 3rem 5rem;
  }
}
.slide03 .achieve_slide-wrap > p, .slide06 .achieve_slide-wrap > p {
  font-size: 1.4rem;
  line-height: 2;
  text-align: justify;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .slide03 .achieve_slide-wrap > p, .slide06 .achieve_slide-wrap > p {
    line-height: 1.75;
  }
}

.slide04_row {
  display: flex;
  gap: 4.5rem;
  width: 100%;
  padding-bottom: 6.8rem;
}
@media screen and (max-width: 767px) {
  .slide04_row {
    display: block;
    padding-bottom: 3rem;
  }
}
.slide04_row ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 23.1rem;
  width: 48rem;
}
@media screen and (max-width: 767px) {
  .slide04_row ul {
    width: 100%;
    height: auto;
    margin-top: 3rem;
  }
}
.slide04_row ul li {
  border: 1px var(--color-sub02) solid;
  width: 100%;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .slide04_row ul li {
    height: auto;
    padding: 1rem;
    line-height: 1.4;
    text-align: center;
  }
  .slide04_row ul li + li {
    margin-top: 1.6rem;
  }
}
.slide04_row ul li p {
  font-size: 1.4rem;
  font-weight: 500;
  padding-top: 0.08lh;
}
@media screen and (max-width: 767px) {
  .slide04_row ul li p {
    font-size: 1.4rem;
  }
}
.slide04_row ul li:last-of-type {
  background-color: var(--color-sub02);
}
.slide04_row ul li:last-of-type p {
  color: #fff;
}
.slide04_image {
  width: 31.5rem;
  height: 23.1rem;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .slide04_image {
    width: 100%;
  }
}
.slide04_image img {
  width: 25.9rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.slide04_image p {
  display: inline-block;
  background-color: var(--color-sub02);
  padding: 0.9rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
}
.slide04 .achieve_slide-wrap {
  padding: 4rem 3rem;
}
@media screen and (max-width: 767px) {
  .slide04 .achieve_slide-wrap {
    padding: 2rem 5rem;
  }
}
.slide04 .achieve_slide-wrap > p {
  font-size: 1.4rem;
  line-height: 2;
  text-align: justify;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .slide04 .achieve_slide-wrap > p {
    line-height: 1.75;
  }
}
.slide04 .achieve_slide-wrap > p strong {
  color: #a90000;
}

.slide05_row01 {
  display: flex;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  padding-bottom: 4.6rem;
}
@media screen and (max-width: 767px) {
  .slide05_row01 {
    display: block;
    padding-bottom: 2rem;
  }
}
.slide05_row01 p {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-sub02);
  width: 26rem;
  height: 5rem;
  position: relative;
  flex-shrink: 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
.slide05_row01 p::after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 1.2rem;
  background-color: var(--color-sub02);
  position: absolute;
  bottom: -1.15rem;
  left: calc(50% - 0.7rem);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .slide05_row01 p::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .slide05_row01 p {
    width: 100%;
  }
  .slide05_row01 p + p {
    margin-top: 0.6rem;
  }
  .slide05_row01 p:last-of-type::after {
    display: block;
  }
}
.slide05_row02 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .slide05_row02 {
    display: block;
    padding-bottom: 2rem;
  }
}
.slide05_row02 p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.2rem;
  height: 14.2rem;
  border-radius: 50%;
  background-color: #a90000;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  margin-left: 4rem;
}
@media screen and (max-width: 767px) {
  .slide05_row02 p {
    border-radius: 3rem;
    height: 6rem;
    width: 100%;
    margin-inline: 0;
    padding-block: 1rem;
  }
  .slide05_row02 p + p {
    margin-top: 1rem;
  }
}
.slide05_row02 p:first-of-type {
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  .slide05_row02 p:first-of-type {
    margin-top: 3rem;
    margin-left: 0;
  }
}
.slide05_image {
  width: 24.7rem;
}
@media screen and (max-width: 767px) {
  .slide05_image {
    width: 100%;
  }
}
.slide05 .achieve_slide-wrap {
  padding: 3rem 6rem;
}
@media screen and (max-width: 767px) {
  .slide05 .achieve_slide-wrap {
    padding: 2rem 5rem;
  }
}
.slide05 .achieve_slide-wrap > p {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  font-feature-settings: "palt";
  color: #a90000;
}
@media screen and (max-width: 767px) {
  .slide05 .achieve_slide-wrap > p {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.achieve01, .achieve02 {
  padding-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .achieve01, .achieve02 {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
.achieve01.view01 .achieve_slide, .achieve02.view01 .achieve_slide {
  translate: 0 0;
}
.achieve01.view01 .achieve_pre, .achieve02.view01 .achieve_pre {
  display: none;
}
.achieve01.view02 .achieve_slide, .achieve02.view02 .achieve_slide {
  translate: -100% 0;
}
.achieve01.view02 .achieve_pre, .achieve01.view02 .achieve_next, .achieve02.view02 .achieve_pre, .achieve02.view02 .achieve_next {
  display: block;
}
.achieve01.view03 .achieve_slide, .achieve02.view03 .achieve_slide {
  translate: -200% 0;
}
.achieve01.view03 .achieve_next, .achieve02.view03 .achieve_next {
  display: none;
}

.achieve02 {
  border-top: 1px #b4c3c6 solid;
  background-color: #f3f4f6;
}

.step04 {
  position: relative;
  z-index: 1;
  color: #fff;
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 51.4rem;
}
@media screen and (max-width: 767px) {
  .step04 {
    padding-top: 4rem;
    padding-bottom: 64rem;
  }
}
.step04_bg {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
}
.step04_bg img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.step04 .inner {
  position: relative;
  z-index: 1;
}
.step04 .inner > p {
  font-size: 1.8rem;
  line-height: 2;
  font-feature-settings: "palt";
  margin-block: var(--leading-trim);
}
@media screen and (max-width: 767px) {
  .step04 .inner > p {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 3rem;
  }
}
.step04 .inner > p strong {
  font-weight: 600;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .step04 .inner > p strong {
    font-size: 2.1rem;
  }
}
.step04_title {
  font-size: 6rem;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: 1.35;
  margin-block: 6rem 8rem;
}
@media screen and (max-width: 767px) {
  .step04_title {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-block: 4rem 3rem;
  }
}
.step04_wrap {
  width: 100%;
  height: 48.6rem;
  bottom: 10rem;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .step04_wrap {
    translate: 0;
    bottom: 0;
    left: 0;
    height: 64rem;
  }
}
.step04_wrap.inner {
  position: absolute;
  z-index: 2;
}
.step04_wrap.image {
  z-index: 1;
  mix-blend-mode: soft-light;
}
.step04_wrap p {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
}
.step04_wrap p:nth-of-type(1) {
  width: 28rem;
  height: 28rem;
  right: 27.4rem;
  top: 16rem;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 700;
  border: 1px solid #fff;
  -webkit-clip-path: polygon(2% 0, 67% 0, 100% 55.5%, 100% 100%, 21% 100%);
          clip-path: polygon(2% 0, 67% 0, 100% 55.5%, 100% 100%, 21% 100%);
}
@media screen and (max-width: 767px) {
  .step04_wrap p:nth-of-type(1) {
    width: 20rem;
    height: 20rem;
    inset: auto;
    left: 2rem;
    top: 20rem;
    -webkit-clip-path: polygon(0 0, 60% 0, 100% 36%, 100% 63%, 60% 100%, 0 100%);
            clip-path: polygon(0 0, 60% 0, 100% 36%, 100% 63%, 60% 100%, 0 100%);
  }
}
.step04_wrap p:nth-of-type(1) span {
  font-size: 2.1rem;
}
.step04_wrap p:nth-of-type(2) {
  width: 34rem;
  height: 34rem;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .step04_wrap p:nth-of-type(2) {
    width: 28rem;
    height: 28rem;
  }
}
.step04_wrap p:nth-of-type(3) {
  width: 34rem;
  height: 34rem;
  right: 48.8rem;
  top: 18rem;
}
@media screen and (max-width: 767px) {
  .step04_wrap p:nth-of-type(3) {
    inset: auto;
    right: 2rem;
    top: 32rem;
    width: 28rem;
    height: 28rem;
  }
}
.step04_wrap p img {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.8;
}

.footer {
  position: relative;
  z-index: 1;
}
/*# sourceMappingURL=step.css.map */