/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
  counter-reset: number 0;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  color: #fff;
}

html {
  font-size: 16px;
  background-color: #181818;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.28vw;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

.english {
  font-family: "Playfair", serif;
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
}

.inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1250px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.yellow {
  color: #FFFF01;
}

.blue-to-pink {
  background: linear-gradient(90deg, #059EDB, #F0547E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pink-to-blue {
  background: linear-gradient(90deg, #F0547E, #059EDB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.top-mv {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .top-mv {
    margin-top: 7.5625rem;
  }
}

.top-open {
  margin-top: 2.5rem;
}

.open-inner {
  margin: 0 auto;
  font-family: "Zen Old Mincho", serif;
}
.open-title {
  font-size: 4vw;
  line-height: 0.9;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .open-title {
    font-size: 3.2638888889vw;
  }
}
@media (min-width: 1440px) {
  .open-title {
    font-size: 2.9375rem;
  }
}

.open-title19 {
  font-size: 5.0666666667vw;
}
@media screen and (min-width: 768px) {
  .open-title19 {
    font-size: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .open-title19 {
    font-size: 3.75rem;
  }
}

.open-title50 {
  font-size: 13.3333333333vw;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .open-title50 {
    font-size: 11.4583333333vw;
  }
}
@media (min-width: 1440px) {
  .open-title50 {
    font-size: 10.3125rem;
  }
}

.open-title60 {
  font-size: 18.6666666667vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .open-title60 {
    font-size: 16.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .open-title60 {
    font-size: 14.4375rem;
  }
}

.open-container {
  margin: 0 auto;
  width: 100%;
}

.open-img {
  width: 100%;
  margin: 0 auto;
}

.open-img img {
  aspect-ratio: 421/274;
  width: 100%;
  object-fit: cover;
}

.open-text {
  font-size: 2.1333333333vw;
  line-height: 1.75;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .open-text {
    font-size: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .open-text {
    font-size: 1.5625rem;
  }
}

.top-produce {
  margin-top: 5.078125rem;
}
@media screen and (min-width: 768px) {
  .top-produce {
    margin-top: 14.1875rem;
  }
}

.produce-inner {
  margin: 0 auto;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 768px) {
  .produce-inner {
    max-width: 81.25rem;
  }
}

.produce-title-container {
  width: 69.6%;
  margin: 0 auto;
  z-index: 100;
  position: relative;
}

.produce-title-back {
  font-size: 42.6666666667vw;
  line-height: 1;
  position: absolute;
  top: -27%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  opacity: 0.75;
}

.produce-title1 {
  font-size: 3.7333333333vw;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .produce-title1 {
    font-size: 3.2638888889vw;
  }
}
@media (min-width: 1440px) {
  .produce-title1 {
    font-size: 2.9375rem;
  }
}

.produce-title2 {
  font-size: 3.7333333333vw;
  line-height: 1.2;
  text-align: right;
  transform: translateY(-40%);
}
@media screen and (min-width: 768px) {
  .produce-title2 {
    font-size: 3.2638888889vw;
  }
}
@media (min-width: 1440px) {
  .produce-title2 {
    font-size: 2.9375rem;
  }
}

.produce-title {
  font-size: 4vw;
  line-height: 0.9;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .produce-title {
    font-size: 3.2638888889vw;
  }
}
@media (min-width: 1440px) {
  .produce-title {
    font-size: 2.9375rem;
  }
}

.produce-title16 {
  font-size: 4.5333333333vw;
}
@media screen and (min-width: 768px) {
  .produce-title16 {
    font-size: 4.1666666667vw;
  }
}
@media (min-width: 1440px) {
  .produce-title16 {
    font-size: 3.75rem;
  }
}

.produce-title24 {
  font-size: 6.4vw;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .produce-title24 {
    font-size: 6.3888888889vw;
  }
}
@media (min-width: 1440px) {
  .produce-title24 {
    font-size: 5.75rem;
  }
}

.produce-title26 {
  font-size: 6.9333333333vw;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .produce-title26 {
    font-size: 6.9444444444vw;
  }
}
@media (min-width: 1440px) {
  .produce-title26 {
    font-size: 6.25rem;
  }
}

.produce-title60 {
  font-size: 16vw;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .produce-title60 {
    font-size: 16.0416666667vw;
  }
}
@media (min-width: 1440px) {
  .produce-title60 {
    font-size: 14.4375rem;
  }
}

.produce-container {
  width: 100%;
  margin: 0 auto;
}

.produce-img {
  width: 100%;
}

.produce-img img {
  aspect-ratio: 375/194;
  width: 100%;
  object-fit: cover;
}

.produce-text {
  font-size: 2.1333333333vw;
  line-height: 1.75;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .produce-text {
    font-size: 1.7361111111vw;
  }
}
@media (min-width: 1440px) {
  .produce-text {
    font-size: 1.5625rem;
  }
}

.top-recruit {
  margin-top: 3.75rem;
}

.recruit-inner {
  margin: 0 auto;
  width: 82.9333333333%;
}

.recruit-title {
  text-align: center;
  font-size: 4.2666666667vw;
  font-family: "Zen Old Mincho", serif;
}

.recruit-title span {
  font-size: 5.3333333333vw;
}

.recruit-containers {
  margin: 1.75rem auto 0;
}

.recruit-container {
  display: flex;
  justify-content: flex-end;
}

.recruit-img {
  width: 45.6591639871%;
}

.recruit-img img {
  aspect-ratio: 142/133;
  width: 100%;
  object-fit: cover;
}

.recruit-contain {
  width: 54.3408360129%;
}

.recruit-contain:nth-child(2n) {
  margin-left: 1.25rem;
}

.recruit-container:nth-child(n+2) {
  margin-top: 1.75rem;
}

.recruit-contain_title {
  font-size: 2.9333333333vw;
  letter-spacing: 0px;
  font-family: "Zen Old Mincho", serif;
}

.recruit-contain_title-0 {
  display: inline-block;
  font-size: 6.4vw;
  color: #fff;
  text-shadow: 0 0 2vw #059EDB, 0 0 2vw white, 0 0 2vw #059EDB, 0 0 2vw #059EDB;
}

.recruit-contain_title-1 {
  font-size: 6.4vw;
  color: #fff;
  text-shadow: 0 0 2vw #F0547E, 0 0 2vw #F0547E, 0 0 2vw #F0547E, 0 0 2vw white;
}

.recruit-contain_text {
  margin: 0.75rem auto 0;
  font-size: 2.1333333333vw;
  width: 83.3333333333%;
}

.top-treatment {
  margin-top: 29.3333333333vw;
}

.treatment-inner {
  text-align: center;
}

.treatment-title {
  text-align: center;
  font-size: 3.7333333333vw;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}

.treatment-title16 {
  font-size: 4.2666666667vw;
}

.treatment-title19 {
  font-size: 5.0666666667vw;
}

.treatment-sub-title {
  font-size: 1.6vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-top: 1.3333333333vw;
}

.treatment-container {
  width: 56.2666666667%;
  margin: 0 auto;
}

.treatment-contain {
  border-radius: 5.3vw 0px 5.3vw 0px;
  font-size: 2.6666666667vw;
  padding: 1.3333333333vw;
  background-color: #181818;
  position: relative;
  width: 100%;
  color: #fff;
  text-align: center;
}

.grad {
  border: 1px solid #fff;
  border-radius: 5.3vw 0px 5.3vw 0px;
  margin-top: 4.2666666667vw;
  font-size: 2.6666666667vw;
  background-color: transparent;
  position: relative;
  width: 100%;
  padding: 1px;
  color: #fff;
  text-align: center;
}

.treatment-contain::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(90deg, #059EDB, #F0547E);
  z-index: -1;
  border-radius: 5.3vw 0px 5.3vw 0px;
}

.grad::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(90deg, #059EDB, #F0547E);
  z-index: -1;
  border-radius: 5.3vw 0px 5.3vw 0px;
}

.top-collaboration {
  margin-top: 5.125rem;
}

.collaboration-title {
  width: 69.0666666667%;
  margin: 0 auto;
}

.collaboration-sub-title {
  margin-top: 1.3333333333vw;
  text-align: center;
  font-size: 2.1333333333vw;
  font-weight: 400;
  font-family: "Zen Old Mincho", serif;
}

.collaboration-cards1 {
  width: 80%;
  margin: 1.33vw auto 0;
  display: grid;
  grid-template-columns: 37vw 37vw;
  grid-gap: 4.53vw 5.33vw;
}

.collaboration-card-title {
  font-size: 2.1333333333vw;
  font-family: "Zen Old Mincho", serif;
}

.collaboration-cards2 {
  width: 85.0666666667%;
  margin: 4.53vw auto 0;
  display: grid;
  grid-template-columns: 20.27vw 20.27vw 33.6vw;
  grid-gap: 4.53vw 5.33vw;
}

.collaboration-card10 {
  width: 91.4666666667%;
  margin: 4.53vw auto 0;
}

.top-guideline {
  margin-top: 18.6666666667vw;
  margin-bottom: 10.6666666667vw;
}

.guideline-title {
  background: linear-gradient(45deg, #059EDB, #F0547E);
  width: 15.2%;
  font-size: 2.1333333333vw;
  font-family: "Zen Old Mincho", serif;
  border-radius: 2.67vw 2.67vw 2.67vw 2.67vw;
  text-align: center;
  margin: 0 auto;
  padding: 0.93vw 0;
}

.salary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 3.47vw 21.33vw 0 15.47vw;
  font-size: 2.1333333333vw;
}

.host-title, .staff-title {
  font-size: 2.6666666667vw;
}

.time {
  width: 77.0666666667%;
  margin: 3.47vw auto 0;
  font-size: 2.9333333333vw;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 1.33vw 0;
  text-align: center;
}

.welfare {
  margin-top: 3.4666666667vw;
}

.welfare p {
  margin-left: 15.4666666667vw;
  font-size: 2.6666666667vw;
}

.welfare-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 2.1333333333vw;
  font-weight: 400;
  margin-left: 17.0666666667vw;
  margin-right: 7.7333333333vw;
}

.welfare-list ul li {
  position: relative;
}

.welfare-list ul li::before {
  content: "";
  position: absolute;
  top: 1.3333333333vw;
  left: -1.6vw;
  width: 0.5333333333vw;
  height: 0.5333333333vw;
  background-color: #fff;
  border-radius: 50%;
}

.top-apply {
  padding-top: 9.8666666667vw;
  padding-bottom: 11.7333333333vw;
}

.apply {
  background: linear-gradient(45deg, rgba(5, 158, 219, 0.5), rgba(240, 84, 126, 0.5));
}

.apply-title {
  text-align: center;
  font-size: 3.7333333333vw;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
}

.apply-contents1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 45.0666666667%;
  margin: 6.4vw auto 0;
}

.apply-img1 {
  width: 42.6035502959%;
}

.apply-img1 a img {
  aspect-ratio: 72/72;
  width: 100%;
  object-fit: cover;
}

.apply-contents2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 74.4%;
  margin: 5vw auto 0;
}

.apply-img2 {
  width: 17.9211469534%;
  border-radius: 50%;
}

.apply-img2 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.apply-img2 a img {
  aspect-ratio: 50/50;
  width: 115%;
  object-fit: cover;
}

.apply-img3 {
  width: 17.9211469534%;
  border-radius: 50%;
}

.apply-img3 a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.apply-img3 a img {
  aspect-ratio: 50/50;
  width: 100%;
  object-fit: cover;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
