@charset "UTF-8";
@import url(../css/reset.min.css);
:root {
  font-size: 10px; }

html {
  width: 100%;
  overflow-x: hidden;
  max-width: 100%; }

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #26263A;
  width: 100%;
  overflow-x: hidden;
  max-width: 100%;
  font-feature-settings: "palt"; }

@font-face {
  font-family: 'Roboto';
  src: url("../webfont/RobotoRegular.woff") format("woff");
  font-weight: 400; }

@font-face {
  font-family: 'Roboto';
  src: url("../webfont/RobotoBold.woff") format("woff");
  font-weight: bold; }

a {
  color: #178CFF;
  text-decoration: none; }

p {
  line-height: 1.8; }

main {
  margin: 0 auto; }

strong {
  font-weight: bold; }

.l-header {
  position: fixed;
  top: 0px;
  z-index: 900;
  padding: 0;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  transition: all 400ms 0s ease; }
  .l-header-row {
    padding: 1.6rem;
    display: -webkit-box;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center; }
    .l-header-row img {
      max-width: 100px; }
    .l-header-row a {
      text-shadow: white -1px -1px, white -1px 1px, white 1px -1px, white 1px 1px; }
    .l-header-row .js-modal-open {
      font-weight: bold; }
    .l-header-row .mobile-nav {
      display: block; }
      .l-header-row .mobile-nav a {
        margin: 0 0 0 1rem; }
        .l-header-row .mobile-nav a:last-child {
          padding: 0.8rem;
          text-decoration: none;
          border-radius: 10rem; }
    .l-header-row .nav {
      display: none; }

#page-recruit .header__logo {
  display: none; }

#page-recruit .l-header-row .mobile-nav a:last-child {
  background-color: #178CFF;
  text-shadow: none;
  color: #FFFFFF; }

#page-recruit .js-active-header .header__logo {
  display: block; }

#page-recruit .js-active-header .header__logo-white {
  display: none; }

@media screen and (min-width: 844px) {
  .l-header {
    padding: 2rem 0;
    width: 100%;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    transition: all 400ms; }
    .l-header-row {
      flex-direction: row;
      padding: 0rem 5.6rem;
      align-items: center;
      justify-content: space-between; }
      .l-header-row img {
        max-width: 140px; }
      .l-header-row .nav {
        display: flex;
        justify-content: center;
        align-items: center; }
        .l-header-row .nav li {
          font-size: 1.6rem;
          font-weight: bold;
          line-height: 32px;
          margin: 0 3rem 0 0;
          height: 32px;
          display: block;
          text-shadow: white -1px -1px, white -1px 1px, white 1px -1px, white 1px 1px;
          transition: all 400ms;
          color: #178CFF; }
          .l-header-row .nav li:last-child {
            margin-right: 0; }
        .l-header-row .nav .pulldown-menu {
          position: relative;
          letter-spacing: 0.24rem; }
          .l-header-row .nav .pulldown-menu:after {
            margin: 0;
            content: "";
            display: inline-block;
            width: 16px;
            height: 16px;
            background: url(../images/icon-arrow-down.svg) no-repeat center top/contain;
            vertical-align: middle;
            margin-top: 0.3rem; }
          .l-header-row .nav .pulldown-menu:hover .pulldown-menu__list {
            visibility: visible;
            opacity: 1; }
        .l-header-row .nav .pulldown-menu__list {
          transition: 0.4s;
          visibility: hidden;
          opacity: 0;
          position: absolute;
          top: 20px;
          left: -30px;
          border-radius: 8px;
          margin: 1.4rem 0 0;
          padding: 0 1.6rem 1.6rem;
          line-height: 1.4;
          width: max-content;
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
          background-color: #FFFFFF; }
          .l-header-row .nav .pulldown-menu__list__item {
            margin: 1.6rem 0 0; }
    .l-header .js-modal-open {
      display: none; }
    .l-header .mobile-nav {
      display: none; }
  #page-recruit .l-header-row .nav li:last-child {
    background-color: #178CFF;
    border-radius: 10rem; }
    #page-recruit .l-header-row .nav li:last-child a {
      text-shadow: none;
      color: #FFFFFF;
      padding: 0.6rem 1.6rem; }
  #page-recruit .l-header-row .nav .pulldown-menu__list__item:last-child {
    background-color: #FFFFFF;
    border-radius: none; }
    #page-recruit .l-header-row .nav .pulldown-menu__list__item:last-child a {
      text-shadow: none;
      color: #178CFF;
      padding: 0; } }

.l-footer {
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: .2rem;
  padding: 8rem 0;
  background: linear-gradient(45deg, #178CFF, #1758FF); }
  .l-footer-row {
    padding: 0rem 2.4rem;
    margin: 0 auto; }
    .l-footer-row nav {
      margin-left: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      justify-content: space-between; }
      .l-footer-row nav .footer-links {
        display: flex;
        margin: 0 0 0 0;
        text-align: center;
        width: 100%; }
        .l-footer-row nav .footer-links:first-child {
          width: 100%;
          margin-bottom: 4rem;
          text-align: center;
          display: block; }
          .l-footer-row nav .footer-links:first-child a {
            margin: 0; }
        .l-footer-row nav .footer-links:last-child {
          margin: 0;
          min-width: auto; }
        .l-footer-row nav .footer-links .footer-logo {
          width: 160px;
          font-size: 1rem;
          margin: 0 auto 0; }
        .l-footer-row nav .footer-links p {
          font-size: 1rem;
          margin: 0; }
        .l-footer-row nav .footer-links a {
          color: #FFFFFF;
          font-size: 1.8rem;
          font-weight: bold;
          line-height: 4rem;
          margin: 0 auto 1.6rem;
          height: 4rem;
          transition: all 400ms; }
        .l-footer-row nav .footer-links ul {
          display: none; }

@media screen and (min-width: 844px) {
  .l-footer {
    padding: 10rem 0 12rem; }
    .l-footer-row {
      padding: 0rem 5.6rem;
      margin: 0 auto; }
      .l-footer-row nav {
        margin-left: auto;
        display: flex;
        justify-content: center;
        justify-content: space-between; }
        .l-footer-row nav .footer-links {
          margin: 0;
          text-align: left;
          width: auto;
          display: block; }
          .l-footer-row nav .footer-links:first-child {
            width: auto;
            margin: 00;
            text-align: left; }
          .l-footer-row nav .footer-links:last-child {
            margin: 0;
            min-width: auto; }
          .l-footer-row nav .footer-links .footer-logo {
            font-size: 1rem;
            margin: 0 8rem 0 0; }
          .l-footer-row nav .footer-links p {
            font-size: 1rem; }
          .l-footer-row nav .footer-links a {
            font-size: 1.8rem;
            font-weight: bold;
            line-height: 48px;
            margin: 0 0 0 0;
            height: 48px;
            transition: all 400ms; }
          .l-footer-row nav .footer-links ul {
            display: block; }
            .l-footer-row nav .footer-links ul li a {
              font-size: 1.2rem;
              text-decoration: underline; } }

.header-page {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #F4F5F5; }
  .header-page-row {
    padding: 2rem 0;
    border-bottom: 1px solid #F4F5F5; }
    .header-page-row img {
      width: 180px; }
  .header-page-pan {
    font-size: 1.5rem;
    padding: 1.5rem 0rem; }
    .header-page-pan a {
      color: #178CFF; }

.btn-wrapper {
  text-align: center; }

.btn {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 2rem;
  background-color: #178CFF;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 20px;
  min-width: 270px;
  transition: all 400ms; }
  .btn span {
    padding: 2rem 4.8rem;
    display: inline-block; }
  .btn:hover {
    background-color: #FFFFFF;
    color: #178CFF; }

.btn-ghost {
  border: 2px solid #178CFF;
  display: inline-block;
  border-radius: 20rem;
  padding: 1rem 2.4rem;
  background-color: inherit;
  color: #178CFF; }

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }
  .modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%; }
  .modal__content {
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    text-align: center; }
    .modal__content a {
      color: #fff;
      display: inherit;
      font-size: 2rem;
      margin: 0 0 1.6rem; }
    .modal__content .js-modal-close {
      color: #767778;
      font-size: 4rem; }

.firstview-page {
  text-align: center;
  width: 100%;
  background-color: #F4F5F5;
  height: 180px;
  padding: 6rem 0 6rem;
  position: relative; }
  .firstview-page p {
    color: #26263A;
    font-size: 6.4rem;
    font-weight: bold;
    line-height: 11rem;
    padding: 6rem 0 0;
    z-index: 10; }

.section-headline {
  color: #26263A;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 3.2rem; }

@media screen and (min-width: 844px) {
  .section-headline {
    font-size: 4rem;
    letter-spacing: 0.4rem;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 4rem; } }

.section-inner {
  max-width: 800px;
  margin: 0 auto; }

.title {
  font-size: 3.2rem;
  line-height: 4.8rem;
  font-weight: bold;
  margin: 0 0 6.4rem;
  letter-spacing: .16rem; }

.headline {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: bold;
  margin: 0 0 4.8rem;
  letter-spacing: .16rem; }

.bg-frame {
  background-color: #F4F5F5;
  border-radius: 2.4rem;
  padding: 4rem 2.4rem;
  margin: 0; }
  .bg-frame .text-box {
    margin: 0 0rem 4.8rem; }
    .bg-frame .text-box .title {
      text-align: center;
      font-size: 2.4rem;
      margin: 0 0 3.2rem;
      line-height: 3.2rem; }
    .bg-frame .text-box .text {
      font-size: 1.8rem;
      line-height: 3.6rem;
      letter-spacing: .3rem;
      margin: 0rem 0 4rem; }
    .bg-frame .text-box:last-child {
      margin-bottom: 0; }
      .bg-frame .text-box:last-child .text {
        margin-bottom: 0; }

.decoration-none {
  background-color: transparent !important;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important; }

@media screen and (min-width: 844px) {
  .bg-frame {
    border-radius: 2.4rem;
    padding: 6.4rem 2.4rem; }
    .bg-frame .text-box {
      margin: 0 4.8rem 4.8rem; }
      .bg-frame .text-box .title {
        text-align: left;
        font-size: 2.4rem; } }

.c-btn {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 2rem;
  background-color: #178CFF;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 20px;
  min-width: 270px;
  transition: all 400ms; }
  .c-btn span {
    padding: 2rem 4.8rem;
    display: inline-block; }
  .c-btn:hover {
    background-color: #FFFFFF;
    color: #178CFF; }
  .c-btn--ghost {
    border: 2px solid #178CFF;
    display: inline-block;
    border-radius: 20rem;
    padding: 1rem 2.4rem;
    background-color: inherit;
    color: #178CFF;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: .15rem; }
    .c-btn--ghost--white {
      border: 2px solid #FFFFFF;
      color: #FFFFFF; }

@media screen and (min-width: 844px) {
  .c-btn {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 2rem;
    background-color: #178CFF;
    display: inline-block;
    text-align: center;
    border-radius: 100px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 20px;
    min-width: 270px;
    transition: all 400ms; }
    .c-btn span {
      padding: 2rem 4.8rem;
      display: inline-block; }
    .c-btn:hover {
      background-color: #FFFFFF;
      color: #178CFF; }
    .c-btn--ghost {
      border: 2px solid #178CFF;
      display: inline-block;
      border-radius: 20rem;
      padding: 1rem 3rem;
      background-color: inherit;
      color: #178CFF;
      font-size: 2rem;
      line-height: 1.6;
      letter-spacing: .3rem; } }

#page-recruit .c-headline {
  color: #178CFF;
  font-size: 4rem;
  line-height: 1.4;
  letter-spacing: .5rem; }
  #page-recruit .c-headline__caption {
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .125rem;
    margin: 0;
    color: #1B2D3F; }

#page-recruit .c-lead {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.6;
  letter-spacing: 0.2rem; }

#page-culture .c-headline {
  color: #178CFF;
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.1rem;
  font-weight: bold; }

@media screen and (min-width: 844px) {
  #page-recruit .c-headline {
    color: #178CFF;
    font-size: 7.2rem;
    line-height: 1.4;
    letter-spacing: 1.6rem;
    line-height: 1.2; }
    #page-recruit .c-headline__caption {
      display: block;
      font-size: 1.4rem;
      line-height: 2;
      letter-spacing: .12rem;
      margin: 0;
      color: #747474; }
  #page-recruit .c-lead {
    font-size: 4rem;
    line-height: 1.4;
    letter-spacing: .5rem; }
  #page-culture .c-headline {
    color: #178CFF;
    font-size: 3.6rem;
    letter-spacing: 0.1rem;
    font-weight: bold; } }

.c-card {
  border-radius: 1.6rem;
  background-color: #FFFFFF;
  margin: 2rem auto 0;
  padding: 2rem;
  color: #1B2D3F;
  width: 240px; }
  .c-card img {
    width: 100%; }

.c-container {
  display: block;
  align-items: inherit;
  justify-content: inherit; }
  .c-container__item {
    margin: 0; }
    .c-container__item__title {
      font-size: 1.8rem;
      line-height: 1.5;
      letter-spacing: .1rem;
      margin: 0;
      font-weight: bold; }
    .c-container__item__desc {
      font-size: 1.4rem;
      line-height: 2;
      letter-spacing: .12rem;
      margin: 4rem 0 0; }

@media screen and (min-width: 844px) {
  .c-container {
    display: flex;
    align-items: start;
    justify-content: space-between; }
    .c-container__item__title {
      font-size: 2rem;
      line-height: 1.6;
      letter-spacing: .3rem; }
    .c-container__item__desc {
      font-size: 1.6rem;
      line-height: 1.5;
      letter-spacing: .15rem; } }

.c-section-hiring {
  text-align: justify;
  padding: 8rem 2.4rem;
  position: relative;
  background-color: #f6f5f3;
  padding: 4rem 0 10rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom; }
  .c-section-hiring .section-headline {
    margin: 0 2.4rem 4rem; }
    .c-section-hiring .section-headline span {
      font-size: 1.8rem;
      letter-spacing: 0rem;
      display: block; }
  .c-section-hiring .section-inner {
    margin: 0 auto 4.8rem;
    padding: 0 2.4rem;
    text-align: center; }
  .c-section-hiring p {
    font-size: 1.6rem;
    text-align: left;
    letter-spacing: 0.1rem; }
  .c-section-hiring .btn {
    margin: 3.6rem auto 0; }
  .c-section-hiring img {
    width: 100%;
    vertical-align: top; }

@media screen and (min-width: 844px) {
  .c-section-hiring {
    padding: 12rem 2.4rem; }
    .c-section-hiring .section-headline {
      margin: 0 2.4rem 6rem;
      font-size: 5.6rem; }
      .c-section-hiring .section-headline span {
        font-size: 2rem;
        letter-spacing: 0.2rem; }
    .c-section-hiring .section-inner {
      margin: 0 auto;
      text-align: center; }
    .c-section-hiring p {
      text-align: center;
      letter-spacing: 0.1rem; }
    .c-section-hiring .btn {
      margin: 6rem auto 0; } }

.u-font--roboto-r {
  font-family: "Roboto";
  font-weight: 400;
  letter-spacing: 0 !important; }

.u-font--roboto-b {
  font-family: "Roboto";
  font-weight: bold;
  letter-spacing: 0 !important; }

.u-font--bold {
  font-weight: bold; }

.u-font--family-inherit {
  font-family: inherit; }

.u-font--align-c {
  text-align: center; }

.u-font--align-l {
  text-align: left; }

.mt-1 {
  margin-top: 1rem; }

.mb-1 {
  margin-bottom: 1rem; }

.mr-1 {
  margin-right: 1rem; }

.ml-1 {
  margin-left: 1rem; }

.mt-2 {
  margin-top: 2rem; }

.mb-2 {
  margin-bottom: 2rem; }

.mr-2 {
  margin-right: 2rem; }

.ml-2 {
  margin-left: 2rem; }

.mt-3 {
  margin-top: 3rem; }

.mb-3 {
  margin-bottom: 3rem; }

.mr-3 {
  margin-right: 3rem; }

.ml-3 {
  margin-left: 3rem; }

.mt-4 {
  margin-top: 4rem; }

.mb-4 {
  margin-bottom: 4rem; }

.mr-4 {
  margin-right: 4rem; }

.ml-4 {
  margin-left: 4rem; }

.mt-5 {
  margin-top: 5rem; }

.mb-5 {
  margin-bottom: 5rem; }

.mr-5 {
  margin-right: 5rem; }

.ml-5 {
  margin-left: 5rem; }

.mt-6 {
  margin-top: 6rem; }

.mb-6 {
  margin-bottom: 6rem; }

.mr-6 {
  margin-right: 6rem; }

.ml-6 {
  margin-left: 6rem; }

.mt-7 {
  margin-top: 7rem; }

.mb-7 {
  margin-bottom: 7rem; }

.mr-7 {
  margin-right: 7rem; }

.ml-7 {
  margin-left: 7rem; }

.mt-8 {
  margin-top: 8rem; }

.mb-8 {
  margin-bottom: 8rem; }

.mr-8 {
  margin-right: 8rem; }

.ml-8 {
  margin-left: 8rem; }

.mt-9 {
  margin-top: 9rem; }

.mb-9 {
  margin-bottom: 9rem; }

.mr-9 {
  margin-right: 9rem; }

.ml-9 {
  margin-left: 9rem; }

.mt-10 {
  margin-top: 10rem; }

.mb-10 {
  margin-bottom: 10rem; }

.mr-10 {
  margin-right: 10rem; }

.ml-10 {
  margin-left: 10rem; }

.mt-11 {
  margin-top: 11rem; }

.mb-11 {
  margin-bottom: 11rem; }

.mr-11 {
  margin-right: 11rem; }

.ml-11 {
  margin-left: 11rem; }

.mt-12 {
  margin-top: 12rem; }

.mb-12 {
  margin-bottom: 12rem; }

.mr-12 {
  margin-right: 12rem; }

.ml-12 {
  margin-left: 12rem; }

.mt-13 {
  margin-top: 13rem; }

.mb-13 {
  margin-bottom: 13rem; }

.mr-13 {
  margin-right: 13rem; }

.ml-13 {
  margin-left: 13rem; }

.mt-14 {
  margin-top: 14rem; }

.mb-14 {
  margin-bottom: 14rem; }

.mr-14 {
  margin-right: 14rem; }

.ml-14 {
  margin-left: 14rem; }

.mt-15 {
  margin-top: 15rem; }

.mb-15 {
  margin-bottom: 15rem; }

.mr-15 {
  margin-right: 15rem; }

.ml-15 {
  margin-left: 15rem; }

#page-culture .section-intro {
  padding: 8rem 1.6rem; }
  #page-culture .section-intro .section-headline {
    color: #178CFF;
    font-size: 2.8rem;
    line-height: 1.4;
    letter-spacing: .1rem;
    font-weight: bold;
    position: relative;
    padding: 2.5rem;
    text-align: center;
    margin: 0; }
    #page-culture .section-intro .section-headline:before {
      border-top: 4px solid #178CFF;
      border-left: 4px solid #178CFF;
      content: "";
      width: 50px;
      height: 50px;
      position: absolute;
      top: 0;
      left: 0; }
    #page-culture .section-intro .section-headline:after {
      border-right: 4px solid #178CFF;
      border-bottom: 4px solid #178CFF;
      content: "";
      width: 50px;
      height: 50px;
      position: absolute;
      bottom: 0;
      right: 0; }
  #page-culture .section-intro .section-desc {
    margin: 6rem 0 0; }
    #page-culture .section-intro .section-desc p {
      font-size: 1.4rem;
      line-height: 2;
      letter-spacing: .12rem;
      margin: 2.8rem 0 0 0;
      text-align: justify; }
    #page-culture .section-intro .section-desc span {
      font-weight: bold;
      background-color: #F2F7F8;
      padding: 4px; }

#page-culture .section-detail {
  padding: 0 1.6rem 8rem; }
  #page-culture .section-detail .detail-list {
    position: relative;
    max-width: 46rem;
    counter-increment: number;
    margin: 4.2rem auto 0;
    padding: 2rem 0 0; }
    #page-culture .section-detail .detail-list::before {
      position: absolute;
      top: 0;
      left: -0.6em;
      content: "Culture";
      color: #F2F7F8;
      font-size: 1.5rem;
      line-height: 1;
      letter-spacing: 0.03em;
      font-family: "Roboto";
      font-weight: 400; }
    #page-culture .section-detail .detail-list::after {
      position: absolute;
      top: 0;
      left: -4rem;
      content: counter(number, decimal-leading-zero);
      color: #F2F7F8;
      font-family: "Roboto";
      font-weight: 700;
      line-height: 1;
      font-size: 17rem;
      letter-spacing: -0.03em; }
    #page-culture .section-detail .detail-list:nth-last-child(-n+4)::after {
      letter-spacing: -0.08em; }
    #page-culture .section-detail .detail-list:first-child {
      margin-top: 0; }
    #page-culture .section-detail .detail-list__title {
      position: relative;
      display: flex;
      align-items: center;
      width: 68.8%;
      min-height: 9rem;
      margin: 0 0 0 auto;
      font-size: 2rem;
      line-height: 1.5;
      color: #178CFF;
      font-weight: bold;
      z-index: 1; }
      #page-culture .section-detail .detail-list__title::after {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 77%;
        height: 0.1rem;
        background: #F2F7F8;
        content: ""; }
    #page-culture .section-detail .detail-list__desc {
      position: relative;
      margin-top: 2.4rem;
      line-height: 1.6;
      letter-spacing: 0.06em;
      font-size: 1.4em;
      z-index: 1; }

#page-culture .sp-br {
  display: inline-block; }

#page-culture .pc-br {
  display: none; }

@media screen and (min-width: 844px) {
  #page-culture .section-intro {
    padding: 8rem 0 10rem;
    max-width: 740px;
    margin: 0 auto; }
    #page-culture .section-intro .section-headline {
      font-size: 3.6rem;
      padding: 3rem 4.5rem;
      margin: 0; }
      #page-culture .section-intro .section-headline:before {
        width: 70px;
        height: 70px;
        left: -48px; }
      #page-culture .section-intro .section-headline:after {
        width: 70px;
        height: 70px;
        right: -48px; }
    #page-culture .section-intro .section-desc {
      margin: 6rem 0 0; }
      #page-culture .section-intro .section-desc p {
        font-size: 1.8rem;
        line-height: 2;
        letter-spacing: .12rem;
        margin: 4.8rem 0 0 0; }
      #page-culture .section-intro .section-desc span {
        font-weight: bold;
        background-color: #F2F7F8; }
  #page-culture .section-detail {
    display: grid;
    grid-template-columns: repeat(2, minmax(20rem, 54rem));
    column-gap: 3rem;
    row-gap: 6.4rem;
    justify-content: center;
    padding-bottom: 13rem; }
    #page-culture .section-detail .detail-list {
      max-width: inherit;
      margin-top: 0;
      padding: 4rem 0 0 6.4rem; }
      #page-culture .section-detail .detail-list::before {
        left: 1.2rem;
        font-size: 1.6rem;
        letter-spacing: 0.11em; }
      #page-culture .section-detail .detail-list::after {
        top: 2rem;
        left: 0;
        font-size: 18.4rem;
        letter-spacing: -0.05em; }
      #page-culture .section-detail .detail-list__title {
        display: block;
        width: 100%;
        min-height: inherit;
        font-size: 2.2rem;
        letter-spacing: 0.1em; }
        #page-culture .section-detail .detail-list__title::after {
          position: relative;
          display: block;
          width: 72%;
          margin: 1.6rem 0 0 auto; }
      #page-culture .section-detail .detail-list__desc {
        margin-top: 1.4rem;
        font-size: 1.6rem;
        line-height: 1.8;
        letter-spacing: 0.1em; }
  #page-culture .sp-br {
    display: none; }
  #page-culture .pc-br {
    display: inline-block; } }

#page-recruit .headline {
  font-size: 4rem;
  line-height: 1;
  color: #178CFF;
  font-family: "Roboto";
  margin: 0; }

#page-recruit .headline__sub-title {
  display: block;
  color: #747474;
  font-size: 1.4rem;
  letter-spacing: 0.12rem;
  margin-top: 1rem; }

#page-recruit .recruit-btn {
  font-size: 1.6rem;
  line-height: 1;
  border-radius: 5rem;
  box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.15);
  width: fit-content;
  font-family: Roboto;
  font-weight: 500; }
  #page-recruit .recruit-btn a {
    padding: 1.2rem 1.6rem;
    display: block; }

#page-recruit .recruit-btn__wh {
  background: #FFFFFF;
  color: #178CFF;
  transition: 0.6s; }
  #page-recruit .recruit-btn__wh:hover {
    opacity: 0.6;
    background: #d0dce8;
    transition: 0.6s; }

#page-recruit .recruit-btn__bl {
  background: #178CFF;
  color: #FFFFFF;
  transition: 0.6s; }
  #page-recruit .recruit-btn__bl:hover {
    opacity: 0.6;
    background: #44a0fb;
    transition: 0.6s; }
  #page-recruit .recruit-btn__bl a {
    color: #FFFFFF; }

#page-recruit .line-break {
  display: block; }

@media screen and (min-width: 844px) {
  #page-recruit .headline {
    font-size: 7.2rem;
    letter-spacing: 0.03em;
    margin: 0; }
  #page-recruit .headline__sub-title {
    font-size: 1.4rem;
    margin-top: 1.6rem; }
  #page-recruit .recruit-btn {
    font-size: 2rem;
    box-shadow: 2px 4px 10px 0px rgba(0, 0, 0, 0.15);
    font-weight: 600; }
    #page-recruit .recruit-btn a {
      padding: 1.6rem 2.2rem; }
  #page-recruit .line-break {
    display: none; } }

#page-recruit .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7); }
  #page-recruit .modal:target {
    display: flex; }
  #page-recruit .modal__video-wrapper {
    position: relative;
    margin: auto 1.6rem;
    border-radius: 2rem; }
    #page-recruit .modal__video-wrapper video {
      width: 100%;
      height: auto;
      border-radius: 1.5rem; }

#page-recruit .close {
  font-size: 1.8rem;
  font-weight: bold;
  color: #178CFF;
  background-color: #FFFFFF;
  cursor: pointer;
  border-radius: 100px;
  width: 12rem;
  display: block;
  z-index: 100;
  padding: 1.6rem 0;
  margin: 1.6rem auto 0; }

@media screen and (min-width: 844px) {
  #page-recruit .modal:target {
    display: flex; }
  #page-recruit .modal__video-wrapper {
    margin: auto;
    border-radius: 1rem; }
    #page-recruit .modal__video-wrapper video {
      width: 75.4rem;
      height: 42.5rem;
      border-radius: 1.5rem; }
  #page-recruit .close {
    font-size: 2rem;
    font-weight: bold;
    color: #178CFF;
    background-color: #FFFFFF;
    cursor: pointer;
    border-radius: 100px;
    width: 12rem;
    display: block;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
    transition: 0.6s; }
    #page-recruit .close:hover {
      background: #d0dce8; } }

.section-firstview__main {
  position: relative;
  padding-top: 20rem; }
  .section-firstview__main::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 52.5rem;
    background: url(../images/recruit/firstview-blend-left.png) no-repeat left/contain;
    content: "";
    z-index: 2; }
  .section-firstview__main::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 62.1rem;
    height: 49.5rem;
    background: url(../images/recruit/pc-firstview-blend-right.png) no-repeat;
    content: "";
    z-index: 2; }

.section-firstview__catch {
  position: relative;
  z-index: 4;
  width: 31rem; }
  .section-firstview__catch img {
    width: inherit; }

.section-firstview__video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 51rem;
  pointer-events: none; }
  .section-firstview__video video {
    width: inherit;
    height: inherit;
    object-fit: cover; }

.section-firstview__main-noise {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  height: 51rem;
  background: url(../images/recruit/firstview-noise.png) no-repeat center/cover; }

.section-firstview__text-area {
  position: relative;
  margin-top: -16rem;
  padding: 20rem 0 12rem 1.6rem;
  background: url(../images/recruit/pc-firstview-desc-bg.png) center top no-repeat;
  z-index: 4; }
  .section-firstview__text-area::before {
    position: absolute;
    top: 19rem;
    left: -1rem;
    width: 15rem;
    height: 29.2rem;
    background: url(../images/recruit/firstview-desc-blend-left.png) no-repeat center/contain;
    opacity: 0.7;
    content: ""; }
  .section-firstview__text-area::after {
    position: absolute;
    top: 10rem;
    right: -2rem;
    width: 20rem;
    height: 18.5rem;
    background: url(../images/recruit/firstview-desc-blend-right.png) no-repeat center/contain;
    opacity: 0.6;
    content: ""; }

.section-firstview__desc {
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: 0.16em; }

.section-firstview .pc {
  display: none; }

@media screen and (min-width: 550px) and (max-width: 843px) {
  .section-firstview__main-blend {
    background-position: top center; }
  .section-firstview__text-area {
    padding-left: 3.6rem; } }

@media screen and (min-width: 844px) {
  .section-firstview__main {
    padding-top: 12rem; }
    .section-firstview__main::before {
      width: 38.8rem;
      height: 91.5rem;
      background: url(../images/recruit/pc-firstview-blend-left.png) no-repeat; }
  .section-firstview__catch img {
    width: auto; }
  .section-firstview__video {
    height: 78rem; }
  .section-firstview__main-noise {
    height: 78rem;
    background: url(../images/recruit/pc-firstview-noise.png) no-repeat center/cover;
    mix-blend-mode: overlay; }
  .section-firstview__text-area {
    margin-top: -20rem;
    padding: 28.6rem 0 12rem calc(50vw - 55rem); }
    .section-firstview__text-area::before {
      top: 26.5rem;
      width: 49rem;
      height: 19.3rem;
      background: url(../images/recruit/pc-firstview-desc-blend-left.png) no-repeat;
      content: "";
      opacity: 0.8; }
    .section-firstview__text-area::after {
      top: 1rem;
      right: 0;
      width: 45.1rem;
      height: 28.6rem;
      background: url(../images/recruit/pc-firstview-desc-blend-right.png) no-repeat;
      content: "";
      opacity: 1; }
  .section-firstview__desc {
    font-size: 1.8rem;
    line-height: 1.9;
    letter-spacing: 0.24em; }
  .pc {
    display: inline-block; }
  .sp {
    display: none; } }

.section-gallery {
  background-color: #FFFFFF;
  padding: 10rem 0 8rem;
  width: 100vw; }

.autoslide {
  display: flex;
  margin: 0.8rem 0 0; }
  .autoslide:first-child {
    margin: 0; }
    .autoslide:first-child .autoslide__list {
      animation: loop-slide 80s infinite linear 1s both reverse; }
  .autoslide__list {
    display: flex;
    animation: loop-slide 80s infinite linear 1s both; }

@keyframes loop-slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
    .autoslide__list li {
      margin: 0 .4rem; }
      .autoslide__list li img {
        width: 214px;
        border-radius: 0.8rem; }

@media screen and (min-width: 844px) {
  .section-gallery {
    padding: 8rem 0 10rem; }
  .autoslide {
    margin: 1.6rem 0 0; }
    .autoslide:first-child .autoslide__list {
      animation: loop-slide 120s infinite linear 1s both reverse; }
    .autoslide__list {
      animation: loop-slide 120s infinite linear 1s both; }
      .autoslide__list li {
        margin: 0 .8rem; }
        .autoslide__list li img {
          width: 450px; } }

.section-infographics {
  background-color: #fafafa;
  padding: 10rem 1.6rem 10rem;
  margin: 0 auto; }
  .section-infographics_inner__desc {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: .12rem;
    margin: 4rem 0 0;
    text-align: center; }
  .section-infographics__headline {
    text-align: center; }
  .section-infographics-list {
    margin-top: 4rem; }
  .section-infographics-item {
    margin-top: 2rem;
    text-align: center;
    background-color: #eef0f0;
    border-radius: 0.2rem;
    padding: 3.2rem 1.8rem; }
    .section-infographics-item-title {
      font-size: 1.6rem;
      font-weight: bold;
      color: #0c1035;
      letter-spacing: 0.15em;
      margin-bottom: 2rem; }
    .section-infographics-item img {
      width: 80%;
      max-width: 35rem; }
  .section-infographics-footnote {
    font-size: 1.2rem;
    margin-top: 2rem;
    text-align: right; }

@media screen and (min-width: 844px) {
  .section-infographics {
    padding: 12rem 1.6rem; }
    .section-infographics_inner {
      margin: 0 auto;
      max-width: 1100px; }
      .section-infographics_inner__desc {
        margin: 4.6rem 0 0;
        font-size: 1.8rem;
        line-height: 1.5;
        letter-spacing: .1rem; }
    .section-infographics-list {
      margin-top: 6rem;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-column-gap: 3.2rem;
      grid-row-gap: 3.2rem; }
    .section-infographics-item {
      margin-top: 0; }
      .section-infographics-item img {
        width: 100%;
        margin: 0 auto; } }

.section-recruit {
  padding: 8rem 2rem;
  background: #FFFFFF; }
  .section-recruit__inner {
    margin: 0 auto; }
  .section-recruit__desc {
    text-align: justify;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.03em;
    margin: 2.8rem 0; }
  .section-recruit__btn {
    background: url(../images/recruit/recruit-btn.webp) no-repeat center top/cover;
    height: 15rem;
    margin-bottom: 6rem;
    overflow: hidden;
    border-radius: 0.4rem;
    box-shadow: 2px 4px 20px 0px rgba(0, 0, 0, 0.24); }
    .section-recruit__btn a {
      display: block;
      width: 100%;
      height: 100%;
      box-shadow: 2px 4px 15px 0px rgba(0, 0, 0, 0.24);
      border-radius: 0.4rem;
      color: #fff;
      font-size: 1.6rem;
      letter-spacing: 0.1em;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      column-gap: 0.6rem;
      transition: 0.4s; }
      .section-recruit__btn a::after {
        background: url(../images/arrow.svg) no-repeat center top/cover;
        content: "";
        width: 0.7rem;
        height: 1.2rem;
        vertical-align: middle;
        margin-top: 0.2rem; }
      .section-recruit__btn a:hover {
        box-shadow: 3px 6px 28px 0px rgba(0, 0, 0, 0.4);
        transition: 0.4s;
        background: rgba(0, 0, 0, 0.45); }
  .section-recruit__blog-list {
    margin: 4rem 0 2.8rem; }
    .section-recruit__blog-list:last-child {
      margin-bottom: 0; }
  .section-recruit__blog-title {
    color: #178CFF;
    font-family: Roboto;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em; }
    .section-recruit__blog-title span {
      font-size: 1.7rem; }
  .section-recruit__lead {
    font-size: 1.4rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
    margin: 0.8rem 0 2.8rem; }
  .section-recruit__blog-list-item {
    display: flex;
    flex-direction: column;
    row-gap: 2.8rem; }
  .section-recruit__card-desc {
    overflow: hidden;
    color: #26263a;
    text-align: justify;
    text-overflow: ellipsis;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.04em;
    margin-top: 2rem;
    height: 4.8rem; }
  .section-recruit__card-img img {
    width: 100%; }
  @media screen and (min-width: 844px) {
    .section-recruit {
      padding: 16rem 0;
      margin: 0 auto; }
      .section-recruit__inner {
        max-width: 110rem;
        display: grid;
        grid-template-columns: 36rem 66rem;
        grid-template-rows: 32rem 102.7rem;
        column-gap: 8rem;
        row-gap: 7.2rem; }
      .section-recruit__blog {
        grid-column: 1 / 3; }
      .section-recruit__desc {
        font-size: 1.6rem;
        margin: 6rem 0 0; }
      .section-recruit__btn {
        height: auto;
        margin-bottom: 0; }
        .section-recruit__btn a {
          border-radius: 1rem;
          font-size: 2.6rem;
          letter-spacing: 0.18em;
          column-gap: 1.2rem; }
          .section-recruit__btn a::after {
            width: 1.2rem;
            height: 2rem; }
      .section-recruit__blog-list {
        margin: 6rem 0 0; }
      .section-recruit__blog-headline {
        display: flex;
        column-gap: 3.2rem;
        margin-bottom: 3.6rem;
        align-items: center; }
      .section-recruit__blog-title {
        font-size: 3.2rem;
        letter-spacing: 0.04em; }
        .section-recruit__blog-title span {
          font-size: 2.4rem; }
      .section-recruit__lead {
        font-size: 1.6rem;
        letter-spacing: 0.04em;
        line-height: 1;
        margin: 0; }
      .section-recruit__blog-list-item {
        flex-direction: row;
        column-gap: 4rem;
        row-gap: 0; }
      .section-recruit__card {
        flex: 1; }
      .section-recruit__card-img {
        width: 34rem;
        height: 17.7rem;
        overflow: hidden;
        transition: 0.4s;
        border-radius: 0.4rem; }
        .section-recruit__card-img:hover {
          box-shadow: 2px 4px 20px 0px rgba(0, 0, 0, 0.28);
          transition: 0.4s; }
        .section-recruit__card-img img {
          width: 34rem;
          height: 17.7rem;
          transition: 0.4s; }
          .section-recruit__card-img img:hover {
            transform: scale(1.1);
            transition: 0.4s; } }

.section-mvc {
  position: relative;
  padding: 0 2rem 8rem; }
  .section-mvc__inner {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 auto; }
    .section-mvc__inner__mission {
      margin: 8rem 0 0; }
    .section-mvc__inner__aboutus {
      margin: 8rem 0 0; }
    .section-mvc__inner__value {
      margin: 8rem 0 0; }
    .section-mvc__inner__culture {
      margin: 8rem 0 0; }
  .section-mvc__btn {
    margin: 3.2rem 0 0 auto; }
  .section-mvc__mission__detail p {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: .12rem;
    margin-top: 2rem; }
  .section-mvc__mission__detail p:first-child {
    margin-top: 4rem; }
  .section-mvc__aboutus__detail {
    margin-top: 4rem; }
  .section-mvc__aboutus__detail a {
    filter: drop-shadow(0px 0px 25px rgba(0, 0, 0, 0.35)); }
  .section-mvc__aboutus__detail a img {
    max-width: 100%;
    height: auto; }
  .section-mvc__aboutus__detail p {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: .12rem;
    margin-top: 4rem; }
  .section-mvc__value__detail {
    margin-top: 0; }
  .section-mvc__value__item {
    display: flex;
    margin-top: 4rem; }
  .section-mvc__value__item-number {
    position: absolute;
    font-size: 3.2rem;
    color: #858c94;
    font-weight: bold;
    line-height: 1; }
  .section-mvc__value__item-title {
    position: relative;
    align-items: center;
    font-size: 2rem;
    line-height: 1.5;
    color: #0c1035;
    font-weight: bold;
    margin-left: 5.5rem; }
  .section-mvc__value__item-desc {
    position: relative;
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: .12rem;
    margin-top: 2.4rem; }
  .section-mvc__culture__detail p {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: .12rem;
    margin-top: 2rem; }
  .section-mvc__culture__detail p:first-child {
    margin-top: 4rem; }

@media screen and (min-width: 844px) {
  .section-mvc {
    background-position: right -100px top 10rem;
    padding: 10rem 0 13rem; }
    .section-mvc__inner {
      max-width: 1100px; }
      .section-mvc__inner .section-mvc__headline {
        width: 36%;
        flex: none; }
      .section-mvc__inner__mission {
        display: flex;
        margin: 0; }
      .section-mvc__inner__aboutus {
        display: flex;
        margin-top: 12rem; }
      .section-mvc__inner__value {
        display: flex;
        margin-top: 12rem; }
      .section-mvc__inner__culture {
        display: flex;
        margin: 12rem 0 0; }
    .section-mvc__btn {
      margin: 4rem 0 0 auto; }
    .section-mvc__mission__detail p {
      font-size: 1.6rem;
      line-height: 2;
      margin: 2rem 0 0; }
    .section-mvc__mission__detail p:first-child {
      margin-top: 0; }
    .section-mvc__aboutus__detail {
      margin-top: 0; }
    .section-mvc__aboutus__detail a {
      position: relative;
      display: block;
      filter: drop-shadow(0px 0px 32px rgba(0, 0, 0, 0.35));
      width: fit-content; }
    .section-mvc__aboutus__detail a::before {
      content: "View on speakerdeck.com";
      color: #fff;
      font-size: 2.6rem;
      background: rgba(0, 0, 0, 0.55);
      border-radius: 4px;
      position: absolute;
      width: 100%;
      height: 100%;
      display: grid;
      place-items: center;
      opacity: 0;
      transition: 0.3s; }
    .section-mvc__aboutus__detail a::after {
      background-image: url(../images/arrow.svg);
      content: "";
      width: 1.1rem;
      height: 1.8rem;
      position: absolute;
      top: 0.6rem;
      right: 17.5rem;
      bottom: 0;
      margin: auto;
      opacity: 0;
      transition: 0.3s; }
    .section-mvc__aboutus__detail a:hover::before,
    .section-mvc__aboutus__detail a:hover::after {
      opacity: 1; }
    .section-mvc__aboutus__detail p {
      font-size: 1.6rem;
      line-height: 2;
      margin-top: 2rem; }
    .section-mvc__value__item {
      display: flex;
      margin-top: 6rem;
      column-gap: 2rem; }
    .section-mvc__value__item:first-child {
      margin-top: 1rem; }
    .section-mvc__value__item-number {
      font-size: 4.5rem;
      color: #858c94;
      font-weight: bold;
      align-items: flex-start;
      line-height: 1;
      position: static; }
    .section-mvc__value__item-title {
      font-size: 2.2rem;
      letter-spacing: 0.2rem;
      color: #0c1035;
      font-weight: bold;
      padding-top: 0.7rem;
      margin-left: 0; }
    .section-mvc__value__item-desc {
      font-size: 1.8rem;
      line-height: 1.5;
      letter-spacing: .1rem;
      margin-top: 2.4rem; }
    .section-mvc__culture__detail p:first-child {
      margin-top: 0; }
    .section-mvc__culture__detail p {
      font-size: 1.6rem;
      line-height: 2;
      margin: 2rem 0 0; } }

#page-recruit .section-product {
  padding: 8rem 2rem;
  margin: 0 auto;
  position: relative;
  background: #178CFF;
  color: #FFFFFF;
  z-index: 10; }
  #page-recruit .section-product__inner {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 60rem; }
  #page-recruit .section-product__list-item {
    padding-bottom: 4rem; }
    #page-recruit .section-product__list-item:nth-child(2) {
      padding-bottom: 6.4rem;
      margin-bottom: 6.4rem;
      border-bottom: 1px solid #FFFFFF; }
  #page-recruit .section-product__headline {
    color: #FFFFFF;
    text-align: left; }
    #page-recruit .section-product__headline::after {
      content: "";
      background: #FFFFFF;
      width: 100%;
      height: 0.1rem;
      display: block;
      margin: 2rem 0 4.8rem; }
  #page-recruit .section-product__sub-title {
    color: #FFFFFF; }
  #page-recruit .section-product__product-logo {
    width: 24rem;
    margin: 0 auto 2rem; }
    #page-recruit .section-product__product-logo img {
      width: 100%; }
  #page-recruit .section-product__about {
    display: contents; }
  #page-recruit .section-product__img {
    width: 100%;
    margin: 4rem auto; }
    #page-recruit .section-product__img img {
      width: 100%; }
  #page-recruit .section-product .conceptual-img {
    position: relative; }
    #page-recruit .section-product .conceptual-img::before {
      position: absolute;
      bottom: -200px;
      content: "";
      display: inline-block;
      width: 400px;
      height: 400px;
      background-image: url(../images/recruit/product-conceptual-bulr-ball-02.png);
      background-position: center;
      background-size: contain;
      z-index: -1;
      left: -240px; }
    #page-recruit .section-product .conceptual-img::after {
      position: absolute;
      top: -240px;
      content: "";
      display: inline-block;
      width: 725px;
      height: 725px;
      background-image: url(../images/recruit/product-conceptual-bulr-ball-01.png);
      background-position: center;
      background-size: contain;
      z-index: -1;
      right: -550px; }
  #page-recruit .section-product__detail-title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.05em;
    margin: 3.2rem auto;
    text-align: center; }
    #page-recruit .section-product__detail-title span {
      background: linear-gradient(transparent 46%, #429aff 0%);
      display: inline;
      padding: 0 0.2rem 0.6rem; }
  #page-recruit .section-product__detail-text {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8; }
  #page-recruit .section-product__btn {
    margin: 2rem 0 0 auto; }
  #page-recruit .section-product__title, #page-recruit .section-product__title02 {
    margin: 6.4rem auto 4rem;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    background: linear-gradient(transparent 43%, #429aff 0%);
    padding: 0 0.2rem 0.6rem;
    width: fit-content; }
  #page-recruit .section-product__title02 {
    margin-top: 10.7rem; }
  #page-recruit .section-product__point-list {
    width: 76.9%;
    margin: 0 auto; }
  #page-recruit .section-product__point-list-item {
    margin-bottom: 1.2rem;
    border-radius: 1.2rem;
    border: 2px solid #fff;
    padding: 3.2rem 2rem; }
    #page-recruit .section-product__point-list-item:last-child {
      margin-bottom: 0; }
  #page-recruit .section-product__point-unmber {
    color: #178CFF;
    font-size: 1.5rem;
    line-height: 1;
    font-family: "Roboto";
    display: flex;
    width: 3rem;
    height: 3rem;
    justify-content: center;
    align-items: center;
    border-radius: 4rem;
    background: #FFFFFF;
    margin: 0 auto 1.2rem; }
  #page-recruit .section-product__point-heading {
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.05em; }
  #page-recruit .section-product__point-text {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.05em;
    margin-top: 1.8rem; }
  #page-recruit .section-product__video {
    margin: 4rem 0 0;
    text-align: center; }
    #page-recruit .section-product__video video {
      width: 100%;
      height: auto;
      border-radius: 0.6rem; }
  #page-recruit .section-product__video-list {
    margin: 6rem 0 0;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 4.2rem; }
  #page-recruit .section-product__video-list-item .video-poster {
    width: 100%;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
    position: relative; }
    #page-recruit .section-product__video-list-item .video-poster .video-open-button {
      width: 8rem;
      height: 8rem;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      transition-duration: 0.5s;
      border-radius: 10rem;
      box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.4); }
      #page-recruit .section-product__video-list-item .video-poster .video-open-button img {
        width: inherit; }
    #page-recruit .section-product__video-list-item .video-poster__video-thumbnail {
      width: 100%; }
  #page-recruit .section-product__video-list-item h5 {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 2rem 0 0; }
  @media screen and (min-width: 844px) {
    #page-recruit .section-product {
      padding: 12rem 0; }
      #page-recruit .section-product__bg-img01 {
        background: url(../images/recruit/product-bg.png) no-repeat center top/contain;
        width: 130rem;
        height: 130rem;
        position: absolute;
        top: 6.5rem;
        right: 0;
        left: 0;
        margin: 0 auto;
        mix-blend-mode: multiply;
        opacity: 0.7; }
      #page-recruit .section-product__bg-img02 {
        background: url(../images/recruit/product-bg.png) no-repeat center top/contain;
        width: 130rem;
        height: 130rem;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        position: absolute;
        mix-blend-mode: multiply;
        opacity: 0.7; }
      #page-recruit .section-product__inner {
        max-width: 110rem; }
      #page-recruit .section-product__list-item:first-child {
        padding: 6rem 0;
        margin-bottom: 0; }
      #page-recruit .section-product .conceptual-img {
        position: relative; }
        #page-recruit .section-product .conceptual-img::before {
          bottom: -420px;
          left: -20px;
          width: 513px;
          height: 513px; }
        #page-recruit .section-product .conceptual-img::after {
          position: absolute;
          top: -170px;
          right: -530px; }
      #page-recruit .section-product__headline {
        position: relative; }
        #page-recruit .section-product__headline::after {
          margin: 4rem 0 6rem; }
      #page-recruit .section-product__product-logo {
        width: 33.6rem;
        margin: 0 auto 6.4rem 0; }
      #page-recruit .section-product__about {
        display: flex;
        justify-content: space-between; }
      #page-recruit .section-product__img {
        width: 80rem;
        margin-right: -14rem;
        margin-top: -6rem; }
      #page-recruit .section-product__detail {
        width: 72rem; }
      #page-recruit .section-product__detail-title {
        font-size: 4rem;
        padding-top: 0.5rem;
        text-align: left;
        margin: 0; }
        #page-recruit .section-product__detail-title span {
          background: linear-gradient(transparent 54%, #429aff 0%);
          padding: 0 0.2rem 0.8rem; }
      #page-recruit .section-product__detail-text {
        font-size: 1.6rem;
        line-height: 2;
        margin-top: 4rem;
        padding-right: 8rem; }
      #page-recruit .section-product__btn {
        margin: 6.4rem 0 0 auto; }
      #page-recruit .section-product__title, #page-recruit .section-product__title02 {
        font-size: 3.4rem;
        background: linear-gradient(transparent 54%, #429aff 0%);
        padding: 0 0.2rem 0.8rem; }
      #page-recruit .section-product__point-list {
        display: flex;
        column-gap: 4rem;
        width: 100%; }
      #page-recruit .section-product__point-list-item {
        flex: 1;
        background: #178CFF;
        padding: 4rem;
        height: fit-content; }
        #page-recruit .section-product__point-list-item:nth-child(2) {
          margin-top: 3rem; }
      #page-recruit .section-product__point-unmber {
        font-size: 2rem;
        width: 3.5rem;
        height: 3.5rem;
        margin: 0 auto 1.8rem; }
      #page-recruit .section-product__point-heading {
        font-size: 2.4rem; }
      #page-recruit .section-product__point-text {
        line-height: 1.8;
        margin-top: 2.4rem; }
      #page-recruit .section-product__video-list {
        margin: 6rem 0 0;
        text-align: center;
        display: grid;
        grid-template-columns: repeat(3, auto);
        grid-column-gap: 3.2rem;
        grid-row-gap: 0;
        place-content: center; }
      #page-recruit .section-product__video-list-item .video-poster {
        width: 34rem;
        height: 17.7rem; }
        #page-recruit .section-product__video-list-item .video-poster .video-open-button:hover {
          filter: brightness(80%);
          transition-duration: 0.5s;
          box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0); }
        #page-recruit .section-product__video-list-item .video-poster__video-thumbnail {
          width: 100%; }
      #page-recruit .section-product h5 {
        font-size: 2rem;
        font-weight: bold;
        margin: 2.4rem 0 0; } }

.section-team {
  position: relative;
  overflow: hidden;
  background: white;
  padding: 8rem 1.6rem 0;
  margin: 0; }
  .section-team__inner .c-headline {
    position: relative;
    z-index: 1;
    font-weight: bold;
    text-align: center; }
  .section-team__inner__desc {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.1rem;
    margin: 4.6rem 0 0 0; }
  .section-team__inner .c-container {
    display: flex;
    align-items: start;
    align-content: space-between;
    justify-content: space-between;
    flex-direction: column; }
    .section-team__inner .c-container__item {
      margin: 6rem 0 0;
      width: 100%;
      z-index: 1; }
      .section-team__inner .c-container__item figure {
        width: 240px;
        margin: 0 auto; }
        .section-team__inner .c-container__item figure img {
          display: block;
          width: 240px;
          border-radius: 1.6rem; }
        .section-team__inner .c-container__item figure figcaption {
          font-size: 1.4rem;
          line-height: 2;
          letter-spacing: .12rem;
          margin: 2rem 0 0 0; }
      .section-team__inner .c-container__item__desc {
        font-size: 1.4rem;
        line-height: 2;
        letter-spacing: .12rem;
        text-align: justify;
        width: 240px;
        margin: 2rem auto 0; }
  .section-team__inner .membar-list {
    position: relative;
    z-index: 1; }
    .section-team__inner .membar-list__img-box {
      position: relative; }
      .section-team__inner .membar-list__img-box img {
        width: 100%;
        margin-bottom: -0.1rem; }
      .section-team__inner .membar-list__img-box::before {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: calc(100% - 4rem);
        background: url(../images/recruit/membar-list-bg.jpg) no-repeat center/cover;
        border-radius: 1rem 1rem 0 0;
        content: ""; }
      .section-team__inner .membar-list__img-box::after {
        position: absolute;
        left: 7%;
        top: 12%;
        width: 28%;
        aspect-ratio: 2 / 1;
        opacity: 0.4;
        content: ""; }
    .section-team__inner .membar-list__item-ceo .membar-list__img-box::after {
      top: 12%;
      left: 5%;
      aspect-ratio: 1 / 0.3;
      background: url(../images/recruit/ceo.svg) no-repeat center/contain; }
    .section-team__inner .membar-list__item-cto .membar-list__img-box::after {
      top: 12%;
      left: 5%;
      aspect-ratio: 1 / 0.3;
      background: url(../images/recruit/cto.svg) no-repeat center/contain; }
    .section-team__inner .membar-list__item-coo .membar-list__img-box::after {
      top: 12%;
      left: 5%;
      aspect-ratio: 1 / 0.3;
      background: url(../images/recruit/coo.svg) no-repeat center/contain; }
    .section-team__inner .membar-list__item-sales .membar-list__img-box::after {
      aspect-ratio: 1 / 0.28;
      background: url(../images/recruit/sales.svg) no-repeat center/contain; }
    .section-team__inner .membar-list__item-design .membar-list__img-box::after {
      aspect-ratio: 1 / 0.28;
      background: url(../images/recruit/design.svg) no-repeat center/contain; }
    .section-team__inner .membar-list__item-marketing .membar-list__img-box::after {
      width: 38%;
      aspect-ratio: 1 / 0.18;
      background: url(../images/recruit/marketing.svg) no-repeat center/contain; }
    .section-team__inner .membar-list__item-engineer .membar-list__img-box::after {
      width: 38%;
      aspect-ratio: 1 / 0.21;
      background: url(../images/recruit/engineer.svg) no-repeat center/contain; }
    .section-team__inner .membar-list__item-businessdevelopment .membar-list__img-box::after {
      width: 64%;
      aspect-ratio: 1 / 0.32;
      background: url(../images/recruit/businessdevelopment.svg) no-repeat center/contain; }
    .section-team__inner .membar-list__item-corporate .membar-list__img-box::after {
      width: 38%;
      aspect-ratio: 1 / 0.18;
      background: url(../images/recruit/corporate.svg) no-repeat center/contain; }
    .section-team__inner .membar-list__img {
      position: relative;
      z-index: 1; }
    .section-team__inner .membar-list__about {
      padding: 1.2rem 1.6rem 1.2rem;
      border: 0.1rem solid #e8ebf1;
      border-radius: 0 0 1rem 1rem; }
    .section-team__inner .membar-list__name {
      font-size: 1.8rem;
      font-weight: bold;
      letter-spacing: 0.1rem;
      line-height: 1.5; }
      .section-team__inner .membar-list__name span {
        display: block;
        font-weight: normal;
        font-size: 0.9rem;
        letter-spacing: 0.1rem; }
    .section-team__inner .membar-list__links {
      display: flex;
      width: fit-content;
      margin: 0 0 0 auto;
      column-gap: 1rem; }
    .section-team__inner .membar-list__links-icon a {
      display: block;
      width: 2.8rem;
      height: 2.8rem;
      background: #333e48;
      border-radius: 10rem;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
      transition: 0.3s; }
      .section-team__inner .membar-list__links-icon a img {
        width: 2.8rem;
        height: 2.8rem; }
      .section-team__inner .membar-list__links-icon a:hover {
        background: #178CFF;
        box-shadow: none;
        transform: translateX(0.1rem) translateY(0.1rem); }
    .section-team__inner .membar-list__links-github a svg {
      width: 2.8rem;
      height: 2.8rem; }
      .section-team__inner .membar-list__links-github a svg .github {
        transition: 0.3s; }
    .section-team__inner .membar-list__links-github a:hover svg .github {
      fill: #178CFF; }
  .section-team__inner .team-membar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 2.4rem;
    row-gap: 2.4rem;
    padding: 2rem 0 0;
    margin: 0 auto; }
    .section-team__inner .team-membar .membar-list__item {
      margin: 4rem 0 0; }
    .section-team__inner .team-membar .membar-list__img {
      margin: -3rem 0 0 0; }
    .section-team__inner .team-membar .membar-list__img-box::before {
      height: 100%;
      border-radius: 1rem 1rem 0 0; }
    .section-team__inner .team-membar .membar-list__about {
      padding: 2rem 1.2rem;
      border-radius: 0 0 1rem 1rem; }
    .section-team__inner .team-membar .membar-list__links {
      margin-top: 1rem; }
  .section-team__headline {
    text-align: center; }

@media screen and (min-width: 844px) {
  .section-team {
    padding: 12rem 1.6rem 0; }
    .section-team__inner {
      width: 100%;
      max-width: 980px;
      margin: 0 auto; }
      .section-team__inner__desc {
        font-size: 1.8rem;
        text-align: center;
        letter-spacing: 0.1em; }
      .section-team__inner .c-container {
        flex-direction: row; }
        .section-team__inner .c-container__item div {
          margin: 0; }
        .section-team__inner .c-container__item__desc {
          margin: 0 0 0 2rem;
          width: inherit; }
      .section-team__inner .membar-list__img-box {
        position: relative; }
        .section-team__inner .membar-list__img-box img {
          width: 100%; }
        .section-team__inner .membar-list__img-box::after {
          left: 5%;
          top: 26%; }
      .section-team__inner .membar-list__item-ceo .membar-list__img-box::after {
        top: 26%;
        left: 3%; }
      .section-team__inner .membar-list__item-cto .membar-list__img-box::after {
        top: 26%;
        left: 3%; }
      .section-team__inner .membar-list__item-coo .membar-list__img-box::after {
        top: 26%;
        left: 3%; }
      .section-team__inner .membar-list__item-design .membar-list__img-box::after {
        width: 36%; }
      .section-team__inner .membar-list__item-marketing .membar-list__img-box::after {
        width: 52%; }
      .section-team__inner .membar-list__item-engineer .membar-list__img-box::after {
        width: 44%; }
      .section-team__inner .membar-list__item-corporate .membar-list__img-box::after {
        width: 52%; }
      .section-team__inner .membar-list__about {
        padding: 4rem 2rem 2rem 4rem;
        border: solid 0.2rem #e8ebf1; }
      .section-team__inner .membar-list__name {
        font-size: 1.8rem;
        letter-spacing: 0.1rem; }
        .section-team__inner .membar-list__name span {
          padding-bottom: 0.4rem;
          font-size: 1.1rem;
          letter-spacing: 0.1rem; }
      .section-team__inner .membar-list__links {
        column-gap: 1.6rem; }
      .section-team__inner .membar-list__links-icon a {
        width: 3.2rem;
        height: 3.2rem; }
        .section-team__inner .membar-list__links-icon a img {
          width: 3.2rem;
          height: 3.2rem; }
      .section-team__inner .membar-list__links-github a svg {
        width: 3.2rem;
        height: 3.2rem; }
      .section-team__inner .team-membar {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        column-gap: 2.4rem;
        row-gap: 2.4rem;
        max-width: inherit; }
        .section-team__inner .team-membar .membar-list__item {
          display: flex;
          flex-direction: column;
          height: 100%;
          margin: 0; }
          .section-team__inner .team-membar .membar-list__item:first-child {
            margin: 0; }
        .section-team__inner .team-membar .membar-list__img {
          margin: auto;
          width: 80%; }
        .section-team__inner .team-membar .membar-list__img-box::before {
          height: calc(100% - 4rem);
          border-radius: 1rem 1rem 0 0; }
        .section-team__inner .team-membar .membar-list__about {
          height: 100%;
          padding: 2rem;
          border-radius: 0 0 1rem 1rem; }
        .section-team__inner .team-membar .membar-list__links {
          margin-top: 1rem; } }

.sticy-selector {
  text-align: center;
  position: fixed;
  bottom: 1.6rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
  background-color: #FFFFFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  border-radius: 1.6rem;
  width: calc(100vw - 4.8rem);
  padding: 1.2rem;
  font-size: 1.2rem;
  font-weight: bold;
  transition: all 400ms;
  display: none; }
  .sticy-selector .selector-jobs {
    display: flex;
    margin: .5rem 0 0;
    justify-content: center; }
  .sticy-selector a {
    font-size: 1.2rem;
    letter-spacing: .1rem;
    margin: 1rem 0 0;
    padding: .8rem;
    border-radius: 10rem;
    box-shadow: none;
    border: none;
    margin: 0 0 0 1rem;
    min-width: inherit;
    padding: 1.2rem 2.4rem;
    line-height: 1.2;
    max-width: 320px; }

@media screen and (min-width: 844px) {
  .sticy-selector {
    bottom: 4rem;
    width: 620px;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 2.4rem;
    display: none; }
    .sticy-selector p {
      margin: 0 1.6rem 0 0;
      font-size: 1.6rem;
      line-height: 1.5;
      letter-spacing: .15rem; }
    .sticy-selector a {
      font-size: 1.6rem;
      max-width: inherit; }
      .sticy-selector a:hover {
        background-color: #0055ff;
        color: #FFFFFF; } }

:root {
  font-size: 10px; }

.sp-break:before,
.break:before {
  content: "\A";
  white-space: pre; }

.firstview {
  width: 120%; }
  .firstview .firstview-container {
    padding-top: 60%;
    position: relative;
    margin-top: 0rem;
    margin-bottom: 2.4rem; }
  .firstview h2 {
    color: #26263A;
    text-align: left;
    font-size: 4.2rem;
    font-weight: bold;
    letter-spacing: .3rem;
    line-height: 5.2rem;
    padding: 0 0 0 2.4rem;
    position: absolute;
    text-shadow: white -1px -1px, white -1px 1px, white 1px -1px;
    top: 50%;
    left: 0%;
    right: 0;
    z-index: 20; }
    .firstview h2 span {
      color: #178CFF; }
  .firstview .video-mask {
    display: block;
    object-fit: contain;
    max-width: 120%;
    height: auto;
    position: absolute;
    top: 50%;
    left: -80px;
    width: 120%;
    transform: translateY(-50%);
    vertical-align: middle;
    z-index: 10; }
  .firstview .video {
    display: block;
    object-fit: contain;
    max-width: 120%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0%;
    width: 120%;
    transform: translateY(-50%);
    vertical-align: middle; }
  .firstview .video-mobile-image {
    display: block;
    object-fit: contain;
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 16%;
    width: 100%;
    transform: translateY(-50%);
    vertical-align: middle; }

.wrapper {
  z-index: 10;
  background-color: #fff;
  position: relative;
  margin: 0 0 0; }

.about-section {
  text-align: justify;
  padding: 8rem 2.4rem;
  position: relative; }
  .about-section .content-box .title {
    font-size: 3.2rem;
    line-height: 3.6rem;
    letter-spacing: .2rem;
    font-weight: bold;
    text-align: left;
    margin: 0 0 4.8rem; }
  .about-section .content-box .text {
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: .24rem;
    margin: 0;
    font-size: 1.8rem;
    line-height: 3.2rem;
    letter-spacing: .3rem;
    margin: 0rem 0 2.4rem; }
  .about-section .content-box .btn-wrapper .btn {
    margin: 0;
    width: 100%; }
    .about-section .content-box .btn-wrapper .btn span {
      padding: 2rem; }

.service-section {
  text-align: justify;
  padding: 8rem 2.4rem;
  position: relative;
  background-color: #F4F5F5; }
  .service-section .section-headline {
    margin: 0 0 4rem 0; }
  .service-section .section-inner {
    max-width: 1200px;
    width: 100%; }
    .service-section .section-inner .content-box {
      width: 100%;
      text-align: left; }
      .service-section .section-inner .content-box .headline {
        text-align: center;
        font-size: 2rem;
        letter-spacing: .11rem;
        margin: 0 0 2.4rem; }
      .service-section .section-inner .content-box img {
        margin: 1rem 0 2rem;
        width: 160px; }
      .service-section .section-inner .content-box .btn {
        margin: 0 0 2.4rem;
        width: 100%; }
        .service-section .section-inner .content-box .btn span {
          padding: 2rem; }
      .service-section .section-inner .content-box:last-child {
        width: 100%; }
        .service-section .section-inner .content-box:last-child img {
          width: 100%;
          max-width: 900px;
          margin: 0; }
      .service-section .section-inner .content-box .text {
        font-size: 1.6rem;
        line-height: 2.8rem;
        letter-spacing: .24rem;
        margin: 0;
        margin: 0 0 2.4rem; }

.jobs-section {
  text-align: justify;
  padding: 8rem 2.4rem;
  position: relative; }
  .jobs-section .section-inner p {
    font-size: 1.6rem;
    letter-spacing: .15rem; }
    .jobs-section .section-inner p a {
      color: #178CFF; }
  .jobs-section .title {
    font-size: 2.4rem;
    line-height: 3.6rem;
    letter-spacing: .1rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 4rem; }
  .jobs-section .content-box-row {
    margin: 0 0rem;
    text-align: center; }
    .jobs-section .content-box-row .content-box {
      margin: 0 0 2.4rem; }

.media-section {
  border-top: 1px solid #F4F5F5;
  text-align: justify;
  padding: 8rem 2.4rem;
  position: relative; }
  .media-section .section-inner {
    max-width: 1100px; }
    .media-section .section-inner .media-wrapper {
      display: flex;
      flex-flow: column; }
      .media-section .section-inner .media-wrapper img {
        width: 240px;
        margin: 2.4rem auto 0; }

.blog_contact-section {
  text-align: justify;
  padding: 8rem 2.4rem;
  position: relative;
  padding: 0; }
  .blog_contact-section .section-inner-wrapper {
    color: #FFFFFF;
    width: 100%;
    background-color: #232735; }
    .blog_contact-section .section-inner-wrapper .section-inner {
      padding: 8rem 2.4rem; }
      .blog_contact-section .section-inner-wrapper .section-inner .section-headline {
        color: #FFFFFF;
        margin: 0 0 4rem 0rem; }
      .blog_contact-section .section-inner-wrapper .section-inner p {
        font-size: 2rem;
        text-align: center;
        line-height: 2.8rem;
        margin: 0 0 4rem; }
      .blog_contact-section .section-inner-wrapper .section-inner .btn {
        width: 100%; }
        .blog_contact-section .section-inner-wrapper .section-inner .btn span {
          padding: 2rem 4.8rem; }
    .blog_contact-section .section-inner-wrapper:last-child {
      color: #26263A;
      background-color: #F4F5F5; }
      .blog_contact-section .section-inner-wrapper:last-child .section-headline {
        color: #26263A;
        margin: 0 0 4rem 0rem; }
      .blog_contact-section .section-inner-wrapper:last-child .title {
        font-size: 2.4rem;
        line-height: 3.2rem;
        margin: 0 0 .8rem; }
      .blog_contact-section .section-inner-wrapper:last-child .btn {
        margin: 0;
        width: 100%; }
        .blog_contact-section .section-inner-wrapper:last-child .btn span {
          padding: 2rem; }

#page-about .firstview {
  background-color: #F4F5F5;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0; }
  #page-about .firstview-logo {
    width: 320px; }

#page-about .overview-section {
  text-align: justify;
  padding: 8rem 2.4rem;
  position: relative;
  background-color: #FFFFFF;
  padding: 4rem 0; }
  #page-about .overview-section .section-headline {
    margin: 0 0 4rem 2.4rem; }
  #page-about .overview-section .section-inner {
    margin: 0 auto 4.8rem;
    padding: 0 2.4rem; }
  #page-about .overview-section dl {
    font-size: 1.3rem;
    line-height: 2rem;
    letter-spacing: .2rem;
    display: -webkit-box;
    display: flex;
    margin: 0 0 1.2rem; }
    #page-about .overview-section dl dt {
      font-weight: bold;
      flex: 1; }
    #page-about .overview-section dl dd {
      flex: 3; }
  #page-about .overview-section .map-box {
    height: 400px;
    padding: 0 2.4rem 0;
    border-radius: 10px; }

#page-about .team-section {
  text-align: justify;
  padding: 8rem 2.4rem;
  position: relative;
  padding: 4rem 2.4rem;
  background-color: #26263A; }
  #page-about .team-section .section-headline {
    color: #FFFFFF; }
  #page-about .team-section .member-photo-box {
    margin: 0 0 7.2rem; }
    #page-about .team-section .member-photo-box .member-photo {
      width: 70%;
      margin: 0 auto 2.4rem;
      display: block;
      border-radius: 2rem;
      box-shadow: 0px 20px 52px rgba(0, 0, 0, 0.1); }
    #page-about .team-section .member-photo-box .name {
      font-size: 2.4rem;
      line-height: 2.4rem;
      letter-spacing: .4rem;
      font-weight: bold;
      text-align: center;
      margin: 0 0 1.6rem;
      color: #FFFFFF; }
      #page-about .team-section .member-photo-box .name span {
        font-size: 1.1rem;
        color: #767778;
        letter-spacing: .16rem; }
    #page-about .team-section .member-photo-box .link {
      display: -webkit-box;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 0 2.4rem;
      padding: 0 8rem; }
      #page-about .team-section .member-photo-box .link a {
        flex: 1;
        text-align: center; }
        #page-about .team-section .member-photo-box .link a img {
          width: 45px; }
    #page-about .team-section .member-photo-box .text {
      font-size: 1.6rem;
      line-height: 2.8rem;
      letter-spacing: .24rem;
      margin: 0;
      color: #FFFFFF;
      letter-spacing: .16rem; }
    #page-about .team-section .member-photo-box:nth-of-type(2) {
      margin: 0; }

#page-jobs .header-page nav {
  display: none; }

#page-jobs .firstview-page {
  text-align: center;
  width: 100%;
  background-color: #F4F5F5;
  height: 180px;
  padding: 6rem 0 2rem;
  position: relative; }
  #page-jobs .firstview-page p {
    color: #26263A;
    font-size: 6.4rem;
    font-weight: bold;
    line-height: 11rem;
    padding: 4rem 0 0;
    z-index: 10; }

#page-jobs .image-section {
  overflow: hidden;
  width: 100%; }
  #page-jobs .image-section img {
    width: 100%;
    display: none; }
  #page-jobs .image-section-mobile {
    display: block !important;
    width: 100%; }

#page-jobs .culture-section {
  padding: 4rem 2.4rem; }
  #page-jobs .culture-section .section-headline {
    margin: 0 0 4rem 0;
    letter-spacing: 0.05rem; }
  #page-jobs .culture-section .section-inner {
    margin: 0rem auto 4rem; }
  #page-jobs .culture-section .links-wrapper {
    display: block;
    margin: 0rem auto 4rem; }
    #page-jobs .culture-section .links-wrapper .text-box {
      margin: 0 auto 6rem; }
      #page-jobs .culture-section .links-wrapper .text-box:nth-child(2) {
        margin: 0; }
    #page-jobs .culture-section .links-wrapper .text {
      height: 90px;
      margin: 0 0rem !important; }
  #page-jobs .culture-section .text-box .title {
    text-align: center;
    font-size: 3.2rem;
    line-height: 4.8rem;
    letter-spacing: .56rem;
    margin: 0 0 2.4rem; }
  #page-jobs .culture-section .text-box .text {
    font-size: 1.7rem;
    line-height: 3.2rem;
    letter-spacing: .24rem;
    margin: 0 0 4rem; }
    #page-jobs .culture-section .text-box .text a {
      font-size: 1.5rem;
      color: #FFFFFF; }

#page-jobs .occupation-section {
  padding: 4rem 2.4rem;
  background-color: #F4F5F5; }
  #page-jobs .occupation-section .section-headline {
    margin: 0 0 6rem 0; }
  #page-jobs .occupation-section .section-inner {
    margin: -2rem auto 0; }
  #page-jobs .occupation-section .content-box-row {
    margin: 0 0rem;
    text-align: center; }
    #page-jobs .occupation-section .content-box-row .content-box {
      color: #26263A;
      background-color: #FFFFFF;
      border-radius: 2rem;
      margin: 0 0 4rem;
      box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 20px;
      overflow: hidden; }
      #page-jobs .occupation-section .content-box-row .content-box a {
        color: #26263A; }
      #page-jobs .occupation-section .content-box-row .content-box img {
        width: 100%; }
      #page-jobs .occupation-section .content-box-row .content-box h4 {
        font-size: 2.4rem;
        font-weight: bold;
        padding: 2.4rem; }
      #page-jobs .occupation-section .content-box-row .content-box p {
        text-align: left;
        font-size: 1.8rem;
        letter-spacing: .12rem;
        line-height: 2.4rem;
        padding: 0 2.4rem 2.4rem; }
      #page-jobs .occupation-section .content-box-row .content-box span {
        font-size: 1.4rem;
        color: #178CFF; }

#page-jobs .intro-section {
  text-align: justify;
  padding: 8rem 2.4rem;
  position: relative;
  padding: 8rem 2.4rem 4rem;
  border-bottom: none; }
  #page-jobs .intro-section-headline {
    font-size: 2.4rem;
    line-height: 3.6rem;
    letter-spacing: .2rem;
    font-weight: bold;
    text-align: center;
    margin: 0 0 2.4rem; }
  #page-jobs .intro-section .text-box {
    margin: 0 0 2.4rem; }
    #page-jobs .intro-section .text-box .text {
      font-size: 1.6rem;
      line-height: 2.8rem;
      letter-spacing: .24rem;
      margin: 0;
      font-size: 1.6rem;
      margin: 0 0 2.4rem; }
      #page-jobs .intro-section .text-box .text:last-child {
        margin: 0; }
    #page-jobs .intro-section .text-box:last-child {
      margin: 0rem; }

#page-jobs .detail-section {
  text-align: justify;
  padding: 8rem 2.4rem;
  position: relative;
  padding: 4rem 2.4rem 8rem; }
  #page-jobs .detail-section dl {
    font-size: 1.4rem;
    line-height: 2rem;
    letter-spacing: .2rem;
    margin: 0 0 1.2rem;
    padding: 2.4rem 0rem;
    border-bottom: 1px solid #E3E5E8; }
    #page-jobs .detail-section dl dt {
      font-size: 1.5rem;
      font-weight: bold;
      margin: 0 0 2.4rem; }
    #page-jobs .detail-section dl dd {
      word-break: break-all; }
      #page-jobs .detail-section dl dd li {
        margin: 0 0 0 1rem; }
        #page-jobs .detail-section dl dd li:before {
          background-image: url(../images/list-dot.svg);
          content: '';
          display: inline-block;
          width: 20px;
          height: 20px;
          background-size: contain;
          vertical-align: middle;
          margin: -.1rem 0 0 -1.8rem; }
    #page-jobs .detail-section dl:first-child {
      padding: 0rem 0rem 2.4rem; }
    #page-jobs .detail-section dl:last-child {
      padding: 2.4rem 0rem 0rem;
      border-bottom: none; }
      #page-jobs .detail-section dl:last-child dt {
        margin: 0 0 2.4rem; }
    #page-jobs .detail-section dl dd ul:nth-child(2) {
      margin-top: 2.4rem; }

#page-jobs .entry-section {
  text-align: justify;
  padding: 8rem 2.4rem;
  position: relative;
  padding: 8rem 2.4rem;
  background-size: 9px 53px;
  color: #FFFFFF;
  text-align: center;
  background-color: #232735;
  border-bottom: none; }
  #page-jobs .entry-section h3 {
    font-size: 2rem;
    letter-spacing: .15rem;
    line-height: 3.2rem;
    margin: 0 0 4rem; }
  #page-jobs .entry-section .btn {
    display: block;
    line-height: 2.2rem;
    padding: 1.5rem 0;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    letter-spacing: .1em;
    margin: 0 auto 2.4rem; }

#page-press .header-page nav {
  display: none; }

#page-press .tab-section {
  display: flex;
  width: 100%;
  margin: 0 0 6rem; }
  #page-press .tab-section li {
    margin: 0 4rem 0 0; }
    #page-press .tab-section li a {
      font-size: 1.6rem;
      font-weight: bold;
      color: #26263A; }
    #page-press .tab-section li:nth-child(2) {
      margin: 0; }
  #page-press .tab-section .active {
    border-bottom: 3px solid #178CFF;
    padding: 0 0 1rem; }
    #page-press .tab-section .active a {
      color: #178CFF; }

#page-press .index-section {
  text-align: justify;
  padding: 8rem 2.4rem;
  position: relative;
  padding: 8rem 2.4rem 10rem; }
  #page-press .index-section .section-inner p {
    font-size: 16px; }
    #page-press .index-section .section-inner p a {
      word-wrap: break-word; }

#page-press .post-detail-section {
  text-align: justify;
  padding: 8rem 2.4rem;
  position: relative;
  text-align: left;
  padding: 8rem 2.4rem 8rem; }

#page-press .post-index-box {
  margin: 6rem 0 0 0; }
  #page-press .post-index-box a {
    display: block;
    width: 100%;
    margin: 0 4rem 0 0; }
  #page-press .post-index-box img {
    width: 420px;
    height: auto;
    max-width: 100%;
    border-radius: 1rem; }
  #page-press .post-index-box div {
    width: 100%; }
    #page-press .post-index-box div h2 {
      font-size: 2rem;
      font-weight: bold;
      letter-spacing: 0rem;
      line-height: 3.2rem;
      margin: 0 0; }
      #page-press .post-index-box div h2 a {
        color: #26263A; }
    #page-press .post-index-box div p {
      font-size: 1.6rem;
      letter-spacing: .16rem;
      margin: 0 0 1.6rem;
      color: #808080; }
      #page-press .post-index-box div p span {
        margin: 0 2rem 0 0; }

#page-press .post-box .post-date, #page-press .post-box .post-category {
  font-size: 1.4rem;
  color: #999999;
  letter-spacing: .1rem;
  margin: 0 1.6rem 2.4rem 0;
  display: inline-block; }

#page-press .post-box .post-text {
  border-top: 1px solid #F0F0F0;
  padding: 2.4rem 0 0 0; }

#page-press .post-box h2 {
  font-size: 2.4rem;
  letter-spacing: .24rem;
  line-height: 3.2rem;
  font-weight: bold;
  margin: 0 0 1rem 0; }

#page-press .post-box h3 {
  font-size: 2.2rem;
  letter-spacing: .14rem;
  line-height: 2.4rem;
  font-weight: bold;
  margin: 6rem 0 2rem 0; }
  #page-press .post-box h3 a {
    font-size: 1.8rem; }

#page-press .post-box h4 {
  font-size: 1.9rem;
  letter-spacing: .1rem;
  line-height: 2rem;
  font-weight: bold;
  margin: 4rem 0 2rem 0; }

#page-press .post-box .post-image {
  width: 100%;
  margin: 0 0 1.6rem 0; }

#page-press .post-box img {
  width: 100%;
  max-width: 800px;
  text-align: center;
  margin: 0 auto 4rem;
  display: block; }

#page-press .post-box .post-thumbnail {
  border-radius: 1rem; }

#page-press .post-box p {
  font-size: 1.6rem;
  letter-spacing: .2rem;
  line-height: 3rem;
  margin: 0 0 2rem; }

#page-press .post-box .font-small {
  font-size: 1rem; }

#page-press .presskit-section {
  text-align: justify;
  padding: 8rem 2.4rem;
  position: relative;
  text-align: left; }

#page-press .presskit-box h2 {
  font-size: 2.2rem;
  font-weight: bold;
  margin: 0 0 2.4rem 0; }

#page-press .presskit-box .presskit-detail {
  display: block;
  margin: 0 0 10rem 0; }
  #page-press .presskit-box .presskit-detail img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 0 1.6rem 0;
    border-radius: 1rem; }
  #page-press .presskit-box .presskit-detail p {
    font-size: 1.8rem;
    margin: 0 0 .8rem 0; }
  #page-press .presskit-box .presskit-detail a {
    font-size: 1.8rem;
    font-weight: bold; }
    #page-press .presskit-box .presskit-detail a:before {
      content: '';
      display: inline-block;
      width: 24px;
      height: 24px;
      background-image: url(../images/icon-download.svg);
      background-size: contain;
      vertical-align: middle; }

@media screen and (min-width: 844px) {
  .u-font--huge {
    font-size: 7.2rem;
    line-height: 1.4;
    letter-spacing: 1.6rem; }
  .u-font--xxxl {
    font-size: 6rem;
    line-height: 1.4;
    letter-spacing: 1.5rem; }
  .u-font--xxl {
    font-size: 4rem;
    line-height: 1.4;
    letter-spacing: .5rem; }
  .u-font--xl {
    font-size: 3.2rem;
    line-height: 1.4;
    letter-spacing: .25rem; }
  .u-font--ll {
    font-size: 2.4rem;
    line-height: 1.6;
    letter-spacing: .2rem; }
  .u-font--l {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: .3rem; }
  .u-font--m {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: .1rem; }
  .u-font--r {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: .15rem; }
  .u-font--s {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: .12rem; }
  .u-font--xs {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: .125rem; }
  .mt-1 {
    margin-top: 2rem; }
  .mb-1 {
    margin-bottom: 2rem; }
  .mr-1 {
    margin-right: 2rem; }
  .ml-1 {
    margin-left: 2rem; }
  .mt-2 {
    margin-top: 4rem; }
  .mb-2 {
    margin-bottom: 4rem; }
  .mr-2 {
    margin-right: 4rem; }
  .ml-2 {
    margin-left: 4rem; }
  .mt-3 {
    margin-top: 6rem; }
  .mb-3 {
    margin-bottom: 6rem; }
  .mr-3 {
    margin-right: 6rem; }
  .ml-3 {
    margin-left: 6rem; }
  .mt-4 {
    margin-top: 8rem; }
  .mb-4 {
    margin-bottom: 8rem; }
  .mr-4 {
    margin-right: 8rem; }
  .ml-4 {
    margin-left: 8rem; }
  .mt-5 {
    margin-top: 10rem; }
  .mb-5 {
    margin-bottom: 10rem; }
  .mr-5 {
    margin-right: 10rem; }
  .ml-5 {
    margin-left: 10rem; }
  .mt-6 {
    margin-top: 12rem; }
  .mb-6 {
    margin-bottom: 12rem; }
  .mr-6 {
    margin-right: 12rem; }
  .ml-6 {
    margin-left: 12rem; }
  .mt-7 {
    margin-top: 14rem; }
  .mb-7 {
    margin-bottom: 14rem; }
  .mr-7 {
    margin-right: 14rem; }
  .ml-7 {
    margin-left: 14rem; }
  :root {
    font-size: 10px; }
  .sp-break:before {
    content: "";
    margin-left: -3px; }
  .firstview {
    width: 100%; }
    .firstview .firstview-container {
      padding-top: 56.25%;
      position: relative;
      margin-top: -1.5rem;
      margin-bottom: 0; }
    .firstview h2 {
      font-size: 8.8rem;
      line-height: 12rem;
      letter-spacing: 0.5rem;
      margin-top: -10.4rem;
      padding: 0 0 0 6rem;
      top: 50%;
      left: 0;
      right: 0; }
    .firstview .video-mask {
      max-width: 100%;
      top: 50.5%;
      left: 0;
      width: 100%; }
    .firstview .video {
      left: 16%;
      transform: translateY(-50%);
      vertical-align: middle; }
  .about-section {
    padding: 10rem 2.4rem; }
    .about-section .section-inner {
      width: 860px;
      max-width: 100%;
      margin: 0 auto; }
    .about-section .content-box .title {
      text-align: center; }
    .about-section .content-box .text {
      font-size: 2.4rem;
      line-height: 4.8rem;
      letter-spacing: 0.6rem;
      margin: 0rem 0 4rem; }
    .about-section .content-box .btn-wrapper .btn {
      width: auto; }
      .about-section .content-box .btn-wrapper .btn span {
        padding: 2rem 8rem; }
  .service-section {
    padding: 12rem 2.4rem 8rem; }
    .service-section .section-headline {
      text-align: left; }
    .service-section .section-inner {
      display: flex; }
      .service-section .section-inner .content-box {
        width: 40%; }
        .service-section .section-inner .content-box .headline {
          text-align: left;
          font-size: 2.4rem;
          letter-spacing: 0.36rem; }
        .service-section .section-inner .content-box img {
          margin: 0 0 4rem; }
        .service-section .section-inner .content-box .btn {
          margin: 0;
          width: auto; }
          .service-section .section-inner .content-box .btn span {
            padding: 2rem 4.8rem; }
        .service-section .section-inner .content-box:last-child {
          width: 55%; }
          .service-section .section-inner .content-box:last-child img {
            width: 130%; }
        .service-section .section-inner .content-box .text {
          font-size: 1.8rem;
          line-height: 3.2rem;
          letter-spacing: 0.28rem;
          margin: 0 0 4rem; }
  .jobs-section {
    padding: 12rem 2.4rem; }
    .jobs-section .section-headline {
      margin: 0 0 4rem; }
    .jobs-section .section-inner {
      max-width: 1000px; }
    .jobs-section .title {
      font-size: 3.2rem;
      line-height: 4.8rem;
      margin: 0 0 6.4rem; }
    .jobs-section .content-box-row {
      display: -webkit-box;
      display: flex;
      justify-content: center;
      margin: 0 auto;
      width: 800px; }
      .jobs-section .content-box-row .content-box {
        text-align: left;
        margin: 0 1.6rem 0 0; }
        .jobs-section .content-box-row .content-box img {
          width: 100%; }
        .jobs-section .content-box-row .content-box h4 {
          font-weight: bold;
          font-size: 2rem;
          letter-spacing: 0.15rem;
          margin: 0 0 2rem; }
        .jobs-section .content-box-row .content-box .btn {
          width: auto; }
        .jobs-section .content-box-row .content-box:last-child {
          padding: 0 0 0; }
          .jobs-section .content-box-row .content-box:last-child .btn {
            width: auto; }
            .jobs-section .content-box-row .content-box:last-child .btn span {
              padding: 2rem 6.3rem; }
  .media-section {
    border-top: 1px solid #f4f5f5;
    text-align: justify;
    padding: 8rem 2.4rem;
    position: relative; }
    .media-section .section-inner {
      max-width: 1100px; }
      .media-section .section-inner .media-wrapper {
        display: flex;
        flex-flow: row;
        margin: 10rem 0 8rem; }
        .media-section .section-inner .media-wrapper img {
          justify-content: space-between;
          width: 300px;
          margin: auto; }
  .blog_contact-section {
    display: flex; }
    .blog_contact-section .section-inner-wrapper {
      width: 50%;
      background-image: url(../images/image-form.png);
      background-size: 400px;
      background-repeat: no-repeat, repeat;
      background-position: top 80px right -260px; }
      .blog_contact-section .section-inner-wrapper .section-inner {
        padding: 12rem 6rem; }
        .blog_contact-section .section-inner-wrapper .section-inner .section-headline {
          text-align: left; }
        .blog_contact-section .section-inner-wrapper .section-inner p {
          text-align: left;
          line-height: 3.2rem; }
        .blog_contact-section .section-inner-wrapper .section-inner .btn {
          width: auto; }
      .blog_contact-section .section-inner-wrapper:last-child {
        background-image: url(../images/image-blog.png);
        background-size: 500px;
        background-repeat: no-repeat, repeat;
        background-position: top 50px right -300px; }
        .blog_contact-section .section-inner-wrapper:last-child .title {
          margin: 0; }
  #page-about .overview-section {
    padding: 12rem 0rem;
    margin: 0 auto;
    width: 900px; }
    #page-about .overview-section .section-headline {
      margin: 0 0 4rem; }
    #page-about .overview-section .section-inner {
      padding: 0;
      max-width: 100%;
      margin: 0 0 8rem; }
    #page-about .overview-section dl {
      font-size: 1.7rem;
      line-height: 2.4rem;
      letter-spacing: 0.2rem;
      margin: 0 6rem 3.2rem; }
  #page-about .access-section .section-inner {
    max-width: 1000px; }
  #page-about .access-section .title {
    font-size: 3.2rem;
    line-height: 4.8rem; }
  #page-about .access-section .access-box-row {
    display: -webkit-box;
    display: flex;
    margin: 0 auto;
    width: 800px; }
    #page-about .access-section .access-box-row .access-box {
      font-size: 18px;
      flex: 1;
      width: 40%;
      margin: 0 1.6rem 10rem; }
      #page-about .access-section .access-box-row .access-box:last-child {
        width: 60%; }
  #page-about .team-section {
    padding: 12rem 2.4rem; }
    #page-about .team-section .section-headline {
      margin: 0 0 4rem; }
    #page-about .team-section-row {
      display: -webkit-box;
      display: flex; }
    #page-about .team-section .member-photo-box {
      flex: 1;
      padding: 0 2.4rem;
      margin: 0; }
      #page-about .team-section .member-photo-box .text {
        font-size: 1.6rem;
        line-height: 2.8rem;
        letter-spacing: .24rem;
        margin: 0;
        font-size: 1.4rem;
        line-height: 2.6rem; }
  #page-jobs .image-section {
    overflow: hidden;
    width: 100%; }
    #page-jobs .image-section img {
      width: auto;
      display: block; }
    #page-jobs .image-section-mobile {
      display: none !important;
      width: 100%; }
  #page-jobs .culture-section {
    padding: 12rem 2.4rem; }
    #page-jobs .culture-section .section-headline {
      margin: 0 0 8rem; }
    #page-jobs .culture-section .section-inner {
      margin: 0rem auto 8rem; }
    #page-jobs .culture-section .links-wrapper {
      display: flex;
      margin: 0rem auto 4rem; }
      #page-jobs .culture-section .links-wrapper .text-box {
        margin: 0 4rem 0 0; }
        #page-jobs .culture-section .links-wrapper .text-box:nth-child(2) {
          margin: 0; }
      #page-jobs .culture-section .links-wrapper .text {
        height: 100px;
        margin: 0 0 4rem !important; }
    #page-jobs .culture-section .text-box {
      width: 100%; }
      #page-jobs .culture-section .text-box .title {
        font-size: 3.2rem;
        line-height: 4.8rem;
        margin: 0 0 3.2rem;
        letter-spacing: 0.56rem;
        text-align: center; }
      #page-jobs .culture-section .text-box .text {
        font-size: 1.7rem;
        line-height: 3.2rem;
        letter-spacing: 0.24rem;
        margin: 0 0 4rem; }
        #page-jobs .culture-section .text-box .text a {
          font-size: 1.5rem;
          color: #FFFFFF; }
  #page-jobs .occupation-section {
    padding: 12rem 2.4rem 10rem; }
    #page-jobs .occupation-section .section-inner {
      max-width: 960px; }
    #page-jobs .occupation-section .section-headline {
      margin: 0 0 6rem 0; }
    #page-jobs .occupation-section .section-inner {
      margin: -2rem auto 0; }
    #page-jobs .occupation-section .content-box-row {
      display: -webkit-box;
      display: flex;
      justify-content: center;
      margin: 0 auto; }
      #page-jobs .occupation-section .content-box-row .content-box {
        width: 100%;
        text-align: left;
        margin: 0 2rem 4rem;
        transition: all 400ms; }
        #page-jobs .occupation-section .content-box-row .content-box img {
          width: 100%; }
        #page-jobs .occupation-section .content-box-row .content-box h4 {
          text-align: center;
          font-weight: bold;
          letter-spacing: 0.15rem; }
        #page-jobs .occupation-section .content-box-row .content-box:last-child {
          padding: 0 0 1rem 0; }
          #page-jobs .occupation-section .content-box-row .content-box:last-child .btn {
            width: auto; }
            #page-jobs .occupation-section .content-box-row .content-box:last-child .btn span {
              padding: 2rem 6.3rem; }
          #page-jobs .occupation-section .content-box-row .content-box:last-child:hover {
            box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 60px; }
        #page-jobs .occupation-section .content-box-row .content-box p {
          text-align: left;
          font-size: 1.6rem;
          letter-spacing: 0.12rem;
          line-height: 2.4rem;
          padding: 0 2.4rem 2.4rem; }
  #page-jobs .intro-section {
    text-align: justify;
    padding: 8rem 2.4rem;
    position: relative;
    padding: 9.6rem 2.4rem;
    border-bottom: none; }
    #page-jobs .intro-section-headline {
      font-size: 4rem;
      line-height: 3.6rem;
      letter-spacing: 0.24rem;
      font-weight: bold;
      text-align: center;
      margin: 0 0 8rem; }
    #page-jobs .intro-section .text-box {
      margin: 0 0 2.4rem; }
      #page-jobs .intro-section .text-box .text {
        font-size: 1.6rem;
        line-height: 2.8rem;
        letter-spacing: .24rem;
        margin: 0;
        font-size: 1.6rem;
        margin: 0 0 2.4rem; }
        #page-jobs .intro-section .text-box .text:last-child {
          margin: 0; }
      #page-jobs .intro-section .text-box:last-child {
        margin: 0rem; }
  #page-jobs .detail-section {
    text-align: justify;
    padding: 8rem 2.4rem;
    position: relative;
    padding: 0rem 2.4rem 12rem; }
    #page-jobs .detail-section dl {
      font-size: 1.5rem;
      line-height: 2rem;
      letter-spacing: 0.2rem;
      display: -webkit-box;
      display: flex;
      margin: 0;
      padding: 4rem 5.6rem 4rem;
      border-bottom: 1px solid #e3e5e8; }
      #page-jobs .detail-section dl:first-child {
        padding: 0rem 5.6rem 4rem; }
      #page-jobs .detail-section dl:last-child {
        padding: 4rem 5.6rem 0rem;
        border-bottom: none; }
        #page-jobs .detail-section dl:last-child dt {
          margin: 0; }
      #page-jobs .detail-section dl dt {
        font-size: 1.6rem;
        flex: 1; }
      #page-jobs .detail-section dl dd {
        flex: 3; }
        #page-jobs .detail-section dl dd ul:nth-child(2) {
          margin-top: 2.4rem; }
  #page-jobs .entry-section {
    padding: 10rem 0; }
    #page-jobs .entry-section .section-inner {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap; }
    #page-jobs .entry-section .btn {
      width: 320px;
      transition: all 400ms; }
      #page-jobs .entry-section .btn:hover {
        background-color: #d9dce2; }
  #page-press .header-page nav {
    display: none; }
  #page-press .post-box h2 {
    font-size: 3rem;
    letter-spacing: 0.24rem;
    line-height: 4.6rem;
    margin: 0 0 2rem 0; }
  #page-press .post-box h3 {
    font-size: 2.4rem;
    letter-spacing: 0.14rem;
    line-height: 4rem; }
  #page-press .post-box .post-note {
    font-size: 1.2rem;
    margin: 0; }
  #page-press .presskit-section {
    text-align: justify;
    padding: 8rem 2.4rem;
    position: relative;
    text-align: left;
    padding: 8rem 0; }
  #page-press .post-index-box {
    display: flex;
    margin: 8rem 0 0 0; }
  #page-press .presskit-box .presskit-detail {
    display: flex; }
    #page-press .presskit-box .presskit-detail img {
      margin: 0 4rem 1.6rem 0; }
    #page-press .presskit-box .presskit-detail p {
      width: 100%;
      font-size: 1.6rem; } }

.js-active-header {
  opacity: 0;
  background-color: #FFFFFF;
  opacity: 0.95;
  backdrop-filter: blur(2px);
  transition: all 200ms 0s ease; }

.js-sticky-selector {
  bottom: -10rem; }

@media screen and (min-width: 844px) {
  .js-active-header {
    display: block;
    top: 0;
    background-color: #FFFFFF;
    opacity: 0.95;
    backdrop-filter: blur(2px);
    transition: all 200ms 0s ease; }
  .js-active-nav {
    color: #178CFF;
    font-weight: bold;
    border-bottom: 3px solid #178CFF !important;
    transition: all 400ms 0s ease; } }
