@charset "UTF-8";
/*////////////////////////////////////////
 * Foundation
////////////////////////////////////////*/
/*===============================
 Variables
===============================*/
@media only screen and (min-width: 769px) {
  .header,
  .gnav,
  .main,
  .footer {
    min-width: 1100px; } }

.topSlider__fvImg, .topSlider__fvImg img, .topSlider__slLine, .topSlider__img img, .topSlider__interImg, .topSlider__interImg img, .topSlider__interCover, .pageTtl--full .pageTtl__img, .pageTtl__img img, .blur__img img, .msg__img img, .inter--2 .inter__bg, .inter--3 .inter__bg, .inter__bgIn, .otherInter__cover {
  width: 100%;
  height: 100%; }

@media only screen and (max-width: 768px) {
  .gnav, .topSlider__list {
    height: calc(var(--vh, 1vh) * 100); } }

/*===============================
 Default sytle
===============================*/
* {
  margin: 0;
  padding: 0; }

@media only screen and (min-width: 1367px) {
  html {
    font-size: 113.64%; } }
@media only screen and (max-width: 1366px) and (min-width: 769px) {
  html {
    font-size: 87.5%; } }
@media only screen and (max-width: 768px) {
  html {
    font-size: 75%; } }

body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", Meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, Verdana, Arial, Helvetica, sans-serif;
  color: #333;
  background-color: black; }

a {
  color: #333;
  text-decoration: none; }
  a:hover {
    color: #333;
    text-decoration: none; }

h1, h2, h3, h4, h5 {
  font-weight: inherit; }

img {
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0; }

img, svg {
  width: 100%;
  height: auto; }

ol,
ul {
  list-style: none; }

/*////////////////////////////////////////
 * Layout
////////////////////////////////////////*/
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 9999; }
  .header__lgGrp {
    padding-left: 2.25rem;
    height: 100%;
    flex: 1;
    display: flex;
    align-items: center; }
    .header__lgGrp a {
      display: flex; }
      @media only screen and (min-width: 769px) {
        .header__lgGrp a {
          align-items: center; } }
      @media only screen and (max-width: 768px) {
        .header__lgGrp a {
          flex-direction: column; } }
  .header__lg {
    width: 14.06rem; }
  @media only screen and (min-width: 769px) {
    .header__siteNameEng {
      height: 2.38rem;
      border-left: 1px solid rgba(255, 255, 255, 0.5);
      padding-left: 1.13rem;
      margin-left: 1.13rem;
      display: flex;
      align-items: center; } }
  @media only screen and (max-width: 768px) {
    .header__siteNameEng {
      font-size: 0; } }
  @media only screen and (min-width: 769px) {
    .header__siteNameEng img {
      width: 7.2rem; } }
  @media only screen and (max-width: 768px) {
    .header__siteNameEng img {
      width: 12rem;
      margin-top: 0.5rem; } }
  .header__navGrp {
    display: flex;
    height: 100%; }
  .header__nav {
    width: 11rem;
    height: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 0.63rem;
    transition: 0.25s; }
    .header__nav--siteName {
      color: #04127c;
      border-left: 1px solid rgba(255, 255, 255, 0.5);
      background-color: white; }
      .header__nav--siteName .header__navArw {
        fill: #04127c; }
      .header__nav--siteName:hover {
        background-color: rgba(255, 255, 255, 0.75);
        color: #04127c; }
    .header__nav--entry {
      border-left: 1px solid rgba(255, 255, 255, 0.5);
      color: white;
      background-color: #eb6e00; }
      @media only screen and (max-width: 768px) {
        .header__nav--entry {
          width: 8.25rem; } }
      .header__nav--entry .header__navArw {
        fill: white; }
      .header__nav--entry:hover {
        background-color: rgba(235, 110, 0, 0.75);
        color: white; }
  .header__navTxt {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.42;
    width: calc(100% - 0.5rem); }
  .header__navArw {
    width: 0.5rem;
    height: 0.81rem; }
  .header__menu {
    width: 4rem;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer; }
  .header__menuIn {
    position: relative;
    width: 1.67rem;
    height: 1.47rem;
    pointer-events: none; }
  .header__menuLine {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: white; }
    .header__menuLine--1 {
      top: 0; }
    .header__menuLine--2 {
      top: 0.67rem; }
    .header__menuLine--3 {
      top: 1.34rem; }

.gnav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9998;
  padding-top: 4rem;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    .gnav {
      padding-left: 2.25rem;
      padding-right: 2.25rem; } }
  .gnav__center {
    display: flex;
    flex-wrap: wrap;
    text-align: left; }
    @media only screen and (min-width: 769px) {
      .gnav__center {
        margin: 0 auto; } }
    @media only screen and (max-width: 768px) {
      .gnav__center {
        margin-top: -2.77rem; } }
  @media only screen and (min-width: 769px) {
    .gnav__clm:nth-of-type(1), .gnav__clm:nth-of-type(2) {
      margin-right: 7.5rem; } }
  @media only screen and (max-width: 768px) {
    .gnav__clm {
      width: 50%;
      margin-bottom: 1rem; } }
  @media only screen and (min-width: 769px) {
    .gnav__item:not(:last-of-type) {
      margin-bottom: 5.5rem; } }
  @media only screen and (max-width: 768px) {
    .gnav__item {
      padding-bottom: 2.5rem; } }
  .gnav__link:hover {
    color: #eb6e00; }
  .gnav__txt--top {
    width: 3.03rem; }
  .gnav__txt--company {
    width: 7.58rem; }
  .gnav__txt--message {
    width: 7.11rem; }
  .gnav__txt--interview {
    width: 8.58rem; }
  .gnav__txt--career {
    width: 5.98rem; }
  .gnav__txt--life {
    width: 3.09rem; }
  .gnav__txt--culture {
    width: 7.04rem; }
  .gnav__interItem {
    margin-top: 1.25rem; }
    .gnav__interItem a:hover .gnav__interTtl {
      color: white; }
  .gnav__interImg {
    width: 10rem; }
    @media only screen and (max-width: 768px) {
      .gnav__interImg {
        display: none; } }
  .gnav__interTtl {
    font-size: 1.13rem;
    color: #cbcbcb;
    margin-top: 0.75em;
    transition: 0.25s; }
  .gnav__btn {
    width: 100%; }
    .gnav__btn:first-of-type {
      margin-bottom: 1rem; }
  .gnav__btnLink {
    height: 2.75rem;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: 0.25s;
    padding: 0 0.5rem; }
    .gnav__btnLink--siteName {
      background-color: white;
      color: #04127c; }
      .gnav__btnLink--siteName:hover {
        background-color: rgba(255, 255, 255, 0.75);
        color: #04127c; }
      .gnav__btnLink--siteName .gnav__btnArw {
        fill: #04127c; }
    .gnav__btnLink--entry {
      background-color: #eb6e00;
      color: white; }
      .gnav__btnLink--entry:hover {
        background-color: rgba(235, 110, 0, 0.75);
        color: white; }
      .gnav__btnLink--entry .gnav__btnArw {
        fill: white; }
  .gnav__btnTxt {
    display: inline-block;
    font-size: 1.13rem;
    line-height: 1;
    width: calc(100% - 0.5rem); }
  .gnav__btnArw {
    width: 0.5rem;
    height: 0.81rem; }
  .gnav__copy {
    position: absolute;
    left: 2.25rem;
    bottom: 1.69rem;
    color: white;
    font-size: 0.63rem; }

.footer {
  color: white;
  background-color: #474747;
  display: flex;
  flex-wrap: wrap; }
  .footer a {
    color: white; }
  .footer__in {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2.81rem; }
  .footer__lgGrp {
    width: 13.94rem; }
    @media only screen and (max-width: 768px) {
      .footer__lgGrp {
        margin-bottom: 2rem; } }
  .footer__siteNameEng {
    width: 13.75rem;
    margin-top: 0.45rem; }
  .footer__linkGrp {
    display: flex; }
  .footer__linkClm:not(:last-of-type) {
    margin-right: 2.5rem; }
  .footer__linkItem {
    font-size: 0.88rem; }
    .footer__linkItem:not(:last-of-type) {
      margin-bottom: 0.75rem; }
  .footer__link {
    display: inline-block; }
  .footer__interItem {
    font-size: 0.75rem;
    margin-top: 0.25em; }
    .footer__interItem a {
      color: #cbcbcb;
      transition: 0.25s; }
      .footer__interItem a:hover {
        color: white; }
  .footer__navGrp {
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 768px) {
      .footer__navGrp {
        width: 100%;
        border-top: 1px solid rgba(255, 255, 255, 0.5); } }
  .footer__btn {
    position: relative;
    width: 14rem;
    height: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    transition: 0.25s; }
    @media only screen and (max-width: 768px) {
      .footer__btn {
        width: 50%;
        height: 3.75rem; } }
    .footer__btn--siteName {
      background-color: white;
      border-left: 1px solid rgba(255, 255, 255, 0.5); }
      .footer__btn--siteName:hover {
        background-color: rgba(255, 255, 255, 0.75);
        color: #04127c; }
      .footer__btn--siteName .footer__btnTxt {
        color: #04127c; }
      .footer__btn--siteName .footer__btnArw {
        fill: #04127c; }
    .footer__btn--entry {
      border-left: 1px solid rgba(255, 255, 255, 0.5);
      background-color: #eb6e00; }
      .footer__btn--entry:hover {
        background-color: rgba(235, 110, 0, 0.75);
        color: white; }
      .footer__btn--entry .footer__btnTxt {
        color: white; }
      .footer__btn--entry .footer__btnArw {
        fill: white; }
  .footer__btnTxt {
    font-size: 0.88rem; }
  .footer__btnArw {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    width: 3.69rem;
    height: 0.75rem; }
    @media only screen and (max-width: 768px) {
      .footer__btnArw {
        right: 0.5rem;
        bottom: 0.5rem;
        width: 2.77rem;
        height: 0.56rem; } }
  .footer__copy {
    width: 100%;
    height: 3.75rem;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 0.63rem;
    color: white; }

.sec {
  padding: 5rem 0; }

.center {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 3.57%; }
  @media only screen and (max-width: 768px) {
    .center {
      padding: 0 2.25rem; } }

.secIn:not(:last-of-type) {
  padding-bottom: 5rem; }

/*////////////////////////////////////////
 * Component
////////////////////////////////////////*/
.moreBtn {
  display: inline-flex;
  align-items: center; }
  .moreBtn__txt {
    font-size: 1rem;
    margin-right: 0.75em; }
  .moreBtn__icn {
    width: 5.45rem;
    height: 3.75rem; }
  .moreBtn__circle {
    fill: none;
    stroke: white; }
    .moreBtn__circle--1 {
      stroke-linecap: round;
      stroke-dasharray: 0,5;
      stroke-width: 2px; }
    .moreBtn__circle--2 {
      stroke-width: 1px; }
  .moreBtn__arw {
    fill: none;
    stroke: white;
    stroke-width: 1px; }

.btnGrad {
  width: 100%;
  max-width: 40rem;
  height: 5rem;
  display: inline-flex;
  text-align: center;
  justify-content: center;
  align-items: center; }
  .btnGrad:hover .btnGrad__txt {
    transform: translateX(-1rem); }
  .btnGrad:hover .btnGrad__icn {
    transform: translateX(1rem); }
  .btnGrad__in {
    display: flex;
    align-items: center; }
  .btnGrad__txt {
    display: inline-block;
    font-size: 1.5rem;
    margin-right: 1em;
    color: white;
    transition: 0.25s; }
  .btnGrad__icn {
    width: 1.22rem;
    height: 1.2rem;
    fill: white;
    transition: 0.25s; }

.btnGrad2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 3.75rem;
  transition: 0.25s; }
  .btnGrad2:hover {
    opacity: 0.88; }
  .btnGrad2__in {
    display: flex;
    align-items: center; }
  .btnGrad2__txt {
    display: inline-block;
    font-size: 1.25rem;
    line-height: 1.5;
    color: white;
    margin-right: 1rem; }
    @media only screen and (max-width: 768px) {
      .btnGrad2__txt {
        font-size: 1.25rem; } }
  .btnGrad2__icn {
    width: 1rem;
    height: 1rem;
    fill: white; }

/*////////////////////////////////////////
 * Project
////////////////////////////////////////*/
/*===============================
 sliders
===============================*/
.topSlider {
  color: white; }
  .topSlider a {
    color: white; }
  .topSlider__list {
    height: 100vh; }
    .topSlider__list .swiper-pagination {
      transition: none; }
    .topSlider__list .swiper-pagination-vertical.swiper-pagination-bullets,
    .topSlider__list .swiper-vertical > .swiper-pagination-bullets {
      right: 2.5rem;
      top: auto;
      bottom: 2.63rem;
      transform: translate3d(0, 0, 0); }
    .topSlider__list .swiper-pagination-bullet {
      width: 0.48rem;
      height: 0.48rem;
      background: white;
      opacity: 1;
      transition: 0.25s; }
      .topSlider__list .swiper-pagination-bullet span {
        display: inline-block;
        position: absolute;
        right: 1.38em;
        top: -0.25em;
        color: white;
        font-size: 0.88rem;
        transition: 0.25s; }
    .topSlider__list .swiper-pagination-bullet-active {
      opacity: 1;
      background: #eb6e00; }
      .topSlider__list .swiper-pagination-bullet-active span {
        color: #eb6e00; }
    .topSlider__list .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
    .topSlider__list .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
      position: relative;
      margin: 0; }
      .topSlider__list .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet:not(:last-of-type),
      .topSlider__list .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet:not(:last-of-type) {
        margin-bottom: 1.5rem; }
        .topSlider__list .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet:not(:last-of-type)::after,
        .topSlider__list .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet:not(:last-of-type)::after {
          content: "";
          position: absolute;
          left: 50%;
          bottom: -1.15rem;
          width: 1px;
          height: 0.8rem;
          background-color: rgba(255, 255, 255, 0.5);
          margin-left: -1px; }
  .topSlider__item {
    position: relative;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center; }
  .topSlider__copy {
    position: absolute;
    left: 2.25rem;
    bottom: 1.69rem;
    color: white;
    font-size: 0.63rem;
    z-index: 10;
    transform-origin: left center; }
  .topSlider__fvImg {
    position: absolute;
    left: 0;
    top: 0; }
    .topSlider__fvImg img {
      object-fit: cover; }
  .topSlider__fvTxtGrp {
    position: relative;
    text-align: left; }
    @media only screen and (max-width: 768px) {
      .topSlider__fvTxtGrp {
        padding: 0 2.25rem; } }
  .topSlider__fvEng {
    display: block;
    width: 46.3rem;
    margin-bottom: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .topSlider__fvEng {
        width: 20rem; } }
  .topSlider__fvCatch {
    font-size: 3.13rem;
    line-height: 1.42; }
    @media only screen and (max-width: 768px) {
      .topSlider__fvCatch {
        font-size: 2.35rem; } }
  .topSlider__sl {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 10;
    padding-bottom: 2.5rem; }
  .topSlider__slTxt {
    display: inline-block;
    font-size: 0.88rem; }
  .topSlider__slLineWrap {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1px;
    height: 2.14rem;
    overflow: hidden; }
  .topSlider__slLine {
    background-color: rgba(255, 255, 255, 0.75); }
  .topSlider__pt {
    position: absolute;
    left: 50%;
    bottom: 2.25rem;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    cursor: pointer;
    opacity: 0; }
  .topSlider__ptArw {
    width: 1.5rem;
    height: 0.77rem;
    fill: none;
    stroke-width: 1px;
    stroke: white;
    pointer-events: none; }
  .topSlider__ptTxt {
    display: block;
    font-size: 0.88rem;
    margin-top: 0.25em;
    pointer-events: none; }
  .topSlider__center {
    position: relative;
    width: calc(100% - 12.5rem);
    height: calc(100% - 14.38rem);
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .topSlider__center {
        width: calc(100% - 4.5rem); } }
  .topSlider__img {
    display: block;
    width: calc(100% - 12.5rem);
    height: 100%;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .topSlider__img {
        width: calc(100% - 4.5rem); } }
    .topSlider__img img {
      object-fit: cover; }
  .topSlider__txtGrp {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) !important;
    text-align: left; }
    .topSlider__txtGrp--left {
      left: 0; }
      @media only screen and (max-width: 768px) {
        .topSlider__txtGrp--left {
          padding-right: 4.5rem; } }
    .topSlider__txtGrp--right {
      right: 0; }
      @media only screen and (max-width: 768px) {
        .topSlider__txtGrp--right {
          padding-left: 4.5rem; } }
  .topSlider__eng {
    margin-bottom: 1.5rem; }
    .topSlider__eng--company {
      width: 9.3rem; }
      @media only screen and (max-width: 768px) {
        .topSlider__eng--company {
          width: 6.98rem; } }
    .topSlider__eng--message {
      width: 8.77rem; }
      @media only screen and (max-width: 768px) {
        .topSlider__eng--message {
          width: 6.58rem; } }
    .topSlider__eng--career {
      width: 7.37rem; }
      @media only screen and (max-width: 768px) {
        .topSlider__eng--career {
          width: 5.53rem; } }
    .topSlider__eng--life {
      width: 3.84rem; }
      @media only screen and (max-width: 768px) {
        .topSlider__eng--life {
          width: 2.88rem; } }
    .topSlider__eng--culture {
      width: 9.09rem; }
      @media only screen and (max-width: 768px) {
        .topSlider__eng--culture {
          width: 6.82rem; } }
  .topSlider__catch {
    font-size: 2.5rem;
    line-height: 1.56;
    margin-bottom: 1em; }
    @media only screen and (max-width: 768px) {
      .topSlider__catch {
        font-size: 1.9rem; } }
  .topSlider__inter {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 12.5rem);
    height: 100%;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .topSlider__inter {
        width: calc(100% - 4.5rem);
        flex-direction: column; } }
  .topSlider__interItem {
    display: block;
    position: relative;
    height: 50%; }
    @media only screen and (max-width: 768px) {
      .topSlider__interItem {
        height: 20%; } }
    .topSlider__interItem:not(.topSlider__interItem--5) {
      width: 33.33%; }
      @media only screen and (max-width: 768px) {
        .topSlider__interItem:not(.topSlider__interItem--5) {
          width: 100%; } }
    .topSlider__interItem--5 {
      width: 66.66%; }
      @media only screen and (max-width: 768px) {
        .topSlider__interItem--5 {
          width: 100%; } }
  .topSlider__interImg img {
    object-fit: cover; }
  .topSlider__interTtl {
    position: absolute;
    left: 1.13rem;
    top: 1.13rem;
    width: 1.39rem;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .topSlider__interTtl {
        width: 1.04rem;
        left: 0;
        top: auto;
        bottom: -7.4rem; } }
    @media only screen and (max-width: 768px) {
      .topSlider__interTtl img {
        transform: rotate(-90deg);
        transform-origin: right top; } }
  .topSlider__interCover {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .topSlider__interTxtGrp {
    position: absolute;
    left: calc(1.88rem * 2);
    bottom: 1.88rem;
    width: calc(100% - 1.88rem * 3);
    text-align: left; }
  .topSlider__interProf {
    display: block;
    font-size: 0.9328rem;
    margin-bottom: 0.25em; }
  .topSlider__interCatch {
    font-size: 0.9944rem;
    line-height: 1.57; }

/*===============================
 titles
===============================*/
.pageTtl {
  position: relative;
  padding-top: 56.29%;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .pageTtl {
      padding-top: 177.87%; } }
  .pageTtl--learnRight .pageTtl__img {
    left: 28.57%;
    top: 50%;
    transform: translateY(-50%);
    width: 65.71%;
    padding-top: 31.43%; }
    @media only screen and (max-width: 768px) {
      .pageTtl--learnRight .pageTtl__img {
        margin-top: calc(2rem);
        padding-top: 0;
        height: 60%; } }
  .pageTtl--learnRight .pageTtl__txtGrp {
    left: 14.29%; }
  .pageTtl--full .pageTtl__img {
    left: 0;
    top: 0; }
  .pageTtl--full .pageTtl__txtGrp {
    right: 14.29%; }
  .pageTtl--center .pageTtl__img {
    left: 17.86%;
    top: 50%;
    transform: translateY(-50%);
    width: 64.28%;
    padding-top: 38.57%; }
    @media only screen and (max-width: 768px) {
      .pageTtl--center .pageTtl__img {
        left: 4.5rem;
        width: calc(100% - 4.5rem * 2);
        height: calc(100% - 7.75rem * 2);
        padding-top: 0; } }
  @media only screen and (max-width: 768px) {
    .pageTtl--center .pageTtl__txtGrp {
      margin-top: 28.75%; } }
  .pageTtl--center .pageTtl__txtGrp--left {
    left: 14.29%; }
    @media only screen and (max-width: 768px) {
      .pageTtl--center .pageTtl__txtGrp--left {
        left: 3.38rem;
        width: calc(100% - 3.38rem * 3);
        padding-right: 0; } }
  .pageTtl--center .pageTtl__txtGrp--right {
    right: 14.29%; }
    @media only screen and (max-width: 768px) {
      .pageTtl--center .pageTtl__txtGrp--right {
        right: 3.38rem;
        width: calc(100% - 3.38rem * 3);
        padding-right: 0; } }
  .pageTtl--center .pageTtl__catch {
    font-size: 1.88rem;
    margin-top: 1.75rem; }
    @media only screen and (max-width: 768px) {
      .pageTtl--center .pageTtl__catch {
        font-size: 1.88rem; } }
  .pageTtl--center .pageTtl__prof {
    margin-top: 1.5rem; }
  .pageTtl__img {
    position: absolute;
    overflow: hidden; }
    .pageTtl__img img {
      position: absolute;
      left: 0;
      top: 0;
      object-fit: cover; }
  .pageTtl__txtGrp {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (max-width: 768px) {
      .pageTtl__txtGrp {
        padding-right: 4.5rem;
        margin-top: calc(2rem); } }
  .pageTtl__eng {
    margin-bottom: 1.5rem; }
    .pageTtl__eng--company {
      width: 9.3rem; }
      @media only screen and (max-width: 768px) {
        .pageTtl__eng--company {
          width: 6.98rem; } }
    .pageTtl__eng--message {
      width: 8.77rem; }
      @media only screen and (max-width: 768px) {
        .pageTtl__eng--message {
          width: 6.58rem; } }
    .pageTtl__eng--interview {
      width: 10.64rem; }
    .pageTtl__eng--career {
      width: 7.37rem; }
      @media only screen and (max-width: 768px) {
        .pageTtl__eng--career {
          width: 5.53rem; } }
    .pageTtl__eng--life {
      width: 3.84rem; }
      @media only screen and (max-width: 768px) {
        .pageTtl__eng--life {
          width: 2.88rem; } }
    .pageTtl__eng--culture {
      width: 9.09rem; }
      @media only screen and (max-width: 768px) {
        .pageTtl__eng--culture {
          width: 6.82rem; } }
  .pageTtl__catch {
    font-size: 2.25rem;
    line-height: 1.57;
    color: white; }
    @media only screen and (max-width: 768px) {
      .pageTtl__catch {
        font-size: 1.9rem; } }
  .pageTtl__card {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 33.75rem;
    background-color: white;
    border-left: 0.75rem solid #eb6e00;
    padding: 2rem; }
    @media only screen and (max-width: 768px) {
      .pageTtl__card {
        width: calc(100% - 2.25rem); } }
  .pageTtl__cardPos {
    display: block;
    font-size: 1rem;
    line-height: 1.59;
    color: #002b62;
    margin-bottom: 0.5em; }
  .pageTtl__cardName {
    display: block;
    font-size: 1.38rem; }
  .pageTtl__prof {
    border-left: 0.43rem solid #eb6e00;
    padding-left: 1rem; }
  .pageTtl__profPos {
    display: block;
    font-size: 1rem;
    line-height: 1.59;
    color: white;
    margin-bottom: 0.5em; }
  .pageTtl__profName {
    display: block;
    font-size: 1.38rem;
    color: white; }

.subTtl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5rem;
  padding-bottom: 0.5rem; }
  .subTtl--wh .subTtl__jpn {
    color: white; }
  .subTtl--wh .subTtl__line {
    background-color: white; }
  .subTtl__eng--topInterview {
    width: 14.39rem; }
  .subTtl__eng--features {
    width: 9.25rem; }
  .subTtl__eng--vision {
    width: 6.05rem; }
  .subTtl__eng--path {
    width: 26.66rem; }
  .subTtl__jpn {
    font-size: 1.25rem;
    color: #002b62;
    margin-top: 0.75em; }
  .subTtl__line {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 3rem;
    height: 1px;
    background-color: #eb6e00; }

.subTtlEng {
  margin: 0 auto 2.5rem; }
  .subTtlEng--otherInterview {
    width: 14.49rem; }

.subTtlJpn {
  text-align: center;
  font-size: 1.63rem;
  color: white;
  line-height: 1.42;
  margin-bottom: 4.69rem; }

/*===============================
 Image & text
===============================*/
.comment {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .comment__imgGrp {
    width: 26.52%; }
    @media only screen and (max-width: 768px) {
      .comment__imgGrp {
        width: 100%;
        margin-bottom: 3.75rem; } }
  .comment__name {
    font-size: 1.13rem;
    margin-top: 0.75em;
    line-height: 1.5; }
  .comment__txtGrp {
    width: 62.55%; }
    @media only screen and (max-width: 768px) {
      .comment__txtGrp {
        width: 100%; } }
  .comment__catch {
    font-size: 2rem;
    line-height: 1.44;
    margin-bottom: 0.75em; }
  .comment__txt {
    font-size: 1rem;
    line-height: 1.82; }
    @media only screen and (max-width: 768px) {
      .comment__txt {
        font-size: 1.17rem; } }

.blur {
  position: relative;
  overflow: hidden; }
  .blur--right .blur__bg {
    left: 0;
    background: url("../img/company/bg_fea_1.png") center center/cover; }
  .blur--right .blur__in {
    margin-left: 14.29%; }
    @media only screen and (max-width: 768px) {
      .blur--right .blur__in {
        margin-left: 2.25rem; } }
  .blur--right .blur__img {
    right: 0; }
  .blur--left .blur__bg {
    right: 0;
    background: url("../img/company/bg_fea_2.png") center center/cover; }
  .blur--left .blur__in {
    margin-right: 14.29%; }
    @media only screen and (max-width: 768px) {
      .blur--left .blur__in {
        margin-right: 2.25rem; } }
  .blur--left .blur__img {
    left: 0; }
  .blur--left .blur__txtGrp {
    margin-left: 50%; }
    @media only screen and (max-width: 768px) {
      .blur--left .blur__txtGrp {
        margin-left: 0; } }
  .blur__bg {
    position: absolute;
    top: 0;
    width: 85.71%;
    height: 74.27%; }
    @media only screen and (max-width: 768px) {
      .blur__bg {
        height: 55.7%; } }
  .blur__in {
    position: relative;
    padding-top: 8.29%;
    height: 100%; }
    @media only screen and (max-width: 768px) {
      .blur__in {
        padding-bottom: 66.57%; } }
  .blur__img {
    position: absolute;
    bottom: 0;
    width: 65.25%;
    height: 69.23%; }
    @media only screen and (max-width: 768px) {
      .blur__img {
        width: 100%;
        padding-top: 66.57%; } }
    .blur__img img {
      object-fit: cover; }
      @media only screen and (max-width: 768px) {
        .blur__img img {
          position: absolute;
          left: 0;
          top: 0; } }
  .blur__txtGrp {
    position: relative;
    z-index: 1;
    background-color: white;
    width: 50%;
    padding: 3.13rem 3.44rem; }
    @media only screen and (max-width: 768px) {
      .blur__txtGrp {
        width: 100%; } }
  .blur__eng {
    position: absolute;
    left: 0.94rem;
    top: 3.13rem;
    width: 0.96rem; }
  .blur__first {
    display: inline-block;
    font-size: 1.13rem;
    background-color: #eb6e00;
    color: white;
    margin-bottom: 1.25em; }
  .blur__catch {
    font-size: 1.7rem;
    line-height: 1.5;
    margin-bottom: 0.75em; }
  .blur__txt p {
    font-size: 1rem;
    line-height: 1.82; }
    @media only screen and (max-width: 768px) {
      .blur__txt p {
        font-size: 1.17rem; } }
    .blur__txt p:not(:last-of-type) {
      margin-bottom: 1.5em; }

.area {
  color: white;
  text-align: center; }
  .area__ttl {
    position: relative;
    font-size: 1.5rem; }
    .area__ttl::before, .area__ttl::after {
      content: "";
      position: absolute;
      top: 0.75em;
      width: calc(50% - 15rem);
      height: 2px;
      background-color: white; }
      @media only screen and (max-width: 768px) {
        .area__ttl::before, .area__ttl::after {
          width: calc(50% - 10rem);
          top: 1.5em; } }
    .area__ttl::before {
      left: 0; }
    .area__ttl::after {
      right: 0; }
  .area__txt {
    position: relative;
    font-size: 1.5rem;
    line-height: 1.73;
    padding: 0.38em 1.5em 1.13rem;
    border-bottom: 2px solid white; }
    .area__txt::before, .area__txt::after {
      content: "";
      position: absolute;
      top: -1.25rem;
      width: 2px;
      height: calc(100% + 1.25rem);
      background-color: white; }
      @media only screen and (max-width: 768px) {
        .area__txt::before, .area__txt::after {
          top: -2.5rem;
          height: calc(100% + 2.5rem); } }
    .area__txt::before {
      left: 0; }
    .area__txt::after {
      right: 0; }

.vertSet {
  color: white; }
  .vertSet__txt {
    font-size: 1rem;
    line-height: 1.82;
    padding: 1.43em 1.43em 0; }
    @media only screen and (max-width: 768px) {
      .vertSet__txt {
        font-size: 1.17rem; } }

.msg {
  display: flex;
  flex-wrap: wrap; }
  .msg--1 {
    color: white;
    justify-content: space-between; }
    .msg--1 .msg__txtGrp {
      width: 56%; }
      @media only screen and (max-width: 768px) {
        .msg--1 .msg__txtGrp {
          width: 100%;
          margin-bottom: 3.75rem; } }
    .msg--1 .msg__img {
      width: 36%; }
      @media only screen and (max-width: 768px) {
        .msg--1 .msg__img {
          width: 100%; } }
  .msg--2 {
    flex-direction: row-reverse; }
    .msg--2 .msg__txtGrp {
      width: 60%;
      padding: 5rem 14.29% 5rem 5.71%; }
      @media only screen and (max-width: 768px) {
        .msg--2 .msg__txtGrp {
          width: 100%;
          padding: 5rem 2.25rem; } }
    .msg--2 .msg__img {
      width: 40%; }
      @media only screen and (max-width: 768px) {
        .msg--2 .msg__img {
          width: 100%; } }
  .msg__img img {
    object-fit: cover; }
  .msg__eng {
    width: 9.98rem;
    margin-bottom: 1rem; }
  .msg__catch {
    font-size: 1.5rem;
    line-height: 1.65;
    margin-bottom: 1.25em; }
  .msg__txt p {
    font-size: 1rem;
    line-height: 1.82; }
    @media only screen and (max-width: 768px) {
      .msg__txt p {
        font-size: 1.17rem; } }
    .msg__txt p:not(:last-of-type) {
      margin-bottom: 1.5em; }

.inter {
  position: relative;
  display: flex; }
  .inter--1 {
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5rem 0; }
    @media only screen and (max-width: 768px) {
      .inter--1 {
        padding: 5rem 0 0; } }
    .inter--1 .inter__txtGrp {
      width: 71.43%;
      padding: 0 14.29%; }
      @media only screen and (max-width: 768px) {
        .inter--1 .inter__txtGrp {
          width: 100%;
          padding: 0 2.25rem;
          margin-bottom: 3.75rem; } }
    .inter--1 .inter__img {
      width: 28.57%; }
      @media only screen and (max-width: 768px) {
        .inter--1 .inter__img {
          width: 100%; } }
  .inter--2 {
    flex-direction: column-reverse; }
    @media only screen and (max-width: 768px) {
      .inter--2 {
        flex-direction: column; } }
    .inter--2 .inter__img {
      width: 57.14%; }
      @media only screen and (max-width: 768px) {
        .inter--2 .inter__img {
          width: 100%; } }
    .inter--2 .inter__bg {
      position: absolute;
      left: 0;
      top: 0;
      padding-top: 14.29%; }
      @media only screen and (max-width: 768px) {
        .inter--2 .inter__bg {
          padding-top: 0; } }
    .inter--2 .inter__txtGrp {
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
      padding: 5rem 0; }
      @media only screen and (max-width: 768px) {
        .inter--2 .inter__txtGrp {
          padding: 5rem 2.25rem; } }
  .inter--3 {
    flex-direction: column-reverse;
    align-items: center; }
    @media only screen and (max-width: 768px) {
      .inter--3 {
        flex-direction: column; } }
    .inter--3 .inter__img {
      width: 71.43%; }
      @media only screen and (max-width: 768px) {
        .inter--3 .inter__img {
          width: 100%; } }
    .inter--3 .inter__bg {
      position: absolute;
      left: 0;
      top: 0;
      padding-top: 17.14%; }
      @media only screen and (max-width: 768px) {
        .inter--3 .inter__bg {
          padding-top: 0; } }
    .inter--3 .inter__catch,
    .inter--3 .inter__txt {
      color: white; }
    .inter--3 .inter__txtGrp {
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
      padding: 5rem 0; }
      @media only screen and (max-width: 768px) {
        .inter--3 .inter__txtGrp {
          padding: 5rem 2.25rem; } }
  .inter__sec:not(:last-of-type) {
    margin-bottom: 3.75rem; }
  .inter__img, .inter__txtGrp {
    position: relative; }
  .inter__ttl {
    position: relative;
    font-size: 1.25rem;
    color: #eb6e00;
    border-bottom: 1px solid #eb6e00;
    line-height: 1.25;
    margin-bottom: 1.5em; }
    .inter__ttl::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -3px;
      width: 2.5rem;
      height: 3px;
      background-color: #eb6e00; }
  .inter__catch {
    font-size: 1.5rem;
    line-height: 1.42;
    margin-bottom: 1em; }
  .inter__txt {
    font-size: 1rem;
    line-height: 1.82; }
    @media only screen and (max-width: 768px) {
      .inter__txt {
        font-size: 1.17rem; } }

.otherInter {
  display: flex;
  flex-wrap: wrap; }
  .otherInter__item {
    position: relative;
    width: 50%;
    overflow: hidden; }
  .otherInter__cover {
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1.88rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .otherInter__eng {
    width: 7.45rem; }
    @media only screen and (max-width: 1366px) and (min-width: 769px) {
      .otherInter__eng {
        width: 9.93rem; } }
  .otherInter__catch {
    font-size: 1.1rem;
    line-height: 1.42;
    color: white;
    margin-bottom: 0.75em; }
    @media only screen and (max-width: 1366px) and (min-width: 769px) {
      .otherInter__catch {
        font-size: 1.5rem; } }
  .otherInter__name {
    display: inline-block;
    background-color: white;
    font-size: 0.85rem;
    line-height: 1.13; }
    @media only screen and (max-width: 1366px) and (min-width: 769px) {
      .otherInter__name {
        font-size: 1.13rem; } }

.case {
  position: relative;
  padding-top: 1.13rem; }
  .case:not(:last-of-type) {
    margin-bottom: 5rem; }
  .case__txtGrp {
    position: relative;
    width: 62%;
    background-color: white;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.15);
    padding: 3rem 4.69rem 3rem 2.25rem; }
    @media only screen and (max-width: 768px) {
      .case__txtGrp {
        width: 100%;
        padding: 3rem 2.25rem; } }
  @media only screen and (min-width: 769px) {
    .case__img {
      position: absolute;
      right: 0;
      top: 0;
      width: 42%; } }
  @media only screen and (max-width: 768px) {
    .case__img {
      position: relative; } }
  .case__eng {
    position: absolute;
    left: 2.25rem;
    top: -0.71rem;
    width: 7.87rem; }
  .case__prof {
    border-left: 0.5rem solid #002b62;
    padding-left: 1.75rem;
    margin-bottom: 3rem; }
  .case__profName {
    display: block;
    font-size: 1.13rem;
    font-weight: bold;
    color: #eb6e00; }
  .case__profTxt {
    display: block;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.5; }
  .case__his {
    display: flex;
    flex-wrap: wrap; }
  .case__hisTerm {
    position: relative;
    width: 7rem;
    font-size: 1rem; }
    .case__hisTerm::before, .case__hisTerm::after {
      content: "";
      position: absolute; }
    .case__hisTerm::before {
      right: 1.56rem;
      top: 0;
      width: 1px;
      height: 100%;
      background-color: #eb6e00; }
    .case__hisTerm::after {
      right: 1.08rem;
      top: 0;
      width: 1rem;
      height: 1rem;
      background-color: white;
      border: 0.281rem solid #eb6e00;
      border-radius: 50%; }
  .case__hisDesc {
    width: calc(100% - 7rem); }
    .case__hisDesc:not(:last-of-type) {
      margin-bottom: 1.25rem; }
  .case__hisTtl {
    font-size: 1.13rem;
    font-weight: bold;
    margin-bottom: 0.25em; }
  .case__hisTxt {
    font-size: 0.88rem;
    line-height: 1.82; }
    @media only screen and (max-width: 768px) {
      .case__hisTxt {
        font-size: 1.17rem; } }

.num {
  display: flex;
  flex-wrap: wrap;
  color: white; }
  .num__item {
    width: 50%; }
    @media only screen and (min-width: 769px) {
      .num__item {
        margin-bottom: 3.13rem; }
        .num__item:nth-of-type(odd) {
          border-right: 1px solid rgba(255, 255, 255, 0.5);
          padding-right: 2.5rem; }
        .num__item:nth-of-type(even) {
          padding-left: 2.5rem; } }
    @media only screen and (max-width: 768px) {
      .num__item {
        width: 100%;
        margin-bottom: 2.35rem; } }
  .num__ttl {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    font-size: 1.25rem;
    line-height: 1.28;
    height: 4.5rem;
    display: flex;
    justify-content: center;
    align-items: center; }
  .num__body {
    position: relative; }
  .num__num {
    position: absolute;
    right: 1.88rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 6.88rem;
    line-height: 1; }
    .num__num small {
      font-size: 3.81rem; }
  .num__ann {
    position: absolute;
    right: 1.13rem;
    top: 78%;
    width: calc(100% - 1.13rem * 2);
    font-size: 0.88rem;
    line-height: 1.62;
    text-align: right; }
  .num__numSp {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between; }
  .num__numSpItem {
    width: 43.5%;
    text-align: center; }
  .num__numSpTtl {
    font-size: 1.13rem; }
  .num__numSpNum {
    font-size: 3.5rem; }
    .num__numSpNum small {
      font-size: 2.35rem; }

.dist {
  padding: 4.69rem 3.13rem; }
  .dist__item:not(:last-of-type) {
    margin-bottom: 3.75rem; }
  @media only screen and (min-width: 769px) {
    .dist__item--right .dist__eng,
    .dist__item--right .dist__in {
      flex-direction: row-reverse; } }
  .dist__eng {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.81rem; }
    .dist__eng::after {
      content: "";
      width: calc(100% - 14.25rem);
      height: 1px;
      background-color: #eb6e00; }
    .dist__eng img {
      width: 11.56rem; }
  .dist__in {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .dist__txtGrp {
    width: 54.22%; }
    @media only screen and (max-width: 768px) {
      .dist__txtGrp {
        width: 100%;
        margin-bottom: 2.81rem; } }
  .dist__img {
    width: 40%; }
    @media only screen and (max-width: 768px) {
      .dist__img {
        width: 100%; } }
  .dist__catch {
    font-size: 1.5rem;
    line-height: 1.65;
    margin-bottom: 0.75em; }
  .dist__txt p {
    font-size: 1rem;
    line-height: 1.82; }
    @media only screen and (max-width: 768px) {
      .dist__txt p {
        font-size: 1.17rem; } }
    .dist__txt p:not(:last-of-type) {
      margin-bottom: 0.775em; }
    .dist__txt p small {
      font-size: 0.75rem;
      line-height: 1.65; }

.ex__ttl {
  text-align: center;
  font-size: 1.63rem;
  margin-bottom: 1.25em;
  line-height: 1.13; }
  .ex__ttl small {
    font-size: 1rem; }
.ex__list {
  display: flex;
  justify-content: center;
  /*&::after {
  	content: "";
  	width: 31.3%;
  }*/ }
  .ex__list:not(:last-of-type) {
    margin-bottom: 3.04%; }
    @media only screen and (max-width: 768px) {
      .ex__list:not(:last-of-type) {
        margin-bottom: 0.75rem; } }
@media only screen and (min-width: 769px) {
  .ex__item:first-of-type {
    margin-right: 3.04%; } }
@media only screen and (max-width: 768px) {
  .ex__item {
    width: 100% !important; }
    .ex__item:not(:last-of-type) {
      margin-bottom: 0.75rem; } }
.ex__coming {
  display: block;
  text-align: center;
  margin-top: 0.38em; }

/*===============================
 Table
===============================*/
.table th,
.table td {
  border: 0.19rem solid white;
  font-weight: inherit; }
.table__headHeader, .table__headData {
  font-size: 1.24rem;
  color: white;
  background-color: #002b62;
  text-align: center;
  padding: 0.25rem; }
.table__headHeader {
  width: 30%; }
.table__headData {
  width: 70%; }
.table tbody tr:nth-of-type(odd) th,
.table tbody tr:nth-of-type(odd) td {
  background-color: #ececec; }
.table tbody tr:nth-of-type(even) th,
.table tbody tr:nth-of-type(even) td {
  background-color: #dbdde0; }
.table__bodyHeader, .table__bodyData {
  padding: 0.75rem; }
.table__bodyData {
  font-size: 1rem;
  line-height: 1.59;
  color: #002b62; }
.table__term {
  display: flex;
  align-items: center; }
.table__termNum {
  width: 1.83rem;
  height: 1.83rem;
  color: white;
  background-color: #002b62;
  border-radius: 50%;
  font-size: 1.19rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center; }
.table__termTxt {
  width: calc(100% - 1.83rem);
  text-align: center;
  font-size: 1.13rem;
  color: #002b62; }

/*===============================
 Map
===============================*/
.map {
  position: relative; }
  .map__link {
    display: block;
    position: absolute;
    width: 26%;
    padding-top: 6%;
    /*background: red;
    opacity: 0.25;*/ }
    .map__link--1 {
      left: 3%;
      top: 11%; }
    .map__link--2 {
      left: 71%;
      top: 11%; }
    .map__link--3 {
      left: 3%;
      top: 24.5%; }
    .map__link--4 {
      left: 71%;
      top: 24.5%; }
    .map__link--5 {
      left: 3%;
      top: 37.5%; }
    .map__link--6 {
      left: 37%;
      top: 37.5%; }
    .map__link--7 {
      left: 71%;
      top: 37.5%; }
    .map__link--8 {
      left: 3%;
      top: 51%; }
    .map__link--9 {
      left: 37%;
      top: 51%; }
    .map__link--10 {
      left: 71%;
      top: 51%; }
    .map__link--11 {
      left: 3%;
      top: 64.25%; }
    .map__link--12 {
      left: 37%;
      top: 64.25%; }
    .map__link--13 {
      left: 71%;
      top: 64.25%; }
    .map__link--14 {
      left: 0;
      top: 87%;
      width: 100%; }

/*===============================
 For gsap animation
===============================*/
.js-gnav-target,
.js-inter-target-cover,
.js-load-op-1,
.js-load-op-2,
.js-scroll-up {
  opacity: 0; }

.js-line-trigger {
  position: relative; }

.js-line-target {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: white; }

@media only screen and (max-width: 768px) {
  .js-scrollable > *:not(.scroll-hint-icon-wrap) {
    width: 60rem; } }

.scroll-hint-icon {
  top: calc(50% - 3.33rem);
  left: calc(50% - 3.33rem);
  width: 6.67rem;
  height: 6.67rem;
  border-radius: 0.25rem;
  transition: opacity .25s;
  background: rgba(0, 0, 0, 0.5);
  padding: 2.06rem 0.83rem 0.83rem 0.83rem; }

.scroll-hint-icon:before {
  width: 3.33rem;
  height: 3.33rem; }

.scroll-hint-icon:after {
  width: 2.83rem;
  height: 1.17rem;
  top: 1.13rem;
  margin-left: -1.67rem; }

.scroll-hint-text {
  display: none; }

/*////////////////////////////////////////
 * Utility
////////////////////////////////////////*/
/*===============================
 Background
===============================*/
.bcWhite {
  background-color: white; }

.bcBlack {
  background-color: black; }

.bcGray {
  background-color: #f0f0f0; }

.biGrad {
  background: url("../img/global/bg_grad.jpg") center center/100% 100%; }

.biVision {
  background: url("../img/company/bg_vision.jpg") center center/cover; }
  @media only screen and (max-width: 768px) {
    .biVision {
      background: url("../img/company/bg_vision_sp.jpg") center center/cover; } }

.shadow {
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.15); }

/*===============================
 Text
===============================*/
.taLeft {
  text-align: left; }

.taRight {
  text-align: right; }

.taCenter {
  text-align: center; }

/*.ffFira {
	font-family: 'Fira Code', monospace;
}*/
.ffArial {
  font-family: Arial, "Segoe UI", -apple-system, BlinkMacSystemFont, Verdana, Helvetica, sans-serif; }

.lsNarrow {
  letter-spacing: 0.05em; }

.lsWide {
  letter-spacing: 0.1em; }

.fsCond {
  transform: scaleX(0.8); }

/*===============================
 Display
===============================*/
@media only screen and (max-width: 768px) {
  .showOnlyPC {
    display: none; } }

@media only screen and (min-width: 769px) {
  .showOnlySP {
    display: none; } }

/*===============================
 Others
===============================*/
/*===============================
 Others
===============================*/
.project {
  overflow: hidden; }
  .project__introGrp {
    position: relative;
    color: #fff;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    z-index: 1; }
    .project__introGrp::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 200vw;
      height: 100%;
      background: linear-gradient(112deg, #022c63 0%, #3c5d80 100%);
      z-index: -1; }
      @media only screen and (max-width: 768px) {
        .project__introGrp::before {
          left: 2.25rem; } }
    .project__introGrp__inner {
      display: flex;
      justify-content: space-between;
      padding: 50px 7% 55px;
      width: 100%; }
      @media only screen and (max-width: 768px) {
        .project__introGrp__inner {
          padding: 40px 2.25rem 45px 4.25rem; } }
  .project__sec {
    width: 43.75%; }
  .project__item {
    display: flex;
    margin-bottom: 15px; }
    .project__item > picture {
      width: 40.7%; }
  .project__ttl {
    width: 55.5%;
    margin-top: 25px;
    color: #fff;
    line-height: 1.3; }
    .project__ttl > span {
      font-size: 1rem; }
  .project__txt {
    display: flex;
    justify-content: space-between; }
  .project__txtGrp {
    display: flex;
    justify-content: space-between;
    margin-bottom: 75px; }
    @media only screen and (max-width: 768px) {
      .project__txtGrp {
        margin-bottom: 45px; } }
    .project__txtGrp__img {
      width: 11.25%;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .project__txtGrp__img {
          width: 19.25%; } }
    .project__txtGrp__txt {
      width: 86.5%; }
      @media only screen and (max-width: 768px) {
        .project__txtGrp__txt {
          width: 78.5%; } }

.pageTtl__eng--project {
  width: 15.64rem; }

.ex__project {
  position: relative;
  margin-bottom: 55px; }
  .ex__project__txtGrp {
    position: absolute;
    top: 13.66%;
    left: 5.61%; }
  .ex__project__catch {
    font-size: 1.1rem;
    color: #fff;
    margin-bottom: 18px; }
  .ex__project__view {
    color: #fff !important; }
@media only screen and (min-width: 769px) {
  .ex__list {
    flex-wrap: nowrap; } }
@media only screen and (max-width: 768px) {
  .ex__list {
    flex-wrap: wrap; } }
.ex__item {
  width: 32.07%; }
  @media only screen and (min-width: 769px) {
    .ex__item:nth-of-type(2) {
      margin-right: 3.04%; } }

.btnGrad2 {
  height: 5.25rem !important; }

.btnGrad2__txt {
  font-size: 1.1rem !important; }

.inter__ttl--orange {
  position: relative;
  font-size: 1.25rem;
  color: #eb6e00;
  line-height: 1.25;
  margin-bottom: 1.5em; }

.pro__career {
  margin-top: 43px; }
  @media only screen and (max-width: 768px) {
    .pro__career {
      margin-top: 23px; } }
  .pro__career__item {
    display: flex;
    position: relative;
    margin-top: 14px; }
    .pro__career__item:first-of-type {
      margin-top: 0; }
    .pro__career__item--future {
      flex-direction: column;
      gap: 24px 0;
      margin-top: 48px; }
      @media only screen and (max-width: 768px) {
        .pro__career__item--future {
          margin-top: 44px; } }
    .pro__career__item--year {
      position: relative;
      margin: 0;
      background: linear-gradient(112deg, #022c63 0%, #3c5d80 100%);
      padding: 3px;
      width: 100%;
      height: auto;
      color: #FFFFFF;
      font-weight: 700;
      font-size: 1.1rem;
      line-height: 1.8;
      text-align: center; }
      .pro__career__item--year::after {
        position: absolute;
        top: -28px;
        bottom: auto;
        left: 50%;
        transform: translateX(-50%);
        background-image: url("../img/interview/ico_arrow.svg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 20px;
        height: 13px;
        content: ""; }
      .pro__career__item--year > span {
        font-size: 1.1rem;
        font-weight: 500; }
  .pro__career--year {
    position: absolute;
    top: 18px;
    left: 0;
    z-index: 1;
    width: 53px;
    height: 53px; }
    @media only screen and (max-width: 768px) {
      .pro__career--year {
        top: 26px;
        width: 42px;
        height: 42px; } }
    .pro__career--year::after {
      position: absolute;
      bottom: -22px;
      left: 50%;
      transform: translateX(-50%);
      background-image: url("../img/interview/ico_arrow.svg");
      background-size: 100% 100%;
      background-repeat: no-repeat;
      width: 20px;
      height: 13px;
      content: ""; }
  .pro__career--last {
    position: absolute;
    top: 24px;
    left: 0;
    z-index: 1;
    width: 53px;
    height: 53px; }
    @media only screen and (max-width: 768px) {
      .pro__career--last {
        top: 34px;
        width: 42px;
        height: 42px; } }
  .pro__career--unit {
    margin-left: 24px;
    background-color: #FFFFFF;
    padding: 17px 35px 17px 41px;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .pro__career--unit {
        padding: 14px 14px 14px 26px; } }
  .pro__career--only {
    margin-top: 14px;
    background-color: #FFFFFF;
    padding: 17px 35px 17px 41px;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .pro__career--only {
        padding: 14px 14px 14px 21px; } }
  .pro__career--title {
    font-size: 1.25rem; }
    @media only screen and (max-width: 768px) {
      .pro__career--title {
        font-size: 1.15rem; } }
  .pro__career--text {
    font-size: 0.8rem; }

/*# sourceMappingURL=main.css.map */
