@charset "UTF-8";

.page_mv_heading .en, .c_related_heading .en {
  font-family: "Myriad Pro", "Noto Sans JP", sans-serif !important;
}

.c_related_link_tag {
  font-size: 1.1rem;
}

.page_mv_heading .jp, .c_related_link_title, .c_related_heading .jp, .footer_recruit_child .footer_recruit_title .jp {
  font-size: 1.5rem;
}

.c_related_link_interview .related_link_title {
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .c_related_link_title {
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 768px) {
  .c_related_link_interview .related_link_title {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .footer_recruit_child .footer_recruit_title .jp, .c_related_heading .jp {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .page_mv_heading .jp {
    font-size: 2.4rem;
  }
}

.c_related_heading .en, .footer_recruit_child .footer_recruit_title .en {
  font-size: 3rem;
}

.page_mv_heading .en {
  font-size: 3.4rem;
}

@media screen and (min-width: 768px) {
  .footer_recruit_child .footer_recruit_title .en, .c_related_heading .en {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .page_mv_heading .en {
    font-size: 4rem;
  }
}

@media screen and (min-width: 1200px) {
  .footer_recruit_child .footer_recruit_title .en, .c_related_heading .en {
    font-size: 5rem;
  }
}

@media screen and (min-width: 1200px) {
  .page_mv_heading .en {
    font-size: 5.5rem;
  }
}

.page_mv_heading .jp, .footer_recruit_child .footer_recruit_title .jp, .c_related_heading .jp {
  font-weight: 500;
}

.page_mv_heading .en, .footer_recruit_child .footer_recruit_title .en, .c_related_heading .en, .c_related_link_tag, .c_related_link_title {
  font-weight: 700;
}

.page_mv_inner>img, .c_related_link_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c_related_heading .en, .page_mv_heading .en, .h3_title .en {
  font-family: "Myriad Pro", "Noto Sans JP", sans-serif !important;
}

.c_related_link_tag {
  font-size: 1.1rem;
}

.page_mv_heading .jp, .c_related_link_title, .c_related_heading .jp, .footer_recruit_child .footer_recruit_title .jp {
  font-size: 1.5rem;
}

.c_related_link_interview .related_link_title, .p_desc {
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .c_related_link_title {
    font-size: 1.7rem;
  }
}

@media screen and (min-width: 768px) {
  .c_related_link_interview .related_link_title, .p_desc {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .c_related_heading .jp, .footer_recruit_child .footer_recruit_title .jp {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) {
  .page_mv_heading .jp {
    font-size: 2.4rem;
  }
}

.footer_recruit_child .footer_recruit_title .en, .c_related_heading .en {
  font-size: 3rem;
}

.page_mv_heading .en {
  font-size: 2.7rem;
}

@media screen and (min-width: 768px) {
  .c_related_heading .en, .footer_recruit_child .footer_recruit_title .en {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .page_mv_heading .en {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .c_related_heading .en, .footer_recruit_child .footer_recruit_title .en {
    font-size: 5rem;
  }
}

@media screen and (min-width: 1200px) {
  .page_mv_heading .en {
    font-size: 5rem;
  }
}

.c_related_heading .jp, .footer_recruit_child .footer_recruit_title .jp, .page_mv_heading .jp, .p_desc {
  font-weight: 500;
}

.c_related_link_title, .c_related_link_tag, .c_related_heading .en, .footer_recruit_child .footer_recruit_title .en, .page_mv_heading .en, .h3_title .en,
.h3_title .jp {
  font-weight: 700;
}

.c_related_link_thumb img, .page_mv_inner>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body {
  line-height: 1.875;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Source Han Sans JP", "Noto Sans JP", sans-serif;
  color: #000000;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

body::-webkit-scrollbar {
  width: 12px;
}

body::-webkit-scrollbar-track {
  background: linear-gradient(126deg, rgb(78, 122, 232) 0%, rgb(118, 217, 254) 100%);
}

body::-webkit-scrollbar-thumb {
  background: #FFF;
}

body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.body-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

img {
  width: 100%;
}

input,
textarea,
select {
  outline: 0;
}

a {
  cursor: pointer;
  transition: 0.5s;
}

a:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
    text-decoration: transparent;
  }
}

a[href^=tel] {
  pointer-events: all;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  a[href^=tel] {
    pointer-events: none;
    cursor: default;
  }
}

.pc {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

.sp {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.c_ttl span {
  display: block;
}

.c_ttl02 {
  text-align: center;
}

.c_ttl02_en {
  display: block;
  font-weight: 700;
  font-size: 4rem;
  font-family: "Myriad Pro", "Noto Sans JP", sans-serif;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .c_ttl02_en {
    font-size: 8rem;
  }
}

.c_ttl02_jp {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
}

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

.c_ttl_sub {
  font-size: 1.6rem;
}

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

.c_ttl_en {
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 5px;
  font-family: "Myriad Pro", "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 768px) {
  .c_ttl_en {
    font-size: 10rem;
  }
}

@media screen and (min-width: 1200px) {
  .c_ttl_en {
    font-size: 12rem;
    margin-left: -8px;
  }
}

.c_ttl_jp {
  font-family: "TekitouPoem", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -0.2em;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .c_ttl_jp {
    font-size: 4rem;
  }
}

.h3_title .en,
.h3_title .jp {
  display: block;
}

.h3_title .en {
  text-transform: uppercase;
}

.totop {
  font-size: 0;
  display: block;
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 80px;
  transform: translateY(150px);
  transition: 0.5s;
  font-size: 0.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-top: 30px;
  z-index: 9;
  background: linear-gradient(130deg, rgb(78, 122, 232) 0%, rgb(118, 217, 254) 100%);
  border-radius: 100%;
  border: 1px solid #FFF;
}

.totop:hover {
  opacity: 0.8 !important;
}

@media screen and (min-width: 1024px) {
  .totop {
    width: 60px;
    height: 60px;
  }
}

.totop span {
  position: absolute;
  top: calc(50% + 4px);
  left: 50%;
  border: 10px solid transparent;
  width: 15px;
  height: 15px;
  border-right: 3px solid #FFFFFF;
  border-bottom: 3px solid #FFFFFF;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.c_btn_readmore {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-size: 1.8rem;
  position: relative;
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  .c_btn_readmore {
    font-size: 2.4rem;
    max-width: 240px;
  }

  .c_btn_readmore:hover {
    opacity: 0.8 !important;
  }

  .c_btn_readmore:hover .c_btn_icon {
    transform: translateX(5px);
  }
}

@media screen and (min-width: 1200px) {
  .c_btn_readmore {
    max-width: 305px;
    font-size: 3rem;
  }
}

.c_btn_readmore::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  bottom: -8px;
  background: #000;
}

.c_btn_icon {
  width: 50px;
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  .c_btn_icon {
    width: 58px;
  }
}

@media screen and (min-width: 1200px) {
  .c_btn_icon {
    width: 66px;
  }
}

.footer {
  position: relative;
  width: 100%;
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .footer {
    margin-top: 181px;
  }
}

.footer.bg_grey {
  background: #f3f3f3;
}

.footer .wrap {
  max-width: 1140px;
}

.footer_recruit {
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .footer_recruit {
    padding: 0 20px;
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 1024px) {
  .footer_recruit {
    padding: 0;
    margin-bottom: 140px;
  }
}

@media screen and (min-width: 768px) {
  .footer_recruit .c_ttl02 {
    padding-right: 10px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .footer_recruit .c_ttl02_jp {
    margin-top: -10px;
  }
}

@media screen and (min-width: 768px) and (min-width: 768px) {
  .footer_recruit .c_ttl02_en {
    margin-top: -10px;
  }
}

.footer_recruit_content {
  width: 100%;
  gap: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 320px;
  min-height: 300px;
  position: relative;
  margin: 60px auto;
}

@media screen and (min-width: 768px) {
  .footer_recruit_content {
    max-width: unset;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 94%;
    padding-top: 100px;
    margin: 0 auto 80px;
  }
}

@media screen and (min-width: 1024px) {
  .footer_recruit_content {
    padding-right: 30px;
    gap: 55px;
    width: 100%;
    margin: 0 0 75px;
  }
}

.footer_recruit_item {
  position: absolute;
  width: 100%;
  max-width: 170px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .footer_recruit_item {
    position: relative;
  }
}

@media screen and (min-width: 1024px) {
  .footer_recruit_item {
    max-width: 240px;
    max-width: unset;
    width: 33.3333333333%;
  }
}

.footer_recruit_item::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 50vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
}

.footer_recruit .item01 {
  left: calc(-40px + 2vw);
  top: 0;
}

.footer_recruit .item01::after {
  width: 52vw;
  max-width: 240px;
  background: url(../../assets/images/common/bg_recruitment01.webp) no-repeat center;
  background-size: contain;
  top: calc(50% + 8px);
  left: calc(50% + 8px);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .footer_recruit .item01::after {
    left: calc(50% + 2vw);
    width: 34vw;
    max-width: 380px;
  }
}

@media screen and (min-width: 1024px) {
  .footer_recruit .item01::after {
    top: calc(77% - 13px);
    left: calc(50% + 13px);
  }
}

@media screen and (min-width: 768px) {
  .footer_recruit .item01 {
    left: unset;
    top: unset;
  }
}

.footer_recruit .item02 {
  right: calc(-25px + 3vw);
  top: 42%;
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .footer_recruit .item02 {
    top: 44%;
  }
}

.footer_recruit .item02::after {
  width: 55vw;
  max-width: 240px;
  top: calc(60% - 3px);
  left: calc(57% + 3px);
  background: url(../../assets/images/common/bg_recruitment02.webp) no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .footer_recruit .item02::after {
    left: calc(57% - 5px);
    width: 36vw;
    max-width: 375px;
  }
}

@media screen and (min-width: 1024px) {
  .footer_recruit .item02::after {
    top: calc(60% - 10px);
    left: calc(60% - 5px);
  }
}

.footer_recruit .item02 .footer_recruit_txt {
  padding: 0 0 0 16px;
}

@media screen and (min-width: 768px) {
  .footer_recruit .item02 {
    transform: unset;
    right: unset;
    top: unset;
  }
}

.footer_recruit .item03 {
  left: calc(-25px + 5vw);
  bottom: calc(7vw - 2%);
}

.footer_recruit .item03::after {
  width: 55vw;
  max-width: 240px;
  top: calc(73% - 10px);
  left: calc(55% - 9px);
  background: url(../../assets/images/common/bg_recruitment03.webp) no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 768px) {
  .footer_recruit .item03::after {
    width: 32vw;
    max-width: 347px;
  }
}

@media screen and (min-width: 1024px) {
  .footer_recruit .item03::after {
    top: calc(73% - 10px);
    left: calc(55% - 9px);
  }
}

@media screen and (min-width: 400px) {
  .footer_recruit .item03 {
    bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .footer_recruit .item03 {
    left: unset;
    bottom: unset;
  }
}

.footer_recruit .item03 .footer_recruit_icon {
  transform: translateX(-7px);
}

.footer_recruit_icon {
  position: relative;
  left: 0;
  top: 0;
  width: 45px;
  height: 45px;
  z-index: 4;
  border-radius: 100%;
  border: 4px solid #fff;
  margin-bottom: 10px;
  mix-blend-mode: overlay;
}

@media screen and (min-width: 768px) {
  .footer_recruit_icon {
    width: 60px;
    height: 60px;
  }
}

@media screen and (min-width: 1024px) {
  .footer_recruit_icon {
    width: 94px;
    height: 94px;
    margin-bottom: 17px;
  }
}

.footer_recruit_icon::after, .footer_recruit_icon::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 3px;
  border-radius: 3px;
  background: #fff;
  left: calc(49% + 2px);
}

@media screen and (min-width: 1200px) {
  .footer_recruit_icon::after, .footer_recruit_icon::before {
    width: 24px;
  }
}

.footer_recruit_icon::after {
  transform: translate(-50%, -50%) rotate(-40deg);
  top: calc(49% + 4px);
}

@media screen and (min-width: 1200px) {
  .footer_recruit_icon::after {
    top: calc(49% + 7px);
  }
}

.footer_recruit_icon::before {
  transform: translate(-50%, -50%) rotate(40deg);
  top: calc(49% - 4px);
}

@media screen and (min-width: 1200px) {
  .footer_recruit_icon::before {
    top: calc(49% - 7px);
  }
}

.footer_recruit_txt {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .footer_recruit_txt {
    font-size: clamp(2rem,
        0.9259259259vw + 1.2888888889rem,
        2.4rem);
  }
}

.footer_inner {
  width: 100%;
  background: #000;
}

@media screen and (min-width: 1024px) {
  .footer_inner {
    min-height: 214px;
  }
}

.footer_inner01 {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  flex-direction: column;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .footer_inner01 {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 1200px) {
  .footer_inner01 {
    gap: 0;
    padding: 46px 33px 26px 0;
  }
}

.footer_inner01 a {
  color: #fff;
}

.footer_inner02 {
  background: #fff;
  font-size: 1.4rem;
  padding: 1px;
}

.footer_inner02 .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .footer_inner02 .wrap {
    flex-direction: row;
  }
}

@media screen and (min-width: 1200px) {
  .footer_inner02 .wrap {
    padding: 0 16px;
  }
}

.footer_inner02 .flex-box {
  display: flex;
}

.footer_inner02 .flex-box a:first-child {
  margin-right: 30px;
}

.footer_item {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .footer_item {
    padding-bottom: 20px;
  }
}

.footer_item_ttl span {
  display: block;
}

.footer_item_link {
  font-size: 1.4rem;
  line-height: 2.1428571429;
}

@media screen and (min-width: 1200px) {
  .footer_item.item02 {
    margin-left: -18px;
  }
}

@media screen and (min-width: 1200px) {
  .footer_item.item04 {
    margin-left: -10px;
    transform: translateX(12px);
  }
}

@media screen and (min-width: 1200px) {
  .footer_item.item05 {
    margin-left: -10px;
  }
}

.footer_co {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer_co {
    text-align: left;
  }
}

.footer_ttl_jp {
  font-size: 1rem;
  opacity: 0.5;
  font-weight: 500;
}

.footer_ttl_en {
  font-family: "Myriad Pro", "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .footer_ttl_en {
    font-size: 3rem;
  }
}


.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  transition: 0.3s linear;
  --vl: 60px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .header {
    --vl: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .header {
    --vl: 126px;
  }
}

.header.active {
  background: #FFF;
  transition: 0.5s linear;
  height: 60px;
}

@media screen and (min-width: 768px) {
  .header.active {
    height: 80px;
    --vl: 80px;
  }
}

.header.active .logo_txt {
  color: #000;
}

@media screen and (min-width: 768px) {
  .header.active .menu_btn {
    width: 80px;
    height: 80px;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1200px) {
  .header.active .menu_btn_txt {
    bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .header.active .menu_btn .icon_menu {
    width: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .header.active .menu_btn .icon_menu {
    margin-bottom: 10px;
  }
}

.header.active .menu_btn.active .icon_menu {
  transform: translate(0, -7px) rotate(-45deg);
}

.header.active .menu_btn.active .icon_menu:first-child {
  transform: translate(0, 7px) rotate(45deg);
}

@media screen and (min-width: 768px) {
  .header.active .menu_btn_entry {
    width: 80px;
    height: 80px;
    top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .header.active .menu_btn_entry .txt_btn_entry {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) {
  .header.active .menu_btn_entry img {
    width: 45px;
  }
}

.header.active .header_content {
  align-items: center;
}

.header.active .header_logo {
  top: 0;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .header.active .header_logo {
    max-width: 450px;
  }
}

.header_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 10px;
  transition: 0.5s;
  height: 60px;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .header_content {
    padding: 0 0 0 20px;
    height: 80px;
  }
}

@media screen and (min-width: 1440px) {
  .header_content {
    padding: 0 0 0 clamp(6rem,
        19.375vw + -21.9rem,
        15.3rem);
    height: 125px;
  }
}

.header_logo {
  width: 55%;
  max-width: 344px;
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  .header_logo .logo_inner {
    gap: 20px;
  }
}

.header_logo  .logo_inner .logo_inner2 {
  display: flex;
  align-items: center;
}

.header_logo .logo_inner img.img_logo {
  display: block;
  width: 56%;
  max-width: 360px;
}

.header_logo .logo_inner img.tekkouhan_logo {
  display: block;
  width: 30%;
  max-width: 220px;
  margin: 0.5% 0 0.5% 2%;
  padding: 0.5% 0 0.5% 2%;
  border-left: solid 1.5px #707070;
}

.header_logo .logo_txt {
  display: inline-block;
  font-family: "Myriad Pro", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #FFF;
  transition: 0.5s;
  line-height: 1;
  white-space: nowrap;
  font-size: clamp(1.2rem,
      1.7897091723vw + 0.6272930649rem,
      2rem);
  margin-left: calc(min(49px, 10%));
}

@media screen and (min-width: 768px) {
  .header_logo .logo_txt {
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 768px) {
  .header_logo {
    width: 60%;
    max-width: 420px;
  }
}

@media screen and (min-width: 1024px) {
  .header_logo {
    max-width: 514px;
    position: relative;
  }
}

@media screen and (min-width: 1440px) {
  .header_logo {
    top: -25px;
  }
}

.header_frame {
  position: relative;
}

.header_btn {
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  translate: calc(100% - var(--vl));
  transition: 550ms ease;
  pointer-events: none;
}

.header_btn.active {
  translate: none;
}

.menu {
  width: 255px;
  height: 100vh;
  padding-bottom: 60px;
  background: #FFF;
  position: relative;
  right: 0;
  top: 0;
  transition: 0.5s;
  pointer-events: all;
}

@media screen and (min-width: 768px) {
  .menu {
    width: 410px;
  }
}

.menu_content {
  overflow: auto;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .menu_link:hover {
    opacity: 1;
    color: #005CA2;
  }
}

.menu_item {
  padding: 20px 18px 20px 25px;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}

@media screen and (min-width: 1200px) {
  .menu_item {
    padding: 20px 60px 20px 40px;
  }
}

@media screen and (min-width: 1600px) {
  .menu_item {
    padding: 32px 98px 34px 55px;
  }
}

.menu_icon {
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  position: absolute;
  right: 20px;
  top: 40px;
}

@media screen and (min-width: 768px) {
  .menu_icon {
    width: 26px;
    height: 26px;
    top: 45px;
  }

  .menu_icon:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}

@media screen and (min-width: 1200px) {
  .menu_icon {
    width: 30px;
    height: 30px;
    right: 37px;
    top: 50px;
  }
}

.menu_icon.active::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.menu_icon::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .menu_icon::after {
    width: 15px;
  }
}

.menu_icon::before {
  content: "";
  position: absolute;
  height: 10px;
  width: 2px;
  background: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .menu_icon::before {
    height: 15px;
  }
}

.menu_ttl {
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 768px) {
  .menu_ttl:hover {
    opacity: 1;
    color: #005CA2;
  }
}

.menu_ttl_jp {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
}

.menu_ttl_en {
  display: block;
  font-family: "Myriad Pro", "Noto Sans JP", sans-serif;
  line-height: 1;
  font-weight: 700;
  font-size: 2.4rem;
}

@media screen and (min-width: 768px) {
  .menu_ttl_en {
    line-height: 0.9;
    font-size: 4rem;
    white-space: nowrap;
  }
}

.menu_list {
  display: none;
}

.menu_list_item {
  font-weight: 500;
}

.menu_btn {
  width: 60px;
  height: 60px;
  background: #fff;
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  padding-bottom: 12px;
  font-size: 1.6rem;
  cursor: pointer;
  pointer-events: all;
}

@media screen and (min-width: 768px) {
  .menu_btn:hover {
    opacity: 0.8;
  }
}

@media screen and (min-width: 768px) {
  .menu_btn {
    font-size: 1.8rem;
    width: 80px;
    height: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .menu_btn {
    font-size: 2.4rem;
    width: 125px;
    height: 125px;
  }
}

.menu_btn.active .icon_menu {
  width: 30px;
  transform: translate(0, -7px) rotate(-45deg);
}

@media screen and (min-width: 1200px) {
  .menu_btn.active .icon_menu {
    width: 65px;
    transform: translate(0, -12px) rotate(-45deg);
  }
}

.menu_btn.active .icon_menu:first-child {
  transform: translate(0, 7px) rotate(45deg);
}

@media screen and (min-width: 1200px) {
  .menu_btn.active .icon_menu:first-child {
    transform: translate(0, 12px) rotate(45.5deg);
  }
}

.menu_btn .icon_menu {
  width: 40px;
  height: 3px;
  background: #000;
  display: block;
  margin-bottom: 10px;
  transition: 0.5s;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1200px) {
  .menu_btn .icon_menu {
    width: 65px;
    height: 3px;
    margin-bottom: 20px;
  }
}

.menu_btn_txt {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Myriad Pro", "Noto Sans JP", sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 1200px) {
  .menu_btn_txt {
    bottom: 16px;
  }
}

.menu_btn_entry {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(150deg, rgb(78, 122, 232) 0%, rgb(118, 217, 254) 100%);
  position: absolute;
  right: 0;
  top: 60px;
  transition: none;
  font-family: "Myriad Pro", "Noto Sans JP", sans-serif;
  pointer-events: all;
}

.menu_btn_entry:hover {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .menu_btn_entry {
    top: 80px;
    width: 80px;
    height: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .menu_btn_entry {
    top: 125px;
    width: 125px;
    height: 125px;
  }
}

.menu_btn_entry img {
  width: 36px;
  transition: 0.5s;
}

@media screen and (min-width: 768px) {
  .menu_btn_entry img {
    width: 45px;
  }
}

@media screen and (min-width: 1200px) {
  .menu_btn_entry img {
    width: 66px;
  }
}

.menu_btn_entry .txt_btn_entry {
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFF;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .menu_btn_entry .txt_btn_entry {
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1200px) {
  .menu_btn_entry .txt_btn_entry {
    font-size: 2.4rem;
    transform: translate(5px, 6px);
  }
}


html.is_loadding #loadding {
  opacity: 1;
  pointer-events: all;
}

html.is_loadding body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

#loadding {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background: linear-gradient(126deg, rgb(78, 122, 232) 0%, rgb(118, 217, 254) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
}

.three-body {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  animation: spin 2.75s infinite linear;
}

.three-body__dot {
  position: absolute;
  height: 100%;
  width: 30%;
}

.three-body__dot:after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: #FFF;
  border-radius: 50%;
}

.three-body__dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}

.three-body__dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite ease-in-out;
  animation-delay: -0.33s;
}

.three-body__dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}

.three-body__dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite -0.165s ease-in-out;
}

.three-body__dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}

.three-body__dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 1.1s infinite ease-in-out;
}


#cookiewrap {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #ccc;
  z-index: 999;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  display: none;
}

@media screen and (min-width: 768px) {
  #cookiewrap {
    padding: 40px;
  }
}

#cookiewrap .inner {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

#cookiewrap .inner .close {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  font-size: 1.4rem;
  line-height: 1em;
}

@media screen and (min-width: 768px) {
  #cookiewrap .inner .close {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}

#cookiewrap .inner .close a {
  display: block;
  padding: 8px;
  border: 1px solid #999;
}

#cookiewrap .inner .txt {
  font-size: 1.4rem;
  line-height: 1.8;
  padding-bottom: 45px;
}

@media screen and (min-width: 768px) {
  #cookiewrap .inner .txt {
    padding-bottom: 0;
    padding-right: 110px;
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }

  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}

@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }

  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}

/**
 * 10-12 -> 10
 * 13-14 -> 12
 * 15-16 -> 14
 * 17-20 -> 16
 * 21-26 -> 18
 * 27-32 -> 20
 * 33-38 -> 22
 * 39-44 -> 24
 * 45-50 -> 26
 * 51-56 -> 28
 * 57-62 -> 30
 * 63-68 -> 32
 * 69-74 -> 34
 * 65-80 -> 36
 * 81-95 -> 38
 * 96 ++ -> 40
 */
.f_0 {
  font-size: 0rem;
}

@media screen and (min-width: 768px) {
  .f_0 {
    font-size: 0rem;
  }
}

.f_80 {
  font-size: 3.6rem;
}

@media screen and (min-width: 768px) {
  .f_80 {
    font-size: 8rem;
  }
}

.f_71 {
  font-size: 3.4rem;
}

@media screen and (min-width: 768px) {
  .f_71 {
    font-size: 7.1rem;
  }
}

.f_66 {
  font-size: 3.2rem;
}

@media screen and (min-width: 768px) {
  .f_66 {
    font-size: 6.6rem;
  }
}

.f_62 {
  font-size: 3rem;
}

@media screen and (min-width: 768px) {
  .f_62 {
    font-size: 6.2rem;
  }
}

.f_60 {
  font-size: 3rem;
}

@media screen and (min-width: 768px) {
  .f_60 {
    font-size: 6rem;
  }
}

.f_54 {
  font-size: 2.8rem;
}

@media screen and (min-width: 768px) {
  .f_54 {
    font-size: 5.4rem;
  }
}

.f_50 {
  font-size: 2.6rem;
}

@media screen and (min-width: 768px) {
  .f_50 {
    font-size: 5rem;
  }
}

.f_45 {
  font-size: 2.6rem;
}

@media screen and (min-width: 768px) {
  .f_45 {
    font-size: 4.5rem;
  }
}

.f_42 {
  font-size: 2.4rem;
}

@media screen and (min-width: 768px) {
  .f_42 {
    font-size: 4.2rem;
  }
}

.f_40 {
  font-size: 2.4rem;
}

@media screen and (min-width: 768px) {
  .f_40 {
    font-size: 4rem;
  }
}

.f_36 {
  font-size: 2.2rem;
}

@media screen and (min-width: 768px) {
  .f_36 {
    font-size: 3.6rem;
  }
}

.f_35 {
  font-size: 2.2rem;
}

@media screen and (min-width: 768px) {
  .f_35 {
    font-size: 3.5rem;
  }
}

.f_32 {
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .f_32 {
    font-size: 3.2rem;
  }
}

.f_30 {
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .f_30 {
    font-size: 3rem;
  }
}

.f_29 {
  font-size: 2rem;
}

@media screen and (min-width: 768px) {
  .f_29 {
    font-size: 2.9rem;
  }
}

.f_25 {
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
  .f_25 {
    font-size: 2.5rem;
  }
}

.f_24 {
  font-size: 1.8rem;
}

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

.f_22 {
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
  .f_22 {
    font-size: 2.2rem;
  }
}

.f_20 {
  font-size: 1.6rem;
}

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

.f_19 {
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .f_19 {
    font-size: 1.9rem;
  }
}

.f_18 {
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  .f_18 {
    font-size: 1.8rem;
  }
}

.f_16 {
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .f_16 {
    font-size: 1.6rem;
  }
}

.f_14 {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  .f_14 {
    font-size: 1.4rem;
  }
}

.f_11 {
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .f_11 {
    font-size: 1.1rem;
  }
}

.txt_notoserif {
  font-family: "Noto Serif", serif;
}

.fw_regular {
  font-weight: 400;
}

.fw_medium {
  font-weight: 500;
}

.fw_demibold {
  font-weight: 600;
}

.fw_bold {
  font-weight: 700;
}

.bc_A3D54C {
  background-color: #A3D54C;
}

.color_FFFFFF {
  color: #FFFFFF;
}

.p_txt {
  font-weight: 400;
  line-height: 1.625;
}

.p_desc {
  line-height: 1.88;
}

@keyframes ani_wave {
  0%, 100% {
    transform: scale(1);
    rotate: 0deg;
  }

  25% {
    transform: scale(1, 1.2);
  }

  50% {
    transform: scale(1, 1.4);
  }

  75% {
    transform: scale(1, 1.2);
  }

  100% {
    rotate: 360deg;
  }
}


.container {
  width: unset;
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .container {
    box-sizing: border-box;
    margin: 0 auto;
    width: auto;
  }

  .container {
    max-width: 1160px;
    padding: 0 20px;
    margin: 0 auto;
    width: 100%;
  }
}


.page_mv {
  position: relative;
}

.page_mv .wrap {
  max-width: 1140px;
  padding: 0 20px;
}

@media screen and (min-width: 1200px) {
  .page_mv .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.page_mv_inner {
  position: relative;
  height: 300px;
}

@media screen and (min-width: 768px) {
  .page_mv_inner {
    height: 450px;
  }
}

@media screen and (min-width: 1200px) {
  .page_mv_inner {
    height: 600px;
  }
}

.page_mv_decore {
  position: absolute;
  inset: 0;
}

.page_mv_decore_figure {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 18px;
  translate: 0 72%;
}

.page_mv_decore_figure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -10px;
  left: 0;
  z-index: -1;
  mask-image: url("../../assets/images/common/img_mask_white_css.webp");
  -webkit-mask-image: url("../../assets/images/common/img_mask_white_css.webp");
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-position: top center;
  -webkit-mask-position: top center;
  backdrop-filter: blur(30px) brightness(1.5);
  -webkit-backdrop-filter: blur(30px) brightness(1.5);
}

@media screen and (min-width: 768px) {
  .page_mv_decore_figure::before {
    top: -34px;
  }
}

.page_mv_decore_path {
  width: 1098px;
  position: absolute;
  top: 100%;
  right: 0;
  max-width: 50vw;
  rotate: -173deg;
  translate: 12% 0;
}

@media screen and (min-width: 1200px) {
  .page_mv_decore_path {
    top: 7px;
    right: 14px;
    max-width: 70vw;
  }
}

.page_mv_head {
  position: relative;
  z-index: 1;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .page_mv_head {
    position: absolute;
    bottom: -43px;
  }
}

.page_mv_heading {
  position: relative;
  color: #fff;
  margin-left: 25px;
}

@media screen and (min-width: 768px) {
  .page_mv_heading {
    margin-left: 50px;
  }
}

@media screen and (min-width: 1440px) {
  .page_mv_heading {
    margin-left: -12px;
  }
}

.page_mv_heading .en,
.page_mv_heading .jp {
  display: block;
}

.page_mv_heading .en {
  line-height: 0.8727272727;
  text-transform: uppercase;
}

.page_mv_heading .jp {
  line-height: 2;
  mix-blend-mode: overlay;
}

@media screen and (min-width: 768px) {
  .page_mv_heading .jp {
    margin-bottom: 5px;
  }
}

.page_mv_heading_decore {
  width: 235px;
  position: absolute;
  top: 53%;
  left: 0;
  rotate: -25deg;
  translate: -17% -52%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .page_mv_heading_decore {
    width: 345px;
    translate: -23% -50%;
  }
}

@media screen and (min-width: 1200px) {
  .page_mv_heading_decore {
    width: 445px;
  }
}

.page_mv_detail {
  padding-top: 90px;
}

@media screen and (min-width: 768px) {
  .page_mv_detail {
    padding-top: 140px;
  }
}

@media screen and (min-width: 1200px) {
  .page_mv_detail {
    width: 668px;
    max-width: 65%;
    padding-top: 20px;
  }
}

.footer_recruit_child .footer_recruit {
  padding-top: 40px;
}

@media screen and (min-width: 1200px) {
  .footer_recruit_child .footer_recruit {
    padding-top: 73px;
    margin-bottom: 103px;
  }
}

.footer_recruit_child .footer_recruit_title {
  text-align: center;
}

.footer_recruit_child .footer_recruit_title .en,
.footer_recruit_child .footer_recruit_title .jp {
  display: block;
}

.footer_recruit_child .footer_recruit_title .en {
  line-height: 0.96;
}

@media screen and (min-width: 768px) {
  .footer_recruit_child .footer_recruit_title .en {
    margin-top: -7px;
  }
}

@media screen and (min-width: 1200px) {
  .footer_recruit_child .footer_recruit_content {
    padding-top: 118px;
  }
}

.c_related {
  margin-top: 60px;
}

@media screen and (min-width: 768px) {
  .c_related {
    margin-top: 100px;
  }
}

.c_related_inner {
  padding-top: 15px;
}

@media screen and (min-width: 1024px) {
  .c_related_inner {
    display: flex;
    justify-content: space-between;
    padding-top: 27px;
  }
}

.c_related_heading .en,
.c_related_heading .jp {
  display: block;
}

.c_related_heading .en {
  text-transform: uppercase;
  line-height: 0.96;
}

.c_related_heading .jp {
  line-height: 1.2;
  color: #a8b8c1;
}

.c_related_item {
  margin-bottom: 60px;
}

@media screen and (min-width: 1024px) {
  .c_related_item {
    width: 505px;
    max-width: calc(50% - 20px);
    margin-bottom: 0;
  }
}

.c_related_link {
  height: 200px;
  margin-top: 15px;
  position: relative;
  display: flex;
  border-radius: 30px;
  box-shadow: 5px 10px 15px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  .c_related_link {
    height: 250px;
    margin-top: 27px;
  }

  .c_related_link:hover {
    opacity: 1;
  }

  .c_related_link:hover .icon {
    right: -15px;
  }

  .c_related_link:hover .c_related_link_thumb img {
    scale: 1.1;
  }
}

.c_related_link_content {
  width: 54.5%;
  position: absolute;
  inset: 0;
  padding: 50px 40px 10px 10px;
}

.c_related_link_content::after, .c_related_link_content::before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
}

.c_related_link_content::after {
  width: 228px;
  right: -10px;
  z-index: 0;
  mask-image: url("../../assets/images/common/img_people_releated.webp");
  -webkit-mask-image: url("../../assets/images/common/img_people_releated.webp");
  mask-size: 228px 200px;
  -webkit-mask-size: 228px 200px;
  backdrop-filter: blur(30px) brightness(1.2);
  -webkit-backdrop-filter: blur(30px) brightness(1.2);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.c_related_link_content::before {
  width: 228px;
  right: 0;
  z-index: 1;
  background-image: url("../../assets/images/common/img_people_releated.webp");
  background-repeat: no-repeat;
  background-size: 228px 200px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

@media screen and (min-width: 768px) {
  .c_related_link_content {
    width: 51.8%;
    padding-top: 60px;
    padding-left: 23px;
    padding-right: 30px;
  }

  .c_related_link_content::after {
    mask-size: 228px 252px;
    -webkit-mask-size: 228px 252px;
  }

  .c_related_link_content::before {
    background-size: 228px 252px;
  }
}

.c_related_link_content_up {
  position: relative;
  z-index: 2;
}

.c_related_link_tag {
  width: 136px;
  color: #fff;
  background-color: #005ca2;
  border-radius: 99px;
  display: inline-block;
  text-align: center;
}

.c_related_link_title {
  color: #005ca2;
  line-height: 1.3529411765;
  margin-top: 3px;
}

.c_related_link_thumb {
  width: 59.3%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  position: relative;
  margin-left: auto;
  z-index: -10;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.c_related_link_thumb img {
  object-position: 50% 30%;
  width: 100%;
  scale: 1.05;
  transition: 300ms ease;
}

@media screen and (min-width: 1200px) {
  .c_related_link_thumb {
    height: auto;
  }
}

.c_related_link_interview .related_link_content {
  width: 60%;
}

@media screen and (min-width: 768px) {
  .c_related_link_interview .related_link_content {
    width: 54.5%;
    padding-top: 80px;
    padding-left: 34px;
  }
}

.c_related_link .icon {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -10px;
  translate: 0 -50%;
  transition: 300ms ease;
}

@media screen and (min-width: 768px) {
  .c_related_link .icon {
    width: 44px;
    height: 44px;
  }
}

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