@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
.hero_heading .en, .staff_maquere_group, .recruitment_entry_head .txten, .recruitment_card_ttl01 .ttl {
  font-family: "Figtree", sans-serif;
}

.recruitment_card_ttl02 .ttl {
  font-size: 2rem;
}
@media only screen and (min-width: 768px) {
  .recruitment_card_ttl02 .ttl {
    font-size: 2.4rem;
  }
}

.recruitment {
  position: relative;
  background-color: #0281c0;
}
.recruitment_wrapper {
  position: relative;
  background-color: #ecf6fb;
  z-index: 1;
  border-top-right-radius: 90px;
  padding: 80px 0 181px;
}
@media only screen and (min-width: 768px) {
  .recruitment_wrapper {
    border-top-right-radius: 160px;
    padding: 5px 0 283px;
  }
}
.recruitment_main {
  position: relative;
  z-index: 2;
}
.recruitment_bg {
  position: absolute;
  left: calc(50% + 43px);
  transform: translateX(-50%);
  bottom: 0;
  width: 821px;
}
@media only screen and (min-width: 768px) {
  .recruitment_bg {
    width: 100%;
    left: 0;
    transform: none;
  }
}
.recruitment_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 821/102;
}
@media only screen and (min-width: 768px) {
  .recruitment_bg img {
    aspect-ratio: 1440/179;
  }
}
.recruitment_entry {
  margin: 55px auto 0;
  max-width: 1024px;
}
@media only screen and (min-width: 768px) {
  .recruitment_entry {
    margin-top: 80px;
  }
}
.recruitment_entry_link {
  background-color: #0281c0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 20px 47px 40px;
  border-radius: 20px;
}
@media only screen and (min-width: 768px) {
  .recruitment_entry_link {
    padding: 33px 24px 33px 64px;
  }
}
.recruitment_entry_link .icon {
  position: relative;
  top: 7px;
}
@media only screen and (min-width: 768px) {
  .recruitment_entry_link .icon {
    top: 0;
  }
}
.recruitment_entry_head {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
@media only screen and (min-width: 768px) {
  .recruitment_entry_head {
    gap: 21px;
    align-items: center;
    flex-direction: row;
  }
}
.recruitment_entry_head .txten,
.recruitment_entry_head .txtja {
  position: relative;
  color: #fff;
  display: inline-block;
  line-height: 1;
}
.recruitment_entry_head .txten {
  font-weight: 600;
  font-size: 5.6rem;
}
@media only screen and (min-width: 768px) {
  .recruitment_entry_head .txten {
    top: 1px;
    font-size: 7.8rem;
  }
}
.recruitment_entry_head .txtja {
  font-weight: 500;
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .recruitment_entry_head .txtja {
    top: 8px;
    font-size: 2rem;
  }
}
.recruitment_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  gap: 16px;
}
@media only screen and (min-width: 768px) {
  .recruitment_cards {
    max-width: 1024px;
    flex-wrap: nowrap;
    gap: 32px;
    margin-top: -45px;
  }
}
.recruitment_card {
  width: 224px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .recruitment_card {
    width: 320px;
    margin: 0;
  }
}
.recruitment_card_img {
  position: relative;
  text-align: center;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.recruitment_card_img img {
  transition: all 0.5s;
}
.recruitment_card_link {
  position: relative;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .recruitment_card_link {
    transition: all 0.5s;
  }
  .recruitment_card_link:hover {
    opacity: 1;
  }
  .recruitment_card_link:hover img {
    transform: scale(1.2);
  }
}
.recruitment_card_head {
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media only screen and (min-width: 768px) {
  .recruitment_card_head {
    bottom: 21px;
    gap: 4px;
  }
}
.recruitment_card_ttl01 .ttl {
  background-color: #fff;
  line-height: 1;
  border-radius: 4px;
  color: #0281c0;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  font-weight: 600;
  display: inline-block;
  padding: 7px 17px 5px;
}
@media only screen and (min-width: 768px) {
  .recruitment_card_ttl01 .ttl {
    padding: 6px 16px 5px;
  }
}
.recruitment_card_ttl02 .ttl {
  background-color: #fff;
  line-height: 1.2;
  border-radius: 4px;
  color: #333333;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  font-weight: 500;
  display: inline-block;
  padding: 5px 16px 2px;
}
@media only screen and (min-width: 768px) {
  .recruitment_card_ttl02 .ttl {
    font-size: clamp(2rem, 0.5952380952vw + 1.5428571429rem, 2.4rem);
    padding: 5px 16px 1px;
  }
}

.staff {
  position: relative;
  background-color: #0281c0;
  border-top-left-radius: 80px;
  padding: 112px 0 144px;
}
@media only screen and (min-width: 768px) {
  .staff {
    border-top-left-radius: 160px;
    padding: 149px 0 214px;
  }
}
.staff_main .container {
  display: flex;
  flex-direction: column;
  padding-inline: 0;
}
@media only screen and (min-width: 768px) {
  .staff_main .container {
    flex-direction: row;
    padding-inline: 40px;
  }
}
.staff_content {
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .staff_content {
    padding: 0;
    width: 27vw;
    flex-shrink: 0;
  }
}
.staff_content .heading {
  gap: 11px;
}
@media only screen and (min-width: 768px) {
  .staff_content .heading {
    gap: 12px;
  }
}
.staff_content .heading .en {
  line-height: 1;
}
.staff_content .heading .en,
.staff_content .heading .jp {
  color: #fff;
}
.staff_content_txt {
  color: #fff;
  margin-top: 65px;
}
@media only screen and (min-width: 768px) {
  .staff_content_txt {
    padding-right: 20px;
    margin-top: 72px;
  }
}
.staff_content_btn {
  margin-top: 47px;
}
@media only screen and (min-width: 768px) {
  .staff_content_btn {
    margin-top: 56px;
  }
}
.staff_list {
  overflow: hidden;
  margin-top: 80px;
}
@media only screen and (min-width: 768px) {
  .staff_list {
    margin-top: 0;
    width: 71.9%;
    margin-left: auto;
    margin-right: calc(50% - 50vw);
    padding-top: 76px;
  }
}
.staff_slider {
  margin: 0 auto;
  width: 100%;
  max-width: 263.2px;
}
@media only screen and (min-width: 768px) {
  .staff_slider {
    margin: 0 auto 0 0;
    max-width: clamp(29.6rem, 14.880952381vw + 18.1714285714rem, 39.6rem);
  }
}
.staff_maquere {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -28px;
}
@media only screen and (min-width: 768px) {
  .staff_maquere {
    bottom: -44px;
  }
}
.staff_maquere_ani {
  display: flex;
  flex-wrap: nowrap;
}
.staff_maquere_group {
  padding-right: 40px;
  animation: maquere_ani 20s linear 0s infinite;
  font-size: 10rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  flex-shrink: 0;
}
@media only screen and (min-width: 768px) {
  .staff_maquere_group {
    animation: maquere_ani 40s linear 0s infinite;
    font-size: 19.7rem;
  }
}
.news {
  background-color: #fff;
  padding-top: 91px;
}
@media only screen and (min-width: 768px) {
  .news {
    padding-top: 114px;
  }
}
.news_main {
  margin-top: 64px;
}
@media only screen and (min-width: 768px) {
  .news_main {
    margin-top: 48px;
  }
}
.news_main .js_scrollable {
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .news_main .js_scrollable {
    padding-bottom: 0;
  }
}
.news_main .c_grid01 {
  display: flex;
  gap: 20px;
  min-width: 375px;
}
@media only screen and (min-width: 768px) {
  .news_main .c_grid01 {
    display: grid;
    min-width: 100%;
  }
}
.news_main .c_grid01_item {
  flex-shrink: 0;
  width: 285px;
}
@media only screen and (min-width: 768px) {
  .news_main .c_grid01_item {
    width: auto;
  }
}
.news_head {
  display: flex;
}
@media only screen and (min-width: 768px) {
  .news_head {
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
  }
}
.news_head .heading {
  gap: 5px;
}
@media only screen and (min-width: 768px) {
  .news_head .heading {
    gap: 10px;
  }
}
.news_head .heading .en {
  font-size: 5.6rem;
}
.news_head_btn {
  display: none;
}
@media only screen and (min-width: 768px) {
  .news_head_btn {
    padding-top: 45px;
    display: inline-block;
  }
}
.news_head_btn .btn {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .news_head_btn .btn {
    right: clamp(-0.6rem, -2.5vw + 3rem, 0rem);
  }
}
.news_btn {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .news_btn {
    display: none;
  }
}

.hero {
  position: relative;
}
.hero.animate .hero_heading,
.hero.animate .hero_images_left,
.hero.animate .hero_images_right {
  opacity: 1;
  translate: none;
}
.hero_images {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .hero_images {
    flex-direction: row;
  }
}
.hero_images_left, .hero_images_right {
  width: 100%;
  opacity: 0;
  transition: 450ms ease;
}
@media only screen and (min-width: 768px) {
  .hero_images_left, .hero_images_right {
    width: 50%;
  }
}
.hero_images_left .photo img, .hero_images_right .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero_images_left {
  translate: -40px 0;
}
.hero_images_left .photo {
  height: 320px;
}
@media only screen and (min-width: 768px) {
  .hero_images_left .photo {
    height: 904px;
  }
}
.hero_images_right {
  translate: 40px 0;
  transition-delay: 300ms;
}
.hero_images_right .photo {
  height: 394px;
}
@media only screen and (min-width: 768px) {
  .hero_images_right .photo {
    height: 904px;
  }
}
.hero_context {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  padding-bottom: 53px;
}
@media only screen and (min-width: 768px) {
  .hero_context {
    padding-bottom: 158px;
  }
}
.hero_heading {
  max-width: 308px;
  position: relative;
  opacity: 0;
  left: 2px;
  margin-inline: auto;
  translate: 0 40px;
  transition: 450ms ease 600ms;
}
@media only screen and (min-width: 768px) {
  .hero_heading {
    max-width: 524px;
    left: 28px;
  }
}
.hero_heading .jp {
  font-size: 3.7rem;
  font-weight: 500;
  line-height: 1.2;
}
@media only screen and (min-width: 768px) {
  .hero_heading .jp {
    font-size: 6.4rem;
  }
}
.hero_heading .jp:nth-child(2) {
  text-align: right;
  padding-right: 12px;
}
@media only screen and (min-width: 768px) {
  .hero_heading .jp:nth-child(2) {
    padding-right: 10px;
  }
}
.hero_heading .en {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: right;
}
@media only screen and (min-width: 768px) {
  .hero_heading .en {
    font-size: 2rem;
  }
}
.hero_heading .jp,
.hero_heading .en {
  display: block;
  color: #fff;
}
.about {
  margin-top: -74px;
}
@media only screen and (min-width: 768px) {
  .about {
    margin-top: -144px;
  }
}
.about .block_rounder {
  padding-top: 106px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) {
  .about .block_rounder {
    padding-top: 162px;
    padding-bottom: 160px;
  }
}
.about_body {
  display: flex;
  gap: 65px 60px;
  flex-wrap: wrap;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .about_body {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) {
  .about_body .column:nth-child(1) {
    width: 397px;
  }
}
@media only screen and (min-width: 768px) {
  .about_body .column:nth-child(2) {
    width: calc(100% - 397px - 60px);
    width: clamp(100% - 397px - 60px, (1100px - 100vw) * 1000, 100%);
    padding-top: 32px;
  }
}
.about_txt {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .about_txt {
    margin-top: 40px;
  }
}
.about_related {
  margin-top: 56px;
}
@media only screen and (min-width: 768px) {
  .about_related {
    margin-top: 72px;
  }
}/*# sourceMappingURL=style.css.map */