@charset "UTF-8";
@media screen and (max-width: 960px) {
  .select-language-container {
    border: 1px solid #ffffff;
    border-radius: 4px;
    height: 44px;
    opacity: 1;
    width: 162px; }
    .select-language-container .language-list {
      align-items: center;
      display: flex;
      height: 100%;
      justify-content: space-around; }
    .select-language-container .language-list__item a {
      color: #ffffff;
      font-size: 14px;
      opacity: 0.5; }
      .select-language-container .language-list__item a.active {
        opacity: 1; } }

@media screen and (min-width: 961px) {
  .select-language-container {
    border: 1px solid #ffffff;
    border-radius: 2px;
    height: 44px;
    opacity: 1;
    width: 175px; }
    .select-language-container .language-list {
      align-items: center;
      display: flex;
      height: 100%;
      justify-content: space-around; }
    .select-language-container .language-list__item a {
      color: #ffffff;
      font-size: 14px;
      opacity: 0.5;
      -webkit-transition: opacity .3s ease-out 0s;
      transition: opacity .3s ease-out 0s; }
      .select-language-container .language-list__item a:not(.active):hover {
        opacity: 1; }
      .select-language-container .language-list__item a.active {
        opacity: 1; } }

@media screen and (min-width: 961px) {
  header.sp {
    display: none; }
  header {
    height: 130px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    transition: .3s;
    background: rgba(255, 255, 255, 0.95); }
    header .white {
      order: 2; }
      header .white img {
        display: none; }
    header .dark {
      order: 1; }
      header .dark img {
        display: block; }
    header .corp_logo:hover {
      opacity: 1; }
    header.home {
      background: transparent; }
      header.home:before {
        content: '';
        transform: scale(1, 0);
        transform-origin: right top;
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(255, 255, 255, 0.95);
        transition: .3s;
        z-index: -1; }
      header.home .menu a {
        color: #ffffff;
        transition: .3s; }
      header.home .corp_logo img {
        transition: .3s; }
      header.home .white {
        order: 1; }
        header.home .white img {
          display: block; }
      header.home .dark {
        order: 2; }
        header.home .dark img {
          display: none; }
    header .container {
      height: 100%;
      width: 100%; }
    header .inner-container {
      align-items: center;
      display: flex;
      height: 100%;
      justify-content: space-between;
      padding: 0 60px;
      width: 100%; }
    header .right-container {
      align-items: center;
      display: flex;
      height: 100%;
      order: 3; }
    header nav.menu {
      height: 100%; }
      header nav.menu ul {
        align-items: center;
        display: flex;
        font-size: 16px;
        font-weight: 300;
        height: 100%; }
      header nav.menu li {
        height: 100%;
        text-align: center;
        width: 140px;
        display: flex;
        justify-content: center;
        align-items: center; }
        header nav.menu li a {
          align-items: center;
          color: #999999;
          display: flex;
          font-family: Inter, sans-serif;
          font-size: 16px;
          font-weight: 600;
          height: 50px;
          width: 100%;
          justify-content: center;
          letter-spacing: 1.6px;
          position: relative;
          -webkit-transition: color ease-in-out .3s;
          transition: color ease-in-out .3s; }
          header nav.menu li a::before {
            background-color: #003f9d;
            bottom: 0px;
            content: '';
            height: 2px;
            left: 0;
            right: 0;
            margin: auto;
            position: absolute;
            transform: scale(0, 1);
            transform-origin: right top;
            -webkit-transition: transform ease-out .3s;
            transition: transform ease-out .3s;
            width: 78%; }
          header nav.menu li a:hover {
            color: #003f9d; }
          header nav.menu li a:hover::before {
            transform: scale(1, 1);
            transform-origin: left top; }
        header nav.menu li .current {
          color: #003f9d; }
          header nav.menu li .current::before {
            transform: scale(1, 1);
            transform-origin: left top; }
    header #menu > a, header a:link, header a:visited, header a:hover, header a:active {
      opacity: 1; }
    header .select-language-container {
      margin-left: 56px; }
    header.scrolling {
      height: 80px; }
    header.change-color.home:before {
      transform: scale(1, 1); }
    header.change-color.home .white {
      order: 2; }
      header.change-color.home .white img {
        display: none; }
    header.change-color.home .dark {
      order: 1; }
      header.change-color.home .dark img {
        display: block; }
    header.change-color.home .menu a {
      color: #999999; } }

@media screen and (max-width: 960px) {
  .select-language-container {
    border: 1px solid #ffffff;
    border-radius: 4px;
    height: 44px;
    opacity: 1;
    width: 162px; }
    .select-language-container .language-list {
      align-items: center;
      display: flex;
      height: 100%;
      justify-content: space-around; }
    .select-language-container .language-list__item a {
      color: #ffffff;
      font-size: 14px;
      opacity: 0.5; }
      .select-language-container .language-list__item a.active {
        opacity: 1; } }

@media screen and (min-width: 961px) {
  .select-language-container {
    border: 1px solid #ffffff;
    border-radius: 2px;
    height: 44px;
    opacity: 1;
    width: 175px; }
    .select-language-container .language-list {
      align-items: center;
      display: flex;
      height: 100%;
      justify-content: space-around; }
    .select-language-container .language-list__item a {
      color: #ffffff;
      font-size: 14px;
      opacity: 0.5;
      -webkit-transition: opacity .3s ease-out 0s;
      transition: opacity .3s ease-out 0s; }
      .select-language-container .language-list__item a:not(.active):hover {
        opacity: 1; }
      .select-language-container .language-list__item a.active {
        opacity: 1; } }

@media screen and (min-width: 961px) {
  .button {
    align-items: center;
    background-color: #000000;
    border-radius: 8px;
    display: flex;
    height: 60px;
    justify-content: center;
    margin: auto;
    max-width: 260px;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    .button:hover::before {
      transform: skewX(-30deg) scale(1, 1);
      transform-origin: left top; }
    .button::before {
      background-color: #303030;
      content: '';
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      transform: skewX(-30deg) scale(0, 1);
      transform-origin: left top;
      -webkit-transition: .3s ease-out 0s;
      transition: .3s ease-out 0s;
      width: 120%;
      z-index: -1; }
    .button::after {
      border-right: 1px solid #fff;
      border-top: 1px solid #fff;
      content: "";
      height: 7px;
      margin-top: -5px;
      position: absolute;
      right: 16px;
      top: 50%;
      transform: rotate(45deg);
      width: 7px; }
    .button__text {
      color: #ffffff;
      font-family: Inter, sans-serif;
      font-size: 15px;
      font-weight: 600;
      letter-spacing: 1.5px;
      line-height: 1.87; }
  .accent {
    background-color: #f2e961; }
    .accent::before {
      background-color: #ffffff; }
    .accent::after {
      border-color: #000000; }
    .accent .button__text {
      color: #000000; }
  .back {
    background-color: #ffffff;
    border: 1px solid #003f9d; }
    .back::before {
      background-color: #003f9d; }
    .back::after {
      display: none; }
    .back .button__text {
      color: #003f9d; }
    .back:hover > .button__text {
      color: #ffffff; } }

@media screen and (min-width: 961px) {
  .footer.sp {
    display: none; }
  .footer.pc {
    width: 100%; }
    .footer.pc .primary-container {
      background-color: #303030;
      padding: 60px 40px 25px;
      width: 100%; }
    .footer.pc .flex-container {
      display: flex; }
      .footer.pc .flex-container:last-child {
        margin-top: 30px; }
    .footer.pc .contents-area {
      margin-left: auto;
      margin-right: auto;
      max-width: 1080px; }
    .footer.pc .footer-content {
      width: 33%; }
      .footer.pc .footer-content .title {
        font-family: Inter, sans-serif;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1.6px;
        line-height: 1.75; }
      .footer.pc .footer-content__list.undisplay {
        display: none; }
      .footer.pc .footer-content__link {
        color: #ffffff;
        text-align: left;
        -webkit-transition: .3s ease-out 0s;
        transition: .3s ease-out 0s; }
        .footer.pc .footer-content__link:hover {
          opacity: .5; }
      .footer.pc .footer-content .item {
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0.6px;
        line-height: 2.5; }
        .footer.pc .footer-content .item::before {
          color: #ffffff;
          content: '- '; }
    .footer.pc .sns-list {
      align-items: center;
      display: inline-flex;
      height: 44px; }
      .footer.pc .sns-list__item {
        -webkit-transition: .3s ease-out 0s;
        transition: .3s ease-out 0s; }
        .footer.pc .sns-list__item:not(:last-child) {
          margin-right: 30px; }
        .footer.pc .sns-list__item:last-child {
          margin-right: 50px; }
        .footer.pc .sns-list__item img {
          font-family: 'object-fit: cover;';
          object-fit: cover;
          vertical-align: middle; }
        .footer.pc .sns-list__item:hover {
          opacity: .5; }
    .footer.pc .select-language-container {
      display: inline-block; }
    .footer.pc .right-container {
      align-items: flex-end;
      display: flex;
      margin-left: auto;
      padding-bottom: 16px; }
    .footer.pc .copyright-container {
      background-color: #000000;
      height: 60px;
      width: 100%; }
      .footer.pc .copyright-container__text {
        align-items: center;
        color: #ffffff;
        display: flex;
        font-size: 12px;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 1080px; } }

@media screen and (min-width: 961px) {
  .corp_logo {
    height: 75%;
    width: auto;
    display: block; }
    .corp_logo:hover {
      opacity: .5; }
    .corp_logo img {
      height: 100%;
      vertical-align: middle;
      width: auto; } }

@media screen and (min-width: 961px) {
  .interview-item {
    width: 45vw;
    max-width: 520px;
    padding: 0 30px 36px;
    position: relative; }
    .interview-item:nth-child(n+3) {
      margin-top: 64px; }
    .interview-item::before {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 89px;
      content: '';
      background-color: #ffffff;
      z-index: 0; }
    .interview-item__image img {
      width: 178px;
      height: 178px;
      display: block;
      margin: auto;
      position: relative;
      font-family: 'object-fit: cover; object-position: center;';
      object-fit: cover;
      object-position: center; }
    .interview-item__h2-title {
      font-size: 18px;
      font-weight: 600;
      line-height: 1.94;
      letter-spacing: 0.9px;
      color: #000000;
      position: relative;
      margin-top: 30px; }
    .interview-item__job-title {
      font-size: 15px;
      font-weight: normal;
      line-height: 1.75;
      letter-spacing: 0.3px;
      color: #000000;
      position: relative;
      margin-top: 30px; }
    .interview-item__name {
      font-size: 16px;
      font-weight: 600;
      line-height: 1.75;
      letter-spacing: 0.8px;
      color: #000000;
      position: relative;
      margin-top: 13px; }
    .interview-item .button {
      margin-top: 34px; } }

@media screen and (min-width: 961px) {
  html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 18px; }
  * {
    font-family: "Zen Kaku Gothic New", 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Helvetica Neue, Helvetica, "メイリオ", Meiryo, sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-border-box: border-box;
    color: #000000; }
  div {
    margin: 0;
    padding: 0; }
  ul, li {
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding: 0; }
  a {
    text-decoration: none; }
  .title-section {
    padding-top: 130px;
    transition: .3s; }
    .title-section .title-container {
      background-color: #ffffff;
      height: 22.9vw;
      overflow: hidden;
      position: relative; }
      .title-section .title-container__left-side {
        border-right: 14.8vw solid transparent;
        border-top: 17.7vw solid #003f9d;
        height: 17.7vw;
        position: absolute;
        width: 61.7vw;
        z-index: 1; }
      .title-section .title-container__right-side {
        display: inline-block;
        height: 17.7vw;
        left: 25vw;
        margin-top: 5.2vw;
        overflow: hidden;
        position: absolute;
        transform: skew(-40deg);
        transform-origin: 0 100%;
        width: 75.1vw;
        z-index: 0; }
        .title-section .title-container__right-side img {
          display: inline-block;
          height: 100%;
          font-family: 'object-fit: cover; object-position: top;';
          object-fit: cover;
          object-position: top;
          overflow: hidden;
          transform: skew(40deg);
          transform-origin: 0 100%;
          width: 100%; }
      .title-section .title-container .contents-wrapper {
        margin: auto;
        max-width: 1080px;
        position: relative;
        width: 90vw;
        z-index: 2; }
      .title-section .title-container__title {
        color: #ffffff;
        font-family: Inter, sans-serif;
        font-size: 56px;
        font-weight: 600;
        letter-spacing: 2.8px;
        line-height: 17.7vw;
        text-align: left; }
      .title-section .title-container__japanese-title {
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1.6px;
        line-height: 1.5;
        margin-left: 30px;
        text-align: left; }
    .title-section.change-padding {
      padding-top: 80px; }
  .interview-list-section {
    padding: 60px 40px 60px;
    position: relative;
    width: 100%; }
    .interview-list-section ul {
      max-width: 1160px;
      display: flex;
      justify-content: space-between;
      margin: 60px auto 0;
      flex-wrap: wrap;
      padding: 0 40px; } }
