@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
:root {
  --color-txt: #191919;
  --color-txt-glay: #909090;
  --color-txt-magenta: #e90081;
  --max-width-size: setting.px-cov(1600);
}

#container .content .c__col-glay {
  color: var(--color-txt-glay) !important;
}
#container .content .c__col-magenta {
  color: var(--color-txt-magenta) !important;
}
#container .content .c__fz-16 {
  font-size: 1.6rem !important;
}
#container .content .c__fz-13 {
  font-size: 1.3rem !important;
}
#container .content .c__fz-12 {
  font-size: 1.2rem !important;
}
#container .content .c__tetal-center {
  text-align: center !important;
}
#container .content .c__mt-120 {
  margin-top: 120px !important;
}
#container .content .c__mt-30 {
  margin-top: 30px !important;
}
#container .content .c__anim-fadeIn {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-animation: fadeIn2 0.4s 1 1s ease both;
          animation: fadeIn2 0.4s 1 1s ease both;
}
#container .content .c__dis-none {
  display: none !important;
}
#container .content .parts__ul-01 {
  width: 100%;
  margin: 120px auto 0;
}
#container .content .parts__ul-01 li {
  margin: 15px auto 0;
  padding: 0 0 0 1em;
  list-style: none;
  text-indent: -1em;
}
#container .content .parts__ul-02 {
  width: 100%;
  margin: 15px auto 0;
}
#container .content .parts__ul-02 li {
  margin: 0;
  padding: 0 0 0 1em;
  list-style: none;
  text-indent: -1em;
}
#container .content .parts__colum {
  margin: 120px auto 0 !important;
}
@media screen and (min-width: 768px) {
  #container .content .parts__colum {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  #container .content .parts__colum.is-pc-invert_col .parts__colum__txt {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
#container .content .parts__colum .parts__colum__txt *:nth-child(1) {
  margin-top: 0 !important;
}
@media screen and (min-width: 768px) {
  #container .content .parts__colum .parts__colum__txt {
    min-width: calc(100% - 350px - 40px);
  }
}
#container .content .parts__colum .parts__colum__ph {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  #container .content .parts__colum .parts__colum__ph img {
    margin-top: 0;
  }
}
#container .content [class^=parts__btn] {
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #container .content [class^=parts__btn] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
  }
}
#container .content [class^=parts__btn] .parts__btn__a {
  margin: 0;
  min-width: 240px;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: calc(15px + 1em);
}
@media screen and (min-width: 768px) {
  #container .content [class^=parts__btn] .parts__btn__a {
    min-width: 400px;
    font-size: 2.25rem;
    padding: 25px 20px;
    border-radius: calc(30px + 1em);
  }
}
#container .content [class^=parts__btn] .parts__btn__a[target=_blank]::after {
  content: "";
  background: url(/recruit/img/ico_b-link.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  #container .content [class^=parts__btn] .parts__btn__a[target=_blank]::after {
    width: 40px;
    height: 30px;
  }
}
@media screen and (min-width: 768px) {
  #container .content [class^=parts__btn] .parts__btn__a:hover {
    opacity: 0.7;
  }
}
#container .content [class^=parts__btn] .parts__btn__a:link, #container .content [class^=parts__btn] .parts__btn__a:visited {
  color: #fff;
}
#container .content .parts__btn-w .parts__btn__a {
  background: #fff;
  color: var(--color-txt);
  border: solid 1px #fff;
  font-weight: 500;
}
#container .content .parts__btn-w .parts__btn__a:link, #container .content .parts__btn-w .parts__btn__a:visited {
  color: var(--color-txt);
}
#container .content .parts__pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  #container .content .parts__pc-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 768px) {
  #container .content .parts__sp-only {
    display: none !important;
  }
}

#container {
  background-color: #fff;
  color: var(--color-txt);
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  font-size: 1rem;
  font-weight: 500;
  font-style: normal;
  line-height: 1.6;
  opacity: 0;
  -webkit-animation: fadeIn 0.8s 1 0s ease both;
          animation: fadeIn 0.8s 1 0s ease both;
}
#container * {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #container a:hover {
    opacity: 0.7;
  }
}
#container a:link, #container a:visited {
  color: var(--color-txt);
}
#container .foot {
  background: #000;
  padding: 20px;
  color: #fff;
  font-weight: 400;
  position: relative;
  z-index: 5;
}
#container .foot .foot__logo {
  width: 50px;
  height: auto;
}
#container .foot .foot__head__ttl {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #container .foot .foot__head__ttl {
    font-size: 1.9rem;
    gap: 18px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  #container .foot .foot__head__ttl:hover {
    opacity: 0.7;
  }
}
#container .foot .foot__head__ttl:link, #container .foot .foot__head__ttl:visited {
  color: #fff;
}
#container .foot .foot__copyright {
  margin: 15px auto 0;
  font-family: "Open Sans", "游ゴシック Medium", "Yu Gothic Medium", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 100;
}
#container .content {
  position: relative;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}
#container .content h2 {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 500;
  color: var(--color-txt);
  line-height: 1.5;
  text-align: left;
  z-index: 10;
  position: relative;
  overflow: hidden;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  #container .content h2 {
    font-size: 2.25rem;
  }
}
#container .content h2 .c__col-glay {
  font-size: 2.25rem;
  color: var(--color-txt) !important;
}
@media screen and (min-width: 768px) {
  #container .content h2 .c__col-glay {
    font-size: 3rem;
  }
}
#container .content h2 .c__col-magenta {
  font-size: 2.5rem;
  color: var(--color-txt) !important;
}
@media screen and (min-width: 768px) {
  #container .content h2 .c__col-magenta {
    font-size: 3.75rem;
  }
}
#container .content h3 {
  margin: 40px 0 0;
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--color-txt);
  line-height: 1.5;
  text-align: left;
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 768px) {
  #container .content h3 {
    font-size: 1.5rem;
  }
}
#container .content h3:first-child {
  margin-top: 120px;
}
#container .content p {
  margin: 20px 0 0;
  line-height: 2.5;
}
@media screen and (min-width: 768px) {
  #container .content p {
    font-size: 1.25rem;
    margin-top: 50px;
  }
}
#container .content img {
  height: auto;
  margin: 0;
  display: block;
  max-block-size: none;
}
@media screen and (max-width: 767px) {
  #container .content img {
    width: 100%;
  }
}
#container .content .content__head {
  height: 100vh;
  height: 100dvh;
  margin: 0 auto;
  position: relative;
  line-height: 0;
  opacity: 0;
  -webkit-animation: fadeIn 1.2s 1 0s ease-in both;
          animation: fadeIn 1.2s 1 0s ease-in both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: visible;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#container .content .content__head::before {
  content: "";
  background: url(/recruit/img/MV_sp.jpg) no-repeat;
  background-size: cover;
  width: calc(100% + 400px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-transform: translate(-400px, 0);
          transform: translate(-400px, 0);
  -webkit-animation: content__mv-1_sp 48s infinite 0s linear both;
          animation: content__mv-1_sp 48s infinite 0s linear both;
}
@media screen and (min-width: 768px) {
  #container .content .content__head::before {
    width: 100%;
    height: calc(100% + 200px);
    background: url(/recruit/img/MV.jpg) no-repeat;
    background-size: cover;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-animation: content__mv-1_pc 48s infinite 0s ease both;
            animation: content__mv-1_pc 48s infinite 0s ease both;
  }
}
#container .content .content__head::after {
  content: "";
  background: url(/recruit/img/logo.svg) no-repeat;
  background-size: contain;
  width: 89.7435897436vw;
  height: 89.7435897436vw;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  mix-blend-mode: multiply;
  -webkit-animation: fadeOut 1.8s 1 3s ease both;
          animation: fadeOut 1.8s 1 3s ease both;
}
@media screen and (min-width: 768px) {
  #container .content .content__head::after {
    width: 37.5vw;
    height: 37.5vw;
    bottom: 0;
    top: auto;
    left: auto;
    right: 0;
    -webkit-animation: fadeIn 3s 1 0s ease-in both;
            animation: fadeIn 3s 1 0s ease-in both;
  }
}
#container .content .content__head .content__head__box {
  width: 100%;
  padding: 50px 5px 50px 25px;
  position: relative;
  display: block;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #container .content .content__head .content__head__box {
    height: 100vh;
    height: 100dvh;
    width: 600px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 50px 50px 120px 50px;
  }
}
#container .content .content__head .content__head__box::before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  width: calc(100vw - 80px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  -webkit-animation: content__mv-3_sp 4s 1 1.2s ease both;
          animation: content__mv-3_sp 4s 1 1.2s ease both;
}
@media screen and (min-width: 768px) {
  #container .content .content__head .content__head__box::before {
    width: 400px;
    height: 100%;
    -webkit-animation: content__mv-3_pc 4s 1 0s ease both;
            animation: content__mv-3_pc 4s 1 0s ease both;
  }
}
#container .content .content__head .content__head__box::after {
  content: none;
  background: url(/recruit/img/logo.svg) no-repeat;
  background-size: contain;
  width: 110px;
  height: 110px;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
}
@media screen and (min-width: 768px) {
  #container .content .content__head .content__head__box::after {
    content: "";
  }
}
#container .content .content__head .content__head__box h1 {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1;
  text-align: left;
  z-index: 1;
  position: relative;
  -webkit-animation: fadeIn 1.8s 1 1.5s ease both;
          animation: fadeIn 1.8s 1 1.5s ease both;
}
@media screen and (min-width: 768px) {
  #container .content .content__head .content__head__box h1 {
    font-size: 5rem;
    -webkit-animation: fadeIn 1.8s 1 1s ease both;
            animation: fadeIn 1.8s 1 1s ease both;
  }
}
#container .content .content__head .content__head__box p {
  font-size: 1.5rem;
  line-height: 2;
  z-index: 1;
  position: relative;
  -webkit-animation: fadeIn 1.2s 1 2.5s ease both;
          animation: fadeIn 1.2s 1 2.5s ease both;
  z-index: 1;
  mix-blend-mode: difference;
}
@media screen and (min-width: 768px) {
  #container .content .content__head .content__head__box p {
    font-size: 2.5rem;
    margin-top: 90px;
    font-weight: 400;
  }
}
#container .content .content__head .content__head__box p.is-sub {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 50px;
  color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #container .content .content__head .content__head__box p.is-sub {
    width: 100%;
    bottom: 120px;
    left: 50px;
  }
}
#container .content .content__head .content__head__box p.is-sub span {
  position: relative;
}
#container .content .content__head .content__img {
  width: 60px;
  height: auto;
  position: absolute;
  top: 10px;
  left: 10px;
  -webkit-animation: fadeIn 0.8s 1 2.5s ease both;
          animation: fadeIn 0.8s 1 2.5s ease both;
}
@media screen and (min-width: 768px) {
  #container .content .content__head .content__img {
    display: none;
    opacity: 0;
  }
}
#container .content .content__head .content__head__sub-ttl {
  background: rgba(25, 25, 25, 0.8);
  position: absolute;
  right: 0;
  bottom: -170px;
  width: 80px;
  min-height: calc(7em + 100px);
  margin: 0;
  padding: 90px 15px 10px;
  font-size: 3.75rem;
  font-weight: 400;
  font-family: "Open Sans", "游ゴシック Medium", "Yu Gothic Medium", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
  color: rgba(255, 255, 255, 0.6);
  line-height: 2;
  -webkit-animation: content__mv-2_sp 4s 1 1.2s ease both;
          animation: content__mv-2_sp 4s 1 1.2s ease both;
}
@media screen and (min-width: 768px) {
  #container .content .content__head .content__head__sub-ttl {
    width: 12.5rem;
    right: auto;
    left: 400px;
    bottom: -100px;
    min-height: calc(100px + 100vh);
    font-size: 11.25rem;
    padding: 50px 15px 10px;
  }
}
#container .content .content__head .content__head__sub-ttl span {
  width: 6em;
  position: absolute;
  top: 65px;
  left: -105px;
  -webkit-transform: rotate(90deg) translate(50%, 50%);
          transform: rotate(90deg) translate(50%, 50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  overflow-wrap: anywhere;
  line-height: 1;
  -webkit-animation: fadeIn 0.8s 1 2.5s ease both;
          animation: fadeIn 0.8s 1 2.5s ease both;
}
@media screen and (min-width: 768px) {
  #container .content .content__head .content__head__sub-ttl span {
    top: -50px;
    left: -335px;
  }
}
#container .content #content__move {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
}
#container .content #content__move[data-f=requirements] .content__section__pic.is-requirements .content__img {
  opacity: 1;
}
#container .content #content__move .content__section__pic .content__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
#container .content .content__section {
  max-width: 1600px;
  overflow: visible;
  margin: 50px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
@media screen and (min-width: 768px) {
  #container .content .content__section {
    min-height: 100vh;
    min-height: 100dvh;
  }
}
#container .content .content__section.is-animated .content__section__wrap h2 {
  -webkit-animation: content__h2 1s 1 0s ease both;
          animation: content__h2 1s 1 0s ease both;
  opacity: 1;
  -webkit-transition: all 0.4s ease 0s, opacity 1.2s ease-in 0s;
  transition: all 0.4s ease 0s, opacity 1.2s ease-in 0s;
}
#container .content .content__section.is-animated .content__section__wrap h2 .c__col-glay {
  -webkit-transition: all 0.4s ease 0s, color 0.8s ease 0.8s;
  transition: all 0.4s ease 0s, color 0.8s ease 0.8s;
  color: var(--color-txt-glay) !important;
}
#container .content .content__section.is-animated .content__section__wrap h2 .c__col-magenta {
  -webkit-transition: all 0.4s ease 0s, color 0.8s ease 0.8s;
  transition: all 0.4s ease 0s, color 0.8s ease 0.8s;
  color: var(--color-txt-magenta) !important;
}
#container .content .content__section.is-animated .content__section__wrap h3 {
  -webkit-transition: all 0.4s ease 0s, opacity 1.2s ease-in 0.4s;
  transition: all 0.4s ease 0s, opacity 1.2s ease-in 0.4s;
  opacity: 1;
}
#container .content .content__section.is-animated .content__section__wrap p {
  -webkit-transition: all 0.4s ease 0s, opacity 1.2s ease-in 0.8s;
  transition: all 0.4s ease 0s, opacity 1.2s ease-in 0.8s;
  opacity: 1;
}
#container .content .content__section .content__section__wrap {
  background: rgba(255, 255, 255, 0.8);
  width: calc(100% - 20px);
  margin: -100px 0 0;
  padding: 50px 20px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #container .content .content__section .content__section__wrap {
    height: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 100px 50px;
    max-width: 600px;
  }
}
#container .content .content__section .content__section__wrap h3,
#container .content .content__section .content__section__wrap p {
  opacity: 0;
}
#container .content .content__section .content__section__pic-box {
  position: relative;
  width: 100%;
  height: 115.3846153846vw;
}
@media screen and (min-width: 768px) {
  #container .content .content__section .content__section__pic-box {
    height: 100%;
    min-height: 600px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#container .content .content__section .content__section__pic-box .content__section__pic {
  max-width: none;
  width: 173.0769230769%;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  -webkit-transform: translate(-20px, 0);
          transform: translate(-20px, 0);
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #container .content .content__section .content__section__pic-box .content__section__pic {
    max-width: 1200px;
    width: 75%;
    left: 0;
    right: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
#container .content .content__section .content__section__pic-box .content__section__pic .content__img {
  max-width: none;
  width: calc(100% + 50px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#container .content .content__section.content_boutou.is-animated .content__section__pic-box .content__section__pic:nth-child(2) .content__img {
  -webkit-animation: content__fade-3_sp 12s infinite 4s ease both;
          animation: content__fade-3_sp 12s infinite 4s ease both;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_boutou.is-animated .content__section__pic-box .content__section__pic:nth-child(2) .content__img {
    -webkit-animation: content__fade-3_pc 12s infinite 4s ease both;
            animation: content__fade-3_pc 12s infinite 4s ease both;
  }
}
#container .content .content__section.content_boutou.is-animated .content__section__pic-box .content__section__pic:nth-child(3) .content__img {
  -webkit-animation: content__fade-3_sp 12s infinite 8s ease both;
          animation: content__fade-3_sp 12s infinite 8s ease both;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_boutou.is-animated .content__section__pic-box .content__section__pic:nth-child(3) .content__img {
    -webkit-animation: content__fade-3_pc 12s infinite 8s ease both;
            animation: content__fade-3_pc 12s infinite 8s ease both;
  }
}
#container .content .content__section.content_boutou.is-animated .content__section__pic-box .content__section__pic .content__img {
  -webkit-animation: content__fade-3_sp 12s infinite 0s ease both;
          animation: content__fade-3_sp 12s infinite 0s ease both;
  -webkit-transform: translate(calc(100% - 100vw - 50px), 0);
          transform: translate(calc(100% - 100vw - 50px), 0);
  -webkit-transform: translate(calc(100% - 100vw - 100px), 0);
          transform: translate(calc(100% - 100vw - 100px), 0);
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_boutou.is-animated .content__section__pic-box .content__section__pic .content__img {
    -webkit-animation: content__fade-3_pc 12s infinite 0s ease both;
            animation: content__fade-3_pc 12s infinite 0s ease both;
  }
}
#container .content .content__section.content_boutou .content__section__wrap {
  background: rgba(254, 249, 204, 0.8);
}
#container .content .content__section.content_job {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_job {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#container .content .content__section.content_job .content__section__wrap {
  background: rgba(254, 234, 226, 0.8);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_job .content__section__wrap {
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
}
#container .content .content__section.content_job .content__section__pic-box {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 1200px;
  overflow: visible;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_job .content__section__pic-box {
    position: absolute;
    height: 80px;
    min-height: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
#container .content .content__section.content_job .content__section__pic-box .content__img {
  max-width: none;
  width: 400px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_job .content__section__pic-box .content__img {
    width: 37.5%;
    min-width: 350px;
    max-width: 600px;
  }
}
#container .content .content__section.content_job .content__section__pic-box .content__img.is-01 {
  top: 0;
  left: -30px;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-animation: content__move-4_sp 12s infinite 0s ease both;
          animation: content__move-4_sp 12s infinite 0s ease both;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_job .content__section__pic-box .content__img.is-01 {
    top: -420px;
    left: auto;
    right: 0;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation: content__move-4_pc 18s infinite 0s ease both;
            animation: content__move-4_pc 18s infinite 0s ease both;
  }
}
#container .content .content__section.content_job .content__section__pic-box .content__img.is-02 {
  top: 300px;
  right: -30px;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-animation: content__move-4_sp 12s infinite 1.5s ease both;
          animation: content__move-4_sp 12s infinite 1.5s ease both;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_job .content__section__pic-box .content__img.is-02 {
    bottom: -380px;
    left: auto;
    right: 0;
    top: auto;
    -webkit-transform-origin: bottom left;
            transform-origin: bottom left;
    -webkit-animation: content__move-4_pc 18s infinite 1.5s ease both;
            animation: content__move-4_pc 18s infinite 1.5s ease both;
  }
}
#container .content .content__section.content_job .content__section__pic-box .content__img.is-03 {
  bottom: 300px;
  left: -30px;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-animation: content__move-4_sp 12s infinite 3s ease both;
          animation: content__move-4_sp 12s infinite 3s ease both;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_job .content__section__pic-box .content__img.is-03 {
    bottom: auto;
    left: 0;
    top: -400px;
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-animation: content__move-4_pc 18s infinite 3s ease both;
            animation: content__move-4_pc 18s infinite 3s ease both;
  }
}
#container .content .content__section.content_job .content__section__pic-box .content__img.is-04 {
  bottom: 0;
  right: -30px;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-animation: content__move-4_sp 12s infinite 4.5s ease both;
          animation: content__move-4_sp 12s infinite 4.5s ease both;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_job .content__section__pic-box .content__img.is-04 {
    bottom: -400px;
    left: 0;
    top: auto;
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-animation: content__move-4_pc 18s infinite 4.5s ease both;
            animation: content__move-4_pc 18s infinite 4.5s ease both;
  }
}
#container .content .content__section.content_job .content__section__pic-box .content__img.is-05 {
  top: 0;
  right: -30px;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-animation: content__move-4_sp 12s infinite 6s ease both;
          animation: content__move-4_sp 12s infinite 6s ease both;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_job .content__section__pic-box .content__img.is-05 {
    top: -400px;
    left: auto;
    right: 0;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation: content__move-4_pc 18s infinite 9s ease both;
            animation: content__move-4_pc 18s infinite 9s ease both;
  }
}
#container .content .content__section.content_job .content__section__pic-box .content__img.is-06 {
  top: 300px;
  left: -30px;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-animation: content__move-4_sp 12s infinite 7.5s ease both;
          animation: content__move-4_sp 12s infinite 7.5s ease both;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_job .content__section__pic-box .content__img.is-06 {
    bottom: -400px;
    left: auto;
    right: 0;
    top: auto;
    -webkit-animation: content__move-4_pc 18s infinite 10.5s ease both;
            animation: content__move-4_pc 18s infinite 10.5s ease both;
  }
}
#container .content .content__section.content_job .content__section__pic-box .content__img.is-07 {
  bottom: 300px;
  right: -30px;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-animation: content__move-4_sp 12s infinite 9s ease both;
          animation: content__move-4_sp 12s infinite 9s ease both;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_job .content__section__pic-box .content__img.is-07 {
    bottom: auto;
    left: 0;
    top: -420px;
    -webkit-animation: content__move-4_pc 18s infinite 12s ease both;
            animation: content__move-4_pc 18s infinite 12s ease both;
  }
}
#container .content .content__section.content_job .content__section__pic-box .content__img.is-08 {
  bottom: 0;
  left: -30px;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-animation: content__move-4_sp 12s infinite 10.5s ease both;
          animation: content__move-4_sp 12s infinite 10.5s ease both;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_job .content__section__pic-box .content__img.is-08 {
    bottom: -380px;
    left: 0;
    top: auto;
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-animation: content__move-4_pc 18s infinite 13.5s ease both;
            animation: content__move-4_pc 18s infinite 13.5s ease both;
  }
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_achievements {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#container .content .content__section.content_achievements.is-animated .content__section__pic-box .content__section__pic .content__img {
  -webkit-animation: content__fade-1_sp 4s 1 0s ease both;
          animation: content__fade-1_sp 4s 1 0s ease both;
  left: auto;
  right: 50px;
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_achievements.is-animated .content__section__pic-box .content__section__pic .content__img {
    -webkit-animation: content__fade-1_pc_01 4s 1 0s ease both;
            animation: content__fade-1_pc_01 4s 1 0s ease both;
  }
}
#container .content .content__section.content_achievements.is-animated .content__section__pic-box .content_achievements__ttl {
  -webkit-animation: fadeIn 0.8s 1 1s ease both;
          animation: fadeIn 0.8s 1 1s ease both;
}
#container .content .content__section.content_achievements .content__section__box {
  position: relative;
  width: 100%;
}
#container .content .content__section.content_achievements .content__section__wrap {
  background: rgba(242, 254, 204, 0.8);
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_achievements .content__section__pic-box .content__section__pic {
    left: auto;
    right: 0;
    border-radius: 20;
    overflow: visible;
  }
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_achievements .content__section__pic-box .content__section__pic .content__img {
    border-radius: 20px;
    overflow: hidden;
  }
}
#container .content .content__section.content_achievements .content__section__pic-box .content_achievements__ttl {
  top: 0;
  margin-top: 0;
  left: calc(100% - 100vw + 20px);
  right: auto;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_achievements .content__section__pic-box .content_achievements__ttl {
    top: 0;
    right: 0;
    left: auto;
    margin-top: -20px;
  }
}
#container .content .content__section.content_achievements .content_achievements__ttl {
  background: rgba(242, 254, 204, 0.8);
  position: absolute;
  right: 0;
  margin-top: -20px;
  padding: 15px;
  z-index: 5;
  display: block;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Open Sans", "游ゴシック Medium", "Yu Gothic Medium", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, serif;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_achievements .content_achievements__ttl {
    right: 50px;
  }
}
#container .content .content__section.content_achievements .content_achievements__ttl + .content__section__pic {
  margin-top: 10px;
}
#container .content .content__section.content_achievements .content__section__slide-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#container .content .content__section.content_achievements .content__section__slide-box h3 {
  width: 100%;
  text-align: center;
  line-height: 1;
  margin: 30px auto 15px;
  padding: 0 20px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_achievements .content__section__slide-box h3 {
    text-align: right;
    margin: 25px auto;
    font-size: 3rem;
    padding: 0 25% 0 50px;
  }
}
#container .content .content__section.content_achievements .content__slide {
  width: calc(100vw - 90px);
  z-index: 5;
  position: relative;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_achievements .content__slide {
    width: 75%;
    margin: 0;
  }
}
#container .content .content__section.content_achievements .content__slide .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100vw - 90px);
}
#container .content .content__section.content_achievements .content__slide .swiper-wrapper .swiper-slide {
  position: relative;
  height: auto;
  width: 100%;
  height: auto;
}
#container .content .content__section.content_achievements .content__slide .swiper-wrapper .swiper-slide * {
  white-space: nowrap;
  overflow: hidden;
}
#container .content .content__section.content_achievements .content__slide .swiper-wrapper .swiper-slide .content__section__pic__wrap {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_achievements .content__slide .swiper-wrapper .swiper-slide .content__section__pic__wrap {
    margin-top: 50px;
    width: 100vw;
    max-width: 1600px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px;
  }
}
#container .content .content__section.content_achievements .content__slide .swiper-wrapper .swiper-slide .content__section__pic {
  position: relative;
  width: calc(100% - 10px);
  height: auto;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_achievements .content__slide .swiper-wrapper .swiper-slide .content__section__pic {
    width: calc((100% - 40px) / 3);
  }
}
#container .content .content__section.content_achievements .content__slide .swiper-wrapper .swiper-slide .content__section__pic + .content__section__pic {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_achievements .content__slide .swiper-wrapper .swiper-slide .content__section__pic + .content__section__pic {
    margin-top: 0;
  }
}
#container .content .content__section.content_achievements .content__slide .swiper-wrapper .swiper-slide .content__section__pic.is-big {
  width: 100%;
  border-radius: 20px 0 0 20px;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_achievements .content__slide .swiper-wrapper .swiper-slide .content__section__pic.is-big {
    border-radius: 20px;
  }
}
#container .content .content__section.content_achievements .content__slide .swiper-wrapper .swiper-slide .content__section__pic.is-big .content__img {
  width: 150%;
  max-width: none;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_achievements .content__slide .swiper-wrapper .swiper-slide .content__section__pic.is-big .content__img {
    width: calc(100% + 50px);
  }
}
#container .content .content__section.content_achievements .content__slide .swiper-wrapper .swiper-slide .content__img {
  max-width: 100%;
  left: auto;
  right: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: none;
  position: relative;
  -webkit-transition: all 0.4s ease 0s, -webkit-transform 4.6s ease 0s;
  transition: all 0.4s ease 0s, -webkit-transform 4.6s ease 0s;
  transition: all 0.4s ease 0s, transform 4.6s ease 0s;
  transition: all 0.4s ease 0s, transform 4.6s ease 0s, -webkit-transform 4.6s ease 0s;
}
#container .content .content__section.content_achievements .content__slide .swiper-wrapper .swiper-slide.swiper-slide-active:nth-child(odd) .is-big .content__img {
  left: 0;
  -webkit-animation: content__fade-1_pc_01 6s 1 0s linear both;
          animation: content__fade-1_pc_01 6s 1 0s linear both;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_achievements .content__slide .swiper-wrapper .swiper-slide.swiper-slide-active:nth-child(odd) .is-big .content__img {
    -webkit-animation: content__fade-1_pc_02 2s 1 0s ease both;
            animation: content__fade-1_pc_02 2s 1 0s ease both;
  }
}
#container .content .content__section.content_achievements .content__slide .swiper-wrapper .swiper-slide.swiper-slide-active .is-big .content__img {
  right: 0;
  left: auto;
  -webkit-animation: content__fade-1_pc_02 6s 1 0s linear both;
          animation: content__fade-1_pc_02 6s 1 0s linear both;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_achievements .content__slide .swiper-wrapper .swiper-slide.swiper-slide-active .is-big .content__img {
    -webkit-animation: content__fade-1_pc_01 2s 1 0s ease both;
            animation: content__fade-1_pc_01 2s 1 0s ease both;
  }
}
#container .content .content__section.content_achievements .content__slide .swiper-wrapper .swiper-slide.swiper-slide-active .content__img {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#container .content .content__section.content_achievements .content__slide .content__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
#container .content .content__section.content_achievements .content__slide-menu {
  width: 90px;
  height: 100vh;
  height: 100dvh;
  z-index: 10;
  position: relative;
  margin: 0 auto 0;
  padding: 0 10px 0 0;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_achievements .content__slide-menu {
    background: rgba(255, 255, 255, 0.6);
    width: 25%;
    height: auto;
    padding: 0 0 30px 30px;
    margin: calc(3rem + 50px) 0 0;
    top: 0;
    position: absolute;
    right: 0;
    overflow: visible;
  }
}
#container .content .content__section.content_achievements .content__slide-menu .swiper-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_achievements .content__slide-menu .swiper-wrapper {
    width: 100%;
    gap: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
#container .content .content__section.content_achievements .content__slide-menu .swiper-wrapper .swiper-slide {
  background: var(--color-txt);
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 0 10px 10px 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_achievements .content__slide-menu .swiper-wrapper .swiper-slide {
    width: calc(50% - 5px);
    border-radius: 10px;
  }
}
#container .content .content__section.content_achievements .content__slide-menu .swiper-wrapper .swiper-slide * {
  white-space: nowrap;
  overflow: hidden;
}
#container .content .content__section.content_achievements .content__slide-menu .swiper-wrapper .swiper-slide .content__img {
  width: 100%;
  opacity: 0.2;
}
#container .content .content__section.content_achievements .content__slide-menu .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .content__img {
  opacity: 1;
}
#container .content .content__section.content_achievements .content__slide-menu .swiper-wrapper .swiper-slide + .swiper-slide {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_achievements .content__slide-menu .swiper-wrapper .swiper-slide + .swiper-slide {
    margin-top: 0;
  }
}
#container .content .content__section.content_achievements .content__slide-menu .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.5rem;
  padding: 0 1.25rem 0.75rem;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_achievements .content__slide-menu .swiper-pagination {
    gap: 1rem;
    padding: 0 3.75rem 0.75rem;
  }
}
#container .content .content__section.content_achievements .content__slide-menu .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  opacity: 1;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_achievements .content__slide-menu .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
  }
}
#container .content .content__section.content_achievements .content__slide-menu .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-txt);
}
#container .content .content__section.content_achievements .content__slide-menu .content__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
}
#container .content .content__section.content_requirements {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_requirements {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#container .content .content__section.content_requirements .content__section__pic {
  position: absolute;
  width: 100vw;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background: var(--color-txt);
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_requirements .content__section__pic {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
#container .content .content__section.content_requirements .content__section__pic .content__img {
  width: calc(100% + 400px);
  height: 100%;
  max-width: none;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: content__last_sp 24s infinite 0s ease both;
          animation: content__last_sp 24s infinite 0s ease both;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_requirements .content__section__pic .content__img {
    -webkit-animation: none;
            animation: none;
    width: 100%;
  }
}
#container .content .content__section.content_requirements .content__section__wrap {
  width: 100%;
  padding: 50px 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_requirements .content__section__wrap {
    min-height: auto;
    margin-bottom: 150px;
  }
}
#container .content .content__section.content_requirements .content__section__wrap.is-last {
  padding: 110px 20px;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  #container .content .content__section.content_requirements .content__section__wrap.is-last {
    margin-bottom: 0;
    max-width: none;
  }
}
#container .content .content__section.content_requirements .content__section__wrap.is-last p {
  font-size: 1rem;
  text-align: center;
  color: #fff;
  font-weight: 400;
  z-index: 1;
  position: relative;
}
#container .content .content__section.content_requirements .content__section__wrap p {
  font-size: 0.875rem;
  line-height: 2;
  margin-top: 30px;
}
#container .content__svg-box {
  display: none !important;
}
#container .js-scroll-animation {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
#container .js-scroll-animation.is-animated {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@-webkit-keyframes content__mv-1_sp {
  0% {
    -webkit-transform: translate(-400px, 0);
            transform: translate(-400px, 0);
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  97% {
    opacity: 1;
  }
  99% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-400px, 0);
            transform: translate(-400px, 0);
  }
}
@keyframes content__mv-1_sp {
  0% {
    -webkit-transform: translate(-400px, 0);
            transform: translate(-400px, 0);
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  97% {
    opacity: 1;
  }
  99% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-400px, 0);
            transform: translate(-400px, 0);
  }
}
@-webkit-keyframes content__mv-1_pc {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  24% {
    -webkit-transform: translate(0, -200px);
            transform: translate(0, -200px);
  }
  97% {
    opacity: 1;
  }
  99% {
    -webkit-transform: translate(0, -200px);
            transform: translate(0, -200px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes content__mv-1_pc {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  24% {
    -webkit-transform: translate(0, -200px);
            transform: translate(0, -200px);
  }
  97% {
    opacity: 1;
  }
  99% {
    -webkit-transform: translate(0, -200px);
            transform: translate(0, -200px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes content__mv-2_sp {
  0% {
    -webkit-transform: translate(10vh, 0);
            transform: translate(10vh, 0);
    -webkit-transform: translate(10dvh, 0);
            transform: translate(10dvh, 0);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes content__mv-2_sp {
  0% {
    -webkit-transform: translate(10vh, 0);
            transform: translate(10vh, 0);
    -webkit-transform: translate(10dvh, 0);
            transform: translate(10dvh, 0);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes content__mv-3_sp {
  0% {
    width: 100%;
  }
  100% {
    width: calc(100vw - 80px);
  }
}
@keyframes content__mv-3_sp {
  0% {
    width: 100%;
  }
  100% {
    width: calc(100vw - 80px);
  }
}
@-webkit-keyframes content__mv-3_pc {
  0% {
    width: 0%;
  }
  100% {
    width: 400px;
  }
}
@keyframes content__mv-3_pc {
  0% {
    width: 0%;
  }
  100% {
    width: 400px;
  }
}
@-webkit-keyframes content__h2 {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@keyframes content__h2 {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@-webkit-keyframes content__fade-1_sp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
}
@keyframes content__fade-1_sp {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
}
@-webkit-keyframes content__fade-1_pc_01 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
}
@keyframes content__fade-1_pc_01 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
}
@-webkit-keyframes content__fade-1_pc_02 {
  0% {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes content__fade-1_pc_02 {
  0% {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes content__fade-3_sp {
  0% {
    -webkit-transform: translate(calc(100% - 100vw - 50px), 0);
            transform: translate(calc(100% - 100vw - 50px), 0);
    opacity: 0;
  }
  3% {
    -webkit-transform: translate(calc(100% - 100vw - 50px), 0);
            transform: translate(calc(100% - 100vw - 50px), 0);
  }
  7% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(calc(100% - 100vw - 100px), 0);
            transform: translate(calc(100% - 100vw - 100px), 0);
    opacity: 1;
  }
  47% {
    opacity: 0;
    -webkit-transform: translate(calc(100% - 100vw - 100px), 0);
            transform: translate(calc(100% - 100vw - 100px), 0);
  }
  66% {
    -webkit-transform: translate(calc(100% - 100vw - 50px), 0);
            transform: translate(calc(100% - 100vw - 50px), 0);
  }
  100% {
    opacity: 0;
  }
}
@keyframes content__fade-3_sp {
  0% {
    -webkit-transform: translate(calc(100% - 100vw - 50px), 0);
            transform: translate(calc(100% - 100vw - 50px), 0);
    opacity: 0;
  }
  3% {
    -webkit-transform: translate(calc(100% - 100vw - 50px), 0);
            transform: translate(calc(100% - 100vw - 50px), 0);
  }
  7% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(calc(100% - 100vw - 100px), 0);
            transform: translate(calc(100% - 100vw - 100px), 0);
    opacity: 1;
  }
  47% {
    opacity: 0;
    -webkit-transform: translate(calc(100% - 100vw - 100px), 0);
            transform: translate(calc(100% - 100vw - 100px), 0);
  }
  66% {
    -webkit-transform: translate(calc(100% - 100vw - 50px), 0);
            transform: translate(calc(100% - 100vw - 50px), 0);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes content__fade-3_pc {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  3% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  7% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
    opacity: 1;
  }
  47% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  66% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
  }
}
@keyframes content__fade-3_pc {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0;
  }
  3% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  7% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
    opacity: 1;
  }
  47% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  66% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes content__move-4_sp {
  0% {
    -webkit-transform: translate(0, 50%) scale(0.5, 0.5);
            transform: translate(0, 50%) scale(0.5, 0.5);
    opacity: 0;
  }
  5% {
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  49% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
  51% {
    opacity: 0;
  }
  99% {
    -webkit-transform: translate(0, 50%) scale(0.5, 0.5);
            transform: translate(0, 50%) scale(0.5, 0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 50%) scale(0.5, 0.5);
            transform: translate(0, 50%) scale(0.5, 0.5);
    opacity: 0;
  }
}
@keyframes content__move-4_sp {
  0% {
    -webkit-transform: translate(0, 50%) scale(0.5, 0.5);
            transform: translate(0, 50%) scale(0.5, 0.5);
    opacity: 0;
  }
  5% {
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  49% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
  51% {
    opacity: 0;
  }
  99% {
    -webkit-transform: translate(0, 50%) scale(0.5, 0.5);
            transform: translate(0, 50%) scale(0.5, 0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 50%) scale(0.5, 0.5);
            transform: translate(0, 50%) scale(0.5, 0.5);
    opacity: 0;
  }
}
@-webkit-keyframes content__move-4_pc {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  61% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes content__move-4_pc {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  49% {
    opacity: 1;
  }
  61% {
    opacity: 0;
  }
  99% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes content__last_sp {
  0% {
    -webkit-transform: translate(-400px, 0);
            transform: translate(-400px, 0);
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  97% {
    opacity: 1;
  }
  99% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-400px, 0);
            transform: translate(-400px, 0);
  }
}
@keyframes content__last_sp {
  0% {
    -webkit-transform: translate(-400px, 0);
            transform: translate(-400px, 0);
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  97% {
    opacity: 1;
  }
  99% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-400px, 0);
            transform: translate(-400px, 0);
  }
}