#HeaderArea2 > .Container {
  justify-content: flex-start;
}

#SiteID {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #HeaderArea2 > .Container #SiteID {
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h2 {
  background: none;
}

@media screen and (max-width: 767px) {
  .JS h2 {
    margin: 0;
  }
}

.TextStyle1.-mid {
  font-weight: 500;
}

.TextStyle1 .-st {
  font-weight: 700;
}

:root {
  --c-rd1: #7d0008;
  --c-co: #c00;
  --c-wt1: #f2f2f2;
  --c-gr0: #C2C2C2;
  --c-gr2: #d9d9d9;
  --c-gr3: #b3b3b3;
  --c-gr4: #737373;
  --c-bk: #0C0C0C;
  --h-header-sp: 0px;
  --h-header-total-sp: 0px;
}

[class*=" page-"],
[class^=page-] {
  box-sizing: border-box;
}
[class*=" page-"] *,
[class^=page-] * {
  box-sizing: border-box;
}

.ff-noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

html, body {
  scroll-padding-top: 50px;
}
@media screen and (max-width: 767px) {
  html, body {
    scroll-padding-top: 0;
  }
}

html:has(.page-body.is-stop) {
  height: 100dvh;
  overflow: hidden;
  overscroll-behavior: none;
}

.page-c-light {
  color: var(--c-gr4);
}
.page-c-wt {
  color: #fff;
}
.page-bg {
  width: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-bg-gry {
  background-color: var(--c-wt1);
}
.page-bg-wt {
  background-color: #fff;
}
.page-bg-opc {
  background: rgba(204, 0, 0, 0.6);
}
.page-bg-opc .page-heading {
  color: #fff;
}
.page-bg-opc .page-heading-ja {
  color: #fff;
}
.page-bg-opc .page-heading-ja::before {
  background-color: var(--c-gr3);
}
.page-bg-opc .page-heading-ja-m {
  color: #fff;
}
.page-bg-opc .page-heading-ja-m::before {
  background-color: var(--c-gr3);
}
.page-dot-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  z-index: 1;
}
.page-dot-bg::before, .page-dot-bg::after {
  content: "";
  width: min(53.33vw, 500px);
  height: min(57.87vw, 553px);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
}
.page-dot-bg::before {
  background-image: url(../images/bg-img-right.png);
  background-position: top right;
  top: 0;
  right: 0;
}
.page-dot-bg::after {
  background-image: url(../images/bg-img-left.png);
  background-position: bottom left;
  bottom: 0;
  left: 0;
}
.page-dot-bg + div {
  position: relative;
  z-index: 2;
}
.page-name {
  font-size: 75%;
  font-weight: 400;
  color: #000;
  display: block;
  -webkit-margin-start: 1.25em;
          margin-inline-start: 1.25em;
  -webkit-padding-start: 1.25em;
          padding-inline-start: 1.25em;
  border-left: 1px solid var(--c-gr0);
}
@media screen and (max-width: 767px) {
  .page-name {
    padding-inline: 0;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    border-left: none;
    -webkit-padding-after: 1em;
            padding-block-end: 1em;
  }
}
.page-name:link {
  color: #000;
  text-decoration: none;
}
.page-name:visited {
  color: #000;
  text-decoration: none;
}
.page-name:focus-visible {
  color: #000;
  opacity: 0.7;
}
@media (any-hover: hover) {
  .page-name:hover {
    color: #000;
    opacity: 0.7;
  }
}
.page-nav {
  font-size: 87.5%;
  font-weight: 500;
  background-color: var(--c-gr4);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 900;
}
@media screen and (max-width: 767px) {
  .page-nav {
    font-size: min(4.27vw, 100%);
    width: min(100%, 375px);
    overflow: auto;
    padding-inline: 20px;
    -webkit-padding-before: 67px;
            padding-block-start: 67px;
    -webkit-padding-after: 20vh;
            padding-block-end: 20vh;
    background-color: var(--c-gr2);
    position: fixed;
    right: 0;
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
    transition: -webkit-clip-path 0.3s;
    transition: clip-path 0.3s;
    transition: clip-path 0.3s, -webkit-clip-path 0.3s;
  }
  .page-nav.is-open {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
    height: calc(100vh - var(--h-header-total-sp));
    height: calc(100dvh - var(--h-header-total-sp));
  }
}
@media screen and (max-width: 579px) {
  .page-nav {
    width: 100%;
  }
}
.page-nav li > a {
  color: #fff;
  line-height: 1;
  transition: opacity 0.3s;
  display: grid;
  grid-template-columns: 1em -webkit-max-content;
  grid-template-columns: 1em max-content;
  align-items: center;
  gap: 0.3571428571em;
}
.page-nav li > a::before {
  content: "";
  aspect-ratio: 1/1;
  display: block;
  background-image: url(../images/ico-arrow-round-red-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page-nav li > a:link {
  color: #fff;
  text-decoration: none;
}
.page-nav li > a:visited {
  color: #fff;
  text-decoration: none;
}
.page-nav li > a:focus-visible {
  opacity: 0.7;
}
@media (any-hover: hover) {
  .page-nav li > a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .page-nav li > a {
    grid-template-columns: 1fr 1em;
    padding-block: 1em;
    color: var(--c-bk);
  }
  .page-nav li > a::before {
    rotate: -90deg;
    order: 2;
  }
  .page-nav li > a:link {
    color: var(--c-bk);
  }
  .page-nav li > a:visited {
    color: var(--c-bk);
  }
}
.page-nav ul {
  min-height: 50px;
  padding-block: 0.5em;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 994px) {
  .page-nav ul {
    justify-content: flex-start;
    gap: 1em;
  }
}
@media screen and (max-width: 767px) {
  .page-nav ul {
    display: block;
  }
  .page-nav ul li {
    border-top: 1px solid #fff;
  }
  .page-nav ul li:last-of-type {
    border-bottom: 1px #fff;
  }
}
.page-nav .-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-nav .-sp {
    display: inherit;
  }
}
@media screen and (max-width: 767px) {
  .page-nav .-pc {
    display: none;
  }
}
.page-menu-btn {
  border: none;
  outline: none;
  background-color: var(--c-bk);
  width: 70px;
  height: 41px;
  color: #fff;
  font-size: 56.25%;
  padding-block: 0;
  padding-inline: 14px;
  margin-inline: auto 0;
  display: grid;
  place-items: center;
}
.page-menu-btn-txt {
  display: block;
  line-height: 1;
  text-align: center;
  -webkit-margin-before: 0.4em;
          margin-block-start: 0.4em;
}
.page-menu-btn-bars {
  width: 41px;
  height: 12px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, 1fr);
}
.page-menu-btn-bars span {
  display: block;
  height: 1px;
  background-color: #fff;
  transition: rotate 0.2s;
}
.page-menu-btn-wrap {
  display: none;
  width: 100%;
  position: relative;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .page-menu-btn-wrap {
    display: block;
  }
  .page-menu-btn-wrap.is-fixed {
    position: fixed;
    left: 0;
    top: var(--h-header-sp);
  }
  .page-menu-btn-wrap.is-static {
    position: relative;
  }
  .page-menu-btn-wrap.is-open .page-menu-btn-bars {
    grid-template-rows: 1fr;
  }
  .page-menu-btn-wrap.is-open .page-menu-btn-bars span {
    grid-area: 1/1/2/2;
  }
  .page-menu-btn-wrap.is-open .page-menu-btn-bars span:first-of-type {
    rotate: -10deg;
  }
  .page-menu-btn-wrap.is-open .page-menu-btn-bars span:last-of-type {
    rotate: 10deg;
  }
}
.page-menu-bnrs {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-menu-bnrs {
    display: block;
    -webkit-margin-before: 32px;
            margin-block-start: 32px;
  }
  .page-menu-bnrs .-type2 {
    -webkit-margin-before: 12px;
            margin-block-start: 12px;
  }
  .page-menu-bnrs .page-btn-common {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
    margin-inline: auto;
  }
}
.page-btn-common {
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  height: 3.5555555556em;
  border-radius: 1.7777777778em;
  display: grid;
  place-content: center;
  place-items: center;
  padding-inline: 2.5em 1.8888888889em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--c-co);
  transition: background-color 0.3s;
}
.page-btn-common.-type18 {
  font-size: 112.5%;
  padding-inline: 2.2222222222em 1.6666666667em;
}
.page-btn-common:link {
  color: #fff;
  text-decoration: none;
}
.page-btn-common:visited {
  color: #fff;
  text-decoration: none;
}
.page-btn-common:active {
  color: #fff;
}
.page-btn-common:hover {
  color: #fff;
}
.page-btn-common:focus-visible {
  background-color: var(--c-rd1);
}
@media (any-hover: hover) {
  .page-btn-common:hover {
    background-color: var(--c-rd1);
  }
}
.page-btn-common .-inner {
  display: grid;
  grid-template-columns: -webkit-max-content 0.9em;
  grid-template-columns: max-content 0.9em;
  gap: 0.6666666667em;
  align-items: center;
}
.page-btn-common .-inner::after {
  content: "";
  width: 0.9em;
  aspect-ratio: 1/1;
  background-image: url(../images/ico-blank-wt.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page-pagetop {
  width: 60px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--c-co);
  position: fixed;
  right: 80px;
  bottom: 60px;
  z-index: 800;
  display: grid;
  place-items: center;
  place-content: center;
  transition: background 0.3s;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .page-pagetop {
    right: 4vw;
  }
}
.page-pagetop:focus-visible {
  background: rgba(204, 0, 0, 0.6);
}
@media (any-hover: hover) {
  .page-pagetop:hover {
    background: rgba(204, 0, 0, 0.6);
  }
}
.page-pagetop img {
  display: block;
}
.page-bnrs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 994px) {
  .page-bnrs {
    grid-template-columns: 1fr;
    width: min(100%, 618px);
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-bnrs {
    gap: 10px;
  }
}
.page-bnr {
  display: block;
  color: #fff;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.page-bnr::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  transition: scale 0.3s;
  z-index: 1;
}
.page-bnr:link {
  color: #fff;
  text-decoration: none;
}
.page-bnr:visited {
  color: #fff;
  text-decoration: none;
}
.page-bnr:hover {
  color: #fff;
}
.page-bnr:active {
  color: #fff;
}
.page-bnr:focus-visible::before {
  scale: 1.17;
}
.page-bnr:focus-visible .-span3 {
  background-color: var(--c-rd1);
}
@media (any-hover: hover) {
  .page-bnr:hover::before {
    scale: 1.17;
  }
  .page-bnr:hover .-span3 {
    background-color: var(--c-rd1);
  }
}
.page-bnr .-inner {
  height: 100%;
  padding-inline: 32px 40px;
  display: grid;
  grid-template-columns: 1fr 69px;
  grid-template-rows: -webkit-max-content auto;
  grid-template-rows: max-content auto;
  place-content: center;
  grid-template-areas: "s1 btn" "s2 btn";
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 579px) {
  .page-bnr .-inner {
    grid-template-columns: 1fr min(10.67vw, 40px);
  }
}
.page-bnr .-span1 {
  display: block;
  font-weight: 400;
  grid-area: s1;
  line-height: 1;
  margin-block: 0.5em;
}
@media screen and (max-width: 767px) {
  .page-bnr .-span1 {
    font-size: 0.7777777778em;
  }
}
.page-bnr .-span2 {
  display: block;
  font-weight: 700;
  width: calc(100% - 75px);
  line-height: 1.4;
  grid-area: s2;
}
@media screen and (max-width: 579px) {
  .page-bnr .-span2 {
    width: auto;
  }
}
.page-bnr .-span2 .-ib {
  display: inline-block;
}
.page-bnr .-span2-m {
  display: block;
  font-weight: 700;
  width: calc(100% - 75px);
  line-height: 1.4;
  grid-area: s2;
}
@media screen and (max-width: 579px) {
  .page-bnr .-span2-m {
    width: auto;
    -webkit-padding-end: 1em;
            padding-inline-end: 1em;
  }
}
.page-bnr .-span2-m .-ib {
  display: inline-block;
}
.page-bnr .-span3 {
  display: grid;
  place-content: center;
  place-items: center;
  background-color: var(--c-co);
  width: 69px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  grid-area: btn;
  align-self: center;
  transition: background-color 0.3s;
}
@media screen and (max-width: 579px) {
  .page-bnr .-span3 {
    width: min(10.67vw, 40px);
  }
}
.page-bnr .-span3 img {
  display: block;
  height: auto;
}
.page-bnr-entry {
  font-size: 187.5%;
  height: 182px;
}
.page-bnr-entry.-type1::before {
  background-image: url(../images/bg-bnr-entry-1.jpg);
}
.page-bnr-entry.-type2::before {
  background-image: url(../images/bg-bnr-entry-2.jpg);
}
@media screen and (max-width: 767px) {
  .page-bnr-entry {
    font-size: min(4.8vw, 112.5%);
    height: min(32vw, 120px);
  }
  .page-bnr-entry.-type1::before {
    background-image: url(../images/bg-bnr-entry-1-sp.jpg);
  }
  .page-bnr-entry.-type2::before {
    background-image: url(../images/bg-bnr-entry-2-sp.jpg);
  }
}
@media screen and (max-width: 579px) {
  .page-bnr-entry {
    aspect-ratio: 67 / 24;
    height: auto;
  }
}
.page-bnr-entry .-inner {
  background: linear-gradient(to right, #be0101 35%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 767px) {
  .page-bnr-entry .-inner {
    padding-inline: min(5.6vw, 21px);
    background: linear-gradient(to right, #be0101 30%, rgba(204, 55, 55, 0.79) 61%, rgba(222, 125, 125, 0.51), rgba(255, 255, 255, 0) 100%);
  }
}
.page-bnr-entry .-span1 {
  font-size: 0.5333333333em;
}
@media screen and (max-width: 767px) {
  .page-bnr-entry .-span1 {
    font-size: 0.7777777778em;
  }
}
.page-bnr-entry .-span3 img {
  width: 14px;
}
@media screen and (max-width: 579px) {
  .page-bnr-entry .-span3 img {
    width: min(3.2vw, 12px);
  }
}
.page-bnr-interview {
  font-size: 175%;
  height: 130px;
}
.page-bnr-interview::before {
  transform-origin: 80% 50%;
}
.page-bnr-interview.-type1::before {
  background-image: url(../images/bg-bnr-interview-1.jpg);
}
.page-bnr-interview.-type2::before {
  background-image: url(../images/bg-bnr-interview-2.jpg);
}
.page-bnr-interview.-type3::before {
  background-image: url(../images/bg-bnr-interview-3.jpg);
}
.page-bnr-interview.-type4::before {
  background-image: url(../images/bg-bnr-interview-4.jpg);
}
@media screen and (max-width: 767px) {
  .page-bnr-interview {
    font-size: min(4.8vw, 175%);
    height: min(32vw, 130px);
  }
  .page-bnr-interview.-type1::before {
    background-image: url(../images/bg-bnr-interview-1-sp.jpg);
  }
  .page-bnr-interview.-type2::before {
    background-image: url(../images/bg-bnr-interview-2-sp.jpg);
  }
  .page-bnr-interview.-type3::before {
    background-image: url(../images/bg-bnr-interview-3-sp.jpg);
  }
  .page-bnr-interview.-type4::before {
    background-image: url(../images/bg-bnr-interview-4-sp.jpg);
  }
}
@media screen and (max-width: 579px) {
  .page-bnr-interview {
    height: auto;
    aspect-ratio: 67 / 24;
  }
}
.page-bnr-interview .-inner {
  background: linear-gradient(to right, #be0101 35%, rgba(255, 255, 255, 0) 60%);
}
@media screen and (max-width: 579px) {
  .page-bnr-interview .-inner {
    background: linear-gradient(to right, #be0101 50%, rgba(190, 1, 1, 0) 68%);
    padding-inline: min(5.33vw, 20px);
  }
}
.page-bnr-interview .-span1 {
  font-size: 0.5714285714em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-bnr-interview .-span1 {
    font-size: 0.7777777778em;
  }
}
@media screen and (max-width: 579px) {
  .page-bnr-interview .-span2 {
    -webkit-padding-end: 4em;
            padding-inline-end: 4em;
  }
}
.page-bnr-interview .-span2-m {
  font-size: 0.9333333333em;
}
@media screen and (max-width: 767px) {
  .page-bnr-interview .-span2-m {
    font-size: 0.8888888889em;
  }
}
.page-bnr-interview .-span3 img {
  width: 12px;
}
@media screen and (max-width: 579px) {
  .page-bnr-interview .-span3 img {
    width: min(2.4vw, 9px);
  }
}
.page-bnr-career {
  border: 1px solid var(--c-gr3);
  background-color: #fff;
  border-radius: 3px;
  padding-block: 30px;
  padding-inline: 45px;
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  grid-template-rows: -webkit-max-content auto;
  grid-template-rows: max-content auto;
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
}
@media screen and (max-width: 994px) {
  .page-bnr-career {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .page-bnr-career {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
    padding-block: 24px 42px;
    padding-inline: 20px;
  }
}
.page-bnr-career h3 {
  font-size: 125%;
  font-weight: 700;
  color: #000;
  -webkit-margin-after: 0.4em;
          margin-block-end: 0.4em;
  grid-column: span 2;
}
@media screen and (max-width: 994px) {
  .page-bnr-career h3 {
    grid-column: span 1;
  }
}
@media screen and (max-width: 767px) {
  .page-bnr-career h3 {
    text-align: center;
  }
}
.page-bnr-career .-txts p {
  font-size: 87.5%;
  color: #000;
  font-weight: 400;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-end: 1em;
          margin-inline-end: 1em;
}
@media screen and (max-width: 994px) {
  .page-bnr-career .-txts p {
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}
.page-bnr-career .-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px 20px;
}
@media screen and (max-width: 767px) {
  .page-bnr-career .-box {
    flex-direction: column;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    -webkit-margin-before: 26px;
            margin-block-start: 26px;
  }
}
.page-bnr-career .-box h4 {
  width: 162px;
  height: 42px;
  font-size: 87.5%;
  font-weight: 500;
  color: #fff;
  background-color: var(--c-gr3);
  border-radius: 3px;
  display: grid;
  place-content: center;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .page-bnr-career .-box h4 {
    width: 184px;
    height: 28px;
    font-size: 81.25%;
  }
}
.page-bnr-career .-box ul li {
  list-style: disc inside;
  font-size: 87.5%;
  font-weight: 600;
  color: #000;
}
.page-bnr-career .-box ul li::marker {
  color: var(--c-co);
}
@media screen and (max-width: 579px) {
  .page-bnr-career .-box ul li {
    font-size: 81.25%;
  }
}
@media screen and (max-width: 994px) {
  .page-bnr-career .page-btn-common {
    -webkit-margin-before: 25px;
            margin-block-start: 25px;
    margin-inline: auto;
  }
}
.page-fv {
  aspect-ratio: 719 / 344;
  background-image: url(../images/img-fv.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .page-fv {
    background-image: none;
    height: calc(142.67vw + 41px);
    -webkit-margin-before: -41px;
            margin-block-start: -41px;
    aspect-ratio: unset;
    position: relative;
  }
  .page-fv::after {
    content: "";
    width: 100%;
    height: 68.8vw;
    display: block;
    background-image: url(../images/img-fv-sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.page-fv-cont {
  width: 65.07vw;
  aspect-ratio: 937 / 438;
  background-color: var(--c-co);
  color: #fff;
  padding-block: 3.61vw;
  -webkit-padding-start: 5.56vw;
          padding-inline-start: 5.56vw;
}
@media screen and (max-width: 767px) {
  .page-fv-cont {
    width: 100%;
    height: calc(73.87vw + 41px);
    aspect-ratio: unset;
    -webkit-padding-before: calc(10.67vw + 41px);
            padding-block-start: calc(10.67vw + 41px);
    -webkit-padding-after: 0;
            padding-block-end: 0;
    -webkit-padding-start: 5.33vw;
            padding-inline-start: 5.33vw;
  }
}
.page-fv-txt1 {
  font-size: 6.94vw;
  -webkit-margin-after: 0.36em;
          margin-block-end: 0.36em;
}
@media screen and (max-width: 767px) {
  .page-fv-txt1 {
    font-size: 12.53vw;
  }
}
.page-fv-txt2 {
  font-size: max(100%, 1.25vw);
  font-weight: 400;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .page-fv-txt2 {
    font-size: max(75%, 3.2vw);
  }
}
.page-fv-span {
  display: block;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.page-fv-span.-span1 {
  font-size: 0.5em;
  font-weight: 300;
}
.page-fv-span.-span2 {
  font-weight: 100;
  -webkit-margin-before: 0.1em;
          margin-block-start: 0.1em;
  letter-spacing: -0.09em;
}
.page-fv-span.-span2 .-wq {
  font-size: 0.7em;
  vertical-align: 0.2em;
}
.page-fv-span.-span3 {
  font-weight: 100;
  -webkit-margin-before: 0.1em;
          margin-block-start: 0.1em;
  -webkit-margin-start: -0.25em;
          margin-inline-start: -0.25em;
  letter-spacing: -0.09em;
}
.page-fv-m {
  aspect-ratio: 480 / 229;
  background-image: url(../images/img-fv-m.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .page-fv-m {
    background-image: url(../images/img-fv-m-sp.jpg);
    -webkit-margin-before: -41px;
            margin-block-start: -41px;
    aspect-ratio: 75 / 92;
    position: relative;
  }
}
.page-fv-m-cont {
  -webkit-padding-before: 12.92vw;
          padding-block-start: 12.92vw;
}
@media screen and (max-width: 767px) {
  .page-fv-m-cont {
    -webkit-padding-before: 53.33vw;
            padding-block-start: 53.33vw;
  }
}
.page-fv-m-txt1 {
  font-size: 5.56vw;
}
@media screen and (max-width: 767px) {
  .page-fv-m-txt1 {
    font-size: 8.8vw;
  }
}
.page-fv-m-txt2 {
  font-size: max(100%, 1.39vw);
  font-weight: 500;
  opacity: 0;
  color: #fff;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-start: 5.97vw;
          margin-inline-start: 5.97vw;
}
@media screen and (max-width: 767px) {
  .page-fv-m-txt2 {
    font-size: max(75%, 3.2vw);
  }
}
.page-fv-m-span {
  display: block;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  -webkit-padding-start: 5.97vw;
          padding-inline-start: 5.97vw;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
@media screen and (max-width: 767px) {
  .page-fv-m-span {
    -webkit-padding-start: 4vw;
            padding-inline-start: 4vw;
  }
}
.page-fv-m-span.-span1 {
  font-size: 0.525em;
  font-weight: 300;
  padding-block: 0.4285714286em;
  -webkit-padding-end: 0.7142857143em;
          padding-inline-end: 0.7142857143em;
}
.page-fv-m-span.-span2 {
  font-weight: 200;
  -webkit-margin-before: 0.1125em;
          margin-block-start: 0.1125em;
  padding-block: 0.3em;
  -webkit-padding-end: 0.525em;
          padding-inline-end: 0.525em;
}
@media screen and (max-width: 767px) {
  .page-fv-m-span.-span2 {
    -webkit-padding-end: 0.2424242424em;
            padding-inline-end: 0.2424242424em;
  }
}
.page-fv-m-span.-span3 {
  font-weight: 200;
  letter-spacing: -0.09em;
  -webkit-margin-before: -0.3em;
          margin-block-start: -0.3em;
  -webkit-padding-before: 0.1em;
          padding-block-start: 0.1em;
  -webkit-padding-after: 0.3em;
          padding-block-end: 0.3em;
  -webkit-padding-end: 0.375em;
          padding-inline-end: 0.375em;
}
.page-fv-m-span.-span3 .-wq {
  font-size: 0.7em;
  vertical-align: 0.2em;
}
.page-heading {
  font-size: 437.5%;
  font-weight: 100;
  color: var(--c-co);
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .page-heading {
    font-size: 13.33vw;
  }
}
.page-heading-ja {
  font-size: 112.5%;
  font-weight: 500;
  display: grid;
  grid-template-columns: 0.3333333333em 1fr;
  gap: 0.5em;
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
  -webkit-margin-after: 50px;
          margin-block-end: 50px;
}
@media screen and (max-width: 767px) {
  .page-heading-ja {
    font-size: 87.5%;
    grid-template-columns: 0.4285714286em 1fr;
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }
}
.page-heading-ja::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  display: block;
  background-color: var(--c-co);
  -webkit-margin-before: 0.6111111111em;
          margin-block-start: 0.6111111111em;
}
@media screen and (max-width: 767px) {
  .page-heading-ja::before {
    -webkit-margin-before: 0.6428571429em;
            margin-block-start: 0.6428571429em;
  }
}
.page-heading-ja-m {
  font-size: 112.5%;
  font-weight: 500;
  display: grid;
  grid-template-columns: 0.3333333333em 1fr;
  gap: 0.5em;
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}
@media screen and (max-width: 767px) {
  .page-heading-ja-m {
    font-size: 87.5%;
    grid-template-columns: 0.4285714286em 1fr;
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}
.page-heading-ja-m::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  display: block;
  background-color: var(--c-co);
  -webkit-margin-before: 0.6111111111em;
          margin-block-start: 0.6111111111em;
}
@media screen and (max-width: 767px) {
  .page-heading-ja-m::before {
    -webkit-margin-before: 0.6428571429em;
            margin-block-start: 0.6428571429em;
  }
}
.page-heading-rd {
  font-size: 112.5%;
  color: var(--c-co);
  font-weight: 700;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
}
.page-heading-bk {
  font-size: 112.5%;
  color: var(--c-bk);
  font-weight: 700;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
}
.page-heading-wt {
  font-size: 125%;
  color: #fff;
  font-weight: 700;
  -webkit-margin-after: 0.6em;
          margin-block-end: 0.6em;
}
@media screen and (max-width: 767px) {
  .page-heading-wt {
    font-size: 112.5%;
  }
}
.page-heading-wt-m {
  font-size: 125%;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .page-heading-wt-m {
    font-size: 112.5%;
  }
}
.page-grid1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 200px);
  gap: 27px;
  grid-template-areas: "item1 item1 item3 item4" "item1 item1 item5 item5" "item2 item2 item5 item5" "item2 item2 item6 item7";
}
@media screen and (max-width: 994px) {
  .page-grid1 {
    gap: 20px;
    grid-template-areas: "item1 item1 item2 item2" "item1 item1 item2 item2" "item3 item5 item5 item6" "item4 item5 item5 item7";
  }
}
@media screen and (max-width: 767px) {
  .page-grid1 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: none;
    grid-auto-rows: auto;
    gap: 11px;
    grid-template-areas: "item1 item2" "item3 item4" "item5 item5" "item6 item7";
  }
}
@media screen and (max-width: 579px) {
  .page-grid1 {
    grid-template-areas: "item1 item1" "item2 item2" "item3 item4" "item5 item5" "item6 item7";
  }
}
.page-grid1 img {
  display: block;
  margin-inline: auto;
  height: auto;
}
.page-grid1-item {
  background-color: #fff;
  -webkit-padding-before: 28px;
          padding-block-start: 28px;
}
@media screen and (max-width: 767px) {
  .page-grid1-item {
    -webkit-padding-after: 40px;
            padding-block-end: 40px;
  }
}
.page-grid1-item:first-of-type {
  grid-area: item1;
}
.page-grid1-item:first-of-type .page-grid1-heading {
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.page-grid1-item:first-of-type img {
  width: 87%;
}
@media screen and (max-width: 767px) {
  .page-grid1-item:first-of-type img {
    width: min(85%, 285px);
  }
}
.page-grid1-item:nth-of-type(2) {
  grid-area: item2;
}
.page-grid1-item:nth-of-type(2) .page-grid1-heading {
  -webkit-margin-after: 22px;
          margin-block-end: 22px;
}
.page-grid1-item:nth-of-type(2) img {
  width: 87%;
}
@media screen and (max-width: 767px) {
  .page-grid1-item:nth-of-type(2) img {
    width: min(85%, 285px);
  }
}
.page-grid1-item:nth-of-type(3) {
  grid-area: item3;
}
.page-grid1-item:nth-of-type(3) .page-grid1-heading {
  -webkit-margin-after: 7px;
          margin-block-end: 7px;
}
.page-grid1-item:nth-of-type(3) img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .page-grid1-item:nth-of-type(3) {
    -webkit-padding-after: 19px;
            padding-block-end: 19px;
  }
  .page-grid1-item:nth-of-type(3) img {
    width: 47%;
  }
}
.page-grid1-item:nth-of-type(4) {
  grid-area: item4;
}
.page-grid1-item:nth-of-type(4) .page-grid1-heading {
  -webkit-margin-after: 7px;
          margin-block-end: 7px;
}
.page-grid1-item:nth-of-type(4) img {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .page-grid1-item:nth-of-type(4) {
    -webkit-padding-after: 19px;
            padding-block-end: 19px;
  }
  .page-grid1-item:nth-of-type(4) img {
    width: 79%;
  }
}
.page-grid1-item:nth-of-type(5) {
  grid-area: item5;
}
.page-grid1-item:nth-of-type(5) .page-grid1-heading {
  -webkit-margin-after: 32px;
          margin-block-end: 32px;
}
.page-grid1-item:nth-of-type(5) .-graphs {
  display: grid;
  grid-template-columns: 40% 40%;
  place-content: center;
  align-items: start;
  gap: 6%;
}
.page-grid1-item:nth-of-type(5) .-graphs img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-grid1-item:nth-of-type(5) .-graphs {
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .page-grid1-item:nth-of-type(5) .-graphs img:first-of-type {
    width: min(78%, 262px);
  }
  .page-grid1-item:nth-of-type(5) .-graphs img:nth-of-type(2) {
    width: min(78%, 260px);
  }
}
.page-grid1-item:nth-of-type(6) {
  grid-area: item6;
}
.page-grid1-item:nth-of-type(6) .page-grid1-heading {
  -webkit-margin-after: 7px;
          margin-block-end: 7px;
}
.page-grid1-item:nth-of-type(6) img {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .page-grid1-item:nth-of-type(6) {
    -webkit-padding-after: 19px;
            padding-block-end: 19px;
  }
  .page-grid1-item:nth-of-type(6) img {
    width: 55%;
  }
}
.page-grid1-item:nth-of-type(7) {
  grid-area: item7;
}
.page-grid1-item:nth-of-type(7) .page-grid1-heading {
  -webkit-margin-after: 7px;
          margin-block-end: 7px;
}
.page-grid1-item:nth-of-type(7) img {
  width: 82%;
}
@media screen and (max-width: 767px) {
  .page-grid1-item:nth-of-type(7) {
    -webkit-padding-after: 19px;
            padding-block-end: 19px;
  }
  .page-grid1-item:nth-of-type(7) img {
    width: 78%;
  }
}
.page-grid1-heading {
  font-size: 125%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-grid1-heading {
    font-size: 87.5%;
  }
}
.page-grid1-heading::after {
  content: "";
  width: 1.1em;
  height: 4px;
  display: block;
  background-color: var(--c-co);
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .page-grid1-heading::after {
    width: 1.5714285714em;
    height: 2px;
  }
}
.page-grid2 {
  display: grid;
  grid-template-columns: 1fr min(500px, 48%);
  gap: 15px 39px;
  -webkit-padding-after: 60px;
          padding-block-end: 60px;
}
.page-grid2 .page-bg-gry {
  padding-block: 29px;
}
.page-grid2 img {
  display: block;
  width: min(90%, 446px);
  height: auto;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .page-grid2 {
    grid-template-columns: 1fr;
    -webkit-padding-after: 40px;
            padding-block-end: 40px;
  }
  .page-grid2 img {
    order: 1;
  }
  .page-grid2 .TextStyle1 {
    order: 2;
  }
}
@media screen and (max-width: 579px) {
  .page-grid2 img {
    width: min(62.13vw, 233px);
  }
}
.page-grid3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 23px;
  -webkit-margin-after: 60px;
          margin-block-end: 60px;
}
.page-grid3 .-span2 {
  grid-column: span 2;
}
.page-grid3 .page-bg-gry {
  padding-block: 25px;
  padding-inline: 28px;
}
.page-grid3 .page-bg-gry .TextStyle1 {
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
}
.page-grid3 .page-bg-gry .TextStyle1.-with-tag {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 0 12px;
}
@media screen and (max-width: 994px) {
  .page-grid3 .page-bg-gry .TextStyle1.-with-tag {
    grid-template-columns: 1fr;
    -webkit-margin-before: 0.8em;
            margin-block-start: 0.8em;
  }
}
.page-grid3 .page-bg-gry .TextStyle1.-with-tag .-tag {
  font-size: 75%;
  color: var(--c-gr4);
  display: grid;
  place-content: center;
  place-items: center;
  width: 5em;
  height: 1.8333333333em;
  border: 1px solid currentColor;
}
@media screen and (max-width: 767px) {
  .page-grid3 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .page-grid3 .-span2 {
    grid-column: span 1;
  }
  .page-grid3 .page-bg-gry {
    padding-block: 18px;
    padding-inline: 18px;
  }
}
.page-grid4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px 10px;
}
.page-grid4 .-span2 {
  grid-column: span 2;
}
@media screen and (max-width: 767px) {
  .page-grid4 .-span2 {
    grid-column: span 1;
  }
}
@media screen and (max-width: 767px) {
  .page-grid4 {
    grid-template-columns: 1fr;
  }
}
.page-item-check {
  border: 1px solid var(--c-gr2);
  border-radius: 8px;
  padding-block: 30px;
  padding-inline: 24px;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .page-item-check {
    padding-block: 15px;
    padding-inline: 15px;
    place-content: initial;
  }
}
.page-item-check p {
  font-size: 100%;
  display: grid;
  grid-template-columns: 1.21875em 1fr;
  gap: 0.9em;
  align-items: center;
}
.page-item-check p::before {
  content: "";
  width: 1.21875em;
  aspect-ratio: 65 / 57;
  display: block;
  background-image: url(../images/ico-check-rect.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.page-sec {
  padding-block: 100px 120px;
  position: relative;
}
@media screen and (max-width: 579px) {
  .page-sec {
    padding-block: 50px 80px;
  }
}
.page-sec1 {
  -webkit-padding-before: 150px;
          padding-block-start: 150px;
  -webkit-padding-after: 140px;
          padding-block-end: 140px;
  background: rgba(217, 217, 217, 0.4);
}
@media screen and (max-width: 767px) {
  .page-sec1 {
    -webkit-padding-before: min(19.73vw, 74px);
            padding-block-start: min(19.73vw, 74px);
    -webkit-padding-after: min(13.33vw, 50px);
            padding-block-end: min(13.33vw, 50px);
  }
}
.page-sec1 .inner {
  background: rgba(255, 255, 255, 0.4);
  padding-inline: 100px;
  padding-block: 94px 100px;
  display: grid;
  grid-template-columns: 199px 1fr;
  gap: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-sec1 .inner {
    grid-template-columns: 32.53vw 1fr;
    -webkit-padding-before: 12.8vw;
            padding-block-start: 12.8vw;
    -webkit-padding-after: min(8vw, 30px);
            padding-block-end: min(8vw, 30px);
    padding-inline: min(5.33vw, 20px);
    gap: 1.5rem 4vw;
  }
}
.page-sec1 .page-heading {
  position: absolute;
  top: -0.3571428571em;
  left: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .page-sec1 .page-heading {
    left: min(5.33vw, 20px);
  }
}
.page-sec1-img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .page-sec1-img {
    grid-area: 2/1/3/2;
  }
}
.page-sec1-txt0 {
  font-weight: 700;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
}
.page-sec1-txt1 {
  font-size: 75%;
  font-weight: 500;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.page-sec1-txt1 br {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-sec1-txt1 br {
    display: inherit;
  }
}
.page-sec1-txt2 {
  font-size: 125%;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-sec1-cont {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .page-sec1 .-spwrap1 {
    grid-area: 1/1/2/3;
  }
}
@media screen and (max-width: 767px) {
  .page-sec1 .-spwrap2 {
    grid-area: 2/2/3/3;
    align-self: end;
  }
}
.page-sec2 {
  background-color: var(--c-wt1);
}
.page-sec2 .-note {
  font-size: 75%;
  font-weight: 500;
  color: var(--c-gr4);
}
.page-sec2 .-note-wrap {
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
  display: flex;
  flex-flow: row wrap;
  gap: 0 1em;
}
@media screen and (max-width: 767px) {
  .page-sec2 .-note-wrap {
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
  }
}
.page-sec4 .page-heading-wt {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.page-sec4-box {
  background-color: #fff;
  padding-block: 40px;
  padding-inline: 45px;
}
@media screen and (max-width: 767px) {
  .page-sec4-box {
    padding-block: 20px 40px;
    padding-inline: 15px;
  }
}
.page-sec4-box .page-bg-gry {
  padding-block: 16px 30px;
}
@media screen and (max-width: 767px) {
  .page-sec4-box .page-bg-gry {
    padding-block: 13px 23px;
  }
}
.page-sec4-box.-box1 {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 0 25px;
  container-type: inline-size;
  container-name: box1;
  -webkit-margin-after: 100px;
          margin-block-end: 100px;
}
@media screen and (max-width: 767px) {
  .page-sec4-box.-box1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 9px;
    -webkit-margin-after: 40px;
            margin-block-end: 40px;
  }
}
.page-sec4-box.-box1-m {
  display: grid;
  grid-template-columns: repeat(2, 1fr) min(20%, 210px);
  gap: 0 18px;
}
@media screen and (max-width: 767px) {
  .page-sec4-box.-box1-m {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto 80px auto auto;
    gap: 0;
  }
}
.page-sec4-box.-box2 .page-steps {
  -webkit-margin-after: 25px;
          margin-block-end: 25px;
}
.page-sec4-box .-box2-m-heading {
  font-size: 112.5%;
  font-weight: 700;
}
.page-sec4-box .-process-1 {
  grid-column: span 2;
}
@media screen and (max-width: 399px) {
  .page-sec4-box .-process-1 {
    padding-inline: 20px;
  }
}
.page-sec4-box .-process-1 img {
  display: block;
  width: min(100%, 399px);
  height: auto;
  margin-inline: auto;
}
.page-sec4-box .-process-1-m {
  grid-column: span 3;
}
@media screen and (max-width: 767px) {
  .page-sec4-box .-process-1-m {
    grid-column: span 2;
    grid-row: 1/2;
  }
}
@media screen and (max-width: 399px) {
  .page-sec4-box .-process-1-m {
    padding-inline: 20px;
  }
}
.page-sec4-box .-process-1-m img {
  display: block;
  width: min(100%, 399px);
  height: auto;
  margin-inline: auto;
}
.page-sec4-box .-process-2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 68px 1fr;
}
.page-sec4-box .-process-2 .page-bg-gry {
  padding-inline: 34px;
}
@container box1 (max-width: 1143px) {
  .page-sec4-box .-process-2 .page-bg-gry {
    padding-inline: 10px;
  }
}
@container box1 (max-width: 1046px) {
  .page-sec4-box .-process-2 .page-bg-gry {
    padding-inline: 3vw;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-max-content 1fr;
    grid-template-rows: max-content 1fr;
    place-items: center;
  }
}
@media screen and (max-width: 767px) {
  .page-sec4-box .-process-2 .page-bg-gry {
    padding-inline: 12px;
  }
}
.page-sec4-box .-process-2-m {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 36px 1fr;
}
.page-sec4-box .-process-2-m .-bar1 {
  width: 37px;
  background-color: var(--c-gr3);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .page-sec4-box .-process-2-m .-bar1 {
    width: 10px;
  }
}
.page-sec4-box .-process-2-m .-bar2 {
  width: 2px;
  background: repeating-linear-gradient(to bottom, var(--c-gr4) 0, var(--c-gr4) 2px, transparent 2px, transparent 5px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .page-sec4-box .-process-2-m .-bar2 {
    width: 10px;
    background: var(--c-gr3);
  }
}
.page-sec4-box .-process-2-m .page-bg-gry {
  display: grid;
  place-content: center;
  place-items: center;
}
.page-sec4-box .-process-2-m .page-bg-gry.-small {
  -webkit-padding-after: 16px;
          padding-block-end: 16px;
}
.page-sec4-box .-process-2-m .page-bg-gry.-large {
  position: relative;
}
.page-sec4-box .-process-2-m .page-bg-gry.-large::after {
  content: "";
  width: 65px;
  aspect-ratio: 13 / 8;
  display: block;
  background-image: url(../images/ico-shakehands.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -33px;
  top: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .page-sec4-box .-process-2-m .page-bg-gry.-large::after {
    display: none;
  }
}
@container box1 (max-width: 1143px) {
  .page-sec4-box .-process-2-m .page-bg-gry {
    padding-inline: 10px;
  }
}
@container box1 (max-width: 1046px) {
  .page-sec4-box .-process-2-m .page-bg-gry {
    padding-inline: 3vw;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-max-content 1fr;
    grid-template-rows: max-content 1fr;
    place-items: center;
  }
}
@media screen and (max-width: 767px) {
  .page-sec4-box .-process-2-m .page-bg-gry {
    padding-inline: 12px;
  }
}
.page-sec4-box :nth-child(1 of .-process-2-m) {
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .page-sec4-box :nth-child(1 of .-process-2-m) {
    grid-column: 1/2;
    grid-row: 2/3;
    grid-template-rows: 17px 1fr;
    width: 34.13vw;
    z-index: 1;
  }
  .page-sec4-box :nth-child(1 of .-process-2-m) .page-bg-gry.-large {
    padding-block: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-sec4-box :nth-child(2 of .-process-2-m) {
    grid-column: 1/3;
    grid-row: 2/span 2;
    justify-self: center;
    align-self: stretch;
    grid-template-rows: 1fr 67px;
    width: clamp(208px, 55.47vw, 400px);
  }
  .page-sec4-box :nth-child(2 of .-process-2-m) .page-bg-gry.-large {
    padding-block: 0;
    position: relative;
  }
  .page-sec4-box :nth-child(2 of .-process-2-m) .page-bg-gry.-large::before, .page-sec4-box :nth-child(2 of .-process-2-m) .page-bg-gry.-large::after {
    content: "";
    width: 40px;
    aspect-ratio: 13 / 8;
    display: block;
    background-image: url(../images/ico-shakehands.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -15px;
  }
  .page-sec4-box :nth-child(2 of .-process-2-m) .page-bg-gry.-large::before {
    left: 25px;
    z-index: 10;
  }
  .page-sec4-box :nth-child(2 of .-process-2-m) .page-bg-gry.-large::after {
    right: 25px;
    z-index: 10;
  }
}
@media screen and (max-width: 579px) {
  .page-sec4-box :nth-child(2 of .-process-2-m) .page-bg-gry.-large::before, .page-sec4-box :nth-child(2 of .-process-2-m) .page-bg-gry.-large::after {
    width: 27px;
    top: -16px;
  }
}
@media screen and (max-width: 767px) {
  .page-sec4-box :nth-child(3 of .-process-2-m) {
    grid-column: 2/3;
    grid-row: 2/3;
    grid-template-rows: 17px 1fr;
    width: 34.13vw;
    justify-self: end;
  }
}
.page-sec4-box .-process-3-m {
  grid-column: span 3;
  display: grid;
  grid-template-columns: 127px 1fr;
  gap: 0 25px;
  position: relative;
  width: min(949px, 100%);
  -webkit-padding-before: 50px;
          padding-block-start: 50px;
  -webkit-padding-after: 24px;
          padding-block-end: 24px;
  padding-inline: 40px;
  margin-inline: auto;
  -webkit-margin-before: 27px;
          margin-block-start: 27px;
  -webkit-margin-after: 37px;
          margin-block-end: 37px;
}
@media screen and (max-width: 767px) {
  .page-sec4-box .-process-3-m {
    grid-column: span 2;
    grid-row: 4/5;
    grid-template-columns: 78px 1fr;
    gap: 14px;
    padding-block: 15px;
    padding-inline: 15px;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}
.page-sec4-box .-process-3-m img {
  width: 127px;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-sec4-box .-process-3-m img {
    width: 78px;
  }
}
.page-sec4-box .-process-3-m .-topline {
  display: block;
  width: 100%;
  height: 27px;
  overflow: hidden;
  position: absolute;
  top: -27px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .page-sec4-box .-process-3-m .-topline {
    height: 22px;
    top: -22px;
  }
}
.page-sec4-box .-process-3-m .-topline img {
  display: block;
  width: 100%;
  height: 27px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (max-width: 767px) {
  .page-sec4-box .-process-3-m .-topline img {
    height: 22px;
  }
}
.page-sec4-box .-process-3-m .-bottomline {
  display: block;
  width: 100%;
  height: 5px;
  overflow: hidden;
  position: absolute;
  bottom: -5px;
  left: 0;
  background-image: url(../images/line-dot.svg);
  background-size: 5px;
  background-repeat: repeat-x;
}
.page-sec4-box .-process-3-m::before {
  content: "";
  width: 5px;
  height: 100%;
  display: block;
  background-image: url(../images/line-dot.svg);
  background-size: 5px;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  left: -2px;
}
.page-sec4-box .-process-3-m::after {
  content: "";
  width: 5px;
  height: 100%;
  display: block;
  background-image: url(../images/line-dot.svg);
  background-size: 5px;
  background-repeat: repeat-y;
  position: absolute;
  top: 0;
  right: -2px;
}
.page-sec4-box .page-grid4 {
  grid-column: span 2;
}
.page-sec4-box .page-grid4.-m {
  grid-column: span 3;
}
@media screen and (max-width: 767px) {
  .page-sec4-box .page-grid4.-m {
    grid-column: span 2;
    grid-row: 5/6;
  }
}
.page-sec4-box .-txt0 {
  font-size: 112.5%;
  color: #000;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 579px) {
  .page-sec4-box .-txt0 {
    font-size: 100%;
  }
}
.page-sec4-box .-txt1 {
  font-size: 87.5%;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 579px) {
  .page-sec4-box .-txt1 {
    font-size: 81.25%;
    font-weight: 400;
  }
}
.page-sec4-box .-txt2 {
  height: 68px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  place-items: center;
}
.page-sec4-box .-txt2 span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 87.5%;
  font-weight: 500;
  line-height: 1;
  padding-inline: 3em;
  padding-block: 0.7142857143em;
  border: 1px solid currentColor;
  border-radius: 4px;
  background-color: #fff;
  z-index: 2;
  grid-area: 1/1/2/2;
}
@media screen and (max-width: 767px) {
  .page-sec4-box .-txt2 span {
    padding-inline: 1.2857142857em;
    border-radius: 2px;
  }
}
.page-sec4-box .-txt2::before {
  content: "";
  width: 37px;
  height: 100%;
  display: block;
  background-color: var(--c-gr3);
  z-index: 1;
  grid-area: 1/1/2/2;
}
.page-sec4-box .-txt3 {
  font-size: 112.5%;
  font-weight: 500;
  color: var(--c-co);
  text-align: center;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
}
@media screen and (max-width: 579px) {
  .page-sec4-box .-txt3 {
    font-size: 87.5%;
  }
}
.page-sec4-box .-txt3-m {
  font-size: 112.5%;
  font-weight: 700;
  color: var(--c-co);
  text-align: center;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
}
@media screen and (max-width: 767px) {
  .page-sec4-box .-txt3-m {
    font-size: 87.5%;
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
}
.page-sec4-box .-txt4 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
@container box1 (max-width: 1046px) {
  .page-sec4-box .-txt4 {
    flex-direction: column;
  }
}
.page-sec4-box .-txt4-1 {
  font-size: 87.5%;
  line-height: 1;
  color: #fff;
  height: 2.1428571429em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 1.0714285714em;
  padding-inline: 1.3571428571em;
  background-color: var(--c-gr4);
  display: grid;
  place-items: center;
  place-content: center;
}
@media screen and (max-width: 994px) {
  .page-sec4-box .-txt4-1 {
    font-size: 81.25%;
    line-height: 1.3;
    height: auto;
    padding-block: 0.6153846154em;
    border-radius: 9px;
  }
}
.page-sec4-box .-txt4-plus {
  display: block;
  width: 15px;
  aspect-ratio: 1/1;
  -webkit-clip-path: polygon(0px 5px, 5px 5px, 5px 0px, 10px 0px, 10px 5px, 15px 5px, 15px 10px, 10px 10px, 10px 15px, 5px 15px, 5px 10px, 0px 10px);
          clip-path: polygon(0px 5px, 5px 5px, 5px 0px, 10px 0px, 10px 5px, 15px 5px, 15px 10px, 10px 10px, 10px 15px, 5px 15px, 5px 10px, 0px 10px);
  background-color: var(--c-gr3);
}
.page-sec4-box .-txt5 {
  grid-column: span 2;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 10px;
  margin-block: 30px;
}
@media screen and (max-width: 767px) {
  .page-sec4-box .-txt5 {
    margin-block: 15px 20px;
  }
}
.page-sec4-box .-txt5 h4 {
  font-size: 87.5%;
  font-weight: 500;
  line-height: 1;
  color: var(--c-co);
  width: 8.1428571429em;
  height: 2em;
  border: 1px solid currentColor;
  display: grid;
  place-content: center;
  place-items: center;
}
.page-sec4-box .-txt5 p {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page-sec4-box .-txt5 p {
    font-weight: 400;
  }
}
.page-sec4-box .-txt6 {
  font-size: 87.5%;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-sec4-box .-txt6 {
    font-size: 75%;
    line-height: 1.25;
  }
}
.page-sec4-box .-txt6 br {
  display: none;
}
@media screen and (max-width: 994px) {
  .page-sec4-box .-txt6 br {
    display: inherit;
  }
}
.page-sec4-box .-txt7 {
  font-size: 112.5%;
  font-weight: 700;
}
@media screen and (max-width: 579px) {
  .page-sec4-box .-txt7 {
    font-size: 75%;
    line-height: 1.25;
    font-weight: 500;
  }
}
.page-sec4-box .-txt8 {
  font-size: 87.5%;
  font-weight: 400;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
@media screen and (max-width: 579px) {
  .page-sec4-box .-txt8 {
    font-size: 62.5%;
    line-height: 1.3;
    -webkit-margin-before: 0.4em;
            margin-block-start: 0.4em;
  }
}
.page-sec5 {
  background-color: var(--c-wt1);
}
.page-sec6 .page-btn-common {
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .page-sec6 .page-btn-common {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.page-sec7 {
  background-color: var(--c-wt1);
}
.page-sec7 .page-container {
  container-type: inline-size;
  container-name: sec7;
}
.page-steps {
  display: grid;
  grid-template-columns: 30px -webkit-max-content 30px 1fr 30px -webkit-max-content 30px;
  grid-template-columns: 30px max-content 30px 1fr 30px max-content 30px;
}
@media screen and (max-width: 994px) {
  .page-steps {
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-max-content 18px -webkit-max-content 18px -webkit-max-content 18px;
    grid-template-rows: max-content 18px max-content 18px max-content 18px;
  }
}
.page-steps .-step {
  background: linear-gradient(to right, #f2f2f2 30%, #d3d3d3 100%);
  padding-block: 24px 30px;
  grid-row: 1/2;
  padding-inline: 50px 30px;
  -webkit-clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%, 30px 50%);
          clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 50%, calc(100% - 30px) 100%, 0 100%, 30px 50%);
}
@media screen and (max-width: 994px) {
  .page-steps .-step {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), 50% 100%, 0 calc(100% - 18px));
            clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), 50% 100%, 0 calc(100% - 18px));
    background: linear-gradient(to bottom, #f2f2f2 30%, #d3d3d3 100%);
    -webkit-padding-after: 30px;
            padding-block-end: 30px;
    padding-inline: 15px;
  }
}
.page-steps .-step-num {
  display: block;
  font-size: 75%;
  line-height: 1;
  font-weight: 700;
  color: var(--c-co);
}
@media screen and (max-width: 994px) {
  .page-steps .-step-num {
    text-align: center;
  }
}
@media screen and (max-width: 579px) {
  .page-steps .-step-num {
    font-size: 62.5%;
  }
}
.page-steps .-step-txt0 {
  font-size: 137.5%;
  font-weight: 300;
  -webkit-margin-after: 8px;
          margin-block-end: 8px;
}
@media screen and (max-width: 994px) {
  .page-steps .-step-txt0 {
    text-align: center;
    -webkit-margin-after: 18px;
            margin-block-end: 18px;
  }
}
@media screen and (max-width: 579px) {
  .page-steps .-step-txt0 {
    -webkit-margin-after: 15px;
            margin-block-end: 15px;
  }
}
.page-steps .-step-txt1 {
  font-size: 87.5%;
  font-weight: 300;
  line-height: 1.8;
  background-color: #fff;
  border-radius: 3px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 0.5em;
  padding-inline: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 994px) {
  .page-steps .-step-txt1 {
    margin-inline: auto;
  }
}
@media screen and (max-width: 579px) {
  .page-steps .-step-txt1.-list {
    padding-block: 1em;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 0.5em;
    align-items: start;
  }
  .page-steps .-step-txt1.-list span {
    display: block;
  }
}
.page-steps .-step1 {
  grid-column: 1/4;
}
@media screen and (max-width: 994px) {
  .page-steps .-step1 {
    grid-column: 1/2;
    grid-row: 1/3;
    z-index: 3;
    -webkit-padding-before: 28px;
            padding-block-start: 28px;
  }
}
.page-steps .-step2 {
  grid-column: 3/6;
}
@media screen and (max-width: 994px) {
  .page-steps .-step2 {
    grid-column: 1/2;
    grid-row: 2/5;
    z-index: 2;
    -webkit-padding-before: 38px;
            padding-block-start: 38px;
  }
}
.page-steps .-step3 {
  grid-column: 5/8;
}
@media screen and (max-width: 994px) {
  .page-steps .-step3 {
    grid-column: 1/2;
    grid-row: 4/7;
    z-index: 1;
    -webkit-padding-before: 38px;
            padding-block-start: 38px;
  }
}
.page-system {
  background-color: #f9f9f9;
  padding-block: 35px 45px;
  padding-inline: 70px;
  display: grid;
  grid-template-columns: 1fr 42%;
  gap: 20px 5%;
  -webkit-margin-after: 27px;
          margin-block-end: 27px;
}
@media screen and (max-width: 994px) {
  .page-system {
    padding-inline: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-system {
    padding-inline: 10px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 579px) {
  .page-system {
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
  }
}
.page-system img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .page-system img {
    width: min(100%, 400px);
    margin-inline: auto;
  }
}
.page-system .-item-wrap {
  display: grid;
  place-content: center;
  gap: 19px;
}
@media screen and (max-width: 579px) {
  .page-system .-item-wrap {
    gap: 8px;
  }
}
.page-system .-item-wrap .-item {
  border: 2px solid var(--item-color);
}
.page-system .-item-wrap .-item h5 {
  font-size: 87.5%;
  font-weight: 700;
  color: #fff;
  padding-block: 0.3571428571em;
  padding-inline: 1.4285714286em;
  background-color: var(--item-color);
}
.page-system .-item-wrap .-item p {
  font-size: 87.5%;
  font-weight: 400;
  line-height: 1.7;
  display: block;
  padding-block: 1em;
  padding-inline: 25px;
}
@media screen and (max-width: 579px) {
  .page-system .-item-wrap .-item p {
    padding-block: 0.6em;
    padding-inline: 15px;
  }
}
.page-system .-item-wrap .-item:first-of-type {
  --item-color: #5AC2E2;
}
.page-system .-item-wrap .-item:nth-of-type(2) {
  --item-color: #5AC295;
}
.page-system .-item-wrap .-item:nth-of-type(3) {
  --item-color: #959EEE;
}
.page-separator {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  -webkit-margin-after: 14px;
          margin-block-end: 14px;
}
@media screen and (max-width: 767px) {
  .page-separator {
    grid-template-columns: 40px 1fr;
  }
}
.page-separator::before, .page-separator::after {
  content: "";
  display: block;
}
.page-separator::before {
  height: 5px;
  background-color: var(--c-co);
}
.page-separator::after {
  height: 1px;
  background-color: var(--c-gr4);
}
.page-separator-wt {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  -webkit-margin-after: 14px;
          margin-block-end: 14px;
}
@media screen and (max-width: 767px) {
  .page-separator-wt {
    grid-template-columns: 40px 1fr;
  }
}
.page-separator-wt::before, .page-separator-wt::after {
  content: "";
  display: block;
}
.page-separator-wt::before {
  height: 5px;
  background-color: var(--c-gr2);
}
.page-separator-wt::after {
  height: 1px;
  background-color: #fff;
}
.page-separator-wt.-mbs {
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
}
@media screen and (max-width: 767px) {
  .page-separator-wt.-mbs {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}
.page-iframe {
  height: 412px;
}
@container sec7 (max-width: 1120px) {
  .page-iframe {
    height: calc((100vw - 30px) / 4 * 0.65116279 + 230px);
  }
}
@container sec7 (max-width: 1022px) {
  .page-iframe {
    height: calc((100vw - 30px) / 3 * 0.65116279 + 230px);
  }
}
@container sec7 (max-width: 765px) {
  .page-iframe {
    height: calc((100vw - 30px) * 0.65116279 + 220px);
  }
}
.page-scroll-change {
  opacity: 0;
}

.page-grid5 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: -webkit-max-content 1fr -webkit-max-content;
  grid-template-rows: max-content 1fr max-content;
  gap: 15px 39px;
}
@media screen and (max-width: 994px) {
  .page-grid5 {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page-grid5 {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-flow: row;
  }
}
.page-grid5-item {
  background-color: #fff;
  padding-block: 45px;
  padding-inline: 50px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.page-grid5-item .page-btn-common {
  margin-inline: auto;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
@media screen and (max-width: 579px) {
  .page-grid5-item .page-btn-common {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
@media screen and (max-width: 579px) {
  .page-grid5-item {
    padding-block: 32px 40px;
    padding-inline: 14px;
  }
}
.page-grid5-profile {
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 14px;
  align-items: center;
  -webkit-margin-after: 24px;
          margin-block-end: 24px;
}
@media screen and (max-width: 579px) {
  .page-grid5-profile {
    grid-template-columns: 65px 1fr;
    gap: 15px;
  }
}
.page-grid5-profile img {
  display: block;
  width: 100%;
  height: auto;
}
.page-grid5-profile-txt .-dep {
  font-size: 75%;
  font-weight: 400;
  line-height: 1.17;
}
@media screen and (max-width: 579px) {
  .page-grid5-profile-txt .-dep {
    font-size: 62.5%;
    -webkit-margin-after: 0.8em;
            margin-block-end: 0.8em;
  }
}
.page-grid5-profile-txt h3.-name {
  font-size: 100%;
  font-weight: 700;
  line-height: 1;
  -webkit-margin-before: 0.2em;
          margin-block-start: 0.2em;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  color: #000;
}
.page-grid5-tl-box {
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 20px;
}
.page-grid5-tl-box:not(:last-of-type) .-txts {
  -webkit-padding-after: 24px;
          padding-block-end: 24px;
}
.page-grid5-tl-box:not(:last-of-type) .-dot::before {
  content: "";
  width: 1px;
  height: 100%;
  display: block;
  background: repeating-linear-gradient(to bottom, var(--c-co) 0, var(--c-co) 2px, transparent 2px, transparent 5px);
  grid-area: 1/1/2/2;
  justify-self: center;
}
.page-grid5-tl-box .-dot {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.page-grid5-tl-box .-dot::after {
  content: "";
  width: 12px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--c-co);
  display: block;
  grid-area: 1/1/2/2;
}
.page-grid5-tl-box .-txts h4 {
  font-size: 100%;
  font-weight: 700;
  line-height: 1.4375;
  -webkit-margin-before: -0.3em;
          margin-block-start: -0.3em;
  -webkit-margin-after: 0.4em;
          margin-block-end: 0.4em;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
}
.page-grid5-tl-box .-txts h4 span {
  display: block;
}
.page-grid5-tl-box .-txts h4 span br {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-grid5-tl-box .-txts h4 span br {
    display: inherit;
  }
}
.page-grid5-tl-box .-txts p {
  font-size: 87.5%;
  font-weight: 400;
}

.page-train {
  display: grid;
  grid-template-columns: 5px 8px 23% 13px 5px 1fr 31% 2px 11px;
  gap: 18px 0;
}
@media screen and (max-width: 767px) {
  .page-train {
    grid-template-columns: 27px 1fr auto;
    grid-template-rows: 5px 5px auto 5px 5px auto 5px auto 5px auto;
    gap: 0 5px;
  }
}
.page-train-wrap {
  -webkit-padding-start: 18px;
          padding-inline-start: 18px;
  -webkit-padding-end: 15px;
          padding-inline-end: 15px;
  padding-block: 27px;
  -webkit-margin-after: 60px;
          margin-block-end: 60px;
}
@media screen and (max-width: 767px) {
  .page-train-wrap {
    padding-inline: 15px;
    -webkit-padding-before: 13px;
            padding-block-start: 13px;
    -webkit-padding-after: 25px;
            padding-block-end: 25px;
  }
}
.page-train .-train {
  font-size: 125%;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  background: linear-gradient(to right, #d9d9d9 0%, #b3b3b3 50%);
  height: 44px;
  display: grid;
  place-content: center;
  place-items: center;
  -webkit-clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%, 18px 50%);
          clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 50%, calc(100% - 18px) 100%, 0 100%, 18px 50%);
}
@media screen and (max-width: 767px) {
  .page-train .-train {
    font-size: 87.5%;
    writing-mode: vertical-rl;
    background: linear-gradient(to bottom, #d9d9d9 0%, #b3b3b3 50%);
    -webkit-clip-path: polygon(0 0, 50% 10px, 100% 0, 100% calc(100% - 10px), 50% 100%, 0 calc(100% - 10px));
            clip-path: polygon(0 0, 50% 10px, 100% 0, 100% calc(100% - 10px), 50% 100%, 0 calc(100% - 10px));
    height: auto;
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
}
.page-train .-train1 {
  grid-row: 1/2;
  grid-column: 1/6;
}
@media screen and (max-width: 767px) {
  .page-train .-train1 {
    grid-column: 1/2;
    grid-row: 1/6;
  }
}
.page-train .-train2 {
  grid-row: 1/2;
  grid-column: 4/10;
}
@media screen and (max-width: 767px) {
  .page-train .-train2 {
    grid-column: 1/2;
    grid-row: 4/11;
  }
}
.page-train .-train-box {
  background-color: #fff;
  padding-block: 22px;
  padding-inline: 24px;
}
@media screen and (max-width: 767px) {
  .page-train .-train-box {
    padding-inline: 14px;
    padding-block: 12px 20px;
  }
}
.page-train .-train-box h5 {
  font-size: 112.5%;
  font-weight: 500;
  display: grid;
  grid-template-columns: 1.2777777778em 1fr;
  gap: 10px;
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
@media screen and (max-width: 579px) {
  .page-train .-train-box h5 {
    font-size: 87.5%;
  }
}
.page-train .-train-box h5 .-num {
  display: grid;
  place-content: center;
  place-items: center;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  width: 1.9166666667em;
  aspect-ratio: 1/1;
  color: #fff;
  background-color: var(--c-co);
  border-radius: 50%;
}
@media screen and (max-width: 579px) {
  .page-train .-train-box h5 .-num {
    font-size: 62.5%;
  }
}
.page-train .-train-box h6 {
  font-size: 90%;
  font-weight: 500;
  -webkit-margin-start: 33px;
          margin-inline-start: 33px;
}
@media screen and (max-width: 994px) {
  .page-train .-train-box h6 {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
.page-train .-train-box .TextStyle1 {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-start: 33px;
          margin-inline-start: 33px;
}
@media screen and (max-width: 994px) {
  .page-train .-train-box .TextStyle1 {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
@media screen and (max-width: 579px) {
  .page-train .-train-box .TextStyle1 {
    font-size: 75%;
  }
}
.page-train .-train-box :nth-child(1 of h6) {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.page-train .-train-box1 {
  grid-row: 2/4;
  grid-column: 2/4;
}
@media screen and (max-width: 767px) {
  .page-train .-train-box1 {
    grid-column: 2/3;
    grid-row: 2/4;
  }
}
.page-train .-train-box2 {
  grid-row: 2/4;
  grid-column: 6/7;
}
@media screen and (max-width: 767px) {
  .page-train .-train-box2 {
    grid-column: 2/3;
    grid-row: 5/7;
  }
}
.page-train .-train-box3 {
  grid-row: 2/3;
  grid-column: 7/9;
  -webkit-margin-start: 18px;
          margin-inline-start: 18px;
}
@media screen and (max-width: 767px) {
  .page-train .-train-box3 {
    grid-column: 2/3;
    grid-row: 8/9;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
.page-train .-train-box4 {
  grid-row: 3/4;
  grid-column: 7/9;
  -webkit-margin-start: 18px;
          margin-inline-start: 18px;
}
@media screen and (max-width: 767px) {
  .page-train .-train-box4 {
    grid-column: 2/3;
    grid-row: 10/11;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
.page-train .-train-box5 {
  grid-row: 4/5;
  grid-column: 2/9;
}
@media screen and (max-width: 767px) {
  .page-train .-train-box5 {
    grid-column: 3/4;
    grid-row: 2/11;
    writing-mode: vertical-rl;
    display: grid;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    grid-template-rows: auto auto;
    gap: 0 10px;
    padding-block: 12px;
  }
  .page-train .-train-box5 h5 {
    display: contents;
  }
  .page-train .-train-box5 h5 .-num {
    rotate: -90deg;
    grid-row: span 2;
    align-self: center;
  }
}
@media screen and (max-width: 579px) {
  .page-train .-train-box5 {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
}

@container flow (max-width: 1173px) {
  .page-flow {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px 0;
  }
}
@container flow (max-width: 784px) {
  .page-flow {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.page-flow-container {
  container-type: inline-size;
  container-name: flow;
}
.page-flow-item {
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  padding-block: 24px 34px;
  padding-inline: 24px;
}
.page-flow-item::after {
  content: "";
  width: 16px;
  height: 48px;
  display: block;
  background-color: #000;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: calc(50% - 24px);
}
@container flow (max-width: 784px) {
  .page-flow-item::after {
    width: 48px;
    height: 15px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
    top: unset;
    bottom: -15px;
  }
}
.page-flow-item .TextStyle1 {
  -webkit-margin-before: 0.6em;
          margin-block-start: 0.6em;
}
.page-flow .-heading {
  display: grid;
  grid-template-columns: 1fr 46px;
  grid-template-rows: -webkit-max-content auto;
  grid-template-rows: max-content auto;
  place-content: center;
}
.page-flow .-heading img {
  display: block;
  height: 45px;
  -o-object-fit: contain;
     object-fit: contain;
  grid-area: 1/2/3/3;
}
.page-flow .-heading .-num {
  font-size: 75%;
  font-weight: 700;
  line-height: 1.4;
  color: var(--c-co);
  grid-area: 1/1/2/2;
}
.page-flow .-heading h3 {
  font-size: 125%;
  font-weight: 700;
  grid-area: 2/1/3/2;
}
.page-flow .-tag {
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  background-color: var(--c-gr4);
  width: 6.5833333333em;
  height: 1.9166666667em;
  display: grid;
  place-content: center;
  place-items: center;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.page-flow-upper {
  display: grid;
  grid-template-columns: repeat(3, 22%) 1fr;
}
@container flow (max-width: 1173px) {
  .page-flow-upper {
    display: contents;
  }
}
.page-flow-lower {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
}
@container flow (max-width: 1173px) {
  .page-flow-lower {
    display: contents;
  }
}
.page-flow .-flow-item1 {
  -webkit-margin-end: 16px;
          margin-inline-end: 16px;
}
.page-flow .-flow-item1::after {
  right: -16px;
}
.page-flow .-flow-item1 .-heading img {
  width: 33px;
}
@container flow (max-width: 1173px) {
  .page-flow .-flow-item1 {
    grid-column: span 2;
  }
}
@container flow (max-width: 784px) {
  .page-flow .-flow-item1 {
    margin-inline: 0;
    -webkit-margin-after: 15px;
            margin-block-end: 15px;
  }
  .page-flow .-flow-item1::after {
    right: calc(50% - 24px);
  }
}
.page-flow .-flow-item2 {
  -webkit-margin-end: 16px;
          margin-inline-end: 16px;
}
.page-flow .-flow-item2::after {
  right: -16px;
}
.page-flow .-flow-item2 .-heading img {
  width: 46px;
  transition: 0 5px;
}
@container flow (max-width: 1173px) {
  .page-flow .-flow-item2 {
    grid-column: span 2;
  }
}
@container flow (max-width: 784px) {
  .page-flow .-flow-item2 {
    margin-inline: 0;
    -webkit-margin-after: 15px;
            margin-block-end: 15px;
  }
  .page-flow .-flow-item2::after {
    right: calc(50% - 24px);
  }
}
.page-flow .-flow-item3 {
  -webkit-margin-end: 16px;
          margin-inline-end: 16px;
}
.page-flow .-flow-item3::after {
  right: -16px;
}
.page-flow .-flow-item3 .-heading img {
  width: 40px;
}
@container flow (max-width: 1173px) {
  .page-flow .-flow-item3 {
    grid-column: span 2;
  }
}
@container flow (max-width: 784px) {
  .page-flow .-flow-item3 {
    margin-inline: 0;
    -webkit-margin-after: 15px;
            margin-block-end: 15px;
  }
  .page-flow .-flow-item3::after {
    right: calc(50% - 24px);
  }
}
.page-flow .-flow-item4 {
  -webkit-margin-end: 16px;
          margin-inline-end: 16px;
}
.page-flow .-flow-item4::after {
  right: -16px;
}
.page-flow .-flow-item4 .-heading img {
  width: 45px;
}
@container flow (max-width: 1173px) {
  .page-flow .-flow-item4 {
    grid-column: span 3;
    -webkit-margin-start: 16px;
            margin-inline-start: 16px;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
  .page-flow .-flow-item4::after {
    right: unset;
    left: -16px;
  }
}
@container flow (max-width: 784px) {
  .page-flow .-flow-item4 {
    margin-inline: 0;
    -webkit-margin-after: 15px;
            margin-block-end: 15px;
  }
  .page-flow .-flow-item4::after {
    left: unset;
    right: calc(50% - 24px);
  }
}
.page-flow .-flow-item5 {
  -webkit-margin-start: 16px;
          margin-inline-start: 16px;
}
.page-flow .-flow-item5::after {
  left: -16px;
}
.page-flow .-flow-item5 .-heading img {
  width: 46px;
  transition: 0 5px;
}
@container flow (max-width: 1173px) {
  .page-flow .-flow-item5 {
    grid-column: span 3;
    -webkit-margin-end: 16px;
            margin-inline-end: 16px;
  }
  .page-flow .-flow-item5::before {
    content: "";
    width: 16px;
    height: 48px;
    display: block;
    background-color: #000;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
            clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    top: calc(50% - 24px);
    right: -16px;
  }
}
@container flow (max-width: 784px) {
  .page-flow .-flow-item5 {
    margin-inline: 0;
    -webkit-margin-after: 15px;
            margin-block-end: 15px;
  }
  .page-flow .-flow-item5::after {
    left: unset;
    right: calc(50% - 24px);
  }
  .page-flow .-flow-item5::before {
    display: none;
  }
}
.page-flow .-flow-item6 {
  -webkit-margin-start: 16px;
          margin-inline-start: 16px;
}
.page-flow .-flow-item6::after {
  left: -16px;
}
.page-flow .-flow-item6 .-heading img {
  width: 46px;
}
@container flow (max-width: 1173px) {
  .page-flow .-flow-item6 {
    grid-column: span 3;
  }
}
@container flow (max-width: 784px) {
  .page-flow .-flow-item6 {
    margin-inline: 0;
    -webkit-margin-after: 15px;
            margin-block-end: 15px;
  }
  .page-flow .-flow-item6::after {
    left: unset;
    right: calc(50% - 24px);
  }
}
.page-flow .-flow-item7 {
  -webkit-margin-start: 16px;
          margin-inline-start: 16px;
}
.page-flow .-flow-item7::after {
  left: -16px;
}
.page-flow .-flow-item7 .-heading img {
  width: 46px;
}
@container flow (max-width: 1173px) {
  .page-flow .-flow-item7 {
    grid-column: span 3;
    -webkit-margin-end: 16px;
            margin-inline-end: 16px;
  }
}
@container flow (max-width: 784px) {
  .page-flow .-flow-item7 {
    margin-inline: 0;
  }
  .page-flow .-flow-item7::after {
    display: none;
  }
}
.page-flow-caution {
  color: #fff;
  text-align: end;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
@media screen and (max-width: 579px) {
  .page-flow-caution {
    text-align: start;
  }
}
.page-flow-more {
  display: none;
}
@media screen and (max-width: 579px) {
  .page-flow-more {
    border: none;
    outline: none;
    font-size: 100%;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    width: 11.875em;
    height: 3.5em;
    border-radius: 1.75em;
    display: grid;
    place-content: center;
    place-items: center;
    background-color: #000;
    margin-inline: auto;
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
  }
  .page-flow-more:link {
    color: #fff;
    text-decoration: none;
  }
  .page-flow-more:visited {
    color: #fff;
    text-decoration: none;
  }
  .page-flow-more:active {
    color: #fff;
  }
  .page-flow-more:hover {
    color: #fff;
  }
  .page-flow-more .-inner {
    display: grid;
    grid-template-columns: -webkit-max-content 14px;
    grid-template-columns: max-content 14px;
    gap: 1.25em;
    align-items: center;
  }
  .page-flow-more .-inner::after {
    content: "";
    width: 14px;
    aspect-ratio: 1/1;
    -webkit-clip-path: polygon(0 6px, 6px 6px, 6px 0, 8px 0, 8px 6px, 14px 6px, 14px 8px, 8px 8px, 8px 14px, 6px 14px, 6px 8px, 0 8px);
            clip-path: polygon(0 6px, 6px 6px, 6px 0, 8px 0, 8px 6px, 14px 6px, 14px 8px, 8px 8px, 8px 14px, 6px 14px, 6px 8px, 0 8px);
    background-color: #fff;
  }
}
.page-flow-more.is-change .-inner::after {
  -webkit-clip-path: polygon(0 6px, 14px 6px, 14px 8px, 0 8px);
          clip-path: polygon(0 6px, 14px 6px, 14px 8px, 0 8px);
}
.page-flow-attention {
  color: #fff;
  width: min(100%, 770px);
  margin-inline: auto;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  border-radius: 4px;
  border: 1px solid currentColor;
  position: relative;
  padding-block: 40px 30px;
  padding-inline: 30px;
}
@media screen and (max-width: 579px) {
  .page-flow-attention {
    padding-block: 30px 20px;
    padding-inline: 20px;
  }
}
.page-flow-attention h3 {
  font-size: 112.5%;
  font-weight: 700;
  color: #fff;
  display: grid;
  place-content: center;
  place-items: center;
  width: 238px;
  height: 40px;
  border-radius: 3px;
  border: 1px solid currentColor;
  background-color: #E06666;
  margin-inline: auto;
  translate: 0 -50%;
  position: absolute;
  top: 0;
  left: calc(50% - 119px);
}
@media screen and (max-width: 579px) {
  .page-flow-attention h3 {
    font-size: 100%;
    width: 220px;
    height: 40px;
    left: calc(50% - 110px);
  }
}
.page-flow-attention h3 .-inner {
  display: grid;
  grid-template-columns: 1em -webkit-max-content;
  grid-template-columns: 1em max-content;
  align-items: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-flow-attention h3 .-inner::before {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  background-image: url(../images/ico-check-gry.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.page-flow-attention ol {
  font-size: 100%;
  font-weight: 500;
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 1em;
  margin: 0;
  padding: 0;
}
.page-flow-attention ol br {
  display: none;
}
@media screen and (max-width: 579px) {
  .page-flow-attention ol {
    display: block;
  }
  .page-flow-attention ol br {
    display: inherit;
  }
}

@media screen and (max-width: 579px) {
  .js-changeable {
    display: none;
    overflow: hidden;
  }
}

.page-lifecycle-wrap {
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
  -webkit-margin-after: 27px;
          margin-block-end: 27px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto auto;
  gap: 6px 6px;
}
@media screen and (max-width: 579px) {
  .page-lifecycle-wrap {
    gap: 2px 2px;
  }
}
.page-lifecycle-wrap h5 {
  font-size: 112.5%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.7777777778em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
@media screen and (max-width: 767px) {
  .page-lifecycle-wrap h5 {
    font-size: min(3.73vw, 112.5%);
    -webkit-margin-after: 0.4em;
            margin-block-end: 0.4em;
  }
}
.page-lifecycle-wrap h5 .-main {
  display: block;
  font-weight: 700;
}
.page-lifecycle-wrap h5 .-sub {
  font-size: 0.8888888889em;
  line-height: 1;
  font-weight: 700;
  color: var(--c-gr4);
  -webkit-padding-start: 0.375em;
          padding-inline-start: 0.375em;
  border-left: 1px solid currentColor;
}
@media screen and (max-width: 767px) {
  .page-lifecycle-wrap h5 .-sub {
    font-size: 56.25%;
  }
}
.page-lifecycle-wrap ul {
  font-size: 87.5%;
}
@media screen and (max-width: 767px) {
  .page-lifecycle-wrap ul {
    font-size: min(2.67vw, 87.5%);
  }
}
.page-lifecycle-wrap ul li {
  line-height: 1.3;
  display: grid;
  grid-template-columns: 0.7142857143em 1fr;
  gap: 0.6428571429em;
}
.page-lifecycle-wrap ul li br {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-lifecycle-wrap ul li br {
    display: inherit;
  }
}
.page-lifecycle-wrap ul li::before {
  content: "";
  width: 0.7142857143em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-margin-before: 0.2142857143em;
          margin-block-start: 0.2142857143em;
  background: var(--color);
}
.page-lifecycle-wrap ul li:not(:first-of-type) {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
@media screen and (max-width: 767px) {
  .page-lifecycle-wrap ul li:not(:first-of-type) {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
.page-lifecycle-wrap .-cont {
  border-color: var(--color);
  background-color: #f9f9f9;
  position: relative;
  padding-block: 50px;
  grid-area: 1/1/2/3;
  z-index: 1;
}
@media screen and (max-width: 994px) {
  .page-lifecycle-wrap .-cont {
    grid-area: 1/1/3/2;
  }
}
.page-lifecycle-wrap .-en {
  font-size: min(1.67vw, 150%);
  width: 11.2916666667em;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
}
@media screen and (max-width: 994px) {
  .page-lifecycle-wrap .-en {
    font-size: min(4.27vw, 100%);
    width: 6.75em;
  }
}
.page-lifecycle-wrap .-cont-inner {
  width: 200px;
  margin-inline: auto 0;
}
@media screen and (max-width: 994px) {
  .page-lifecycle-wrap .-cont-inner {
    width: 100%;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    -webkit-padding-start: min(2.78vw, 40px);
            padding-inline-start: min(2.78vw, 40px);
  }
}
@media screen and (max-width: 767px) {
  .page-lifecycle-wrap .-cont-inner {
    padding-inline: 0;
  }
}
.page-lifecycle-item {
  display: grid;
}
.page-lifecycle-item.-item1 {
  --color: #5AC2E2;
  order: 1;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
}
@media screen and (max-width: 994px) {
  .page-lifecycle-item.-item1 {
    grid-template-columns: 1fr;
  }
}
.page-lifecycle-item.-item1 .-cont {
  border-left-width: 11px;
  border-left-style: solid;
  -webkit-padding-start: min(2.78vw, 40px);
          padding-inline-start: min(2.78vw, 40px);
  align-self: end;
}
@media screen and (max-width: 994px) {
  .page-lifecycle-item.-item1 .-cont {
    align-self: stretch;
    -webkit-padding-before: 11px;
            padding-block-start: 11px;
    -webkit-padding-after: min(32vw, 120px);
            padding-block-end: min(32vw, 120px);
    border-left-width: 0;
    border-left-style: none;
    border-top-style: solid;
    border-top-width: 5px;
  }
}
@media screen and (max-width: 767px) {
  .page-lifecycle-item.-item1 .-cont {
    padding-inline: 2.67vw;
  }
}
@media screen and (max-width: 579px) {
  .page-lifecycle-item.-item1 .-cont {
    -webkit-padding-after: 29.33vw;
            padding-block-end: 29.33vw;
  }
}
.page-lifecycle-item.-item1 .-en {
  background-image: url(../images/bg-Strategy.svg);
  grid-area: 1/2/2/3;
  align-self: end;
}
@media screen and (max-width: 994px) {
  .page-lifecycle-item.-item1 .-en {
    grid-area: 2/1/3/2;
    justify-self: end;
  }
}
.page-lifecycle-item.-item2 {
  --color: #959EEE;
  order: 2;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
}
@media screen and (max-width: 994px) {
  .page-lifecycle-item.-item2 {
    grid-template-columns: 1fr;
  }
}
.page-lifecycle-item.-item2 .-cont {
  border-right-width: 11px;
  border-right-style: solid;
  -webkit-padding-end: min(2.78vw, 40px);
          padding-inline-end: min(2.78vw, 40px);
  align-self: end;
}
@media screen and (max-width: 994px) {
  .page-lifecycle-item.-item2 .-cont {
    align-self: stretch;
    -webkit-padding-before: 11px;
            padding-block-start: 11px;
    -webkit-padding-after: min(32vw, 120px);
            padding-block-end: min(32vw, 120px);
    border-right-width: 0;
    border-right-style: none;
    border-top-width: 5px;
    border-top-style: solid;
  }
}
@media screen and (max-width: 767px) {
  .page-lifecycle-item.-item2 .-cont {
    padding-inline: 2.67vw;
  }
}
@media screen and (max-width: 579px) {
  .page-lifecycle-item.-item2 .-cont {
    -webkit-padding-after: 29.33vw;
            padding-block-end: 29.33vw;
  }
}
.page-lifecycle-item.-item2 .-en {
  background-image: url(../images/bg-Design.svg);
  grid-area: 1/1/2/2;
  align-self: end;
}
@media screen and (max-width: 994px) {
  .page-lifecycle-item.-item2 .-en {
    grid-area: 2/1/3/2;
  }
}
.page-lifecycle-item.-item3 {
  --color: linear-gradient(to bottom, #9a7ee5 14%, #d89fe8 78%);
  order: 4;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
}
@media screen and (max-width: 994px) {
  .page-lifecycle-item.-item3 {
    grid-template-columns: 1fr;
  }
}
.page-lifecycle-item.-item3 .-cont {
  -webkit-padding-end: min(2.78vw + 11px, 51px);
          padding-inline-end: min(2.78vw + 11px, 51px);
  align-self: start;
}
.page-lifecycle-item.-item3 .-cont::after {
  content: "";
  width: 11px;
  height: 100%;
  background: var(--color);
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 994px) {
  .page-lifecycle-item.-item3 .-cont {
    align-self: stretch;
    -webkit-padding-before: min(32vw, 120px);
            padding-block-start: min(32vw, 120px);
    -webkit-padding-after: 16px;
            padding-block-end: 16px;
  }
  .page-lifecycle-item.-item3 .-cont::after {
    width: 100%;
    height: 5px;
    background: linear-gradient(to left, #9a7ee5 14%, #d89fe8 78%);
    top: unset;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-lifecycle-item.-item3 .-cont {
    padding-inline: 2.67vw;
  }
}
@media screen and (max-width: 579px) {
  .page-lifecycle-item.-item3 .-cont {
    -webkit-padding-before: 29.33vw;
            padding-block-start: 29.33vw;
  }
}
.page-lifecycle-item.-item3 .-en {
  background-image: url(../images/bg-Transition.svg);
  grid-area: 1/1/2/2;
  align-self: start;
}
@media screen and (max-width: 994px) {
  .page-lifecycle-item.-item3 .-en {
    grid-area: 1/1/2/2;
  }
}
.page-lifecycle-item.-item4 {
  --color: #5AC295;
  order: 3;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
}
@media screen and (max-width: 994px) {
  .page-lifecycle-item.-item4 {
    grid-template-columns: 1fr;
  }
}
.page-lifecycle-item.-item4 .-cont {
  border-left-width: 11px;
  border-left-style: solid;
  -webkit-padding-start: min(2.78vw, 40px);
          padding-inline-start: min(2.78vw, 40px);
  align-self: start;
}
@media screen and (max-width: 994px) {
  .page-lifecycle-item.-item4 .-cont {
    align-self: stretch;
    -webkit-padding-before: min(32vw, 120px);
            padding-block-start: min(32vw, 120px);
    -webkit-padding-after: 11px;
            padding-block-end: 11px;
    border-left-width: 0;
    border-left-style: none;
    border-bottom-width: 5px;
    border-bottom-style: solid;
  }
}
@media screen and (max-width: 767px) {
  .page-lifecycle-item.-item4 .-cont {
    padding-inline: 2.67vw;
  }
}
@media screen and (max-width: 579px) {
  .page-lifecycle-item.-item4 .-cont {
    -webkit-padding-before: 29.33vw;
            padding-block-start: 29.33vw;
  }
}
.page-lifecycle-item.-item4 .-en {
  background-image: url(../images/bg-Operation.svg);
  grid-area: 1/2/2/3;
  align-self: start;
}
@media screen and (max-width: 994px) {
  .page-lifecycle-item.-item4 .-en {
    grid-area: 1/1/2/2;
    justify-self: end;
  }
}
.page-lifecycle-center {
  font-size: min(1.25vw, 112.5%);
  width: 23.6111111111em;
  aspect-ratio: 425 / 388;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-image: url(../images/img-lifecycle-center.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-weight: 700;
  color: var(--c-gr4);
  display: grid;
  place-content: center;
  place-items: center;
  z-index: 10;
}
.page-lifecycle-center br {
  display: none;
}
@media screen and (max-width: 994px) {
  .page-lifecycle-center {
    font-size: min(87.5%, 3.73vw);
    background-image: url(../images/img-lifecycle-center-sp.svg);
    width: 14.0714285714em;
  }
  .page-lifecycle-center br {
    display: inherit;
  }
}
@media screen and (max-width: 579px) {
  .page-lifecycle-center {
    font-size: spW(12px);
  }
}
/*# sourceMappingURL=lp-career.css.map */