@charset "UTF-8";
/*==================================================

** index
==================================================*/
@keyframes zoomup {
  0% {
    transform: scale(1) translate3d(0, 0, 0); }
  100% {
    transform: scale(1.1) translate3d(0, 0, 0); } }
@keyframes down-border {
  0% {
    height: 0%;
    top: 0px; }
  50% {
    height: 100%;
    top: 0; }
  100% {
    height: 0px;
    top: 100%; } }
#topSec .ttlbox {
  position: relative;
  padding: 34px 0 0;
  margin-top: 120px; }
  #topSec .ttlbox:before {
    content: '';
    display: block;
    width: 64px;
    height: 2px;
    background: #0071bd;
    position: absolute;
    left: 0;
    top: 0; }
  #topSec .ttlbox h2 {
    margin: 0; }
    #topSec .ttlbox h2 .en {
      margin-left: 12px;
      font-size: 1.2rem;
      color: #0071bd; }
  #topSec .ttlbox .txt {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0 0 0 40px; }

#mainvisual {
  position: relative; }
  #mainvisual .mvlslider {
    margin-left: auto;
    min-width: 1140px;
    width: 91.1%;
    height: 609px; }
    #mainvisual .mvlslider .slide {
      height: 609px;
      position: relative; }
    #mainvisual .mvlslider .pht {
      width: 100%;
      height: 100%;
      overflow: hidden; }
      #mainvisual .mvlslider .pht img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    #mainvisual .mvlslider .catch {
      position: absolute;
      left: 64px;
      bottom: 56px;
      color: #fff;
      text-shadow: 0 0 16px rgba(51, 51, 51, 0.5);
      display: flex;
      flex-direction: column;
      margin: 0;
      font-size: 2.8rem;
      line-height: 1.8;
      letter-spacing: 0.08em; }
      #mainvisual .mvlslider .catch-txt1, #mainvisual .mvlslider .catch-txt2 {
        position: relative;
        left: 20px;
        top: 10px;
        opacity: 0; }
    #mainvisual .mvlslider .move .pht img {
      animation: zoomup 15s linear 0s 1 normal forwards; }
    #mainvisual .mvlslider .move .catch-txt1, #mainvisual .mvlslider .move .catch-txt2 {
      opacity: 1;
      left: 0;
      top: 0;
      transition: all 1s ease-in-out 0.4s; }
    #mainvisual .mvlslider .move .catch-txt2 {
      transition-delay: 0.8s; }
  #mainvisual .scroll {
    position: absolute;
    left: 3.5%;
    bottom: 48px;
    transition: all 0.3s; }
    #mainvisual .scroll-txt {
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      color: #828f98;
      font-size: 1.2rem;
      line-height: 0;
      white-space: nowrap; }
    #mainvisual .scroll-bar {
      display: block;
      margin: 8px auto 0;
      width: 1px;
      height: 80px;
      position: relative;
      overflow: hidden; }
      #mainvisual .scroll-bar::after {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        background: #828f98;
        position: absolute;
        left: 0;
        animation: down-border 2.4s cubic-bezier(0.85, 0, 0.15, 1) 0s infinite normal forwards; }

#topColumn .columnslider {
  margin-top: 48px; }

#topThinking {
  margin-top: 120px;
  padding: 120px 0;
  position: relative;
  background: url("../img/index/index_thinking_bg_pc.webp") no-repeat center center/cover;
  background-attachment: fixed; }
  #topThinking h3 {
    font-size: 2.8rem; }
  #topThinking .thinkinglist {
    gap: 48px 0;
    margin-top: 48px; }
    #topThinking .thinkinglist li {
      width: 536px;
      margin: 0; }
    #topThinking .thinkinglist .phtbox {
      width: 180px;
      position: relative; }
      #topThinking .thinkinglist .phtbox::before {
        content: counter(number,decimal-leading-zero);
        font: normal normal 700 4rem/1.6 "Lato", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "MS PGothic", "M+ 1p", sans-serif;
        color: #828f98;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 1; }
    #topThinking .thinkinglist .txtbox {
      width: 324px; }
      #topThinking .thinkinglist .txtbox h4 {
        font-size: 1.8rem; }
        #topThinking .thinkinglist .txtbox h4 + * {
          margin-top: 24px; }
  #topThinking .link-btn {
    margin-top: 64px; }
    #topThinking .link-btn a {
      margin: 0; }

#topServices .servicesnav {
  margin-top: 48px;
  gap: 20px 0;
  max-width: 100%; }
  #topServices .servicesnav .col2 {
    width: 550px; }
  #topServices .servicesnav .col3 {
    width: 360px; }
  #topServices .servicesnav a {
    height: 309px;
    position: relative;
    z-index: 1; }
    #topServices .servicesnav a:hover {
      opacity: 1; }
      #topServices .servicesnav a:hover .pht img {
        scale: 1.1;
        transition: all 0.6s; }
  #topServices .servicesnav .txt {
    margin: 0;
    text-align: center; }
    #topServices .servicesnav .txt-jp {
      display: block;
      color: #fff;
      font-size: 2.2rem; }
    #topServices .servicesnav .txt-en {
      margin-top: 8px;
      font-size: 1.2rem;
      color: #d0d5d8; }
  #topServices .servicesnav .pht {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #topServices .servicesnav .pht img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.4s; }
  #topServices .servicesnav .ico-arr-wt {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    margin: 24px auto 0; }
#topServices .beginnersnav {
  margin-top: 80px; }
  #topServices .beginnersnav .btn {
    width: 540px; }
  #topServices .beginnersnav a {
    display: block;
    background: #00395f;
    color: #fff;
    text-decoration: none;
    position: relative; }
    #topServices .beginnersnav a::after {
      content: '';
      display: block;
      width: 100%;
      height: 6px;
      background: rgba(122, 204, 243, 0.25);
      position: absolute;
      left: 0;
      bottom: 0;
      transition: transform 0.4s ease-in-out;
      transform: scale(0, 1);
      transform-origin: right top; }
    #topServices .beginnersnav a:hover {
      opacity: 1; }
      #topServices .beginnersnav a:hover::after {
        transform: scale(1, 1);
        transform-origin: left top;
        transition: transform 0.6s ease-in-out; }
      #topServices .beginnersnav a:hover .txtbox .ico::before, #topServices .beginnersnav a:hover .txtbox .ico::after {
        transition: all 0.4s; }
      #topServices .beginnersnav a:hover .txtbox .ico::before {
        left: 14px; }
      #topServices .beginnersnav a:hover .txtbox .ico::after {
        width: 40px;
        opacity: 1; }
  #topServices .beginnersnav .txtbox {
    padding: 18px 112px 32px 48px;
    position: relative; }
    #topServices .beginnersnav .txtbox h3 {
      font-size: 2.8rem; }
    #topServices .beginnersnav .txtbox p {
      font-size: 1.8rem;
      font-weight: 500;
      margin-top: 8px; }
    #topServices .beginnersnav .txtbox .ico {
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      right: 64px;
      top: 0;
      bottom: 0;
      margin: auto; }
      #topServices .beginnersnav .txtbox .ico::before, #topServices .beginnersnav .txtbox .ico::after {
        transition: all 0.3s; }
      #topServices .beginnersnav .txtbox .ico::before {
        content: '';
        display: block;
        width: 24px;
        height: 24px;
        border-right: 4px solid #fff;
        border-top: 4px solid #fff;
        rotate: 45deg;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      #topServices .beginnersnav .txtbox .ico::after {
        content: '';
        display: block;
        width: 0;
        height: 4px;
        background: #fff;
        position: absolute;
        left: 0px;
        top: 0;
        bottom: 0;
        margin: auto;
        opacity: 0; }
#topServices .othernav {
  margin-top: 64px; }
  #topServices .othernav a {
    display: block;
    padding: 30px 98px 30px 104px;
    text-decoration: none;
    position: relative; }
    #topServices .othernav a:hover .ico::before, #topServices .othernav a:hover .ico::after {
      transition: all 0.4s; }
    #topServices .othernav a:hover .ico::before {
      left: 14px; }
    #topServices .othernav a:hover .ico::after {
      width: 32px;
      opacity: 1; }
  #topServices .othernav .btn {
    width: 540px; }
    #topServices .othernav .btn a:before {
      content: "";
      background: url("../img/common/ico_selfcheck.svg") no-repeat center center/contain;
      display: block;
      width: 48px;
      aspect-ratio: 1;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 32px; }
  #topServices .othernav .selfcheck {
    background: url("../img/index/index_othernav_selfcheck_bg_pc.webp") no-repeat center center/cover; }
    #topServices .othernav .selfcheck a:before {
      background-image: url("../img/common/ico_selfcheck.svg"); }
  #topServices .othernav .contact {
    background: url("../img/index/index_othernav_contact_bg_pc.webp") no-repeat center center/cover; }
    #topServices .othernav .contact a:before {
      background-image: url("../img/common/ico_zoom.svg"); }
  #topServices .othernav .txt p {
    margin-top: 0;
    color: #fff; }
  #topServices .othernav .txt span {
    display: block; }
  #topServices .othernav .txt .fss {
    font-size: 1.4rem; }
  #topServices .othernav .txt .mincho {
    font-size: 2.6rem;
    display: block; }
  #topServices .othernav .ico {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 56px;
    top: 0;
    bottom: 0;
    margin: auto; }
    #topServices .othernav .ico::before, #topServices .othernav .ico::after {
      transition: all 0.3s; }
    #topServices .othernav .ico::before {
      content: '';
      display: block;
      width: 16px;
      height: 16px;
      border-right: 4px solid #fff;
      border-top: 4px solid #fff;
      rotate: 45deg;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
    #topServices .othernav .ico::after {
      content: '';
      display: block;
      width: 0;
      height: 4px;
      background: #fff;
      position: absolute;
      left: 0px;
      top: 0;
      bottom: 0;
      margin: auto;
      opacity: 0; }

#topInfo .infolist {
  margin-top: 24px; }

#topRecruit {
  margin-top: 120px; }
  #topRecruit .box {
    background: url("../img/index/index_recruit_bg_pc.webp") no-repeat center center/cover;
    padding: 80px 40px 120px;
    color: #fff; }
  #topRecruit h2 {
    margin: 0;
    text-align: center; }
    #topRecruit h2::before {
      margin-left: auto;
      margin-right: auto; }
    #topRecruit h2 .en {
      margin-top: 8px;
      color: #d0d5d8; }
    #topRecruit h2 + * {
      margin-top: 40px; }

@media screen and (min-width: 601px) and (max-width: 1360px) {
  .mvl {
    width: calc( ( (100vw - 1160px)/2 ) + 1140px ); } }
@media screen and (min-width: 601px) and (max-width: 1280px) {
  #mainvisual .scroll {
    left: 20px; } }
@media screen and (min-width: 601px) and (max-width: 1200px) {
  #mainvisual .scroll {
    left: 10px; } }
@media screen and (max-width: 600px) {
  #topSec .ttlbox {
    margin-top: 104px;
    display: block; }
    #topSec .ttlbox::before {
      width: 48px; }
    #topSec .ttlbox h2 {
      display: block; }
      #topSec .ttlbox h2 .en {
        display: block;
        margin: 4px 0 0; }
    #topSec .ttlbox .txt {
      margin: 32px 0 0; }

  #mainvisual .mvlslider {
    min-width: 100%;
    width: 100%;
    height: calc(100svh - 64px);
    min-height: 500px; }
    #mainvisual .mvlslider .slide {
      height: calc(100svh - 64px);
      min-height: 500px; }
    #mainvisual .mvlslider .catch {
      left: 5%;
      bottom: 72px;
      font-size: 2.2rem;
      line-height: 1.6; }
      #mainvisual .mvlslider .catch-txt2:first-letter {
        margin-left: 0; }
  #mainvisual .scroll {
    left: auto;
    right: 5%;
    bottom: 80px; }
    #mainvisual .scroll-txt {
      font-size: 1rem;
      color: #fff; }
    #mainvisual .scroll-bar {
      height: 64px; }
      #mainvisual .scroll-bar::after {
        background: #fff; }

  #topColumn .columnslider {
    margin-top: 48px; }

  #topThinking {
    margin-top: 104px;
    padding: 104px 0;
    background-image: url("../img/index/index_thinking_bg_sp.webp");
    background-attachment: scroll; }
    #topThinking h2::before {
      width: 48px; }
    #topThinking h2 .en {
      margin-top: 4px; }
    #topThinking h3 {
      font-size: 2.4rem; }
    #topThinking .thinkinglist li {
      width: 100%; }
    #topThinking .thinkinglist .phtbox {
      width: 150px;
      margin: auto; }
      #topThinking .thinkinglist .phtbox::before {
        font-size: 3.2rem; }
    #topThinking .thinkinglist .txtbox {
      width: 100%;
      margin-top: 24px; }
      #topThinking .thinkinglist .txtbox h4 {
        text-align: center; }
    #topThinking .link-btn {
      margin-top: 64px; }
      #topThinking .link-btn a {
        margin: 0; }

  #topServices .servicesnav .col2, #topServices .servicesnav .col3 {
    width: 100%; }
  #topServices .servicesnav a {
    height: 270px; }
  #topServices .beginnersnav {
    gap: 32px 0; }
    #topServices .beginnersnav .btn {
      width: 100%; }
    #topServices .beginnersnav a::after {
      content: none; }
    #topServices .beginnersnav a:hover .txtbox .ico::before {
      left: 0; }
    #topServices .beginnersnav .txtbox {
      padding: 20px 12% 24px 6.6%; }
      #topServices .beginnersnav .txtbox h3 {
        font-size: 2.1rem; }
      #topServices .beginnersnav .txtbox p {
        font-size: 1.4rem;
        margin-top: 8px; }
      #topServices .beginnersnav .txtbox .ico {
        right: 11.1%; }
        #topServices .beginnersnav .txtbox .ico::before {
          width: 14px;
          height: 14px; }
        #topServices .beginnersnav .txtbox .ico::after {
          content: none; }
  #topServices .othernav {
    gap: 32px 0; }
    #topServices .othernav a {
      padding: 32px 8.3vw; }
    #topServices .othernav .btn {
      width: 100%; }
      #topServices .othernav .btn a:before {
        width: 40px;
        position: static;
        transform: none;
        margin: auto; }
    #topServices .othernav .selfcheck {
      background-image: url("../img/index/index_othernav_selfcheck_bg_sp.webp"); }
    #topServices .othernav .contact {
      background-image: url("../img/index/index_othernav_contact_bg_sp.webp"); }
    #topServices .othernav .txt {
      margin-top: 16px; }
      #topServices .othernav .txt p {
        text-align: center; }
      #topServices .othernav .txt .fss {
        font-size: 1.3rem; }
      #topServices .othernav .txt .mincho {
        font-size: 2.1rem; }
    #topServices .othernav .ico {
      position: static;
      margin-top: 16px;
      width: auto;
      height: auto; }
      #topServices .othernav .ico:before, #topServices .othernav .ico:after {
        position: static; }
      #topServices .othernav .ico:after {
        display: none; }

  #topRecruit {
    margin-top: 104px; }
    #topRecruit .box {
      background-image: url("../img/index/index_recruit_bg_sp.webp");
      padding: 80px 6.6% 104px; } }
@media screen and (max-width: 374px) {
  #topServices .servicesnav .txt-jp {
    font-size: 2rem; }

  #topBeginners .beginnersnav .txtbox {
    padding: 20px 12% 24px 5.5%; }
    #topBeginners .beginnersnav .txtbox h3 {
      font-size: 1.8rem; }
    #topBeginners .beginnersnav .txtbox p {
      font-size: 1.3rem; }
    #topBeginners .beginnersnav .txtbox .ico {
      right: 10%; } }
