@charset "UTF-8";
@-webkit-keyframes slideLRAnime {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes slideLRAnime {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@-webkit-keyframes slideTBAnime {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
@keyframes slideTBAnime {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
            clip-path: inset(0 0 100% 0);
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}
/*----------------------------------------------------
導入
----------------------------------------------------*/
#lead {
  position: relative;
  overflow: hidden;
  padding: 50px 0 54px;
}
@media all and (min-width: 751px) {
  #lead {
    padding: 116px 0 100px;
  }
}
#lead::before {
  position: absolute;
  content: "A CHAIN";
  top: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-family: "Roboto", sans-serif;
  font-style: normal;
  color: #f7f7f7;
  font-weight: 900;
  text-align: center;
  font-size: 56px;
  letter-spacing: 0.3em;
  white-space: nowrap;
  z-index: -1;
}
@media all and (max-width: 750px) {
  #lead::before {
    bottom: 0;
  }
}
@media all and (min-width: 751px) {
  #lead::before {
    content: "A CHAIN OF TRUST";
    top: 70px;
    letter-spacing: 0.1em;
    font-size: 135px;
  }
}
@media all and (max-width: 750px) {
  #lead::after {
    position: absolute;
    content: "OF TRUST";
    top: 65px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-family: "Roboto", sans-serif;
    font-style: normal;
    color: #f7f7f7;
    font-weight: 900;
    text-align: center;
    font-size: 59px;
    letter-spacing: 0.2em;
    white-space: nowrap;
    z-index: -1;
  }
}
#lead .copy {
  position: relative;
  color: #00787e;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 17px;
  margin-bottom: 33px;
}
@media all and (min-width: 751px) {
  #lead .copy {
    letter-spacing: 0.1em;
    font-size: 27px;
    margin-bottom: 36px;
  }
}
#lead .copy span {
  position: relative;
  margin-left: 1em;
}
#lead .copy span::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: #00787e;
  opacity: 0.5;
  -webkit-transition: width 0.6s ease-in-out;
  transition: width 0.6s ease-in-out;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#lead .copy.fadeUp span::after {
  width: calc(100% - 0.6em);
}
#lead p {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 12px;
  line-height: 2;
}
@media all and (min-width: 751px) {
  #lead p {
    font-size: 15px;
    line-height: 2.26;
  }
}
#lead p.bold {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.15em;
  line-height: 1.92;
  margin-bottom: 18px;
}
@media all and (min-width: 751px) {
  #lead p.bold {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 20px;
  }
}

/*----------------------------------------------------
COMMITMENTS
----------------------------------------------------*/
#commitments {
  background-color: #f7f7f7;
  padding: 33px 0 68px;
}
@media all and (min-width: 751px) {
  #commitments {
    padding: 90px 0 140px;
  }
}
#commitments .lead {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 1.75;
  margin-top: 13px;
}
@media all and (min-width: 751px) {
  #commitments .lead {
    font-size: 15px;
    line-height: 1.86;
    margin-top: 20px;
  }
}
#commitments ul {
  counter-reset: number 0;
  margin-top: 36px;
}
@media all and (min-width: 751px) {
  #commitments ul {
    margin-top: 74px;
  }
}
#commitments ul li {
  counter-increment: number 1;
}
@media all and (min-width: 751px) {
  #commitments ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#commitments ul li .image {
  width: 91.8%;
}
@media all and (min-width: 751px) {
  #commitments ul li .image {
    width: 49.4%;
  }
}
#commitments ul li .texts {
  position: relative;
  z-index: 1;
  background-color: #fff;
  margin-top: -16%;
  margin-left: auto;
  min-width: 76.2%;
  max-width: 88%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5% 6% 5% 7%;
}
@media all and (min-width: 751px) {
  #commitments ul li .texts {
    min-width: 385px;
    padding: 40px 44px 44px;
    margin-top: unset;
    margin-left: unset;
    margin-right: -3%;
    max-width: 46.7%;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #commitments ul li .texts {
    padding: 30px;
    min-width: 300px;
  }
}
#commitments ul li .texts::before {
  position: absolute;
  content: "";
  background-color: #00787e;
  width: 20px;
  height: 1px;
  top: 0;
  left: 8%;
  -webkit-transform: rotate(-48deg);
          transform: rotate(-48deg);
}
@media all and (min-width: 751px) {
  #commitments ul li .texts::before {
    width: 40px;
    left: 10%;
  }
}
#commitments ul li .texts .head {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 13px;
}
@media all and (min-width: 751px) {
  #commitments ul li .texts .head {
    margin-bottom: 20px;
  }
}
#commitments ul li .texts .head::before {
  position: absolute;
  z-index: -1;
  content: counter(number, decimal-leading-zero);
  top: 55%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  right: 10px;
  color: #e5f1f2;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: 45px;
}
@media all and (min-width: 751px) {
  #commitments ul li .texts .head::before {
    font-size: 82px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #commitments ul li .texts .head::before {
    font-size: 60px;
  }
}
#commitments ul li .texts .head .en {
  color: #00787e;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 8px;
}
@media all and (min-width: 751px) {
  #commitments ul li .texts .head .en {
    font-size: 13px;
  }
}
#commitments ul li .texts .head .jp {
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 16px;
}
@media all and (min-width: 751px) {
  #commitments ul li .texts .head .jp {
    font-size: 26px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #commitments ul li .texts .head .jp {
    font-size: 22px;
  }
}
#commitments ul li .texts p {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 11px;
  line-height: 1.63;
}
@media all and (min-width: 751px) {
  #commitments ul li .texts p {
    font-size: 15px;
    line-height: 1.86;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #commitments ul li .texts p {
    font-size: 13px;
  }
}
#commitments ul li:not(:last-child) {
  margin-bottom: 32px;
}
@media all and (min-width: 751px) {
  #commitments ul li:not(:last-child) {
    margin-bottom: 64px;
  }
}
@media all and (min-width: 751px) {
  #commitments ul li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#commitments ul li:nth-child(even) .image {
  width: 84.6%;
  margin-left: auto;
}
@media all and (min-width: 751px) {
  #commitments ul li:nth-child(even) .image {
    width: 46.6%;
    margin-left: unset;
  }
}
#commitments ul li:nth-child(even) .texts {
  margin-left: unset;
}
@media all and (min-width: 751px) {
  #commitments ul li:nth-child(even) .texts {
    margin-right: unset;
    margin-left: -3%;
    margin-top: 8%;
  }
}

/*----------------------------------------------------
WORK FLOW
----------------------------------------------------*/
#workflow {
  padding: 38px 0 35px;
}
@media all and (min-width: 751px) {
  #workflow {
    padding: 100px 0 150px;
  }
}
#workflow .inner {
  --sp_padding: 30px;
}
#workflow .lead {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 1.75;
  margin-top: 13px;
}
@media all and (min-width: 751px) {
  #workflow .lead {
    font-size: 15px;
    line-height: 1.86;
    margin-top: 20px;
  }
}
#workflow ul {
  max-width: 870px;
  margin-inline: auto;
}
#workflow ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 28px;
  padding: 62px 5.7% 42px;
}
@media all and (min-width: 751px) {
  #workflow ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5.7%;
    padding: 70px 0 50px 2.2%;
  }
}
#workflow ul li .number {
  position: absolute;
  top: 18px;
  left: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 751px) {
  #workflow ul li .number {
    top: 34px;
    left: 0;
  }
}
#workflow ul li .number .step {
  color: #0b949b;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 15px;
  margin-left: 0.2em;
}
@media all and (min-width: 751px) {
  #workflow ul li .number .step {
    font-size: 17px;
  }
}
#workflow ul li .number .num {
  color: #0b949b;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  line-height: 1;
  font-size: 54px;
}
@media all and (min-width: 751px) {
  #workflow ul li .number .num {
    font-size: 59px;
  }
}
#workflow ul li .image {
  width: 88.1%;
}
@media all and (min-width: 751px) {
  #workflow ul li .image {
    width: 30.5%;
  }
}
@media all and (min-width: 751px) {
  #workflow ul li .texts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#workflow ul li .texts .head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-left: 60px;
}
@media all and (min-width: 751px) {
  #workflow ul li .texts .head {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-inline: unset;
    padding-left: 80px;
  }
}
#workflow ul li .texts .head::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  aspect-ratio: 1;
  background-image: url(../images/job/flow_icon01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
}
@media all and (min-width: 751px) {
  #workflow ul li .texts .head::before {
    width: 60px;
  }
}
#workflow ul li .texts .head .en {
  color: #0b949b;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.3em;
  font-size: 10px;
}
@media all and (min-width: 751px) {
  #workflow ul li .texts .head .en {
    font-size: 12px;
  }
}
#workflow ul li .texts .head .jp {
  font-weight: bold;
  letter-spacing: 0.2em;
  font-size: 18px;
}
@media all and (min-width: 751px) {
  #workflow ul li .texts .head .jp {
    font-size: 22px;
  }
}
#workflow ul li .texts p {
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 1.83;
  margin-top: 20px;
}
@media all and (min-width: 751px) {
  #workflow ul li .texts p {
    font-size: 15px;
    line-height: 2;
    margin-top: 16px;
  }
}
#workflow ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 120, 126, 0.2);
}
#workflow ul li:not(:last-child)::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/icon/arrow_tri.svg);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 17/35;
  width: 15px;
  bottom: -10%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  opacity: 0;
  -webkit-transition: all 0.4s 0.6s;
  transition: all 0.4s 0.6s;
}
@media all and (min-width: 751px) {
  #workflow ul li:not(:last-child)::after {
    width: 17px;
  }
}
#workflow ul li:not(:last-child).fadeUp::after {
  bottom: 0;
  opacity: 1;
}
#workflow ul li:nth-child(1) .number .num {
  letter-spacing: 0.05em;
}
#workflow ul li:nth-child(2) .texts .head::before {
  background-image: url(../images/job/flow_icon02.svg);
}
#workflow ul li:nth-child(3) .texts .head::before {
  background-image: url(../images/job/flow_icon03.svg);
}
#workflow ul li:nth-child(4) .texts .head::before {
  background-image: url(../images/job/flow_icon04.svg);
}
#workflow ul li:nth-child(5) .texts .head::before {
  background-image: url(../images/job/flow_icon05.svg);
}

/*----------------------------------------------------
PATH TO INDEPENDENCE
----------------------------------------------------*/
#independence {
  overflow: hidden;
  background-color: #f7f7f7;
  padding: 32px 0 90px;
}
@media all and (min-width: 751px) {
  #independence {
    padding: 66px 0 180px;
  }
}
#independence .section_title {
  gap: 1em;
}
#independence .section_title .en {
  line-height: 1.2;
}
@media all and (min-width: 751px) {
  #independence .section_title .en {
    line-height: 1.46;
  }
}
#independence .lead {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 12px;
  line-height: 1.75;
  margin-top: 13px;
}
@media all and (min-width: 751px) {
  #independence .lead {
    font-size: 15px;
    line-height: 1.86;
    margin-top: 20px;
  }
}
#independence ul {
  position: relative;
  margin-top: 67px;
}
@media all and (max-width: 750px) {
  #independence ul {
    width: 92%;
    margin-inline: auto;
  }
}
@media all and (min-width: 751px) {
  #independence ul {
    margin-top: 120px;
  }
  #independence ul::before {
    position: absolute;
    content: "";
    background-color: rgba(11, 148, 155, 0.69);
    top: 62px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 2px;
    height: 90%;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transition: -webkit-transform 0.8s 0.4s ease-in-out;
    transition: -webkit-transform 0.8s 0.4s ease-in-out;
    transition: transform 0.8s 0.4s ease-in-out;
    transition: transform 0.8s 0.4s ease-in-out, -webkit-transform 0.8s 0.4s ease-in-out;
  }
  #independence ul.animated::before {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
#independence ul li {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (min-width: 751px) {
  #independence ul li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 12%;
  }
}
#independence ul li::before {
  position: absolute;
  z-index: -1;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: #fff;
}
@media all and (max-width: 750px) {
  #independence ul li::before {
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
  }
}
#independence ul li .image {
  width: 85.8%;
}
@media all and (min-width: 751px) {
  #independence ul li .image {
    position: relative;
    width: min(430px, 43%);
  }
  #independence ul li .image::before {
    position: absolute;
    content: "";
    background-color: #0b949b;
    z-index: -1;
  }
}
@media all and (max-width: 750px) {
  #independence ul li .dot {
    display: none;
  }
}
@media all and (min-width: 751px) {
  #independence ul li .dot {
    position: absolute;
    background-color: #0b949b;
    aspect-ratio: 1;
    border-radius: 50%;
    top: 56px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 23px;
  }
}
#independence ul li .texts {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 4% 7% 8% 9%;
}
@media all and (max-width: 750px) {
  #independence ul li .texts {
    margin-top: -5%;
  }
}
@media all and (min-width: 751px) {
  #independence ul li .texts {
    width: min(430px, 43%);
    padding: 3% 5% 4%;
  }
}
#independence ul li .texts p {
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 11px;
  line-height: 1.9;
}
@media all and (min-width: 751px) {
  #independence ul li .texts p {
    font-size: 15px;
    line-height: 2;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #independence ul li .texts p {
    font-size: 13px;
  }
}
#independence ul li .texts p span {
  display: inline-block;
  color: #0b949b;
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 12px;
  margin-right: 1em;
}
@media all and (min-width: 751px) {
  #independence ul li .texts p span {
    font-size: 20px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #independence ul li .texts p span {
    font-size: 16px;
  }
}
#independence ul li .texts p span::first-letter {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  font-size: 40px;
}
@media all and (min-width: 751px) {
  #independence ul li .texts p span::first-letter {
    font-size: 58px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #independence ul li .texts p span::first-letter {
    font-size: 40px;
  }
}
@media all and (max-width: 750px) {
  #independence ul li:not(:first-of-type) .image::after {
    position: absolute;
    z-index: 1;
    content: "";
    background-color: #0b949b;
    aspect-ratio: 1;
    border-radius: 50%;
    top: 63px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 12px;
  }
}
@media all and (min-width: 751px) {
  #independence ul li:not(:last-child) {
    margin-bottom: 135px;
  }
}
@media all and (min-width: 751px) {
  #independence ul li:last-of-type .dot::before {
    position: absolute;
    z-index: -1;
    content: "";
    background-color: #f7f7f7;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 4px;
    height: 160px;
  }
}
@media all and (min-width: 751px) {
  #independence ul li:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#independence ul li:nth-of-type(1)::before {
  content: "FIRST YEAR";
  font-size: 52px;
  letter-spacing: 0.2em;
}
@media all and (min-width: 751px) {
  #independence ul li:nth-of-type(1)::before {
    font-size: 104px;
    letter-spacing: 0.3em;
    top: -90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #independence ul li:nth-of-type(1)::before {
    font-size: 9vw;
    top: -80px;
  }
}
@media all and (min-width: 751px) {
  #independence ul li:nth-of-type(1) .image {
    text-align: center;
  }
  #independence ul li:nth-of-type(1) .image::before {
    width: 36%;
    height: 54%;
    top: -34px;
    right: 7%;
  }
  #independence ul li:nth-of-type(1) .image img {
    width: 80%;
    margin-right: 11%;
  }
}
@media all and (min-width: 751px) {
  #independence ul li:nth-of-type(2) {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media all and (max-width: 750px) {
  #independence ul li:nth-of-type(2)::before {
    content: "2ND YEAR";
    font-size: 57px;
    letter-spacing: 0.29em;
  }
}
@media all and (min-width: 751px) {
  #independence ul li:nth-of-type(2)::before {
    content: "2ND\aYEAR";
    font-size: 104px;
    letter-spacing: 0.3em;
    white-space: pre;
    line-height: 1;
    top: -84px;
    right: 0;
  }
}
@media all and (min-width: 751px) and (max-width: 1340px) {
  #independence ul li:nth-of-type(2)::before {
    font-size: 8vw;
  }
}
@media all and (min-width: 751px) and (max-width: 1200px) {
  #independence ul li:nth-of-type(2)::before {
    font-size: 9vw;
    top: -100px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #independence ul li:nth-of-type(2)::before {
    top: -70px;
  }
}
@media all and (min-width: 751px) {
  #independence ul li:nth-of-type(2) .image {
    text-align: right;
  }
  #independence ul li:nth-of-type(2) .image::before {
    width: 36%;
    height: 54%;
    bottom: -30px;
    left: 0;
  }
  #independence ul li:nth-of-type(2) .image img {
    width: 92%;
  }
  #independence ul li:nth-of-type(2) .texts {
    margin-bottom: -20px;
  }
}
@media all and (min-width: 751px) {
  #independence ul li:nth-of-type(3) {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media all and (max-width: 750px) {
  #independence ul li:nth-of-type(3)::before {
    content: "3RD YEAR";
    font-size: 56px;
    letter-spacing: 0.3em;
  }
}
@media all and (min-width: 751px) {
  #independence ul li:nth-of-type(3)::before {
    content: "3RD\aYEAR";
    font-size: 104px;
    letter-spacing: 0.3em;
    white-space: pre;
    line-height: 1;
    top: -60px;
    left: 0;
  }
}
@media all and (min-width: 751px) and (max-width: 1340px) {
  #independence ul li:nth-of-type(3)::before {
    font-size: 8vw;
  }
}
@media all and (min-width: 751px) and (max-width: 1200px) {
  #independence ul li:nth-of-type(3)::before {
    font-size: 9vw;
  }
}
@media all and (min-width: 751px) {
  #independence ul li:nth-of-type(3) .image::before {
    width: 40%;
    height: 54%;
    bottom: -34px;
    right: -8%;
  }
  #independence ul li:nth-of-type(3) .texts {
    margin-bottom: -60px;
  }
}
@media all and (min-width: 751px) {
  #independence ul li:nth-of-type(4) {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media all and (max-width: 750px) {
  #independence ul li:nth-of-type(4)::before {
    content: "4TH YEAR";
    font-size: 56px;
    letter-spacing: 0.28em;
  }
}
@media all and (min-width: 751px) {
  #independence ul li:nth-of-type(4)::before {
    content: "4TH\aYEAR";
    font-size: 104px;
    letter-spacing: 0.3em;
    white-space: pre;
    line-height: 1;
    top: -70px;
    right: 0;
  }
}
@media all and (min-width: 751px) and (max-width: 1340px) {
  #independence ul li:nth-of-type(4)::before {
    font-size: 8vw;
  }
}
@media all and (min-width: 751px) and (max-width: 1200px) {
  #independence ul li:nth-of-type(4)::before {
    font-size: 9vw;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #independence ul li:nth-of-type(4)::before {
    top: -50px;
  }
}
@media all and (min-width: 751px) {
  #independence ul li:nth-of-type(4) .image {
    text-align: right;
  }
  #independence ul li:nth-of-type(4) .image::before {
    width: 36%;
    height: 54%;
    bottom: -30px;
    left: 0;
  }
  #independence ul li:nth-of-type(4) .image img {
    width: 92%;
  }
  #independence ul li:nth-of-type(4) .texts {
    margin-bottom: 15px;
  }
}
@media all and (max-width: 750px) {
  #independence ul .line {
    background-color: rgba(11, 148, 155, 0.69);
    width: 3px;
    height: 63px;
    position: relative;
    z-index: 2;
    margin-inline: auto;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    transition-duration: 0.5s;
  }
  #independence ul .line.animated {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@media all and (min-width: 751px) {
  #independence ul .line {
    display: none;
  }
}

/*----------------------------------------------------
REWARDING
----------------------------------------------------*/
#rewarding {
  padding: 42px 0;
}
@media all and (min-width: 751px) {
  #rewarding {
    padding: 88px 0 103px;
  }
}
#rewarding .lead {
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 12px;
  line-height: 1.75;
  margin-top: 13px;
}
@media all and (min-width: 751px) {
  #rewarding .lead {
    font-size: 15px;
    line-height: 1.86;
    margin-top: 16px;
  }
}
#rewarding .splide_wrap {
  margin-top: 38px;
}
@media all and (max-width: 750px) {
  #rewarding .splide_wrap {
    overflow: hidden;
    margin-inline: calc(50% - 50vw);
  }
}
@media all and (min-width: 751px) {
  #rewarding .splide_wrap {
    margin-top: 56px;
  }
}
@media all and (max-width: 750px) {
  #rewarding .splide_wrap .splide__track {
    overflow: visible;
  }
}
#rewarding .splide_wrap .splide__arrows {
  position: absolute;
  z-index: 1;
  top: 37%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 53.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  pointer-events: none;
}
#rewarding .splide_wrap .splide__arrows .splide__arrow {
  display: -ms-grid;
  display: grid;
  place-content: center;
  aspect-ratio: 1;
  width: 41px;
  border: none;
  background-color: #2e3738;
  border-radius: 50%;
  opacity: 0.3;
  pointer-events: auto;
}
#rewarding .splide_wrap .splide__arrows .splide__arrow::after {
  content: "";
  aspect-ratio: 1;
  width: 8px;
  border-style: solid;
  border-color: #fff;
  border-width: 1px 1px 0 0;
}
#rewarding .splide_wrap .splide__arrows .splide__arrow > svg {
  display: none;
}
#rewarding .splide_wrap .splide__arrows .splide__arrow--prev {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#rewarding .splide_wrap .splide__arrows .splide__arrow--prev::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-left: 3px;
}
#rewarding .splide_wrap .splide__arrows .splide__arrow--next {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
#rewarding .splide_wrap .splide__arrows .splide__arrow--next::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 3px;
}
@media all and (min-width: 751px) {
  #rewarding .splide_wrap .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-evenly;
  }
}
@media all and (min-width: 751px) {
  #rewarding .splide_wrap .splide__list .splide__slide {
    width: 29.7%;
  }
}
#rewarding .splide_wrap .splide__list .splide__slide .texts {
  text-align: center;
  margin-top: 16px;
}
@media all and (min-width: 751px) {
  #rewarding .splide_wrap .splide__list .splide__slide .texts {
    margin-top: 28px;
  }
}
#rewarding .splide_wrap .splide__list .splide__slide .texts .position {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 9px;
}
@media all and (min-width: 751px) {
  #rewarding .splide_wrap .splide__list .splide__slide .texts .position {
    font-size: 14px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #rewarding .splide_wrap .splide__list .splide__slide .texts .position {
    font-size: 12px;
  }
}
#rewarding .splide_wrap .splide__list .splide__slide .texts .name {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 12px;
  margin-top: 5px;
}
@media all and (min-width: 751px) {
  #rewarding .splide_wrap .splide__list .splide__slide .texts .name {
    font-size: 19px;
  }
}
@media screen and (min-width: 751px) and (max-width: 999px) {
  #rewarding .splide_wrap .splide__list .splide__slide .texts .name {
    font-size: 16px;
  }
}
#rewarding .splide_wrap .splide__list .splide__slide .texts .name small {
  font-size: 9px;
  margin-left: 0.5em;
}
@media all and (min-width: 751px) {
  #rewarding .splide_wrap .splide__list .splide__slide .texts .name small {
    font-size: 14px;
  }
}
#rewarding .splide_wrap .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
@media all and (min-width: 751px) {
  #rewarding .splide_wrap .splide__pagination {
    gap: 10px;
    margin-top: 65px;
  }
}
#rewarding .splide_wrap .splide__pagination .splide__pagination__page {
  aspect-ratio: 1;
  width: 8px;
  border: 1px solid #319ea3;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 751px) {
  #rewarding .splide_wrap .splide__pagination .splide__pagination__page {
    width: 8px;
  }
}
#rewarding .splide_wrap .splide__pagination .splide__pagination__page.is-active {
  background-color: #319ea3;
}

/*----------------------------------------------------
BEST MATCH
----------------------------------------------------*/
#bestmatch {
  background-color: #f7f7f7;
  padding: 33px 0 50px;
}
@media all and (min-width: 751px) {
  #bestmatch {
    padding: 84px 0 115px;
  }
}
#bestmatch .inner {
  --sp_padding: 15px;
}
#bestmatch ul {
  margin-inline: auto;
  width: min(400px, 100%);
  margin-top: 26px;
}
@media all and (min-width: 751px) {
  #bestmatch ul {
    width: min(600px, 60%);
    margin-top: 46px;
  }
}
#bestmatch ul li {
  background-color: #fff;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-size: 12px;
  padding: 1.4em 1em;
}
@media all and (min-width: 751px) {
  #bestmatch ul li {
    letter-spacing: 0.1em;
    font-size: 17px;
    padding: 2em;
  }
}
#bestmatch ul li:not(:last-child) {
  margin-bottom: 11px;
}
@media all and (min-width: 751px) {
  #bestmatch ul li:not(:last-child) {
    margin-bottom: 16px;
  }
}
