@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; } }

@keyframes fadeInMenu {
  0% {
    display: none;
    opacity: 0; }
  10% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@-webkit-keyframes fadeInMenu {
  0% {
    display: none;
    opacity: 0; }
  10% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }

@media screen and (max-width: 960px) {
  header.pc {
    display: none; }
  header {
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    transition: .3s;
    background: rgba(255, 255, 255, 0.95); }
    header .corp_logo {
      z-index: 2; }
      header .corp_logo img {
        height: auto;
        width: 60px;
        padding-top: 6px; }
    header a.corp_logo {
      padding-left: 10px;
      display: block;
      height: 60px;
      width: auto; }
    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 .corp_logo img {
        filter: brightness(0) invert(1);
        transition: .3s; }
        header.home .corp_logo img.active {
          filter: none; }
      header.home .menu-toggle span {
        filter: brightness(0) invert(1); }
    header.hide {
      transform: translateY(-100%); }
    header.remove-filter:before {
      transform: scale(1, 1); }
    header.remove-filter .corp_logo img {
      filter: none; }
    header.remove-filter .menu-toggle span {
      filter: none; }
  .inner-container {
    align-items: center;
    display: flex;
    justify-content: space-between; }
  .menu-toggle {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 60px;
    justify-content: center;
    -webkit-user-select: none;
    user-select: none;
    width: 60px;
    z-index: 1; }
    .menu-toggle a {
      color: #003f9d;
      display: block;
      font-family: Inter, sans-serif;
      font-size: 26px;
      font-weight: 600;
      letter-spacing: 1.3px;
      line-height: 2.34;
      text-align: left;
      text-decoration: none; }
    .menu-toggle input {
      cursor: pointer;
      display: inline-block;
      height: 60px;
      opacity: 0;
      /* hide this */
      position: absolute;
      right: 0;
      top: 0;
      -webkit-touch-callout: none;
      width: 60px;
      z-index: 2;
      /* and place it over the hamburger */ }
      .menu-toggle input.active ~ span {
        background: #303030;
        opacity: 1;
        transform: rotate(45deg) scale(1.03, 1);
        filter: none; }
      .menu-toggle input.active ~ span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2); }
      .menu-toggle input.active ~ span:nth-last-child(2) {
        transform: rotate(-45deg) scale(1.03, 1); }
    .menu-toggle span {
      background: #303030;
      display: block;
      height: 2px;
      margin-bottom: 5px;
      position: relative;
      transform-origin: top left;
      transition: transform 0.3s ease-out, background-color 0.3s ease-out, opacity 0.3s ease-out;
      width: 20px;
      z-index: 1; }
      .menu-toggle span:first-child {
        transform-origin: top left; }
      .menu-toggle span:nth-last-child(2) {
        transform-origin: bottom left;
        margin-bottom: 0px; }
    .menu-toggle .right-container {
      background-color: #ffffff;
      display: none;
      -webkit-font-smoothing: antialiased;
      height: 100vh;
      left: 0;
      list-style-type: none;
      padding: 13.3vw;
      padding-top: 125px;
      position: absolute;
      top: 0;
      width: 100vw;
      /* to stop flickering of text in safari */
      z-index: -1; }
      .menu-toggle .right-container.active {
        -webkit-animation: fadeInMenu 0.3s ease-out 0s 1 normal;
        animation: fadeInMenu 0.3s ease-out 0s 1 normal;
        display: block; } }

@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 (max-width: 960px) {
  .button {
    align-items: center;
    background-color: #000000;
    border-radius: 8px;
    display: flex;
    height: 54px;
    justify-content: center;
    margin: auto;
    max-width: 240px;
    overflow: hidden;
    position: relative;
    z-index: 1; }
    .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: 13px;
      font-weight: 600;
      letter-spacing: 1.3px;
      line-height: 2.15; }
  .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; } }

@media screen and (max-width: 960px) {
  .footer.pc {
    display: none; }
  .footer.sp {
    width: 100%; }
    .footer.sp .primary-container {
      background-color: #303030;
      width: 100%;
      padding: 40px 20px 0; }
    .footer.sp .contents-list {
      width: 100%; }
      .footer.sp .contents-list__item {
        display: block;
        text-align: center; }
        .footer.sp .contents-list__item:not(:first-child) {
          margin-top: 26px; }
        .footer.sp .contents-list__item a {
          font-family: Inter, sans-serif;
          font-size: 12px;
          font-weight: 600;
          line-height: 2.33;
          letter-spacing: 1.2px;
          color: #ffffff; }
      .footer.sp .contents-list .select-language-container {
        margin: 26px auto 0; }
    .footer.sp .flex-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      max-width: 450px;
      margin: 38px auto 0; }
      .footer.sp .flex-container .corp_logo img {
        width: 78px;
        height: auto; }
      .footer.sp .flex-container .sns-list__item:not(:first-child) {
        margin-left: 20px; }
    .footer.sp .copyright-container {
      background-color: #000000;
      width: 100%;
      padding: 13px 0; }
      .footer.sp .copyright-container__text {
        font-family: Inter, sans-serif;
        font-size: 10px;
        font-weight: normal;
        line-height: 1.6;
        letter-spacing: 1px;
        text-align: center;
        color: #ffffff; } }

@media screen and (max-width: 960px) {
  .post-item {
    display: inline-block;
    width: 100%;
    background-color: #ffffff;
    margin: .5px 0; }
    .post-item .image {
      display: none; }
    .post-item .date {
      font-family: Inter, sans-serif;
      font-size: 14px;
      font-weight: normal;
      line-height: 1.71;
      letter-spacing: 0.7px;
      text-align: left;
      color: #999999;
      margin: 18px 16px 0; }
    .post-item .event {
      height: 40px;
      font-weight: 400;
      font-size: 13px;
      line-height: 1.75;
      letter-spacing: 0.26px;
      text-align: left;
      color: #000000;
      margin: 12px 16px 20px;
      overflow-y: hidden; } }

@media screen and (max-width: 960px) {
  .interview-item {
    max-width: 325px;
    padding: 0 20px 30px;
    position: relative;
    margin-top: 30px; }
    .interview-item::before {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 60px;
      content: '';
      background-color: #ffffff;
      z-index: 0; }
    .interview-item__image img {
      width: 120px;
      height: 120px;
      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: 14px;
      font-weight: 600;
      line-height: 1.75;
      letter-spacing: 0.7px;
      color: #000000;
      position: relative;
      margin-top: 20px; }
    .interview-item__job-title {
      font-size: 13px;
      font-weight: normal;
      line-height: 1.75;
      letter-spacing: 0.26px;
      color: #000000;
      position: relative;
      margin-top: 20px; }
    .interview-item__name {
      font-size: 13px;
      font-weight: 600;
      line-height: 1.75;
      letter-spacing: 0.26px;
      color: #000000;
      position: relative;
      margin-top: 10px; }
    .interview-item .button {
      margin-top: 24px; } }

@media screen and (max-width: 960px) {
  .title-section {
    padding-top: 60px; }
    .title-section .title-container {
      height: 53.3vw;
      max-height: 180px;
      overflow: hidden;
      position: relative; }
      .title-section .title-container__left-side {
        border-right: 140px solid transparent;
        border-top: 140px solid #003f9d;
        height: 140px;
        max-height: 140px;
        position: absolute;
        width: 88.2vw;
        z-index: 1; }
      .title-section .title-container__right-side {
        display: inline-block;
        height: 140px;
        right: 0;
        margin-top: 40px;
        overflow: hidden;
        position: absolute;
        transform: skew(-40deg);
        transform-origin: 0 100%;
        width: 89vw;
        z-index: 0; }
        .title-section .title-container__right-side img {
          display: inline-block;
          height: 100%;
          font-family: 'object-fit: cover;';
          object-fit: cover;
          overflow: hidden;
          transform: skew(40deg);
          transform-origin: 0 100%;
          width: 100%; }
      .title-section .title-container .contents-wrapper {
        margin: auto;
        max-width: 1080px;
        padding-top: 55px;
        position: relative;
        width: 86.7vw;
        z-index: 2; }
      .title-section .title-container__title {
        color: #ffffff;
        font-family: Inter, sans-serif;
        font-size: 22px;
        font-weight: 600;
        letter-spacing: 1.1px;
        line-height: 1.5;
        text-align: left; }
      .title-section .title-container__japanese-title {
        color: #ffffff;
        font-size: 12px;
        font-weight: 600;
        letter-spacing: 0.6px;
        line-height: 1.75;
        margin-left: 15px;
        text-align: left; }
  html, body {
    font-size: 18px;
    margin: 0;
    padding: 0;
    width: 100%; }
  * {
    -moz-border-box: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000000;
    font-family: "Zen Kaku Gothic New", 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Helvetica Neue, Helvetica, "メイリオ", Meiryo, sans-serif;
    margin: 0;
    padding: 0; }
  div {
    margin: 0;
    padding: 0; }
  ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none; }
  a {
    text-decoration: none; }
  .interview-list-section {
    padding: 50px 10px 100px;
    position: relative;
    width: 100%; }
    .interview-list-section ul {
      display: flex;
      justify-content: space-around;
      margin: auto;
      flex-wrap: wrap; } }
