@charset "UTF-8";
.head_title {
  padding: 30px 0px;
  font-size: 200%;
}

.content-body {
  background-color: white;
  border-radius: 20px;
}

.recruit_swiper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.recruit_swiper.swiper {
  height: 360px;
  margin: 0 auto;
  overflow: hidden;
}
.recruit_swiper.swiper img {
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.swiper-slide {
  transition: 0.2s;
  opacity: 0.6;
}

.swiper-slide-active {
  opacity: 1;
}

.recruit_movie_swiper {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.recruit_movie_swiper.swiper {
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
}
.recruit_movie_swiper.swiper img {
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  object-fit: contain;
}

.recruit_cast_interview_swiper {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.recruit_cast_interview_swiper.swiper {
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
}
.recruit_cast_interview_swiper.swiper img {
  width: 100%;
  height: 200px;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  object-fit: contain;
}

.salary {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  display: flex;
}
.salary .list {
  position: relative;
}
.salary .thumbnail {
  width: 160px;
  height: 240px;
  margin: 0px auto;
}
.salary .thumbnail img {
  width: 100%;
  height: 240px;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  object-fit: contain;
}
.salary .date {
  position: absolute;
  left: 8px;
  bottom: 8px;
  color: white;
  font-size: 85%;
}

.recruit_blog {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  display: flex;
}
.recruit_blog .list {
  border: 1px solid silver;
  width: 200px;
  height: 275px;
  box-sizing: border-box;
  padding: 10px;
}
.recruit_blog .thumbnail {
  width: 160px;
  height: 160px;
  margin: 0px auto;
}
.recruit_blog .thumbnail img {
  width: 100%;
  height: 160px;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  object-fit: contain;
}
.recruit_blog .title {
  padding: 4px 0px;
}
.recruit_blog .date {
  color: #a0a0a0;
  font-size: 85%;
}

.course_list {
  width: 90%;
  margin: 0px auto;
  text-align: left;
}

.head_sub_title {
  width: 100%;
  background-color: #ff7cad;
  color: white;
  text-align: left;
  padding: 3px 0px 3px 12px;
  box-sizing: border-box;
  font-size: 110%;
  font-weight: bold;
  margin: 8px 0px;
}

.course_list .table {
  display: flex;
  flex-direction: column;
  margin: 0px 0px 30px 0px;
}
.course_list .row {
  display: flex;
  flex: 1;
}
.course_list .cell {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff7cad;
  height: 40px;
}
.course_list .header {
  background-color: #ff7cad;
  font-weight: bold;
  color: white;
}
.course_list .header .cell {
  background-color: #ff7cad;
}
.course_list .first.cell {
  flex: 1;
  font-weight: bold;
}

.recruit_block {
  width: 80%;
  margin: 0px auto;
  background-color: rgb(196, 240, 222);
  padding: 0px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.recruit_block .recruit_block_title {
  padding: 20px 20px 0px;
  color: rgb(0, 148, 40);
  font-size: 150%;
  font-weight: bold;
}
.recruit_block .list {
  background-color: white;
  margin: 5px 15px 15px 15px;
  padding: 20px;
}
.recruit_block .title {
  font-size: 120%;
  font-weight: bold;
  color: black;
  border-bottom: 2px solid rgb(0, 148, 40);
  padding: 4px 0px;
  margin: 8px 0px;
}
.recruit_block .thumbnail {
  width: 160px;
  height: 160px;
  margin: 0px auto;
}
.recruit_block .thumbnail img {
  width: 100%;
  height: 160px;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  object-fit: contain;
}
.recruit_block .text {
  font-size: 85%;
}

.recruit_faq {
  width: 80%;
  margin: 0px auto;
  padding: 0px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
.recruit_faq .list {
  border-bottom: 1px solid #999;
  padding: 12px 0px 10px;
}
.recruit_faq .list:last-child {
  border-bottom: none;
}
.recruit_faq .question {
  font-size: 120%;
  font-weight: bold;
}
.recruit_faq .answer {
  font-size: 100%;
}

.recruit_info {
  width: 80%;
  margin: 0px auto;
  padding: 0px;
}
.recruit_info .table {
  display: flex;
  flex-direction: column;
  margin: 0px 0px 30px 0px;
}
.recruit_info .row {
  display: flex;
  flex: 1;
}
.recruit_info .cell {
  display: flex;
  flex: 0 0 70%;
  align-items: center;
  justify-content: center;
  border: 1px solid #a0a0a0;
  height: 40px;
}
.recruit_info .first.cell {
  font-weight: bold;
  background-color: #f8f4e0;
  flex: 0 0 30%;
}

.content-body {
  padding: 50px;
}

.content-body .headline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--global--font--m-plus);
  padding-bottom: 20px;
}
.content-body .headline .header {
  color: var(--global--color--purple);
  font-size: 37px;
  font-weight: 800;
}
.content-body .headline .header::before {
  margin-bottom: -7px;
  margin-right: 5px;
  display: inline-block;
  content: "";
  width: 37px;
  height: 37px;
  background: url("../img/recruit-heart.svg") no-repeat;
  background-size: contain;
}
.content-body .headline .more {
  color: var(--global--color--dark-purple);
  font-size: 20px;
  font-weight: 800;
}
.content-body .headline .more::after {
  margin-left: 15px;
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/recruit-arrow.svg") no-repeat;
  background-size: contain;
}

.content-body .content .swipe-content {
  width: 100%;
  display: flex;
  gap: 25px;
  overflow-x: scroll;
  scrollbar-width: none;
}
.content-body .content .swipe-content::-webkit-scrollbar {
  display: none;
}

.content-body .content.audio .content-element {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 250px;
  height: 372px;
  flex-shrink: 0;
}
.content-body .content.audio .content-element .link {
  display: block;
  text-decoration: none;
  flex-grow: 1;
}
.content-body .content.audio .content-element .link .thumbnail {
  height: 250px;
  width: 250px;
}
.content-body .content.audio .content-element .link .thumbnail img {
  height: 100% !important;
  width: 100% !important;
  background-color: black;
}
.content-body .content.audio .content-element .link .text {
  margin-top: 20px;
  text-align: start;
  font-size: 20px;
  font-weight: 800;
  color: var(--global--color--dark-purple);
}
.content-body .content.audio .content-element .other {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 30px;
}
.content-body .content.audio .content-element .date {
  text-align: start;
  font-size: 15px;
  color: #8F8F8F;
  font-weight: 500;
}
.content-body .content.audio .content-element .play {
  color: #FA84C1;
  font-weight: 800;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.content-body .content.audio .content-element .play::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/recruit-audio-start.svg") no-repeat;
  padding-right: 5px;
  pointer-events: none;
  background-size: contain;
}
.content-body .content.audio .content-element .play.playing::before {
  background: url("../img/recruit-audio-stop.svg") no-repeat;
}

.content-body .content.staff .swipe-content {
  gap: 50px;
}

.content-body .content.staff .content-element {
  width: 250px;
}
.content-body .content.staff .content-element .staff-img {
  position: relative;
}
.content-body .content.staff .content-element .staff-img img {
  position: relative;
  width: 250px;
  height: 250px;
  border-radius: 125px;
  background-color: black;
  z-index: 1;
}
.content-body .content.staff .content-element .staff-img::before {
  width: 250px;
  height: 250px;
  border-radius: 125px;
  content: "";
  display: block;
  position: absolute;
  background-color: var(--global--color--pink);
  top: 5px;
  left: 5px;
}
.content-body .content.staff .content-element .name-area {
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
  height: 57px;
  font-family: var(--global--font--m-plus);
  text-align: left;
}
.content-body .content.staff .content-element .name-area .x-icon {
  width: 48px;
  height: 48px;
}
.content-body .content.staff .content-element .name-area .x-icon img {
  width: 100%;
  height: 100%;
}
.content-body .content.staff .content-element .name-area .name .alphabet {
  font-size: 14px;
  font-weight: 800;
  color: var(--global--color--pink);
  margin-bottom: -5px;
}
.content-body .content.staff .content-element .name-area .name .jp-name {
  font-size: 24px;
  font-weight: 800;
  color: var(--global--color--dark-purple);
}
.content-body .content.staff .content-element .profile-area .profile-block {
  padding-top: 18px;
  display: flex;
  justify-content: space-between;
}
.content-body .content.staff .content-element .profile-area .profile-block .profile-content {
  text-align: left;
  font-family: var(--global--font--m-plus);
  color: var(--global--color--dark-purple);
  font-size: 16px;
  font-weight: 500;
}
.content-body .content.staff .content-element .profile-area .profile-block .profile-content .profile-header {
  font-weight: 800;
  width: fit-content;
  background: linear-gradient(transparent 50%, var(--global--color--pink) 40%);
}
.radio-img {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 0 50px;
  margin-bottom: -1px;
}
@media screen and (max-width: 750px) {
  .radio-img .antenna {
    width: 430px;
  }
  .radio-img .channel {
    width: 83px;
  }
}

.radio-meter {
  width: 425px;
}
@media screen and (max-width: 750px) {
  .radio-meter {
    width: 200px;
  }
}

.content-body .content.radio {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .content-body .content.radio {
    gap: 20px;
  }
}
.content-body .content.radio .spotify {
  width: 780px;
}
@media screen and (max-width: 750px) {
  .content-body .content.radio .spotify {
    width: 330px;
  }
}
.content-body .content.radio .links {
  width: 312px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: start;
  font-family: var(--global--font--m-plus);
  font-size: 18px;
  font-weight: 800;
  color: var(--global--color--dark-purple);
  padding-bottom: 5px;
}
.content-body .content.radio .links .link {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 70px;
  border: solid 1px black;
  border-radius: 20px;
  background: white;
  padding: 10px;
  box-shadow: 5px 5px 0 0 var(--global--color--pink);
  color: var(--global--color--dark-purple);
}
.content-body .content.radio .links .link::before {
  content: "";
  width: 45px;
  height: 45px;
  background: black;
  display: block;
  margin-right: 10px;
}
.content-body .content.radio .links .link.amazon-link::before {
  background: url("../img/recruit-amazon.svg") no-repeat;
  background-size: cover;
}
.content-body .content.radio .links .link.spotify-link::before {
  background: url("../img/recruit-spotify.svg") no-repeat;
  background-size: cover;
}
.content-body .content.radio .links .link.podcasts-link::before {
  background: url("../img/recruit-podcasts.svg") no-repeat;
  background-size: cover;
}

.content-body .content.salaries .salary-block {
  font-family: var(--global--font--m-plus);
  font-size: 26px;
  font-weight: 800;
}
.content-body .content.salaries .salary-block:not(:first-child) {
  margin-top: 40px;
}
.content-body .content.salaries .salary-block .salary-head {
  text-align: start;
  color: var(--global--color--pink);
  padding-bottom: 10px;
}
.content-body .content.salaries .salary-block .salary-head::before {
  content: "▼";
}
@media screen and (max-width: 750px) {
  .content-body .content.salaries .salary-block .salary-head {
    font-size: 24px;
  }
}
.content-body .content.salaries .salary-block .salary-table {
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
}
.content-body .content.salaries .salary-block .salary-table .row.header .column {
  background-color: var(--global--color--pink);
  color: white;
  text-align: center;
}
.content-body .content.salaries .salary-block .salary-table .row {
  display: flex;
  gap: 2px;
}
.content-body .content.salaries .salary-block .salary-table .row .column {
  flex: 5;
  background-color: #FDDDED;
  padding: 10px;
  color: var(--global--color--dark-purple);
}
.content-body .content.salaries .salary-block .salary-table .row .column:first-child {
  flex: 3;
}
.content-body .content.salaries .salary-block .salary-table .row:nth-child(even) .column {
  background-color: #FFF3F8;
}
@media screen and (max-width: 750px) {
  .content-body .content.salaries .salary-block .salary-table {
    font-size: 24px;
  }
  .content-body .content.salaries .salary-block .salary-table.order .row .column:first-child {
    flex: 5;
  }
  .content-body .content.salaries .salary-block .salary-table.option .row .column:first-child {
    flex: 8;
  }
}

.content-body .content.detail-img .content-element .img {
  width: 250px;
  height: 355px;
  background-color: black;
  cursor: pointer;
}
.content-body .content.detail-img .content-element .date {
  padding-top: 5px;
  text-align: start;
  font-size: 16px;
  font-family: var(--global--font--noto-sans);
  color: #8F8F8F;
}

.color-pink {
  --main-color: #FA84C1;
  --bg-color: #FFF3F8;
  --tag-text-color: white;
}

.color-yellow {
  --main-color: #FFF100;
  --bg-color: #FFFDED;
  --tag-text-color: black;
}

.color-light-brown {
  --main-color: #9D8583;
  --bg-color: #F0E9E7;
  --tag-text-color: white;
}

.color-blue {
  --main-color: #007AE7;
  --bg-color: #E7F3FF;
  --tag-text-color: white;
}

.color-orange {
  --main-color: #FFBB95;
  --bg-color: #FFF2EB;
  --tag-text-color: white;
}

.color-green {
  --main-color: #45C761;
  --bg-color: #E5F9E9;
  --tag-text-color: white;
}

.color-brown {
  --main-color: #860A22;
  --bg-color: #FFF3F8;
  --tag-text-color: white;
}

.content-body .content.document .content-element {
  background-color: var(--bg-color);
  border: solid 3px var(--main-color);
  border-radius: 25px;
  padding: 62px;
  text-align: start;
  margin-bottom: 20px;
}
.content-body .content.document .content-element .header {
  font-size: 31px;
  font-weight: 800;
  line-height: 44.55px;
  padding-bottom: 20px;
  border-bottom: solid 3px var(--main-color);
  margin-bottom: 20px;
}
.content-body .content.document .content-element .thumbnail {
  padding-top: 20px;
  padding-bottom: 10px;
  width: 100%;
}
.content-body .content.document .content-element .thumbnail img {
  width: 100%;
  height: auto;
}
.content-body .content.document .content-element .text {
  font-size: 20.7px;
  color: var(--global--color--dark-purple);
}
.content-body .content.document .content-element .tags {
  display: flex;
  gap: 20px;
  padding-top: 25px;
}
.content-body .content.document .content-element .tags .tag {
  display: flex;
  font-size: 18px;
  font-weight: 800;
  color: var(--tag-text-color);
  padding: 10px 20px;
  border-radius: 37px;
  background-color: var(--main-color);
}
@media screen and (max-width: 750px) {
  .content-body .content.document .content-element .header {
    font-size: 28px;
  }
  .content-body .content.document .content-element .text {
    font-size: 22px;
  }
  .content-body .content.document .content-element .tags .tag {
    padding: 10px 20px;
    font-size: 24px;
  }
}

.content-body .content.q-and-a .content-element {
  font-family: var(--global--font--m-plus);
  font-size: 18px;
  color: var(--global--color--dark-purple);
  text-align: start;
}
.content-body .content.q-and-a .content-element:not(:first-child) {
  padding-top: 20px;
}
.content-body .content.q-and-a .content-element:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: solid 1px var(--global--color--pink);
}
.content-body .content.q-and-a .content-element .q {
  display: flex;
  align-items: center;
}
.content-body .content.q-and-a .content-element .q .text {
  font-weight: 800;
}
.content-body .content.q-and-a .content-element .q::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "Q";
  width: 40px;
  height: 40px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 800;
  background-color: #4D3E4E;
  color: white;
  margin-right: 15px;
  flex-shrink: 0;
}
.content-body .content.q-and-a .content-element .a {
  padding-top: 10px;
  display: flex;
}
.content-body .content.q-and-a .content-element .a::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "A";
  width: 40px;
  height: 40px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 800;
  background-color: var(--global--color--pink);
  color: white;
  margin-right: 15px;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .content-body .content.q-and-a .content-element {
    font-size: 24px;
  }
}

.content-body .content.shop-info .shop-info-table {
  margin: auto;
  width: 650px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 1.25px;
}
.content-body .content.shop-info .shop-info-table .row {
  display: flex;
  gap: 2px;
}
.content-body .content.shop-info .shop-info-table .row .column {
  display: flex;
  align-items: center;
  flex: 2;
  background-color: #FDDDED;
  padding: 10px;
  color: var(--global--color--dark-purple);
  font-size: 18px;
  text-align: start;
}
.content-body .content.shop-info .shop-info-table .row .column.header {
  flex: 1;
  background-color: var(--global--color--pink);
  color: white;
  font-size: 24px;
  font-weight: 800;
  justify-content: center;
}
.content-body .content.shop-info .shop-info-table .row .column .link-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 10px 20px;
}
.content-body .content.shop-info .shop-info-table .row .column .link-buttons .link-button {
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: 66px;
  border-radius: 33px;
  background-color: var(--global--color--pink);
  color: white;
  font-weight: 800;
}
.content-body .content.shop-info .shop-info-table .row .column .link-buttons .link-button::after {
  content: "";
  display: flex;
  width: 25px;
  height: 25px;
  margin-left: 10px;
  background: url("../img/recruit-link.svg") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .content-body .content.shop-info .shop-info-table {
    width: 100%;
  }
  .content-body .content.shop-info .shop-info-table .row {
    gap: 1px;
  }
  .content-body .content.shop-info .shop-info-table .row .column {
    flex: 3;
    font-size: 24px;
  }
  .content-body .content.shop-info .shop-info-table .row .column .link-buttons .link-button {
    font-size: 16px;
  }
}

.recruit-footer {
  font-family: var(--global--font--m-plus);
  font-size: 28px;
  font-weight: 800;
  display: flex;
  gap: 62px;
  justify-content: center;
}
.recruit-footer .line {
  color: var(--global--color--dark-purple);
  background-color: white;
  width: 375px;
  height: 65px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit-footer .line::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url("../img/recruit-line.svg") no-repeat;
  background-size: cover;
  margin-right: 10px;
}
.recruit-footer .h24 {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .recruit-footer .line {
    width: 300px;
  }
}

.header-thumbnail {
  width: 100%;
}

a {
  text-decoration: none;
}

.content-root-1440.footer.recruit-footer {
  z-index: 101 !important;
  padding: 10px;
}

.zoom-popup-bg {
  z-index: 1000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.68);
}
.zoom-popup-bg .close {
  position: fixed;
  right: 50px;
  top: 50px;
  width: 50px;
  cursor: pointer;
}
.zoom-popup-bg .img-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  max-height: 800px;
  aspect-ratio: 3/4;
  width: 100%;
}
.zoom-popup-bg .img-box .img-anchor {
  position: relative;
  width: 100%;
}
.zoom-popup-bg .img-box .img-anchor img {
  width: 100%;
  background-color: white;
  object-fit: cover;
}
.zoom-popup-bg .img-box .img-anchor .button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.68);
  font-size: 30px;
  font-weight: 800;
  font-family: var(--global--font--noto-sans);
}
.zoom-popup-bg .img-box .img-anchor .button.previous {
  left: -80px;
}
.zoom-popup-bg .img-box .img-anchor .button.next {
  right: -80px;
}
@media screen and (max-width: 750px) {
  .zoom-popup-bg .img-box .img-anchor .button {
    width: 80px;
    height: 80px;
    font-size: 50px;
  }
  .zoom-popup-bg .img-box .img-anchor .button.previous {
    left: -20px;
  }
  .zoom-popup-bg .img-box .img-anchor .button.next {
    right: -20px;
  }
}

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