@charset "UTF-8";
.l-footer {
  overflow-y: clip;
  overflow-x: hidden;
  position: relative;
  z-index: 2;
  background: #fff;
}
.l-footer__container {
  padding-top: 30px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .l-footer__container {
    border-top: 1px solid #E3E3E3;
  }
}
@media screen and (max-width: 599px) {
  .l-footer.border {
    border-top: 1px solid #707070;
  }
}

.p-footer__img {
  position: absolute;
  right: 0;
  max-width: 230px;
  transition: 0.4s;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 600px) {
  .p-footer__img {
    width: 30%;
  }
}
@media screen and (max-width: 599px) {
  .p-footer__img {
    right: -30px;
    top: 40px;
  }
}
@media screen and (max-width: 599px) {
  .p-footer__img a {
    pointer-events: none;
  }
}
.p-footer__img .tower {
  max-width: 190px;
  transform: translateY(90%);
}
@media screen and (max-width: 599px) {
  .p-footer__img .tower {
    width: 90%;
  }
}
.p-footer__img .text {
  position: absolute;
  bottom: 35%;
  right: 0;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .p-footer__img .text {
    display: none;
  }
}
.p-footer__img .text-up01 {
  margin-left: auto;
  display: block;
}
.p-footer__img .text-up02 {
  display: none;
}
.p-footer__img .text p {
  transform: translateY(30px);
  color: #001067;
  font-size: 12px;
  transition: 0.4s;
}
.p-footer__img:hover {
  transform: translateY(-30px);
}
.p-footer__img:hover .text-up01 {
  display: none;
}
.p-footer__img:hover .text-up02 {
  display: block;
  animation-name: up-hover;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}
.p-footer__img:hover .text p {
  transform: translateY(0);
}
.p-footer__catch {
  font-weight: bold;
  color: #f2f2f2;
  margin-bottom: 78px;
  font-size: 68px;
}
@media screen and (min-width: 1025px) {
  .p-footer__catch {
    font-size: 120px;
  }
}
@media screen and (max-width: 599px) {
  .p-footer__catch span:nth-of-type(3)::after {
    content: "\a";
    white-space: pre;
  }
}
.p-footer__logo {
  margin-bottom: 40px;
  max-width: 166px;
  width: 40%;
}
.p-footer__company {
  margin-bottom: 48px;
}
.p-footer__company .title {
  background: #E3E3E3;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
}
.p-footer__company .title span {
  font-weight: 500;
  padding-inline: 20px;
}
@media screen and (max-width: 599px) {
  .p-footer__company .title span {
    padding-inline: 10px;
  }
}
@media screen and (max-width: 599px) {
  .p-footer__company p {
    font-size: 13px;
  }
}
.p-footer__copyright {
  border-top: 1px solid #000;
  height: 90px;
  line-height: 90px;
}
@media screen and (max-width: 599px) {
  .p-footer__copyright {
    height: 50px;
    line-height: 50px;
  }
}
.p-footer__copyright p {
  font-size: 10px;
  font-family: "din-2014", sans-serif;
}

.ani-scrollup {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .ani-scrollup {
    display: none;
  }
}

@keyframes up-hover {
  0% {
    display: block;
    width: 60%;
    opacity: 0;
    margin-left: auto;
  }
  100% {
    width: 100%;
    opacity: 1;
    margin-left: auto;
  }
}
.l-header {
  height: 100px;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
}
@media screen and (max-width: 599px) {
  .l-header {
    height: 65px;
  }
}
.l-header__container {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.p-header__left {
  margin-left: 30px;
  width: 30%;
}
@media screen and (max-width: 599px) {
  .p-header__left {
    margin-left: 3%;
    max-width: 95px;
  }
}
.p-header__left h1 {
  height: 100%;
  color: #fff;
}
.p-header__left h1 span {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.p-header__left a {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
}
.p-header__right {
  display: none;
}
@media screen and (min-width: 1025px) {
  .p-header__right {
    width: 50%;
    display: block;
  }
}
.p-header__right--items {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.p-header__right--item {
  max-width: 200px;
  height: 100%;
  width: 100%;
}
.p-header__right--item a {
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.01em;
  transition: 0.8s;
}
.p-header__right--item a .inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 10px 0;
}
.p-header__right--item a span {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  display: block;
  opacity: 1;
  white-space: nowrap;
  transition: 0.4s;
}
.p-header__right--item a span.ja {
  opacity: 0;
  transform: translate(-50%, 100%);
}
.p-header__right--item a:hover span.en {
  opacity: 0;
  transform: translate(-50%, -100%);
}
.p-header__right--item a:hover span.ja {
  opacity: 1;
  transform: translate(-50%, 0);
}
.p-header__right--contact a {
  color: #fff;
  background: #000;
  transition: 0.4s;
}
.p-header__nav {
  background: #000;
  width: 100px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1025px) {
  .p-header__nav {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .p-header__nav {
    aspect-ratio: 1/1;
    max-width: 65px;
  }
}
.p-header__nav img {
  max-width: 40px;
}
@media screen and (max-width: 599px) {
  .p-header__nav img {
    width: 40%;
  }
}
.p-header__nav span {
  color: #fff;
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  .p-header__nav span {
    font-size: 12px;
  }
}
.p-header__nav-sp {
  opacity: 0;
  transition: 0.4s;
  pointer-events: none;
  background: linear-gradient(0deg, #001222, #01223e);
  background-size: 300% 300%;
  animation: bggradient 4s ease infinite;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.p-header__nav-sp.active {
  pointer-events: initial;
  opacity: 1;
}
.p-header__nav-sp::after {
  position: absolute;
  content: "";
  background-image: url("../img/common/bg_menu.png");
  background-repeat: no-repeat;
  background-position: bottom;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  height: 100vh;
}
@media screen and (max-width: 599px) {
  .p-header__nav-sp::after {
    background-size: cover;
  }
}
.p-header__nav--top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100px;
}
@media screen and (min-width: 1025px) {
  .p-header__nav--top {
    height: 120px;
  }
}
@media screen and (max-width: 599px) {
  .p-header__nav--top {
    height: 65px;
  }
}
@media screen and (min-width: 1025px) {
  .p-header__nav--top .logo {
    max-width: 174px;
    width: 30%;
  }
}
@media screen and (min-width: 600px) {
  .p-header__nav--top .logo {
    margin-left: 30px;
    max-width: 142px;
  }
}
@media screen and (max-width: 599px) {
  .p-header__nav--top .logo {
    margin-left: 3%;
    max-width: 95px;
  }
}
.p-header__nav--items {
  width: 90%;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
  margin-top: 140px;
  position: relative;
  height: 70vh;
  max-height: 400px;
}
@media screen and (max-width: 599px) {
  .p-header__nav--items {
    gap: 30px;
    margin-top: 70px;
  }
}
.p-header__nav--item .inner {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.p-header__nav--item span.en {
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .p-header__nav--item span.en {
    padding-left: 20px;
    font-size: 10px;
  }
}
.p-header__nav--item span.en::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .p-header__nav--item span.en::before {
    width: 6px;
    left: 5px;
  }
}
.p-header__nav--item span.ja {
  font-weight: bold;
  font-size: 36px;
  font-size: clamp(24px, 3.5vw, 36px);
}
@media screen and (max-width: 599px) {
  .p-header__nav--item span.ja {
    font-size: 18px;
  }
}
.p-header__nav--contact {
  margin-top: auto;
}

@keyframes bggradient {
  0% {
    background-position: 0% 0%;
  }
  25% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  75% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 0% 0%;
  }
}
.c-btn {
  border: 1px solid #000;
  transition: 0.4s;
  aspect-ratio: 600/106;
}
@media screen and (min-width: 600px) {
  .c-btn {
    max-width: 280px;
    aspect-ratio: 250/55;
  }
}
@media screen and (max-width: 599px) {
  .c-btn {
    border: 1px solid #001067;
    background: #001067;
  }
}
.c-btn a {
  display: block;
  height: 100%;
  display: flex;
  align-items: center;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  padding-inline: 20px;
}
@media screen and (max-width: 599px) {
  .c-btn a {
    color: #fff;
  }
}
.c-btn__img {
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  transform: translateY(-3px);
}
.c-btn__img img {
  transform: translateY(8px);
  filter: invert(51%) sepia(7%) saturate(15%) hue-rotate(57deg) brightness(96%) contrast(87%);
  transition: 0.4s;
}
@media screen and (max-width: 599px) {
  .c-btn__img img {
    transform: translateY(0);
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(238deg) brightness(103%) contrast(102%);
  }
}
@media screen and (min-width: 600px) {
  .c-btn:hover {
    border: 1px solid #001067;
    background: #001067;
  }
}
@media screen and (min-width: 600px) {
  .c-btn:hover a {
    color: #fff;
  }
}
@media screen and (min-width: 600px) {
  .c-btn:hover img {
    transform: translateY(0);
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(238deg) brightness(103%) contrast(102%);
  }
}
.c-btn__blk {
  max-width: initial;
  transition: 0.4s;
  border: 1px solid #fff;
}
@media screen and (min-width: 600px) {
  .c-btn__blk {
    height: 100px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .c-btn__blk {
    height: 57px;
    background: #000;
    width: 90%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 600px) {
  .c-btn__blk img {
    transform: translateY(11px);
  }
}
@media screen and (max-width: 599px) {
  .c-btn__blk img {
    filter: none;
  }
}
@media screen and (min-width: 600px) {
  .c-btn__blk:hover {
    border: none;
    background: #fff;
  }
}
@media screen and (min-width: 600px) {
  .c-btn__blk:hover span {
    color: #000;
  }
}

* {
  font-family: "noto-sans-cjk-jp", sans-serif;
  letter-spacing: 0.05em;
}

html {
  overflow-x: hidden;
  margin-inline: auto;
}
html.fixed {
  height: 100%;
  overflow: hidden;
}
/* html section:nth-of-type(1) {
  padding-top: 115px;
} */

@media screen and (min-width: 1025px) {
  html section:nth-of-type(1) {
    padding-top: 300px;
  }
}
@media screen and (max-width: 1024px) {
  html section:nth-of-type(1) {
    padding-top: 220px;
  }
}
@media screen and (max-width: 600px) {
  html section:nth-of-type(1) {
    padding-top: 115px;
  }
}

.c-container {
  max-width: 1080px;
  width: 90%;
  margin-inline: auto;
}
.c-container-job {
  max-width: 980px;
  width: 90%;
  margin-inline: auto;
}

@media screen and (min-width: 1025px) {
  .c-title {
    /* padding-left: 50px; */
  }
}

@media screen and (min-width: 600px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .sp-none {
    display: none;
  }
}

.ani-img {
  transform: translateY(100%);
  transition: 1s;
}
.ani-img.active {
  transform: translateY(0%);
}

.ani-catch {
  opacity: 0;
}
.ani-catch span {
  opacity: 0;
}
.ani-catch.appeartext {
  opacity: 1;
}
.ani-catch.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}

.ani-catch__menu span {
  opacity: 0;
}

.ani-catch__menu.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ani-fadeup {
  transform: translate3d(0, 40px, 0);
  opacity: 0;
  transition: all 2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ani-fadeup.active {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.l-contact {
  aspect-ratio: 700/500;
  transition: 0.4s;
}
@media screen and (min-width: 600px) {
  .l-contact {
    aspect-ratio: 1280/340;
  }
}
@media screen and (max-width: 599px) {
  .l-contact {
    background: #001067;
  }
}
.l-contact a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.l-contact__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 600px) {
  .l-contact:hover {
    background: #001067;
  }
}

.p-contact__left {
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .p-contact__left {
    color: #fff;
  }
}
.p-contact__left .title_en {
  font-family: "din-2014", sans-serif;
  font-size: 52px;
}
@media screen and (max-width: 599px) {
  .p-contact__left .title_en {
    font-size: 40px;
  }
}
@media screen and (max-width: 599px) {
  .p-contact__left h2 {
    font-size: 12px;
  }
}
.p-contact__right {
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}
.p-contact__right img {
  transform: translateY(27px);
  filter: invert(88%) sepia(0%) saturate(0%) hue-rotate(342deg) brightness(84%) contrast(83%);
  transition: 0.4s;
}
@media screen and (max-width: 599px) {
  .p-contact__right img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(238deg) brightness(103%) contrast(102%);
    transform: translateY(0);
    width: 25px;
  }
}

.l-contact:hover .l-contact__container {
  border-bottom: none;
}
@media screen and (min-width: 600px) {
  .l-contact:hover .p-contact__left {
    color: #fff;
  }
}
@media screen and (min-width: 600px) {
  .l-contact:hover .p-contact__right img {
    transform: translateY(0);
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(238deg) brightness(103%) contrast(102%);
  }
}

.loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading__img {
  height: 95px;
  width: 25px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .loading__img {
    height: 119px;
    width: 30px;
  }
}
.loading__img img {
  max-width: 24px;
  margin-inline: auto;
  transform: translateY(53%);
  animation: loading 3.5s steps(1) infinite;
}
@media screen and (max-width: 599px) {
  .loading__img img {
    max-width: 30px;
  }
}

@keyframes loading {
  0% {
    transform: translateY(53%);
  }
  20% {
    transform: translateY(40%);
  }
  40% {
    transform: translateY(27%);
  }
  60% {
    transform: translateY(14%);
  }
  80% {
    transform: translateY(0%);
  }
}
.m-opt {
  font-family: "din-2014", sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .m-opt {
    line-height: 3;
  }
}
.m-opt__line {
  display: inline-block;
  width: 20px;
  height: 1px;
  background: #000;
  margin-inline: 10px;
  transform: translateY(-5px);
}
@media screen and (max-width: 599px) {
  .m-opt__line {
    width: 10px;
    transform: translateY(-3px);
    margin-inline: 7px;
  }
}

.c-title {
  margin-bottom: 55px;
}
@media screen and (max-width: 599px) {
  .c-title {
    margin-bottom: 25px;
  }
}
.c-title__en {
  font-family: "din-2014", sans-serif;
  font-weight: bold;
  margin-bottom: 13px;
}
@media screen and (max-width: 599px) {
  .c-title__en {
    font-size: 11px;
  }
}
.c-title__ja {
  font-size: 60px;
}
@media screen and (max-width: 599px) {
  .c-title__ja {
    font-size: 32px;
  }
}

.title-sec {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 599px) {
  .title-sec {
    padding-left: 15px;
    font-size: 14px;
  }
}
.title-sec span,
.title-sec h2 {
  color: #fff;
}
.title-sec img {
  max-width: 60px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .title-sec img {
    max-width: 35px;
  }
}
.title-blue {
  background: #001067;
}

.job-description{
  background: #F3F3F8;
  padding: 100px 0 120px;
}
@media screen and (max-width: 599px) {
  .job-description{
    background: #F3F3F8;
    padding: 30px 0 50px;
  }
}
.job-description .title{
  color: #001067;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .job-description .title{
    color: #001067;
    font-size: 11px;
    width: 95%;
    margin: 0 auto 5px;
  }
}
.job-description .catch{
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .job-description .catch{
    font-weight: bold;
    font-size: 21px;
    width: 95%;
    margin: 0 auto 25px;
  }
}

.job-description .text{
  margin-bottom: 70px;
  letter-spacing: 2px;
}
@media screen and (max-width: 599px) {
  .job-description .text{
    font-size: 13px;
    letter-spacing: 1px;
    width: 95%;
    margin: 0 auto 25px;
  }
}
.job-description_detail{
  background-color: #fff;
  padding: 90px;
}
@media screen and (max-width: 599px) {
  .job-description_detail{
    background-color: #fff;
    padding: 35px;
  }
}
.job-description_flex{
  display: flex;
  padding: 40px 0;
  border-bottom: solid 1px #EAEAEA;
  position: relative;
  align-items: flex-start;
}
  .job-description_flex:first-of-type{
    padding-top: 0;
  }
@media screen and (max-width: 599px) {
  .job-description_flex{
    display: flex;
    padding: 20px 0;
    border-bottom: solid 1px #EAEAEA;
    position: relative;
    align-items: flex-start;
    flex-direction: column;
  }
}
.job-description_flex:last-of-type{
  margin-bottom: 70px;
}
@media screen and (max-width: 599px) {
  .job-description_flex:last-of-type{
    margin-bottom: 35px;
  }
}
.job-description_flex::before{
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 18%;
  height: 1px;
  background-color: #001067;
}
@media screen and (max-width: 599px) {
  .job-description_flex::before{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 35%;
    height: 1px;
    background-color: #001067;
  }
}
.job-description_title{
  width: 18%;
  margin-right: 50px;
  font-weight: bold;
  font-size: 16px;
  font-weight: bold;
  color: #001067;
}
@media screen and (max-width: 599px) {
  .job-description_title{
    width: 100%;
    margin-right: 0px;
    font-weight: bold;
    font-size: 16px;
    font-weight: bold;
    color: #001067;
    margin-bottom: 5px;
  }
}
.job-description_content{
  width: 84%;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .job-description_content{
    width: 100%;
    font-size: 14px;
  }
  .job-description_item.job-description_item04{
    text-indent: -1rem;
    padding-left: 1rem;
  }
}

.job-description_link {
    display: flex;
    height: 100px;
    background: #001067;
    color: #fff;
    text-align: left;
    padding-left: 50px;
    font-size: 20px;
    vertical-align: middle;
    align-items: center;
    font-weight: bold;
}
@media screen and (max-width: 599px) {
  .job-description_link {
      height: 57px;
      background: #001067;
      color: #fff;
      text-align: left;
      padding-left: 20px;
      font-size: 14px;
  }
}
.job-description_link .antenna {
    width: 32px;
    height: 38px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    transition: 0.4s;
}
@media screen and (max-width: 599px) {
  .job-description_link .antenna {
          width: 16px;
          height: 16px;
          right: 15px;
  }
}
.job-description_link .antenna::before {
    position: absolute;
    content: "";
    background: url(../img/common/company_antenna.svg) no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    right: 0;
    transition: 0.4s;
}
@media screen and (max-width: 599px) {
  .job-description_link .antenna {
          width: 16px;
          height: 16px;
          right: 15px;
  }
}
  .job-description_link .antenna::before {
    transform: translateY(18px);
    opacity: 0.3;
  }
  @media screen and (max-width: 599px) {
    .job-description_link .antenna::before {
    transform: translateY(0);
      opacity: 1;
    }
  }
  .job-description_link:hover{
    background: #000;
  }
  @media screen and (max-width: 599px) {
    .job-description_link:hover{
      background: #001067;
    }
  }
  .job-description_link:hover .antenna::before {
    transform: translateY(0);
    opacity: 1;
  }
  @media screen and (max-width: 599px) {
    .job-description_link:hover .antenna::before {
    transform: translateY(0);
      opacity: 1;
    }
  }