@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
.animate__animated {
  --animate-duration: 1s; }

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

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

body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.75;
  color: #333;
  background-color: #F4FDFF;
  padding-top: 100px; }
  @media screen and (max-width: 820px) {
    body {
      padding-top: 60px; } }

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease-in-out; }

.wow {
  visibility: hidden; }

.is-hidden {
  display: none !important; }

.in_anime {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }

.med {
  font-weight: 500; }

.bold {
  font-weight: 700; }

.black {
  font-weight: 900; }

.italic {
  font-style: italic; }

.en {
  font-family: 'Lato', sans-serif; }

.uppercase {
  text-transform: uppercase; }

.fc-default {
  color: #333 !important; }

.fc-white {
  color: #fff !important; }

.fc-primary {
  color: #00ADFA !important; }

.btn-wrap {
  max-width: 500px;
  margin: 0 auto; }

.btn.gradient {
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 40px;
  font-size: 2.5rem; }
  .btn.gradient:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }

.external {
  position: relative; }
  .external:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(/assets/img/common/ico-external.svg) no-repeat 0 0;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 28px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
    @media screen and (min-width: 821px) and (max-width: 1120px) {
      .external:after {
        right: 10px; } }

.gradient-wrap {
  background-color: #fff; }

.gradient {
  display: block;
  background: #009afa;
  background: linear-gradient(90deg, #009afa 0%, #50def0 100%);
  color: #fff; }

.card-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 820px) {
    .card-wrap {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .card-wrap .card {
    margin-left: 3.5%;
    width: calc((93% / 2));
    margin-top: 35px;
    background-color: #fff;
    color: #333;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
    @media screen and (max-width: 820px) {
      .card-wrap .card {
        width: 100%;
        margin-left: 0;
        margin-top: 0; }
        .card-wrap .card + .card {
          margin-top: 30px; } }
    .card-wrap .card:nth-child(2n + 1) {
      animation-delay: 0.5s; }
    .card-wrap .card:nth-child(2n + 2) {
      animation-delay: 0.7s; }
    .card-wrap .card > * {
      display: block;
      height: 100%; }
    .card-wrap .card-icon {
      text-align: center;
      margin: 15px auto 0; }
      @media screen and (max-width: 820px) {
        .card-wrap .card-icon {
          margin: 0 4vw 0 0; }
          .card-wrap .card-icon img {
            width: 60px;
            height: 60px; } }
    .card-wrap .card-title {
      margin-top: 5px;
      font-weight: 500;
      text-align: center;
      font-size: 26px;
      font-size: 1.625rem;
      color: #00ADFA;
      line-height: 1.5; }
      @media screen and (min-width: 821px) and (max-width: 1040px) {
        .card-wrap .card-title {
          font-size: 2.5vw; } }
      @media screen and (max-width: 820px) {
        .card-wrap .card-title {
          font-size: 1.375rem;
          text-align: left;
          width: calc(100% - 60px - 5vw); } }
    .card-wrap .card-text {
      margin: 10px;
      color: #333; }
      @media screen and (min-width: 821px) and (max-width: 1040px) {
        .card-wrap .card-text {
          font-size: 1.5385vw; } }
      @media screen and (max-width: 820px) {
        .card-wrap .card-text {
          font-size: 1rem;
          margin: 1em 0 0; } }
    .card-wrap .card-img {
      overflow: hidden;
      position: relative; }
      .card-wrap .card-img img {
        width: 100%; }
      .card-wrap .card-img:before, .card-wrap .card-img:after {
        transition: all 0.3s ease-in-out; }
      .card-wrap .card-img:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3;
        background-color: rgba(0, 173, 250, 0.5);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
      .card-wrap .card-img:after {
        content: 'read more';
        text-transform: uppercase;
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 700;
        font-style: italic;
        color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        z-index: 4;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
        @media screen and (min-width: 821px) and (max-width: 1040px) {
          .card-wrap .card-img:after {
            font-size: 2.3077vw; } }
      .card-wrap .card-img img {
        transition: all 0.7s ease-out;
        position: relative;
        z-index: 2 !important; }
    .card-wrap .card:nth-child(2n + 1) {
      margin-left: 0; }
    .card-wrap .card-inner {
      padding: 20px; }
      @media screen and (min-width: 821px) and (max-width: 1040px) {
        .card-wrap .card-inner {
          padding: 20px; } }
      @media screen and (max-width: 820px) {
        .card-wrap .card-inner {
          padding: 20px; } }
    .card-wrap .card .border-text span {
      font-size: 14px;
      font-size: 0.875rem;
      padding: 0.2em .5em; }
      @media screen and (min-width: 821px) and (max-width: 1040px) {
        .card-wrap .card .border-text span {
          font-size: 1.3462vw; } }
    .card-wrap .card:hover .card-img img {
      -ms-transform: scale(1.1);
          transform: scale(1.1); }
    .card-wrap .card:hover .card-img:before, .card-wrap .card:hover .card-img:after {
      opacity: 1;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.border-text span {
  display: inline-block;
  border: 1px solid #00ADFA;
  color: #00ADFA;
  line-height: 1;
  padding: 0.4em 1em;
  margin-right: 10px;
  margin-bottom: 0.5em;
  font-size: 14px;
  font-size: 0.875rem; }

.inner {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 820px) {
    .inner {
      padding-left: 5.3333vw;
      padding-right: 5.3333vw; } }

header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
  height: 100px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000; }
  @media screen and (max-width: 820px) {
    header {
      height: 60px; } }
  header .header-logo {
    padding: 0 40px;
    position: absolute;
    z-index: 101; }
    @media screen and (min-width: 851px) and (max-width: 1120px) {
      header .header-logo {
        padding: 0 20px; } }
    @media screen and (min-width: 821px) and (max-width: 850px) {
      header .header-logo {
        padding: 0 0 0 10px; } }
    @media screen and (max-width: 820px) {
      header .header-logo {
        position: static;
        padding: 0 2.6667vw; }
        header .header-logo img {
          height: 30px; } }
  header .header-nav {
    margin-left: auto;
    margin-right: auto; }
    @media screen and (max-width: 820px) {
      header .header-nav {
        padding-top: 60px;
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        z-index: 49;
        background-color: #fff;
        transition: all 0.3s ease-out; } }
    header .header-nav ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      position: relative;
      background-color: #fff; }
      @media screen and (max-width: 820px) {
        header .header-nav ul {
          -ms-flex-direction: column;
              flex-direction: column;
          -ms-flex-align: center;
              align-items: center; } }
    header .header-nav li {
      margin: 0 10px; }
      @media screen and (min-width: 821px) and (max-width: 1120px) {
        header .header-nav li {
          margin: 0; } }
      @media screen and (max-width: 820px) {
        header .header-nav li {
          margin-bottom: 10px; } }
    header .header-nav a {
      display: block;
      text-align: center;
      padding: 10px; }
      @media screen and (min-width: 821px) {
        header .header-nav a:after {
          content: '';
          display: block;
          width: 10px;
          height: 10px;
          margin: 5px auto 0;
          border-bottom: 1px solid #20C0FB;
          border-right: 1px solid #20C0FB;
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
          transition: all 0.3s ease-in-out; } }
      header .header-nav a:hover {
        color: #00ADFA; }
        header .header-nav a:hover:after {
          -ms-transform: rotate(45deg) translate(2px, 2px);
              transform: rotate(45deg) translate(2px, 2px); }
    header .header-nav span {
      display: block;
      line-height: 1; }
    header .header-nav .en {
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 900; }
      @media screen and (min-width: 821px) and (max-width: 930px) {
        header .header-nav .en {
          font-size: 1rem; } }
      @media screen and (min-width: 415px) and (max-width: 820px) {
        header .header-nav .en {
          font-size: 1.5rem; } }
      @media screen and (max-width: 415px) {
        header .header-nav .en {
          font-size: 6.4vw; } }
    header .header-nav .ja {
      margin-top: 3px;
      font-size: 10px;
      font-size: 0.625rem; }
      @media screen and (min-width: 415px) and (max-width: 820px) {
        header .header-nav .ja {
          font-size: 0.75rem; } }
      @media screen and (max-width: 415px) {
        header .header-nav .ja {
          font-size: 3.2vw; } }
  header .header-entry .btn {
    display: block;
    width: 183px;
    height: 100px;
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
    line-height: 100px; }
    @media screen and (min-width: 821px) and (max-width: 1120px) {
      header .header-entry .btn {
        width: 142px; } }
  header .hamburger-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-positive: 1;
        flex-grow: 1; }
    @media screen and (max-width: 820px) {
      header .hamburger-menu:before {
        content: '';
        width: 100%;
        height: 60px;
        background-color: #fff;
        z-index: 50;
        position: absolute;
        left: 0; } }
  header #menu-btn-check {
    display: none; }
    header #menu-btn-check:checked ~ .menu-btn span {
      background-color: rgba(255, 255, 255, 0); }
      header #menu-btn-check:checked ~ .menu-btn span:before {
        bottom: 0;
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
      header #menu-btn-check:checked ~ .menu-btn span:after {
        top: 0;
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
    header #menu-btn-check:checked ~ .header-nav {
      top: 0;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
      header #menu-btn-check:checked ~ .header-nav:before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        z-index: 0;
        background-color: rgba(0, 0, 0, 0.3);
        width: 100%;
        height: 100%; }
  header .menu-btn {
    position: absolute;
    top: 50%;
    right: 13px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    width: 44px;
    height: 44px;
    z-index: 100; }
    @media screen and (min-width: 821px) {
      header .menu-btn {
        display: none !important; } }
    header .menu-btn span,
    header .menu-btn span:before,
    header .menu-btn span:after {
      content: '';
      display: block;
      width: 30px;
      height: 4px;
      border-radius: 2px;
      background-color: #333;
      position: absolute;
      transition: all 0.1s ease-in-out; }
    header .menu-btn span:before {
      bottom: 8px; }
    header .menu-btn span:after {
      top: 8px; }

.mv {
  height: 640px;
  background: url(../img/mv.jpg) no-repeat center center;
  background-size: cover;
  position: relative; }
  @media screen and (min-width: 821px) and (max-width: 1040px) {
    .mv {
      height: 60vw; } }
  @media screen and (max-width: 820px) {
    .mv {
      height: 100vw;
      background: url(../img/mv_sp@2x.jpg) no-repeat center center;
      background-size: cover; } }
  @media screen and (max-width: 415px) {
    .mv {
      height: 640px;
      background-size: cover; } }
  .mv-title {
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 0;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    font-size: 140px;
    font-size: 8.75rem;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.16); }
    @media screen and (max-width: 1050px) {
      .mv-title {
        font-size: 13vw; } }
    @media screen and (max-width: 820px) {
      .mv-title {
        font-size: 3.75rem;
        top: 40%; } }
    .mv-title .mv-logo-wrap {
      width: 376px;
      display: inline-block; }
      @media screen and (max-width: 1050px) {
        .mv-title .mv-logo-wrap {
          width: 35.8095vw; } }
      @media screen and (max-width: 820px) {
        .mv-title .mv-logo-wrap {
          display: block;
          margin: 20px auto 0;
          width: 320px; } }
    .mv-title .mv-logo {
      width: 100%; }
      .mv-title .mv-logo img {
        width: 100%; }

.whatsJLC {
  position: relative;
  color: #fff;
  text-align: center;
  max-width: 800px;
  width: 100%;
  margin: -90px auto 0;
  padding: 30px 10px 40px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 820px) {
    .whatsJLC {
      width: 89.3333%;
      padding: 5.3333vw;
      margin: -40vw auto 0; } }
  .whatsJLC h2 {
    font-size: 50px;
    font-size: 3.125rem;
    font-style: italic;
    font-weight: 900;
    line-height: 1; }
  .whatsJLC p {
    font-weight: 500;
    margin-top: 1em; }
    @media screen and (max-width: 820px) {
      .whatsJLC p {
        text-align: left; } }

section {
  overflow: hidden;
  padding-top: 80px; }
  @media screen and (min-width: 821px) and (max-width: 1040px) {
    section {
      padding-top: 7.6923vw; } }
  @media screen and (max-width: 820px) {
    section {
      padding-top: 40px; } }

.section-title {
  border-left: 6px solid #00ADFA;
  padding-left: 35px;
  position: relative;
  z-index: 10;
  margin-bottom: 25px; }
  @media screen and (max-width: 820px) {
    .section-title {
      text-align: center;
      border-left: none;
      padding-left: 0;
      margin-bottom: 8vw; } }
  .section-title span {
    display: block;
    line-height: 1; }
  .section-title .en {
    font-size: 90px;
    font-size: 5.625rem;
    font-weight: 900;
    color: #00ADFA;
    position: relative;
    top: -10px; }
    @media screen and (min-width: 821px) and (max-width: 1040px) {
      .section-title .en {
        font-size: 8.6538vw; } }
    @media screen and (max-width: 820px) {
      .section-title .en {
        font-size: 3.125rem; } }
  .section-title .ja {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500; }
    @media screen and (max-width: 820px) {
      .section-title .ja {
        font-size: 1rem; } }

.sub-title {
  text-align: center;
  margin-bottom: 2em; }
  .sub-title span {
    display: block;
    line-height: 1; }
  .sub-title .en {
    font-size: 70px;
    font-size: 4.375rem;
    font-weight: 900; }
    @media screen and (min-width: 821px) and (max-width: 1040px) {
      .sub-title .en {
        font-size: 7.6923vw; } }
    @media screen and (max-width: 820px) {
      .sub-title .en {
        font-size: 3.125rem; } }
  .sub-title .ja {
    margin-top: 10px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500; }
    @media screen and (min-width: 821px) and (max-width: 1040px) {
      .sub-title .ja {
        font-size: 1.7308vw; } }
    @media screen and (max-width: 820px) {
      .sub-title .ja {
        font-size: 1rem; } }

.message-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: -75px;
  position: relative;
  z-index: 0; }
  @media screen and (max-width: 820px) {
    .message-header {
      -ms-flex-direction: column;
          flex-direction: column;
      margin-top: 0; } }
  .message-header-text {
    -ms-flex: 1;
        flex: 1;
    margin-right: 20px; }
    @media screen and (max-width: 820px) {
      .message-header-text {
        width: 100%;
        margin-right: 0; } }
  @media screen and (max-width: 820px) {
    .message-header-name {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: end;
          align-items: flex-end; } }
  .message-header-name .ja {
    font-size: 60px;
    font-size: 3.75rem;
    display: block;
    line-height: 1;
    margin-top: 0.3em; }
    @media screen and (min-width: 821px) and (max-width: 1040px) {
      .message-header-name .ja {
        font-size: 5.7692vw; } }
    @media screen and (max-width: 820px) {
      .message-header-name .ja {
        margin-top: 0;
        margin-right: 0.4rem;
        font-size: 2.25rem; } }
  .message-header-name .en {
    margin-top: .5em;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 500;
    display: block;
    line-height: 1; }
    @media screen and (min-width: 821px) and (max-width: 1040px) {
      .message-header-name .en {
        font-size: 2.6923vw; } }
    @media screen and (max-width: 820px) {
      .message-header-name .en {
        font-size: 1.125rem; } }
  .message-header-photo {
    width: 68%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
    .message-header-photo img {
      width: 100%; }
    @media screen and (max-width: 820px) {
      .message-header-photo {
        width: 100%;
        margin-top: 5.3333vw; } }

.message-cont {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 80px;
  margin-top: -75px;
  background-color: #fff; }
  @media screen and (max-width: 820px) {
    .message-cont {
      text-align: left;
      margin-top: 0;
      padding-top: 30px;
      padding-bottom: 60px; } }
  @media screen and (min-width: 821px) and (max-width: 1040px) {
    .message-cont p {
      font-size: 1.5385vw; } }
  .message-cont p + p {
    margin-top: 1em; }

section.interview {
  padding-bottom: 70px; }
  @media screen and (min-width: 821px) and (max-width: 1040px) {
    section.interview {
      padding-bottom: 6.7308vw; } }
  @media screen and (max-width: 820px) {
    section.interview {
      padding-top: 40px; } }
  section.interview-num span {
    border-bottom: 2px solid #00ADFA; }

.office {
  background-color: #fff;
  position: relative; }
  .office:before {
    content: '';
    display: block;
    width: 100%;
    height: 150px;
    background: #009afa;
    background: linear-gradient(90deg, #009afa 0%, #50def0 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0; }
  .office .photographer {
    color: #fff;
    text-align: right;
    margin-right: 2.1962vw;
    font-size: 10px;
    font-size: 0.625rem;
    position: relative; }
    @media screen and (max-width: 820px) {
      .office .photographer {
        font-size: 0.625rem; } }

.infiniteslide {
  margin-top: 35px; }
  .infiniteslide li {
    margin: 15px; }
    @media screen and (min-width: 821px) and (max-width: 1040px) {
      .infiniteslide li {
        margin: 1.5vw;
        width: 35.1391vw; } }
    @media screen and (max-width: 415px) {
      .infiniteslide li {
        margin: 5px;
        width: 84%; } }
    .infiniteslide li img {
      width: 100%; }

.system {
  padding-bottom: 80px; }
  @media screen and (min-width: 821px) and (max-width: 1040px) {
    .system {
      padding-bottom: 7.6923vw; } }
  @media screen and (max-width: 820px) {
    .system .card-inner {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -ms-flex-align: center;
          align-items: center; }
    .system .card-text {
      width: 100%; } }

.data {
  padding-bottom: 80px;
  background-color: #fff; }
  @media screen and (min-width: 821px) and (max-width: 1040px) {
    .data {
      padding-bottom: 7.6923vw; } }
  .data-wrap {
    margin-top: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
        justify-content: space-between; }
    @media screen and (min-width: 821px) and (max-width: 1040px) {
      .data-wrap {
        margin-top: 5.7692vw; } }
  .data-cont {
    margin: 6px 0;
    overflow: hidden;
    width: 49.4%; }
    @media screen and (max-width: 820px) {
      .data-cont {
        width: 100%; } }
    .data-cont img {
      width: 100%; }
    .data-cont:nth-child(odd) img {
      animation-delay: 0.5s; }
    .data-cont:nth-child(even) img {
      animation-delay: 0.7s; }

section.recruit {
  padding-bottom: 80px;
  background: url(../img/bg-recruit.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #fff; }
  @media screen and (max-width: 820px) {
    section.recruit {
      padding-top: 40px;
      padding-bottom: 40px; } }
  section.recruit h2 {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.3571; }
    @media screen and (min-width: 821px) and (max-width: 1040px) {
      section.recruit h2 {
        font-size: 2.6923vw; } }
    @media screen and (max-width: 820px) {
      section.recruit h2 {
        font-size: 1.125rem;
        line-height: 1.6; } }
  section.recruit p {
    font-weight: 500;
    margin: 2em 0; }
    @media screen and (min-width: 821px) and (max-width: 1040px) {
      section.recruit p {
        font-size: 1.5385vw; } }
    @media screen and (max-width: 820px) {
      section.recruit p {
        font-size: 0.875rem; } }

footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #333;
  color: #fff; }
  @media screen and (max-width: 820px) {
    footer {
      padding-top: 8vw;
      padding-bottom: 8vw; } }
  footer .footer-cont-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch; }
    @media screen and (max-width: 820px) {
      footer .footer-cont-wrap {
        -ms-flex-direction: column;
            flex-direction: column; } }
  footer .footer-cont {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
    footer .footer-cont + .footer-cont .footer-cont-lower {
      margin-top: auto;
      text-align: right;
      font-size: 12px;
      font-size: 0.75rem; }
      @media screen and (max-width: 820px) {
        footer .footer-cont + .footer-cont .footer-cont-lower {
          margin-top: 1rem;
          text-align: left; } }
      footer .footer-cont + .footer-cont .footer-cont-lower a {
        text-decoration: underline; }
        @media screen and (max-width: 820px) {
          footer .footer-cont + .footer-cont .footer-cont-lower a {
            font-size: 0.75rem; } }
        footer .footer-cont + .footer-cont .footer-cont-lower a:after {
          content: '';
          display: inline-block;
          margin-left: 3px;
          width: 9px;
          height: 9px;
          background: url(/assets/img/common/ico-external.svg) no-repeat 0 0;
          background-size: contain; }
        footer .footer-cont + .footer-cont .footer-cont-lower a:hover {
          text-decoration: none; }
    footer .footer-cont .copyright {
      margin-top: 5px; }
      @media screen and (max-width: 820px) {
        footer .footer-cont .copyright {
          margin-top: 1em;
          font-size: 0.75rem; } }
  footer .footer-logo img {
    width: 312px; }
    @media screen and (max-width: 820px) {
      footer .footer-logo img {
        width: 280px; } }
  footer .footer-name {
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 700; }
    @media screen and (max-width: 820px) {
      footer .footer-name {
        font-size: 1rem;
        margin-top: 5.3333vw;
        margin-bottom: 5.3333vw; } }
  footer .footer-address {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5833; }
    @media screen and (max-width: 820px) {
      footer .footer-address {
        font-size: 0.75rem; } }

.interview-num span {
  border-bottom: 2px solid #00ADFA; }

@media screen and (min-width: 821px) and (max-width: 1040px) {
  .interview-num {
    font-size: 1.5385vw; } }

@media screen and (max-width: 820px) {
  .interview-num {
    font-size: 1.125rem; } }

.interview-title {
  margin: .5em 0;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6; }
  @media screen and (min-width: 821px) and (max-width: 1040px) {
    .interview-title {
      font-size: 1.9231vw; } }
  @media screen and (max-width: 820px) {
    .interview-title {
      font-size: 1.5rem; } }

.interview-affiliation {
  font-size: 12px;
  font-size: 0.75rem; }
  @media screen and (min-width: 821px) and (max-width: 1040px) {
    .interview-affiliation {
      font-size: 1.1538vw; } }
  @media screen and (max-width: 820px) {
    .interview-affiliation {
      font-size: 0.75rem; } }

.interview-name {
  margin-top: 6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end; }
  .interview-name span {
    display: block;
    line-height: 1; }
  .interview-name .ja {
    font-size: 20px;
    font-size: 1.25rem;
    margin-right: 0.5em; }
    @media screen and (min-width: 821px) and (max-width: 1040px) {
      .interview-name .ja {
        font-size: 1.9231vw; } }
    @media screen and (max-width: 820px) {
      .interview-name .ja {
        font-size: 1.625rem; } }
  .interview-name .en {
    font-size: 14px;
    font-size: 0.875rem;
    -ms-transform: translateY(20%);
        transform: translateY(20%); }
    @media screen and (min-width: 821px) and (max-width: 1040px) {
      .interview-name .en {
        font-size: 1.3462vw; } }
    @media screen and (max-width: 820px) {
      .interview-name .en {
        font-size: 1rem; } }

body.interview .interview-cont {
  padding-top: 0; }

body.interview .interview-header {
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  body.interview .interview-header > * {
    width: 50%; }
    @media screen and (max-width: 820px) {
      body.interview .interview-header > * {
        width: 100%; } }
  @media screen and (max-width: 820px) {
    body.interview .interview-header {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
      background-color: #F4FDFF; } }
  @media screen and (max-width: 820px) {
    body.interview .interview-header-text {
      position: relative;
      margin-top: -60px;
      width: 89.3333vw;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
      background-color: #fff; } }
  body.interview .interview-header-text-inner {
    max-width: 470px;
    margin-left: auto;
    margin-right: 50px;
    padding-left: 20px; }
    @media screen and (max-width: 820px) {
      body.interview .interview-header-text-inner {
        max-width: inherit;
        margin-left: 0;
        margin-right: 0;
        padding: 20px; } }
  body.interview .interview-header-text .interview-num {
    font-size: 24px;
    font-size: 1.5rem; }
    @media screen and (min-width: 821px) and (max-width: 1040px) {
      body.interview .interview-header-text .interview-num {
        font-size: 2.3077vw; } }
    @media screen and (max-width: 820px) {
      body.interview .interview-header-text .interview-num {
        font-size: 1.5rem; } }
  body.interview .interview-header-text .interview-title {
    font-size: 32px;
    font-size: 2rem; }
    @media screen and (min-width: 821px) and (max-width: 1040px) {
      body.interview .interview-header-text .interview-title {
        font-size: 3.076923077vw; } }
    @media screen and (max-width: 820px) {
      body.interview .interview-header-text .interview-title {
        font-size: 1.5rem; } }
  body.interview .interview-header-text .interview-affiliation {
    font-size: 12px;
    font-size: 0.75rem; }
    @media screen and (min-width: 821px) and (max-width: 1040px) {
      body.interview .interview-header-text .interview-affiliation {
        font-size: 1.1538vw; } }
    @media screen and (max-width: 820px) {
      body.interview .interview-header-text .interview-affiliation {
        font-size: 0.75rem; } }
  body.interview .interview-header-text .interview-name {
    margin-top: 6px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; }
    body.interview .interview-header-text .interview-name span {
      display: block;
      line-height: 1; }
    body.interview .interview-header-text .interview-name .ja {
      font-size: 26px;
      font-size: 1.625rem;
      margin-right: 0.5em; }
      @media screen and (min-width: 821px) and (max-width: 1040px) {
        body.interview .interview-header-text .interview-name .ja {
          font-size: 2.5vw; } }
      @media screen and (max-width: 820px) {
        body.interview .interview-header-text .interview-name .ja {
          font-size: 1.625rem; } }
    body.interview .interview-header-text .interview-name .en {
      font-size: 14px;
      font-size: 0.875rem; }
      @media screen and (min-width: 821px) and (max-width: 1040px) {
        body.interview .interview-header-text .interview-name .en {
          font-size: 1.3462vw; } }
      @media screen and (max-width: 820px) {
        body.interview .interview-header-text .interview-name .en {
          font-size: 1rem; } }
  body.interview .interview-header-img img {
    width: 100%; }

body.interview .interview-body {
  padding-bottom: 80px; }
  @media screen and (max-width: 820px) {
    body.interview .interview-body {
      padding-bottom: 30px; } }
  body.interview .interview-body h2 {
    max-width: 800px;
    margin: 50px auto 0.5em;
    color: #00ADFA;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 700;
    position: relative;
    padding-left: 35px; }
    @media screen and (max-width: 820px) {
      body.interview .interview-body h2 {
        padding-left: 25px;
        font-size: 1.25rem;
        margin-top: 25px; } }
    body.interview .interview-body h2:before {
      content: '';
      width: 30px;
      height: 2px;
      background-color: #00ADFA;
      position: absolute;
      top: 20px;
      left: 0; }
      @media screen and (max-width: 820px) {
        body.interview .interview-body h2:before {
          width: 20px;
          top: 17px; } }
  body.interview .interview-body p {
    max-width: 800px;
    margin: 0 auto; }
  body.interview .interview-body .interview-photo {
    max-width: 100%;
    margin: 60px 0; }
    body.interview .interview-body .interview-photo img {
      width: 100%;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
      @media screen and (max-width: 820px) {
        body.interview .interview-body .interview-photo img {
          width: 100vw;
          margin-left: -5.3333vw; } }
    @media screen and (max-width: 820px) {
      body.interview .interview-body .interview-photo {
        margin: 30px 0;
        width: 100vw; } }

body.interview .interview-other {
  position: relative;
  background-color: #fff;
  padding-bottom: 80px; }
  body.interview .interview-other:before {
    content: '';
    display: block;
    width: 100%;
    height: 40%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1; }
    @media screen and (max-width: 820px) {
      body.interview .interview-other:before {
        height: 30%; } }
  body.interview .interview-other * {
    position: relative;
    z-index: 10; }
  @media screen and (max-width: 820px) {
    body.interview .interview-other {
      padding-bottom: 50px; } }
  body.interview .interview-other .sub-title .en {
    font-size: 50px;
    font-size: 3.125rem; }
