@charset "UTF-8";
.l-in {
  width: 100%;
  min-height: calc(100vh - var(--header-height));
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.l-in__container {
  width: 90%;
  max-width: var(--max-width);
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0 0 19rem;
}
@media screen and (max-width: 960px) {
  .l-in__container {
    padding: 0 0 10rem;
  }
}
.l-in__header {
  display: block;
  position: relative;
  margin-bottom: 9.5rem;
  padding: 10rem 0 0;
}
@media screen and (max-width: 960px) {
  .l-in__header {
    padding: 7.4rem 0 0;
    margin-bottom: 7.5rem;
  }
}
.l-in__title {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateX(-2rem);
}
.is-load .l-in__title {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.l-in__title-text {
  display: block;
  position: relative;
  font-size: 10rem;
  font-family: "Be Vietnam Pro", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0.02rem;
  color: var(--color-orange);
}
@media screen and (max-width: 960px) {
  .l-in__title-text {
    font-size: 5rem;
  }
}
.l-in__inner {
  width: 100%;
  position: relative;
  margin: 0 auto;
  opacity: 0;
}
.is-load .l-in__inner {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}

.p-policy {
  display: flex;
  margin-top: 7.5%;
}
@media screen and (max-width: 960px) {
  .p-policy {
    margin-top: 21.5%;
    flex-direction: column;
  }
}
.p-policy__nav {
  flex-shrink: 0;
  flex-basis: 238px;
  margin-right: 6.5%;
  padding-left: 9px;
  opacity: 0;
  transform: translateX(-2rem);
}
@media screen and (max-width: 960px) {
  .p-policy__nav {
    flex-basis: auto;
    width: 100%;
    border-bottom: 1px solid var(--color-gray-paerl);
    margin: 0 0 35px 0;
    padding: 0 0 34px 0;
  }
}
.is-load .p-policy__nav {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}
.p-policy__nav-item {
  line-height: 1.3;
  margin-bottom: 24px;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .p-policy__nav-item {
    margin-bottom: 20px;
  }
}
.p-policy__nav-item:last-of-type {
  margin: 0;
}
.p-policy__nav-item a {
  position: relative;
  padding: 5px 44px 5px 2px;
}
@media screen and (max-width: 960px) {
  .p-policy__nav-item a {
    padding: 5px 36px 5px 2px;
  }
}
.p-policy__nav-item a::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: var(--color-orange);
  position: absolute;
  top: 3px;
  right: 0;
  border-radius: 50px;
}
@media screen and (max-width: 960px) {
  .p-policy__nav-item a::before {
    width: 29px;
    height: 29px;
  }
}
.p-policy__nav-item a::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 3px;
  right: 0;
  -webkit-mask: url(../img/arrow.svg) no-repeat center center;
  mask: url(../img/arrow.svg) no-repeat center center;
  -webkit-mask-size: 45%;
  mask-size: 45%;
  background-color: white;
}
@media screen and (max-width: 960px) {
  .p-policy__nav-item a::after {
    transform: rotate(90deg);
    width: 29px;
    height: 29px;
  }
}
.p-policy__nav-item a.here {
  color: var(--color-orange);
}
.p-policy__content {
  width: 100%;
  position: relative;
  margin-top: -8px;
  opacity: 0;
  transform: translateX(-2rem);
}
.is-load .p-policy__content {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.3s, transform 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
}
.p-policy__block {
  letter-spacing: 0.05em;
  line-height: 1.9;
  padding: 5.5% 0 6% 0;
  border-bottom: 1px solid var(--color-gray-paerl);
}
@media screen and (max-width: 960px) {
  .p-policy__block {
    padding: 27px 0;
    line-height: 1.7;
  }
}
.p-policy__block:first-of-type {
  padding: 0 0 5% 0;
}
@media screen and (max-width: 960px) {
  .p-policy__block:first-of-type {
    padding: 0 0 27px 0;
  }
}
.p-policy__block:last-of-type {
  border-bottom: none;
}
.p-policy h2 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 9px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 960px) {
  .p-policy h2 {
    line-height: 1.5;
    font-size: 14px;
  }
}
.p-policy h2.is-large {
  font-size: 24px;
  letter-spacing: 0.8px;
  font-weight: 600;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-policy h2.is-large {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 17px;
  }
}
.p-policy h2.is-center {
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .p-policy h2.is-center {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
.p-policy h2.is-margin {
  margin: 43px 0 10px 0;
}
@media screen and (max-width: 960px) {
  .p-policy h2.is-margin {
    margin: 20px 0 10px 0;
  }
}
.p-policy table {
  margin: 20px 0;
  border: solid 2px #000;
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .p-policy table {
    font-size: 12px;
  }
}
.p-policy table th,
.p-policy table td {
  border: dashed 1px #000;
  padding: 5px 10px;
}
.p-policy__lead {
  font-size: 15px;
}
@media screen and (max-width: 960px) {
  .p-policy__lead {
    font-size: 12px;
  }
}
.p-policy__lead a {
  color: var(--color-orange);
  text-decoration: none;
}
@media (hover: hover) {
  .p-policy__lead a:hover {
    text-decoration: underline;
  }
}
.p-policy__lead .supplement {
  text-align: center;
  margin-top: 27px;
}
@media screen and (max-width: 960px) {
  .p-policy__lead .supplement {
    margin-top: 20px;
  }
}
.p-policy__lead .lead_text {
  margin-bottom: 26px;
}
@media screen and (max-width: 960px) {
  .p-policy__lead .lead_text {
    margin-bottom: 22px;
  }
}
.p-policy__lead .lead_text:last-of-type {
  margin: 0;
}
.p-policy__lead .lead_text.is-margin_none {
  margin-bottom: 0;
}
.p-policy__lead .lead_text.-margin {
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .p-policy__lead .lead_text.-margin {
    margin-bottom: 26px;
  }
}
.p-policy__lead p.is-right {
  text-align: right;
  margin-bottom: 27px;
}
@media screen and (max-width: 960px) {
  .p-policy__lead p.is-right {
    margin-bottom: 20px;
    font-size: 13px;
  }
}
.p-policy__lead p.is-right.-margin {
  margin-bottom: 40px;
}
.p-policy__lead p.is-center {
  text-align: center;
  margin-top: 53px;
}
@media screen and (max-width: 960px) {
  .p-policy__lead p.is-center {
    margin-top: 25px;
  }
}
.p-policy__lead .note {
  color: var(--color-text-gray);
}
.p-policy__lead-list {
  margin-top: 21px;
}
@media screen and (max-width: 960px) {
  .p-policy__lead-list {
    margin-top: 9px;
  }
}
.p-policy__lead-list-item {
  margin-bottom: 2.5%;
}
@media screen and (max-width: 960px) {
  .p-policy__lead-list-item {
    margin-bottom: 20px;
  }
}
.p-policy__lead-list-item:last-of-type {
  margin: 0;
}
.p-policy__lead-list-item h3 {
  margin-bottom: 5px;
}
@media screen and (max-width: 960px) {
  .p-policy__lead-list-item h3 {
    margin-bottom: 4px;
  }
}
.p-policy__lead-list-item .note {
  font-size: 12px;
  display: block;
}
@media screen and (max-width: 960px) {
  .p-policy__lead-list-item .note {
    font-size: 10px;
  }
}
.p-policy__counter-item {
  margin-bottom: 3%;
}
@media screen and (max-width: 960px) {
  .p-policy__counter-item {
    margin-bottom: 20px;
  }
}
.p-policy__counter-item:last-of-type {
  margin: 0;
}
.p-policy__counter-item h3 {
  margin-bottom: 7px;
}
.p-policy.-cookie h3.is-margin {
  margin: 40px 0 28px;
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .p-policy.-cookie h3.is-margin {
    font-size: 15px;
  }
}
.p-policy.-cookie h2.is-center {
  font-size: 24px;
}
@media screen and (max-width: 960px) {
  .p-policy.-cookie h2.is-center {
    font-size: 16px;
  }
}
.p-policy.-cookie table {
  word-break: break-all;
}
.p-policy.-cookie table th {
  text-align: left;
}
@media screen and (max-width: 960px) {
  .p-policy.-cookie table {
    table-layout: fixed;
  }
}

.p-news {
  width: 100%;
  display: block;
  position: relative;
}
.p-news__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-news__inner {
  display: block;
  position: relative;
}
.p-news__list {
  display: block;
  position: relative;
}
.p-news__list-item {
  display: block;
  position: relative;
}
.p-news__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-gray-paerl);
  pointer-events: none;
}
.p-news__list-item:first-child {
  border-top: 0.1rem solid var(--color-gray-paerl);
}

.p-news__footer {
  display: block;
  position: relative;
  margin-top: 6rem;
}
@media screen and (max-width: 960px) {
  .p-news__footer {
    margin-top: 3.8rem;
  }
}

.p-news_in {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-news_in__container {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}
.p-news_in__header {
  width: 100%;
  min-height: 32rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin: 0 auto;
  padding: 9rem 0;
  color: var(--color-text-white);
}
@media screen and (max-width: 960px) {
  .p-news_in__header {
    padding: 5rem 0;
    min-height: 20rem;
  }
}
.p-news_in__header::before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: var(--color-orange);
  z-index: -1;
  opacity: 0;
}
.is-load .p-news_in__header::before {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  animation: clip-in-circle 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-news_in__header::after {
  --marquee-text-width: 97rem;
  content: "";
  width: 100vw;
  height: 22.5rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: url("../img/bg_txt_news.png") repeat-x left top;
  z-index: -1;
  background-size: var(--marquee-text-width) auto;
  animation: marquee 30s linear infinite;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-news_in__header::after {
    height: 11rem;
    background-size: calc(var(--marquee-text-width) * 0.5) auto;
  }
}
.is-load .p-news_in__header::after {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}
.p-news_in__info {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin-bottom: 1.4rem;
  opacity: 0;
  transform: translateX(-2rem);
}
@media screen and (max-width: 960px) {
  .p-news_in__info {
    margin-bottom: 0.8rem;
  }
}
.is-load .p-news_in__info {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, transform 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
}
.p-news_in__info-text {
  display: block;
  position: relative;
  font-size: 1.4rem;
  font-family: "Be Vietnam Pro", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 960px) {
  .p-news_in__info-text {
    font-size: 1.1rem;
  }
}
.p-news_in__info-text + .p-news_in__info-text {
  margin-left: 2rem;
}
.p-news_in__info-text + .p-news_in__info-text::before {
  content: "・";
  display: block;
  position: absolute;
  top: 50%;
  left: -1rem;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  font-family: "Be Vietnam Pro", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}
.p-news_in__title {
  display: block;
  position: relative;
  font-size: 4rem;
  font-weight: 600;
  opacity: 0;
  transform: translateX(-2rem);
}
@media screen and (max-width: 960px) {
  .p-news_in__title {
    font-size: 2.8rem;
  }
}
.is-load .p-news_in__title {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}
.p-news_in__inner {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 8rem 0 5.6rem;
  z-index: 1;
  opacity: 0;
  transform: translateX(-2rem);
}
@media screen and (max-width: 960px) {
  .p-news_in__inner {
    padding: 4.2rem 0 5rem;
  }
}
.is-load .p-news_in__inner {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}
.p-news_in__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2;
}
@media screen and (max-width: 960px) {
  .p-news_in__text {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.p-news_in__text img {
  height: auto !important;
  max-width: 100% !important;
}
.p-news_in__text a {
  color: var(--color-orange);
  text-decoration: none;
}
@media (hover: hover) {
  .p-news_in__text a:hover {
    text-decoration: underline;
  }
}
.p-news_in__text iframe {
  max-width: 100%;
}
@supports (aspect-ratio: 16/9) {
  .p-news_in__text iframe {
    height: auto !important;
    aspect-ratio: 16/9;
  }
}
.p-news_in__text img {
  max-width: 100%;
  height: auto !important;
}
.p-news_in__footer {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-top: 7rem;
  z-index: 1;
  opacity: 0;
  transform: translateX(-2rem);
}
@media screen and (max-width: 960px) {
  .p-news_in__footer {
    padding-top: 4.4rem;
  }
}
.is-load .p-news_in__footer {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.3s, transform 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
}
.p-news_in__footer::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.1rem solid var(--color-gray-paerl);
  pointer-events: none;
}

.p-about {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-about__header {
  display: block;
  position: relative;
  margin-bottom: 8.8rem;
}
@media screen and (max-width: 960px) {
  .p-about__header {
    margin-bottom: 4.2rem;
  }
}
.p-about__description {
  display: block;
  position: relative;
  font-size: 2rem;
  line-height: 2;
  opacity: 0;
  transform: translateX(-2rem);
}
@media screen and (max-width: 960px) {
  .p-about__description {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
.is-load .p-about__description {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}
.p-about__visual {
  display: block;
  position: relative;
  margin-top: 5.6rem;
  opacity: 0;
  transform: translateX(-2rem);
}
@media screen and (max-width: 960px) {
  .p-about__visual {
    margin-top: 5.2rem;
  }
}
.is-load .p-about__visual {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.3s, transform 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
}
.p-about__visual-img {
  width: 108%;
  position: relative;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-about__visual-img {
    width: 105%;
    border-radius: 0.5rem;
  }
}
.p-about__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateX(-2rem);
}
.is-load .p-about__inner {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s, transform 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s;
}

.p-about_outline {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-about_outline {
    display: flex;
    justify-content: flex-start;
  }
}
.p-about_outline__header {
  width: 31rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-about_outline__header {
    width: 100%;
    position: relative;
    margin: 0 auto 1.5rem;
  }
}
.p-about_outline__title {
  display: block;
  position: relative;
  font-size: 5.2rem;
  font-family: "Be Vietnam Pro", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  color: var(--color-orange);
}
@media screen and (max-width: 960px) {
  .p-about_outline__title {
    font-size: 3rem;
  }
}
.p-about_outline__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-about_outline__inner {
    flex: 1 1 0;
    min-width: 0;
  }
}

.p-about_data {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin: 0 auto;
  padding: 3rem 0;
}
@media screen and (max-width: 960px) {
  .p-about_data {
    padding: 1.4rem 0;
  }
}
.p-about_data::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-gray-paerl);
}
.p-about_data + .p-about_data {
  margin-top: 1.2rem;
}
.p-about_data__header {
  width: 21.5rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-about_data__header {
    width: 12.6rem;
  }
}
.p-about_data__cap {
  display: block;
  position: relative;
}
.p-about_data__cap-main {
  display: block;
  position: relative;
  font-size: 1.7rem;
}
@media screen and (max-width: 960px) {
  .p-about_data__cap-main {
    font-size: 1.4rem;
  }
}
.p-about_data__cap-sub {
  display: block;
  position: relative;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-family: "Be Vietnam Pro", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05rem;
  color: var(--color-text-gray);
}
@media screen and (max-width: 960px) {
  .p-about_data__cap-sub {
    font-size: 1rem;
  }
}
.p-about_data__inner {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
}
.p-about_data__info {
  display: block;
  position: relative;
}
.p-about_data__info-main {
  display: block;
  position: relative;
  font-size: 1.7rem;
}
@media screen and (max-width: 960px) {
  .p-about_data__info-main {
    font-size: 1.4rem;
  }
}
.p-about_data__info-sub {
  display: block;
  position: relative;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-family: "Be Vietnam Pro", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05rem;
  color: var(--color-text-gray);
}
@media screen and (max-width: 960px) {
  .p-about_data__info-sub {
    font-size: 1rem;
  }
}
.p-about_data__map {
  display: block;
}
@media screen and (min-width: 961px) {
  .p-about_data__map {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 960px) {
  .p-about_data__map {
    position: relative;
    margin: 0.2rem auto 0;
  }
}
.p-about_data__map-link {
  display: block;
  position: relative;
  padding: 1rem 1rem 1rem 2rem;
  font-size: 1.3rem;
  font-family: "Be Vietnam Pro", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  letter-spacing: 0.1rem;
  color: var(--color-orange);
}
.p-about_data__map-link::before {
  content: "";
  width: 1.5rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  background: url("../img/icon_pin.svg") no-repeat center/contain;
}

.p-about_slide {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 11rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-about_slide {
    padding: 7rem 0 0;
  }
}
.p-about_slide__inner {
  width: 80%;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-about_slide__inner {
    padding: 0 12rem;
  }
}
@media screen and (max-width: 960px) {
  .p-about_slide__inner {
    width: 100%;
    margin: 0 auto;
  }
}
.p-about_slide__list {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: -0.4em;
  white-space: nowrap;
}
.p-about_slide__list-item {
  width: 100rem;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-size: 1rem;
  letter-spacing: normal;
  white-space: normal;
}
@media screen and (max-width: 960px) {
  .p-about_slide__list-item {
    width: 100%;
  }
}
@media screen and (min-width: 961px) {
  .p-about_slide__footer {
    position: static;
    margin-top: 1.2rem;
    padding: 0 12rem;
  }
}
@media screen and (max-width: 960px) {
  .p-about_slide__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
  }
}
.p-about_slide__nav {
  display: flex;
}
@media screen and (min-width: 961px) {
  .p-about_slide__nav {
    flex-direction: column-reverse;
    position: absolute;
    bottom: 3rem;
    left: 0;
  }
}
.p-about_slide__nav-item {
  width: 7rem;
  height: 7rem;
  display: block;
  position: relative;
  background: var(--color-white-pearl);
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .p-about_slide__nav-item {
    width: 4.8rem;
    height: 4.8rem;
  }
}
@media screen and (min-width: 961px) {
  .p-about_slide__nav-item + .p-about_slide__nav-item {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .p-about_slide__nav-item + .p-about_slide__nav-item {
    margin-left: 0.6rem;
  }
}
.p-about_slide__nav-item.is-disable {
  opacity: 0.4;
  pointer-events: none;
}
.p-about_slide__nav-item::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.15rem solid var(--color-orange);
  border-radius: 50%;
}
.p-about_slide__nav-arrow {
  width: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: var(--color-orange);
}
@media screen and (max-width: 960px) {
  .p-about_slide__nav-arrow {
    width: 1.3rem;
  }
}
.-prev .p-about_slide__nav-arrow {
  transform: translate(-50%, -50%) scale(-1, 1);
}
.p-about_slide__nav-svg {
  display: block;
  position: relative;
}
@media (hover: hover) {
  .p-about_slide__nav-item:hover .p-about_slide__nav-svg {
    animation: arrow2 1s linear;
  }
}
.p-about_slide__pager {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
}
.p-about_slide__pager-text {
  display: block;
  position: relative;
  font-size: 1.1rem;
  font-family: "Be Vietnam Pro", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  cursor: pointer;
}
.p-about_slide__pager-text + .p-about_slide__pager-text::before {
  content: "/";
  margin: 0 0.6rem;
}
@media screen and (max-width: 960px) {
  .p-about_slide__pager-text + .p-about_slide__pager-text::before {
    margin: 0 0.4rem;
  }
}

.p-about_slide_data {
  width: 100%;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
.p-about_slide_data__thumb {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-about_slide_data__thumb {
    border-radius: 0.6rem;
  }
}
.p-about_slide_data__thumb::after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-orange);
  opacity: 0.3;
}
.p-about_slide_data.js-about-detail.-youtube .p-about_slide_data__thumb::after {
  content: "";
}
@media (hover: hover) {
  .p-about_slide_data__thumb::after {
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-about_slide_data:hover .p-about_slide_data__thumb::after {
    opacity: 0.1;
  }
}
.p-about_slide_data__thumb-img {
  padding-top: 60%;
  display: block;
  position: relative;
  background: var(--color-orange);
  margin: 0 !important;
}
.p-about_slide_data__thumb-img img {
  width: 100%;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-about_slide_data__icon {
  width: 7.5rem;
  height: 7.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-orange);
  border-radius: 50%;
  z-index: 1;
  display: none;
}
.p-about_slide_data.js-about-detail.-youtube .p-about_slide_data__icon {
  display: block;
}
@media screen and (max-width: 960px) {
  .p-about_slide_data__icon {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.p-about_slide_data__icon::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/btn_play_mark.png") no-repeat center/contain;
}

.p-about_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition-property: opacity, visibility;
}
.p-about_modal.is-open {
  opacity: 1;
  visibility: visible;
}
.p-about_modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-gray-paerl);
  opacity: 0.9;
}
.p-about_modal__close {
  display: block;
  position: fixed;
  top: 2.5rem;
  right: 4.5rem;
  width: 5rem;
  height: 5rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-sizing: border-box;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-about_modal__close {
    top: 1.5rem;
    right: 1.5rem;
    width: 4rem;
    height: 4rem;
  }
}
.p-about_modal__close-bar {
  content: "";
  width: 100%;
  height: 0.3rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 960px) {
  .p-about_modal__close-bar {
    height: 0.2rem;
  }
}
.p-about_modal__close-bar.-bar1 {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-about_modal__close-bar.-bar2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-about_modal__close-bar::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-orange);
  transition: width 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  border-radius: 200px;
}
.is-open .p-about_modal__close-bar::before {
  width: 100%;
  left: auto;
  right: 0;
  transition: width 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-about_modal__container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.p-about_modal__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 50px 0;
}
.p-about_modal__main {
  position: relative;
  width: 80%;
}
@media screen and (max-width: 960px) {
  .p-about_modal__main {
    width: 100%;
  }
}
.p-about_modal__slide {
  position: relative;
}
.p-about_modal__slide-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  transition-property: transform, height;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-about_modal__slide-item {
  flex-shrink: 0;
  width: 100%;
}
.p-about_modal__youtube-iframe {
  position: relative;
  padding-top: 56.25%;
}
.p-about_modal__youtube-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-about_modal__img img {
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80vh;
}
.p-about_modal__nav {
  display: flex;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .p-about_modal__nav {
    flex-direction: column-reverse;
    position: absolute;
    right: calc(100% + 20px);
    bottom: 0;
    left: auto;
  }
}
@media screen and (max-width: 960px) {
  .p-about_modal__nav {
    position: relative;
    margin: 10px 0 0 10px;
  }
}
.p-about_modal__nav-item {
  width: 7rem;
  height: 7rem;
  display: block;
  position: relative;
  background: var(--color-white-pearl);
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .p-about_modal__nav-item {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.p-about_modal__nav-item.is-disable {
  opacity: 0.4;
  pointer-events: none;
}
@media screen and (min-width: 961px) {
  .p-about_modal__nav-item + .p-about_modal__nav-item {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .p-about_modal__nav-item + .p-about_modal__nav-item {
    margin-left: 0.6rem;
  }
}
.p-about_modal__nav-item::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.15rem solid var(--color-orange);
  border-radius: 50%;
}
.p-about_modal__nav-arrow {
  width: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: var(--color-orange);
}
@media screen and (max-width: 960px) {
  .p-about_modal__nav-arrow {
    width: 1.3rem;
  }
}
.-prev .p-about_modal__nav-arrow {
  transform: translate(-50%, -50%) scale(-1, 1);
}
.p-about_modal__nav-svg {
  display: block;
  position: relative;
}
@media (hover: hover) {
  .p-about_modal__nav-item:hover .p-about_modal__nav-svg {
    animation: arrow2 1s linear;
  }
}

.p-works {
  width: 100%;
  display: block;
  position: relative;
}
.p-works__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-works__inner {
  display: block;
  position: relative;
}
.p-works__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(auto-fit, 1fr);
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-works__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
}
.p-works__list-item {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-works__list-item a:hover .p-works__list-title {
    color: var(--color-orange);
    transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
}
.p-works__list-title {
  font-weight: 500;
  font-size: 1.4rem;
  margin-top: 1.2rem;
  padding-bottom: 0.5rem;
  transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .p-works__list-title {
    font-size: 1.1rem;
  }
}
.p-works__footer {
  display: block;
  position: relative;
  margin-top: 6rem;
}

.p-works_in {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-works_in__container {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-works_in__header {
  width: 100%;
  display: block;
  position: relative;
}
.p-works_in__inner {
  display: block;
  position: relative;
  z-index: 1;
}
.p-works_in__footer {
  display: block;
  position: relative;
  margin-top: 7rem;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-works_in__footer {
    margin-top: 3.8rem;
  }
}

.p-works_outline {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 6rem 0;
}
@media screen and (min-width: 961px) {
  .p-works_outline {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .p-works_outline {
    padding: 2rem 0 4.5rem;
  }
}
.p-works_outline::after {
  --marquee-text-width: 110rem;
  content: "";
  width: 100vw;
  height: 22.5rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: url("../img/bg_txt_works.png") repeat-x left top;
  z-index: -1;
  background-size: var(--marquee-text-width) auto;
  animation: marquee 30s linear infinite;
}
@media screen and (max-width: 960px) {
  .p-works_outline::after {
    height: 11rem;
    background-size: calc(var(--marquee-text-width) * 0.5) auto;
  }
}
.p-works_outline__header {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-works_outline__header {
    margin-right: 6.5rem;
  }
}
@media screen and (max-width: 960px) {
  .p-works_outline__header {
    margin: 0 auto 2.4rem;
  }
}
.p-works_outline__visual {
  display: block;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
  opacity: 0;
  transform: translateX(-2rem);
}
@media screen and (max-width: 960px) {
  .p-works_outline__visual {
    border-radius: 0.7rem;
  }
}
.is-load .p-works_outline__visual {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1), transform 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-works_outline__visual-img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin: 0 !important;
}
@media screen and (max-width: 960px) {
  .p-works_outline__visual-img {
    margin: 0 auto !important;
  }
}
.p-works_outline__visual-img img {
  width: auto;
  max-width: 50rem;
  max-height: 35rem;
}
@media screen and (max-width: 960px) {
  .p-works_outline__visual-img img {
    max-width: 100%;
    max-height: 22.5rem;
  }
}
.p-works_outline__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateX(-2rem);
}
@media screen and (min-width: 961px) {
  .p-works_outline__inner {
    flex: 1 1 0;
    min-width: 0;
    padding-top: 6rem;
  }
}
.is-load .p-works_outline__inner {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, transform 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
}
.p-works_outline__category {
  display: block;
  position: relative;
  margin-bottom: 0.5rem;
  font-size: 1.7rem;
  font-family: "Be Vietnam Pro", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-works_outline__category {
    font-size: 1.3rem;
    text-align: center;
  }
}
.p-works_outline__category-date {
  display: inline-block;
  margin-left: 1.2rem;
}
.p-works_outline__title {
  width: 100%;
  display: block;
  position: relative;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-works_outline__title {
    font-size: 2.5rem;
    text-align: center;
  }
}
.p-works_outline__description {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 1.5rem;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--color-orange);
}
@media screen and (max-width: 960px) {
  .p-works_outline__description {
    margin-top: 1.2rem;
    font-size: 1.3rem;
    text-align: center;
  }
}
.p-works_outline__copy {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 4rem;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 960px) {
  .p-works_outline__copy {
    margin-top: 2rem;
    font-size: 1.1rem;
    text-align: center;
  }
}

.p-works_content {
  width: 100%;
  position: relative;
  margin: 0 auto;
  color: var(--color-text-white);
  padding: 9.8rem 0;
}
@media screen and (min-width: 961px) {
  .p-works_content {
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .p-works_content {
    padding: 5.4rem 0 5rem;
  }
}
.p-works_content::before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: var(--color-orange);
}
.p-works_content__header {
  width: 31rem;
  display: block;
  position: relative;
  opacity: 0;
  transform: translateX(-2rem);
}
@media screen and (max-width: 960px) {
  .p-works_content__header {
    width: 100%;
    margin: 0 auto 2.4rem;
  }
}
.is-load .p-works_content__header {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}
.p-works_content__title {
  display: block;
  position: relative;
  font-size: 4.2rem;
  font-family: "Be Vietnam Pro", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 960px) {
  .p-works_content__title {
    font-size: 2.2rem;
  }
  .p-works_content__title br {
    display: none;
  }
}
.p-works_content__inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  opacity: 0;
  transform: translateX(-2rem);
}
@media screen and (min-width: 961px) {
  .p-works_content__inner {
    flex: 1 1 0;
    min-width: 0;
    margin-bottom: -5rem;
  }
}
.is-load .p-works_content__inner {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.3s, transform 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
}
.p-works_content__data {
  width: 48%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-works_content__data {
    margin: 0 4% 5rem 0;
  }
  .p-works_content__data:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-works_content__data {
    width: 100%;
  }
  .p-works_content__data + .p-works_content__data {
    margin-top: 2.4rem;
  }
}
.p-works_content__data-cap {
  display: block;
  position: relative;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-family: "Be Vietnam Pro", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  transform: rotate(0.001deg);
}
@media screen and (max-width: 960px) {
  .p-works_content__data-cap {
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
  }
}
.p-works_content__data-text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  transform: rotate(0.001deg);
}
@media screen and (max-width: 960px) {
  .p-works_content__data-text {
    font-size: 1.4rem;
  }
}

.p-works_slide {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 5rem 0 0;
}
@media screen and (max-width: 960px) {
  .p-works_slide {
    padding: 0;
  }
}
.p-works_slide::before {
  content: "";
  width: 100vw;
  height: 35rem;
  display: block;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  background: var(--color-orange);
}
@media screen and (max-width: 960px) {
  .p-works_slide::before {
    height: 11rem;
  }
}
.p-works_slide__inner {
  width: 80%;
  position: relative;
  opacity: 0;
  transform: translateX(-2rem);
}
@media screen and (min-width: 961px) {
  .p-works_slide__inner {
    padding: 0 12rem;
  }
}
@media screen and (max-width: 960px) {
  .p-works_slide__inner {
    width: 100%;
  }
}
.is-load .p-works_slide__inner {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.3s, transform 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
}
.p-works_slide__list {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  font-size: 0;
  letter-spacing: -0.4em;
  white-space: nowrap;
}
.p-works_slide__list-item {
  width: 100rem;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-size: 1rem;
  letter-spacing: normal;
  white-space: normal;
}
@media screen and (max-width: 960px) {
  .p-works_slide__list-item {
    width: 100%;
  }
}
@media screen and (min-width: 961px) {
  .p-works_slide__footer {
    position: static;
    margin-top: 1.2rem;
    padding: 0 12rem;
  }
}
@media screen and (max-width: 960px) {
  .p-works_slide__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
  }
}
.p-works_slide__nav {
  display: flex;
}
@media screen and (min-width: 961px) {
  .p-works_slide__nav {
    flex-direction: column-reverse;
    position: absolute;
    bottom: 3rem;
    left: 0;
  }
}
.p-works_slide__nav-item {
  width: 7rem;
  height: 7rem;
  display: block;
  position: relative;
  background: var(--color-white-pearl);
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .p-works_slide__nav-item {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.p-works_slide__nav-item.is-disable {
  opacity: 0.4;
  pointer-events: none;
}
@media screen and (min-width: 961px) {
  .p-works_slide__nav-item + .p-works_slide__nav-item {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .p-works_slide__nav-item + .p-works_slide__nav-item {
    margin-left: 0.6rem;
  }
}
.p-works_slide__nav-item::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.15rem solid var(--color-orange);
  border-radius: 50%;
}
.p-works_slide__nav-arrow {
  width: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: var(--color-orange);
}
@media screen and (max-width: 960px) {
  .p-works_slide__nav-arrow {
    width: 1.3rem;
  }
}
.-prev .p-works_slide__nav-arrow {
  transform: translate(-50%, -50%) scale(-1, 1);
}
.p-works_slide__nav-svg {
  display: block;
  position: relative;
}
@media (hover: hover) {
  .p-works_slide__nav-item:hover .p-works_slide__nav-svg {
    animation: arrow2 1s linear;
  }
}
.p-works_slide__pager {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: flex-start;
}
.p-works_slide__pager-text {
  min-width: 0.8rem;
  display: block;
  position: relative;
  font-size: 1.1rem;
  font-family: "Be Vietnam Pro", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  cursor: pointer;
}
.p-works_slide__pager-text + .p-works_slide__pager-text::before {
  content: "/";
  margin: 0 0.6rem;
}
@media screen and (max-width: 960px) {
  .p-works_slide__pager-text + .p-works_slide__pager-text::before {
    margin: 0 0.4rem;
  }
}

.p-works_slide_data {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-works_slide_data.js-works-detail {
  cursor: pointer;
}
.p-works_slide_data.js-works-detail.-youtube .c-hov {
  display: none;
}
.p-works_slide_data__thumb {
  width: 100%;
  display: block;
  position: relative;
  border-radius: 1rem;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-works_slide_data__thumb {
    border-radius: 0.6rem;
  }
}
.p-works_slide_data__thumb::after {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-orange);
  opacity: 0.3;
}
.p-works_slide_data.js-works-detail.-youtube .p-works_slide_data__thumb::after {
  content: "";
}
@media (hover: hover) {
  .p-works_slide_data__thumb::after {
    transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-works_slide_data:hover .p-works_slide_data__thumb::after {
    opacity: 0.1;
  }
}
.p-works_slide_data__thumb-img {
  padding-top: 60%;
  display: block;
  position: relative;
  background: var(--color-orange);
  margin: 0 !important;
}
.p-works_slide_data__thumb-img img {
  width: 100%;
  height: 100% !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-works_slide_data__icon {
  width: 7.5rem;
  height: 7.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-orange);
  border-radius: 50%;
  z-index: 1;
  display: none;
}
.p-works_slide_data.js-works-detail.-youtube .p-works_slide_data__icon {
  display: block;
}
@media screen and (max-width: 960px) {
  .p-works_slide_data__icon {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.p-works_slide_data__icon::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/btn_play_mark.png") no-repeat center/contain;
}

.p-works_link {
  width: 100%;
  position: relative;
  padding: 5rem 0 0;
  opacity: 0;
  transform: translateX(-2rem);
}
@media screen and (max-width: 960px) {
  .p-works_link {
    padding: 4rem 0 0;
  }
}
.is-load .p-works_link {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.3s, transform 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
}
.p-works_link__list {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-works_link__list {
    display: flex;
    justify-content: center;
  }
}
.p-works_link__list-item {
  width: 27rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-works_link__list-item {
    width: 24rem;
    margin: 0 auto;
  }
}
@media screen and (min-width: 961px) {
  .p-works_link__list-item + .p-works_link__list-item {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 960px) {
  .p-works_link__list-item + .p-works_link__list-item {
    margin-top: 1rem;
  }
}

.p-works_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  transition-property: opacity, visibility;
}
.p-works_modal.is-open {
  opacity: 1;
  visibility: visible;
}
.p-works_modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-gray-paerl);
  opacity: 0.9;
}
.p-works_modal__close {
  display: block;
  position: fixed;
  top: 2.5rem;
  right: 4.5rem;
  width: 5rem;
  height: 5rem;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  box-sizing: border-box;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .p-works_modal__close {
    top: 1.5rem;
    right: 1.5rem;
    width: 4rem;
    height: 4rem;
  }
}
.p-works_modal__close-bar {
  content: "";
  width: 100%;
  height: 0.3rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (max-width: 960px) {
  .p-works_modal__close-bar {
    height: 0.2rem;
  }
}
.p-works_modal__close-bar.-bar1 {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-works_modal__close-bar.-bar2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-works_modal__close-bar::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-orange);
  transition: width 0.4s cubic-bezier(0.5, 1, 0.89, 1);
  border-radius: 200px;
}
.is-open .p-works_modal__close-bar::before {
  width: 100%;
  left: auto;
  right: 0;
  transition: width 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-works_modal__container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.p-works_modal__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 50px 0;
}
.p-works_modal__main {
  position: relative;
  width: 80%;
}
@media screen and (max-width: 960px) {
  .p-works_modal__main {
    width: 100%;
  }
}
.p-works_modal__slide {
  position: relative;
}
.p-works_modal__slide-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  transition-property: transform, height;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.p-works_modal__slide-item {
  flex-shrink: 0;
  width: 100%;
}
.p-works_modal__youtube-iframe {
  position: relative;
  padding-top: 56.25%;
}
.p-works_modal__youtube-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-works_modal__img img {
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 80vh;
}
.p-works_modal__nav {
  display: flex;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .p-works_modal__nav {
    flex-direction: column-reverse;
    position: absolute;
    right: calc(100% + 20px);
    bottom: 0;
    left: auto;
  }
}
@media screen and (max-width: 960px) {
  .p-works_modal__nav {
    position: relative;
    margin: 10px 0 0 10px;
  }
}
.p-works_modal__nav-item {
  width: 7rem;
  height: 7rem;
  display: block;
  position: relative;
  background: var(--color-white-pearl);
  border-radius: 50%;
  cursor: pointer;
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1);
}
@media screen and (max-width: 960px) {
  .p-works_modal__nav-item {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.p-works_modal__nav-item.is-disable {
  opacity: 0.4;
  pointer-events: none;
}
@media screen and (min-width: 961px) {
  .p-works_modal__nav-item + .p-works_modal__nav-item {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 960px) {
  .p-works_modal__nav-item + .p-works_modal__nav-item {
    margin-left: 0.6rem;
  }
}
.p-works_modal__nav-item::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.15rem solid var(--color-orange);
  border-radius: 50%;
}
.p-works_modal__nav-arrow {
  width: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: var(--color-orange);
}
@media screen and (max-width: 960px) {
  .p-works_modal__nav-arrow {
    width: 1.3rem;
  }
}
.-prev .p-works_modal__nav-arrow {
  transform: translate(-50%, -50%) scale(-1, 1);
}
.p-works_modal__nav-svg {
  display: block;
  position: relative;
}
@media (hover: hover) {
  .p-works_modal__nav-item:hover .p-works_modal__nav-svg {
    animation: arrow2 1s linear;
  }
}

.p-recruit {
  width: 100%;
  display: block;
  position: relative;
}
.p-recruit__container {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-recruit__header {
  display: block;
  position: relative;
  margin-bottom: 8.5rem;
}
@media screen and (max-width: 960px) {
  .p-recruit__header {
    margin-bottom: 2.4rem;
  }
}
.p-recruit__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateX(-2rem);
}
.is-load .p-recruit__inner {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s, transform 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s;
}
.is-load .p-recruit__inner:first-child {
  transition-delay: 0.2s;
}
.p-recruit__footer {
  display: block;
  position: relative;
}

.p-recruit_content {
  width: 100%;
  position: relative;
  margin: 0 auto;
  color: var(--color-text-white);
  padding: 9.8rem 0 11rem;
}
@media screen and (min-width: 961px) {
  .p-recruit_content {
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .p-recruit_content {
    padding: 5rem 0 5rem;
  }
}
.p-recruit_content::before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: var(--color-orange);
  opacity: 0;
}
.is-load .p-recruit_content::before {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
  animation: clip-in 0.6s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
}
.p-recruit_content__header {
  width: 31rem;
  display: block;
  position: relative;
  opacity: 0;
  transform: translateX(-2rem);
}
@media screen and (max-width: 960px) {
  .p-recruit_content__header {
    width: 100%;
    margin: 0 auto 4rem;
  }
}
.is-load .p-recruit_content__header {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}
.p-recruit_content__title {
  display: block;
  position: relative;
  font-size: 4.5rem;
  font-family: "Be Vietnam Pro", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 960px) {
  .p-recruit_content__title {
    font-size: 2.2rem;
  }
  .p-recruit_content__title br {
    display: none;
  }
}
.p-recruit_content__inner {
  display: block;
  position: relative;
  opacity: 0;
  transform: translateX(-2rem);
}
@media screen and (min-width: 961px) {
  .p-recruit_content__inner {
    flex: 1 1 0;
    min-width: 0;
  }
}
.is-load .p-recruit_content__inner {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.3s, transform 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
}

.p-recruit_content_in {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-recruit_content_in + .p-recruit_content_in {
  margin-top: 8rem;
}
@media screen and (max-width: 960px) {
  .p-recruit_content_in + .p-recruit_content_in {
    margin-top: 3rem;
  }
}
.p-recruit_content_in__header {
  display: block;
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (max-width: 960px) {
  .p-recruit_content_in__header {
    margin-bottom: 2rem;
  }
}
.p-recruit_content_in__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  padding: 0.4rem 1rem;
  font-size: 1.4rem;
  color: var(--color-orange);
  background: var(--color-white-pearl);
  border-radius: 0.5rem;
}
@media screen and (max-width: 960px) {
  .p-recruit_content_in__title {
    padding: 0.2rem 0.6rem;
    font-size: 1.1rem;
    border-radius: 0.2rem;
  }
}
.p-recruit_content_in__inner {
  display: block;
  position: relative;
}
.p-recruit_content_in__list {
  display: block;
  position: relative;
}
.p-recruit_content_in__list-item {
  display: block;
  position: relative;
}
.p-recruit_content_in__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-white-pearl);
  pointer-events: none;
}
.p-recruit_content_in__list-item:first-child {
  border-top: 0.1rem solid var(--color-white-pearl);
}

.p-recruit_content_in__none {
  display: block;
  position: relative;
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .p-recruit_content_in__none {
    font-size: 1.5rem;
  }
}

.p-recruit_content_data {
  display: block;
  position: relative;
  padding: 4.3rem 0;
}
@media screen and (max-width: 960px) {
  .p-recruit_content_data {
    padding: 2.1rem 0;
  }
}
.p-recruit_content_data__title {
  display: block;
  position: relative;
  font-size: 2.8rem;
  font-weight: 500;
  padding-right: 1rem;
  color: var(--color-white-pearl);
}
@media screen and (max-width: 960px) {
  .p-recruit_content_data__title {
    font-size: 1.8rem;
  }
}
@media (hover: hover) {
  .p-recruit_content_data__title {
    transform: translate(0, 0);
    transition: transform 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-recruit_content_data:hover .p-recruit_content_data__title {
    transform: translate(1rem, 0);
  }
}
.p-recruit_content_data__deco {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background-color: var(--color-white-pearl);
  border-radius: 50%;
}
@media screen and (max-width: 960px) {
  .p-recruit_content_data__deco {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.p-recruit_content_data__deco-img {
  width: 1.8rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: var(--color-orange);
}
@media screen and (max-width: 960px) {
  .p-recruit_content_data__deco-img {
    width: 1rem;
  }
}
.p-recruit_content_data__deco-svg {
  display: block;
  position: relative;
}
@media (hover: hover) {
  .p-recruit_content_data:hover .p-recruit_content_data__deco-svg {
    animation: arrow2 1s linear;
  }
}

.p-recruit_message {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 10rem 0 15rem;
}
@media screen and (max-width: 960px) {
  .p-recruit_message {
    padding: 4.5rem 0 6.6rem;
  }
}
.p-recruit_message__text {
  display: block;
  position: relative;
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  .p-recruit_message__text {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.p-recruit_message__text::after {
  --marquee-text-width: 246rem;
  content: "";
  width: 100vw;
  height: 22.5rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/bg_txt_join.png") repeat-x left top;
  z-index: -1;
  background-size: var(--marquee-text-width) auto;
  animation: marquee 30s linear infinite;
}
@media screen and (max-width: 960px) {
  .p-recruit_message__text::after {
    animation: marquee 50s linear infinite;
    background-size: calc(var(--marquee-text-width) * 0.5) auto;
  }
}

.p-recruit_about {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 2.8rem 0 6rem;
}
@media screen and (min-width: 961px) {
  .p-recruit_about {
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .p-recruit_about {
    padding: 0 0 2rem;
  }
}
.p-recruit_about__header {
  width: 31rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-recruit_about__header {
    width: 100%;
    margin: 0 auto 0.2rem;
  }
}
.p-recruit_about__title {
  display: block;
  position: relative;
  font-size: 4.5rem;
  font-family: "Be Vietnam Pro", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.3;
  color: var(--color-orange);
}
@media screen and (max-width: 960px) {
  .p-recruit_about__title {
    font-size: 2.6rem;
  }
  .p-recruit_about__title br {
    display: none;
  }
}
.p-recruit_about__inner {
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-recruit_about__inner {
    flex: 1 1 0;
    min-width: 0;
  }
}
.p-recruit_about__list {
  display: block;
  position: relative;
}
.p-recruit_about__list-item {
  display: block;
  position: relative;
}
.p-recruit_about__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-gray-paerl);
  pointer-events: none;
}

.p-recruit_about_data {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 5rem 0;
}
@media screen and (min-width: 961px) {
  .p-recruit_about_data {
    display: flex;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 960px) {
  .p-recruit_about_data {
    padding: 3rem 0;
  }
}
.p-recruit_about_data__header {
  width: 35rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-recruit_about_data__header {
    width: 100%;
    margin: 0 auto 0.8rem;
  }
}
.p-recruit_about_data__title {
  display: block;
  position: relative;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--color-orange);
}
@media screen and (max-width: 960px) {
  .p-recruit_about_data__title {
    font-size: 1.6rem;
  }
}
.p-recruit_about_data__inner {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
}
.p-recruit_about_data__description {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 960px) {
  .p-recruit_about_data__description {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
.p-recruit_about_data__btn {
  width: 27rem;
  display: block;
  position: relative;
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-recruit_about_data__btn {
    width: 21.4rem;
    margin-top: 1.6rem;
  }
}

.p-recruit_in {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-recruit_in__container {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
}
.p-recruit_in__header {
  width: 100%;
  min-height: 32rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding: 9rem 0;
  color: var(--color-text-white);
}
@media screen and (max-width: 960px) {
  .p-recruit_in__header {
    min-height: 17rem;
    margin-bottom: 2rem;
    padding: 5rem 0;
  }
}
@media screen and (max-width: 960px) {
  .p-recruit_in__header {
    padding: 5rem 0;
  }
}
.p-recruit_in__header::before {
  content: "";
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: var(--color-orange);
  z-index: -1;
  opacity: 0;
}
.is-load .p-recruit_in__header::before {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  animation: clip-in-circle 0.6s cubic-bezier(0.5, 1, 0.89, 1);
}
.p-recruit_in__header::after {
  --marquee-text-width: 121rem;
  content: "";
  width: 100vw;
  height: 22.5rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background: url("../img/bg_txt_recruit.png") repeat-x left top;
  z-index: -1;
  background-size: var(--marquee-text-width) auto;
  animation: marquee 30s linear infinite;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .p-recruit_in__header::after {
    height: 11rem;
    background-size: calc(var(--marquee-text-width) * 0.5) auto;
  }
}
.is-load .p-recruit_in__header::after {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.5, 1, 0.89, 1) 0.4s;
}
.p-recruit_in__category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  margin-bottom: 1.2rem;
  padding: 0.4rem 1rem;
  font-size: 1.4rem;
  color: var(--color-orange);
  background: var(--color-white-pearl);
  border-radius: 0.5rem;
  opacity: 0;
  transform: translateX(-2rem);
}
@media screen and (max-width: 960px) {
  .p-recruit_in__category {
    padding: 0.2rem 0.4rem;
    font-size: 1.1rem;
    border-radius: 0.2rem;
  }
}
.is-load .p-recruit_in__category {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.1s, transform 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.1s;
}
.p-recruit_in__title {
  width: 100%;
  display: block;
  position: relative;
  font-size: 4rem;
  font-weight: 600;
  opacity: 0;
  transform: translateX(-2rem);
}
@media screen and (max-width: 960px) {
  .p-recruit_in__title {
    font-size: 2.8rem;
  }
}
.is-load .p-recruit_in__title {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}
.p-recruit_in__inner {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 5rem 0 0;
  z-index: 1;
  z-index: 1;
  opacity: 0;
  transform: translateX(-2rem);
}
@media screen and (max-width: 960px) {
  .p-recruit_in__inner {
    padding: 2rem 0 0;
  }
}
.is-load .p-recruit_in__inner {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s, transform 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.2s;
}
.p-recruit_in__list {
  display: block;
  position: relative;
}
.p-recruit_in__list-item {
  display: block;
  position: relative;
}
.p-recruit_in__list-item::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 0.1rem solid var(--color-gray-paerl);
  pointer-events: none;
}
.p-recruit_in__footer {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-top: 7rem;
  z-index: 1;
  opacity: 0;
  transform: translateX(-2rem);
}
@media screen and (max-width: 960px) {
  .p-recruit_in__footer {
    padding-top: 4.4rem;
  }
}
.is-load .p-recruit_in__footer {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.3s, transform 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.3s;
}

.p-recruit_in_data {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin: 0 auto;
  padding: 3rem 0;
}
@media screen and (max-width: 960px) {
  .p-recruit_in_data {
    padding: 3rem 0;
  }
}
.p-recruit_in_data__header {
  width: 18rem;
  display: block;
  position: relative;
  margin-right: 1rem;
}
@media screen and (max-width: 960px) {
  .p-recruit_in_data__header {
    width: 8.5rem;
  }
}
.p-recruit_in_data__title {
  display: block;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 960px) {
  .p-recruit_in_data__title {
    font-size: 1.4rem;
  }
}
.p-recruit_in_data__inner {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
}
.p-recruit_in_data__description {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .p-recruit_in_data__description {
    font-size: 1.3rem;
  }
}
.p-recruit_in_data__description a {
  color: var(--color-orange);
  text-decoration: none;
}
@media (hover: hover) {
  .p-recruit_in_data__description a:hover {
    text-decoration: underline;
  }
}
.p-recruit_in_data__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 31rem;
  display: block;
  position: relative;
  margin-top: 2rem;
}
@media screen and (max-width: 960px) {
  .p-recruit_in_data__btn {
    margin-top: 1rem;
    min-width: 100%;
  }
}

.p-contact {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-contact__inner {
  width: 100%;
  max-width: 1000px;
  position: relative;
  margin: 0 auto;
  opacity: 0;
  transform: translateX(-2rem);
}
.is-load .p-contact__inner {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s, transform 0.4s cubic-bezier(0.5, 1, 0.89, 1) 0.5s;
}
.is-load .p-contact__inner:first-child {
  transition-delay: 0.2s;
}

.p-contact_form {
  display: block;
  position: relative;
}
.p-contact_form__header {
  width: 100%;
  position: relative;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 960px) {
  .p-contact_form__header {
    margin-bottom: 1.6rem;
  }
}
.p-contact_form__note {
  display: block;
  position: relative;
  font-size: 1.2rem;
}
@media screen and (max-width: 960px) {
  .p-contact_form__note {
    font-size: 1rem;
  }
}
.p-contact_form__note .-red {
  color: var(--color-orange);
  font-size: 0.8em;
  font-weight: 700;
}
.p-contact_form__btn {
  width: 44rem;
  position: relative;
  margin: 5.6rem auto 0;
}
@media screen and (max-width: 960px) {
  .p-contact_form__btn {
    width: 100%;
    margin-top: 4rem;
  }
}

.p-contact_data {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-contact_data {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
}
.p-contact_data + .p-contact_data {
  margin-top: 4rem;
}
@media screen and (max-width: 960px) {
  .p-contact_data + .p-contact_data {
    margin-top: 3rem;
  }
}
.p-contact_data__header {
  width: 28rem;
  display: block;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-contact_data__header {
    width: 100%;
    position: relative;
    margin: 0 auto 1.5rem;
  }
}
.p-contact_data__cap {
  display: block;
  position: relative;
}
.p-contact_data__cap-main {
  display: block;
  position: relative;
  font-size: 1.4rem;
}
@media screen and (max-width: 960px) {
  .p-contact_data__cap-main {
    font-size: 1.3rem;
  }
}
.p-contact_data__cap-main .-red {
  color: var(--color-orange);
  font-size: 0.8em;
  font-weight: 700;
}
.p-contact_data__cap-sub {
  display: block;
  position: relative;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-family: "Be Vietnam Pro", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05rem;
  color: var(--color-text-gray);
}
@media screen and (max-width: 960px) {
  .p-contact_data__cap-sub {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
}
.p-contact_data__inner {
  flex: 1 1 0;
  min-width: 0;
  display: block;
  position: relative;
}
.p-contact_data__input {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
}
.p-contact_data__input-item {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 961px) {
  .p-contact_data__input-item + .p-contact_data__input-item {
    margin-left: 3rem;
  }
}
.p-contact_data__input-item.-M {
  width: 30rem;
  max-width: 40%;
}
@media screen and (max-width: 960px) {
  .p-contact_data__input-item.-M {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .p-contact_data__input-item.-M + .p-contact_data__input-item.-M {
    margin-top: 1rem;
  }
}
.p-contact_data__input-item.-S {
  width: 21rem;
}
@media screen and (max-width: 960px) {
  .p-contact_data__input-item.-S {
    width: 12rem;
    max-width: 25%;
  }
}
.p-contact_data__input-item::before {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%) rotate(45deg);
  border-bottom: 0.2rem solid var(--color-black);
  border-right: 0.2rem solid var(--color-black);
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-contact_data__input-item::before {
    width: 0.5rem;
    height: 0.5rem;
    border-width: 0.1rem;
  }
}
.p-contact_data__input-item.-select::before {
  content: "";
}

.p-contact_data__input-item input {
  width: 100%;
  display: block;
  position: relative;
}
.p-contact_data__input-item input[type=text] {
  padding: 1.8rem 2rem;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  border: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: var(--color-white);
  border-radius: 0.5rem;
}
@media screen and (max-width: 960px) {
  .p-contact_data__input-item input[type=text] {
    padding: 1.2rem 1.5rem;
  }
}
.p-contact_data__input-item input[type=text]::-moz-placeholder {
  color: var(--color-text-gray);
  background: var(--color-white);
}
.p-contact_data__input-item input[type=text]::placeholder {
  color: var(--color-text-gray);
  background: var(--color-white);
}
.p-contact_data__input-item select {
  width: 100%;
  display: block;
  position: relative;
  padding: 1.8rem 2rem;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  border: none;
  background: var(--color-white);
  border-radius: 0.5rem;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
@media screen and (max-width: 960px) {
  .p-contact_data__input-item select {
    padding: 1.2rem 1.5rem;
  }
}
.p-contact_data__input-item select::-moz-placeholder {
  color: var(--color-text-gray);
  background: var(--color-white);
}
.p-contact_data__input-item select::placeholder {
  color: var(--color-text-gray);
  background: var(--color-white);
}
.p-contact_data__input-item textarea {
  width: 100%;
  display: block;
  position: relative;
  padding: 1.8rem 1rem;
  font-size: 1.6rem;
  line-height: 1;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  border: none;
  background: var(--color-white);
  border-radius: 0.5rem;
}
@media screen and (max-width: 960px) {
  .p-contact_data__input-item textarea {
    padding: 1.2rem 1.5rem;
  }
}
.p-contact_data__input-bar {
  width: 1rem;
  height: 0.2rem;
  display: block;
  position: relative;
  margin: 0 1.5rem;
}
@media screen and (max-width: 960px) {
  .p-contact_data__input-bar {
    height: 0.1rem;
    margin: 0 0.6rem;
  }
}
.p-contact_data__input-bar::before {
  content: "";
  width: 100%;
  height: 0.2rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--color-black);
}
@media screen and (max-width: 960px) {
  .p-contact_data__input-bar::before {
    height: 0.1rem;
  }
}
.p-contact_data__note {
  width: 100%;
  position: relative;
  margin: 1.2rem auto 0;
  font-size: 1.1rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .p-contact_data__note {
    margin-top: 0.6rem;
    font-size: 1rem;
  }
}

.p-contact_note {
  width: 100%;
  position: relative;
  margin: 5.6rem auto 0;
  padding: 6.5rem 0;
}
@media screen and (max-width: 960px) {
  .p-contact_note {
    margin-top: 3.8rem;
    padding: 2.8rem 0;
  }
}
.p-contact_note::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 0.1rem solid var(--color-gray-paerl);
  border-bottom: 0.1rem solid var(--color-gray-paerl);
  pointer-events: none;
}
.p-contact_note__header {
  width: 100%;
  position: relative;
  margin: 0 auto 2.5rem;
}
@media screen and (max-width: 960px) {
  .p-contact_note__header {
    margin-bottom: 1.2rem;
  }
}
.p-contact_note__title {
  display: block;
  position: relative;
  font-size: 1.8rem;
}
@media screen and (max-width: 960px) {
  .p-contact_note__title {
    font-size: 1.4rem;
  }
}
.p-contact_note__inner {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-contact_note__list {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-contact_note__list-item {
  display: block;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 960px) {
  .p-contact_note__list-item {
    font-size: 1.2rem;
  }
}
.p-contact_note__list-item::before {
  font-feature-settings: normal;
}
.p-contact_note__list-item + .p-contact_note__list-item {
  margin-top: 1.6rem;
}
.p-contact_note__list-item a {
  color: var(--color-orange);
  text-decoration: none;
}
@media (hover: hover) {
  .p-contact_note__list-item a:hover {
    text-decoration: underline;
  }
}

.p-contact_thanks {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.p-contact_thanks__lead {
  display: block;
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 4.2rem;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-contact_thanks__lead {
    margin-bottom: 2.4rem;
    font-size: 2.2rem;
  }
}
.p-contact_thanks__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-contact_thanks__text {
    font-size: 1.3rem;
  }
}
.p-contact_thanks__note {
  display: block;
  position: relative;
  margin-top: 1.2rem;
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-contact_thanks__note {
    margin-top: 0.8rem;
    font-size: 1rem;
  }
}
.p-contact_thanks__btn {
  width: 24rem;
  position: relative;
  margin: 0 auto;
  padding-top: 7rem;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-contact_thanks__btn {
    width: 18rem;
    padding-top: 4.4rem;
  }
}
.p-contact_thanks__btn-text {
  display: block;
  position: relative;
  padding: 2rem 1rem;
  font-family: "Be Vietnam Pro", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  text-align: center;
  color: var(--color-white);
  background: var(--color-orange);
  border-radius: 200px;
}
@media screen and (max-width: 960px) {
  .p-contact_thanks__btn-text {
    padding: 1.2rem 1rem;
    font-size: 1.3rem;
  }
}
@media (hover: hover) {
  .p-contact_thanks__btn-text {
    transition: color 0.3s cubic-bezier(0.5, 1, 0.89, 1), background-color 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .p-contact_thanks__btn:hover .p-contact_thanks__btn-text {
    color: var(--color-orange);
    background-color: var(--color-white-pearl);
  }
}
.p-contact_thanks__btn-text::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.2rem solid var(--color-orange);
  border-radius: 200px;
}