@charset "UTF-8";
.sp-br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-br {
    display: inline;
  }
}
* {
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #333;
  box-sizing: border-box;
  font-family: sans-serif, "Roboto";
}

@media (max-width: 959px) {
  * {
    font-size: 14px;
  }
}
img {
  width: 100%;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

header,
section,
footer {
  overflow: clip;
}

.l_common__inner {
  max-width: 1200px;
  margin-inline: auto;
}

@media (max-width: 959px) {
  .l_common__inner {
    max-width: 100%;
    padding-inline: 2%;
  }
}
.roboto,
h2 {
  font-family: "Roboto", sans-serif;
}

h2 {
  text-align: center;
  font-size: clamp(2rem, 1.318rem + 3.41vw, 3.875rem);
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
}
h2 span {
  display: block;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
}

#logo_svg .cls-change {
  fill: #ffffff;
  transition: fill 0.3s ease;
}

.l_header.is-light-mode #logo_svg .cls-change {
  fill: #63c1cf;
}

.l_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 2% 1rem 2%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.l_header__logo {
  width: 200px;
}

.l_header__logo svg {
  width: 100%;
  height: auto;
  display: block;
}

.l_header__nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.l_header__nav li {
  font-weight: bold;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
}

.l_header__nav li:not(:last-child)::after {
  content: "|";
  margin: 0 10px;
}

.menu-trigger {
  display: none;
  width: 40px;
  height: 40px;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1001;
}

.menu-trigger span {
  display: block;
  position: absolute;
  left: 10px;
  width: 20px;
  height: 2px;
  background-color: #333;
  transition: all 0.3s;
}

.menu-trigger span:nth-child(1) {
  top: 13px;
}

.menu-trigger span:nth-child(2) {
  top: 19px;
}

.menu-trigger span:nth-child(3) {
  top: 25px;
}

@media (max-width: 959px) {
  .l_header__logo {
    display: none;
    width: 150px;
  }
  .l_header__nav {
    display: flex;
    margin-inline: auto;
  }
  .l_header__nav li {
    font-size: 14px;
  }
  .menu-trigger {
    display: none;
  }
  .l_header.is-scrolled .l_header__logo {
    display: block;
  }
  .l_header.is-scrolled .l_header__nav {
    display: none;
  }
  .l_header.is-scrolled .menu-trigger {
    display: block;
  }
  .l_header__nav.is-active {
    display: flex !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgb(238, 250, 250);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 999;
  }
  .l_header__nav.is-active ul {
    flex-direction: column;
    gap: 20px;
  }
  .l_header__nav.is-active li:not(:last-child)::after {
    display: none;
  }
  .menu-trigger.is-active span:nth-child(1) {
    top: 19px;
    transform: rotate(45deg);
  }
  .menu-trigger.is-active span:nth-child(2) {
    opacity: 0;
  }
  .menu-trigger.is-active span:nth-child(3) {
    top: 19px;
    transform: rotate(-45deg);
  }
}
#background {
  background-color: #63c1cf;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0 20px 0;
}

.l_news__itemContainer {
  background-color: rgb(238, 250, 250);
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.l_news__itemContainer__Image,
.l_news__item {
  flex: 1;
}

.l_news__item p {
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  font-size: clamp(1.4rem, 2vw, 1.75rem);
}

.l_news__item p.l_news__mainText {
  margin-bottom: 50px;
}

.l_news__itemLogo {
  width: 40%;
  margin-inline: auto;
}

@media (max-width: 959px) {
  .l_news__itemContainer {
    flex-direction: column;
    gap: 20px;
    padding: 1.5rem 2%;
  }
}
#movie {
  padding: 20px 0;
}

.video-player {
  position: relative;
  width: 1200px;
  aspect-ratio: 16/9;
  margin-inline: auto;
  background: #000;
  overflow: hidden;
}

@media (max-width: 959px) {
  .video-player {
    width: 100%;
  }
}

.yt-player {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.yt-player iframe {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  pointer-events: none !important;
}

.yt-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: opacity 0.4s;
}

.yt-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.yt-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}

.yt-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, opacity 0.3s;
  z-index: 2;
  pointer-events: auto;
}

.yt-btn:hover {
  background: rgba(255, 255, 255, 1);
}

.yt-btn.is-idle {
  opacity: 0;
  pointer-events: none;
}

.yt-btn svg {
  width: 28px;
  height: 28px;
  fill: #333;
}
.l_cast {
  background-color: #63c1cf;
  color: #333;
  padding-block: 20px;
}

.l_cast__itemContainer {
  background-color: rgb(238, 250, 250);
  padding: 2rem 1.5rem;
  text-align: center;
  font-weight: bold;
  max-width: 1200px;
  margin-inline: auto;
  line-height: 1.8;
  margin-bottom: 20px;
}

.l_cast__itemContainer p:not(.l_cast__itemTitle, .l_cast__itemSmall) {
  font-size: clamp(0.7rem, 1.4vw, 1.4rem);
  margin-bottom: 20px;
}

.l_cast__itemTitle {
  font-size: clamp(0.9rem, 1.6vw, 1.6rem);
  margin-bottom: 10px;
}

.l_cast__itemSmall {
  font-size: 13px;
}

.l_cast__button a {
  font-weight: bold;
  padding: 0.75rem 2rem;
  background-color: rgb(238, 250, 250);
  border-radius: 40px;
  display: block;
  margin-inline: auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(0.9rem, 1vw, 1.25rem);
}

.l_cast__button a:hover {
  opacity: 0.7;
}

@media (max-width: 959px) {
  .l_cast__itemContainer {
    padding: 1.5rem 2%;
    width: 100%;
  }
  .l_cast__itemContainer p:not(.l_cast__itemTitle, .l_cast__itemSmall) {
    margin-bottom: 10px;
  }
  .l_cast__itemTitle {
    margin-bottom: 5px;
  }
  .l_cast__itemSmall {
    font-size: 8px;
  }
  .l_cast__itemSmall span {
    font-size: 10px;
  }
  .l_cast__button a {
    width: 100%;
  }
}
.l_floatingRecruit {
  position: fixed;
  bottom: 20px;
  right: 2%;
  z-index: 800;
  border: 2.5px solid #FF6699;
  background-color: #fff;
  border-radius: 50%;
  width: 150px;
  aspect-ratio: 1/1;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.l_floatingRecruit a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
  text-decoration: none;
}

.l_floatingRecruit a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.3s;
}

@media (max-width: 959px) {
  .l_floatingRecruit {
    width: 90px;
  }
}
#greeting {
  padding-block: 20px;
  background-color: #fff;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#greeting .greeting_first p {
  line-height: 1.7;
  background-color: #eefafa;
  padding: 30px;
  font-family: sans-serif, "Roboto";
}
#greeting .greeting_first p span {
  margin-top: 10px;
  display: block;
}
#greeting .greeting_name {
  text-align: end;
}
#greeting .greeting_2nd p {
  line-height: 1.7;
  background-color: #eefafa;
  padding: 30px;
}

#company {
  background-color: #63c1cf;
  padding: 40px 0 20px 0;
}
#company h2 {
  text-align: center;
  font-size: clamp(2rem, 1.318rem + 3.41vw, 3.875rem);
  line-height: 1.2;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
}
#company h2 span {
  display: block;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
}
#company div {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#company div .company-table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", sans-serif;
  background-color: #ffffff;
  line-height: 1.6;
}
#company div .company-table tr {
  background-color: #f7f9fa;
  border-bottom: 1px solid #e5e5e5;
}
#company div .company-table tr:last-child {
  border-bottom: none;
}
#company div .company-table th,
#company div .company-table td {
  text-align: left;
  vertical-align: top;
  font-size: 15px;
}
#company div .company-table th {
  background-color: #eefafa;
  width: 15%;
  font-weight: bold;
  white-space: nowrap;
  min-width: 60px;
  padding: 15px;
  text-align: center;
}
#company div .company-table td {
  width: 70%;
  color: #333333;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  #company div .company-table {
    display: block;
  }
  #company div .company-table tr {
    margin-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 24px;
  }
  #company div .company-table tr:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  #company div .company-table th {
    font-size: 13px;
  }
  #company div .company-table td {
    padding: 10px;
    font-weight: 500;
  }
}

#profile {
  padding-block: 20px;
}
#profile h2 {
  text-align: center;
  font-size: clamp(2rem, 1.318rem + 3.41vw, 3.875rem);
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
}
#profile h2 span {
  display: block;
  font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
}
#profile .profile_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#profile .profile_inner .career-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}
#profile .profile_inner .career-table th,
#profile .profile_inner .career-table td {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
  /* 上揃え */
}
#profile .profile_inner .career-table td {
  background-color: #fff;
}
#profile .profile_inner .career-table th {
  text-align: center;
  background-color: #eefafa;
  width: 15%;
  /* 年号の幅 */
  font-weight: bold;
  white-space: nowrap;
  /* 年号を改行させない */
  min-width: 60px;
}
#profile .profile_inner {
  /* 代表作リストのデザイン */
  /* 代表作の見出し */
}

footer {
  background-color: #63c1cf;
  color: #fff;
  text-align: center;
  padding-bottom: 10px;
}
footer .sns {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 10px 0;
}
footer .sns .sns_inner {
  width: 40px;
}
footer small {
  color: #fff;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  padding-bottom: 5px;
}

.l_low__recruit {
  background-color: #63c1cf;
  padding: 40px 0 20px 0;
  height: 90vh;
}
.l_low__recruit h1 {
  text-align: center;
  font-size: clamp(2rem, 1.318rem + 3.41vw, 3.875rem);
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
}

.l_low__recruit__mainContainer {
  background-color: rgb(238, 250, 250);
  padding: 2rem 1.5rem;
  width: 80%;
  margin-inline: auto;
  line-height: 1.8;
  margin-bottom: 20px;
}

.l_low__recruit__mainContainer ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 5%;
}

.l_low__recruit__mainContainer ul li {
  display: list-item;
  list-style: disc;
  margin-bottom: 10px;
}

.l_low__recruit__mainContainer p {
  margin-bottom: 5%;
}

.l_recruit__button a {
  font-weight: bold;
  padding: 0.75rem 2rem;
  background-color: #fff;
  border-radius: 40px;
  display: block;
  margin-inline: auto;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(0.9rem, 1vw, 1.25rem);
  border: 2px solid #63c1cf;
}

.l_recruit__button a:hover {
  opacity: 0.7;
}

@media (max-width: 959px) {
  .l_low__recruit__mainContainer {
    padding: 1.5rem 2%;
    width: 100%;
  }
  .l_recruit__button a {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  #company div .company-table,
  .greeting_first,
  .career-table {
    width: 60% !important;
    margin-inline: auto;
  }
}
.l_low_company__about {
  background-color: #63c1cf;
}
.l_low_company__about h1 {
  text-align: center;
  font-size: clamp(2rem, 1.318rem + 3.41vw, 3.875rem);
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 959px) {
  .l_low_company__about div .company-table th {
    padding: 10px 0;
    font-size: 14px;
    padding: 10px;
  }
  .l_low_company__about div .company-table td {
    padding: 10px;
  }
}

.l_low_company__profile {
  background-color: #63c1cf;
}

@media screen and (max-width: 959px) {
  #profile .profile_inner .career-table th {
    font-size: 14px;
    padding: 10px;
    width: 15%;
  }
  #profile .profile_inner .career-table td {
    padding: 10px;
  }
}

.l_pickup__title {
  margin-top: 20px;
}

#news_2nd .l_recruit__button,
#news_3rd .l_recruit__button {
  margin-top: 20px;
  margin-bottom: 20px;
}
#news_2nd .ec_border,
#news_3rd .ec_border {
  height: 5px;
  background: #63c1cf;
  border: none;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}
#news_2nd .l_news__mainText,
#news_3rd .l_news__mainText {
  margin-bottom: 10px;
}
#news_2nd .ec_border_gray {
  height: 1px;
  background: #9E9E9E;
  border: none;
  margin-bottom: 10px;
}
#news_2nd .ec_font-size,
#news_3rd .ec_font-size {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #news_2nd .ec_font-size,
  #news_3rd .ec_font-size {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #news_2nd .l_news__mainText,
  #news_3rd .l_news__mainText {
    font-size: 19px;
  }
}

#news_3rd .l_news__itemContainer {
  flex-direction: column;
}

#news_3rd .l_news__itemContainer__Image,
#news_3rd .l_news__item {
  width: 100%;
}

/* 一時的に非表示 */
#news_3rd .l_recruit__button {
  display: none;
}

#news_3rd .l_news__itemContainer__Image .video-player {
  width: 100%;
}

#news_3rd {
  margin-top: 20px;
  margin-bottom: 20px;
}

#news_2nd .table-wrap > table:last-child,
#news_3rd .table-wrap > table:last-child {
  margin: 0;
}

.table-wrap {
  margin: 0;
  width: 100%;
}
.table-wrap .table-margin {
  margin-bottom: 20px;
}
.table-wrap .table-margin tr {
  line-height: 2;
}

table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}

td {
  padding: 0;
  color: #333;
}

.role {
  width: 50%;
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
  vertical-align: top;
}

#news_2nd .table-margin .role,
#news_2nd .table-margin .name,
#news_3rd .table-margin .role,
#news_3rd .table-margin .name {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #news_2nd .table-margin .role,
  #news_2nd .table-margin .name {
    font-size: 11px;
  }
  #news_3rd .table-margin .role,
  #news_3rd .table-margin .name {
    font-size: 10px;
  }
}

.name {
  font-weight: bold;
  width: 50%;
  padding-left: 10px;
}

.line-height {
  padding-top: 0;
}

.valign-bottom {
  vertical-align: bottom;
}

.l_news__itemContainer__Image > small {
  display: block;
  text-align: center;
}/*# sourceMappingURL=index.css.map */